@import url(normalize.min.css);
@import url(slick.min.css);
.main {
    background-image: url(../images/main.jpg)
}

.main .top,
.main .top__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main .top__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0 0 10px 10px;
    background: rgba(255, 255, 255, .1);
    margin-right: 31px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 21px
}

.main .top__item img {
    height: 40px;
    margin-right: 16px
}

.main .top__item p {
    font-size: 20px;
    font-weight: 300;
    color: #fff
}

.main .top .logo {
    color: #fff;
    padding-top: 25px;
    font-size: 48px;
    margin-right: 126px;
    font-weight: 700;
    letter-spacing: -.03em
}

.main__smile {
    opacity: .5;
    font-weight: 400;
    color: #fff;
    font-size: 24px;
    position: relative;
    margin-top: 25px;
    letter-spacing: -.03em
}

.main__smile:after {
    position: absolute;
    top: -14px;
    left: 0;
    background-color: #fff;
    opacity: .1;
    height: 4px;
    width: 144px;
    content: ''
}

.main__description {
    margin-top: 24px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px
}

.main__description span {
    color: #e7d535;
    font-weight: 400;
    display: block
}

.main__body {
    margin-top: 49px
}

.main__body .prod1 {
    position: absolute;
    top: 130px;
    left: 0
}
.main__body .people {
    position: absolute;
    left: 0;
    top: 446px;
}


.main__list {
    margin-left: 43px;
    display: inline-block;
    vertical-align: top;
    width: 509px;
    border: 2px solid rgba(255, 255, 255, .1);
    -webkit-filter: drop-shadow(15px 15px 40px rgba(0, 0, 0, .1));
    filter: drop-shadow(15px 15px 40px rgba(0, 0, 0, .1));
    border-radius: 10px;
    position: relative
}

.main__list_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 41px 24px 29px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main__list_wrapper ul {
    width: 48%
}

.main__list_wrapper ul li {
    color: #fff;
    font-size: 17px;
    padding-left: 45px;
    font-weight: 600;
    background: url(../images/galka.svg) left center no-repeat;
    line-height: 23px;
    letter-spacing: -0.02em;
}

.main__list_wrapper ul li:first-child {
    margin-bottom: 24px
}

@media (max-width:1025px) {
    .main .top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .main .top__item {
        margin-right: 0;
        margin-left: 30px
    }
    .main .top__item p {
        font-size: 2vw
    }
    .main .top .logo {
        margin-right: 60px;
        font-size: 4.5vw
    }
}

@media (max-width:870px) {
    .main .top .logo {
        margin-right: 20px
    }
}

@media (max-width:900px) {
    .main__list {
        width: 398px
    }
    .main__list_wrapper {
        padding-right: 10px;
        padding-left: 10px
    }
    .main__list_wrapper ul li {
        font-size: 1.7vw
    }
    .main__body .prod1 {
        left: -30px
    }
}

@media (max-width:767px) {
    .main {
        padding-bottom: 56px;
        background-image: url(../images/main_mob.jpg)
    }
    .main__smile:after {
        width: 4px;
        height: 40px;
        left: -20px;
        top: 0
    }
    .main .top {
        display: block
    }
    .main .top__items {
        display: block;
        margin-top: 32px
    }
    .main .top__item {
        margin-left: 0;
        padding: 8px 15px;
        margin-bottom: 8px;
        border-radius: 10px
    }
    .main .top__item p {
        font-size: 18px
    }
    .main .top .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0;
        font-size: 29px;
        padding-top: 40px;
        position: relative
    }
    .main .top .logo .main__smile {
        position: absolute;
        right: 0;
        margin-top: 0;
        top: 32px;
        width: 125px;
        font-size: 20px
    }
    .main__description {
        font-size: 18px;
        margin-top: 32px
    }
    .main__description span {
        font-size: 19px
    }
    .main__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .main__body .prod1 {
        left: 0;
        top: 265px;
    }
    .main__list {
        margin-left: 0;
        width: 100%;
        margin-bottom: 466px;
    }
    .main__list_wrapper {
        display: block;
        padding: 16px
    }
    .main__list_wrapper ul {
        width: 100%
    }
    .main__list_wrapper ul li {
        font-size: 19px;
        padding-left: 32px;
        margin-bottom: 16px;
        background-size: 24px
    }
    .main__list_wrapper ul li:first-child {
        margin-bottom: 16px
    }
    .main__list_wrapper ul:last-child li:last-child {
        margin-bottom: 0
    }
}

