html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}h1,h2,h3,h4,h5,h6{margin: 0;}ul,ol{margin: 0;padding: 0;list-style: none;}

@font-face {
    font-family: 'Cyntho Next';
    src: url('../fonts/CynthoNext-Regular.eot');
    src: local('Cyntho Next Regular'), local('CynthoNext-Regular'),
        url('../fonts/CynthoNext-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CynthoNext-Regular.woff2') format('woff2'),
        url('../fonts/CynthoNext-Regular.woff') format('woff'),
        url('../fonts/CynthoNext-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cyntho Next';
    src: url('../fonts/CynthoNext-Bold.eot');
    src: local('Cyntho Next Bold'), local('CynthoNext-Bold'),
        url('../fonts/CynthoNext-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CynthoNext-Bold.woff2') format('woff2'),
        url('../fonts/CynthoNext-Bold.woff') format('woff'),
        url('../fonts/CynthoNext-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Cyntho Next';
    src: url('../fonts/CynthoNext-SemiBold.eot');
    src: local('Cyntho Next SemiBold'), local('CynthoNext-SemiBold'),
        url('../fonts/CynthoNext-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CynthoNext-SemiBold.woff2') format('woff2'),
        url('../fonts/CynthoNext-SemiBold.woff') format('woff'),
        url('../fonts/CynthoNext-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


*, *:after, *:before {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
}

body {
    font-family: 'Cyntho Next';
    color: #141414;
}

body {
    background-image: url(../img/bg.webp);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: contain;
}

@media only screen and (min-width: 1024px) {
    body.page-template-template-thanks {
        background-position: center;
        background-repeat:no-repeat;
        background-size: cover;
    }
}

.wrapper {
    overflow: hidden;
}

.noscroll {
    overflow: hidden;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

a {
    color: #5E74EF;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

p {
    margin: 0 0 20px;
}

p:last-child {
    margin-bottom: 0;
}

img,
iframe {
    display: block;
    max-width: 100%;
}

ul, ol{
    margin: 0;
    padding: 0;
    list-style: none;
}

@media only screen and (max-width: 1023px) {
    body {
        background: none;
    }
}

/*  main  */

.section {
    position: relative;
    z-index: 2;
}

.container {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 20px;
}

.title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 56px;
}

.description {
    margin-top: 11px;
    font-size: 16px;
    line-height: 26px;
}

.purple {
    color: #5E74EF;
}

@media only screen and (max-width: 1919px) {
    .container {
        max-width: 1440px;
    }

    .title {
        line-height: 48px;
    }
}

@media only screen and (max-width: 1919px) {
    .container {
        max-width: 1180px;
    }

    .title {
        font-size: 32px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 1179px) {
    .container {
        max-width: 1024px;
    }
}

@media only screen and (max-width: 1023px) {
    .container {
        max-width: 768px;
    }
}

@media only screen and (max-width: 767px) {
    .title {
        font-size: 26px;
        line-height: 40px;
    }

    .description {
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px;
    }

    .line-mobile {
        display: block;
    }
}

/*  btn  */

.btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.btn_blue {
    padding: 26px 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn_blue:hover {
    font-weight: 700;
    transform: scale(1.05);
}


.btn_blue_s {
    width: 204px;
    background-image: url(../img/bg-btn-s-blue.svg);
}

.btn_blue_m {
    width: 274px;
    background-image: url(../img/bg-btn-l-blue.svg);
}

/*  form  */

.wpcf7-spinner {
    display: none!important;
}

.wpcf7-not-valid-tip {
    font-size: 14px!important;
    line-height: 20px!important;
    padding-top: 5px!important;
    text-align: center!important;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 14px!important;
    line-height: 20px!important;
    padding: 5px 8px!important;
    text-align: center!important;
    border-radius: 8px!important;
}

.form__input,
.form__textarea {
    position: relative;
}

.form__input input,
.form__textarea textarea {
    position: relative;
    border: none;
    display: block;
    width: 100%;
    padding: 26px 40px 26px 78px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Cyntho Next';
    color: #141414;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.form__input input {
    background-image: url(../img/bg-input-new.png)!important;
    background-size: 100% 100%!important;
}

.form__textarea textarea {
    height: 106px;
    resize: none;
    background-image: url(../img/bg-textarea-new.png)!important;
    background-size: 100% 100%!important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7F90A6;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #7F90A6;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #7F90A6;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #7F90A6;
}

.form__input:before,
.form__textarea-message:before {
    position: absolute;
    top: 29px;
    left: 33px;
    z-index: 2;
}

.form__input-name:before {
    content: url(../img/icon-name.svg);
}

.form__input-phone:before {
    content: url(../img/icon-phone.svg);
}

.form__textarea-message:before {
    content: url(../img/icon-message.svg);
}

.form__contacts {
    display: flex;
    column-gap: 38px;
    align-items: center;
}

.form__contacts-title {
	font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
}

.form__contacts-list,
.form__contacts-list p {
    display: flex;
    align-items: center;
    column-gap: 39px;
}

.form__contacts-list br {
    display: none!important;
}

.form__contacts a {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.form__contacts a:hover {
    transform: scale(1.3);
}

.form__contacts-phone {
    background-image: url(../img/icon-call.svg);
}

.form__contacts-whatsapp {
    background-image: url(../img/chat-icon.svg);
}

.form__contacts-messenger {
    background-image: url(../img/meseger-icon.svg);
}

@media only screen and (max-width: 767px) {
    .btn_blue {
        padding: 23px 10px;
        font-size: 14px;
        line-height: 20px;
    }
    
    .btn_blue_s {
        width: 232px;
        background-image: url(../img/bg-btn-s-blue-mob.svg);
        background-size: 228px;
    }

    .btn_blue_m {
        width: 250px;
        background-size: 246px;
    }

    .form__input input,
    .form__textarea textarea {
        padding: 23px 22px 23px 70px;
        font-size: 14px;
        line-height: 20px;
    }

    .form__input:before,
    .form__textarea-message:before {
        top: 25px;
        left: 36px;
    }

    .form__contacts {
        column-gap: 25px;
    }

    .form__contacts-title {
        line-height: 20px;
    }

    .form__contacts-list,
    .form__contacts-list p {
        column-gap: 28px;
    }
}

@media only screen and (max-width: 360px) {
    .form__contacts {
        column-gap: 20px;
    }

    .form__contacts-list,
    .form__contacts-list p {
        column-gap: 20px!important;
    }

    .form__contacts a {
        width: 25px;
        height: 25px;
        background-size: contain;
        flex: 0 0 25px;
    }
}

/*  menu  */

.menu li a {
    font-size: 16px;
    line-height: 19px;
    white-space: nowrap;
    color: #000000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.menu li a:hover {
    color: #5E74EF;
}

@media only screen and (max-width: 767px) {
    .menu li a {
        font-size: 14px;
        line-height: 20px;
    }
}

/*  header  */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 10;
}

.logged-in .header {
    top: 32px;
}

.header__row {
    position: relative;
    padding: 0 45px;
}

.header__logo {
    position: absolute;
    top: 0;
    left: 50%;
    width: 184px;
    height: 122px;
    margin-left: -92px;
    padding-top: 34px;
    text-align: center;
    color: #fff;
    background: #5E74EF;
    border-radius: 0 0 8px 8px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.header__menu {
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 1024px) {
    .header__menu li a {
        position: relative;
        display: block;
        min-width: 205px;
        padding: 39px 0;
        line-height: 22px;
        text-align: center;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .header__menu li a:hover {
        font-weight: 600;
        color: #fff;
        background: #5E74EF;
    }
}

.header__burger {
    display: none;
}

.menu-item-has-children {
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .menu-item-230,
    .menu-item-321,
    .menu-item-300,
    .menu-item-342 {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .menu-item-362,
    .menu-item-358 {
        display: none;
    }
}

.menu-item-has-children > a {
    position: relative;
    pointer-events: none;
}

.menu-item-has-children > a:after {
    position: relative;
    top: 0;
    right: 0;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    background: url(../img/icon-arow-menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.menu-item-has-children > ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header__btns {
    display: none;
    margin-top: 55px;
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    .menu-item-has-children:hover > a:after {
        transform: rotate(180deg);
    }

    .menu-item-has-children > ul {
        position: absolute;
        top: 30px;
        left: -30px;
        background: #fff;
        padding: 20px 30px;
        visibility: hidden;
        opacity: 0;
    }

    .menu-item-has-children:hover > ul {
        visibility: visible;
        opacity: 1;
    }
}

.menu-item-has-children .sub-menu li {
    padding: 16px 0;
    border-bottom: 1px solid #EBEDF5;
}

.menu-item-has-children .sub-menu li:last-child {
    border-bottom: none;
}

.menu-item-has-children .sub-menu li a {
    position: relative;
    padding-left: 21px;
    white-space: normal;
}

.menu-item-has-children .sub-menu li a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    margin-top: -2px;
    border-radius: 50%;
    background: #000000;
}

@media only screen and (min-width: 1024px) {
    .header__menu > li:nth-child(3) {
        margin-right: 200px;
    }
}
/*
@media only screen and (max-width: 1919px) {
    .header__row {
        padding: 0 35px;
    }

    .header__logo {
        width: 180px;
        height: 110px;
        margin-left: -90px;
        padding-top: 30px;
    }

    .header__menu li a {
        min-width: 188px;
    }
}
*/
@media only screen and (max-width: 1919px) {
    .header {
        
    }

    .header__row {
        padding: 0;
    }

    .header__logo {
        width: 150px;
        height: 80px;
        margin-left: -75px;
        padding-top: 14px;
    }

    .header__logo svg {
        width: 100px;
    }

    .header__menu li a {
        min-width: 156px;
        padding: 25px 0;
    }
}

@media only screen and (max-width: 1179px) {
    .header__menu li a {
        min-width: 130px;
    }
}

@media only screen and (max-width: 1023px) {
    .header {
        height: 60px;
        padding: 20px 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .header_open,
    .header_scroll {
        background: #5E74EF!important;
    }

    .header_open {
        height: 100vh!important;
        padding: 0!important;
        background: rgba(255, 255, 255, 0.87)!important;
        -webkit-backdrop-filter: blur(12px)!important;
        backdrop-filter: blur(12px)!important;
        overflow: scroll;
    }

    .header_scroll .header__burger-main svg rect {
        fill: #fff!important;
    }

    .header_open .container {
        
        padding-top: 20px;
    }

    .header__row {
        max-height: 1px;
        padding: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .header_open .header__row {
        max-height: 2000px;
        padding-bottom: 60px;
    }

    .header__logo {
        top: -20px;
        height: 75px;
        padding-top: 10px;
    }

    .header__logo svg {
        width: 90px;
    }

    .header_open .header__logo,
    .header_scroll .header__logo {
        top: -10px;
        left: 0;
        width: 90px;
        height: 42px;
        margin-left: 0;
        padding: 0;
        background: none;
        border-radius: 0;
        transform: none;
    }

    .header_open .header__logo svg,
    .header_scroll .header__logo svg {
        width: 90px;
    }

    .header__logo svg path .light,
    .header__logo svg path .dark {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
    
    .header_open .header__logo svg .light {
        fill: #4E7AFF!important;
    }

    .header_open .header__logo svg .dark {
        fill: #1D3074!important;
    }

    .header__burger {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 26px;
        height: 26px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header__menu {
        display: none;
        align-items: flex-start;
        flex-direction: column;
        margin: 0 -20px;
        padding-top: 0;
        overflow: hidden;
    }

    .header_open .header__row {
        padding-top: 60px;
    }

    .header__menu li {
        width: 100%;
    }

    .header__menu > li > a {
        display: block;
        padding: 20px 20px 20px 58px;
    }

    .header__menu li a {
        font-size: 16px;
        line-height: 19px;
    }

    .header__menu li a:hover {
        color: #fff;
        background: #5E74EF;
    }

    .header__menu li a:hover:before {
        background: #fff;
    }

    .header_open .header__menu {
        display: flex;
    }

    .menu-item-has-children .sub-menu {
        max-height: 0;
        padding-top: 0;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        overflow: hidden;
        opacity: 0;
    }

    .menu-item-has-children > a:after {
        margin-left: 22px;
    }

    .menu-item-has-children.menu-item-open > a:after {
        transform: rotate(-180deg);
    }
    
    .header_open .header__btns {
        display: block;
    }

    .menu-item-has-children .sub-menu li {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid #EBEDF5;
    }

    .menu-item-has-children .sub-menu li:last-child {
        border-bottom: 1px solid #EBEDF5;
    }


    .menu-item-has-children .sub-menu li a {
        display: block;
        padding: 20px 20px 20px 79px;
    }

    .menu-item-has-children .sub-menu li a:before {
        left: 58px;
    }

    .menu-item-open .sub-menu {
        max-height: 1000px;
        opacity: 1;
    }

    .header__burger-close {
        display: none;
    }

    .header_open .header__burger-main {
        display: none;
    }

    .header_open .header__burger-close {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    
}

/*  home  */

.first {
    margin-top: 97px;
    background-color: #fff;
}

.home__block {
    background-size: cover;
    background-color: #F9F9FC;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px) {
    .home__block_pc {
        background: none!important;
    }
}

@media only screen and (min-width: 1024px) {
    .home__block_mobile {
        background: none!important;
    }
}

.home__row {
    height: 770px;
    padding: 106px 135px;
}

.home___btns__block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home___btns__row {
    height: 770px;
}

.home__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 620px;
    margin: 46px -15px -50px;
}

.home__column {
    padding: 0 15px;
    margin-bottom: 50px;
}

.home__column:nth-child(2n + 1) {
    width: 35%;
}

.home__column:nth-child(2n + 2) {
    width: 65%;
}

.home__item {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.home__item-icon {
    width: 57px;
}

.home__item-text {
    font-size: 16px;
    line-height: 23px;
    white-space: nowrap;
}

.home___btns {
    display: flex;
    align-items: center;
    column-gap: 45px;
    margin-top: 95px;
}

.home__btns-text {
    font-size: 16px;
    line-height: 26px;
}
/*
@media only screen and (max-width: 1919px) {
    .first {
        margin-top: 80px;
    }

    .home__row {
        height: 700px;
        padding: 75px 100px;
    }
}
*/
@media only screen and (max-width: 1919px) {
    .first {
        margin-top: 72px;
    }

    .home__block {
        border-radius: 20px;
        overflow: hidden;
    }

    .home__row {
        height: 538px;
        padding: 50px 50px;
    }

    .home__list {
        margin: 35px -15px -20px;
    }

    .home__column {
        margin-bottom: 20px;
    }

    .home___btns {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 1179px) {
    .home__block {
        position: relative;
    }
}

@media only screen and (max-width: 1023px) {
    .first {
        margin-top: 60px;
    }

    .home__block {
        background-size: contain;
        background-position: top -25px center;
    }

    .home__block:before {
        position: absolute;
        content: '';
        top: 385px;
        left: 0;
        right: 0;
        height: 80px;
        background-image: linear-gradient(to top, #F6F8FB 50%, rgb(246 248 251 / 0%));
        z-index: 1;
    }

    .home__row {
        position: relative;
        height: auto;
        padding: 440px 40px 40px;
        z-index: 2;
    }
}

@media only screen and (max-width: 767px) {
    .home__block {
        background-position: top center;
        background-size: auto 350px;
    }

    .home__block:before {
        top: 300px;
    }

    .home__row {
        padding: 355px 10px 35px;
    }

    .home__list {
        margin: 22px 0 -12px;
    }

    .home__column {
        width: 100%!important;
        margin-bottom: 12px;
        padding: 0 20px;
    }

    .home__title {
        font-size: 23px;
        line-height: 34px;
        text-align: center;
    }

    .home__title br {
        display: none;
    }

    .home__item-icon {
        width: 50px;
        flex: 0 0 50px;
    }

    .home__item-text {
        font-size: 14px;
        line-height: 20px;
        white-space: initial;
    }

    .home__item-text br {
        display: none;
    }

    .home___btns {
        margin-top: 30px;
        flex-direction: column;
        row-gap: 15px;
    }

    .home__btns-text {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
}

/*  why  */

.why {
    padding-top: 70px;
}

.why__list {
    display: flex;
    flex-wrap: wrap;
    margin: 38px -10px -70px;
}

.why__column {
    margin-bottom: 70px;
    padding: 0 10px;
}

.why__column:nth-child(3n + 1) {
    width: 35%;
}

.why__column:nth-child(3n + 2) {
    width: 38%;
}

.why__column:nth-child(3n + 3) {
    width: 27%;
}

.why__item {
    position: relative;
    padding-top: 40px;
}

.why__item-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 110px;
    height: 123px;
    background-image: url(../img/why-item-icon-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.why__item-icon-number {
    position: absolute;
    top: 4px;
    right: 18px;
    width: 23px;
    height: 23px;
    font-size: 8px;
    line-height: 23px;
    text-align: center;
    background: #5E74EF;
    border-radius: 50%;
    color: #FFFFFF;
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
}

.why__item:hover .why__item-icon-number {
    transform: scale(1.2);
}

.why__item-icon img {
    position: relative;
    top: 50%;
    left: 50%;
    width: 40px;
    margin: -20px 0 0 -20px;
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
}

.why__item:hover .why__item-icon img {
    transform: scale(1.2);
}

.why__item-title {
    margin: 0px 0px 0px 151px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
}

.why__item-description {
    margin-top: 59px;
    font-size: 16px;
    line-height: 26px;
    color: #515152;
}

@media only screen and (max-width: 1919px) {
    .why__column:nth-child(3n + 1) {
        width: 34%;
    }

    .why__column:nth-child(3n + 2) {
        width: 37%;
    }
    
    .why__column:nth-child(3n + 3) {
        width: 29%;
    }
}

@media only screen and (max-width: 1919px) {
    .why__column:nth-child(3) .why__item-title {
        max-width: 280px;
        margin-top: -23px;
    }

    
}

@media only screen and (max-width: 1179px) {
    .why__column {
        width: 50%!important;
    }
.why__item-description br {
        display: none;
    }
    
}

@media only screen and (max-width: 767px) {
    .why {
        padding-top: 60px;
    }

    .why__list {
        margin-top: 34px;
        margin-bottom: -41px;
    }

    .why__column {
        width: 100%!important;
        margin-bottom: 41px;
    }

    .why__item {
        padding-top: 28px;
    }

    .why__column:nth-child(3) .why__item {
        padding-top: 15px;
    }

    .why__item-icon {
        width: 71px;
        height: 80px;
    }

    .why__item-icon-number {
        top: 0px;
        right: 9px;
        width: 19px;
        height: 19px;
        font-size: 7px;
        line-height: 19px;
    }

    .why__item:hover .why__item-icon-number {
        transform: scale(1.1);
    }
    
    .why__item-icon img {
        width: 26px;
        margin: -13px 0 0 -13px;
    }

    .why__item-title {
        margin-left: 91px;
        line-height: 26px;
    }
    
    .why__column:nth-child(3) .why__item-title {
        margin-top: -2px;
    }

    .why__item-title br {
        display: none;
    }

    .why__item-description {
        margin-top: 35px;
        font-size: 14px;
        line-height: 22px;
    }

    .why__column:nth-child(3) .why__item-description {
        margin-top: 23px;
    }



}

/*  popular  */


.popular {
    padding-top: 75px;
}

.popular__row {
    display: flex;
    justify-content: space-between;
    margin-top: 78px;
}

.popular__column:nth-child(1) {
    width: calc(100% - 720px);
}

.popular__img {
    max-width: 488px;
    margin: 0 auto;
}

.popular__form {
    margin-top: 57px;
}

.popular__form-line {
    margin-bottom: 35px;
}

.popular__form-line:last-child {
    margin-bottom: 0;
}

.popular__form-columns {
    position: relative;
    display: flex;
    column-gap: 11px;
    z-index: 1;
}

.popular__form-submit {
    position: relative;
    margin-left: -45px;
    z-index: 2;
}

.popular__form-name {
    flex: 0 0 310px;
}

.popular__form-phone {
    flex: 0 0 310px;
}

.popular__form .form__contacts {
    justify-content: center;
}

.popular__column:nth-child(2) {
    width: 641px;
}

.popular__item {
    display: flex;
    align-items: center;
    height: 120px;
    margin-bottom: 33px;
    padding: 20px 20px 20px 45px;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    color: #141414;
    border: 1px solid #E4EBF7;
    background-size: contain;
    background-color: initial;
    background-repeat: no-repeat;
    background-position: top right;
    border-radius: 24px;
}

.popular__item:hover {
    color: #fff;
    border: none;
    background-color: #5E74EF;
}

.popular__item:nth-child(1):hover{
    background-image: url(../img/icon-popular-item-bg-1.png);
}

.popular__item:nth-child(2):hover{
    background-image: url(../img/icon-popular-item-bg-2.png);
}

.popular__item:nth-child(3):hover{
    background-image: url(../img/icon-popular-item-bg-3.png);
}

.popular__item:nth-child(4):hover{
    background-image: url(../img/icon-popular-item-bg-4.png);
}

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

.popular__item span {
    display: block;
    padding-left: 0;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.popular__item:hover span {
    padding-left: 35px;
    background-image: url(../img/icon-popular-item.svg);
}

@media only screen and (max-width: 1919px) {
    .popular__row {
        margin-top: 40px;
    }

    .popular__form-line:first-child {
        padding-bottom: 100px;
    }

    .popular__form-line:first-child .popular__form-submit {
        position: absolute;
        margin: 0;
        position: absolute;
        left: 50%;
        bottom: -100px;
        transform: translate(-50%, 0);
    }

    .popular__column:nth-child(1) {
        width: calc(100% - 700px);
    }

    .popular__column:nth-child(2) {
        width: 560px;
    }

    .popular__item {
        height: 100px;
        margin-bottom: 30px;
        padding-left: 40px;
        font-size: 20px;
        line-height: 26px;
        background-size: contain;
    }
}

@media only screen and (max-width: 1919px) {
    .popular__row {
        align-items: center;
    }

    .popular__column:nth-child(1) {
        width: 48%;
    }
    
    .popular__column:nth-child(2) {
        width: 48%;
    }

    .popular__img {
        max-width: 360px;
    }

    .popular__form-name,
    .popular__form-phone {
        flex: 0 0 268px;
    }
}

@media only screen and (max-width: 1179px) {
    .popular__column:nth-child(1) {
        width: 40%;
    }
    
    .popular__column:nth-child(2) {
        width: 56%;
    }

    .popular__form-columns {
        width: 310px;
        margin-left: auto;
        margin-right: auto;
    }

    .popular__form-columns {
        flex-direction: column;
        row-gap: 15px;
    }
    

    .popular__form {
        width: 310px;
        margin: 40px auto 0;
    }

    .popular__form-name,
    .popular__form-phone {
        flex: none;
    }

    .popular__form-submit {
        margin: 0;
        text-align: center;
    }

    .form__contacts-list {
        column-gap: 30px;
    }
    
}

@media only screen and (max-width: 1023px) {
    .popular__row {
        flex-direction: column;
        row-gap: 45px;
    }

    .popular__column:nth-child(1) {
        width: 100%;
        order: 2;
    }

    .popular__column:nth-child(2) {
        width: 100%;
        order: 1;
    }

    .popular__list {
        max-width: 560px;
        margin: 0 auto;
    }

    .popular__item span {
        -webkit-transition: all 0.05s;
        -moz-transition: all 0.05s;
        -o-transition: all 0.05s;
        transition: all 0.05s;
    }
}

@media only screen and (max-width: 767px) {
    .popular {
        padding-top: 60px;
    }

    .popular__row {
        margin-top: 25px;
    }

    .popular__item {
        height: 70px;
        margin-bottom: 15px;
        padding-left: 24px;
        font-size: 16px;
        line-height: 24px;
        border-radius: 18px;
    }

    .popular__item:hover {
        
    }

    .popular__item:hover span {
        padding-left: 20px;
    }

    .popular__img {
        max-width: 282px;
    }

    .popular__form {
        width: 100%;
        margin-top: 30px;
    }

    .popular__form-columns {
        width: 100%;
        row-gap: 10px;
    }

    .popular__form-submit {
        margin-top: 15px;
    }


}

/*  additional  */

.additional {
    padding-top: 75px;
}

.additional__list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -10px -20px;
}

.additional__list-btn {
    display: none;
    margin-top: 26px;
    text-align: center;
}

.additional__list-btn .btn {
    position: relative;
    padding-right: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.additional__list-btn .btn:before {
    position: absolute;
    content: url(../img/icon-additional-item-arrow.svg);
    top: 2px;
    right: -2px;
    transform: scale(0.8);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.additional__list-btn .btn:hover:before {
    right: -10px;
}

.additional__list-btn .btn span {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #141414;
}

.additional__column {
    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
}

.additional__item {
    position: relative;
    display: block;
    min-height: 296px;
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.additional__item:hover {
    transform: scale(1.05);   
}

/*
.additional__item:before {
    position: absolute;
    content: '';
    top: 22px;
    right: 22px;
    width: 92px;
    height: 53px;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url(../img/icon-additional-item-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    border-radius: 27px;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
}

.additional__item:hover:before {
    opacity: 1;
}
*/
.additional__item-img {
    position: relative;
    z-index: 1;
}

.additional__item-img img {
    width: 100%;
    background: #D9D9D9;
    border-radius: 24px;
}

.additional__item-button {
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    border-radius: 24px;
}

.additional__item-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 40px 0 43px;
    font-size: 20px;
    line-height: 23px;
    color: #141414;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    border-radius: 24px;
    z-index: 2;
}

.additional__item:hover .additional__item-title {
    font-weight: 600;
}

.additional__contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 42px;
    margin-top: 41px;
}

@media only screen and (max-width: 1919px) {
    .additional__item {
        min-height: 225px;
    }
/*
    .additional__item:before {
        width: 68px;
        height: 42px
    }
*/
    .additional__item-title {
        padding: 20px 0 30px;
        font-size: 18px;
        line-height: 22px;
        border-radius: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .additional__column {
        width: 50%;
    }

    .additional__item {
        min-height: 288px;
    }
}

@media only screen and (max-width: 767px) {
    .additional {
        padding-top: 60px;
    }

    .additional__list {
        margin: 30px -10px -10px;
    }

    .additional__list-btn {
        display: block;
    }

    .additional__column {
        width: 100%;
        margin-bottom: 10px;
    }

    .additional__list_hide .additional__column_hide {
        display: none;
    }

    .additional__item {
        min-height: 260px;
        border: 1px solid #E4EBF7;
        border-radius: 25px 25px 20px 20px;
        overflow: hidden;
    }

    .additional__item-title {
        padding: 25px 0 23px;
        font-size: 16px;
        line-height: 22px;
        border-radius: 25px;
    }

    .additional__contacts {
        flex-direction: column;
        row-gap: 30px;
        margin-top: 59px;
    }
}

/*  what  */

.what {
    padding-top: 75px;
}

.what__row {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.what__column:nth-child(1) {
    width: 49%;
}

.what__column:nth-child(2) {
    width: 711px;
}

.what__img {
    max-width: 678px;
    margin: 0 auto;
}

.what__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -78px;
}

.what__list-column {
    padding: 0 20px;
    margin-bottom: 78px;
}

.what__list-column:nth-child(2n + 1) {
    width: 51%;
}

.what__list-column:nth-child(2n + 2) {
    width: 49%
}

.what__item {
    display: flex;
    align-items: center;
    column-gap: 34px;
}

.what__item-icon {
    flex: 0 0 95px;
}

.what__item-text {
    font-size: 20px;
    line-height: 26px;
}

.what__btn {
    margin-top: 62px;
    text-align: center;
    padding-right: 116px;
}

@media only screen and (max-width: 1919px) {
    .what__row {
        margin-top: 80px;
    }

    .what__column:nth-child(1) {
        width: 48%;
    }
    
    .what__column:nth-child(2) {
        width: 48%;
    }

    .what__img {
        max-width: 560px;
    }

    .what__list {
        margin-bottom: -50px;
    }

    .what__list-column {
        margin-bottom: 50px;
    }

    .what__list-column:nth-child(2n + 1) {
        width: 55%;
    }

    .what__list-column:nth-child(2n + 2) {
        width: 45%;
    }

    .what__btn {
        margin-top: 50px;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1919px) {
    .what__row {
        margin-top: 40px;
    }

    .what__item-text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1179px) {
    .what__column:nth-child(1) {
        width: 40%;
    }
    
    .what__column:nth-child(2) {
        width: 56%;
    }

    .what__list-column:nth-child(2n + 1) {
        width: 50%;
    }

    .what__list-column:nth-child(2n + 2) {
        width: 45%;
    }
    
    .what__list-column {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .what__row {
        flex-direction: column;
        row-gap: 45px;
    }

    .what__column:nth-child(1) {
        width: 100%;
    }

    .what__column:nth-child(2) {
        width: 100%;
    }

    .what__img {
        max-width: 480px;
    }

    .what__list {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 767px) {
    .what {
        padding-top: 59px;
    }

    .what__row {
        margin-top: 20px;
        row-gap: 28px;
    }

    .what__img {
        max-width: 240px;
    }

    .what__list {
        margin-bottom: -29px;
    }

    .what__list-column {
        margin-bottom: 29px;
    }

    .what__list-column:nth-child(2n + 2) {
        width: 50%;
    }

    .what__item {
        flex-direction: column;
        row-gap: 10px;
    }

    .what__item-icon {
        flex: none;
        max-width: 81px;
        margin: 0 auto;
    }

    .what__item-text {
        font-size: 14px;
        line-height: 21px;
        text-align: center;
    }

    .what__item-text br {
        display: none;
    }

    .what__btn {
        margin-top: 40px;
    }
}

/*  sale  */


.sale {
    padding-top: 100px;
}

.sale__row {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.sale__column:nth-child(1) {
    width: calc(100% - 720px);
}

.sale__description {
    margin-top: 24px;
    line-height: 28px;
}

.sale__img_mobile {
    display: none;
}

.sale__form {
    margin-top: 51px;
}

.sale__form-line {
    margin-bottom: 27px;
}

.sale__form-line:last-child {
    display: flex;
    column-gap: 40px;
    margin-bottom: 0;
}

.sale__column:nth-child(2) {
    width: 791px;
}

.sale__form-name,
.sale__form-phone {
    flex: 0 0 310px;
}

@media only screen and (max-width: 1919px) {
    .sale__column:nth-child(1) {
        width: 48%;
    }

    .sale__column:nth-child(2) {
        width: 48%;
    }
}

@media only screen and (max-width: 1919px) {
    .sale {
        padding-top: 70px;
    }
    
    .sale__row {
        align-items: center;
    }

    .sale__title {
        text-align: center;
    }

    .sale__title br {
        display: none;
    }

    .sale__description {
        text-align: center;
    }

    .sale__form {
        margin-top: 40px;
    }
    
    .sale__form-line:last-child {
        flex-direction: column;
        text-align: center;
        row-gap: 35px;
    }

    .form__contacts {
        justify-content: center;
    }

    .sale__form-name,
    .sale__form-phone {
        flex: 0 0 268px;
    }
}

@media only screen and (max-width: 1179px) {
    .sale__form-name,
    .sale__form-phone {
        flex: none;
    }
}

@media only screen and (max-width: 1023px) {
    .sale__column:nth-child(1) {
        width: 100%;
    }

    .sale__column:nth-child(2) {
        display: none;
    }

    .sale__title br {
        display: block;
    }

    .sale__img {
        max-width: 560px;
        margin: 30px auto 0;
    }

    .sale__img_pc {
        display: none;
    }

    .sale__img_mobile {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .sale__title br {
        display: none;
    }

    .sale__description {
        margin-top: 25px;
        font-size: 14px;
        line-height: 22px;
    }

    .sale__description br {
        display: none;
    }

    .sale__img {
        max-width: 268px;
        margin: 25px auto 0;
    }
}

/*  about  */

.about {
    padding-top: 70px;
}

.about__description {
    width: 763px;
    height: 159px;
    margin: 40px auto 0;
    padding: 36px 10px 10px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    background-image: url(../img/about-description-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.about__description div {
    margin-bottom: 8px;
}

.about__img {
    position: relative;
    left: -30px;
    max-width: 1358px;
    margin: -164px auto 0;
    pointer-events: none;
    z-index: 1;
}

.about__img:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -2px;
    width: 1920px;
    height: 416px;
    margin-left: -932px;
    background-image: url(../img/about-img-decore.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.about__list {
    position: relative;
    display: flex;
    margin: -364px -97px 0;
    padding: 77px 96px 85px 110px;
    background-image: url(../img/about-list-bg.svg);
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 2;
}

.about__column {
    position: relative;
}

.about__column:last-child:before {
    display: none;
}

.about__column:nth-child(1) {
    width: 36.5%;
}

.about__column:nth-child(2) {
    width: 35%;
}

.about__column:nth-child(3) {
    width: 28.5%;
}

.about__column:before {
    position: absolute;
    content: '';
    top: 8px;
    width: 1px;
    height: 152px;
    background: #8194FC;
}

.about__column:nth-child(1):before {
    right: 64px;
}

.about__column:nth-child(2):before {
    right: 52px;
}

.about__item {
    position: relative;
    padding-left: 168px;
}
.about__item-icon {
    position: absolute;
    top: 0;
    left: 0;
}
.about__item-title {
    padding-top: 13px;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;

}
.about__item-description {
    margin-top: 16px;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
}

@media only screen and (max-width: 1919px) {
    .about .container {
        overflow: hidden;
    }

    .about__img:after {
        bottom: -70px;
        width: 1560px;
        height: 416px;
        margin-left: -751px;
    }

    .about__list {
        margin: -305px 0 0;
        padding: 65px 40px 66px 105px;
        background-size: contain;
    }

    .about__column:nth-child(1) {
        width: 35.4%;
    }

    .about__column:nth-child(2) {
        width: 34.3%;
    }

    .about__column:nth-child(3) {
        width: 30.3%;
    }

    .about__column:before {
        top: 0;
        height: 100%;
    }

    .about__column:nth-child(1):before {
        right: 40px;
    }

    .about__column:nth-child(2):before {
        right: 33px;
    }

    .about__item {
        padding-left: 120px;
    }

    .about__item-icon {
        width: 90px;
    }

    .about__item-title {
        padding-top: 0;
    }

    .about__item-description {
        margin-top: 10px;
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1919px) {
    .about__img {
        margin-top: -140px;
    }

    .about__img:after {
        width: 1268px;
        height: 416px;
        margin-left: -604px;
    }

    .about__list {
        padding: 45px 40px 66px 80px;
    }

    .about__column:before {
        display: none;
    }

    .about__column:nth-child(1) {
        padding-right: 20px;
    }

    .about__column:nth-child(2) {
        padding-right: 20px;
    }

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

    .about__item-description br {
        display: none;
    }
}

@media only screen and (max-width: 1179px) {
    .about__img {
        margin-top: -125px;
    }

    .about__img:after {
        bottom: -30px;
        width: 1100px;
        height: 336px;
        margin-left: -520px;
    }

    .about__list {
        margin-top: -275px;
        padding: 44px 30px 20px 70px;
    }

    .about__item {
        padding-left: 90px;
    }

    .about__item-icon {
        width: 70px;
    }

    .about__item-title {
        margin-top: -20px;
        line-height: 20px;
    }

    .about__item-description {
        line-height: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .about {
        overflow: hidden;
    }

    .about .container {
        overflow: initial;
    }

    .about__description {
        width: 100%;
        height: auto;
        padding: 36px 10px;
        background: #F6F8FB;
    }

    .about__img {
        left: 0;
        margin: -115px -120px 0;
    }

    .about__img img {
        max-width: 960px;
        margin: 0 auto;
    }

    .about__img:after {
        bottom: -190px;
        width: 1920px;
        height: 416px;
        margin-left: -385px;
        background-image: url(../img/about-img-decore-mobile.svg);
    }

    .about__list {
        width: calc(100% + 40px);
        margin: -190px 0 0 -20px;
        padding: 60px 20px;
        background-image: url(../img/about-list-bg-mobile.svg);
        background-size: 1920px;
        background-position: 0 0;
        flex-direction: column;
        row-gap: 70px;
        border-radius: 0 0 20px 20px;
    }

    .about__column {
        width: 100%!important;
    }

    .about__column:before {
        display: block;
        top: auto;
        left: 0;
        right: 0;
        height: 1px;
        width: 200px;
        margin: 0 auto;
        bottom: -35px;
    }

    .about__item {
        min-height: 105px;
        padding-left: 114px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .about__item-icon {
        width: 94px;
    }

    .about__item-title {
        margin-top: 0;
        line-height: 26px;
    }

    .about__item-description {
        line-height: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .about {
        padding-top: 60px;
    }

    .about__description {
        width: auto;
        margin: 20px -20px 0;
        padding: 18px 20px 21px;
        font-size: 14px;
        line-height: 22px;
    }

    .about__description div {
        margin-bottom: 10px;
    }

    .about__description br {
        display: none;
    }

    .about__img {
        margin: -37px -60px 0;
    }

    .about__img img {
        max-width: 410px;
    }

    .about__img:after {
        bottom: -332px;
        margin-left: -188px;
    }

    .about__list {
        margin-top: -40px;
        margin-bottom: 0;
        padding-top: 45px;
        padding-bottom: 55px;
        row-gap: 74px;
        background-color: #5E74EF;
    }

    .about__list:before {
        position: absolute;
        content: '';
        top: -13px;
        left: calc(50% - 158px);
        width: 77px;
        height: 14px;
        background-image: url(../img/icon-about-decore.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0 0;
    }

    .about__column {
        padding-right: 0!important;
    }

    .about__item-description {
        margin-right: -5px;
    }
}

/*  reviews  */

.reviews {
    padding-top: 55px;
}

.reviews__icon {
    margin: 10px 0 13px;
    text-align: center;
}

.revievs__list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -12px 0px;
}

.revievs__column {
    width: 33.3333%;
    padding: 0px 12px ;
}

.revievs__item {
    position: relative;
    display: block;
}

.reviews__item-img {
    position: relative;
}

.reviews__item-img img {
    position: relative;
    z-index: 1;
}

.reviews__item-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 69px;
    height: 69px;
    margin: -35px 0 0 -35px;
    background-image: url(../img/icon-play.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
}

.revievs__item:hover .reviews__item-play {
    transform: scale(1.15);
}

@media only screen and (max-width: 1919px) {

}

@media only screen and (max-width: 1919px) {
    .reviews {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 1179px) {
    .reviews {
        padding-top: 55px;
    }
}

@media only screen and (max-width: 1023px) {

}

@media only screen and (max-width: 767px) {

    .reviews__icon{
        margin: 0px 0 10px;
    }

    .reviews__icon svg {
        width: 160px;
    }

    .revievs__list {
        margin-top: 30px;
        flex-direction: column;
        row-gap: 20px;
    }

    .revievs__column {
        width: 100%;
    }

    .reviews__item-play {
        width: 50px;
        height: 38px;
        margin: -19px 0 0 -25px;
        background-size: 50px;
    }
}

/*  faq  */

.faq {
    padding-top: 75px;
    z-index: 3;
}

.faq__row {
    margin-top: 56px;
}

.faq__line {
    position: relative;
    margin-bottom: 43px;
    padding: 0 25px;
    border: 1px solid #E4EBF7;
    border-radius: 24px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.faq__line_active {
    padding-bottom: 25px;
}

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

.faq__line:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    width: 68px;
    height: 1px;
    margin: 0 auto;
    background: #fff;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
}

.faq__line_active:before {
    opacity: 0;
}

.faq__line-title {
    position: relative;
    margin-top: 0;
    padding: 27px 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.faq__line-title span {
    position: relative;
    padding: 0 10px;
}

.faq__line-title strong {
    position: relative;
    z-index: 2;
}

.faq__list {
    max-height: 0;
    margin-top: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.faq__line_active .faq__list {
    margin-top: 35px;
    max-height: 10000px;
}

.faq__item {
    position: relative;
    margin-bottom: 10px;
    background: #F9FAFC;
    border-radius: 14px;
}

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

.faq__item-question {
    padding: 18px 90px 18px 43px;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.faq__item-answer {
    max-height: 0;
    padding: 0 90px 0 43px;
    font-size: 16px;
    line-height: 26px;
    color: #666971;
    border-top: 0px solid #E4EBF7;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.faq__item_active .faq__item-answer {
    max-height: 1000px;
    border-top: 1px solid #E4EBF7;
    padding: 18px 90px 18px 43px;
}

.faq__item-answer a {
    color: #141414;
}

.faq__item-answer ul {
    margin: 16px 0;
}

.faq__item-answer ul:first-child {
    margin-top: 0;
}

.faq__item-answer ul:last-child {
    margin-bottom: 0;
}

.faq__item-answer ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.faq__item-answer ul li:last-child {
    margin-bottom: 0;
}

.faq__item-answer ul li:before {
    position: absolute;
    content: '';
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #5E74EF;
}

.faq__item-arrow {
    position: absolute;
    top: 25px;
    right: 50px;
    display: flex;
    align-items: center;
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    transform: rotate(0deg);
}

.faq__item_active .faq__item-arrow {
    transform: rotate(-90deg);
}

.faq__item-arrow svg path {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.faq__item_active .faq__item-arrow svg path {
    fill: #5E74EF;
}

.faq__line-arrow {
    position: absolute;
    top: 72px;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url(../img/icon-faq-line-arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
}

.faq__line_active .faq__line-arrow {
    transform: rotate(-180deg);
}

@media only screen and (max-width: 1919px) {

}

@media only screen and (max-width: 1919px) {
    .faq__row {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1179px) {

}

@media only screen and (max-width: 1023px) {

}

@media only screen and (max-width: 767px) {
    .faq {
        padding-top: 59px;
    }

    .faq__row {
        margin-top: 30px;
    }

    .faq__line {
        margin-bottom: 23px;
        padding: 0 20px;
        border-radius: 20px;
    }

    .faq__line_active {
        padding-bottom: 20px;
    }

    .faq__line-title {
        padding: 19px 0 21px;
    }

    .faq__item {
        margin-bottom: 15px;
    }

    .faq__item-question {
        display: flex;
        align-items: center;
        min-height: 70px;
        padding: 10px 90px 10px 25px;
        font-size: 14px;
        line-height: 22px;
    }

    .faq__item-arrow {
        top: 34px;
        right: 20px;
    }

    .faq__item-answer {
        padding: 0 13px 0 25px;
        font-size: 14px;
        line-height: 22px;
    }

    .faq__item_active .faq__item-answer {
        padding: 13px 13px 20px 25px;
    }

    .faq__item-answer ul li:before {
        top: 9px;
    }

    .faq__line-arrow {
        top: 58px;
    }
}


/*  question  */


.question {
    padding-top: 75px;
}

.question__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
}

.question__column:nth-child(1) {
    width: 678px;
}

.question__description {
    margin-top: 24px;
    line-height: 28px;
}

.question__form-line {
    margin-bottom: 10px;
}

.question__form-line:last-child {
    display: flex;
    column-gap: 50px;
    margin-top: 22px;
    margin-bottom: 0;
}

.question__column:nth-child(2) {
    width: 48.5%;
}

.question__img {
    max-width: 628px;
    margin: 0 auto;
}

.question__img_mobile {
    display: none;
}

@media only screen and (max-width: 1919px) {
    .question__column:nth-child(1) {
        width: 48%;
    }

    .question__column:nth-child(2) {
        width: 48%;
    }

    .question__form-line:last-child {
        flex-direction: column;
        row-gap: 35px;
        margin-top: 27px;
        text-align: center;
    }

    .question__form .form__input,
    .question__form .form__textarea {
        width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 1179px) {

    

    .question__form .form__input,
    .question__form .form__textarea {
        width: 310px;
        
    }
}

@media only screen and (max-width: 1179px) {
    
}

@media only screen and (max-width: 1023px) {
    .question__row {
        flex-direction: column;
    }

    .question__column:nth-child(1) {
        width: 100%;
    }

    .question__column:nth-child(2) {
        display: none;
    }

    .question__form {
        margin-top: 40px;
    }

    .question__img {
        max-width: 560px;
        margin: 30px auto 0;
    }

    .question__img_pc {
        display: none;
    }

    .question__img_mobile {
        display: block;
    }

    .question {
        padding-top: 61px;
    }

    .question__form .form__input,
    .question__form .form__textarea {
        width: 100%;
    }

    .question__form-line:last-child {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {

}

/*  footer  */

.footer {
    padding: 84px 0 46px;
}

.footer__row {
    position: relative;
    padding-left: 492px;
}

.footer__logo {
    position: absolute;
    top: 0;
    left: 0;
}

.footer__logo svg {
    width: 145px;
    height: auto;
}

.footer__contacts a,
.footer__contacts span {
    padding-left: 35px;
    font-size: 16px;
    line-height: 25px;
    color: #0E0E0E;
    background-repeat: no-repeat;
}

.footer__contacts_1 {
    position: absolute;
    top: 90px;
    left: 0;
}

.footer__contacts_2 {
    position: absolute;
    top: 53px;
    right: 6px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.footer__phone {
    background-image: url(../img/icon-phone-purple.svg);
    background-position: left 2px center;
}

.footer__email {
    background-image: url(../img/icon-email-purple.svg);
    background-position: left 4px center;
}

.footer__address {
    background-image: url(../img/icon-address-purple.svg);
    background-position: left 6px center;
}

.footer__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #0E0E0E;
}

.footer__menu {
    display: flex;
    flex-wrap: wrap;
    max-width: 560px;
    margin-top: 26px;
    margin-bottom: -18px;
}

.footer__menu li {
    width: 33.3333%;
    margin-bottom: 18px;
}

.footer__rights {
    margin-top: 46px;
    font-size: 14px;
    line-height: 24px;
}

.footer__rights span {
	color: #AEBCD2;
    opacity: 0.6;
}

.footer__rights a {
	margin-left: 10px;
	opacity: 1;
}

@media only screen and (max-width: 1919px) {
    .footer__row {
        padding-left: 420px;
    }
}

@media only screen and (max-width: 1919px) {
    .footer__row {
        padding-left: 300px;
    }

    .footer__menu {
        max-width: 460px;
    }
}

@media only screen and (max-width: 1179px) {
    .footer__row {
        padding-left: 260px;
    }

    .footer__menu {
        max-width: 360px;
    }
}

@media only screen and (max-width: 1023px) {
    .footer__row {
        padding: 0;
    }

    .footer__logo {
        position: relative;
    }

    .footer__contacts {
        position: relative;
        top: 0;
        right: 0;
    }

    .footer__contacts_1 {
        margin-top: 26px;
    }

    .footer__contacts_2 {
        margin-top: 15px;
    }

    .footer__title {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .footer {
        padding: 58px 0 40px;
    }

    .footer__contacts a,
    .footer__contacts span {
        padding-left: 33px;
        font-size: 14px;
        line-height: 20px;
    }

    .footer__contacts_1 {
        margin-top: 19px;
    }

    .footer__contacts_2 {
        margin-top: 15px;
    }

    .footer__email {
        background-position: left 1px center;
        background-size: 14px;
    }

    .footer__phone {
        background-position: left 2px center;
        background-size: 12px;
    }

    .footer__address {
        background-position: left 3px center;
        background-size: 10px;
    }

    .footer__title {
        font-size: 14px;
        line-height: 20px;
    }

    .footer__menu {
        max-width: 310px;
        margin-top: 15px;
        margin-bottom: -15px;
    }
    
    .footer__menu li {
        width: 50%;
        margin-bottom: 15px;
    }

    .footer__rights {
        margin-top: 39px;
        font-size: 12px;
        line-height: 16px;
    }
}

/*  service  */

.service__block {
    background-color: #F6F8FB;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 1023px) {
    .service__block_pc {
        background: none!important;
    }
}

@media only screen and (min-width: 1024px) {
    .service__block_mobile {
        background: none!important;
    }
}

.service__row {
    position: relative;
    height: 770px;
    padding: 106px 135px;
}

.page-id-71 .service__row {
    height: 905px;
}

.service__description {
    margin-top: 47px;
    font-size: 16px;
    line-height: 28px;
}

.service__description p:last-of-type {
    display: inline;
}

.page-id-76 .service__description,
.page-id-77 .service__description {
    margin-top: 93px;
}

.service__info {
    position: relative;
    display: inline;
}

.service__info-btn {
    position: relative;
    top: 4px;
    left: 2px;
    display: inline;
    cursor: pointer;
}

.service__info-btn svg path {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.service__info-btn:hover svg path {
    fill: #5E74EF;
}

.service__info-btn:hover ~ .service__info-text {
    display: block;
}

.service__info-text {
    position: absolute;
    left: -34px;
    bottom: 30px;
    width: 400px;
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    background-color: #5E74EF;
    border-radius: 8px;
    display: none;
}

.service__info-text:before {
    position: absolute;
    content: '';
    bottom: -8px;
    left: 20px;
    width: 51px;
    height: 9px;
    background-image: url(../img/icon-about-decore.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    transform: rotate(180deg);
}

.service__included {
    position: absolute;
    left: 135px;
    bottom: 107px;
    display: flex;
    align-items: center;
    float: left;
    height: 129px;
    color: #fff;
    background: #5E74EF;
    border-radius: 8px;
}

.page-id-71 .service__included {
    min-width: 718px;
}

.service__included::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -13px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    box-shadow: 0 0 0 6px #fff;
    border-radius: 50%;
    background-image: url(../img/icon-included.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.service__included-item {
    padding: 0 33px 0 50px;
    text-align: center;
    border-right: 1px solid #7F92F7;
}

.service__included_items .service__included-item:nth-child(1) {
    padding: 0 24px 0 44px;
}

.service__included_items .service__included-item:nth-child(2) {
    padding: 0 24px;
}

.service__included-label {
    position: relative;
    top: 4px;
    font-size: 16px;
    line-height: 26px;
}

.service__included-value {
    font-weight: 600;
    font-size: 36px;
    line-height: 56px;
}

.service__included-text {
    padding: 0 50px 0 33px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.service__included_items .service__included-text {
    padding: 0 40px 0 24px;
}

.service__list {
    max-width: 718px;
    margin-top: 23px;
}

.service__item {
    position: relative;
    margin-bottom: 14px;
    text-align: center;
    border: 1px solid #E3E8F0;
    border-radius: 8px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

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

.service__item:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    width: 50px;
    height: 1px;
    margin: auto;
    background: #F6F8FB;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	opacity: 1;
    z-index: 1;
}

.service__item_active:before {
	opacity: 0;
}

.service__item:after {
    position: absolute;
    content: '';
    left: calc(50% - 5px);
	top: 51px;
    width: 10px;
    height: 10px;
    background-image: url(../img/icon-faq-line-arrow-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
}

.service__item_active:after {
    transform: rotate(180deg);
}

.service__item-title {
    padding: 14px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.service__item-text {
    max-height: 0;
    padding: 0 90px;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
    opacity: 0;
}

.service__item_active .service__item-text {
    max-height: 1000px;
    margin-top: 15px;
    padding-bottom: 28px;
    opacity: 1;
}

@media only screen and (max-width: 1919px) {
    .service__row {
        height: 700px;
        padding: 75px 100px;
    }

    .page-id-70 .service__row {
        height: 578px;
    }

    .page-id-71 .service__row {
        height: 790px;
    }

    .page-id-72 .service__row {
        height: 558px;
    }

    .page-id-74 .service__row {
        height: 608px;
    }

    .service__included {
        left: 100px;
        bottom: 75px;
    }
}

@media only screen and (max-width: 1919px) {
    .service__block {
        border-radius: 20px;
        overflow: hidden;
    }

    .service__row {
        height: 538px;
        padding: 50px 50px;
    }
  
    .page-id-70 .service__row {
        height: 558px;
    }

    .page-id-71 .service__row {
        height: 700px;
    }

    .page-id-72 .service__row {
        height: 538px;
    }

    .page-id-74 .service__row {
        height: 578px;
    }


    .service__description {
        margin-top: 35px;
    }

    .service__included {
        left: 50px;
        bottom: 50px;
        height: 110px;
    }

    .service__list {
        max-width: 640px;
    }

    .service__item-text {
        padding: 0 40px;
    }

    .page-id-71 .service__included {
        min-width: 640px;
    }
    
    .service__included-value {
        font-size: 30px;
    }

    .service__included-item {
        padding: 0 23px 0 40px;
    }

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

    .service__included-text {
        padding: 0 40px 0 23px;
        font-size: 14px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1179px) {
    .service__block {
        position: relative;
    }

    .service__description {
        margin-top: 30px;
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1023px) {
    .service__block {
        background-size: contain;
        background-position: top -25px center;
    }

    .service__block:before {
        position: absolute;
        content: '';
        top: 385px;
        left: 0;
        right: 0;
        height: 80px;
        background-image: linear-gradient(to top, #F6F8FB 50%, rgb(246 248 251 / 0%));
        z-index: 1;
    }

    .service__row {
        height: auto!important;
        padding: 440px 40px 40px;
        overflow: hidden;
        z-index: 2;
    }

    .service__description {
        margin-top: 30px!important;
    }

    .service__info-text {
        width: 260px;
        font-size: 12px;
        line-height: 20px;
        text-align: left;
    }

    .service__included {
        position: relative!important;
        left: 0!important;
        bottom: 0!important;
        margin-top: 50px;
    }

    .service__included_items .service__included-item:nth-child(1) {
        padding: 0 20px 0 40px;
    }
    
    .service__included_items .service__included-item:nth-child(2) {
        padding: 0 20px;
    }

    .service__included-value {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .service__block {
        background-position: top center;
        background-size: auto 350px;
        border-radius: 20px 20px 8px 8px;
    }

    .service__block:before {
        top: 300px;
    }

    .service__row {
        padding: 355px 10px 0;
    }

    .service__title {
        font-size: 22px;
        line-height: 33px;
        text-align: center;
    }

    .service__title br {
        display: none;
    }

    .service__description {
        margin-top: 15px!important;
        line-height: 22px;
        text-align: center;
    }

    .service__description br {
        display: none;
    }

    .service__info {
        position: initial;
    }

    .service__info-text {
        left: -10px;
        right: -10px;
        bottom: 33px;
        width: auto;
        padding: 14px;
    }

    .service__info-text:before {
        display: none;
    }

    .service__info-btn:hover:before {
        position: absolute;
        content: '';
        top: -18px;
        left: -16px;
        width: 51px;
        height: 9px;
        background-image: url(../img/icon-about-decore.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0 0;
        transform: rotate(180deg);
    }

    /*
    .service__info-text {
        left: 20px;
        transform: translate(-50%, 0);
    }

    .service__info-text:before {
        left: calc(50% - 35px);
    }
*/
    .service__list {
        margin-top: 25px;
    }

    .service__item-text {
        padding: 0 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .service__item-text br {
        display: none;
    }

    .service__included {
        min-width: initial!important;
        height: auto;
        margin: 50px -10px 0!important;
        padding: 28px 45px 25px;
        flex-direction: column;
        float: none;
    }

    .service__included::before {
        top: -20px;
        left: calc(50% - 20px);
        width: 40px;
        height: 40px;
        margin-top: 0;
        box-shadow: 0 0 0 8px #F6F8FB;
    }

    .service__included-item {
        position: relative;
        display: flex;
        padding: 20px 0 15px!important;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        column-gap: 8px;
        border-right: none;
        border-bottom: 1px solid #7F92F7;
    }

    .service__included-label {
        line-height: 19px;
        border: none;
    }

    .service__included-value {
        font-size: 30px;
        line-height: 36px;
    }

    .service__included-text {
        padding: 15px 0 0!important;
        line-height: 22px;
        text-align: center;
    }

    .service__included-text br {
        display: none;
    }
}

/*  benefits  */

.benefits {
    padding-top: 75px;
}

.benefits__row {
    display: flex;
    justify-content: space-between;
    max-width: 1378px;
    margin: 40px auto 0;
}

.benefits__item {
    display: flex;
    column-gap: 40px;
    align-items: center;
}

.benefits__item-img {
    flex: 0 0 110px;
}

.benefits__item-text {
    font-size: 16px;
    line-height: 30px;
}

@media only screen and (max-width: 1919px) {

}

@media only screen and (max-width: 1919px) {
    .benefits__column {
        width: 48%;
    }
}

@media only screen and (max-width: 1179px) {
    .benefits__item-img {
        flex: 0 0 100px;
    }

    .benefits__item-text br {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .benefits__row {
        flex-direction: column;
        row-gap: 38px;
    }

    .benefits__column {
        width: 100%;
    }

    .benefits__item-text br {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .benefits__row {
        row-gap: 30px;
    }

    .benefits__item {
        column-gap: 20px;
    }

    .benefits__item-img {
        flex: 0 0 94px;
    }

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

    .benefits__item-text br {
        display: none;
    }
}

/*  duration  */

.duration {
    padding-top: 70px;
}

.duration__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -45px;
    padding: 0 28px;
}

.duration__column {
    width: 34%;
    padding: 0 20px;
    margin-bottom: 45px;
}

.duration__column:nth-child(3n + 1) {
    width: 36%;
}

.duration__column:nth-child(3n + 2) {
    width: 36%;
}

.duration__column:nth-child(3n + 3) {
    width: 28%;
}

.duration__item {
    position: relative;
    height: 100%;
    padding-bottom: 85px;
}

.duration__item-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 47px;
}

.duration__item-text {
    margin-top: 17px;
    font-size: 16px;
    line-height: 30px;
}

.duration__item-value {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    padding: 12px 41px;
    font-weight: 600;
    font-size: 30px;
    line-height: 47px;
    color: #FFFFFF;
    background: #5E74EF;
    border-radius: 8px;
}

.duration__item-value::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -15px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    box-shadow: 0 0 0 5px #fff;
    border-radius: 50%;
    background-image: url(../img/icon-time.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 34px;
}

@media only screen and (max-width: 1919px) {
    .duration__item {
        padding-bottom: 70px;
    }

    .duration__item-title {
        font-size: 28px;
        line-height: 40px;
    }

    .duration__item-text br {
        display: none;
    }

    .duration__item-value {
        padding: 10px 38px;
        font-size: 24px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 1919px) {
    .duration__column {
        width: 50%!important;
    }

    .duration__item {
        padding-bottom: 64px;
    }

    .duration__item-title {
        font-size: 26px;
        line-height: 38px;
    }

    .duration__item-text {
        line-height: 26px;
    }

    .duration__item-value {
        padding: 10px 28px 10px 38px;
        font-size: 18px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 1179px) {
    .duration__item-value::before {
        box-shadow: 0 0 0 4px #fff;
    }
}

@media only screen and (max-width: 767px) {
    .duration__column {
        width: 100%!important;
        margin-bottom: 30px;
    }

    .duration__item {
        padding-bottom: 0;
    }

    .duration__item-title {
        font-size: 23px;
        line-height: 34px;
    }

    .duration__item-text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px;
    }

    .duration__item-value {
        position: relative;
        margin-top: 12px;
        font-size: 16px;
        line-height: 24px;
    }

    .duration__item-value::before {
        left: -13px;
        width: 26px;
        height: 26px;
        margin-top: -13px;
        box-shadow: 0 0 0 3px #fff;
        
    }
}


/*  work  */

.work {
    padding-top: 70px;
}

.work__row {
    display: flex;
    justify-content: space-between;
    padding-left: 123px;
    padding-right: 20px;
}

.work__item-list {
    margin-top: 30px;
    margin-left: 33px;
    font-size: 16px;
    line-height: 30px;
}

.work__item-list li {
    margin-bottom: 9px;
    padding-left: 44px;
    background-image: url(../img/icon-included.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.work__item-list li:last-child {
    margin-bottom: 0;
}

.work__item-warning {
    margin-top: 40px;
    margin-left: 33px;
    padding-left: 44px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    background-image: url(../img/icon-warning.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
}

@media only screen and (max-width: 1919px) {

}

@media only screen and (max-width: 1919px) {
    .work__row {
        padding: 0;
    }
}

@media only screen and (max-width: 1179px) {
    .work__row {
        flex-direction: column;
    }

    .work__row {
        row-gap: 40px;
    }
}

@media only screen and (max-width: 1023px) {

}

@media only screen and (max-width: 767px) {
    .work {
        padding-top: 60px;
    }

    

    .work__item-title {
        font-size: 23px;
        line-height: 34px;
    }

    .work__item-list {
        margin-top: 20px;
        margin-left: 10px;
        font-size: 14px;
        line-height: 22px;
    }

    .work__item-list li {
        margin-bottom: 10px;
        padding-left: 33px;
        background-size: 16px;
    }

    .work__item-warning {
        margin-top: 30px;
        margin-left: 10px;
        padding-left: 34px;
        font-size: 14px;
        line-height: 22px;
        background-size: 16px;
    }

    .work__item-warning br {
        display: none;
    }
}

/*  order  */

.order {
    padding-top: 70px;
}

.order__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.order__column:nth-child(1) {
    width: 50%;
}

.order__img {
    margin: 0 auto;
}

.order__img_mobile {
    display: none;
}

.page-id-54 .order__img {
    max-width: 614px;
}

.page-id-63 .order__img,
.page-id-75 .order__img {
    max-width: 728px;
}

.page-id-67 .order__img {
    max-width: 777px;
}

.page-id-68 .order__img {
    max-width: 586px;
}

.page-id-71 .order__img {
    max-width: 406px;
}

.page-id-72 .order__img {
    max-width: 590px;
}

.page-id-74 .order__img {
    max-width: 704px;
}

.page-id-76 .order__img {
    max-width: 688px;
}

.page-id-70 .order__img,
.page-id-78 .order__img {
    max-width: 780px;
}

.order__column:nth-child(2) {
    width: 665px;
}

.order__description {
    margin-top: 24px;
    line-height: 28px;
}

.order__form {
    margin-top: 51px;
}

.order__form-line {
    margin-bottom: 27px;
}

.order__form-line:last-child {
    display: flex;
    column-gap: 40px;
    margin-bottom: 0;
}


@media only screen and (max-width: 1919px) {
    .order__column:nth-child(1) {
        width: 42%;
    }

    .order__column:nth-child(2) {
        width: 54%;   
    }
}

@media only screen and (max-width: 1919px) {
    .order__title {
        text-align: center;
    }
    
    .order__title br {
        display: none;
    }

    .order__description {
        text-align: center;
    }

    .order__form {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1179px) {
    .order__column:nth-child(1) {
        width: 48%;
    }

    .order__column:nth-child(2) {
        width: 48%;   
    }
    
    .order__form-line:last-child {
        flex-direction: column;
        row-gap: 35px;
    }

    .order__form-submit {
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .order__row {
        flex-direction: column;
    }

    .order__title br {
        display: block;
    }

    .order__img_pc {
        display: none;
    }

    .order__img_mobile {
        display: block;
    }

    .order__img {
        max-width: 560px!important;
        margin: 30px auto 0;
    }

    .order__column:nth-child(1) {
        display: none;
    }

    .order__column:nth-child(2) {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .order {
        padding-top: 60px;
    }

    .order__title br {
        display: none;
    }

    .order__description {
        margin-top: 25px;
        font-size: 14px;
        line-height: 22px;
    }

    .order__description br {
        display: none;
    }
}


/*     popup     */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    background: #FFFFFF;
    overflow-y: scroll;
    z-index: 100;
}

.popup .block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 534px;
    padding: 50px 54px 70px;
    background-color: #FFFFFF;
    background-image: url(../img/popup-bg-new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 4px 97px rgba(229, 234, 240, 1);
    border-radius: 22px;
    transform: translate(-50%, -50%);
}

#success-popup .block {
    max-width: 580px;
	padding-top: 50px!important;
    background-position: top center;
}

.popup__close {
    position: absolute;
    top: 25px;
    right: 28px;
    cursor: pointer;
}

.popup__form {
    max-width: 426px;
    margin-top: 28px;
}

.popup__form-line {
    margin-bottom: 10px;
}

.popup__form-line:last-child {
    margin-top: 28px;
    margin-bottom: 0;
}

.popup__form-line .form__contacts {
    flex-direction: column;
    row-gap: 25px;
    margin-top: 40px;
}

.popup__form-line .form__contacts-list {
    column-gap: 85px;
}

.popup__form-submit {
    text-align: center;
}

@media only screen and (max-width: 1919px) {

}

@media only screen and (max-width: 1919px) {
    #order-popup .block {
        position: relative;
        top: 0;
        left: 0;
        margin: 40px auto;
        transform: none;
    }
}

@media only screen and (max-width: 1179px) {

}

@media only screen and (max-width: 1023px) {

}

@media only screen and (max-width: 767px) {
    .popup .block {
        max-width: 340px!important;
        padding: 50px 25px 50px;
    }

    .popup__form-line .form__contacts {
        margin-top: 40px;
    }

    .popup__form-line .form__contacts-list {
        column-gap: 40px;
    }
}

.wellclean-chat {
    position: fixed;
    right: 45px;
    bottom: 25px;
    z-index: 9999;
}

.wellclean-chat a,
.wellclean-chat__label {
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.wellclean-chat__label {
    position: relative;
    cursor: pointer;
    padding: 18px 20px 18px 107px;
    line-height: 21px;
    color: #FFFFFF;
    background-image: url(../img/chat-label-bg.svg);
    background-position: right center;
    background-repeat: no-repeat;
    z-index: 1;
}

.wellclean-chat__label-img {
    position: absolute;
    top: -19px;
    left: -7px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    animation: wellclean_zoom 1.4s infinite linear;
}

@keyframes wellclean_zoom {
    0% {
      transform: scale(1.05);
    }
    50% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.05);
    }
  }

.wellclean-chat__label:after {
    position: absolute;
    content: '';
    top: 25px;
    right: 26px;
    width: 6px;
    height: 6px;
    background-image: url(../img/chat-label-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.wellclean-chat__content {
    position: relative;
    max-height: 0px;
    margin-top: 25px;
    padding-top: 0;
    background: #5E74EF;
    border-radius: 8px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
    z-index: 2;
}

.wellclean-chat.active .wellclean-chat__content {
    max-height: 500px;
    padding-top: 8px;
}

.wellclean-chat__btn {
    position: relative;
    padding: 28px 20px 28px 107px;
    color: #FFFFFF;
    background-color: #5E74EF;
    background-position: 42px 25px;
    background-repeat: no-repeat;
}

.wellclean-chat__btn:before {
    position: absolute;
    top: 8px;
    left: 27px;
    content: url(../img/chat-a-decore-bg.svg);
}

.wellclean-chat__btn.icon-call {
    background-image: url(../img/chat-icon-call.svg);
}

.wellclean-chat__btn.icon-telegram {
    background-image: url(../img/chat-icon-telegram.svg);
}

.wellclean-chat__btn.icon-messenger {
    background-image: url(../img/chat-icon-messenger.svg);
}

.wellclean-chat__btn.icon-facebook {
    background-image: url(../img/chat-icon-fb.svg);
}

.wellclean-chat__btn:hover {
    background-color: #6D82F2;
}

.wellclean-chat__btn-white {
    min-width: 247px;
    margin: 20px 22px 20px;
    padding: 26px 10px;
    font-weight: 700!important;
    text-align: center;
    color: #fff;
    background-image: url(../img/chat-btn-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.wellclean-chat__btn-white:hover {
    transform: scale(1.05);
}

@media only screen and (max-width: 767px) {
    .wellclean-chat-bg {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.01);
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
        z-index: 9998;
    }
    
    .wellclean-chat-bg.active {
        display: block;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }

    .wellclean-chat {
        display: flex;
        flex-direction: column;
        right: 5px;
        bottom: 15px;
    }

    .wellclean-chat__label {
        order: 2;
    }

    .wellclean-chat__content {
        margin: 0 0 25px;
        order: 1;
    }

    .wellclean-chat a, .wellclean-chat__label {
        font-size: 14px;
    }

    .wellclean-chat__label {
        padding: 12px 20px 12px 85px;
        line-height: 22px;
        background-size: contain;
    }

    .wellclean-chat__label:after {
        top: 20px;
        right: 15px;
    }

    .wellclean-chat__label-img {
        top: -12px;
        left: -5px;
        width: 70px;
    }

    @keyframes wellclean_zoom {
        0% {
        transform: scale(0.98);
        }
        50% {
            transform: scale(1.02);
        }
        100% {
            transform: scale(0.98);
        }
    }

    .wellclean-chat__btn {
        padding: 22px 20px 22px 85px;
        background-position: 32px 23px;
        background-size: 22px;
    }

    .wellclean-chat__btn:before {
        position: absolute;
        top: 3px;
        left: 15px;
        transform: scale(0.8);
    }

    .wellclean-chat__btn-white {
        min-width: 180px;
        padding: 19px 10px;
        background-size: contain;
    }
}


.page__thanks {
    min-height: calc(100vh - 200px);
}

.page__thanks .container {
    position: absolute;
    top: 60%;
    left: 50%;
    min-width: 560px;
    text-align: center;
    transform: translate(-50%, -60%);
}

@media only screen and (max-width: 767px) {
    .page__thanks .container {
        min-width: 340px;
    }
    
    .page__thanks-text br {
        display: none;
    }
}

.page__title {
	padding-top: 40px;
}

.page__description h1 {
	margin: 25px 0;
	font-weight: 600;
	line-height: 1.15;
}

.page__description h1:first-child {
	margin-top: 0;
}

.page__description h1:last-child {
	margin-bottom: 0;
}

.page__description h2,
.page__description h3 {
	margin: 15px 0;
	font-weight: 600;
	line-height: 1.15;
}

.page__description h1:first-child,
.page__description h2:first-child,
.page__description h3:first-child {
	margin-top: 0;
}

.page__description h1:last-child,
.page__description h2:last-child,
.page__description h3:last-child {
	margin-bottom: 0;
}

.page__description h4,
.page__description h5,
.page__description h6 {
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.15;
}

.page__description h4:first-child,
.page__description h5:first-child,
.page__description h6:first-child {
	margin-top: 0;
}

.page__description h4:last-child,
.page__description h5:last-child,
.page__description h6:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.page__description h1 {
		font-size: 22px;
	}
}

/* new style */
.page__faq-title {
	padding-top: 100px;
}



@media only screen and (max-width: 1023px) {
	.page__faq-title {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 1919px) {
	.page__faq-title {
		padding-top: 50px;
	}
}
.services__item {
    display: flex;
    align-items: center;
    height: 120px;
    margin-bottom: 33px;
    padding: 20px 20px 20px 45px;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    color: #141414;
    border: 1px solid #E4EBF7;
    background-size: contain;
    background-color: initial;
    background-repeat: no-repeat;
    background-position: top right;
    border-radius: 24px;
}
.services__item:hover {
    color: #fff;
    border: none;
    background-color: #5E74EF;
}

@media only screen and (max-width: 1919px) {
	.services__item {
    height: 100px;
    margin-bottom: 30px;
    padding-left: 40px;
    font-size: 20px;
    line-height: 26px;
    background-size: contain;
}
}
@media only screen and (max-width: 767px) {
	.services__item {
		height: 70px;
		margin-bottom: 15px;
		padding-left: 24px;
		font-size: 16px;
		line-height: 24px;
		border-radius: 18px;
	}
}

.services__item span {
    display: block;
    padding-left: 0;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
@media only screen and (max-width: 1023px) {
	.services__item span {
    -webkit-transition: all 0.05s;
    -moz-transition: all 0.05s;
    -o-transition: all 0.05s;
    transition: all 0.05s;
}
}


.services__item:hover span {
    padding-left: 35px;
    background-image: url(../img/icon-popular-item.svg);
}
@media only screen and (max-width: 767px)
.services__item:hover span {
    padding-left: 20px;
}









.services__list__item-img img {
    width: 100%;
    background: #D9D9D9;
    border-radius: 24px;
}

.services__list__item-img {
    position: relative;
    z-index: 1;
}

.services__list__item {
    position: relative;
    display: block;
    min-height: 296px;
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}




@media only screen and (max-width: 1919px) {
	.services__list__item {
    min-height: 225px;
}
}
@media only screen and (max-width: 1023px) {
	.services__list__item {
    min-height: 288px;
}
}
@media only screen and (max-width: 767px) {
	.services__list__item {
    min-height: 260px;
    border: 1px solid #E4EBF7;
    border-radius: 25px 25px 20px 20px;
    overflow: hidden;
}
}
.services__list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -10px -20px;
}
.services__list__column {
    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
}


@media only screen and (max-width: 1023px) {
	.services__list__column {
    width: 50%;
}
}
@media only screen and (max-width: 767px) {
	.services__list__column {
    width: 100%;
    margin-bottom: 10px;
}
}



@media only screen and (max-width: 767px) {
	.services__list {
    margin: 30px -10px -10px;
}
}

.services__list__item-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 40px 0 43px;
    font-size: 20px;
    line-height: 23px;
    color: #141414;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    border-radius: 24px;
    z-index: 2;
}
@media only screen and (max-width: 1919px) {
	.services__list__item-title {
    padding: 20px 0 30px;
    font-size: 18px;
    line-height: 22px;
    border-radius: 20px;
}
}
@media only screen and (max-width: 767px) {
	.services__list__item-title {
    padding: 25px 0 23px;
    font-size: 16px;
    line-height: 22px;
    border-radius: 25px;
}
}



.services__list__item:hover {
    transform: scale(1.05);
}

.services__list__item:hover .services__list__item-title {
    font-weight: 600;
}
.services__list-btn {
    display: none;
    margin-top: 26px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
	.services__list-btn {
    display: block;
}
}
.services__list-btn .btn {
    position: relative;
    padding-right: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}
.services__list-btn .btn:before {
    position: absolute;
    content: url(../img/icon-additional-item-arrow.svg);
    top: 2px;
    right: -2px;
    transform: scale(0.8);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.services__list-btn .btn:hover:before {
    right: -10px;
}
.services__list-btn .btn span {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #141414;
}

@media only screen and (max-width: 767px) {
	.services__list_hide .services__list__column_hide {
    display: none;
}
}

.services__block {
	margin-top: 100px;
}
