/* common */
body {
	background: #FFFFFF;
	color: #000000;
	font-size: 16px;
    line-height: 107%;
}
.form__field {
    -webkit-appearance: none !important;
}
body, button, textarea, input {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}
button, textarea, input {
    box-sizing: border-box;
    border: none;
    outline: none;
}
textarea, input {
    font-size: 20px;
}
button  {
    font-weight: 900;
    cursor: pointer;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
}
.content {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1160px;
}
.page-wrap {
    overflow: hidden;
}
.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.flex-container {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer_bottom,
.spacer_top,
.spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer > * {
    -ms-flex-item-align: center;
    align-self: center;
}
.spacer_bottom > * {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.spacer_top > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.va-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.va-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.va-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.photo-max-size {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.photo-full-size {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    object-fit: cover;
    object-position: center;
}
.d-ib {
    display: inline-block;
}
.hidden {
    display: none !important;
}
.decor-border {
    background: url('../images/decor/white-border.svg') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 8px;
}
.decor-border_main {
    background: url('../images/decor/main-border-bottom.svg') no-repeat center;
    background-size: 100% 100%;
    top: auto;
    bottom: -8px;
}
.decor-border_bottom {
    top: auto;
    bottom: 0;
    z-index: 4;
}
h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 107%;
    letter-spacing: -0.02em;
}
.white-btn {
    background: linear-gradient(180deg, #FFFFFF 0%, #E5E5E5 100%);
    border-radius: 3px;
    height: 63px;
    line-height: 62px;
    white-space: nowrap;
    font-weight: 900;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.white-btn:hover {
    background: #000000;
    color: #FFFFFF;
}
.yellow-btn {
    background: linear-gradient(180deg, #FFC001 0%, #FFA901 100%);
    border-radius: 3px;
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 80px;
    height: 81px;
    display: block;
}
.yellow-btn:hover {
    background: #FFA901;
}
.slider-prev,
.slider-next {
    position: absolute;
    top: 0; bottom: 0;
    margin: auto;
    width: 30px;
    height: 51px;
    display: flex;
    cursor: pointer;
    z-index: 10;
}
.slider-prev {
    left: 76px;
}
.slider-next {
    right: 76px;
}
.slider-prev:hover .svg-icon,
.slider-next:hover .svg-icon {
    stroke: #FFA901;
}
.mobile-inline-block,
.mobile-block {
    display: none !important;
}
.menu {
    display: none;
}
/* end common */

/* icons */
.icon-email,
.icon-ytb,
.icon-inst {
    fill: #FFC001;
}
.icon-email {
    width: 20px;
    height: 16px;
}
.icon-inst {
    width: 18px;
    height: 18px;
}
.icon-mark {
    width: 18px;
    height: 22px;
}
.icon-menu {
    width: 33px;
    height: 23px;
}
.icon-pdf {
    width: 33px;
    height: 33px;
}
.icon-phone {
    width: 21px;
    height: 20px;
}
.icon-play {
    width: 32px;
    height: 26px;
}
.icon-setting {
    width: 33px;
    height: 33px;
}
.icon-slider-next,
.icon-slider-prev {
    width: 30px;
    height: 51px;
    stroke: #FFFFFF;
}
.icon-ytb {
    width: 20px;
    height: 16px;
}
.icon-zoom {
    width: 22px;
    height: 22px;
    fill: #FFFFFF;
}
/* end icons */

/* header */
.header {
    position: fixed;
    left: 0; top: 0;
    width: 100%;
    z-index: 20;
    background: rgba(0, 0, 0, 0.22);
    border-bottom: 1px solid rgba(0, 0, 0, 0.39);
    backdrop-filter: blur(30px);
    padding-top: 20px;
    padding-bottom: 21px;
    transition: all, 0.2s;
}
.header.scroll {
    background: rgba(0, 0, 0, 0.62);
}
.menu-btn {
    display: none;
}
.logo {
    position: relative;
    top: 6px;
    flex: 0 160px;
    display: flex;
}
.logo img {
    width: 100%;
}
.nav {
    margin-left: 40px;
    flex: 1 1;
}
.nav__link {
    padding: 4px 0;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}
.nav__link:hover {
    color: #FFC001;
}
.nav__btn {
    margin-left: 20px;
    height: 38px;
    line-height: 40px;
    width: 106px;
    letter-spacing: normal;
    font-size: 14px;
    color: #000000;
}
/* end header */

/* main */
.main {
    background: url('../images/bg/main-bg.webp') no-repeat center top;
    background-size: cover;
    padding-top: 184px;
    padding-bottom: 273px;
    color: #FFFFFF;
    margin-bottom: 305px;
    position: relative;
}
.main__bg {
    position: absolute;
    left: -200px;
    right: 0;
    margin: 0 auto;
    bottom: -196px;
    object-fit: cover;
    object-position: center;
    width: 1193px;
    pointer-events: none;
    z-index: 10;
}
.main__text {
    flex: 0 358px;
    margin-right: 40px;
}
h1 {
    flex: 1 1;
    position: relative;
}
h1 span {
    position: absolute;
    right: -1px;
    bottom: 53px;
    font-weight: 900;
    font-size: 15px;
    line-height: 106.9%;
    letter-spacing: -0.005em;
    text-transform: uppercase;
}
h1 i {
    font-size: 0;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/title.svg') no-repeat center;
    background-size: cover;
}
h1:after {
    content: '';
    display: block;
    padding-top: 40%;
}
.main__text {
    padding-top: 83px;
    font-weight: 200;
    font-size: 40px;
    line-height: 106.9%;
    letter-spacing: -0.02em;
}
/* end main */

/* gallery */
.gallery {
    position: relative;
    min-height: 701px;
}
.gallery__slide {
    height: 701px;
    position: relative;
}
.gallery__slide img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery .content {
    position: absolute;
    left: 0; right: 0; 
    bottom: -43px;
    margin: 0 auto;
}
.gallery__slider {
    position: relative;
}
.order {
    margin-left: 200px;
    max-width: 860px;
    background: linear-gradient(0deg, #FFFFFF 41.72%, rgba(255, 255, 255, 0.24) 100%);
    box-shadow: 0px 0px 78px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(6px);
    border-radius: 3px;
    padding: 57px 40px 43px 100px;
    box-sizing: border-box;
}
.order__left {
    width: 57.63%;
}
.order__right {
    width: 36.11%;
    position: relative;
    z-index: 5;
}
.order__setting-btn {
    display: flex;
    align-items: center;
}
.order__setting-btn span {
    margin-left: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.02em;
    text-decoration-line: underline;
    color: #000000;
}
.order__setting-btn:hover span {
    text-decoration: none;
}
.order__setting {
    margin-bottom: 60px;
}
.order__text {
    padding-top: 4px;
    margin-left: 53px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #494949;
}
.colors {
    position: relative;
    z-index: 5;
}
.colors__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}
.colors__list {
    display: flex;
}
.color {
    flex: 1 1;
    margin-right: 23px;
    border-radius: 2px;
    height: 40px;
    position: relative;
    cursor: pointer;
}
.color.active:after,
.color:hover:after {
    content: '';
    position: absolute;
    border-radius: 2px;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    box-sizing: border-box;
    border: 2px solid #000000;
}
.color:last-child {
    margin-right: 0;
}
.color_white {
    background: linear-gradient(180deg, #FFFFFF 0%, #E2E1E1 100%);
}
.color_orange {
    background: linear-gradient(180deg, #FF993C 0%, #FF7A00 100%);
}
.color_red {
    background: linear-gradient(180deg, #C50023 0%, #8F001A 100%);
}
.color_yellow {
    background: linear-gradient(180deg, #FFDC24 0%, #EBC500 100%);
}
.color_green {
    background: linear-gradient(180deg, #2DCA7E 0%, #00AF5B 100%);
}
.coloration__slider {
    position: absolute;
    top: -60px;
    left: 0;
    right: 308px;
    font-size: 0;
}
.coloration__slide {
    position: relative;
}
.coloration__slide:after {
    content: '';
    display: block;
    padding-top: 45.65%;
}
/* end gallery */

/* about */
.about {
    padding-top: 93px;
    padding-bottom: 87px;
}
.about__top {
    position: relative;
}
.about__top-left {
    max-width: 430px;
}
.scheme {
    position: absolute;
    left: 403px;
    top: 32px;
}
.scheme img {
    width: 100%;
}
.about__download {
    margin-top: 52px;
    display: block;
    max-width: 361px;
    padding: 17px 45px 18px 101px;
    background: #C50023;
    box-sizing: border-box;
    color: #FFFFFF;
    position: relative;
}
.about__download:hover {
    background: #9b011c;
}
.about__download .svg-icon {
    position: absolute;
    top: 17px;
    left: 44px;
}
.about__download strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.02em;
}
.about__download span {
    display: block;
    max-width: 150px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #ECECEC;
}
.params {
    margin-top: 53px;
}
.param {
    display: flex;
    justify-content: space-between;
}
.param__title,
.param__desc {
    box-sizing: border-box;
    border-radius: 2px;
}
.param__title {
    padding: 12px 40px 9px;
    width: 700px;
    margin-right: 18px;
    background: #F3F3F3;
    line-height: 110%;
    letter-spacing: -0.02em;
}
.param__desc {
    padding: 12px 26px 9px;
    width: 442px;
    background: linear-gradient(90deg, rgba(243, 243, 243, 0) 0.76%, #F3F3F3 100%);
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #526286;
}
.param:nth-child(even) .param__title,
.param:nth-child(even) .param__desc {
    background: none;
}
.about__bottom {
    margin-top: 40px;
    position: relative;
    text-align: center;
}
.about__bottom:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    height: 1px;
    background: #C8C8C8;
}
.about__else {
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    max-width: 360px;
    height: 50px;
    line-height: 44px;
    border: 3px solid #FFBC02;
    background: #FFFFFF;
    cursor: pointer;
    font-weight: 800;
    letter-spacing: -0.02em;
}
.about__else:hover {
    background: #FFBC02;
}
.params_else {
    display: none;
    margin-top: 0;
}
.params_else .param:nth-child(even) .param__title,
.params_else .param__title {
    background: #F3F3F3;
}
.params_else .param:nth-child(even) .param__desc,
.params_else .param__desc {
    background: linear-gradient(90deg, rgba(243, 243, 243, 0) 0.76%, #F3F3F3 100%);
}
.params_else .param:nth-child(odd) .param__title,
.params_else .param:nth-child(odd) .param__desc {
    background: none;
}
/* end about */

/* product */
.product {
    background: linear-gradient(180deg, #262C39 0%, #30353F 29.5%, #4A4F58 100%);
}
/* end product */

/* config */
.config {
    padding-top: 102px;
    padding-bottom: 72px;
}
.config__settings {
    width: calc(60.34% - 40px);
    margin-right: 40px;
}
.result {
    width: 39.66%;
}
.config .colors {
    margin-top: 35px;
}
.config .color {
    margin-right: 35px;
}
.config .color:last-child {
    margin-right: 0;
}
.config__list {
    margin-top: 32px;
    padding-left: 38px;
}
.checkbox {
    padding-top: 16px;
    padding-bottom: 5px;
    min-height: 61px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    flex-wrap: nowrap;
    box-sizing: border-box;
    border-top: 1px solid #E0E0E0;
}
.checkbox input {
    position: absolute;
    left: -10000px;
}
.checkbox__btn {
    position: absolute;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #D0D0D0;
    border-radius: 50%;
    left: -38px;
    top: 13px;
}
.checkbox input:checked + .checkbox__btn:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #FFC001;
    border-radius: 50%;
}
.checkbox__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 124.4%;
    letter-spacing: -0.02em;
    margin-right: 13px;
}
.checkbox__price {
    position: relative;
    top: -3px;
    min-width: 86px;
    line-height: 22px;
    letter-spacing: -0.02em;
}
.result {
    background: linear-gradient(180deg, #FFC001 0%, #FFA901 100%);
    box-shadow: 0 0 78px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    min-height: 840px;
    padding: 46px 60px 280px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.result:after {
    content: '';
    position: absolute;
    background: url('../images/decor/result-line.svg') no-repeat;
    background-size: cover;
    height: 6px;
    left: 0; right: 0; top: 0;
}
.result__bottom {
    flex-wrap: nowrap;
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 35px;
    border-top: 1px solid #FFFFFF;
}
.result__title {
    flex: 1 1;
    font-size: 24px;
    line-height: 107.4%;
    letter-spacing: -0.02em;
}
.result__logo {
    flex: 0 160px;
    display: flex;
    margin-left: 5px;
    margin-bottom: 6px;
}
.result__logo img {
    width: 100%;
}
.result__list {
    margin-top: 32px;
}
.result__item {
    position: relative;
    padding-right: 100px;
    padding: 0 100px 0 17px;
    margin-bottom: 12px;
}
.result__item:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    border-radius: 2px;
    top: 6px;
    left: 0;
}
.result__item:last-child {
    margin-bottom: 0;
    margin-top: 12px;
}
.result__item-sub-title {
    line-height: 107.4%;
    letter-spacing: -0.02em;
}
.result__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 107.4%;
    letter-spacing: -0.02em;
    margin-bottom: 1px;
}
.result__item-title:last-child {
    margin-bottom: 0;
}
.result__item-price {
    min-width: 90px;
    position: absolute;
    bottom: 0; right: 0;
    line-height: 107.4%;
    letter-spacing: -0.02em;
}
.result__item-free {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    background: linear-gradient(180deg, #2DCA7E 0%, #00AF5B 100%);
    border-radius: 2px;
    width: 100px;
    height: 40px;
    line-height: 40px;
}
.result__bottom {
    padding-top: 18px;
}
.result__sum {
    text-align: center;
}
.result__sum-title {
    font-weight: 900;
    font-size: 15px;
    line-height: 107.4%;
    text-align: right;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.result__sum-number {
    font-size: 48px;
    line-height: 107.4%;
    text-align: right;
    letter-spacing: -0.02em;
    margin-bottom: 9px;
}
.result__sum-order {
    display: block;
    height: 63px;
    line-height: 63px;
    text-align: center;
    margin-bottom: 14px;
}
.result__sum-link {
    font-weight: 800;
    font-size: 15px;
    line-height: 107.4%;
    letter-spacing: -0.02em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #000000;
}
.result__sum-link:hover {
    text-decoration: none;
}
.result__item_top .result__item-price {
    bottom: auto;
    top: 4px;
}
/* end config */

/* product */
.product {
    color: #FFFFFF;
    padding-top: 28px;
    padding-bottom: 55px;
}
.product h2 {
    max-width: 550px;
    font-weight: 900;
    font-size: 40px;
    line-height: 107.4%;
    letter-spacing: -0.02em;
}
.product__slider {
    margin-top: 210px;
    margin-bottom: 57px;
    position: relative;
    background: linear-gradient(180deg, #FFC001 0%, #FFA901 45.31%, rgba(255, 169, 1, 0) 100%);
}
.decor-border_product {
    background: url('../images/decor/yellow-border.svg') no-repeat center;
    background-size: 100% 100%;
    top: -8px;
}
.previews {
    display: flex;
}
.previews__col {
    flex: 1 1;
    margin-right: 44px;
}
.previews__col:last-child {
    margin-right: 0;
}
.preview__photo {
    width: 36.2%;
    margin-right: 5.73%;
    position: relative;
}
.preview__photo:after {
    content: '';
    display: block;
    padding-top: 79.2%;
}
.preview__text {
    width: 58.06%;
}
.product .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.owl-item.active .product__slide .product__order:after {
    opacity: 1;
}
.product__slide .product__order:after {
    opacity: 0;
}
.product__slide {
    position: relative;
}
.product__slide h3 {
    font-weight: 900;
    font-size: 45px;
    line-height: 107.4%;
    letter-spacing: -0.02em;
}
.product__slide .content {
    display: flex;
    align-items: flex-end;
    min-height: 448px;
    padding-bottom: 64px;
}
.product__photo {
    pointer-events: none;
    position: absolute;
    left: -218px;
    top: -354px;
}
.product__about {
    width: 100%;
    flex-wrap: nowrap;
}
.product__about-left {
    margin-right: 15px;
}
.preview {
    margin-bottom: 33px;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
}
.preview:last-child {
    margin-bottom: 0;
}
.preview.active .preview__title,
.preview:hover .preview__title {
    color: #FFC001;
}
.preview.active .preview__photo:before {
    content: '';
    position: absolute;
    border-radius: 3px;
    border: 4px solid #FFC001;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
}
.preview__title {
    min-height: 52px;
    font-weight: 800;
    font-size: 24px;
    line-height: 107.4%;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}
.preview__params {
    font-weight: 300;
    line-height: 107.4%;
    letter-spacing: -0.02em;
}
.product__params {
    font-size: 18px;
    line-height: 132%;
    text-align: right;
    letter-spacing: -0.02em;
    color: #000000;
}
.product__order {
    margin-top: 24px;
    padding-top: 22px;
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.product__order:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 2000px;
    background: #B6862A;
}
.product__price {
    font-size: 48px;
    line-height: 107.4%;
    min-width: 232px;
    margin-right: 19px;
    letter-spacing: -0.02em;
}
.product__order-btn {
    color: #000000;
    height: 61px;
    line-height: 60px;
    width: 206px;
    text-align: center;
}
/* end product */

/* reviews */
.reviews {
    background: url('../images/bg/reviews-bg.webp') no-repeat center top;
    background-size: cover;
    position: relative;
    padding-top: 71px;
    padding-bottom: 83px;
}
.reviews .owl-stage {
    display: flex;
}
.reviews h2 {
    max-width: 500px;
    color: #FFFFFF;
}
.reviews__slider {
    margin-top: 35px;
    position: relative;
}
.review {
    background: #FFFFFF;
    box-shadow: 0 0 78px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-sizing: border-box;
    padding: 39px 50px 50px;
    min-height: 100%;
}
.review__top {
    flex-wrap: nowrap;
    padding-bottom: 27px;
    margin-bottom: 23px;
    border-bottom: 1px solid #D3D3D3;
}
.review__top-left {
    margin-right: 10px;
}
.reviews__prev {
    left: -290px;
}
.reviews__next {
    right: -290px;
}
.review__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 107.4%;
    letter-spacing: -0.02em;
    color: #FFAA02;
    margin-bottom: 1px;
}
.review__address {
    font-size: 16px;
    line-height: 107.4%;
    letter-spacing: -0.02em;
}
.review__video {
    display: flex;
    align-items: center;
}
.review__video span {
    position: relative;
    top: 1px;
    margin-left: 16px;
    max-width: 110px;
    font-size: 14px;
    line-height: 107.4%;
    letter-spacing: -0.02em;
    color: #526286;
}
.review__video:hover span {
    text-decoration: underline;
}
.review__top-right {
    position: relative;
    top: 6px;
}
.review__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 107.4%;
    letter-spacing: -0.02em;
}
/* end reviews */

/* form-block */
.form-block {
    background: #FFB102;
    padding-top: 70px;
    padding-bottom: 24px;
}
.form {
    width: 48.27%;
}
.info {
    width: 39.65%;
}
.form__top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 70px;
}
.form__logo {
    position: relative;
    top: 2px;
    margin-left: 18px;
    display: flex;
    flex: 0 221px;
}
.form__logo img {
    width: 100%;
}
.form__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.02em;
    margin-bottom: 11px;
}
.form__field {
    width: 100%;
    background: #FFD67B;
    border-radius: 3px;
    height: 47px;
    padding: 0 19px;
    font-size: 20px;
    color: #000000;
    letter-spacing: -0.02em;
    line-height: 27px;
    margin-bottom: 12px;
}
.form__field::placeholder {
    color: #474747;
    opacity: 1;
}
.form__field.error{
    border:1px solid red !important;
}
.form__field_text {
    height: 220px;
    resize: none;
    padding: 10px 18px;
}
.form__bottom {
    padding-top: 1px;
    flex-wrap: nowrap;
}
.form__info {
    padding-top: 7px;
    font-size: 13px;
    line-height: 107.4%;
    letter-spacing: -0.02em;
    width: 32.67%;
}
.form__btn {
    width: 64.28%;
}
.info {
    position: relative;
    top: -13px;
}
.info__main-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 107.4%;
    letter-spacing: -0.02em;
    margin-bottom: 50px;
}
.info__title,
.info__phone-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.02em;
}
.info__phone {
    display: inline-block;
    font-weight: 900;
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 9px;
}
.info__phone:hover {
    color: #000000;
}
.info__title {
    position: relative;
    padding-left: 52px;
    margin-bottom: 17px;
}
.info__title:after {
    content: '';
    position: absolute;
    background: url('../images/decor/icon-info.svg') no-repeat center;
    background-size: cover;
    width: 32px;
    height: 39px;
    left: 0;
    top: 2px;
}
.info__text {
    font-size: 15px;
    line-height: 119%;
    letter-spacing: -0.02em;
    margin-bottom: 17px;
}
.info__text a {
    color: inherit;
    text-decoration: underline;
}
.info__text a:hover {
    text-decoration: none;
}
.info__text strong {
    font-weight: 700;
    color: #C50023;
}
.info__text small {
    display: block;
    font-size: 12px;
    line-height: 119%;
}
.form-block__colon {
    background: url('../images/decor/form-line.svg') no-repeat center;
    background-size: cover;
    width: 6px;
    height: 637px;
    position: relative;
    top: -22px;
}
/* end form-block */

/* map-wrap */
.map-wrap {
    position: relative;
}
#map {
    background: #E8E8E8;
    display: block;
    left: 0; top: 0;
    height: 495px;
}
.map-wrap .content {
    position: absolute;
    left: 0; right: 0;
    top: 48px;
    margin: 0 auto;
}
.map-wrap__right {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 460px;
    padding-right: 20px;
    width: 100%;
    margin-left: auto;
}
.contacts {
    margin-top: 40px;
    padding: 42px 30px 40px 100px;
    background: #2F343E;
    box-shadow: 0 0 78px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #FFFFFF;
}
.contact {
    position: relative;
    margin-bottom: 21px;
}
.contact:last-child {
    margin-bottom: 0;
}
.contact__icon {
    position: absolute;
    width: 21px;
    height: 22px;
    left: -40px;
    top: 0;
}
.contact__address {
    font-weight: 600;
    font-size: 20px;
    line-height: 107.4%;
    letter-spacing: -0.02em;
}
.contact__phone {
    display: inline-block;
    font-weight: 800;
    font-size: 32px;
    line-height: 107.4%;
    letter-spacing: -0.02em;
    color: #FFC001;
}
.contact__phone:hover {
    color: #FFFFFF;
}
.icon-phone {
    top: 12px;
}
.contacts .links {
    margin-top: 39px;
    border-top: 1px solid #D3D3D3;
    margin-right: -30px;
    padding-right: 30px;
    padding-top: 14px;
}
.links {
    display: flex;
}
.links__item {
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.links__item:hover .svg-icon {
    fill: #FFFFFF;
}
.links__item:last-child {
    margin-right: 0;
}
.links__item span {
    font-size: 10px;
    line-height: 107.4%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-left: 7px;
}
.links__item:hover span {
    text-decoration: underline;
}
.ymaps-2-1-79-ground-pane {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
/* end map-wrap */

/* footer */
.footer {
    position: relative;
    background: #181A1F;
    color: #707B96;
    padding-top: 76px;
    padding-bottom: 13px;
}
.advantages {
    display: flex;
    margin-bottom: 50px;
}
.advantage {
    flex: 1 1;
    margin-right: 40px;
    position: relative;
}
.advantage:last-child {
    margin-right: 0;
}
.advantage__title,
.advantage__desc {
    position: relative;
    z-index: 2;
}
.advantage__title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 107%;
    letter-spacing: -0.02em;
    margin-right: -12px;
    min-height: 32px;
    color: #6A7CA7;
    margin-bottom: 17px;
}
.advantage__desc {
    font-size: 13px;
    margin-right: -3px;
    letter-spacing: -0.02em;
    line-height: 107%;
}
.copyright {
    text-align: center;
    font-size: 11px;
    line-height: 118%;
    color: #575757;
    letter-spacing: -0.02em;
}
.advantage__number {
    position: absolute;
    font-size: 128px;
    line-height: 107%;
    font-weight: 800;
    background: linear-gradient(180deg, #2F343E 0%, #181A1F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    letter-spacing: -0.02em;
    right: 0;
    top: -68px;
}
/* end footer */

/* owl-dots */
.owl-dots {
    position: absolute;
    left: 0; right: 0;
    width: 100%;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    bottom: 53px;
    margin: 0 auto;
}
.owl-carousel button.owl-dot {
    width: 15px;
    height: 15px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    margin-right: 9px;
    position: relative;
    z-index: 10;
}
.owl-carousel button.owl-dot:hover,
.owl-carousel button.owl-dot.active {
    background: #FFFFFF;
}
.owl-carousel button.owl-dot:last-child {
    margin-right: 0;
}
/* end owl-dots */

/* popups */
.overlay {
    display: none;
    position: fixed;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    padding: 18px;
    box-sizing: border-box;
    overflow: auto;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
}
.popup {
    display: none;
    opacity: 0;
    top: -100px;
    margin: 50px auto;
    max-width: 980px;
    background: #FFFFFF;
    position: relative;
}
.popup-video:after {
    content: '';
    display: block;
    padding-top: 60%;
}
.popup-video iframe {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
}
.popup__close {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    right: 0;
    top: -40px;
}
.popup__close:after,
.popup__close:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    margin: auto;
}
.popup__close:hover:after,
.popup__close:hover:before {
    background: #FFC001;
}
.popup__close:after {
    transform: rotate(45deg);
}
.popup__close:before {
    transform: rotate(-45deg);
}
.popup-thank {
    max-width: 360px;
    padding: 40px;
    box-sizing: border-box;
}
.popup__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}
/* end popups */

/* photo-gallery */
.photo-gallery {
    padding-top: 30px;
    margin-top: -30px;
    padding-bottom: 144px;
}
.photo-gallery__slider {
    margin-top: 56px;
    position: relative;
}
.photo-gallery__prev .svg-icon,
.photo-gallery__next .svg-icon {
    stroke: #000000;
}
.photo-gallery__prev:hover .svg-icon,
.photo-gallery__next:hover .svg-icon {
    stroke: #FFC001;
}
.photo-gallery__prev {
    left: -290px;
}
.photo-gallery__next {
    right: -290px;
}
.photo-gallery__slide {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.photo-gallery__slide:after {
    content: '';
    display: block;
    padding-top: 53.03%; 
}
.photo-gallery__title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.58);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding: 21px 20px 20px;
}
.photo-gallery__zoom {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    top: 18px;
    left: 20px;
    z-index: 5;
    background: rgba(0, 0, 0, 0.63);
}
.photo-gallery__zoom:hover {
    background: rgba(0, 0, 0, 1);
}
.fancybox__infobar,
.f-button:not(.is-next),
.fancybox__footer {
    display: none;
}
.f-button:last-child {
    display: flex;
}
/* end photo-gallery */

@media all and (max-width: 1800px) {
    .decor-border {
        background-size: auto auto;
    }
    .photo-gallery__prev,
    .reviews__prev {
        left: -100px;
    }
    .photo-gallery__next,
    .reviews__next {
        right: -100px;
    }
}

@media all and (max-width: 1500px) {
    .product__photo {
        width: 1000px;
        left: -20px;
    }
}

@media all and (max-width: 1400px) {
    .photo-gallery__prev,
    .photo-gallery__next,
    .reviews__prev,
    .reviews__next {
        bottom: auto;
        top: -110px;
    }
    .photo-gallery__prev,
    .reviews__prev {
        left: 0;
    }
    .photo-gallery__next,
    .reviews__next {
        right: 0;
    }
    .reviews h2 {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .photo-gallery {
        padding-bottom: 80px;
    }
    .photo-gallery h2 {
        text-align: center;
    }
}

@media all and (max-width: 1200px) {
    .nav__btn {
        margin-left: 0;
    }
    .info__phone {
        font-size: 45px;
    }
    .result {
        padding-left: 20px;
        padding-right: 20px;
    }
    .result__bottom {
        left: 20px;
        right: 20px;
    }
    .product__photo {
        top: -300px;
    }
}

@media all and (max-width: 1100px) {
    .nav__link {
        font-size: 15px;
    }
    h1 span {
        bottom: auto;
        top: 8px;
        right: 0;
    }
}

@media all and (max-width: 980px) {
    .logo {
        top: 0;
    }
    .advantage__title {
        margin-right: 0;
        font-size: 13px;
        min-height: 28px;
        margin-bottom: 5px;
    }
    .advantage__desc {
        font-size: 11px;
    }
    .advantage {
        margin-right: 20px;
    }
    .advantage__number {
        font-size: 64px;
        background: linear-gradient(180deg, #2F343E 0%, #181A1F 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
    .nav__item {
        display: none;
    }
    .nav__item:last-child {
        display: block;
    }
    .nav {
        flex: 0 0;
        margin-left: 0;
    }
    .logo {
        margin-left: 50px;
    }
    .header {
        z-index: 50;
    }
    .menu-btn {
        display: block;
        position: absolute;
        top: 0; bottom: 0;
        margin: auto;
        left: 18px;
        cursor: pointer;
        width: 33px;
        height: 23px;
    }
    .menu {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 40;
        background: #0E3448;
        width: 100%;
        height: 100%;
        padding: 96px 18px;
        overflow: auto;
        box-sizing: border-box;
    }
    .menu .links {
        position: absolute;
        bottom: 34px;
        left: 18px;
        right: 18px;
    }
    .links {
        max-width: 337px;
        justify-content: space-between;
    }
    .links__item span {
        font-size: 12px;
        margin-left: 8px;
    }
    .links__item {
        margin-right: 0;
    }
    .menu__list {
        padding-left: 50px;
    }
    .menu__list li {
        margin-bottom: 33px;
    }
    .menu__list li:last-child {
        margin-bottom: 0;
    }
    .menu__list a {
        font-size: 24px;
        line-height: 33px;
        color: #FFFFFF;
    }
    .header.open {
        background: none;
        border-bottom-color: transparent;
    }
    h2 {
        font-size: 32px;
    }
    .map-wrap__right {
        position: static;
    }
    .map-wrap {
        position: relative;
    }
    .map-wrap .content {
        position: static;
    }
    .map-wrap h2 {
        position: absolute;
        top: 28px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    #map {
        height: 548px;
    }
    .contacts {
        position: absolute;
        bottom: 27px;
        max-width: 340px;
        box-sizing: border-box;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 22px 20px 22px;
    }
    .contact__address {
        font-size: 16px;
    }
    .contact {
        margin-bottom: 15px;
        padding-left: 45px;
    }
    .contact__phone {
        font-size: 32px;
        margin-left: -5px;
    }
    .contacts .links {
        margin-top: 15px;
    }
    .contact__icon {
        left: 0;
        top: -1px;
    }
    .info,
    .form-block__colon,
    .form {
        top: 0;
        width: 100%;
    }
    .form-block__colon {
        height: 4px;
        background: url('../images/decor/form-line-mobile.svg') repeat-x center;
        background-size: 100% 100%;
        width: 100%;
        display: block;
        top: 0;
        margin-top: 48px;
        margin-bottom: 34px;
    }
    .reviews h2 {
        max-width: 254px;
    }
    .slider-prev,
    .slider-next,
    .icon-slider-next, .icon-slider-prev {
        width: 22px;
        height: 36px;
    }
    .reviews {
        padding-top: 39px;
        padding-bottom: 43px;
    }
    .reviews__slider {
        margin-top: 38px;
    }
    .reviews .decor-border {
        display: none;
    }
    .reviews__prev, .reviews__next {
        top: -91px;
    }
    .content {
        padding-left: 18px;
        padding-right: 18px;
    }
    .result {
        padding: 45px 18px 31px;
        margin-top: 20px;
        margin-left: -18px;
        margin-right: -18px;
        width: auto;
        min-height: inherit;
    }
    .config__settings {
        width: auto;
        margin-right: 0;
    }
    .config {
        display: block;
        padding-bottom: 0;
    }
    .result__bottom {
        margin-top: 52px;
        position: static;
    }
    .main__wrap h1 {
        width: 100%;
        flex: auto;
    }
    .main__text {
        padding-top: 16px;
        font-size: 32px;
        flex: none;
        order: 2;
        margin-right: 0;
        width: 100%;
        font-size: 32px;
        line-height: 107%;
    }
    .main {
        padding-top: 107px;
    }
    .order {
        margin-left: 0;
        max-width: inherit;
    }
    .coloration__slider {
        right: 408px;
    }
    .gallery .content {
        bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .gallery__prev,
    .gallery__next {
        bottom: auto;
        top: 44px;
    }
    .owl-dots {
        justify-content: center;
        bottom: auto;
        top: 55px;
    }
    .gallery__prev {
        left: 18px;
    }
    .gallery__next {
        right: 18px;
    }
    .scheme {
        margin-top: 36px;
        position: relative;
        top: 0; 
        left: 0;
    }
    .about__download {
        margin-top: 37px;
    }
    .about__top-left {
        max-width: inherit;
    }
    .map-wrap .icon-inst {
        width: 12px;
        height: 12px;
    }
    .map-wrap .icon-ytb {
        width: 14px;
        height: 11px;
    }
    .map-wrap .icon-email {
        width: 13px;
        height: 10px;
    }
    .map-wrap .links__item {
        margin-right: 6px;
        letter-spacing: -0.02em;
    }
    .map-wrap .links__item span {
        margin-left: 4px;
        font-size: 10px;
        letter-spacing: -0.04em;
    }
    .contacts .links {
        padding-right: 0;
        margin-right: 0;
    }
    .photo-gallery__slider {
        margin-top: 32px;
    }
    .photo-gallery__prev,
    .photo-gallery__next {
        top: -67px;
    }
    .photo-gallery {
        padding-bottom: 40px;
    }
}
/* 980px */

@media all and (max-width: 900px) {
    .coloration__slider {
        right: 308px;
    }
    .product__slide .content {
        min-height: 370px;
    }
    .product__slide h3 {
        font-size: 32px;
    }
    .product__price {
        font-size: 36px;
    }
    .product__order-btn {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        max-width: 160px;
    }
    .product__slide h3 {
        position: relative;
        top: -10px;
    }
    .preview.active .preview__photo:before {
        border-width: 2px;
        top: -2px;
        bottom: -2px;
        left: -2px;
        right: -2px;
    }
    .preview__title {
        font-size: 21px;
    }
    .previews__col {
        margin-right: 20px;
    }
    .preview__params {
        font-size: 14px;
    }
    .product__price {
        min-width: 180px;
    }
}

@media all and (max-width: 767px) {
    .footer {
        padding-top: 37px;
        padding-bottom: 21px;
    }
    .advantages {
        display: block;
        margin-bottom: 8px;
    }
    .advantage__title {
        min-height: 0;
    }
    .advantage {
        padding-left: 63px;
        margin-right: 0;
        margin-bottom: 17px;
        min-height: 69px;
    }
    .advantage:last-child {
        margin-bottom: 0;
    }
    .advantage__number {
        right: auto;
        left: 0;
        top: -10px;
    }
    .copyright {
        font-size: 10px;
        max-width: 250px;
        margin: 0 auto 0;
    }
    .main {
        padding-bottom: 165px;
        margin-bottom: 158px;
    }
    .main__bg {
        width: 547px;
        max-width: inherit;
        left: -103px;
        right: auto;
        bottom: -98px;
    }
    .coloration__slider {
        width: 409px;
        top: -64px;
        right: 0;
        left: 0;
    }
    .order {
        padding: 150px 18px 20px;
    }
    .order__right,
    .order__left {
        width: 100%;
    }
    .gallery .colors__title {
        text-align: center;
        margin-bottom: 15px;
    }
    .gallery__slider,
    .coloration__slider {
        overflow: hidden;
    }
    .gallery .color {
        height: 35px;
        margin-right: 14px;
    }
    .gallery .color:last-child {
        margin-right: 0;
    }
    .order__setting {
        margin-top: 45px;
        margin-left: 37px;
        margin-bottom: 27px;
    }
    .order {
        border-radius: 3px 3px 0 0;
    }
    .gallery .content {
        bottom: -29px;
    }
    .about h2 {
        text-align: center;
    }
    .about {
        padding-top: 69px;
    }
    .about__download {
        padding-left: 95px;
        max-width: 340px;
    }
    .about__download .svg-icon {
        left: 40px;
    }
    .params {
        margin-top: 30px;
    }
    .param {
        display: block;
    }
    .params_else .param:nth-child(even) .param__desc,
    .params_else .param:nth-child(even) .param__title,
    .param .param__title,
    .param .param__desc {
        background: none;
    }
    .param__title {
        font-size: 12px;
        margin-bottom: 3px;
        text-transform: uppercase;
    }
    .param__desc {
        font-size: 13px;
    }
    .param__title,
    .param__desc {
        margin-right: 0;
        display: block;
        width: auto;
        padding: 0;
    }
    .param {
        padding: 12px 18px 11px;
    }
    .param:nth-child(odd) {
        background: #F3F3F3;
    }
    .params_else {
        margin-top: 0;
    }
    .params_else .param {
        background: none;
    }
    .params_else .param:nth-child(even) {
        background: #F3F3F3;
    }
    .about__bottom {
        margin-top: 30px;
    }
    .about {
        padding-bottom: 40px;
    }
    .product h2 {
        text-align: center;
        font-size: 32px;
        margin-left: auto;
        margin-right: auto;
    }
    .product__wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .product__slider {
        order: 2;
    }
    .preview__photo {
        display: none;
    }
    .preview__text {
        width: 100%;
        box-sizing: border-box;
    }
    .preview__title {
        min-height: 32px;
        margin-bottom: 0;
    }
    .preview__params {
        display: none;
    }
    .preview__title {
        text-decoration: underline;
        font-size: 13px;
        line-height: 107%;
    }
    .preview.active .preview__title {
        text-decoration: none;
    }
    .preview {
        padding-left: 15px;
        position: relative;
        margin-bottom: 10px;
    }
    .preview:after {
        content: '';
        position: absolute;
        left: 0;
        top: 4px;
        width: 5px;
        height: 5px;
        background: #000000;
    }
    .preview.active:after {
        background: #FFFFFF;
    }
    .previews__col {
        margin-right: 20px;
    }
    .previews {
        margin-top: 20px;
    }
    .product__about {
        display: block;
    }
    .product__price {
        min-width: inherit;
    }
    .product__order {
        padding-top: 14px;
        justify-content: space-between;
    }
    .product__slide .product__order:after {
        width: 100%;
    }
    .product__about-left {
        margin-right: 0;
        width: 100%;
    }
    .product__slider {
        margin-bottom: 0;
    }
    .product {
        padding-bottom: 0;
    }
    .product__slide .content {
        min-height: 305px;
        box-sizing: border-box;
    }
    .product__slider {
        margin-top: 225px;
        width: 100%;
    }
    .product__slide h3 {
        font-size: 24px;
        top: 0;
    }
    .product__slide h3 br {
        display: none;
    }
    .product__params {
        margin-top: 18px;
        text-align: left;
        font-size: 16px;
    }
    .product__slide .product__order:after {
        opacity: 1;
    }
    .product__order {
        margin-top: 16px;
    }
    .product__order:after {
        background: #E9B85A;
    }
    .product__slide .content {
        padding-bottom: 30px;
    }
    .product img.product__photo {
        width: 510px;
        max-width: inherit;
        left: -20px;
        top: -241px;
    }
}
/* 767px */

@media all and (max-width: 550px) {
    .scheme {
        margin-left: -18px;
        margin-right: -18px;
    }
    .mobile-inline-block {
        display: inline-block !important;
    }
    .form-block {
        padding-top: 31px;
    }
    .form__logo {
        flex: 0 113px;
        top: 7px;
    }
    .form__top {
        margin-bottom: 27px;
    }
    .form__title {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 17px;
    }
    .form__field {
        font-size: 16px;
    }
    .form__field_text {
        padding: 14px 18px;
        margin-bottom: 1px;
    }
    .form__info {
        width: 100%;
        font-size: 11px;
        text-align: center;
        margin-bottom: 11px;
    }
    .form__bottom {
        display: block;
    }
    .form__btn {
        width: 100%;
    }
    .info__main-title {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .info__phone {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .info__title {
        padding-top: 5px;
        margin-bottom: 20px;
    }
    .info__title, .info__phone-title {
        font-size: 20px;
    }
    .info__text {
        font-size: 14px;
        line-height: 17px;
    }
    .info__text small {
        padding-top: 7px;
        font-size: 11px;
    }
    .review {
        padding: 26px 24px 22px 32px;
    }
    .review__address {
        font-size: 14px;
        padding-top: 4px;
        max-width: 150px;
    }
    .review__address span {
        display: inline-block;
    }
    .review__video span {
        max-width: 77px;
        font-size: 12px;
        margin-left: 16px;
    }
    .review__top-right {
        top: 0;
    }
    .review__top {
        padding-bottom: 14px;
    }
    .review__text {
        font-size: 16px;
        line-height: 120%;
    }
    .config {
        padding-top: 37px;
    }
    .config h2 {
        text-align: center;
    }
    .colors__title {
        font-size: 16px;
        line-height: 22px;
    }
    .config .colors {
        margin-top: 20px;
    }
    .config .color {
        margin-right: 19px;
    }
    .colors__title {
        margin-bottom: 19px;
    }
    .checkbox__title {
        font-size: 14px;
        line-height: 124%;
    }
    .checkbox__price {
        font-size: 15px;
        white-space: nowrap;
        text-align: right;
        min-width: inherit;
    }
    .checkbox__btn {
        top: 14px;
    }
    .result__bottom {
        padding-top: 14px;
    }
    .main__text {
        max-width: 280px;
    }
    h1 span {
        top: 7px;
    }
    .coloration__slider {
        left: -33px;
        right: auto;
    }
    .mobile-none {
        display: none !important;
    }
    .mobile-block {
        display: block !important;
    }
    .product img.product__photo {
        left: -121px;
    }
    .photo-gallery__slide:after {
        padding-top: 88.03%;
    }
}
/* 550px */



/* setup tooltips */
.tooltip {
  position: relative;
}
.tooltip:before,
.tooltip:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.tooltip:after {
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(0,0,0,.75); 
  border-left: 6px solid transparent;
  content: '';
  height: 0;
    top: 0px;
    left: 20px;
  width: 0;
}
.tooltip:before {
  background: rgba(0,0,0,.75);
  border-radius: 2px;
  color: #fff;
  content: attr(data-title);
  font-size: 14px;
  padding: 6px 10px;
    top: 6px;
  white-space: nowrap;
}

/* the animations */
/* fade */
.tooltip.fade:after,
.tooltip.fade:before {
  transform: translate3d(0,-10px,0);
  transition: all .15s ease-in-out;
}
.error + .tooltip.fade:after,
.error + .tooltip.fade:before {
  opacity: 1;
  transform: translate3d(0,0,0);
}