.footer {
    padding: 55px 0;
    text-align: center;
    background-image: url(img/footer.png);
    font-size: 16px;
    color: #000;
    opacity: .5;
    line-height: 20px
}

.footer a {
    display: table;
    color: #000;
    font-size: 16px;
    margin: 0 auto
}

.forma {
    width: 272px;
    display: inline-block
}

.forma .prices {
    text-align: center;
    padding: 20px 16px 16px;
    background: rgba(231, 213, 53, .8)
}

.forma .prices__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.forma .prices .price__old {
    background: rgba(255, 255, 255, .5);
    color: #333;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    height: 34px;
    opacity: .3;
    padding-top: 14px;
    letter-spacing: -.03em;
    font-size: 24px
}

.forma .prices .price__old .old_price_val {
    text-decoration: line-through
}

.forma .prices .price__old .old_price_cur {
    font-size: 14px;
    margin-left: 5px
}

.forma .prices .price__new {
    background-color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
        padding: 11px 0;
    color: #eb5757;
    font-size: 26px;
    font-weight: 700
}

.forma .prices .price__new .new_price_cur {
    font-size: 16px;
    margin-left: 5px
}

.forma .price__text {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 32px;
    color: #004e8f;
    text-transform: uppercase
}

.forma__wrapper {
    -webkit-box-shadow: 15px 15px 40px rgba(0, 0, 0, .1);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .7);
    border-radius: 10px;
    overflow: hidden
}

.forma .form {
    padding: 16px
}

.forma .form__list input,
.forma .form__list select {
    width: 100%;
    padding-left: 17px;
    height: 48px;
    margin-bottom: 8px;
    border-radius: 10px
}

.forma .form__list input::-webkit-input-placeholder,
.forma .form__list select::-webkit-input-placeholder {
    font-size: 20px;
    letter-spacing: -.03em;
    color: #333;
    opacity: .3
}

.forma .form__list input::-moz-placeholder,
.forma .form__list select::-moz-placeholder {
    font-size: 20px;
    letter-spacing: -.03em;
    color: #333;
    opacity: .3
}

.forma .form__list input:-ms-input-placeholder,
.forma .form__list select:-ms-input-placeholder {
    font-size: 20px;
    letter-spacing: -.03em;
    color: #333;
    opacity: .3
}

.forma .form__list input::-ms-input-placeholder,
.forma .form__list select::-ms-input-placeholder {
    font-size: 20px;
    letter-spacing: -.03em;
    color: #333;
    opacity: .3
}

.forma .form__list input::placeholder,
.forma .form__list select::placeholder {
    font-size: 20px;
    letter-spacing: -.03em;
    color: #333;
    opacity: .3
}

.forma .form__btn {
    width: 100%;
    background-color: #eb5757;
    color: #fff;
    font-weight: 700;
    height: 48px;
    font-size: 20px;
    margin-top: 8px;
    line-height: 32px;
    border-radius: 10px;
    letter-spacing: -.03em;
    text-transform: uppercase
}

