@media (max-width: 767px) {
    span [data-srt] {
        padding: 20px 0 20px !important;
		/* margin-bottom: 40px; */
		display: block;
    }
}
.tabs-gallery__item.js-tab-control span {
    font-weight: 300;
    font-size: 20px;
}
.fn-banner .fn-banner__inner .form-box .form-box__title {
    font-size: 28px;
}
*,:after,:before {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0
}

body {
    line-height: 1;
    min-height: 100vh
}

ol[class],ul[class] {
    list-style: none
}

img {
    display: block;
    max-width: 100%
}
	.fscreen__navbar {	
    z-index: 3;	
    position: relative;	
}

button,form,input,option,select,textarea {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    text-transform: none
}

table,tbody,td,tfoot,th,thead,tr {
    -webkit-appearance: none;
    appearance: none;
    border-collapse: collapse;
    border-spacing: 0
}

a,button {
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none
}

body,html {
    color: #323232;
    font-family: Roboto Condensed,Helvetica,Arial,"sans-serif";
    font-size: 17px;
    font-weight: 400;
    line-height: 130%;
    position: relative
}

@media screen and (max-width: 1600px) {
    body,html {
        font-size:calc(13.25px + .23438vw)
    }
}

.swiper-slide {
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
}

.main {
    background-color: #f7f9fb;
    overflow: hidden
}

.container {
    margin: 0 auto;
    max-width: 1350px;
    padding: 0 15px;
    width: 100%
}

.wrapper {
    width: 100%
}

._flex {
    display: flex;
    flex-wrap: wrap
}

._fw {
    height: auto;
    width: 100%
}

._h1-title {
    font-family: Roboto,Helvetica,Arial,"sans-serif";
    font-size: 50px;
    font-weight: 700;
    line-height: 135%;
    text-transform: uppercase
}

@media screen and (max-width: 1600px) {
    ._h1-title {
        font-size:calc(17.5px + 2.03125vw)
    }
}

._h1-title span {
    color: #dcc96c
}

._h1-title_center {
    text-align: center
}

._h2-title {
    font-family: Roboto,Helvetica,Arial,"sans-serif";
    font-size: 40px;
    font-weight: 800;
    line-height: 135%;
    text-transform: uppercase
}

@media screen and (max-width: 1600px) {
    ._h2-title {
        font-size:calc(17.5px + 1.40625vw)
    }
}

._h2-title_center {
    text-align: center
}

._h3-title {
    font-family: Roboto,Helvetica,Arial,"sans-serif";
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 135%;
    text-transform: uppercase
}

@media screen and (max-width: 1600px) {
    ._h3-title {
        font-size:calc(18.75px + 1.01563vw)
    }
}

._h3-title_center {
    text-align: center
}

@media(max-width: 575px) {
    ._h3-title {
        font-size:22px
    }
}

.typography-18 {
    font-size: 18px;
    line-height: 150%
}

@media(max-width: 992px) {
    .typography-18 {
        font-size:16px
    }
}

.light-btn {
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    transition: box-shadow .3s ease,background-color .3s ease,color .3s ease
}

.light-btn__wrapper {
    align-items: center;
    display: flex
}

.light-btn__icon {
    fill: inherit;
    height: 30px;
    width: 30px
}

.light-btn__txt {
    padding-left: 10px
}

.light-btn_outline_gold {
    background-color: transparent;
    color: #dcc96c;
    font-weight: 500;
    position: relative
}

