/*!
Theme Name: QUICKLINE
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: quickline
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

QUICKLINE is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px)
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px)
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px)
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px)
    }
}

:active,
:focus {
    outline: 0
}

body {
    font-family: 'Open Sans', sans-serif !important
}

body::-webkit-scrollbar {
    width: .7em
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

body::-webkit-scrollbar-thumb {
    background-color: #00b9e8;
    border-radius: 5px
}

.intro em,
.shares em{
    color: #00b9e8;
    font-style: normal
}

.intro span,
.shares span{
    color: #e30613
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.preloader--loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.preloader__inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff
}

.preloader__inner-dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #e30613;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite
}

.preloader__inner-dots {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite
}

.preloader__inner-dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #e30613;
    border-radius: 50%
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    min-height: 80px
}

.header--sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
    width: 100%
}

.nav img {
    max-width: 250px
}

.nav__trigger {
    display: none;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.nav__trigger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #2a2a2a;
    margin: 5px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.nav__trigger span:nth-child(2) {
    width: 22px
}

.nav__trigger--active span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 10px 0 0
}

.nav__trigger--active span:nth-child(2) {
    display: none
}

.nav__trigger--active span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -2px 0 10px
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0
}

.nav__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 15px
}

.nav__list-item a {
    text-decoration: none;
    color: #2a2a2a
}

.nav__list-btn {
    background-color: #e30613;
    padding: 5px 15px;
    border-radius: 15px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.nav__list-btn:hover {
    background-color: #00b9e8
}

.nav__list-btn a {
    color: #fff
}

.intro {
    padding: 250px 0 150px
}

.intro__img {
    width: 100%
}

.intro__subtitle {
    text-transform: uppercase;
    font-size: 18px;
    color: #e30613;
    margin: 0 0 15px
}

.intro__title {
    font-size: 50px;
    font-weight: 700;
    color: #2a2a2a;
    line-height: 62px
}

.intro__text {
    margin: 20px 0
}

.intro__form {
    margin: 30px 0 0;
    width: 470px;
    position: relative
}

.intro__form-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #fff;
    font-size: 15px;
    color: #e30613;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: .25px;
    border: none
}

.intro__form-input {
    width: 100%;
    height: 66px;
    background-color: #00b9e8;
    border-radius: 33px !important;
    border: none;
    padding: 0 25px !important;
    color: #fff;
    letter-spacing: .25px;
    font-size: 15px;
    font-weight: 300;
    -webkit-border-radius: 33px !important;
    -moz-border-radius: 33px !important;
    -ms-border-radius: 33px !important;
    -o-border-radius: 33px !important;
}

.intro__form-input::-webkit-input-placeholder {
    color: #fff
}

.intro__form-input::-moz-placeholder {
    color: #fff
}

.intro__form-input:-ms-input-placeholder {
    color: #fff
}

.intro__form-input::-ms-input-placeholder {
    color: #fff
}

.intro__form-input::placeholder {
    color: #fff
}

.intro:before {
    content: '';
    background-image: url(assets/img//baner-dec-right.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 80px;
    width: 98px;
    height: 290px
}

.intro:after {
    content: '';
    background-image: url(assets/img//baner-dec-left.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 80px;
    width: 193px;
    height: 467px
}

.about {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
    padding: 140px 0 120px 0
}

.about__item-div {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 35px
}

.about__item-div h4 {
    font-weight: 700;
    font-size: 20px
}

.about__item-div img {
    margin: 0 25px 0 0
}

.about__left-img {
    margin-right: 45px
}

.products {
    padding: 120px 0 0
}

.products__heading h2,
.products__heading h3 {
    text-align: center
}

.products__heading h3 {
    font-size: calc(1rem + .5vw);
    margin: 0 0 120px;
    opacity: .6
}

.products__heading-bottom {
    margin: 80px 0 25px;
    font-size: 18px
}

.products__btn {
    background-color: #00b9e8;
    font-weight: 600 ;
    color: #fff ;
    border-radius: 15px ;
    padding: 5px 20px ;
	border: none;
}

.products__btn:active,
.products__btn:focus {
    color: #fff ;
    -webkit-box-shadow: none;
    box-shadow: none ;
}

.products__btn:hover {
    color: #fff ;
    background-color: #e30613 ;
}

.products__item {
    position: relative
}

.products__item:hover .products__hidden {
    top: -100px;
    opacity: 1;
    visibility: visible
}

.products__item:hover .products__showed {
    top: 70px
}

.products__hidden {
    background: #e30613;
    background: -o-linear-gradient(345deg, #e30613 0, #ff2c6d 100%);
    background: linear-gradient(105deg, #e30613 0, #ff2c6d 100%);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    opacity: 0;
    top: 0;
    visibility: hidden;
    position: absolute;
    z-index: 5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
    width: 100%
}

.products__hidden:after {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #e30613;
    content: '';
    left: 50%;
    bottom: -8px;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: -o-linear-gradient(345deg, #e30613 0, #ff334e 100%);
    background: linear-gradient(105deg, #e30613 0, #ff334e 100%);
    z-index: -1
}

.products__hidden h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px
}

.products__showed {
    top: 0;
    position: relative;
    z-index: 3;
    background-color: #fff;
    text-align: center;
    padding: 50px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.products__showed img {
    max-width: 50%
}

.shares {
	padding:120px 0 50px;
	text-align: center;
}

.shares img {
	width:100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 20px;
	margin: 0 0 50px
}

.shares h2 {
	margin: 0 0 25px;
}
.shares a {
	color: #000;
	margin:50px 0
}

.shares a:hover {
	color: #000;
}

.shares span i {
	background-color: #e30613 !important;
	color: #fff !important;
	margin:0 15px!important;
}

.contacts {
    padding: 160px 0;
    background-image: url(assets/img//contact-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.contacts__text {
    color: #fff
}

.contacts__text p {
    margin-top: 30px
}

.contacts__phone {
    margin-top: 40px
}

.contacts__phone h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.contacts__phone h4 i,
.shares span i{
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    background-color: #fff;
    border-radius: 50%;
    color: #e30613;
    font-size: 22px;
    margin: 15px 15px 0 0
}

.contacts__phone h4 a,
.shares span a{
    color: #fff;
    font-size: 15px;
    font-weight: 400
}

.big-form {
    border-radius: 30px;
    border: 0 solid #eaeaea;
    -webkit-box-shadow: 0 0 6px 0 #eaeaea;
    box-shadow: 0 0 6px 0 #eaeaea;
    padding: 30px 30px 30px 30px;
    margin: 0;
    position: relative;
    background: #fff
}

.big-form h3 {
    margin: 0 0 35px;
    text-align: center;
    color: #707981;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 1.25;
    background: 0 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center
}

.big-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.big-form button,
.big-form input,
.big-form textarea {
    width: 100%;
    color: #666;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.25;
    border-radius: 20px;
    border: 0 solid #cfd9db;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e9eff6;
    padding: 10px 20px 10px 20px;
    margin: 0 0 35px
}

.big-form textarea {
    resize: none
}

.big-form button {
    border-bottom: 4px solid #4e8bd4;
    background-color: #00b9e8;
    color: #fff
}

.footer__co {
    text-align: center;
    margin: 30px auto 45px
}

@media (max-width:1199px) {
    .intro__form {
        width: 100%
    }
    .intro__title {
        font-size: 34px;
        line-height: 40px
    }
    .about__left-img {
        width: 100%
    }
    .products__hidden h4 {
        font-size: 18px;
        margin-bottom: 10px
    }
    .contacts__phone h4 {
        font-size: 18px
    }
}

@media (max-width:991px) {
    .nav__trigger {
        display: block
    }
    .nav__list {
        display: none;
        position: fixed;
        top: 80px;
        right: -110%;
        height: calc(100vh - 80px);
        width: 100vw;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: .5s all;
        -o-transition: .5s all;
        transition: .5s all
    }
    .nav__list-item {
        margin: 0 0 25px
    }
    .nav__list--active {
        right: 0;
        z-index: 99999
    }
    .intro {
        padding: 150px 0 10px
    }
    .intro__form {
        margin: 30px 0 35px
    }
    .about {
        padding: 110px 0 185px 0
    }
    .about__left-img {
        width: 100%;
        display: none
    }
    .products {
        padding: 50px 0 0
    }
    .products__showed {
        margin: 0 0 25px
    }
    .contacts__text {
        text-align: center
    }
    .contacts__phone h4 {
        font-size: 18px;
        margin: 0 0 40px
    }
}

@media (max-width:575px) {
    .nav img {
        max-width: 150px
    }
    .intro {
    	padding: 75px 0 10px;
        text-align: center
    }
    .about {
        padding: 110px 40px 185px
    }
    .products {
        padding: 0 50px
    }
    .products__showed {
        padding: 0
    }
	.shares {
   		padding: 60px 0 50px;
	}	
}