.forma .form__btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5c5c), to(#b90000));
    background: linear-gradient(180deg, #ff5c5c 0, #b90000 100%)
}

.forma .pri {
    font-size: 13px;
    margin-top: 16px;
    line-height: 20px;
    color: #000;
    opacity: .3
}

@media (max-width:767px) {
    .forma {
        width: 100%
    }
    .forma .pri {
        color: #fff;
        opacity: .5;
        font-size: 14px
    }
}

.what {
    padding: 120px 0 65px
}
.what-flex{
    display: flex;
    flex-wrap: wrap;
}


.what .brend {
    -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 25px rgba(0, 0, 0, .15);
    border-radius: 10px;
    margin-bottom: 88px;
    padding: 70px 0 24px 48px;
    background: url(../images/smile.jpg) right top no-repeat #fff;
    position: relative
}

.what .brend .prod2 {
    position: absolute;
    right: 0;
    margin: 0 auto;
    top: 0px;
    left: 12%;
}

.what .brend__title {
    background-color: #eb5757;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
    font-weight: 700;
    border-radius: 10px;
    width: 322px;
    padding: 16px 18px 16px 28px
}

.what .brend__text {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px
}

.what .brend__text span {
    font-weight: 900;
    margin-left: 5px;
    padding: 3px 10px 2px 0;
    text-transform: uppercase;
    background: rgba(231, 213, 53, .5);
    -webkit-text-fill-color: #3799ca
}

.what__wrapper {
    position: relative
}

.what__wrapper .prod3 {
    position: absolute;
    top: 0;
    right: 0
}

.what__text {
    width: 58%;
    font-size: 24px;
    line-height: 40px;
    margin-top: 50px
}
.what video{
    width: 41%;
}

@media (max-width:1185px) {
    .what__text {
        font-size: 2vw;
    }
    .what .brend__text {
        font-size: 2vw
    }
}

@media (max-width:1040px) {
    .what .brend .prod2 {
    display: none;
    }
    .what .brend{
        padding: 70px 0 24px 3px;
    }
}

@media (max-width:991px) {
    .what__text {
        width: 60%;
        line-height: 24px
    }
    .what video {
        width: 38%;
    }
}

@media (max-width:767px) {
    .what {
        padding: 50px 0
    }
    .what .brend {
        background-image: none;
        padding: 8px 8px 190px
    }
    .what .brend__title {
        width: 250px;
        padding: 8px 12px
    }
    .what .brend__text {
        font-size: 20px
    }
    .what .brend .prod2 {
        left: 0;
        top: 290px;
        right: 0;
        margin: 0 auto
    }
    .what__text {
        width: 100%;
        font-size: 20px;
        line-height: 32px;
        margin-top: 30px
    }
    .what video {
        width: 100%;
    }
}

.problems {
    background-image: url(../images/problems.jpg);
    padding: 96px 0
}

.problems hr {
    background-color: #fff;
    opacity: .1;
    border-radius: 20px;
    height: 4px;
    width: 100%;
    margin-bottom: 84px
}

.problems__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.problems__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
    text-align: center;
    width: 24%;
}

.problems__item img {
    -webkit-filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, .1));
    filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, .1));
    width: 100%
}

.problems__item span {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    top: 5px;
    position: relative;

}
.problems__item p{
    color: white;
    font-size: 1.2rem;
    padding: 5px;
    margin-top: 15px;
}
.problems__text {
    font-size: 23px;
    margin-top: 32px;
    color: #fff;
    line-height: 40px
}

.problems__text span {
    font-weight: 700;
    background: rgba(196, 216, 117, .5);
    padding: 0 10px;
    display: inline-block;
    margin-left: 5px;
    border-radius: 10px
}

