.p120 {
    padding: 120px 0;
}
.img-res {
    display: block;
    max-width: 100%;
    height: auto;
}
.abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section {
    width: 100%;
    overflow: hidden;
}
.tl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.tl b {
    /*text-transform: uppercase;*/
}
.tl:before {
    content: "";
    min-width: 75px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
    border-bottom: 1px solid;
    margin-right: 30px;
    padding-top: 38px;
}
.steps-title.tl:after {
    content: "";
    min-width: 75px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
    border-bottom: 1px solid;
    margin-left: 30px;
    padding-top: 38px;
}

/* faq */
.faq-outer {
    position: relative;
}
.faq-image img, .faq-image video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}
.faq-image {
    position: absolute;
    left: calc(50% + 30px);
    top: 0;
    bottom: 0;
    right: 0;
}
.faq-block {
    width: 50%;
}
.not-image .faq-block {
    max-width: 100%;
    width: 100%;
    padding-top: 0 !important;
}
.not-image .config-title {
    margin-bottom: 40px;
}
.faq-item + .faq-item {
    margin-top: 25px;
}
.faq-item-text {
    display: none;
}
.faq-item-title {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #232323;
    padding: 9px 0;
    position: relative;
    cursor: pointer;
    padding-right: 50px;
}
.faq-item-title span {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #232323;
}
.faq-item-title span:before,
.faq-item-title span:after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #232323;
    position: absolute;
    left: 11px;
    top: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.faq-item-title span:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.faq-item-title.active span:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.faq-item-title.active span {
    background: #232323;
}
.faq-item-title.active span:after,
.faq-item-title.active span:before {
    background: #fff;
}

/* form */ 
.section-form {
    position: relative;
    background: #F5F4F2;
}
.form-title {
    font-weight: 300;
    font-size: 60px;
    line-height: 73px;
    color: #232323;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}
.form-text-bg > span {
    font-weight: 900;
    font-size: 190px;
    line-height: 232px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 0.1 !important;
    white-space: nowrap;
    position: absolute;
    top: -100px;
    color: #f5f4f2;
    left: 41%;
}
.form-text-bg > span:first-child { 
    /*-webkit-text-stroke: 3px #232323;*/
    text-shadow: 0px 0px 0px #232323, 1px 1px 0px #232323, -1px -1px 0px #232323, -1px 1px 0px #232323, 1px -1px 0px #232323;
}
.form-text-bg > span:last-child { 
    color: #F5F4F2;
    opacity: 1;
    display: none !important;
}
.form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.form-title > span {
    position: relative;
    z-index: 2;
}
.form-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    margin-bottom: 30px;
}
.form-item label {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #232323;
    display: block;
    margin-bottom: 9px;
}
.form-item br {
    display: none;
}
.wpcf7-form-control[type="text"],
.wpcf7-form-control[type="email"],
.wpcf7-form-control[type="tel"],
textarea.wpcf7-form-control {
    background: #FFFFFF;
    border: 1px solid #D5D8DE;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    padding: 15px 20px;
}
.wpcf7-form-control::-webkit-input-placeholder {
    color: #A1A4AB;
}
.wpcf7-form-control::-moz-placeholder {
    color: #A1A4AB;
}
.wpcf7-form-control:-ms-input-placeholder {
    color: #A1A4AB;
}
.wpcf7-form-control::-ms-input-placeholder {
    color: #A1A4AB;
}
.wpcf7-form-control::placeholder {
    color: #A1A4AB;
}
textarea.wpcf7-form-control {
    height: 100px;
    resize: none;
}
.form-line {
    margin-bottom: 30px;
}
.form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 20px 50px;
    cursor: pointer;
    border-radius: 0;
    text-decoration: none;
    border: none;
    background: none;
}
.btn:disabled {
    opacity: 0.5;
}
.btn-primary {
    background: #232323;
    color: #fff;
}
.btn-default {
    border: 1px solid #232323;
    color: #232323;
}
.btn-default:hover {
    background: #232323;
    color: #fff;
}
.term a {
    font-size: 12px;
    line-height: 15px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-transform: uppercase;
}
.term {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.file-item br {
    display: none;
}
.file-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #232323;
    cursor: pointer;
}
.file-item label span {
    background: #FFFFFF;
    border: 1px solid #D5D8DE;
    min-width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}