.light-btn_outline_gold:before {
    border: 2px solid #dcc96c;
    border-radius: 10px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media(any-hover: hover) {
    .light-btn_outline_gold:hover {
        background-color:#dcc96c;
        color: #fff
    }
}

.light-btn_blue {
    fill: #fff;
    background: linear-gradient(265.08deg,#27a6e6 16.63%,#2092ca 76.7%);
    box-shadow: inset 0 -4px 5px #356c88;
    color: #fff
}

@media(any-hover: hover) {
    .light-btn_blue:hover {
        box-shadow:inset 0 -4px 5px #61c0f3
    }
}

.light-btn_gold {
    fill: #fff;
    background: linear-gradient(265.08deg,#dcc96c 16.63%,#c8b350 76.7%);
    box-shadow: 0px 0px 44px rgba(255,199,0,.51), inset 0 -4px 5px #9e8e3f;
    color: #fff
}

@media(any-hover: hover) {
    .light-btn_gold:hover {
        box-shadow:0 4px 44px rgba(255,200,0,.678),inset 0 -4px 5px #f5cc00
    }
}

.light-btn_simple_gold {
    fill: #fff;
    background: linear-gradient(265.08deg,#dcc96c 16.63%,#c8b350 76.7%);
    color: #fff
}

@media(any-hover: hover) {
    .light-btn_simple_gold:hover {
        box-shadow:0 4px 30px rgba(255,200,0,.678),inset 0 -4px 5px #f5cc00
    }
}

.light-btn_green {
    fill: #fff;
    background: linear-gradient(265.08deg,#58bb63 16.63%,#28b53f 76.7%);
    box-shadow: inset 0 -4px 5px #30843d;
    color: #fff
}

@media(any-hover: hover) {
    .light-btn_green:hover {
        box-shadow:inset 0 -4px 5px #6edf7b
    }
}

.light-btn_lg {
    font-size: 22px;
    padding: 27px 50px
}

@media(max-width: 720px) {
    .light-btn_lg {
        padding:15px 30px;
        width: auto
    }
}

.light-btn_md {
    font-size: 22px;
    padding: 22px 30px;
    width: 308px
}

@media(max-width: 720px) {
    .light-btn_md {
        padding:12px 20px;
        width: auto
    }

    .light-btn {
        font-size: 17px;
        padding: 20px 30px
    }
}

._editor {
    line-height: 125%
}

._editor p {
    line-height: 120%;
    margin-bottom: 1em
}

._editor ul {
    margin-bottom: 1.1em;
    padding-left: 18px
}

._editor ul li {
    list-style-type: disc;
    padding-bottom: 1em
}

._editor ol {
    padding-left: 18px
}

._editor ol li {
    list-style: decimal
}

._editor h2 {
    font-size: 24px
}

._editor h3 {
    font-size: 22px
}

._editor h4 {
    font-size: 18px
}

._editor h2,._editor h3,._editor h4 {
    line-height: 120%;
    margin-bottom: .8em
}

._editor img {
    display: block;
    margin-bottom: .6em
}

.checkbox {
    align-items: center;
    cursor: pointer;
    display: flex;
    overflow: hidden;
    position: relative
}

.checkbox__input {
    left: 100%;
    opacity: 0;
    position: absolute
}

.checkbox__input:checked+.checkbox__mark:after {
    opacity: 1
}

.checkbox__mark {
    align-items: center;
    border-radius: 4px;
    display: flex;
    flex-shrink: 0;
    height: 18px;
    justify-content: center;
    -webkit-transform: translate(10px,10px);
    transform: translate(10px,10px);
    width: 18px
}

.checkbox__mark_theme_dark {
    border: 1px solid #222
}

.checkbox__mark_theme_dark:after {
    background-color: #222
}

.checkbox__mark_theme_light {
    border: 1px solid #fff
}

.checkbox__mark_theme_light:after {
    background-color: #fff
}

.checkbox__mark:after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 9px;
    opacity: 0;
    width: 9px
}

.checkbox__text {
    display: inline-block;
    padding-left: 10px
}

.checkbox__text a:hover {
    color: #323232
}

.simplebar-scrollbar:before {
    background-color: #fff;
    content: ""
}

.cp-picture {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.fn-pager {
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    white-space: nowrap
}

.fn-pager.swiper-pagination-bullets-dynamic .fn-pager__bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.fn-pager.swiper-pagination-bullets-dynamic .fn-pager__bullet_active_gold-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.fn-pager.swiper-pagination-bullets-dynamic .fn-pager__bullet_active_gold-next {
    background-color: #323232;
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.fn-pager.swiper-pagination-bullets-dynamic .fn-pager__bullet_active_gold-next-next {
    background-color: #323232;
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.fn-pager.swiper-pagination-bullets-dynamic .fn-pager__bullet_active_gold-prev {
    background-color: #323232;
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.fn-pager.swiper-pagination-bullets-dynamic .fn-pager__bullet_active_gold-prev-prev {
    background-color: #323232;
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.fn-pager__bullet {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    height: 10px;
    margin-right: 7px;
    position: relative;
    transition: left .3s ease,-webkit-transform .3s ease;
    transition: left .3s ease,transform .3s ease;
    transition: left .3s ease,transform .3s ease,-webkit-transform .3s ease;
    width: 10px
}

.fn-pager__bullet_active_gold {
    background-color: #dcc96c
}

.heading {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.heading__label {
    background-color: #323232;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    flex-shrink: 0;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 130%;
    order: 1;
    padding: 15px 50px;
    text-align: center
}

@media(max-width: 720px) {
    .heading__label {
        font-size:18px;
        padding: 10px 20px
    }
}

.heading_line:after {
    content: "";
    display: block;
    flex-grow: 1;
    height: 1px;
    margin-left: 30px;
    order: 2
}

.heading_line_grey:after {
    background-color: #dfdfdf
}

.heading__controls {
    display: flex;
    flex-shrink: 0;
    order: 3;
    padding-left: 30px
}

@media(max-width: 460px) {
    .heading__controls {
        display:none
    }
}

.heading__arrow_prev {
    margin-right: 10px
}

.slider-arrow {
    border-radius: 50%;
    height: 60px;
    padding: 15px;
    transition: background-color .3s ease,fill .3s ease;
    width: 60px
}

.slider-arrow.swiper-button-disabled {
    opacity: .6
}

.slider-arrow_grey {
    fill: #323232;
    background-color: #f2f2f2
}

@media(any-hover: hover) {
    .slider-arrow_grey:hover {
        fill:#fff;
        background-color: #dcc96c
    }
}

.slider-arrow_secondary {
    fill: #323232;
    background-color: #dcc96c
}

@media(any-hover: hover) {
    .slider-arrow_secondary:hover {
        background-color:#d2ba43
    }
}

@media(max-width: 575px) {
    .slider-arrow {
        height:46px;
        padding: 12px;
        width: 46px
    }
}

.slider-arrow__icon {
    fill: inherit;
    display: block;
    height: 100%;
    width: 100%
}

.field__label {
    display: block;
    font-size: 19px;
    letter-spacing: -.06em;
    padding-bottom: 10px;
    padding-left: 1em
}

@media(max-width: 575px) {
    .field__label {
        font-size:15px;
        padding-bottom: 4px
    }
}

.field__input {
    border: 1px solid #ced1d8;
    border-radius: 2px;
    font-size: 24px;
    font-weight: 300;
    height: 70px;
    text-align: center;
    width: 100%
}

.field__input_bg_white {
    background: #fff
}

@media(max-width: 720px) {
    .field__input {
        font-size:20px;
        height: 60px
    }
}

@media(max-width: 450px) {
    .field__input {
        font-size:16px;
        height: 50px
    }
}

.field__textarea {
    border: 1px solid #ced1d8;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 300;
    height: 220px;
    padding: 20px;
    resize: none;
    width: 100%
}

.field__textarea_bg_white {
    background: #fff
}

@media(max-width: 575px) {
    .field__textarea {
        font-size:14px;
        height: 120px
    }
}

.page-composition_bg_blue {
    background: #f7f9fb
}

.page-composition_bg_white {
    background-color: #f7f9fb;
}

.page-composition_space_y {
    padding: 0;
}

@media(max-width: 992px) {
    .page-composition_space_y {
        padding: 0;
    }
}

.video-play {
    border-radius: 50%;
    display: block;
    height: 98px;
    padding: 29px 25px 29px 33px;
    width: 98px
}

.video-play__icon {
    fill: inherit;
    display: block;
    height: 100%;
    width: 100%
}

.wrapper {
    margin: 0 auto;
    max-width: 1630px;
    padding: 0 15px
}

.white-wrapper {
    background: #f7f9fb;
}

.btn-outline {
    border-radius: 10px;
    font-size: 22px;
    font-weight: 700;
    padding: 22px;
    text-transform: uppercase;
    width: 310px
}

.btn-outline_border_grey {
    border: 2px solid #323232
}

.btn-outline_secondary_hover {
    transition: background-color .3s ease,color .3s ease,border-color .3s ease
}

@media(any-hover: hover) {
    .btn-outline_secondary_hover:hover {
        background-color:#dcc96c;
        border-color: #dcc96c;
        color: #fff
    }
}

@media(max-width: 575px) {
    .btn-outline {
        font-size:19px;
        padding: 19px
    }
}

.picture {
    display: block;
    overflow: hidden;
    position: relative
}

.picture__img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    width: 100%
}

.txt-box__img {
    border-radius: 5px;
    padding-top: 45.9770114943%
}

.txt-box__img_space_bot {
    margin-bottom: 40px
}

.txt-box__img_space_top {
    margin-top: 30px
}

.txt-box__title {
    padding-bottom: 10px;
    text-transform: none
}

.txt-box__descr {
    font-weight: 300;
    line-height: 150%
}

.file-field {
    background: #ebeef4;
    border: 1px dashed #868686;
    border-radius: 10px;
    display: block;
    padding: 25px 45px;
    text-align: center;
    transition: all .3s ease
}

@media(max-width: 440px) {
    .file-field {
        padding:25px 10px
    }
}

.file-field.error {
    border-color: #ad1313
}

.file-field.active {
    background: #3db64f;
    border-color: #3db64f;
    color: #fff
}

.file-field.active .file-field__note {
    color: #fff
}

.file-field__title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline
}

@media(max-width: 440px) {
    .file-field__title {
        font-size:18px
    }
}

.file-field__group {
    overflow: hidden;
    position: relative
}

.file-field__note {
    display: block;
    font-size: 12px;
    font-weight: 300;
    padding-top: 1em;
    transition: color .3s ease
}

.file-field__note_color_black {
    color: #323232
}

.file-field__note_color_grey {
    color: #7e7e7e
}

.file-field__input {
    left: 100%;
    position: absolute;
    visibility: hidden
}

.df-slider {
    margin: 0 auto;
    max-width: 1410px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.df-slider .swiper-slide {
    height: auto
}

.df-slider__group {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    position: relative
}

@media(max-width: 420px) {
    .df-slider__group {
        padding-left:20px;
        padding-right: 20px
    }
}

.df-slider__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100
}

.df-slider__arrow_prev {
    left: 0
}

.df-slider__arrow_next {
    right: 0
}

.df-slider__body {
    width: 100%
}

.fscreen {
    display: flex;
    flex-direction: column;
    position: relative;	
    padding-top: 80px;	
    z-index: 1;	
    /* transform: translateY(-81px); */	
    margin-top: -80px;
}

.fscreen__slider {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fscreen__slider .swiper {
    height: 100%
}

@media(max-width: 1200px) {
    .fscreen__navbar {
        display:none
    }
}

.fscreen__container {
    padding-top: 100px
}

@media(max-width: 720px) {
    .fscreen__container {
        padding-top:50px
    }
}

.fscreen__wrapper {
    background: rgba(0,0,0,.4);
    color: #fff;
    flex-grow: 1;
    padding-bottom: 30px;
    position: relative;
    z-index: 10
}

.fscreen__slide {
    height: 100%
}

.fscreen__title {
    padding-bottom: 60px;
    text-align: center
}

.fscreen__title span {
    color: #fff;
    display: block;
    font-size: .6em;
    font-weight: 400
}

.fscreen__callback {
    text-align: center
}

.fscreen__group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.fscreen__btn {
    padding: 10px 15px
}

.fscreen__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-bottom: 70px;
    padding-top: 60px
}

@media(max-width: 575px) {
    .fscreen__list {
        padding-bottom:20px
    }
}

.fscreen__item {
    align-items: center;
    display: flex;
    padding: 15px;
    width: 25%
}

@media(max-width: 1100px) {
    .fscreen__item {
        width:33.3333333333%
    }
}

@media(max-width: 820px) {
    .fscreen__item {
        width:50%
    }
}

@media(max-width: 400px) {
    .fscreen__item {
        padding:5px 15px;
        width: 100%
    }
}

.fscreen__icon {
    display: block;
    flex-shrink: 0;
    height: 44px;
    width: 44px
}

@media(max-width: 575px) {
    .fscreen__icon {
        height:30px;
        width: 30px
    }
}

.fscreen__text {
    font-size: 20px;
    line-height: 120%;
    padding-left: 14px
}

@media(max-width: 1100px) {
    .fscreen__text {
        font-size:17px
    }
}

@media(max-width: 575px) {
    .fscreen__text {
        font-size:15px
    }
}

.fn-showcase {
    padding-top: 0;
    background: #f7f9fb;
}

.fn-showcase_space_bot {
     padding-bottom: 0;
}

@media(max-width: 575px) {
    .fn-showcase_space_bot {
        padding-bottom: 0;
    }
}

.fn-showcase_space_top {
    padding-top: 0;
}

@media(max-width: 575px) {
    .fn-showcase_space_top {
        padding-top: 0;
    }
    .offer {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.fn-showcase .swiper-slide {
    height: auto
}

.fn-showcase__head {
    padding-bottom: 40px
}

@media(max-width: 575px) {
    .fn-showcase__head {
        padding-bottom:20px
    }
}

.fn-showcase__title {
    padding-bottom: 25px;
}

.fn-showcase__grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.fn-showcase__grid_last_full .fn-showcase__box {
    min-height: 312px;
    width: 33.3333333333%
}

.fn-showcase__grid_last_full .fn-showcase__box:nth-child(7n) {
    min-height: 520px;
    width: 100%
}

@media(max-width: 992px) {
    .fn-showcase__grid_last_full .fn-showcase__box:nth-child(7n) {
        min-height:312px;
        width: 50%
    }
}

@media(max-width: 575px) {
    .fn-showcase__grid_last_full .fn-showcase__box:nth-child(7n) {
        width:100%
    }
}

@media(max-width: 992px) {
    .fn-showcase__grid_last_full .fn-showcase__box {
        min-height:312px;
        width: 50%
    }
}

@media(max-width: 575px) {
    .fn-showcase__grid_last_full .fn-showcase__box {
        width:100%
    }
}

.fn-showcase__grid_five_in_row .fn-showcase__box {
    min-height: 406px;
    width: 50%
}

.fn-showcase__grid_five_in_row .fn-showcase__box:nth-child(5n+3),.fn-showcase__grid_five_in_row .fn-showcase__box:nth-child(5n+4),.fn-showcase__grid_five_in_row .fn-showcase__box:nth-child(5n+5) {
    min-height: 312px;
    width: 33.3333333333%
}

.fn-showcase__grid_many_items .fn-showcase__box {
    min-height: 406px;
    width: 50%
}

.fn-showcase__grid_many_items .fn-showcase__box:nth-child(3n+3) {
    min-height: 550px;
    width: 100%
}

@media(max-width: 992px) {
    .fn-showcase__grid_many_items .fn-showcase__box:nth-child(3n+3) {
        min-height:312px
    }

    .fn-showcase__grid_many_items .fn-showcase__box {
        min-height: 312px;
        width: 50%
    }
}

@media(max-width: 575px) {
    .fn-showcase__grid_many_items .fn-showcase__box {
        width:100%
    }
}

.fn-showcase__grid_few_items .fn-showcase__box {
    min-height: 406px;
    width: 50%
}

.fn-showcase__grid_few_items .fn-showcase__box:nth-child(6n+3) {
    min-height: 520px;
    width: 100%
}

@media(max-width: 992px) {
    .fn-showcase__grid_few_items .fn-showcase__box:nth-child(6n+3) {
        min-height:312px;
        width: 50%
    }
}

@media(max-width: 575px) {
    .fn-showcase__grid_few_items .fn-showcase__box:nth-child(6n+3) {
        width:100%
    }
}

.fn-showcase__grid_few_items .fn-showcase__box:nth-child(6n+4) {
    min-height: 520px;
    width: 100%
}

@media(max-width: 992px) {
    .fn-showcase__grid_few_items .fn-showcase__box:nth-child(6n+4) {
        min-height:312px;
        width: 50%
    }
}

@media(max-width: 575px) {
    .fn-showcase__grid_few_items .fn-showcase__box:nth-child(6n+4) {
        width:100%
    }
}

.fn-showcase__grid_few_items .fn-showcase__box:nth-child(6n+5) {
    min-height: 312px;
    width: 33.3333333333%
}

@media(max-width: 992px) {
    .fn-showcase__grid_few_items .fn-showcase__box:nth-child(6n+5) {
        min-height:312px;
        width: 50%
    }
}

@media(max-width: 575px) {
    .fn-showcase__grid_few_items .fn-showcase__box:nth-child(6n+5) {
        width:100%
    }
}

.fn-showcase__grid_few_items .fn-showcase__box:nth-child(6n+6) {
    min-height: 312px;
    width: 33.3333333333%
}

@media(max-width: 992px) {
    .fn-showcase__grid_few_items .fn-showcase__box:nth-child(6n+6) {
        min-height:312px;
        width: 50%
    }
}

@media(max-width: 575px) {
    .fn-showcase__grid_few_items .fn-showcase__box:nth-child(6n+6) {
        width:100%
    }
}

.fn-showcase__grid_few_items .fn-showcase__box:nth-child(6n+7) {
    min-height: 312px;
    width: 33.3333333333%
}

@media(max-width: 992px) {
    .fn-showcase__grid_few_items .fn-showcase__box:nth-child(6n+7) {
        min-height:312px;
        width: 50%
    }
}

@media(max-width: 575px) {
    .fn-showcase__grid_few_items .fn-showcase__box:nth-child(6n+7) {
        width:100%
    }
}

@media(max-width: 992px) {
    .fn-showcase__grid_few_items .fn-showcase__box {
        min-height:312px;
        width: 50%
    }
}

@media(max-width: 575px) {
    .fn-showcase__grid_few_items .fn-showcase__box {
        width:100%
    }
}

.fn-showcase__box {
    padding: 15px
}

.fn-showcase__box_3in_row {
    min-height: 312px;
    width: 33.3333333333%
}

@media(max-width: 992px) {
    .fn-showcase__box_3in_row {
        width:50%
    }
}

@media(max-width: 575px) {
    .fn-showcase__box_3in_row {
        width:100%
    }
}

.fn-showcase__box_1in_row {
    width: 100%
}

.fn-showcase__box_2in_row {
    width: 50%
}

.fn-showcase__box_min_height_406 {
    min-height: 406px
}

.fn-showcase__box_min_height_520 {
    min-height: 550px
}

.fn-showcase__box_min_height_312 {
    min-height: 342px
}

.fn-showcase__footer {
    font-size: 24px;
    font-weight: 300;
    padding-top: 1em;
    text-align: center
}

@media(max-width: 768px) {
    .fn-showcase__footer {
        font-size:20px
    }
}

.fn-showcase-card {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden
}

@media(max-width: 1200px) {
    .fn-showcase-card {
        min-height:320px
    }
}

@media(max-width: 575px) {
    .fn-showcase-card {
        min-height:250px
    }
}

@media(any-hover: hover) {
    .fn-showcase-card:hover .fn-showcase-card__arrow {
        fill:#dcc96c
    }
}

.fn-showcase-card__backplate {
    background: linear-gradient(37.67deg,#000 2.68%,transparent 51.71%);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-right: 30px;
    padding-top: 20px
}

@media(max-width: 575px) {
    .fn-showcase-card__backplate {
        padding-right:10px
    }
}

.fn-showcase-card__label {
    background-color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    padding: 10px
}

.fn-showcase-card__label b {
    font-size: 24px;
    font-weight: 500
}

@media(max-width: 575px) {
    .fn-showcase-card__label {
        font-size:17px
    }

    .fn-showcase-card__label b {
        font-size: 20px
    }
}

.fn-showcase-card__head {
    align-items: flex-start;
    display: flex
}

.fn-showcase-card__arrow {
    fill: #fff;
    display: block;
    flex-shrink: 0;
    height: 70px;
    margin-left: auto;
    margin-top: 10px;
    transition: fill .4s ease;
    width: 70px
}

@media(max-width: 575px) {
    .fn-showcase-card__arrow {
        height:50px;
        width: 50px
    }
}

.fn-showcase-card__title {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 110%;
    margin-top: auto;
    padding-bottom: 40px;
    padding-left: 50px;
    text-transform: uppercase
}

.fn-showcase-card__title_right {
    text-align: right
}

.fn-showcase-card__title_center {
    text-align: center;
    /* background: #000; */
    text-shadow: 0px 0px 5px #000000;
}

@media(max-width: 575px) {
    .fn-showcase-card__title {
        font-size:19px;
        padding-bottom: 15px;
        padding-left: 15px
    }
}

.fn-showcase-card__descr {
    display: block;
    font-size: 19px;
    font-weight: 400;
    line-height: 180%;
    padding-bottom: 30px;
    text-transform: none
}

.fn-showcase-card__descr ul {
    padding-left: 20px
}

.fn-showcase-card__descr ul li {
    list-style: disc
}

.fn-showcase-card__descr ul li::marker {
    color: #dcc96c
}

@media(max-width: 575px) {
    .fn-showcase-card__descr {
        font-size:16px;
        line-height: 150%;
        padding-bottom: 15px
    }
}

.tf-modal {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden auto;
    padding: 0 10px;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 9999
}

.tf-modal._active {
    opacity: 1;
    visibility: visible
}

.tf-modal__container {
    margin: 20px 0;
    min-height: calc(100% - 40px);
    position: relative;
    z-index: 2200
}

.tf-modal__container_vertical_center {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.tf-modal__container_align_bot {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.tf-modal__plate {
    background: #e2e8f1;
    padding: 70px 100px 80px 97px;
    position: relative;
    width: 100%;
    z-index: 2000
}

@media screen and (max-width: 750px) {
    .tf-modal__plate {
        padding:45px 74px 50px 50px
    }
}

@media screen and (max-width: 600px) {
    .tf-modal__plate {
        padding:45px 15px 50px
    }
}

.tf-modal__plate_width_945 {
    max-width: 945px
}

.tf-modal__layer {
    background: rgba(27,34,51,.7);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%
}

.tf-modal__close {
    height: 17px;
    position: absolute;
    right: 25px;
    top: 30px;
    width: 17px
}

@media screen and (max-width: 600px) {
    .tf-modal__close {
        right:20px;
        top: 20px
    }
}

.tf-modal__close_success {
    right: 22px;
    top: 22px
}

.tf-modal__box {
    position: relative;
    z-index: 1000
}

.tf-modal__head {
    padding-bottom: 40px
}

@media screen and (max-width: 575px) {
    .tf-modal__head {
        padding-bottom:15px
    }
}

.tf-modal__group {
    display: flex
}

.tf-modal__icon {
    height: 100%;
    width: 100%
}

.tf-modal__icon_fill_blue {
    fill: rgba(1,52,85,.9)
}

.tf-modal__envelope {
    fill: #dcc96c;
    flex-shrink: 0;
    margin-bottom: 40px;
    width: 130px
}

@media screen and (max-width: 575px) {
    .tf-modal__envelope {
        margin-bottom:10px;
        width: 60px
    }
}

.tf-modal__title {
    color: #323232;
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 700;
    line-height: 125%;
    padding-bottom: 30px;
    position: relative
}

@media screen and (max-width: 768px) {
    .tf-modal__title {
        font-size:28px
    }
}

@media screen and (max-width: 575px) {
    .tf-modal__title {
        font-size:22px;
        padding-bottom: 14px
    }
}

.tf-modal__title:before {
    background-color: #dcc96c;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 72px
}

.tf-modal__subtitle {
    font-size: 20px;
    font-weight: 500
}

.tf-modal__footer {
    padding-top: 30px
}

@media screen and (min-width: 768px) {
    .tf-modal__footer {
        padding-top:50px
    }
}

.tf-modal__footer_align_right_desctop {
    text-align: center
}

@media screen and (min-width: 700px) {
    .tf-modal__footer_align_right_desctop {
        text-align:right
    }
}

.tf-modal__btn {
    margin-top: 24px;
    min-width: 165px
}

@media screen and (max-width: 400px) {
    .tf-modal__btn {
        width:100%
    }
}

.tf-modal-form {
    font-size: 16px
}

@media screen and (max-width: 600px) {
    .tf-modal-form {
        font-size:14px
    }
}

.tf-modal-form__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px
}

.tf-modal-form__col {
    padding: 0 12px
}

.tf-modal-form__col_w50 {
    width: 50%
}

@media screen and (max-width: 600px) {
    .tf-modal-form__col_w50 {
        padding:5px 12px;
        width: 100%
    }
}

.tf-modal-form__col_w100 {
    width: 100%
}

.tf-modal-form__input {
    background-color: transparent;
    border: 2px solid #fff;
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    line-height: 1;
    outline: none;
    padding: 8px 16px;
    width: 100%
}

.tf-modal-form__input::-webkit-input-placeholder {
    color: inherit
}

.tf-modal-form__input::placeholder {
    color: inherit
}

.tf-modal-form__input:focus {
    border: 2px solid #dcc96c
}

.tf-modal-form__warning {
    fill: #323232;
    flex-shrink: 0;
    height: 14px;
    width: 16px
}

.tf-modal-form__note {
    padding-left: 10px
}

.tf-modal-form__note a {
    text-decoration: underline
}

.tf-modal-form__policy {
    padding-top: 24px
}

@media screen and (max-width: 600px) {
    .tf-modal-form__policy {
        padding-top:12px
    }
}

.tf-modal-form__submit {
    font-size: 16px;
    margin-top: 30px;
    min-width: 164px
}

@media screen and (max-width: 600px) {
    .tf-modal-form__submit {
        margin-top:20px
    }
}

.tf-modal-form__error {
    font-size: .8em;
    line-height: 130%
}

.tf-modal-form__footer {
    display: flex;
    flex-wrap: wrap
}

.offer {
    color: #fff;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
}

.offer__wrapper {
    flex-grow: 1;
    padding-bottom: 70px;
    padding-top: 70px;
    /* margin-top: 30px; */
}

@media(max-width: 575px) {
    .offer__head {
        justify-content:center
    }
}

.offer__title {
    padding-top: 16px;
    text-align: center
}

.offer__title span {
    color: #fff;
    display: block
}

.offer__title span:nth-child(2) {
    -webkit-transform: translateX(12%);
    transform: translateX(12%)
}

@media(max-width: 720px) {
    .offer__title span:nth-child(2) {
        -webkit-transform:none;
        transform: none
    }
}

.offer__subtitle {
    font-size: 30px;
    padding-top: 26px;
    text-align: center
}

@media(max-width: 1200px) {
    .offer__subtitle {
        font-size:20px;
        padding-top: 15px
    }
}

.offer__btn {
    padding-top: 40px;
    text-align: right
}

@media(max-width: 575px) {
    .offer__btn {
        text-align:center
    }
}

.fn-examples {
    padding-bottom: 0;
    padding-top: 0;
}

@media(max-width: 575px) {
    .fn-examples {
        padding-bottom: 0;
    }
}

.fn-examples_space_top_none {
    padding-top: 0
}

.fn-examples__head {
    padding-bottom: 25px
}

.fn-examples__grid {
    margin: 0 -15px
}

.fn-examples__box {
    padding: 15px;
    width: 50%
}

@media(max-width: 820px) {
    .fn-examples__box {
        width:100%
    }
}

.examples-card {
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 19px;
    height: 100%;
    min-height: 390px;
    overflow: hidden
}

@media(max-width: 460px) {
    .examples-card {
        min-height:300px
    }
}

@media(max-width: 400px) {
    .examples-card {
        font-size:16px
    }
}

.examples-card__wrapper {
    background: rgba(26,26,26,.53);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 30px 20px 40px 30px
}

@media(max-width: 400px) {
    .examples-card__wrapper {
        padding:20px 10px
    }
}

.examples-card__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.examples-card__location {
    display: flex
}

@media(max-width: 400px) {
    .examples-card__location {
        width:100%
    }
}

.examples-card__location-icon {
    display: block;
    flex-shrink: 0;
    height: 22px;
    width: 22px
}

.examples-card__location-text {
    display: block;
    font-weight: 700;
    padding-left: 16px
}

.examples-card__list {
    padding-left: 20px
}

@media(max-width: 400px) {
    .examples-card__list {
        padding-top:10px
    }
}

.examples-card__item {
    list-style: disc;
    padding: 5px 0
}

.examples-card__item::marker {
    color: #dcc96c
}

.examples-card__title {
    display: block;
    font-size: 29px;
    font-weight: 700;
    line-height: 115%;
    margin-left: auto;
    margin-top: auto;
    max-width: 400px;
    padding-right: 20px;
    text-align: right;
    text-transform: uppercase
}

@media(max-width: 1200px) {
    .examples-card__title {
        font-size:22px
    }
}

@media(max-width: 400px) {
    .examples-card__title {
        font-size:18px;
        padding-right: 0
    }
}

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

.fn-banner__content {
    color: #fff;
    position: relative;
    z-index: 100;
    /* background: #fff; */
    /* z-index: -1; */
}

.fn-banner__bg {
    height: 100%;
    top: 0;
    width: 100%
}

.fn-banner__bg,.fn-banner__bg:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    /* background: #fff; */
}

.fn-banner__bg:before {
    content: "";
    height: 60px;
    z-index: 10
}

.fn-banner__bg_white_line:before {
    background-color: #fff
}

.fn-banner__bg_blue_line:before {
    background-color: #f7f9fb !important;
}

.fn-banner__group {
    display: flex;
    flex-wrap: wrap
}

.fn-banner__aside {
    max-width: 740px;
    padding-bottom: 150px;
    padding-right: 15px;
    padding-top: 80px;
    width: calc(100% - 500px)
}

@media(max-width: 992px) {
    .fn-banner__aside {
        max-width:100%;
        padding-bottom: 40px;
        padding-top: 20px;
        width: 100%
    }
}

.fn-banner__form {
    width: 500px
}

@media(max-width: 992px) {
    .fn-banner__form {
        margin:0 auto
    }
}

.fn-banner__inner {
    margin: 0 auto;
    max-width: 910px
}

@media(max-width: 768px) {
    .fn-banner__inner {
        max-width:500px
    }
}

.fn-banner__whatsapp {
    font-size: 18px;
    padding: 24px 40px
}

@media(max-width: 575px) {
    .fn-banner__whatsapp {
        margin-top:40px;
        padding: 20px 40px
    }
}

.fn-banner__title {
    line-height: 120%;
    padding-bottom: 40px
}

@media(max-width: 575px) {
    .fn-banner__title {
        padding-bottom:10px
    }
}

.fn-banner__descr {
    font-size: 22px;
    line-height: 150%;
    padding-bottom: 46px
}

@media(max-width: 575px) {
    .fn-banner__descr {
        font-size:17px;
        padding-bottom: 0
    }
}

.form-box {
    background-color: #f7f9fb;
    border-radius: 5px;
    color: #323232;
    padding: 50px 50px 10px;
    position: relative
}

@media(max-width: 575px) {
    .form-box {
        padding:30px 10px 25px
    }
}

.form-box:before {
    background: #323232;
    border-radius: 5px;
    bottom: 0;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    right: 0
}

.form-box__wrapper {
    position: relative;
    z-index: 100
}

.form-box__group,.form-box__wrapper_flex {
    display: flex;
    flex-wrap: wrap
}

.form-box__group {
    margin: 0 -15px
}

.form-box__col {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%
}

.form-box__col_space_top {
    padding-top: 32px
}

@media(max-width: 768px) {
    .form-box__col {
        width:100%
    }

    .form-box__col_space_top {
        padding-top: 0
    }
}

.form-box__title {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 115%;
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'roboto', sans-serif;
}

.form-box__title span {
    color: #dcc96c
}

@media(max-width: 575px) {
    .form-box__title {
        font-size:20px;
        padding-bottom: 15px
    }
}

.form-box__field {
    padding: 10px 0
}

@media(max-width: 575px) {
    .form-box__field {
        padding:5px 0
    }
}

.form-box__submit {
    margin-top: 20px
}

.form-box__policy {
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
    text-align: center
}

.form-box__policy a {
    text-decoration: underline
}

@media(max-width: 440px) {
    .form-box__policy {
        font-size:14px
    }
}

.form-box__btn {
    font-size: 21px;
    padding: 30px 40px;
    width: 100%
}

@media(max-width: 440px) {
    .form-box__btn {
        font-size:17px;
        padding: 20px 30px
    }
}

.fn-materials {
    padding-bottom: 0;
    padding-top: 0;
}

@media(max-width: 575px) {
    .fn-materials {
        padding-bottom: 0;
    }
}

.fn-materials__wrapper {
    margin: 0 auto;
    max-width: 1810px;
    padding: 0 15px
}

.fn-materials__title {
    font-weight: 800;
    padding-bottom: 25px;
    text-align: center
}

.fn-materials__grid {
    margin: 0 -15px
}

.fn-materials__bot {
    padding-top: 25px
}

.fn-materials__subtitle {
    font-size: 30px;
    font-weight: 300;
    line-height: 110%;
    padding-bottom: 15px;
    text-align: center
}

@media(max-width: 575px) {
    .fn-materials__subtitle {
        font-size:25px
    }
}

.fn-materials__box {
    padding: 15px;
    width: 20%
}

@media(max-width: 1600px) {
    .fn-materials__box {
        width:25%
    }
}

.fn-materials__card {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 190px;
    overflow: hidden;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 10px
}

.fn-materials__name {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-top: auto;
    text-transform: uppercase
}

@media(max-width: 575px) {
    .fn-materials__name {
        font-size:22px
    }
}

.fn-materials__adds {
    font-size: 24px;
    font-weight: 300;
    padding-top: 15px;
    text-align: center
}

@media(max-width: 575px) {
    .fn-materials__adds {
        font-size:20px
    }
}

.fn-brands {
    padding-bottom: 0;
    padding-top: 0px;
}

@media(max-width: 720px) {
    .fn-brands {
        padding-bottom: 0;
        padding-top: 0;
    }
}

.fn-brands__wrapper {
    margin: 0 auto;
    max-width: 1630px;
    padding: 0 15px
}

.fn-brands__head {
    padding-bottom: 25px;
    text-align: center
}

.fn-brands__title {
    padding-bottom: 20px
}

.fn-brands__subtitle {
    font-size: 30px;
    font-weight: 300;
    line-height: 110%
}

@media(max-width: 720px) {
    .fn-brands__subtitle {
        font-size:24px
    }
}

.fn-brands__grid {
    margin: 0 -15px
}

.fn-brands__box {
    padding: 15px;
    width: 20%
}

.fn-coats {
    padding: 0;
}

@media(max-width: 575px) {
    .fn-coats {
        padding:25px 0
    }
}

.fn-coats__wrapper {
    margin: 0 auto;
    max-width: 1630px;
    padding: 0 15px
}

.fn-coats__title {
    padding-bottom: 20px;
    text-align: center
}

.fn-coats__grid {
    margin: 0 -15px
}

.fn-coats__preview {
    border-radius: 5px;
    display: block;
    overflow: hidden;
    padding-top: 58.8125%;
    position: relative
}

.fn-coats__preview:before {
    border: 14px solid #e7d16a;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%
}

.fn-coats__card {
    display: block
}

.fn-coats__label {
    display: block;
    font-size: 26px;
    font-weight: 300;
    padding-top: 20px;
    text-align: center
}

@media(max-width: 575px) {
    .fn-coats__label {
        font-size:22px
    }
}

.fn-coats__box {
    padding: 20px 15px;
    width: 33.3333333333%
}

.fn-recommend {
    background-color: #f7f9fb;
    padding-bottom: 0;
    padding-top: 0;
}

@media(max-width: 500px) {
    .fn-recommend {
        padding-bottom:40px
    }
}

.fn-recommend__title {
    padding-bottom: 15px;
    text-align: center
}

.fn-recommend__grid {
    margin: 0 -15px
}

.fn-recommend__list {
    grid-gap: 20px 30px;
    display: grid;
    gap: 20px 30px;
    grid-template-columns: repeat(2,1fr);
    padding: 15px;
    width: 50%
}

@media(max-width: 992px) {
    .fn-recommend__list {
        width:100%
    }
}

@media(max-width: 575px) {
    .fn-recommend__list {
        gap:15px
    }
}

@media(max-width: 440px) {
    .fn-recommend__list {
        grid-template-columns:1fr
    }
}

.fn-recommend__box {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    height: 100%;
    padding: 15px 10px 19px 20px
}

.fn-recommend__icon {
    height: 50px;
    margin-bottom: 14px;
    width: 50px
}

@media(max-width: 1200px) {
    .fn-recommend__icon {
        height:40px;
        width: 40px
    }
}

.fn-recommend__slider {
    overflow: hidden;
    padding: 15px;
    width: 50%
}

@media(max-width: 992px) {
    .fn-recommend__slider {
        margin:0 auto;
        max-width: 640px;
        width: 100%
    }
}

.fn-recommend__slide {
    border-radius: 10px
}

.fn-recommend__descr {
    font-size: 18px
}

.fn-recommend__descr span {
    font-size: 24px;
    font-weight: 700
}

@media(max-width: 1200px) {
    .fn-recommend__descr {
        font-size:16px
    }

    .fn-recommend__descr span {
        font-size: 20px
    }
}

.fn-recommend__pager {
    bottom: 30px;
    left: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 10
}

@media(max-width: 400px) {
    .fn-recommend__pager {
        bottom:10px
    }
}

.fn-recommend .fn-mobile-slider {
    padding: 15px;
    width: 100%
}

.fn-recommend .swiper-slide {
    height: auto
}

.fn-production {
    background-color: #fff;
    padding: 0;
}

@media(max-width: 1200px) {
    .fn-production {
        padding: 0;
    }
}

.fn-production__grid {
    align-items: center;
    margin: 0 -15px
}

.fn-production__box {
    padding: 15px;
    width: 50%
}

@media(max-width: 992px) {
    .fn-production__box {
        width:100%
    }
}

.fn-production__title {
    font-weight: 800;
    padding-bottom: 30px
}

.fn-production__descr {
    font-size: 17px;
    font-weight: 300;
    line-height: 160%
}

.fn-production__video {
    border-radius: 10px;
    overflow: hidden;
    padding-top: 69.7674418605%;
    position: relative
}

.fn-production__video:before {
    background: linear-gradient(0deg,hsla(0,0%,7%,.51),hsla(0,0%,7%,.51));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fn-production__play {
    fill: #dcc96c;
    background-color: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: background-color .3s ease,fill .3s ease
}

@media(any-hover: hover) {
    .fn-production__play:hover {
        fill:#fff;
        background-color: #dcc96c
    }
}

@media(max-width: 720px) {
    .fn-production__play {
        height:60px;
        padding: 14px 12px 14px 16px;
        width: 60px
    }
}

.fn-production__list {
    margin: 0 -15px;
    padding-top: 40px
}

@media(max-width: 992px) {
    .fn-production__list {
        padding-top:20px
    }
}

@media(max-width: 575px) {
    .fn-production__list {
        margin:0 -10px
    }
}

.fn-production__col {
    padding: 15px;
    width: 25%
}

@media(max-width: 992px) {
    .fn-production__col {
        width:33.3333333333%
    }
}

@media(max-width: 720px) {
    .fn-production__col {
        width:50%
    }
}

@media(max-width: 575px) {
    .fn-production__col {
        padding:10px;
        width: 100%
    }
}

.fn-production__item {
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    height: 100%;
    padding: 20px 10px 20px 30px
}

.fn-production__number {
    color: #dcc96c;
    font-size: 32px;
    font-weight: 700
}

.fn-production__number sup {
    font-size: .6em
}

@media(max-width: 992px) {
    .fn-production__number {
        font-size:25px
    }
}

.fn-production__text {
    font-size: 18px;
    padding-top: 10px
}

@media(max-width: 992px) {
    .fn-production__text {
        font-size:16px
    }
}

.fn-equipment {
    padding: 0;
}

@media(max-width: 575px) {
    .fn-equipment {
        padding: 0;
    }
}

.fn-equipment__title {
    font-weight: 800;
    padding-bottom: 20px;
    text-align: center
}

.fn-equipment__subtitle {
    font-size: 24px;
    font-weight: 300;
    line-height: 120%
}

@media(max-width: 575px) {
    .fn-equipment__subtitle {
        font-size:18px
    }
}

.fn-equipment__head {
    padding-bottom: 45px;
    text-align: center
}

.fn-equipment__grid {
    margin: 0 -15px
}

.fn-equipment__box {
    padding: 15px;
    width: 20%
}

@media(max-width: 1400px) {
    .fn-equipment__box {
        width:25%
    }
}

.fn-equipment__picture {
    border-radius: 10px;
    display: block;
    min-height: 170px;
    overflow: hidden;
    position: relative
}

.fn-equipment__picture:before {
    background: rgba(0,0,0,.4);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}

@media(max-width: 1200px) {
    .fn-equipment__picture {
        min-height:240px
    }
}

.fn-equipment__img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.fn-equipment__name {
    bottom: 30px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 300;
    left: 10px;
    position: absolute;
    right: 10px;
    z-index: 10
}

.fn-steps {
    counter-reset: steps;
    padding: 0;
}

@media(max-width: 575px) {
    .fn-steps {
        padding: 0;
    }
}

.fn-steps__title {
    padding-bottom: 20px;
    text-align: center
}

.fn-steps__container {
    margin: 0 auto;
    max-width: 1380px;
    padding: 0 15px
}

.fn-steps__box {
    padding: 20px 0;
    width: 33.3333333333%
}

@media(max-width: 1280px) {
    .fn-steps__box {
        width:50%
    }
}

@media(max-width: 720px) {
    .fn-steps__box {
        width:100%
    }
}

.fn-steps .swiper-slide {
    height: auto
}

.fn-steps-card {
    counter-increment: steps;
    height: 100%;
    padding-left: 60px;
    position: relative
}

@media(max-width: 420px) {
    .fn-steps-card {
        padding-left:20px
    }
}

.fn-steps-card__backplate {
    background: #3e3c3c;
    border: 10px solid #454343;
    border-radius: 10px;
    color: #fff;
    height: 100%;
    overflow: hidden;
    padding: 14px 20px 26px 57px;
    position: relative;
    z-index: 10
}

@media(max-width: 420px) {
    .fn-steps-card__backplate {
        padding:10px 10px 15px 57px
    }
}

.fn-steps-card__backplate:before {
    border: 10px solid #454343;
    border-radius: 50%;
    content: "";
    height: 80px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 80px
}

.fn-steps-card__icon {
    height: 38px;
    margin-bottom: 11px;
    width: 38px
}

@media(max-width: 420px) {
    .fn-steps-card__icon {
        height:30px;
        width: 30px
    }
}

.fn-steps-card__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    padding-bottom: 8px;
    text-transform: uppercase
}

@media(max-width: 992px) {
    .fn-steps-card__title {
        font-size:19px
    }
}

@media(max-width: 420px) {
    .fn-steps-card__title {
        font-size:15px
    }
}

.fn-steps-card__descr {
    color: #aaa;
    font-size: 19px;
    line-height: 120%
}

@media(max-width: 992px) {
    .fn-steps-card__descr {
        font-size:17px
    }
}

@media(max-width: 420px) {
    .fn-steps-card__descr {
        font-size:14px
    }
}

.fn-steps-card__rounds {
    border: 1px solid rgba(196,196,196,.5);
    border-radius: 50%;
    height: 122px;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 122px
}

.fn-steps-card__rounds:before {
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    width: 100%
}

@media(max-width: 420px) {
    .fn-steps-card__rounds {
        display:none
    }
}

.fn-steps-card__number {
    background-color: #f7f9fb;
    border-radius: 50%;
    height: 70px;
    left: 30px;
    padding: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    z-index: 20
}

@media(max-width: 420px) {
    .fn-steps-card__number {
        left:0;
        -webkit-transform: translate(-10px,-50%);
        transform: translate(-10px,-50%)
    }
}

.fn-steps-card__number:before {
    align-items: center;
    background-color: #dcc96c;
    border-radius: 50%;
    color: #fff;
    content: counter(steps);
    display: flex;
    font-size: 24px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    width: 100%
}

.fn-reviews {
    color: #fff;
    padding: 100px 0
}

@media(max-width: 1200px) {
    .fn-reviews {
        padding:50px 0
    }
}

.fn-reviews__title {
    padding-bottom: 40px
}

.fn-reviews-doc {
    background: #fff;
    border: 4px solid rgba(220,201,108,.35);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 6px 19px
}

.fn-awards {
    font-size: 18px;
    line-height: 120%;
    padding: 0;
}

@media(max-width: 720px) {
    .fn-awards {
        padding: 0;
    }
}

@media(max-width: 575px) {
    .fn-awards {
        font-size:16px
    }
}

.fn-awards__title {
    padding-bottom: 25px
}

.fn-awards__head {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.fn-awards__col {
    padding: 15px;
    width: 50%
}

@media(max-width: 1200px) {
    .fn-awards__col {
        width:100%
    }
}

.fn-awards__card {
    align-items: flex-end;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,.25);
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding: 40px 50px 30px 38px
}

@media(max-width: 575px) {
    .fn-awards__card {
        padding:15px
    }
}

.fn-awards__preview {
    flex-shrink: 0;
    width: 195px
}

.fn-awards__descr {
    font-weight: 300;
    padding-left: 25px;
    width: calc(100% - 195px)
}

@media(max-width: 420px) {
    .fn-awards__descr {
        padding-left:0;
        padding-top: 15px;
        width: 100%
    }
}

.fn-awards__slider {
    padding-top: 10px
}

.fn-awards__video {
    padding-bottom: 10px;
    width: 100%
}

.fn-awards__video-group {
    align-items: center;
    display: flex;
    transition: color .3s ease
}

@media(pointer: fine)and (hover:hover) {
    .fn-awards__video-group:hover {
        color:#dcc96c
    }
}

.fn-awards__video-ic {
    height: 25px;
    width: 25px
}

.fn-awards__video-txt {
    font-size: 18px;
    font-weight: 300;
    padding-left: 5px
}

.fn-awards-slide {
    display: block
}

.fn-team {
    background-color: #f7f9fb;
    padding: 0;
}

@media(max-width: 720px) {
    .fn-team {
        padding: 0;
    }
}

.fn-team__grid {
    margin: 0 -15px
}

.fn-team__title {
    padding-bottom: 40px
}

.fn-team__box {
    padding: 15px;
    width: 25%
}

.fn-team__card {
    display: block;
    padding-top: 87.2340425532%
}

.seo-text {
    padding: 0;
    background: #f7f9fb;
}

@media(max-width: 720px) {
    .seo-text {
        padding: 0;
    }
}

.seo-text__box {
    font-weight: 300;
    position: relative
}

.seo-text__box_hidden {
    height: 200px;
    overflow: hidden;
    transition: height .4s ease
}

.seo-text__layer {
    background-image: linear-gradient(rgba(247,249,251,0),#f7f9fb);
    bottom: 0;
    height: 20%;
    left: 0;
    position: absolute;
    right: 0
}

.seo-text__btn {
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    width: 230px
}

.seo-text__btn.active:before {
    display: none
}

.seo-text__btn.active:after {
    display: inline-block
}

.seo-text__btn:before {
    content: attr(data-open-text);
    display: inline-block;
    text-decoration: underline
}

.seo-text__btn:after {
    content: attr(data-close-text);
    display: none;
    text-decoration: underline
}

.fn-contact {
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
    position: relative;
    background: #f7f9fb;
}

.fn-contact__map {
    height: 760px;
    position: relative;
    width: 100%
}

@media(max-width: 1200px) {
    .fn-contact__map {
        height:500px
    }
}

.fn-contact__title {
    left: 50%;
    position: absolute;
    top: 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100
}

@media(max-width: 575px) {
    .fn-contact__title {
        padding-bottom:30px;
        position: static;
        text-align: center;
        -webkit-transform: none;
        transform: none
    }
}

.fn-contact__info {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    left: 20%;
    max-width: 100%;
    padding: 30px 20px;
    position: absolute;
    top: 30%;
    transition-duration: .3s;
    transition-property: opacity,visibility;
    transition-timing-function: ease;
    width: 316px;
    z-index: 1000
}

.fn-contact__info.hide {
    opacity: 0;
    visibility: hidden
}

@media(max-width: 575px) {
    .fn-contact__info {
        left:50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.fn-contact__link {
    font-weight: 700
}

.fn-contact__link:hover {
    text-decoration: underline
}

.fn-contact__mail {
    margin-bottom: 1em;
    margin-top: 1em
}

.fn-contact__group {
    display: flex
}

.fn-contact__address {
    width: calc(100% - 90px)
}

.fn-contact__qr {
    flex-shrink: 0;
    width: 90px
}

.fn-contact__bot {
    max-width: 180px
}

.fn-contact__close {
    fill: #323232;
    height: 19px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 19px
}

.fn-contact__close-icon {
    fill: inherit;
    display: block;
    height: 100%;
    width: 100%
}

.fn-inner__wrapper {
    background-color: rgba(0,0,0,.6);
    color: #fff;
    flex-grow: 1;
    min-height: 360px;
    padding-bottom: 90px;
    padding-top: 150px
}

@media(max-width: 575px) {
    .fn-inner__wrapper {
        min-height:200px;
        padding-bottom: 80px;
        padding-top: 80px
    }
}

.fn-inner__title {
    font-size: 45px;
    font-weight: 700;
    line-height: 135%;
    color: #fff;
    text-transform: uppercase
}

@media screen and (max-width: 1600px) {
    .fn-inner__title {
        font-size:calc(17.5px + 1.71875vw);
        color: #fff;
    }
}

.fn-inner__content {
    max-width: 690px
}

.fn-crumbs {
    font-size: 14px;
    font-weight: 300;
    padding: 60px 0
}

@media(max-width: 850px) {
    .fn-crumbs {
        padding:20px 0
    }
}

.fn-crumbs__list {
    display: flex;
    flex-wrap: wrap
}

.fn-crumbs__item:after {
    content: "/";
    padding-left: 2px;
    padding-right: 4px
}

.fn-crumbs__item:last-child:after {
    display: none
}

.fn-crumbs__link:hover {
    text-decoration: underline
}

.fn-tech {
    padding: 40px 0
}

@media(max-width: 720px) {
    .fn-tech {
        padding:20px 0
    }
}

.fn-tech__title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 30px;
    text-transform: uppercase
}

@media(max-width: 720px) {
    .fn-tech__title {
        padding-bottom:15px
    }
}

@media(max-width: 575px) {
    .fn-tech__title {
        font-size:18px
    }
}

.fn-tech__grid {
    margin: 0 -15px
}

.fn-tech__col {
    padding: 15px;
    width: 100%;
    /* border-bottom: 1px solid; */
}

@media(max-width: 680px) {
    .fn-tech__col {
        width:100%
    }
}

.fn-tech__item {
    display: flex;
    /* transform: translateY(-1px); */
}    

.fn-tech__item:nth-child(odd) {
    background-color: #f7f9fb
}
.fn-tech__item:last-child {
    border-bottom: 1px solid #dfdfdf;
}

.fn-tech__spec {
    padding: 14px;
    width: 50%;
    border: 1px solid #dfdfdf;
    border-bottom: 0;
}

.fn-tech__spec:first-child {
    color: #868686
}

.fn-tech__spec:last-child {
    color: #323232;
    transform: translateX(-1px);
}

@media(max-width: 400px) {
    .fn-tech__spec {
        font-size:12px;
        padding: 10px
    }
}

.fn-similar {
    padding: 40px 0
}

@media(max-width: 720px) {
    .fn-similar {
        padding:20px 0
    }
}

.fn-similar__head {
    padding-bottom: 40px
}

@media(max-width: 575px) {
    .fn-similar__head {
        padding-bottom:15px
    }
}

.fn-similar-card {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    height: 100%
}

@media(max-width: 575px) {
    .fn-similar-card {
        font-size:15px
    }
}

.fn-similar-card__preview {
    border-radius: 5px;
    padding-top: 66.2337662338%
}

.fn-similar-card__img {
    border-radius: 5px
}

.fn-similar-card__title {
    font-weight: 700;
    padding: 16px 0;
    text-transform: uppercase
}

@media(max-width: 575px) {
    .fn-similar-card__title {
        padding:10px 0
    }
}

.fn-similar-card__footer {
    align-items: center;
    border-top: 1px solid #dfdfdf;
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 16px
}

@media(max-width: 575px) {
    .fn-similar-card__footer {
        padding-top:10px
    }
}

.fn-similar-card__price {
    font-weight: 300;
    padding-right: 10px;
    width: calc(100% - 40px)
}

.fn-similar-card__price sup {
    font-size: .6em
}

.fn-similar-card__price span {
    font-size: 1.2em;
    font-weight: 500
}

.fn-similar-card__link {
    fill: #fff;
    background-color: #e7d16a;
    border-radius: 2px;
    display: block;
    height: 40px;
    padding: 9px;
    transition: background-color .3s ease;
    width: 40px
}

@media(any-hover: hover) {
    .fn-similar-card__link:hover {
        background-color:#d2ba43
    }
}

.fn-similar-card__arrow {
    fill: inherit;
    display: block;
    height: 100%;
    width: 100%
}

.prod-info {
    font-size: 16px
}

.prod-info_space_bot {
    padding-bottom: 45px
}

@media(max-width: 720px) {
    .prod-info_space_bot {
        padding-bottom:20px
    }
}

.prod-info__grid {
    align-items: center
}

.prod-info__gallery {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    width: 62.1212121212%
}

@media(max-width: 1400px) {
    .prod-info__gallery {
        -webkit-transform:none;
        transform: none
    }
}

.prod-info__descr {
    padding-left: 50px;
    width: 37.8787878788%
}

.prod-info__slide {
    padding-top: 65.963060686%;
    position: relative
}

.prod-info__slide:before {
    border: 4px solid #dcc96c;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.prod-info__main {
    position: relative
}

.prod-info__child {
    padding-top: 20px
}

.prod-info__arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
}

.prod-info__arrow_prev {
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.prod-info__arrow_next {
    right: 0;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%)
}

.prod-info__key {
    color: #868686;
    padding-bottom: 10px
}

.prod-info__key_mobile {
    display: none
}

.prod-info__title {
    font-size: 35px;
    font-weight: 500;
    line-height: 110%;
    padding-bottom: 20px
}

.prod-info__title_mobile {
    display: none
}

.prod-info__txt {
    font-size: 17px;
    font-weight: 300
}

.prod-info__note {
    color: #868686;
    padding-bottom: 10px
}

.prod-info__materials {
    padding-bottom: 30px;
    padding-top: 30px
}

.prod-info__list {
    grid-gap: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4,1fr)
}

.prod-info__view {
    padding-top: 62.8571428571%
}

.prod-info__name {
    font-size: 18px;
    padding-top: 10px
}

.prod-info__cost {
    color: #868686;
    font-size: 20px;
    padding-bottom: 10px
}

.prod-info__price {
    font-size: 24px;
    font-weight: 500;
    line-height: 120%
}

.prod-info__price span {
    font-size: 1.6em
}

.prod-info__footer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px
}

.prod-info__btn {
    padding: 24px 30px;
    width: 225px
}

.prod-info__adds {
    padding-left: 30px;
    width: calc(100% - 225px)
}

.prod-info__icon {
    flex-shrink: 0;
    width: 24px
}

.prod-info__subs {
    align-items: center;
    display: flex;
    padding: 5px 0
}

.prod-info__subs-txt {
    padding-left: 10px
}

.prod-info .swiper-slide-thumb-active .prod-info__slide:before {
    opacity: 1
}

@media(max-width: 1280px) {
    .prod-info__grid {
        align-items:flex-start
    }

    .prod-info__descr,.prod-info__gallery {
        width: 50%
    }

    .prod-info__title {
        font-size: 29px
    }

    .prod-info__descr {
        padding-left: 30px
    }

    .prod-info__txt {
        font-size: 15px
    }
}

@media(max-width: 850px) {
    .prod-info__gallery {
        padding-bottom:30px;
        width: 100%
    }

    .prod-info__descr {
        padding-left: 0;
        width: 100%
    }

    .prod-info__title_mobile {
        display: block
    }

    .prod-info__title_desctop {
        display: none
    }

    .prod-info__key_mobile {
        display: block
    }

    .prod-info__key_desctop {
        display: none
    }
}

@media(max-width: 575px) {
    .prod-info {
        font-size:14px
    }

    .prod-info__gallery {
        padding-left: 17px;
        padding-right: 17px
    }

    .prod-info__title {
        font-size: 25px
    }

    .prod-info__name {
        font-size: 15px
    }

    .prod-info__price {
        font-size: 20px
    }

    .prod-info__price span {
        font-size: 1.4em
    }

    .prod-info__btn {
        padding-bottom: 18px;
        padding-top: 18px
    }

    .prod-info__footer {
        padding-top: 20px
    }

    .prod-info__adds {
        grid-gap: 5px;
        display: grid;
        gap: 5px;
        grid-template-columns: repeat(2,1fr);
        padding-left: 0;
        padding-top: 20px;
        width: 100%
    }
}

@media(max-width: 390px) {
    .prod-info__list {
        grid-template-columns:repeat(2,1fr)
    }
}

.header__top {
    background: #f2f2f2;
    padding: 10px 0;	
    z-index: 3;	
    position: relative;
}
.mob_icon{
    display: none;
}
@media(max-width: 1200px) {
    .menu_block {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
    }
    .hdr-2{
        margin-top: 120px;
    }
    .mob_icon{
        display: block;
    }
}

.header__mail {
    margin-left: auto
}

@media(max-width: 600px) {
    .header__mail {
        display:none
    }
}

.header__name {
    color: #868686;
    flex-grow: 1;
    font-size: 14px;
    letter-spacing: .12em;
    padding-left: 32%;
    padding-right: 15%;
    text-transform: uppercase
}

@media(max-width: 1200px) {
    .header__name {
        padding-left:0;
        padding-right: 15%
    }
}

@media(max-width: 600px) {
    .header__name {
        padding-right:0;
        text-align: center;
        width: 100%
    }
}

.header__group {
    align-items: center;
    display: flex
}

@media(max-width: 600px) {
    .header__group {
        flex-wrap:wrap
    }
}

.header__logo {
    flex-shrink: 0;
    width: 207px;
    margin: 28px 0;
}
.header__logo_text{
    display: none;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    line-height: 100%;
}
.header__logo_text:after{
    content: 'РЕМЕСЛО';
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    position: absolute;
    bottom: 0;
}

@media(max-width: 1200px) {
    .header__logo {
        width:88px
    }
}
/*@media(max-width: 520px) {
    .header__logo_text{
        display: flex;
        justify-content: center;
        position: absolute;
        background: #fff;
        bottom: 3px;
        left: 23px;
    }
}*/

.header__bot {
    padding: 10px 0 5px
}

.header__phone {
    display: block;
    font-family: Roboto,Helvetica,Arial,"sans-serif";
    font-size: 27px;
    font-weight: 800;
    text-align: right;
    transition: color .3s ease
}

@media(any-hover: hover) {
    .header__phone:hover {
        color:#dcc96c
    }
}

@media(max-width: 992px) {
    .header__phone {
        font-size:20px
    }
}

@media(max-width: 600px) {
    .header__phone {
        display:none
    }
}

.header__action {
    flex-shrink: 0;
    margin-left: auto;
    width: 240px
}

@media(max-width: 1200px) {
    .header__action {
        align-items:center;
        display: flex;
        margin-right: auto;
        padding-left: 5px;
        padding-right: 15px;
        width: auto
    }
}

@media(max-width: 600px) {
    .header__action {
        margin-right:0
    }
}

.header__nav {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: center
}

@media(max-width: 1200px) {
    .header__nav {
        display:none
    }
}

.header__nav-item {
    padding: 5px 25px
}

.header__nav-link {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    transition: color .3s ease
}

@media(any-hover: hover) {
    .header__nav-link:hover {
        color:#dcc96c
    }
}

.header__contact,.header__grid {
    align-items: center;
    display: flex
}

.header__contact {
    justify-content: flex-end;
    padding-top: 13px;
}

@media(max-width: 1200px) {
    .header__contact {
        padding-left:15px;
        padding-top: 0
    }
}

.header__social {
    align-items: center;
    display: flex;
}

.header__social-link {
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    height: 35px;
    margin: 0 3px;
    padding: 6px;
    transition: border-color .3s ease;
    width: 35px
}

@media(any-hover: hover) {
    .header__social-link:hover {
        border-color:#dcc96c
    }
}

.header__burger {
    display: none;
    flex-shrink: 0;
    height: 40px;
    width: 40px
}

@media(max-width: 1200px) {
    .header__burger {
        display:block
    }
}

.header__burger-icon {
    fill: #323232;
    height: 100%;
    width: 100%
}

@media(max-width: 450px) {
    .header__callback {
        display:none
    }
}

.icon-link {
    fill: #d6d6d6;
    align-items: flex-end;
    display: inline-flex;
    flex-shrink: 0;
    transition: fill .3s ease,color .3s ease
}

.icon-link__icon {
    fill: inherit;
    flex-shrink: 0;
    height: 24px;
    width: 24px
}

.icon-link__txt {
    font-size: 18px;
    padding-left: 5px;
    text-decoration: underline;
    min-width: 130px;
}

@media(any-hover: hover) {
    .icon-link:hover {
        fill:#dcc96c;
        color: #dcc96c
    }
}

.navbar {
    background: rgba(29,29,29,.8);
    position: relative
}

.navbar_touch_support .navbar__toggler {
    display: block
}

.navbar__list {
    display: flex;
    justify-content: space-around;	
    width: 100%;
}

.navbar__item {
    align-items: center;
    color: #fff;
    display: flex;
    padding: 20px 10px
}

@media(any-hover: hover) {
    .navbar__item:hover .navbar__subnav {
        opacity:1;
        visibility: visible
    }
}

.navbar__item.active .navbar__subnav {
    opacity: 1;
    visibility: visible
}

.navbar__item.active .navbar__toggler {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.navbar__link {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    transition: color .3s ease
}

@media(any-hover: hover) {
    .navbar__link:hover {
        color:#dcc96c
    }
}

.navbar__toggler {
    fill: #fff;
    display: none;
    flex-shrink: 0;
    height: 20px;
    margin-left: 7px;
    padding: 4px;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    width: 20px
}

.navbar__toggler.active {
    display: block
}

.navbar__toggler-icon {
    fill: inherit;
    display: block;
    height: 100%;
    transition: fill .3s ease;
    width: 100%
}

@media(any-hover: hover) {
    .navbar__toggler:hover {
        fill:#dcc96c
    }
}

.navbar__subnav {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition-duration: .3s;
    transition-property: opacity,visibility;
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
    visibility: hidden;
    z-index: 9999999999999999999;
}

.navbar__subnav.active {
    opacity: 1;
    visibility: visible
}

.subnav {
    background-color: #fff;
    color: #323232;
    font-family: Roboto,Helvetica,Arial,"sans-serif";
    padding: 40px 0
}

.subnav__grid {
    display: flex;
    flex-wrap: wrap
}

.subnav__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    padding-bottom: 20px;
    text-transform: uppercase
}

.subnav__descr {
    color: #868686;
    font-size: 17px;
    font-weight: 300;
    line-height: 150%
}

.subnav__aside {
    padding-right: 50px;
    width: 41.6666666667%
}

.subnav__main {
    grid-gap: 30px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3,1fr);
    width: 58.3333333333%
}

.subnav-card {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    font-family: Roboto Condensed,Helvetica,Arial,"sans-serif";
    height: 100%;
    min-height: 144px;
    overflow: hidden
}

@media(any-hover: hover) {
    .subnav-card:hover .subnav-card__title {
        color:#dcc96c
    }
}

.subnav-card__backplate {
    background: rgba(0,0,0,.4);
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 15px
}

.subnav-card__head {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
    text-align: right
}

.subnav-card__head ul {
    display: inline-block
}

.subnav-card__title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: auto;
    padding-top: 10px;
    text-transform: uppercase;
    transition: color .3s ease
}

.drawer {
    background: #fff;
    bottom: 0;
    box-shadow: -6px 0 14px 2px rgba(126,126,126,.25);
    color: #323232;
    max-width: 100%;
    opacity: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: opacity .4s ease .2s,-webkit-transform .4s ease;
    transition: transform .4s ease,opacity .4s ease .2s;
    transition: transform .4s ease,opacity .4s ease .2s,-webkit-transform .4s ease;
    width: 360px;
    z-index: 8000
}

.drawer._active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .4s ease,-webkit-transform .4s ease;
    transition: transform .4s ease,opacity .4s ease;
    transition: transform .4s ease,opacity .4s ease,-webkit-transform .4s ease
}

.drawer__wrapper {
    padding: 15px
}

.drawer__head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px
}

.drawer__logo {
    width: 80px
}

.drawer__close {
    align-items: center;
    background-color: #dcc96c;
    border-radius: 5px;
    display: flex;
    height: 29px;
    justify-content: center;
    width: 29px
}

.drawer__icon {
    fill: #fff;
    height: 15px;
    width: 15px
}

.drawer__body {
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative
}

.drawer__body .simplebar-track.simplebar-vertical {
    background-color: #e5e5e5;
    width: 7px
}

.drawer__list {
    height: 100%;
    overflow: hidden;
    padding-right: 15px;
    position: relative
}

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

.drawer__link {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    transition: color .3s ease
}

@media(any-hover: hover) {
    .drawer__link:hover {
        color:#dcc96c
    }
}

.drawer__btn {
    align-items: center;
    background-color: #dcc96c;
    border-radius: 5px;
    display: flex;
    flex-shrink: 0;
    height: 29px;
    justify-content: center;
    margin-left: 10px;
    width: 29px
}

.drawer__arrow {
    fill: #fff;
    height: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 15px
}

.drawer__subnav {
    background: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
    z-index: 200
}

.drawer__subnav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.drawer__prev {
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: 15px 0 10px
}

.drawer__icon-prev {
    fill: #323232;
    height: 20px;
    width: 20px
}

.drawer__info {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding-left: 10px
}

.drawer__phone {
    display: block;
    padding-bottom: 10px;
    text-align: center
}

.drawer__callback {
    margin: 0 auto
}

.drawer__footer {
    padding-top: 10px
}

.drawer__box {
    font-size: 14px;
    padding-bottom: 10px;
    text-align: center
}
.fn-footer {
    background-color: #f7f9fb;
    font-size: 13px
}

.fn-footer__bottom {
    background-color: #323232;
    color: #fff;
    font-weight: 300;
    padding: 30px 0;
    position: relative
}

@media(max-width: 575px) {
    .fn-footer__bottom {
        padding:25px 0 20px
    }
}

.fn-footer__row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px
}

.fn-footer__col {
    padding: 5px 10px
}

@media(max-width: 575px) {
    .fn-footer__col {
        text-align:center;
        width: 100%
    }
}

.fn-footer__ant {
    font-size: 14px
}

.fn-footer__policy {
    text-align: right
}

@media(hover: hover)and (pointer:fine) {
    .fn-footer__policy:hover {
        text-decoration:underline
    }
}

.fn-footer__nav {
    border-bottom: 1px solid #dde2e8;
    padding: 60px 0 112px
}

@media(max-width: 1280px) {
    .fn-footer__nav {
        padding:30px 0 50px
    }
}

.fn-footer__shape {
    position: absolute;
    right: 30px;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 575px) {
    .fn-footer__shape {
        right:12px;
        top: 50%
    }
}

.to-top {
    fill: #323232;
    align-items: center;
    background-color: #dcc96c;
    border-radius: 50%;
    display: flex;
    height: 60px;
    justify-content: center;
    transition: background-color .3s ease;
    width: 60px
}

@media(max-width: 575px) {
    .to-top {
        height:50px;
        width: 50px
    }
}

@media(hover: hover)and (pointer:fine) {
    .to-top:hover {
        background-color:#d2ba43
    }
}

.to-top__arrow {
    fill: inherit;
    height: 12px;
    width: 22px
}

.footer-nav {
    grid-gap: 50px;
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(5,1fr)
}

@media(max-width: 1280px) {
    .footer-nav {
        gap:30px
    }
}

@media(max-width: 1100px) {
    .footer-nav {
        grid-template-columns:repeat(3,1fr)
    }
}

@media(max-width: 575px) {
    .footer-nav {
        gap:40px 20px;
        grid-template-columns: repeat(2,1fr);
        padding: 40px 0 20px
    }
}

@media(max-width: 380px) {
    .footer-nav {
        grid-template-columns:1fr
    }
}

.footer-nav__item {
    padding: 3px 0
}

.footer-nav__item_space_top {
    padding-top: 40px
}

.footer-nav__link {
    transition: color .3s ease
}

.footer-nav__link_level_1 {
    font-size: 20px;
    letter-spacing: -.6px;
    line-height: 150%;
    text-transform: uppercase
}

@media(max-width: 575px) {
    .footer-nav__link_level_1 {
        font-size:19px
    }
}

.footer-nav__link_level_2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 160%
}

@media(max-width: 575px) {
    .footer-nav__link_level_2 {
        font-size:15px
    }
}

.footer-nav__link_level_3 {
    font-size: 14px;
    font-weight: 300
}

@media(hover: hover)and (pointer:fine) {
    .footer-nav__link:hover {
        color:#dcc96c
    }
}

.footer-nav__sub_level_3 {
    padding-left: 20px
}

.footer-nav__sub_level_3 li {
    list-style-type: disc
}

.footer-contact {
    font-size: 14px;
    font-weight: 300;
    padding: 25px 0 60px
}

@media(max-width: 575px) {
    .footer-contact {
        padding:30px 0 40px
    }
}

.footer-contact__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px
}

.footer-contact__title {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
    text-transform: uppercase
}

@media(max-width: 575px) {
    .footer-contact__title {
        font-size:19px
    }
}

.footer-contact__aside {
    padding: 10px;
    width: 300px
}

@media(max-width: 575px) {
    .footer-contact__aside {
        order:1;
        padding: 10px 10px 40px;
        width: 100%
    }
}

.footer-contact__main {
    text-align: center;
    width: 404px;
}

@media(max-width: 575px) {
    .footer-contact__main {
        margin:0 auto;
        order: 3
    }
}

.footer-contact__address {
    padding-bottom: 20px
}

.footer-contact__link {
    text-decoration: underline
}

.footer-contact__logo {
    margin: 0 auto;
    max-width: 400px;
}

.footer-contact__info {
    padding: 10px;
    width: 254px
}

@media(max-width: 575px) {
    .footer-contact__info {
        order:2;
        padding: 10px 10px 40px;
        width: 100%
    }
}

.footer-contact__label {
    line-height: 110%;
    padding-top: 15px
}

.footer-contact__lang {
    align-items: center;
    display: inline-flex;
    margin-top: 20px
}

.footer-contact__lang-ic {
    flex-shrink: 0;
    height: auto;
    width: 30px
}

.footer-contact__lang-txt {
    padding-right: 10px;
    text-decoration: underline
}

.footer-contact__social {
    display: flex;
    justify-content: center;
    padding-top: 5px
}

.footer-contact__box {
    padding: 5px
}

.footer-contact__icon-link {
    height: 25px;
    width: 25px
}

.footer-contact__phone {
    padding-bottom: 13px
}

.footer-contact__email {
    font-size: 16px;
    padding-top: 13px
}

.main-phone__top {
    padding-bottom: 4px
}

.main-phone__bot {
    padding-top: 4px
}

.main-phone__link {
    font-size: 26px;
    font-weight: 800;
    transition: color .3s ease
}

@media(hover: hover)and (pointer:fine) {
    .main-phone__link:hover {
        color:#dcc96c
    }
}

.fn-messager,.fn-messager__social {
    align-items: center;
}

.footer-contact__grid .fn-messager,
.footer-contact__grid .fn-messager__social {
    display: flex;
}

.fn-messager__social {
    padding-left: 14px
}

.fn-messager__social-link {
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    height: 35px;
    margin: 0 3px;
    padding: 6px;
    transition: border-color .3s ease;
    width: 35px
}

@media(hover: hover)and (pointer:fine) {
    .fn-messager__social-link:hover {
        border-color:#dcc96c
    }
}
.art-cards {
    padding: 0;
}

@media(max-width: 992px) {
    .art-cards {
        padding-bottom: 0;
    }
}

.art-cards__intro {
    padding-bottom: 30px
}

.art-cards__title {
    padding-bottom: 40px
}

.art-cards__box {
    display: flex;
    flex-direction: column;
    min-height: 312px;
    position: relative;
    width: 33.3333333333%
}

.art-cards__box:before {
    background: linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width: 992px) {
    .art-cards__box {
        justify-content:center;
        min-height: 260px
    }
}

@media(max-width: 768px) {
    .art-cards__box {
        width:50%
    }

    .art-cards__box:last-child {
        width: 100%
    }
}

@media(max-width: 575px) {
    .art-cards__box {
        min-height:180px;
        width: 100%
    }
}

.art-cards__content {
    color: #fff;
    font-family: Roboto,Helvetica,Arial,"sans-serif";
    font-size: 24px;
    font-weight: 700;
    margin-top: auto;
    padding: 20px 20px 45px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 10
}

@media(max-width: 992px) {
    .art-cards__content {
        font-size:19px;
        margin-top: 0;
        padding: 20px
    }
}

.art-cards__rect {
    overflow: auto
}

.art-cards__img {
    height: auto;
    min-width: 860px;
    width: 100%
}

.art-coats {
    padding: 0;
}

@media(max-width: 1200px) {
    .art-coats {
        padding: 0;
    }
}

.art-coats__box {
    padding: 15px
}

.art-coats__box_w3 {
    width: 33.3333333333%
}

.art-coats__box_w4 {
    width: 25%
}

.art-coats__title {
    padding-bottom: 25px
}

.coats-card__img {
    border-radius: 5px;
    background-image: url(art-coats/img-1.jpg);
    max-width: 100%;
    display: block;
    width: 100%;
    background-size: cover;
    height: 300px;
}

.coats-card__name {
    font-family: Roboto Condensed,Helvetica,Arial,"sans-serif";
    font-size: 26px;
    font-weight: 300;
    padding-top: 20px;
    text-align: center
}

.palette {
    padding: 0;
}

@media(max-width: 992px) {
    .palette {
        padding: 0;
    }
}

.palette__wrapper {
    margin: 0 auto;
    max-width: 1810px;
    padding: 0 15px;
    width: 100%
}

.palette__title {
    padding-bottom: 20px
}

.palette__descr {
    font-size: 24px;
    font-weight: 300;
    line-height: 125%;
    padding-bottom: 25px;
    text-align: center
}

@media(max-width: 768px) {
    .palette__descr {
        font-size:20px
    }
}

.palette__body {
    align-items: center;
    display: flex;
    justify-content: center
}

.palette__slider {
    width: calc(100% - 180px)
}

@media(max-width: 575px) {
    .palette__slider {
        width:calc(100% - 116px)
    }
}

.palette__arrow {
    flex-shrink: 0
}

.palette__arrow_prev {
    margin-right: 30px
}

@media(max-width: 575px) {
    .palette__arrow_prev {
        margin-right:12px
    }
}

.palette__arrow_next {
    margin-left: 30px
}

@media(max-width: 575px) {
    .palette__arrow_next {
        margin-left:12px
    }
}

.palette__box {
    border-radius: 5px;
    padding-top: 100%
}

.palette__name {
    font-size: 26px;
    font-weight: 700;
    padding-top: 20px;
    text-transform: uppercase
}

@media(max-width: 850px) {
    .palette__name {
        font-size:20px
    }
}

@media(max-width: 575px) {
    .palette__name {
        font-size:15px;
        padding-top: 10px
    }
}

.palette__group {
    padding: 15px 0
}

@media(max-width: 575px) {
    .palette__group {
        padding:8px 0
    }
}

.order-set {
    padding: 60px 0 100px
}

.order-set__title {
    padding-bottom: 25px
}

.order-set__grid {
    margin: 0 -15px
}

.order-set__box {
    padding: 15px;
    width: 50%
}

@media(max-width: 992px) {
    .order-set__box {
        width:100%
    }
}

.order-set__card {
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    padding: 50px 60px;
    position: relative
}

.order-set__card:before {
    background: linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.6));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width: 575px) {
    .order-set__card {
        padding:30px 20px
    }
}

.order-set__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    z-index: 100
}