@media (min-width:768px) {
    .problems__brend {
        background: url(../images/smile2.jpg) right top no-repeat #fff;
        border-radius: 10px;
        position: relative;
        margin-top: 48px;
        padding: 51px 16px 3px
    }
    .problems__brend .prod4 {
        margin-top: 15px;
        margin-left: 40px
    }
    .problems__brend .forma {
        width: 488px
    }
    .problems__brend .forma .form {
        padding: 0;
        margin-top: 8px
    }
    .problems__brend .forma__wrapper {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .problems__brend .forma__wrapper .prices {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .problems__brend .forma__wrapper .price__old {
        width: 116px;
        border-radius: 10px 0 0 10px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
    .problems__brend .forma__wrapper .price__new {
        width: 124px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        border-radius: 0 10px 10px 0
    }
    .problems__brend .forma__wrapper .price__text {
        width: 180px;
        text-align: left;
        margin-bottom: 0
    }
    .problems__brend .forma__wrapper .form__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .problems__brend .forma__wrapper .form__list input,
    .problems__brend .forma__wrapper .form__list select {
        border: 1px solid #bdbdbd;
        width: 49%;
        margin-top: 8px;
        margin-bottom: 0
    }
    .problems__brend .forma__wrapper .form__list .form__btn {
        margin-top: 8px;
        width: 49%
    }
    .problems__brend .forma .pri {
        display: none
    }
}

@media (max-width:1130px) {
    .problems__item span {
        font-size: 2vw;

    }
}

@media (max-width:855px) {
    .problems .prod4 {
        display: none
    }
    .problems__item p{
        font-size: 1rem;
    }
}

@media (max-width:767px) {
    .problems {
        background-image: none;
        padding: 56px 0;
        background: linear-gradient(172.5deg, #004e8f -35.99%, #72c6ef 148%)
    }
    .problems .section-title {
        font-size: 30px
    }
    .problems__wrapper {
        display: block;
        margin-bottom: 100px
    }
    .problems__item {
        margin-bottom: 24px;
        width: 100%;
    }
    .problems__item span {
        font-size: 24px
    }
    .problems__text {
        font-size: 20px;
        margin-bottom: 48px
    }
    .problems__text span {
        background: 0 0;
        display: inline-block;
        margin: 0;
        padding: 0
    }
    .problems .prod4 {
        display: block;
        margin: 30px auto 0
    }
    .problems .pri {
        display: none
    }
}

.why {
    background-image: url(../images/why.jpg);
    padding: 70px 0
}

.why__say {
    background: #fff;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .15);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .15);
    border-radius: 10px;
    width: 399px;
    position: absolute;
    top: 53px;
    right: 351px;
    padding: 19px 19px 24px 28px;
    border: 1px solid #28afd8
}

.why__say p {
    background: -webkit-gradient(linear, left top, right top, from(#00578f), to(rgba(114, 198, 239, .7)));
    background: linear-gradient(to right, #00578f, rgba(114, 198, 239, .7));
    line-height: 32px;
    font-size: 24px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent
}

.why__say p span {
    font-weight: 700
}


.why__wrapper {
    width: 510px;
    margin-top: 180px;
    position: relative
}

.why__item {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    line-height: 16px;
    background: linear-gradient(to right, #00578f, rgb(0, 56, 102))
}

.why__item:after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: -7px;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#00578f), to(rgba(114, 198, 239, .7)));
    background: linear-gradient(to right, #00578f, rgba(114, 198, 239, .7))
}

.why__item:before {
    position: absolute;
    content: '';
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#00578f), to(rgba(114, 198, 239, .7)));
    background: linear-gradient(to right, #00578f, rgba(114, 198, 239, .7));
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.why .why1 {
    width: 117px;
    top: -40px;
    left: 67px
}

.why .why1:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(114, 198, 239, .7)), to(#00578f));
    background: linear-gradient(to right, rgba(114, 198, 239, .7), #00578f)
}

.why .why1:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(67deg);
    right: -52px;
    bottom: -41px;
    background: #00578f;
    width: 74px;
}

.why .why2 {
    width: 135px;
    top: 0;
    right: 52px
}

.why .why2:before {
    width: 75px;
    left: -64px;
    bottom: -34px
}

.why .why3 {
    width: 124px;
    right: -40px;
    top: 80px
}

.why .why3:before {
    width: 32px;
    left: -9px;
    top: 68px;
    transform: rotate(60deg);
}

.why .why4 {
    width: 150px;
    right: -83px;
    top: 225px
}

.why .why4:before {
    bottom: 5px;
    left: -49px;
    width: 53px;
    transform: rotate(207deg);
}

@media (max-width:1190px) {
    .why {
        padding-bottom: 10px
    }
    .why__wrapper {
        margin-top: 240px
    }
    .why__say {
        top: 75px;
        right: 0;
        left: 0;
        margin: 0 auto
    }
    .why__say:after {
        display: none
    }
}

@media (max-width:767px) {
    .why {
        background-image: url(../images/why_mob.jpg);
        background-size: auto;
        padding-top: 0;
        padding-bottom: 80px;
        margin-top: 60px
    }
    .why__item {
        position: relative
    }
    .why__say {
        width: 175px;
        margin-top: 80px;
        margin-left: 0;
        position: relative;
        padding: 8px 0 8px 13px;
        top: -218px;
    }
    .why__say p {
        font-size: 19px;
        line-height: 24px
    }
    .why__say:after {
        display: block
    }
    .why__wrapper {
        width: 100%;
        margin-top: 50px
    }
    .why .why1 {
        margin-left: 45px;
        margin-bottom: 16px;
        left: 0;
        top: 0
    }
    .why .why1:before,   .why .why2:before,   .why .why3:before,   .why .why4:before{
        display: none;
    }
    .why .why1:before {

        right: auto;
        left: -42px;
        top: auto;
        bottom: -25px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .why .why2 {
        margin-left: 185px;
        margin-bottom: 45px
    }
    .why .why3 {
        margin-left: 195px;
        top: 100px;
        right: auto;
        margin-bottom: 225px
    }
    .why .why4 {
        right: auto;
        top: -191px;
    }
    .why .why4:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: auto;
        right: -25px;
        bottom: auto;
        top: -17px;
        width: 30px
    }
    .why .why4:after {
        bottom: auto;
        top: -7px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(114, 198, 239, .7)), to(#00578f));
        background: linear-gradient(to right, rgba(114, 198, 239, .7), #00578f)
    }
    .why .why3:after {
        bottom: auto;
        top: -7px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(114, 198, 239, .7)), to(#00578f));
        background: linear-gradient(to right, rgba(114, 198, 239, .7), #00578f)
    }
}

.expert {
    background: linear-gradient(103.32deg, #004e8f -11.25%, #72c6ef 99.14%);
    padding-top: 80px;
    padding-bottom: 90px
}

.expert .section-title {
    margin-bottom: 48px
}

.expert__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.expert__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 27.3%;
    flex: 0 1 27.3%
}

.expert__body img {
    width: 100%;
    -webkit-filter: drop-shadow(20px 20px 30px rgba(0, 0, 0, .2));
    filter: drop-shadow(20px 20px 30px rgba(0, 0, 0, .2))
}

.expert__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 66.6%;
    flex: 0 1 66.6%;
    position: relative
}

.expert__text p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 35px
}

.expert__text p span {
    font-weight: 700
}

.expert__text img {
    position: absolute;
    right: 0;
    bottom: -56px
}

.expert__name {
    position: relative;
    margin-top: 24px;
    padding-left: 20px
}

.expert__name span {
    color: #f2c94c;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700
}

.expert__name p {
    color: #fff;
    line-height: 24px;
    font-size: 16px
}

.expert__name:after {
    position: absolute;
    content: '';
    background: #72c6ef;
    left: 0;
    top: 0;
    opacity: .5;
    border-radius: 10px;
    width: 4px;
    height: 100%
}

@media (max-width:1220px) {
    .expert__text p {
        font-size: 1.6vw
    }
}

@media (max-width:1040px) {
    .expert__name p {
        font-size: 1.5vw;
        line-height: 25px
    }
}

@media (max-width:767px) {
    .expert {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .expert__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .expert__img {
        -webkit-filter: drop-shadow(20px 20px 30px rgba(0, 0, 0, .2));
        filter: drop-shadow(20px 20px 30px rgba(0, 0, 0, .2))
    }
    .expert__text {
        margin-top: 16px
    }
    .expert__text p {
        font-size: 16px;
        line-height: 24px
    }
    .expert__text img {
        bottom: -60px
    }
    .expert__body {
        margin-top: 50px
    }
    .expert__name span {
        font-size: 20px
    }
    .expert__name p {
        font-size: 14px;
        margin-top: 5px
    }
}

.reviews {
    padding-top: 80px
}

.reviews hr {
    background: linear-gradient(103.32deg, #004e8f -11.25%, #72c6ef 99.14%);
    height: 4px;
    opacity: .2;
    border-radius: 20px;
    width: 100%
}

.reviews .section-title {
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#004e8f), to(#72c6ef));
    background: linear-gradient(to right, #004e8f, #72c6ef)
}

.reviews__title img {
    -webkit-filter: drop-shadow(5px 5px 30px rgba(0, 78, 143, .3));
    filter: drop-shadow(5px 5px 30px rgba(0, 78, 143, .3));
    border-radius: 10px
}

.reviews__item {
    background: rgba(101, 193, 224, .1);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 27.3%;
    flex: 0 1 27.3%;
    border-radius: 10px;
    padding: 9% 2% 24px 3%;
    position: relative
}

.reviews__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    margin-bottom: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reviews__title {
    position: absolute;
    top: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews__title span {
    color: #004e8f;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-left: 24px
}

.reviews__text {
    margin-top: 10px;
    color: #004e8f;
    font-size: 16px;
    line-height: 24px
}

.reviews__text span {
    font-weight: 700
}

@media (max-width:1190px) {
    .reviews__text {
        font-size: 1.5vw
    }
    .reviews__title span {
        font-size: 1.9vw;
        margin-left: 15px
    }
    .reviews__title img {
        width: 30%
    }
}

@media (max-width:767px) {
    .reviews {
        padding-bottom: 40px
    }
    .reviews hr {
        margin-top: 64px
    }
    .reviews__wrapper {
        display: block;
        margin: 15px -15px 0
    }
    .reviews__item {
        background: 0 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }
    .reviews__text {
        font-size: 16px;
        margin-top: 16px
    }
    .reviews__title {
        position: static
    }
    .reviews__title img {
        width: auto;
        -webkit-filter: none;
        filter: none
    }
    .reviews__title span {
        font-size: 20px
    }
}

.zakaz {
    padding-top: 68px;
    padding-bottom: 72px
}

.zakaz .section-title {
    text-align: center;
    margin-bottom: 51px
}

.zakaz__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.zakaz__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    border-radius: 20px;
    padding-bottom: 40px;
    position: relative;
    background: linear-gradient(103.32deg, #004e8f -11.25%, #72c6ef 99.14%)
}

.zakaz__item:after {
    position: absolute;
    width: 22px;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 38px;
    content: '';
    background: url(../images/str.svg)
}

.zakaz__item:last-child:after {
    display: none
}

.zakaz__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -50px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    right: 0;
    left: 0;
    width: 100%
}

.zakaz__title span {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-left: 10px;
    line-height: 32px
}

.zakaz__title:after {
    position: absolute;
    content: '';
    background: linear-gradient(103.32deg, #004e8f -11.25%, #72c6ef 99.14%);
    width: 108px;
    height: 108px;
    top: 0;
    border-radius: 50%;
    left: 25px
}

.zakaz__title img {
    position: relative;
    z-index: 1;
    margin-left: 32px;
    margin-top: 7px
}

.zakaz__text {
    margin-top: 80px;
    padding: 0 35px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 20px
}

.zakaz__danger {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    padding: 16px 0;
    -webkit-filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, .15));
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, .15));
    border-radius: 10px;
    font-weight: 700;
    background: #eb5757;
    text-align: center;
    width: 752px;
    margin: 80px auto 0
}

@media (max-width:1185px) {
    .zakaz__text {
        font-size: 1.8vw;
        padding: 0 15px
    }
    .zakaz__title span {
        font-size: 1.8vw
    }
    .zakaz__item:after {
        right: -30px
    }
}

@media (max-width:800px) {
    .zakaz__danger {
        width: 100%
    }
}

@media (max-width:767px) {
    .zakaz {
        padding-top: 0
    }
    .zakaz .section-title {
        font-size: 30px
    }
    .zakaz__wrapper {
        display: block
    }
    .zakaz__item {
        margin-bottom: 95px
    }
    .zakaz__item span {
        font-size: 24px
    }
    .zakaz__item:after {
        right: auto;
        left: 70px;
        top: auto;
        bottom: -43px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .zakaz__text {
        padding-top: 65px;
        padding-left: 35px;
        font-size: 16px;
        padding-right: 35px
    }
}

.slick-slide {
    padding: 0 15px
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-dots li {
    margin: 0 5px
}

.slick-dots li button {
    font-size: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #004e8f;
    opacity: .3
}

.slick-dots li button.active {
    opacity: 1
}

.cherta1 {
    padding-left: 96px
}

.cherta1:after {
    content: '';
    top: 18px;
    width: 80px;
    height: 4px;
    position: absolute;
    left: 0;
    background: linear-gradient(103.32deg, #004e8f -11.25%, #72c6ef 99.14%);
    opacity: .3;
    border-radius: 20px
}

@media (max-width:767px) {
    .cherta1 {
        padding-left: 0
    }
    .cherta1:after {
        top: auto;
        bottom: -15px;
        width: 100%
    }
}

.cherta2 {
    padding-left: 96px;
    color: #fff
}

.cherta2:after {
    content: '';
    top: 18px;
    width: 80px;
    height: 4px;
    position: absolute;
    left: 0;
    background: #fff;
    opacity: .3;
    border-radius: 20px
}

@media (max-width:767px) {
    .cherta2 {
        padding-left: 0
    }
    .cherta2:after {
        top: auto;
        bottom: -15px;
        width: 100%
    }
}

hr {
    background: #474747;
    height: 1px;
    width: 280px;
    margin: 0 auto;
    opacity: .5
}

.gradient {
    background: -webkit-gradient(linear, left top, right top, from(#00578f), to(rgba(114, 198, 239, .7)));
    background: linear-gradient(to right, #00578f, rgba(114, 198, 239, .7));
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent
}

.visible-xs {
    display: none !important
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active,
:focus,
a:active,
a:focus {
    outline: 0
}

a,
a:hover,
a:visited {
    text-decoration: none
}

aside,
footer,
header,
nav,
section {
    display: block
}

.section-title {
    font-weight: 700;
    position: relative;
    font-size: 32px;
    line-height: 40px
}

body,
html {
    height: 100%;
    min-width: 320px
}

body {
    line-height: 1;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button,
input,
textarea {
    font-family: Montserrat, sans-serif
}

input {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer;
    outline: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

ul {
    list-style-type: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

.form__item {
    position: relative
}

i {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 14px;
    bottom: 0;
    height: 14px;
    margin: auto
}

section {
    background-repeat: no-repeat;
    background-position: center top
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    outline: 0;
    -moz-appearance: none;
    appearance: none
}

footer {
    text-align: center;
    padding: 20px 0
}

.container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px
}

.wrapper {
    overflow: hidden;
    min-height: 100%
}

.content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:767px) {
    section {
        background-size: cover
    }
    .container {
        max-width: 290px
    }
    .hidden-xs {
        display: none
    }
    .visible-xs {
        display: block !important
    }
    .footer {
        padding: 25px 0;
    }
    .problems hr {
        margin-bottom: 24px
    }
}