.file-item:hover  label span {
    border-color: #232323;
}
.file-item:active label span, .file-item.active label span {
   background: #232323;
   border-color: #232323;
}
.file-item:active label svg *, .file-item.active label svg * {
    fill: #fff;
}
.wpcf7-file {
    display: none;
}
.file-item {
    width: 315px;
    padding-top: 5px;
}
.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    white-space: nowrap;
}
.wpcf7-not-valid {
    border-color: #dc3232 !important;
}
.wpcf7 form .wpcf7-response-output {
    padding: 0;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    text-align: right;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #4eb92a;
}
.header-block + .section-form {
    padding-top: 10px;
}
/*review*/
.review-title {
    font-weight: 300;
    font-size: 60px;
    line-height: 73px;
    color: #232323;
}
.review-title a {
    text-decoration: none;
    color: inherit;
}
.review-title-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
}
.review-rating {
    margin-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 8px;
}
.rating-text {
    font-size: 40px;
    line-height: 49px;
    color: #232323;
    margin-left: 20px;
}
.rating-text span {
    font-size: 60%;
    position: relative;
    top: -13px;
}
.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.rating i {
    background-image: url(../image/star.svg);
    min-width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.rating span {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.rating span i {
    background-image: url(../image/star-active.svg);
}
.review-item {
    background: #F5F4F2;
    padding: 40px 20px 10px 20px;
}
.review-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
}
.review-item .rating i {
    min-width: 16px;
    margin-right: 6px;
    height: 16px;
}
.review-item-title {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #232323;
    margin-top: 15px;
}
.review-item-subtitle {
    font-size: 14px;
    line-height: 17px;
}
.review-item-image {
    min-width: 90px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}
.review-item-text {
    font-size: 14px;
    line-height: 24px;
    color: #232323;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    min-height: 168px;
}
.rating-navi {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.rating-navi div {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.rating-navi div:hover {
    border-color: #232323;
}
.rating-navi .swiper-button-disabled {
    opacity: 0.2;
    cursor: default;
} 
.rating-navi svg {
    position: absolute;
    top: calc(50% - 20px);
}
.rating-navi > div + div {
    margin-left: 32px;
}
.rating-navi > div + div  svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: -11px;
}
.rating-navi > div:nth-child(1) svg {
    right: -11px;
}
.review-bottom-text {
    font-weight: 300;
    font-size: 60px;
    line-height: 73px;
    text-transform: uppercase;
    color: #232323;
    margin-top: 120px;
    position: relative;
    z-index: 2;
}
.section-review {
    position: relative;
}
.review-text-bg > span {
    top: auto;
    bottom: 48px;
    left: -20px;
}
.form-text-bg.review-text-bg > span:last-child {
    color: #ffffff;
}
/*baner*/
.section-baner {
    position: relative;
    padding: 100px 0 120px 0;
    background-position: center center;
    background-size: cover;
}
.baner-text {
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    max-width: 915px;
    margin-left: auto;
    position: relative;
    z-index: 2;
}
.baner-title {
    font-weight: 300;
    font-size: 60px;
    line-height: 73px;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}
.baner-text-bg {
    position: absolute;
    bottom: 60px;
    left: 5%;
}

/*price*/
.price-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 72% 28%;
    grid-template-columns: 72% 28%;
}
.price-left {
    padding-right: 60px;
}
.price-table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
    color: #232323;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.price-table > div {
    padding: 0px 30px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.price-table-head {
    font-weight: 300;
    font-size: 30px;
    line-height: 37px;
}
.ac {
    text-align: center;
}
.price-table > div:nth-child(6n+4),
.price-table > div:nth-child(6n+5),
.price-table > div:nth-child(6n+6) {
    background: #F5F4F2;
}
.price-table-body {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.price-table-body span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    color: #656565;
    text-transform: none;
}
.price-notice {
    font-size: 14px;
    line-height: 14px;
    margin-top: 30px;
    padding-left: 30px;
}
.pr-title {
    font-size: 14px;
    line-height: 17px;
    color: #232323;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 27px;
    margin-top: 27px;
}
.pr-title:before {
    margin-left: 30px;
    margin-right: 0;
    padding-top: 9px;
}
.section-price {
    padding: 93px 0 76px 0;
    position: relative;
}
.section-price::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc((100% - 1200px) / 2);
    right: 0;
    z-index: 2;
    background: -webkit-gradient(linear, right top, left top, color-stop(18.97%, rgba(255, 255, 255, 0.9)), color-stop(87.18%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.9) 18.97%, rgba(255, 255, 255, 0) 87.18%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.9) 18.97%, rgba(255, 255, 255, 0) 87.18%);
    max-width: 300px;
}
.price-item {
    height: 648px;
}
.price-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: auto;
}
.swiper.js-price {
    overflow: visible;
}
.price-navi {
    position: absolute;
    bottom: -1px;
    z-index: 2;
    background: #FFFFFF;
    padding: 20px;
}
.price-left {
    padding-right: 60px;
    position: relative;
    background: #fff;
    z-index: 3;
}
.price-left:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -500%;
    right: 50%;
    background: #fff;
    z-index: -1;
}
/*steps*/
.steps-title {
    font-weight: 300;
    font-size: 60px;
    line-height: 73px;
    color: #232323;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}
.section-steps {
    position: relative;
}
.form-text-bg.steps-text-bg > span {
    left: calc(50% - 479px);
    text-align: center;
    top: 50px;
    color: #fff;
}
.step-item {
    width: calc(50% + 48px + 27px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    text-align: right;
}
.step-icon {
    border: 8px solid #E9EAED;
    border-radius: 50%;
    width: 96px;
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #232323;
    padding: 20px;
    margin: 0 27px 100px 27px;
}
.step-icon img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.step-title {
    font-weight: 300;
    font-size: 40px;
    line-height: 49px;
    color: #232323;
    margin-bottom: 10px;
}
.step-text {
    font-size: 16px;
    line-height: 28px;
    color: #232323;
}
.step-item:after {
    content: "";
    width: 1px;
    height: 80px;
    background: #D5D8DE;
    position: absolute;
    bottom: 10px;
    right: calc(48px + 27px);
}
.step-item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: auto;
    text-align: left;
}
.step-item:nth-child(2n):after {
    left: calc(48px + 27px);
    right: auto;
}
.step-item:last-child:after {
    content: none;
}
.step-item:last-child .step-icon {
    margin-bottom: 0;
}
/*TEAMS*/
.teams-title {
    font-weight: 300;
    font-size: 60px;
    line-height: 73px;
    color: #232323;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}
.section-teams {
    position: relative;
    background: #F5F4F2;
}
.form-text-bg.teams-text-bg > span {
    top: 132px;
    left: 50%;
}
.teams {
    position: relative;
    z-index: 2;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 80px;
    justify-content: space-between;
}
.team-item {
    width: 285px;
}
.team-image {
    padding-top: 100%;
    position: relative;
    margin-bottom: 25px;
}
.team-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.team-image img + img {
    opacity: 0;
    z-index: 2;
}
.team-item:hover .team-image img + img {
    opacity: 1;
}
.team-title {
    font-size: 26px;
    line-height: 32px;
    color: #232323;
    margin-bottom: 5px;
}
.team-text {
    font-size: 14px;
    line-height: 17px;
    color: #232323;
}
/*text*/
.section-text {
    position: relative;
}
.header-block + .section-text {
    overflow: hidden;
}
.text-image {
    min-height: 600px;
}
.text-title {
    font-weight: 300;
    font-size: 60px;
    line-height: 73px;
    color: #232323;
    margin-bottom: 50px;
}
.text-desription .description h2 {
    margin-top: 0;
}
.faq-block {
    max-width: 555px;
}
.form-text-bg.text-text-bg > span {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    color: #fff;
    left: calc((100% - 1200px) / 2 - 250px);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    top: calc(100% + 30px);
    margin: auto;
}
.text-image-bg {
    position: absolute;
    left: calc(50% - 35px);
    z-index: 2;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.text-desription .description {
    margin-bottom: 0;
}
.section-text + .section-text .form-text-bg.text-text-bg > span {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: -75px;
    left: calc(50% - 960px + 30px);
    max-width: 100%;
    overflow: hidden;
}
.section-text + .section-text.grey .form-text-bg.text-text-bg > span {
    top: -80px;
    color: #F5F4F2;
    overflow: visible;
}
.section-text.revers + .section-text.grey .form-text-bg.text-text-bg > span {
    left: calc(50% - 960px + 160px);
}
.text-outer {
    z-index: 2;
}
.section-text + .section-form {
    margin-top: 120px;
}
.revers .text-block {
    margin-left: auto;
}
.revers .text-image {
    right: calc(50% + 30px);
    left: auto;
}
.grey {
    background: #F5F4F2;
}
body.home .faq-block {
    padding-top: 87px;
}
.section-text.revers + .section-text:not(.grey) .form-text-bg.text-text-bg > span {
    left: calc(50% - 190px);
    top: -44px;
}

/*gallery*/
.gellery-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    margin-top: 90px;
}
.gallery-title {
    font-size: 14px;
    line-height: 17px;
    color: #232323;
}

.section-gallery .price-item {
    height: 500px;
    position: relative;
}
.price-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgb(0 0 0 / 40%);
    opacity: 0;
    transition: 0.5s;
    padding: 10px;
}
.price-item:hover .price-caption {
    opacity: 1;
}
a.btn.btn-default.btn-pt {
    border-color: #fff;
    color: #fff;
}
.pt-title {
    font-size: 20px;
    line-height: 23px;
    margin: 25px 0 10px 0;
    text-transform: uppercase;
}
.pt-sub {
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 14px;
}
.js-gallery.swiper { 
    overflow: visible;
}
.gallery-title:before {
    padding-top: 9px;
}
/*slider*/
.slider-item img {
    width: 100%;
    display: block;
    transition: 10s;
    height: auto;
}
.slider-item {
    position: relative;
    height: 100vh;
    min-height: 400px;
}
.swiper-slide-active .slider-item img {
    transform: scale(1.1);
}
.slider-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.slider-title {
    font-weight: 300;
    font-size: 70px;
    line-height: 85px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.btn-slide {
    border-color: #fff;
    color: #fff;
    margin-top: 50px;
}
.section-slider {
    position: relative;
}
.section-slider > .container {
    position: absolute;
    bottom: 50px;
    z-index: 3;
    left: 0;
    right: 0;
}
.slider-navi {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 11;
}
.slider-navigator .slider-navi div:hover {
    border-color: #fff;
}
.js-slider-pagi {
    position: absolute;
    bottom: 20px !important;
    z-index: 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slider-navigator .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 0.5;
    margin: 0 8px;
}
.slider-navigator .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

/*config*/
.section-white {
    padding-top: 120px;
    padding-bottom: 42px;
    position: relative;
}
.config-title {
    font-weight: 300;
    font-size: 60px;
    line-height: 73px;
    color: #232323;
    margin-bottom: 120px;
    position: relative;
    text-align: right;
    z-index: 2;
}
.configurator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.config-panel {
    min-width: 315px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 315px;
            flex: 0 0 315px;
    margin-left: auto;
    position: relative;
    z-index: 2;
}
.config-top-title {
    background: #F5F4F2;
    padding: 30px;
    font-size: 14px;
    line-height: 17px;
    color: #232323;
    margin-left: -30px;
}
.config-top-title:before {
    padding-top: 9px;
}
.config-options {
    padding-top: 80px;
    max-width: 170px;
    margin-left: auto;
}
.option-item {
    margin-bottom: 40px;
}
.option-title {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #232323;
    margin-bottom: 10px;
}
.values {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.checked-style > input {
    display: none;
}
.checked-style > label {
    background: #FFFFFF;
    border: 1px solid #D5D8DE;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}
.checked-style > input:checked + label {
    background: #232323;
    border-color: #232323;
}
.checked-style:hover > label {
    border-color: #232323;
}
.checked-style > label svg [fill] {
    fill: #232323;
}
.checked-style > label svg [stroke] {
    stroke: #232323;
}
.checked-style > input:checked + label [fill] {
    fill: #fff;
}
.checked-style > input:checked + label [stroke] {
    stroke: #fff;
}
.section-grey {
    background: #F5F4F2;
    padding: 40px 0 60px 0;
}
.config-bottom-text {
    margin-bottom: 100px;
    max-width: 230px;
    margin-left: auto;
}
.config-bottom-title {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #A1A4AB;
    margin-bottom: 12px;
}
.config-bottom-title:before {
    padding-top: 8px;
    min-width: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    margin-right: 20px;
}
.config-bottom-subtitle {
    font-size: 14px;
    line-height: 22px;
    color: #A1A4AB;
}
.config-footer-title {
    font-size: 34px;
    line-height: 41px;
    color: #232323;
    margin-bottom: 8px;
}
.config-footer-title:before {
    padding-top: 21px;
}
.config-footer-text {
    font-size: 20px;
    line-height: 24px;
    color: #232323;
    padding-left: 105px;
}
.config-btn {
    padding-left: 105px;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-text-bg.config-text-bg > span {
    top: 15%;
    color: #fff;
    left: 0;
    right: 0;
}
.configurator-block {
    position: relative;
}
.config-image {
    position: absolute;
    left: 0;
    top: 0;
    right: calc(50% - 270px);
    bottom: -170px;
    z-index: 1;
}
.config-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.sec-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-id-6  .text-title {
    text-align: right;
    position: relative;
}
.page-id-6 .text-title:before {
    position: absolute;
}
.text-desription {
    color: #232323;
    
}
.page-id-6 .faq-block {
    max-width: 495px;
}
.text-desription .description h2 {
    text-transform: none;
}

.page-id-6 .form-block .form-text-bg > span, .page-id-9 .form-block .form-text-bg > span {
    left: calc(50% + 156px);
    top: 7px;
}

.post-type-archive-inspiration .form-in-archive .form-text-bg > span, 
.tax-inspirationcat .form-in-archive .form-text-bg > span {
    top: auto;
    left: 85%;
    bottom: -41px;
}
.header-block + .section-form .form-text-bg > span {
    left: 20%;
    top: -6px;
}
.page-id-11 .review-text-bg > span {
    left: calc(50% - 950px);
    color: #fff
}
.title-outer {
    position: relative;
}
.text-rel {
    position: relative;
}
.form-text-bg.ins .form-text-bg > span {

}

/* BLOCK text 2 column */
.section-text2column .text-title {
    margin-bottom: 40px;
}
.description.column2 {
    padding: 0 70px;
    font-size: 14px;
    line-height: 26px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.description.column2 p {
    margin: 0;
}