.order-set__heading {
    font-family: Roboto,Helvetica,Arial,"sans-serif";
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    padding-bottom: 20px;
    text-transform: uppercase
}

.order-set__heading span {
    color: #dcc96c
}

@media(max-width: 575px) {
    .order-set__heading {
        font-size:20px
    }
}

.order-set__text {
    font-size: 19px;
    line-height: 150%;
    padding-left: 20px
}

.order-set__text_space_bot_70 {
    padding-bottom: 70px
}

@media(max-width: 575px) {
    .order-set__text {
        font-size:16px
    }
}

.order-set__callback {
    margin-top: auto;
    padding: 20px 40px
}

.order-set__backplate {
    background-color: #f7f9fb;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    font-weight: 300;
    padding: 30px 30px 40px
}

.order-set__backplate_mb_30 {
    margin-bottom: 30px
}

@media(max-width: 575px) {
    .order-set__backplate {
        padding:30px 20px
    }
}

.devider {
    padding: 80px 0
}

.devider_no_space {
    padding: 0
}

.devider__wrapper {
    padding: 95px 0;
    margin-top: 0;
}

.devider__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.devider__item {
    color: #fff;
    padding: 15px;
    text-align: center;
    width: 25%
}

@media(max-width: 768px) {
    .devider__item {
        width:50%
    }
}

