* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    font-family: "Cairo", sans-serif;
    color: #445a69;
}

ul,
ol {
    padding: 0;

    list-style: none;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
}

.wrapper {
    overflow: hidden;
}

.clearfix:after {
    content: "";

    display: table;
    clear: both;
}

.button {
    display: block;
    width: 100%;
    max-width: 272px;
    padding: 25px 10px;

    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;

    background-color: rgb(255, 103, 3);
    border: none;
    outline: none;
    box-shadow: 0 7px 27px 0 rgba(255, 103, 3, 0.45);
    cursor: pointer;

    transition: all 0.5s;
}

.button:hover {
    background-color: rgb(206, 82, 0);
    box-shadow: 0 7px 27px 0 rgba(228, 93, 4, 0.45);
}

.container {
    position: relative;

    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.title {
    margin-bottom: 15px;

    font-size: 48px;
    line-height: 1;
    /*font-family: "Prata", serif;*/
    text-align: center;
    color: #1c2830;
    letter-spacing: 2px;
}

.title_big {
    margin-bottom: 50px;

    font-size: 180px;
    color: #ebf1f4;
}

.subtitle {
    margin-bottom: 80px;

    font-size: 30px;
    /*font-family: "Prata", serif;*/
    text-align: center;
    color: #1c2830;
}

.dib-row {
    font-size: 0;
}

.sec1 {
    position: relative;

    background-image: url("../img/sec1_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sec1__prod {
    display: none;
}

.sec1__left {
    width: 100%;
    max-width: 705px;
    padding-top: 270px;
    padding-bottom: 270px;
    padding-right: 15px;
}

.sec1__title {
    margin-bottom: 30px;

    font-weight: 300;
    font-size: 86px;
    line-height: 1;
    color: #ff6703;
    text-transform: uppercase;
}

.sec1__title span {
    font-weight: 400;
    font-size: 64px;
    /*font-family: "Prata", serif;*/
    color: #1c2830;
}

.sec1__subtitle {
    margin-bottom: 140px;
    padding-right: 60px;
}

.sec1__top-gradient {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.sec1__girl {
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;

    height: 100%;
}

.sec2 {
    padding-top: 100px;
    padding-bottom: 135px;
}

.sec2__slider {
    font-size: 0;
}

.sec2__item {
    position: relative;

    display: inline-block;
    width: 100% !important;
    max-width: 30%;
    margin-left: 5%;

    vertical-align: top;

    outline: none;
}

.sec2__item:last-child {
    margin-left: 0;
}

.sec2__item-overlay {
    position: absolute;

    width: 100%;
    height: 100%;
}

.sec2__item-text {
    position: absolute;
    bottom: 30px;
    left: 40px;

    font-weight: 300;
    font-size: 30px;
    line-height: 1;
    color: #ff6703;
    text-transform: uppercase;
}

.sec3 .container {
    padding-top: 85px;
    padding-bottom: 90px;

    background-image: -moz-linear-gradient(-156deg, rgb(241, 207, 217) 0%, rgb(245, 245, 245) 100%);
    background-image: -webkit-linear-gradient(-156deg, rgb(241, 207, 217) 0%, rgb(245, 245, 245) 100%);
    background-image: -ms-linear-gradient(-156deg, rgb(241, 207, 217) 0%, rgb(245, 245, 245) 100%);
}

.sec3 .title {
    line-height: 60px;
    text-align: right;
}

.sec3__subtitle {
    font-weight: 400;
    font-size: 48px;
    color: #ff6703;
    text-transform: uppercase;
}

.sec3__promo {
    margin-bottom: 115px;
}


.sec3__left {
    position: relative;
    width: 100%;
    max-width: 730px;
    padding-right: 100px;
}

.price {
    width: 100%;
    max-width: 270px;
    margin-bottom: 20px;
    padding: 30px 20px;

    line-height: 1;
    font-family: "Prata", serif;
    text-align: center;

    border: 1px solid #d6d6d6;
}

.price__old {
    margin-right: 20px;

    font-size: 24px;
    vertical-align: middle;
    color: #959595;
    text-decoration: line-through;
}

.price__new {
    font-size: 38px;
    vertical-align: middle;
    color: #ff6703;
}

.sec3__prod {
    position: absolute;
    left: 0;
    bottom: 0;
}

.sec3__girl {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;

    height: 100%;
}

.sec3__girl_mobile {
    display: none;
}

.sec4 {
    padding-top: 70px;
}

.sec4__subtitle {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 60px;

    text-align: center;
}

.sec4__items {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(251, 241, 244)), to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(top, rgb(251, 241, 244) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(180deg, rgb(251, 241, 244) 0%, rgba(255, 255, 255, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec4__item {
    
    width: 33.33%;
    padding-top: 40px;
    padding-bottom: 30px;

    vertical-align: top;
    text-align: center;

    border-top: 1px solid rgb(214, 214, 214);
    border-bottom: 1px solid rgb(214, 214, 214);
}

.sec4__item:nth-child(2) {
    border-right: 1px solid rgb(214, 214, 214);
    border-left: 1px solid rgb(214, 214, 214);
}

.sec4__head-wrap {
    position: relative;

    display: inline-block;

    vertical-align: top;
}

.sec4__head {
    display: block;
    margin: 0 auto;
}

.sec4__item-icon {
    display: block;
    margin-top: -30px;
    margin-bottom: 20px;
    margin-right: 30px;
}

.sec4__item-decorate {
    position: absolute;

    max-width: initial;
}

.sec4__item-decorate_drop {
    top: 66px;
    left: -25px;
    /*animation-iteration-count: infinite;*/
}

.sec4__item-decorate_stars {
    top: 0;
    right: -35px;
}

.sec4__item-decorate_wrinkles {
    top: 89px;
    left: 24px;

    opacity: 0;
}

.sec4__item-decorate_stars-2 {
    top: 30px;
    right: -28px;
}

.sec4__item-decorate_freckles {
    top: 112px;
    left: 25px;

    opacity: 0;
}

.sec4__item-decorate_stars-3 {
    top: 0;
    right: -32px;
}

.sec4__item-text {
    padding-right: 30px;

    font-size: 26px;
    /*font-family: "Prata", serif;*/
    text-align: right;
    color: #1c2830;
}

.sec5 {
    position: relative;
    padding-top: 80px;
}

.sec5__gradient {
    position: absolute;
    top: 0;
    left: -120px;
}

.sec5__title {
    width: 100%;
    max-width: 705px;
    margin: 0 auto 100px;

    font-size: 30px;
    text-align: center;
}

.sec5__left {
    display: inline-block;
    width: 50%;

    vertical-align: middle;
    text-align: center;
}

.sec5__head {
    max-width: 435px;
}


.sec5__items {
    position: relative;
    z-index: 3;

    display: inline-block;
    width: 100%;
    max-width: 50%;
    padding-top: 70px;
    padding-left: 68px;

    vertical-align: middle;
}

.sec5__item:first-child {
    margin-bottom: 70px;
}

.sec5__item-title {
    margin-bottom: 25px;

    font-size: 26px;
    /*font-family: "Prata", serif;*/
    color: #1c2830;
}

.sec5__item-text {
    margin-right: 120px;

    font-size: 18px;
}

.sec5__item-icon {
    float: right;
}

.sec5__text {
    width: 100%;
    max-width: 690px;
    margin: 150px auto 0;

    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}

.sec6 {
    padding-top: 60px;
}

.sec6 .container {
    padding: 90px 0;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f2f5+0,f5eef2+51,f5eaef+100 */
    background: rgb(246, 242, 245);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(246, 242, 245, 1) 0%, rgba(245, 238, 242, 1) 51%, rgba(245, 234, 239, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(246, 242, 245, 1) 0%, rgba(245, 238, 242, 1) 51%, rgba(245, 234, 239, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(246, 242, 245, 1) 0%, rgba(245, 238, 242, 1) 51%, rgba(245, 234, 239, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f2f5', endColorstr='#f5eaef', GradientType=1);
    /* IE6-9 */

}

.sec6__inner-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.sec6__left {
    float: left;
    width: 100%;
    max-width: 60%;
    margin-right: 10%;
    /*! padding-left: 105px; */
}

.sec6__item {
    position: relative;

    padding-right: 75px;
}

.sec6__item:first-child {
    margin-bottom: 70px;
}

.sec6__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;

    width: 49px;
    height: 54px;

    background: url("../img/sec6_check.png") no-repeat center center;
}

.sec6__title {
    margin-bottom: 20px;

    font-size: 26px;
    /*font-family: "Prata", serif;*/
    color: #1c2830;
}

.sec6__text {
    margin-bottom: 20px;
}

.sec6__note {
    position: relative;

    margin-top: 30px;
    padding-right: 20px;

    font-size: 12px;
}

.sec6__note::before {
    content: "*";
    position: absolute;
    top: -5px;
    right: 0;

    font-size: 30px;
    font-family: "Prata", serif;
}

.sec6__right {
    float: left;
    width: 30%;
}

.sec6__right-item,
.sec6__right-arrow {
    display: block;
    margin: 0 auto 10px;
}

.sec7 {
    padding-top: 70px;
}

.sec7__subtitle {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 60px;

    font-size: 20px;
    text-align: center;
}



.sec7__slider {
    font-size: 0;
}

.sec7__item {
    position: relative;

    display: inline-block;
    width: 100% !important;
    max-width: 30%;
    margin-left: 5%;
    padding: 330px 35px 40px;

    vertical-align: top;

    background-image: -moz-linear-gradient(90deg, rgb(252, 242, 245) 0%, rgb(232, 231, 233) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(252, 242, 245) 0%, rgb(232, 231, 233) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(252, 242, 245) 0%, rgb(232, 231, 233) 100%);
    outline: none;

    text-align: right;
}

.sec7__item:last-child {
    margin-left: 0;
}

.sec7__avatar {
    position: absolute;
    top: 35px;
    right: auto;
    left: auto;

    margin: 0 auto;
}

.sec7__name {
    position: relative;
    z-index: 2;

    margin-bottom: 10px;

    font-size: 26px;
    /*font-family: "Prata", serif;*/
    color: #1c2830;
}

.sec7__text {
    position: relative;
    z-index: 2;
	margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
}

.sec8 {
    padding-top: 75px;
}

.sec8 .title {
    margin-bottom: 80px;
}

.sec8__left {
    float: left;
    width: 100%;
    max-width: 48%;
    margin-right: 4%;
}

.sec8__photos {
    margin-bottom: 40px;
}

.sec8__photo {
    display: inline-block;
    width: 100%;
    max-width: 48%;
    margin-right: 4%;

    vertical-align: top;
    text-align: center;
}

.sec8__photo img {
    margin-bottom: 15px;
}

.sec8__photo:last-child {
    margin-right: 0;
}

.sec8__photo span {
    font-size: 26px;
    /*font-family: "Prata", serif;*/
    color: #1c2830;
}

.sec8__notes {
    padding: 20px 80px;

    font-size: 12px;

    background-color: #fbf1f4;
}

.sec8__notes_mobile {
    display: none;
}

.sec8__notes i {
    position: relative;

    display: block;
    padding-right: 25px;
}

.sec8__notes i::before {
    content: "*";
    position: absolute;
    top: -5px;
    right: 0;

    font-size: 30px;
    font-family: "Prata", serif;
}

.sec8__right {
    float: left;
    width: 100%;
    max-width: 48%;
    padding-right: 44px;
}

.sec8__right p {
    margin-bottom: 15px;
    font-size: 16px;
}

.sec9 {
    padding-top: 70px;
}

.sec9 .title {
    margin-bottom: 85px;
}

.sec9 .title span {
    text-transform: uppercase;
}

.sec9__slider {
    width: 100% !important;
    max-width: 1260px;
    margin: 0 auto;
}

.sec9__item {
    width: 100% !important;
    max-width: 22%;
    margin-left: 3%;

    text-align: center;

    outline: none;
}

.sec9__item:last-child {
    margin-left: 0;
}

.sec9__percent {
    margin-bottom: 5px;

    font-size: 72px;
    /*font-family: "Prata", serif;*/
}

.sec9__text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.wrap-bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fffbfc+20,fdf3f4+47,fffbfc+73&0+0,0.8+15,1+19,1+73,0.8+77,0+100 */
    background: -moz-linear-gradient(top, rgba(255, 251, 252, 0) 0%, rgba(255, 251, 252, 0.8) 15%, rgba(255, 251, 252, 1) 19%, rgba(255, 251, 252, 1) 20%, rgba(253, 243, 244, 1) 47%, rgba(255, 251, 252, 1) 73%, rgba(255, 251, 252, 0.8) 77%, rgba(255, 251, 252, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 251, 252, 0) 0%, rgba(255, 251, 252, 0.8) 15%, rgba(255, 251, 252, 1) 19%, rgba(255, 251, 252, 1) 20%, rgba(253, 243, 244, 1) 47%, rgba(255, 251, 252, 1) 73%, rgba(255, 251, 252, 0.8) 77%, rgba(255, 251, 252, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 251, 252, 0) 0%, rgba(255, 251, 252, 0.8) 15%, rgba(255, 251, 252, 1) 19%, rgba(255, 251, 252, 1) 20%, rgba(253, 243, 244, 1) 47%, rgba(255, 251, 252, 1) 73%, rgba(255, 251, 252, 0.8) 77%, rgba(255, 251, 252, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fffbfc', endColorstr='#00fffbfc', GradientType=0);
    /* IE6-9 */

}

.sec10 {
    padding-top: 90px;
    padding-bottom: 65px;


}

.sec10 .title {
    margin-bottom: 20px;
}

.sec10 .subtitle {
    font-size: 20px;
    /*font-family: "Montserrat", sans-serif;*/
    color: #445a69;
}

.sec10__item {
    width: 100% !important;
    max-width: 32%;
    margin-left: 2%;
    padding: 40px;

    border: 1px solid #d6d6d6;
    outline: none;
    background: #fff;

    text-align: right;
}

.sec10__item:last-child {
    margin-left: 0;
}

.sec10__avatars {
    margin-bottom: 25px;

    font-size: 0;
}

.sec10__avatars img {
    display: inline-block;
    width: 48%;
    margin-right: 4%;

    vertical-align: top;
}

.sec10__avatars img:last-child {
    margin-right: 0;
}

.sec10__text {
    font-size: 16px;
}

.sec10__name {
    margin-bottom: 20px;

    font-size: 26px;
    color: #ff6703;
}

.sec11 {
    padding-bottom: 90px;
}

.sec11 .title {
    margin-bottom: 80px;
}

.sec11__item {
    position: relative;

    display: inline-block;
    width: 33%;
    min-height: 390px;

    vertical-align: top;
    border: 1px solid #d6d6d6;
    background-image: url("../img/sec11_i1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sec11__item:nth-child(2) {
    background-image: url("../img/sec11_i2.jpg");
}

.sec11__item:nth-child(3) {
    background-image: url("../img/sec11_i3.jpg");
}

.sec11__overlay {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-image: -moz-linear-gradient(90deg, rgb(254, 245, 247) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(254, 245, 247) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(254, 245, 247) 0%, rgba(255, 255, 255, 0) 100%);
}

.sec11__text {
    position: relative;
    z-index: 2;

    padding: 240px 100px 25px 35px;

    font-size: 22px;
    /*font-family: "Prata", serif;*/
    color: #1c2830;
}

.sec12 {
    position: relative;

    background-image: url("../img/sec12_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sec12 .container {
    padding: 90px 0;
}

.sec12__right {
    position: relative;

    float: right;
    width: 100%;
    max-width: 40%;
    margin-right: 9%;

    text-align: center;
}

.form {
    position: relative;
    z-index: 3;
}

.sec12__title {
    margin-bottom: 20px;

    font-size: 48px;
    line-height: 1.2;
    /*font-family: "Prata", serif;*/
}

.sec12__title span {
    font-size: 86px;
    /*font-family: "Montserrat", sans-serif;*/
    color: #ff6703;
    text-transform: uppercase;
}

.sec12__prod {
    position: absolute;
    bottom: -30px;
    left: -130px;
}

.sec12__head {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;

    height: 100%;
}


.form__title {
    margin-bottom: 15px;

    font-size: 20px;
}

.form .button,
.form .price {
    margin: 25px auto 0;
}

.form__inp {
    display: block;
    width: 100%;
    max-width: 272px;
    height: 53px;
    margin: 0 auto 20px;
    padding-right: 15px;
    padding-left: 20px;

    font-size: 16px;
    line-height: 53px;
    font-family: inherit;
    color: #808080;

    background-color: rgb(255, 255, 255);
    border: none;
    outline: none;
    box-shadow: 0 7px 18px 0 rgba(234, 96, 121, 0.21);

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form__inp {
    background-image: url("../img/select_arrow.png");
    background-repeat: no-repeat;
    background-position: 10% 50%;
}

.form__inp::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #808080;
}

.form__inp:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #808080;
}

.form__inp::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #808080;
}

.form__inp:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #808080;
}

@media screen and (max-width:1879px) {
    .sec12__head {
        left: -270px;
    }
}

@media screen and (max-width:1700px) {
    .sec1__girl {
        left: -280px;
    }
}

@media screen and (max-width:1370px) {
    .title_big {
        font-size: 135px;
    }

    .sec1__girl {
        opacity: 0.4;
    }

    .sec3__girl {
        opacity: 0.3;
    }
}

@media screen and (max-width:1300px) {
    .sec12__head {
        opacity: 0.4;
    }

    .sec12__right {
        max-width: 55%;
    }
}

@media (max-width: 1023px) {
    body {
        font-size: 16px;
    }

    .container {
        max-width: 320px;
        padding: 0 15px;
    }

    .button {
        margin-right: auto;
        margin-left: auto;
    }

    .price {
        margin-right: auto;
        margin-left: auto;
    }

    .title {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 1px;
    }

    .title_big {
        margin-bottom: 20px;

        font-size: 40px;
    }

    .subtitle {
        margin-bottom: 30px;

        font-size: 16px;
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        color: #445a69;
    }

    .sec1__left {
        float: none;
        padding-top: 20px;
        padding-bottom: 40px;
        padding-left: 0;
    }

    .sec1__title {
        font-size: 36px;
        text-align: center;
    }

    .sec1__title span {
        font-size: 24px;
    }

    .sec1__girl {
        display: none;
    }

    .sec1__subtitle {
        margin-bottom: 40px;
        padding-right: 0;

        text-align: center;
    }

    .sec1__prod {
        display: block;
        margin: 0 auto 20px;
    }

    .sec2 {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .sec2 .title {
        font-size: 18px;
        font-family: "Prata", serif;
        color: #1c2830;
    }

    .sec2__item {
        max-width: 290px;
        margin-left: 0;
    }

    .sec2__item-text {
        left: 0;

        width: 100%;
        padding: 0 10px;

        text-align: center;
    }

    .sec3__girl {
        display: none;
    }

    .sec3__girl_mobile {
        top: 0;
        right: 0;
        left: 0;

        display: block;
        height: auto;
        margin: 0 auto;

        opacity: 1;
    }

    .sec3 {
        /* padding-top: 325px; */
        /* padding-bottom: 45px; */
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5eef0+0,f7eff1+100 */
        background: rgb(245, 238, 240);
        /* Old browsers */
        background: -moz-linear-gradient(top, rgba(245, 238, 240, 1) 0%, rgba(247, 239, 241, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(245, 238, 240, 1) 0%, rgba(247, 239, 241, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(245, 238, 240, 1) 0%, rgba(247, 239, 241, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5eef0', endColorstr='#f7eff1', GradientType=0);
        /* IE6-9 */

    }

    .sec3 .container {
        /* padding-top: 0;
        padding-bottom: 0; */
        padding-top: 325px;
        padding-bottom: 45px;

        background-image: none;
    }

    .sec3__left {
        padding-right: 0;
    }

    .sec3 .title {
        margin-bottom: 20px;

        line-height: 1.2;
        text-align: center;
    }

    .sec3__subtitle {
        margin-bottom: 20px;

        font-size: 24px;
        text-align: center;
    }

    .sec3__promo {
        margin-bottom: 35px;

        font-size: 18px;
        text-align: center;
    }

    .sec3__prod {
        position: static;

        display: block;
        margin: 0 auto 30px;
    }

    .sec4 {
        padding-top: 35px;
    }

    .sec4__items {
        background-image: none;
    }

    .sec4__item {
        width: 100%;
        margin-bottom: 45px;
        padding: 0;

        background-color: #ffffff;
        border: none;
    }

    .sec4__item:nth-child(2) {
        border: none;
    }

    .sec4__item:last-child {
        margin-bottom: 0;
    }

    .sec4__head {
        display: none;
    }

    .sec4__item-icon {
        display: block;
        margin: 0 auto 10px;
    }

    .sec4__item-text {
        padding: 0;

        text-align: center;
    }

    .sec4__item-decorate {
        display: none;
    }

    .sec5 {
        padding-bottom: 30px;
    }

    .sec5__gradient {
        display: none;
    }

    .sec5__title {
        margin-bottom: 30px;

        font-size: 20px;
    }

    .sec5__left {
        width: 100%;
        margin-bottom: 30px;
    }

    .sec5__head {
        display: block;
        max-width: 172px;
        margin: 0 auto;
    }

    .sec5__items {
        max-width: 100%;
        padding-top: 0;
        padding-left: 0;

        text-align: center;
    }

    .sec5__item-title {
        margin-bottom: 15px;
    }

    .sec5__item-icon {
        display: block;
        float: none;
        margin: 0 auto 20px;
    }

    .sec5__item-text {
        margin-right: 0;
    }

    .sec5__item:first-child {
        margin-bottom: 30px;
    }

    .sec5__text {
        margin-top: 40px;

        font-size: 20px;
    }

    .sec6 {
        padding-top: 30px;
        padding-bottom: 40px;

        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5ebef+0,f6f1f4+100 */
        background: rgb(245, 235, 239);
        /* Old browsers */
        background: -moz-linear-gradient(top, rgba(245, 235, 239, 1) 0%, rgba(246, 241, 244, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(245, 235, 239, 1) 0%, rgba(246, 241, 244, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(245, 235, 239, 1) 0%, rgba(246, 241, 244, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ebef', endColorstr='#f6f1f4', GradientType=0);
        /* IE6-9 */

    }

    .wrap-bg {
        background: #fff;
    }

    .sec6 .container {
        padding: 0 15px;

        background-image: none;
    }

    .sec6__left {
        float: none;
        max-width: 100%;
        margin-right: 0;
    }

    .sec6__item {
        margin-bottom: 30px;
        padding-left: 30px;
    }

    .sec6__item::before {
        left: 0;

        width: 24px;
        height: 26px;

        background-size: contain;
    }

    .sec6__item:first-child {
        margin-bottom: 30px;
    }

    .sec6__title {
        margin-bottom: 15px;

        font-size: 18px;
    }

    .sec6__right {
        float: none;
        width: 100%;
        max-width: 100%;

        text-align: center;
    }

    .sec6__right-item {
        display: inline-block;
        width: 113px;
        margin-bottom: 0;

        vertical-align: middle;
    }

    .sec6__right-arrow {
        display: inline-block;
        width: 24px;
        margin: 0 10px;

        vertical-align: middle;

        transform: rotate(90deg);
    }

    .sec7 {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .sec7__subtitle {
        margin-bottom: 30px;

        font-size: 16px;
    }

    


    .sec7__item {
        max-width: 290px;
        margin-left: 0;
        padding: 15px 15px 20px;
    }

    .sec7__avatar {
        position: static;

        max-width: 187px;
    }

    .sec7__name {
        margin-top: -15px;
        margin-bottom: 15px;

        font-size: 18px;
    }

    .sec8 {
        padding-top: 20px;
    }

    .sec8 .title {
        margin-bottom: 15px;
    }

    .sec8__left {
        float: none;
        max-width: 100%;
    }

    .sec8__right {
        float: none;
        padding-right: 0;
        max-width: 100%;
    }

    .sec8__photos {
        margin-bottom: 20px;
    }

    .sec8__photo img {
        margin-bottom: 10px;
    }

    .sec8__photo span {
        font-size: 14px;
    }

    .sec8__notes_mobile {
        display: block;
        padding: 17px 10px;

        font-size: 12px;

        background-color: #fbf1f4;
    }

    .sec8__notes:not(.sec8__notes_mobile) {
        display: none;
    }

    .sec9 {
        padding-top: 50px;
    }

    .sec9 .title {
        margin-bottom: 25px;

        font-size: 30px;
    }

    .sec9 .title span {
        display: block;
    }

    .sec9__item {
        max-width: 290px;
        margin-left: 0;

        text-align: center;
    }

    .sec9__percent {
        margin-bottom: 0;
    }

    .sec9__text {
        font-size: 18px;
    }

    .sec10 {
        padding-top: 40px;
    }

    .sec10__item {
        max-width: 290px;
        margin-left: 0;
        padding: 15px;
    }

    .sec10__avatars {
        margin-bottom: 15px;
    }

    .sec10__name {
        margin-bottom: 15px;

        font-size: 18px;
    }

    .sec11 {
        padding-bottom: 40px;
    }

    .sec11 .title {
        margin-bottom: 30px;
    }

    .sec11__item {
        width: 100%;
    }

    .sec11__text {
        position: absolute;
        bottom: 0;
        left: 0;

        padding: 20px;

        font-size: 18px;
    }

    .sec12 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sec12__head,
    .sec12__prod {
        display: none;
    }

    .sec12__title {
        font-size: 22px;
    }

    .sec12__title span {
        font-size: 40px;
    }

    .sec12__right {
        margin-right: 0;
        max-width: 100%;
    }

    .sec12 .container {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.slick-slide {
    user-select: text;
}

.slick-dots {
    bottom: -35px;
}

.slick-dots li button {
    width: 13px;
    height: 13px;
    padding: 0;
}

.slick-dots li.slick-active button::before {
    background-color: #ff6703;
    opacity: 1;
}

.slick-dots li button::before {
    content: "";

    width: 13px;
    height: 13px;

    background-color: #e9e9e9;
    border-radius: 50%;
    opacity: 1;
}

.slider__prev,
.slider__next {
    position: absolute;
    bottom: -25px;
    z-index: 10;

    width: 39px;
    height: 7px;

    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: none;
    outline: none;
    box-shadow: none;
}

.slider__prev {
    left: 0;

    background-image: url("../img/slider_arrow-prev.png");
}

.slider__next {
    right: 0;

    background-image: url("../img/slider_arrow-next.png");
}

.js_errorMessage,
.only_number {
    direction: ltr;
    text-align: right;
}
.ac_footer {
  direction: ltr;
}
.js_errorMessage,
.only_number {
  direction: ltr;
  text-align: right;
}
.m-border {
    margin: 15px auto;
    padding: 10px;
    font-size: 18px;
    border: 3px solid #ff6703;
    width: 270px;
}


.sec7__right {
    text-align: center;
}

.sec7__doc {
    width: 172px;
    height: 196px;    
    background: url(../img/sec7_doc_m.png) no-repeat;
    margin: 0 auto 10px;
}

.sec7__title-one {
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
    color: #1C2830;
}

.sec7__title-two {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
}

.sec7__text {
    font-size: 14px;
    line-height: 22px;
}

@media (min-width: 1023px) {
    .sec7__box {
        position: relative;
        padding-top: 190px;
        padding-right: 44px;
    }
    .sec7__doc {
        width: 1187px;
        height: 828px;
        position: absolute;
        left: 0;
        top: -90px;
        background: url(../img/sec7_doc.png) no-repeat;
        z-index: 1;
    }
    .sec7__right {
        width: 43.48%;
        margin-left: auto;
        text-align: right;
        position: relative;
        z-index: 5;
    }
    .sec7__title-one {
        font-size: 32px;
        font-weight: 800;
        line-height: 45px;
    }
    .sec7__title-two {
        font-size: 24px;
        line-height: 45px;        
    }
    .sec7__text {
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;        
    }
}