.devider__icon {
    display: inline-block;
    height: 50px;
    width: 50px
}

@media(max-width: 420px) {
    .devider__icon {
        height:40px;
        width: 40px
    }
}

.devider__txt {
    font-size: 20px;
    font-weight: 500;
    padding-top: 1em
}

@media(max-width: 420px) {
    .devider__txt {
        font-size:15px
    }
}

@media(max-width: 992px) {
    .devider {
        padding: 0;
    }

    .devider__wrapper {
        padding: 50px 0;
    }

    .devider__txt {
        font-size: 17px
    }
}

.fn-messager__wrapper {
    color: #fff;
    padding: 110px 0;
    text-align: center
}

@media(max-width: 720px) {
    .fn-messager__wrapper {
        padding:55px 0
    }
}

.fn-messager__title {
    padding-bottom: 20px
}

.fn-messager__descr {
    font-size: 22px;
    line-height: 150%
}

@media(max-width: 575px) {
    .fn-messager__descr {
        font-size:18px
    }
}

.fn-messager__row {
    justify-content: center;
    margin: 0 -15px;
    padding-top: 80px
}

@media(max-width: 650px) {
    .fn-messager__row {
        padding-top:25px
    }
}

.fn-messager__box {
    padding: 15px
}

.fn-messager__link {
    padding: 20px 40px
}

@media(max-width: 575px) {
    .fn-messager__link {
        padding:15px 25px
    }
}

.set-doors_space_bot {
    padding-bottom: 0;
}

@media(max-width: 720px) {
    .set-doors_space_bot {
        padding-bottom: 0;
    }
}

.set-doors_space_top {
    padding-top: 0;
}

@media(max-width: 720px) {
    .set-doors_space_top {
        padding-top: 0;
    }
}

.set-doors__title {
    padding-bottom: 40px
}

@media(max-width: 575px) {
    .set-doors__title {
        padding-bottom:15px
    }
}

.set-doors__wrapper {
    margin: 0 auto;
    max-width: 1680px;
    padding: 0 15px;
    width: 100%
}

.set-doors__grid {
    margin: 0 -15px
}

.set-doors__col {
    padding: 15px;
    width: 20%
}

.set-doors .df-slider__arrow {
    top: 37%
}

.set-doors-card__img {
    border-radius: 5px;
    height: auto;
    width: 100%
}

.set-doors-card__title {
    font-size: 26px;
    font-weight: 300;
    line-height: 126%;
    padding-top: 20px
}

@media(max-width: 992px) {
    .set-doors-card__title {
        font-size:22px
    }
}

.hl-examples {
    padding: 0;
}

@media(max-width: 768px) {
    .hl-examples {
        padding: 0;
    }
}

@media(max-width: 575px) {
    .hl-examples__title {
        font-size:20px
    }
}

.hl-examples__grid {
    margin: 0 -15px
}

.hl-examples__col {
    padding: 20px 15px;
    width: 33.3333333333%
}

@media(max-width: 768px) {
    .hl-examples__col {
        width:50%
    }
}

@media(max-width: 400px) {
    .hl-examples__col {
        width:100%
    }
}

.hl-examples__footer {
    padding-top: 0;
    text-align: center
}

.hl-kinds {
    padding: 0;
}

@media(max-width: 768px) {
    .hl-kinds {
        padding: 0;
    }
}

.hl-kinds__grid {
    margin: 0 -15px
}

.hl-kinds__title {
    padding-bottom: 25px
}

.hl-kinds__col {
    padding: 15px;
    width: 50%
}

@media(max-width: 850px) {
    .hl-kinds__col {
        width:100%
    }
}

.hl-kinds__footer {
    font-size: 24px;
    font-weight: 300;
    padding-top: 1em;
    text-align: center
}

@media(max-width: 768px) {
    .hl-kinds__footer {
        font-size:20px
    }
}

.hl-kinds-card {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 390px;
    overflow: hidden
}

@media(max-width: 650px) {
    .hl-kinds-card {
        min-height:190px
    }
}

.hl-kinds-card__backplate {
    background: linear-gradient(323.9deg,#030303,transparent 46.99%);
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    padding: 20px 40px 40px
}

@media(max-width: 650px) {
    .hl-kinds-card__backplate {
        padding:20px
    }
}

.hl-kinds-card__title {
    font-size: 29px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase
}

.hl-kinds-card__title_align_right {
    text-align: right
}

@media(max-width: 992px) {
    .hl-kinds-card__title {
        font-size:24px
    }
}

@media(max-width: 650px) {
    .hl-kinds-card__title {
        font-size:20px
    }
}

.creation__wrapper {
    color: #fff;
    padding-bottom: 140px;
    padding-top: 120px;
    position: relative
}

.creation__wrapper:before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width: 575px) {
    .creation__wrapper {
        padding:60px 0
    }
}

.creation__content {
    position: relative;
    z-index: 100
}

@media(max-width: 575px) {
    .creation__content {
        text-align:center
    }
}

.creation__note {
    font-size: 24px;
    font-weight: 300;
    line-height: 130%;
    padding-bottom: 10px
}

@media(max-width: 992px) {
    .creation__note {
        font-size:21px
    }
}

.creation__title {
    padding-bottom: 30px
}

.creation__txt {
    font-size: 22px;
    line-height: 170%;
    text-align: left
}

.creation__txt ul {
    padding-left: 22px
}

@media(max-width: 992px) {
    .creation__txt {
        font-size:19px
    }
}

@media(max-width: 575px) {
    .creation__txt {
        font-size:17px
    }
}

.creation__footer {
    padding-top: 60px
}

.room-units__grid {
    margin: 0 -15px
}

.room-units__title {
    padding-bottom: 40px;
    text-align: center;
    max-width: 790px;
    margin: 0 auto;
}

@media(max-width: 575px) {
    .room-units__title {
        padding-bottom:15px
    }
}

.room-units__box {
    padding: 15px
}

.room-units__box_type_aside {
    width: 35%
}

@media(max-width: 992px) {
    .room-units__box_type_aside {
        grid-gap:10px;
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2,1fr);
        width: 100%
    }
}

@media(max-width: 650px) {
    .room-units__box_type_aside {
        grid-template-columns:1fr
    }
}

.room-units__box_type_main {
    width: 65%
}

@media(max-width: 992px) {
    .room-units__box_type_main {
        width:100%
    }
}

.room-units__picture {
    border-radius: 5px
}

.room-units__item {
    align-items: center;
    background-color: #f2f2f2;
    border-radius: 10px;
    display: flex;
    margin-bottom: 10px;
    padding: 20px
}

.room-units__item:last-child {
    margin-bottom: 0
}

@media(max-width: 992px) {
    .room-units__item {
        margin-bottom:0
    }
}

.room-units__icon {
    flex-shrink: 0;
    width: 50px
}

@media(max-width: 992px) {
    .room-units__icon {
        width:40px
    }
}

.room-units__group {
    padding-left: 20px
}

.room-units__name {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 4px
}

@media(max-width: 992px) {
    .room-units__name {
        font-size:20px
    }
}

.room-units__txt {
    font-size: 18px;
    font-weight: 300
}

@media(max-width: 992px) {
    .room-units__txt {
        font-size:16px
    }
}

.tabs-gallery__head {
    padding-bottom: 40px
}

.tabs-gallery__group {
    grid-gap: 30px;
    display: grid;
    gap: 30px;
    grid-template-columns: 420px 1fr
}

@media(max-width: 1200px) {
    .tabs-gallery__group {
        grid-template-columns:1fr
    }
}

.tabs-gallery__box {
    overflow: hidden;
    position: relative
}

.tabs-gallery__title {
    padding-bottom: 40px
}

.tabs-gallery__item {
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    flex-grow: 1;
    font-family: Roboto,Helvetica,Arial,"sans-serif";
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 20px;
    min-height: 142px;
    padding: 40px 70px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.tabs-gallery__item:last-child {
    margin-bottom: 0
}

.tabs-gallery__item.active {
    background-color: #dcc96c
}

.tabs-gallery__item_sm {
    font-size: 20px;
    min-height: 127px;
    padding: 35px 40px;
    text-align: left;
    text-transform: none
}

@media(max-width: 1200px) {
    .tabs-gallery__item {
        font-size:20px;
        margin-bottom: 0;
        min-height: 0;
        min-height: auto;
        padding: 25px
    }
}

@media(max-width: 420px) {
    .tabs-gallery__item {
        font-size:17px;
        padding: 15px
    }
}

.tabs-gallery__note {
    display: block;
    font-size: .85em;
    font-weight: 300
}

.tabs-gallery__controls {
    display: flex;
    flex-direction: column
}

@media(max-width: 1200px) {
    .tabs-gallery__controls {
        grid-gap:20px;
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2,1fr)
    }
}

@media(max-width: 575px) {
    .tabs-gallery__controls {
        gap:10px;
        grid-template-columns: 1fr
    }
}

.tabs-gallery__grid {
    grid-gap: 30px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2,1fr)
}

.tabs-gallery__card {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    overflow: hidden
}

.tabs-gallery__card:hover .tabs-gallery__content {
    opacity: 1
}

@media(max-width: 575px) {
    .tabs-gallery__card {
        min-height:250px
    }
}

.tabs-gallery__content {
    background: linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4)),linear-gradient(47.01deg,#000 -5.23%,transparent 52.03%);
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    padding: 50px 45px;
    transition: opacity .3s ease
}

@media(any-hover: hover) {
    .tabs-gallery__content {
        opacity:0
    }
}

@media(max-width: 768px) {
    .tabs-gallery__content {
        padding:30px 10px
    }
}

.tabs-gallery__view {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease,visibility .3s ease;
    visibility: hidden
}

.tabs-gallery__view.active {
    opacity: 1;
    position: static;
    visibility: visible
}

.tabs-gallery__success {
    fill: #fff;
    flex-shrink: 0;
    height: 18px;
    width: 18px
}

.tabs-gallery__txt {
    align-items: center;
    display: flex;
    font-weight: 500;
    padding: 5px
}

.tabs-gallery__txt span {
    padding-left: 14px
}

.tabs-gallery__heading {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 15px
}

@media(max-width: 650px) {
    .tabs-gallery__heading {
        font-size:20px
    }
}

.tabs-gallery__footer {
    padding-top: 40px
}

.tabs-gallery__backplate {
    align-items: center;
    background-color: #323232;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 40px
}

@media(max-width: 575px) {
    .tabs-gallery__backplate {
        padding:16px 20px
    }
}

.tabs-gallery__adds {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    width: 406px
}

@media(max-width: 900px) {
    .tabs-gallery__adds {
        width:300px
    }
}

@media(max-width: 650px) {
    .tabs-gallery__adds {
        font-size:20px;
        width: 100%
    }
}

.tabs-gallery__list_type_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding-left: 20px;
    width: calc(100% - 406px)
}

@media(max-width: 900px) {
    .tabs-gallery__list_type_row {
        width:calc(100% - 300px)
    }
}

@media(max-width: 650px) {
    .tabs-gallery__list_type_row {
        padding-left:0;
        padding-top: 10px;
        width: 100%
    }
}

.diagram__title {
    padding-bottom: 40px
}

.diagram__grid {
    grid-gap: 30px;
    display: grid;
    gap: 30px;
    grid-template-columns: 420px 1fr
}

@media(max-width: 992px) {
    .diagram__grid {
        grid-template-columns:1fr
    }
}

.diagram__explain {
    background: #f7f9fb;
    border-radius: 5px;
    padding: 35px 30px
}

@media(max-width: 992px) {
    .diagram__explain {
        order:2
    }
}

@media(max-width: 420px) {
    .diagram__explain {
        padding:25px 12px
    }
}

@media(max-width: 992px) {
    .diagram__picture {
        order:1
    }
}

.diagram__img {
    border-radius: 5px
}

.diagram__item {
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: 300;
    padding: 7px 0
}

@media(max-width: 575px) {
    .diagram__item {
        font-size:17px
    }
}

.diagram__count {
    align-items: center;
    background: #e5e5e5;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    font-family: Roboto,Helvetica,Arial,"sans-serif";
    font-weight: 700;
    height: 40px;
    justify-content: center;
    width: 40px
}

.diagram__separator {
    padding-left: 10px;
    padding-right: 5px
}

.benefits__title {
    padding-bottom: 30px
}

.benefits__grid {
    grid-gap: 30px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2,1fr)
}

@media(max-width: 900px) {
    .benefits__grid {
        grid-template-columns:1fr
    }
}

.benefits__container {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%
}

.benefits__box {
    border-radius: 10px;
    padding: 40px 50px 60px 40px
}

.benefits__box_grey {
    fill: #c4c4c4;
    background: #f7f9fb;
    border: 1px solid #c4c4c4;
    color: #868686;
    order: 1
}

.benefits__box_secondary {
    fill: #fff;
    background-color: #dcc96c;
    order: 2
}

@media(max-width: 500px) {
    .benefits__box {
        padding:35px 15px
    }
}

.benefits__heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    padding-bottom: 8px;
    text-align: center;
    text-transform: uppercase
}

.benefits__icon {
    fill: inherit;
    display: block;
    flex-shrink: 0;
    height: 50px;
    width: 50px
}

@media(max-width: 768px) {
    .benefits__icon {
        height:40px;
        width: 40px
    }
}

.benefits__item {
    display: flex;
    font-size: 20px;
    line-height: 130%;
    padding: 10px 0
}

@media(max-width: 768px) {
    .benefits__item {
        font-size:18px
    }
}

@media(max-width: 500px) {
    .benefits__item {
        font-size:16px
    }
}

.benefits__txt {
    padding-left: 20px
}

.benefits__footer {
    padding-top: 30px
}

.benefits__backplate {
    align-items: center;
    background-color: #323232;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 50px
}

@media(max-width: 450px) {
    .benefits__backplate {
        padding:30px 15px
    }
}

.benefits__attention {
    font-family: Roboto,Helvetica,Arial,"sans-serif";
    font-size: 27px;
    font-weight: 700;
    line-height: 130%;
    padding-right: 40px;
    text-transform: uppercase;
    width: calc(100% - 540px)
}

@media(max-width: 1100px) {
    .benefits__attention {
        font-size:23px;
        padding-bottom: 20px;
        padding-right: 0;
        width: 100%
    }
}

@media(max-width: 450px) {
    .benefits__attention {
        font-size:20px
    }
}

.benefits__action {
    display: flex;
    flex-wrap: wrap;
    font-size: 22px;
    width: 540px
}

@media(max-width: 1100px) {
    .benefits__action {
        width:100%
    }
}

.benefits__label {
    cursor: auto;
    font-weight: 700;
    margin-right: 20px;
    padding: 22px 26px
}

@media(any-hover: hover) {
    .benefits__label:hover {
        background-color:transparent;
        color: #dcc96c
    }
}

@media(max-width: 575px) {
    .benefits__label {
        margin-bottom:15px;
        margin-right: 0;
        width: 100%
    }
}

.benefits__btn {
    padding: 24px 60px
}

@media(max-width: 575px) {
    .benefits__btn {
        width:100%
    }
}

.works-intro__grid {
    margin: 0 -15px
}

.works-intro__preview {
    padding-top: 100%
}

.works-intro__title {
    padding-bottom: 20px;
    text-transform: none
}

.works-intro__editor {
    font-weight: 300
}

.works-intro__box {
    padding: 15px;
    width: 50%
}

@media(max-width: 992px) {
    .works-intro__box {
        width:100%
    }

    .works-intro__box_type_preview {
        order: 2
    }

    .works-intro__box_type_descr {
        order: 1
    }
}

.works-gallery__footer {
    display: flex;
    justify-content: center;
    padding-top: 45px
}

.works-gallery__img {
    display: block
}

.works-gallery__grid {
    margin: 0 -15px
}

@media(max-width: 450px) {
    .works-gallery__grid {
        margin:0 -5px
    }
}

.works-gallery__grid_type_masonry .works-gallery__box {
    width: 50%
}

.works-gallery__grid_type_masonry .works-gallery__box .works-gallery__img {
    padding-top: 82.1705426357%
}

.works-gallery__grid_type_masonry .works-gallery__box:nth-child(7n+1) {
    width: 33.3333333333%
}

.works-gallery__grid_type_masonry .works-gallery__box:nth-child(7n+1) .works-gallery__img {
    padding-top: 126.1904761905%
}

@media(max-width: 575px) {
    .works-gallery__grid_type_masonry .works-gallery__box:nth-child(7n+1) {
        width:50%
    }

    .works-gallery__grid_type_masonry .works-gallery__box:nth-child(7n+1) .works-gallery__img {
        padding-top: 82.1705426357%
    }
}

.works-gallery__grid_type_masonry .works-gallery__box:nth-child(7n+2) {
    width: 33.3333333333%
}

.works-gallery__grid_type_masonry .works-gallery__box:nth-child(7n+2) .works-gallery__img {
    padding-top: 126.1904761905%
}

@media(max-width: 575px) {
    .works-gallery__grid_type_masonry .works-gallery__box:nth-child(7n+2) {
        width:50%
    }

    .works-gallery__grid_type_masonry .works-gallery__box:nth-child(7n+2) .works-gallery__img {
        padding-top: 82.1705426357%
    }
}

.works-gallery__grid_type_masonry .works-gallery__box:nth-child(7n+3) {
    width: 33.3333333333%
}

.works-gallery__grid_type_masonry .works-gallery__box:nth-child(7n+3) .works-gallery__img {
    padding-top: 126.1904761905%
}

@media(max-width: 575px) {
    .works-gallery__grid_type_masonry .works-gallery__box:nth-child(7n+3) {
        width:50%
    }

    .works-gallery__grid_type_masonry .works-gallery__box:nth-child(7n+3) .works-gallery__img {
        padding-top: 82.1705426357%
    }
}

.works-gallery__box {
    padding: 15px
}

@media(max-width: 450px) {
    .works-gallery__box {
        padding:5px
    }
}

.fn-doors__grid {
    margin: 0 -15px
}

.fn-doors__title {
    padding-bottom: 25px
}

.fn-doors__box {
    padding: 15px;
    width: 50%
}

.fn-doors__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px 82px 0
}

@media(max-width: 1340px) {
    .fn-doors__body {
        padding:20px 0 0
    }
}

.fn-doors__card {
    display: flex;
    flex-direction: column;
    min-height: 100%
}

.fn-doors__editor {
    font-weight: 300
}

.fn-doors__editor ol,.fn-doors__editor ul {
    padding-left: 1em
}

.fn-doors__editor li {
    padding-bottom: 1em
}

.fn-doors__footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 30px
}

.fn-doors__price {
    background-color: transparent;
    color: #323232;
    font-size: 22px;
    font-weight: 500;
    margin-right: 20px;
    padding: 22px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 60%
}

.fn-doors__price:before {
    border: 2px solid #dcc96c;
    border-radius: 10px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width: 992px) {
    .fn-doors__price {
        font-size:18px
    }
}

@media(max-width: 860px) {
    .fn-doors__price {
        margin-bottom:15px;
        margin-right: 0;
        width: 100%
    }
}

.fn-doors__btn {
    flex-shrink: 0;
    padding: 22px 40px;
    width: calc(40% - 20px)
}

@media(max-width: 860px) {
    .fn-doors__btn {
        width:100%
    }
}

.fn-doors .swiper-slide {
    height: auto
}

.door-structure__title {
    padding-bottom: 20px
}

.door-structure__grid {
    margin: 0 -15px
}

.door-structure__box {
    padding: 20px 15px;
    width: 33.3333333333%
}

@media(max-width: 992px) {
    .door-structure__box {
        width:50%
    }
}

@media(max-width: 650px) {
    .door-structure__box {
        width:100%
    }
}

.door-structure__area {
    position: relative
}

.door-structure__img {
    border-radius: 5px
}

.door-structure__txt {
    font-weight: 300;
    padding: 16px 0;
    text-align: center
}

.door-structure__subtitle {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 16px;
    text-align: center;
    text-transform: uppercase
}

.door-structure__point {
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 18px;
    padding: 4px;
    position: absolute;
    transition: all .3s ease;
    width: 18px;
    z-index: 100
}

.door-structure__point:before {
    background-color: #dcc96c;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    width: 100%
}

@media(any-hover: hover) {
    .door-structure__point:hover {
        background-color:#dcc96c;
        box-shadow: 0 4px 20px rgba(255,199,0,.51)
    }
}

.door-structure__footer {
    align-items: center;
    border-top: 1px solid #dfdfdf;
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px
}

.door-structure__price {
    font-size: 20px;
    font-weight: 300;
    padding-right: 10px;
    width: calc(100% - 160px)
}

.door-structure__price span {
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap
}

@media(max-width: 460px) {
    .door-structure__price {
        padding-bottom:15px;
        padding-right: 0;
        text-align: center;
        width: 100%
    }
}

.door-structure__btn {
    font-size: 22px;
    padding: 22px 10px;
    text-transform: uppercase;
    width: 160px
}

@media(max-width: 460px) {
    .door-structure__btn {
        width:100%
    }
}

.tooltip {
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 10px
}

.set-kitchen__container {
    margin: 0 auto;
    max-width: 1610px;
    padding: 0 15px;
    width: 100%
}

.set-kitchen__title {
    padding-bottom: 25px
}

.set-kitchen__grid {
    margin: 0 -15px
}

.set-kitchen__grid_type_few .set-kitchen__box {
    min-height: 300px;
    width: 25%
}

.set-kitchen__grid_type_few .set-kitchen__box:nth-child(7n+1),.set-kitchen__grid_type_few .set-kitchen__box:nth-child(7n+2),.set-kitchen__grid_type_few .set-kitchen__box:nth-child(7n+3) {
    min-height: 400px;
    width: 33.3333333333%
}

.set-kitchen__box {
    padding: 15px
}

.kitchen-card {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden
}

@media(max-width: 1200px) {
    .kitchen-card {
        min-height:300px
    }
}

@media(max-width: 575px) {
    .kitchen-card {
        min-height:250px
    }
}

.kitchen-card__wrapper {
    background: linear-gradient(1turn,#000 -19.87%,transparent 58.33%);
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-size: 22px;
    font-weight: 500;
    justify-content: flex-end;
    padding: 20px 100px 45px 50px
}

@media(max-width: 1400px) {
    .kitchen-card__wrapper {
        padding-left:30px;
        padding-right: 30px
    }
}

@media(max-width: 992px) {
    .kitchen-card__wrapper {
        font-size:18px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.wines-rooms__title {
    padding-bottom: 20px
}

.wines-rooms__descr {
    font-size: 18px;
    font-weight: 300;
    line-height: 150%
}

@media(max-width: 575px) {
    .wines-rooms__descr {
        font-size:16px
    }
}

.wines-rooms__grid {
    margin: 0 -15px
}

.wines-rooms__col {
    padding: 15px;
    width: 33.3333333333%
}

.wines-rooms__head {
    padding-bottom: 40px
}

.wn-card {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center
}

.wn-card__icon {
    height: 120px;
    margin-bottom: 20px;
    width: 120px
}

.wn-card__title {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 5px
}

@media(max-width: 768px) {
    .wn-card__title {
        font-size:22px
    }
}

.wn-card__descr {
    font-size: 16px;
    font-weight: 300
}

.devices__subtitle,.devices__title {
    padding-bottom: 40px
}

.devices__subtitle {
    font-size: 32px
}

@media screen and (max-width: 1600px) {
    .devices__subtitle {
        font-size:calc(17px + .9375vw)
    }
}

.devices__subtitle_center {
    text-align: center;
    font-family: 'Roboto';
    font-weight: 500;
}

.devices__controls {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px
}

.devices__btn {
    border-color: #e5e5e5;
    border-style: solid;
    font-size: 20px;
    font-weight: 500;
    padding: 23px 30px;
    text-transform: uppercase;
    width: 50%
}

.devices__btn:nth-child(odd) {
    border-radius: 5px 0 0 5px;
    border-width: 2px 0 2px 2px
}

.devices__btn:nth-child(2n+2) {
    border-radius: 0 5px 5px 0;
    border-width: 2px
}

.devices__btn.active {
    background-color: #dcc96c
}

@media(max-width: 992px) {
    .devices__btn {
        font-size:16px;
        padding: 18px 25px
    }
}

@media(max-width: 575px) {
    .devices__btn {
        width:100%
    }
}

.devices__items {
    overflow: hidden;
    position: relative
}

.devices__view {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease,visibility .3s ease;
    visibility: hidden
}

.devices__view.active {
    opacity: 1;
    position: static;
    visibility: visible
}

.devices__box_space_bot {
    padding-bottom: 59px;
}

.devices__txt {
    font-weight: 300;
    line-height: 150%;
    text-align: center
}

.device-info__head {
    grid-gap: 30px;
    align-items: center;
    display: grid;
    gap: 30px;
    grid-template-columns: 530px 1fr;
    padding-bottom: 36px
}

@media(max-width: 1200px) {
    .device-info__head {
        grid-template-columns:1fr
    }
}

.device-info__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase
}

@media(max-width: 768px) {
    .device-info__title {
        font-size:20px
    }
}

.device-info__descr {
    font-weight: 300
}

.device-info__gallery {
    grid-gap: 30px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4,1fr)
}

.device-info__card {
    border-radius: 5px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 400px;
    padding: 50px
}

@media(max-width: 575px) {
    .device-info__card {
        padding:40px 20px
    }
}

.device-txt {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.device-txt__preview {
    width: 48%
}

@media(max-width: 850px) {
    .device-txt__preview {
        order:2;
        width: 100%
    }
}

.device-txt__descr {
    padding: 20px 0 20px 36px;
    width: 52%
}

@media(max-width: 850px) {
    .device-txt__descr {
        order:1;
        padding-left: 0;
        width: 100%
    }
}

.device-txt__img {
    padding-top: 70.0934579439%
}

.device-txt__title {
    padding-bottom: 30px
}

.device-txt__text {
    font-weight: 300
}

.devices-banner__grid {
    grid-gap: 30px;
    display: grid;
    gap: 30px;
    grid-template-columns: .25fr .75fr
}

@media(max-width: 1200px) {
    .devices-banner__grid {
        grid-template-columns:1fr
    }

    .devices-banner__group {
        display: flex;
        flex-wrap: wrap
    }
}

.devices-banner__title {
    font-family: Roboto,Helvetica,Arial,"sans-serif";
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 60px
}

@media(max-width: 1200px) {
    .devices-banner__title {
        padding-bottom:30px
    }
}

.devices-banner__item {
    padding-bottom: 60px
}

.devices-banner__item:last-child {
    padding-bottom: 0
}

@media(max-width: 1200px) {
    .devices-banner__item,.devices-banner__item:last-child {
        padding:10px
    }
}

.devices-banner__gallery {
    grid-gap: 20px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2,1fr)
}

@media(max-width: 600px) {
    .devices-banner__gallery {
        grid-template-columns:1fr
    }
}

.devices-banner__card {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.devices-banner__backplate {
    background: linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4));
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    padding: 46px 50px;
    text-align: right
}

@media(max-width: 720px) {
    .devices-banner__backplate {
        padding:45px 20px
    }
}

.devices-banner__heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    padding-bottom: 10px;
    text-transform: uppercase
}

@media(max-width: 992px) {
    .devices-banner__heading {
        font-size:20px
    }
}

.manual {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 90px;
    column-gap: 90px
}

@media(max-width: 992px) {
    .manual {
        -webkit-column-gap:40px;
        column-gap: 40px
    }
}

@media(max-width: 768px) {
    .manual {
        -webkit-column-count:1;
        column-count: 1
    }
}

.manual__title {
    padding-bottom: 120px
}

@media(max-width: 992px) {
    .manual__title {
        padding-bottom:40px
    }
}

.manual__img {
    border-radius: 5px
}

.manual__item {
    padding-bottom: 60px;
    page-break-inside: avoid
}

@media(max-width: 992px) {
    .manual__item {
        padding-bottom:40px
    }
}

.manual__group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-bottom: 10px
}

.manual__heading {
    font-family: Roboto,Helvetica,Arial,"sans-serif";
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    padding: 10px
}

@media(max-width: 768px) {
    .manual__heading {
        font-size:20px
    }
}

.manual__date {
    color: #868686;
    font-size: 20px;
    margin-left: auto;
    padding: 10px
}

@media(max-width: 768px) {
    .manual__date {
        font-size:16px
    }
}

.manual__body {
    padding-top: 30px
}

@media(max-width: 575px) {
    .manual__body {
        padding-top:10px
    }
}

.manual__txt {
    font-weight: 300;
    line-height: 150%;
    padding-bottom: 30px
}

.manual__btn {
    font-size: 18px;
    padding: 20px 45px
}

@media(max-width: 575px) {
    .manual__btn {
        font-size:16px
    }
}

.wins-gallery {
    margin: 0 auto;
    max-width: 1920px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%
}

@media(max-width: 1200px) {
    .wins-gallery {
        padding-left:15px;
        padding-right: 15px
    }
}

.wins-gallery__slider {
    position: relative
}

.wins-gallery__title {
    padding-bottom: 40px
}

@media(max-width: 575px) {
    .wins-gallery__title {
        padding-bottom:20px
    }
}

.wins-gallery__arrow {
    position: absolute;
    top: 50%;
    z-index: 1000
}

.wins-gallery__arrow_prev {
    left: 15%
}

.wins-gallery__arrow_next,.wins-gallery__arrow_prev {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wins-gallery__arrow_next {
    right: 15%
}

@media(max-width: 1100px) {
    .wins-gallery__arrow_prev {
        left:7%
    }

    .wins-gallery__arrow_next {
        right: 7%
    }
}

.wins-gallery__img {
    border-radius: 5px;
    opacity: .6
}

.wins-gallery .swiper-slide-active .wins-gallery__img {
    opacity: 1
}

img.fn-similar-card__img._fw {
    max-height: 481px;
    min-height: 481px;
    /* min-height: calc(100% - 110px); */
}

	.wrapper-norm.header2::before {	
    content: "";	
    display: block;	
    position: absolute;	
    /* background: rgb(0 0 0 / 62%); */	
    width: 100%;	
    height: calc(100% + 40px);	
    z-index: 33;	
    top: -40px;	
}	
.wrapper-norm.header2 {	
    z-index: 1;	
}	
.wrapper-norm.header2 * {	
    z-index: 100 !important;	
    position: relative;	
}	
.load-more {	
    display: none!important;	
}	
.modern-page-navigation {	
    display: none !important;	
}	
a[href$="switch_lang=Y"] {	
    display: none!important;	
}	
a.search-top.js-search.not-scroll {	
    display: none!important;	
}	
.footer-form {	
    display: none!important;	
}	
.btn-show {	
    display: none!important;	
}	
.header__bot {	
    background: #fff;	
    z-index: 3;	
    position: relative;	
}	
.header:before {	
    content: "";	
    position: absolute;	
    z-index: 1;	
    background: rgb(0 0 0 / 40%);	
    width: 100%;	
    height: 100%;	
}	
.header {	
    overflow: hidden;	
    position: relative;	
}	
.btn_free_calc {	
    fill: #fff;	
    background: linear-gradient(265.08deg,#dcc96c 16.63%,#c8b350 76.7%);	
    box-shadow: 0 4px 44px rgba(255,199,0,.51), inset 0 -4px 5px #9e8e3f;	
    color: #fff;	
}	
body {	
    overflow-x: hidden !important;	
}
.hl-examples .pagination {
	display: none;
}
.arrow__up {
    position: fixed;
    bottom: 72px;
    display: block;
    left: 126px;
    cursor: pointer;
    background: #fff;
    border-radius: 30px;
    opacity: 1 !important;
    z-index: 2000000;
    transition: opacity .3s;
    fill: #fff;
    background: linear-gradient(265.08deg,#dcc96c 16.63%,#c8b350 76.7%);
    box-shadow: 0 4px 44px rgba(255,199,0,.51), inset 0 -4px 5px #9e8e3f;
    color: #fff;
}
@media (max-width: 520px) {
    .arrow__up{
        display: none;
    }
}
.fn-banner__bg:before {
    background: #f7f9fb;
    z-index:1;
}
.fscreen__main .js-main-slider .swiper-slide {
    padding-bottom: 30px;
}
 [data-srt] {
    padding: 40px 0 40px;
    /* margin-bottom: 40px; */
    display: block;
}
.notmargin {
	margin:0!important;
	padding:0!important;
}
.fn-banner {
    background: #f7f9fb;
}

.fn-examples {
    background: #f7f9fb;
}
.works-intro {
    background: #f7f9fb;
}

.works-gallery__grid.works-gallery__grid_type_masonry._flex {
    background: #f7f9fb;
}
.creation__txt li {
    list-style: disc;
}
.nl:hover {
    color: #d0bc5c;
}
.fn-similar-card__preview {
    border-radius: 5px;
    padding-top: 66.2337662338%
}

.fn-similar-card__preview_vertical {
    padding-top: 126.1904761905%
}
.fancybox-container * {
    box-sizing: border-box;
    font-family: 'Roboto';
}
.fn-showcase-card__title a:hover {
    color: #dcc96c;
}