@import url(fontello.css);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* -------------------------------
    Global 
------------------------------- */
html, body {
    height: 100%;
}

html {
    background: #eaeaea;
}

body {
    min-width: 320px;
    font-family: 16px/1.65  'Inter', sans-serif;
}

body,
dl, dd,
blockquote, fieldset, legend {
    margin: 0;
    padding: 0;
}

fieldset {
    border: none;
}

table {
    border: none;
    border-collapse: collapse;
}

th, td {
    vertical-align: top;
}

th {
    text-align: left;
    font-weight: normal;
}

address {
    font-style: normal;
}

p, ul, ol {
    margin: 0 0 1.65em 0;
}

img {
    max-width: 100%;
    vertical-align: top;
}

iframe[src="//t.insigit.com/nsapi/static/partners.html"] {
    display: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}



#wrapper {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1950px;
    min-height: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.in {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

/* -------------------------------
    Txt
------------------------------- */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.eot');
    src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.6em 0;
    line-height: 1.2;
    letter-spacing: normal;
}

h1 {
    margin-bottom: 0.5em;
    font-size: 48px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size:;
}

h5 {
    font-size:;
}

h6 {
    font-size:;
}

.title1 {
    margin: 0 0 0.5em 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: normal;
}

.title2 {
    margin: 0 0 0.6em 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: normal;
}

.title3 {
    margin: 0 0 0.6em 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: normal;
}

.title4 {
    margin: 0 0 0.6em 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: normal;
}

.title5 {
    margin: 0 0 0.6em 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: normal;
}

.tbl_hide,
.tbl_hide th,
.tbl_hide td {
    border: none;
}

.tbl_border,
.tbl_border th,
.tbl_border td {
    border: 1px solid #333;
}

.tbl_overflow {
    position: relative;
    overflow: auto;
}

.tbl_overflow table {
    min-width: 640px;
}

/* -------------------------------
    Links
------------------------------- */
:focus {
    outline: none;
}

a img {
    border: none;
}

a {
    color: #b38f55;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

a[href^="tel"] {
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
}

a.lnk_v1, span.lnk_v1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
}

.frame-collection__link:hover {
    transition: transform .2s;
    transform: scale(1.03);
}

a.lnk_v1::after, span.lnk_v1::after {
    content: "\e85e";
    background: rgba(255, 255, 255, 0.2);
    width: 28px;
    height: 28px;
    margin-left: 10px;
    border-radius: 50%;
    font-family: "fontello";
    font-weight: 700;
    font-size: 10px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}

a.lnk_v2 {
    padding-bottom: 3px;
    border-bottom: 1px solid #d1d1d1;
    line-height: 1.2;
    color: #000;
    text-decoration: none;
}

a.lnk_v2:hover {
    color: #b38f55;
}

.Search_block {
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    padding-top: 32px;
    cursor: pointer;
}

.search_results {
    width: 100%;
    position: relative;
    float:left;
    border: 1px solid #c0c0c0;
    padding: 10px;
    background-color: #fff;
    z-index: 1000;
    margin-bottom: 20px;
    max-height: 345px;
    overflow-y: scroll;
}

.search_results .row-block {
    width: 48%;
    margin:  0 1% 10px 1%;
    float:left;
    display: flex;
    align-items: center;

}
.search_results .row-block a {
    font-size: 15px;
    position: relative;
}
.search_results .row-block .product-title {
    width: calc(100% - 60px);
    display: inline-block;
    vertical-align: middle;
}
.search_results .row-block .image-box {
    float:left;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    overflow: hidden;
}
.search_results .row-block .image-box img {
    width: 100%;
}


/* -------------------------------
    Forms
------------------------------- */
.f_row {
    margin-bottom: 15px;
}

/* input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
    background: #e8e8e8;
    width: 100%;
    margin: 0;
    padding: 18px 25px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    -webkit-appearance: none;
} */

select {
    padding-top: 26px;
    padding-bottom: 9px;
    background-image: url("/assets/img/down-arrow.svg");
    background-position-x: calc(100% - 20px);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position-y: center;
}

textarea {
    height: 140px;
    overflow: auto;
    resize: none;
    vertical-align: top;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: inherit;
    opacity: 0.5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
}

input[type="submit"],
input[type="button"],
button {
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn {
    background: #b38f55;
    display: inline-block;
    min-width: 200px;
    padding: 20px 25px;
    border: none;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.btn.v1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn.v1::after {
    content: "\e85e";
    margin-left: 20px;
    font-family: "fontello";
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
}

.btn.v2 {
    background: #ededed;
    color: #000;
}

.btn.v3 {
    background: #ededed;
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
    color: #000;
    font-size: 16px;
    letter-spacing: -0.01em;
    text-transform: none;
}

body {
    padding-top: 85px;
}
/* -------------------------------
    Header
------------------------------- */
#header {
    background: #000;
    z-index: 200;
    line-height: 1.2;
    color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#header > .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1520px;
}

.logo {
    margin-right: 20px;
    padding: 20px 0;
}

.h_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none;
}

.h_menu > li {
    margin-right: 34px;
}

.h_menu > li.active > a {
    color: #b38f55;
}

.h_menu > li:last-child {
    margin-right: 0;
}

.h_menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 20px 0;
    color: inherit;
    text-decoration: none;
}

.h_menu > li.v1 > a {
    position: relative;
}

.h_menu > li.v1 > a::after {
    content: "";
    display: none;
    border-bottom: 15px solid #1e1e1e;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.h_menu > li > a:hover,
.h_menu > li.active > a,
.h_menu > li:hover > a {
    color: #b38f55;
}

.h_menu > li.v1:hover > a::after {
    display: block;
}

.hm_ddown {
    background: #1e1e1e;
    display: none;
    width: calc(100% + 80px);
    padding: 50px 40px;
    position: absolute;
    top: 100%;
    left: -40px;
}

.hm_ddown:before {
    content: '';
    width: 100%;
    height: 35px;
    position: absolute;
    top: -35px;
}

.hm_ddown .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hm_ddown ul {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    padding: 20px 15px 0 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.hm_ddown li {
    margin-bottom: 1.8em;
}

.hm_ddown a {
    color: inherit;
    text-decoration: none;
    display:block;
}

.hm_ddown a:hover {
    color: #b38f55;
}

.hm_ddown .thumb {
    -ms-flex-preferred-size: 340px;
    flex-basis: 340px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    max-width: 580px;
    height: 170px;
}

.hm_ddown .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.h_lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.h_lang a {
    margin-right: 28px;
    color: inherit;
    text-decoration: none;
}

.h_lang a:last-child {
    margin-right: 0;
}

.h_lang a:link,
.h_lang a:visited {
    color: #a5a5a5;
}

.h_lang a:hover {
    color: inherit;
}

.m_ctrl {
    display: none;
    width: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.m_ctrl::before {
    content: "";
    display: block;
    border-top: 1px solid #fff;
    margin: 4px 0;
}

.hmm_wr {
    background: #000;
    display: none;
    width: 100%;
    max-width: 375px;
    height: calc(100vh - 85px);
    padding: 30px 35px;
    position: fixed;
    top: 85px;
    right: 0;
    overflow: auto;
    color: #fff;
}

.h_menu_mob {
    margin: 0;
    padding: 0 15px;
    list-style: none;
    font-size: 18px;
}

.h_menu_mobh_menu > li.active > a {
    color: #b38f55;
}

.h_menu_mob li {
    margin-bottom: 1.05em;
}

.h_menu_mob a {
    color: inherit;
    text-decoration: none;
}

.h_menu_mob a:hover,
.h_menu_mob li.active a {
    color: #b38f55;
}

/* -------------------------------
    Main
------------------------------- */
#main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 53px 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.2;
    color: #929292;
}

.breadcrumbs li {
    margin-bottom: 0.2em;
}

.breadcrumbs li::after {
    content: "\002F";
    margin: 0 8px;
}

.breadcrumbs li:last-child::after {
    display: none;
}

.breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #000;
}

.slick-arrow {
    background: rgba(0, 0, 0, 0.1);
    width: 60px;
    min-width: auto;
    height: 60px;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    line-height: 0;
}

.slick-prev {
    left: -130px;
}

.slick-next {
    right: -130px;
}

.h_phone {
    display: none;
}

.slick-prev::before,
.slick-next::before {
    font-family: "fontello";
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
}

.slick-prev::before {
    content: "\e85d";
}

.slick-next::before {
    content: "\e85e";
}

.slick-dots {
    margin: 0;
    padding: 18px 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 12px 6px;
}

.slick-dots button {
    background: none;
    width: 17px;
    min-width: auto;
    height: 17px;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.slick-dots button::before {
    content: "";
    background: #000;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    opacity: 0.2;

}

.slick-dots li.slick-active button::before {
    opacity: 1;
}

.tabs .ui-helper-clearfix::before,
.tabs .ui-helper-clearfix::after {
    display: none;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: inherit;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0;
    padding: 0;
    float: none;
    white-space: normal;
}

.ui-tabs .ui-tabs-nav li:last-child {
    margin-right: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0;
    float: none;
    color: inherit;
    text-decoration: none;
}

.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.tabs_wr {
    padding: 0;
}

.tabs_wr .ui-tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px 35px -8px;
}

.tabs_wr .ui-tabs-nav li {
    margin: 0 8px 16px 8px;
}

.tabs_wr .ui-tabs-nav li:last-child {
    margin-right: 8px;
}

.tabs_wr .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 16px;
}

.tabs_wr .ui-tabs-nav .ui-tabs-anchor {
    display: block;
    min-width: 162px;
    padding: 18px 25px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 1.3;
    color: #636363;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
}

.tabs_wr .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background: #b38f55;
    border-color: #b38f55;
    color: #fff;
}

.tabs_wr1 {
    padding: 0;
}

.tabs_wr1 .ui-tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
    border-bottom: 1px solid #e3e3e3;
}

.tabs_wr1 .ui-tabs-nav li {
    margin-right: 1.25em;
    margin-bottom: -1px;
}

.tabs_wr1 .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
}

.tabs_wr1 .ui-tabs-nav .ui-tabs-anchor {
    display: block;
    padding: 0 0.55em 8px 0.55em;
    border-bottom: 4px solid transparent;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
}

.tabs_wr1 .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    border-color: inherit;
    color: #b38f55;
}

.tabs_wr2 {
    padding: 0;
}

.tabs_wr2 .ui-tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.tabs_wr2 .ui-tabs-nav li {
    margin-right: 30px;
}

.tabs_wr2 .ui-tabs-nav .ui-tabs-anchor {
    display: block;
    line-height: 1.2;
    color: #969696;
}

.tabs_wr2 .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    color: #000;
}

.c_wr_head {
    padding-bottom: 7px;
}

.c_wr_head .title2 {
    margin-bottom: 0.3em;
}

.c_wr_head.v1 {
    padding-right: 220px;
}

.c_wr {
    position: relative;
}

.slider .item {
    position: relative;
}

.slider img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.slider .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 720px;
    padding-top: 75px;
    padding-bottom: 50px;
}

.slider .head {
    width: 100%;
    max-width: 700px;
}

.slider .head p {
    margin-bottom: 1.1em;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.slider .title {
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 90px;
    line-height: 1;

    text-shadow:  0 0 3px white;;
}

.slider .descr {
    width: 480px;
    max-width: 80%;
    margin-left: auto;
    text-align: right;
    text-shadow:  0 0 3px white;;
}

.slider .descr .btn {
    margin-top: 22px;
}

.slider_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 70px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider_nav .slick-arrow {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.slider_nav .slick-next {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.slider_nav .slick-prev::before {
    content: "\e85f";
}

.slider_nav .slick-next::before {
    content: "\e860";
}

.slider_nav .slick-dots li {
    display: block;
}

.c_wr1 {
    padding: 40px 0;
}

.b_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.b_info .item {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 20px 10px;
    position: relative;
}

.b_info img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.b_info .descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 46vw;
    max-height: 536px;
    padding: 44px 40px 33px 40px;
    position: relative;
    font-size: 14px;
    color: #fff;
}

.b_info a.lnk_v1 {
    margin-top: auto;
    color: inherit;
}

.c_wr2 {
    padding: 33px 0;
    position: relative;
}

.c_wr2 .b_btn {
    position: absolute;
    top: 12px;
    right: 10px;
}

.b_info1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.b_info1 .item {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
}

.b_info1 .thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 182px;
    height: 182px;
    margin-left: 40px;
}

.b_info1 img {
    width: auto;
    display: block;
    margin: auto;
}

.b_info1 .descr {
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    text-decoration: none;
}
.b_info12 .item {
    position: relative;
}
.b_info12 .item .label_new {
    top: -20px;
}
a.item {
    text-decoration: none;
}

.b_info1 .title2 {
    margin-bottom: 0.9em;
    line-height: 1;

    text-decoration: none;
}

.b_info1 .descr > :last-child {
    margin-bottom: 0;
}

.carousel {
    display: block;
}

.carousel .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.carousel .item {
    height: auto;
    margin-bottom: 0 !important;
}

.c_wr3 {
    padding: 47px 0 38px 0;
}

.c_wr3.v1 {
    padding: 0 0 30px 0;
}

.b_info2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.b_info2 .thumb {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(25% - 20px);
    height: 220px;
    max-height: 220px;
    margin: 0 10px 20px 10px;
    padding: 20px;
    border: 1px solid #e5e5e5;
}

.b_info2 img {
    max-height: 100%;
    margin: auto;
}

.carousel1 {
    display: block;
}

.carousel1 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.carousel1 .thumb {
    height: auto !important;
    margin-bottom: 0;
    padding: 27px 0 !important;
    border: none;
}

.c_wr4 {
    padding: 90px 0 40px 0;
    border-top: 1px solid #e5e5e5;
}

.b_info3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.b_info3 .item {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 40px 10px;
}

.b_info3 .thumb {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 380px;
    max-height: 380px;
    margin-bottom: 22px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.b_info3 .thumb img {
    margin: auto;
    max-height: 100%;
}

.b_info3 .descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: -0.01em;
}

.b_info3 .descr img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    margin: 3px 15px 0 0;
    border-radius: 50%;
}

.b_info3 .descr p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
}

.carousel2 {
    display: block;
}

.content_wr {
    padding: 22px 0 50px 0;
}

.m_head {
    padding-bottom: 20px;
}

.m_head1 {
    background: #ccc url(/assets/img/bkg1.jpg) center 0 / cover no-repeat;
    min-height: 450px;
    margin-bottom: 25px;
    padding: 22px 0;
}

.b_info4 {}

.b_info4 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #e3e3e3;
}

.b_info4 .thumb {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 540px;
    height: 318px;
    margin-right: 60px;
}

.b_info4 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.b_info4 .descr {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    letter-spacing: -0.01em;
}

.b_info4 .title2 {
    margin: -0.25em 0 0.7em 0;
}

.post_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.65em;
    color: #888;
}

.post_info a {
    margin-right: 2.2em;
    color: inherit;
    text-decoration: none;
}

.post_info a:last-child {
    margin-right: 0;
}

.post_info a:hover {
    color: #000;
}

.b_info5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.b_info5 .item {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 30px 10px;
}

.b_info5 .thumb {
    height: 252px;
    margin-bottom: 16px;
}

.b_info5 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.b_info5 .descr {
}

.b_info5 .descr > :last-child {
    margin-bottom: 0;
}

.b_info6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.b_info6 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 20px);
    margin: 0 10px 30px 10px;
}

.b_info6 .thumb {
    height: 40vw;
    max-height: 380px;
}

.b_info6 .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.b_info6 .descr {
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px 40px 40px 40px;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

.b_info6 .descr > :last-child {
    margin-bottom: 0;
}

.b_info6 .opt {
    padding: 5px 0 10px 0;
    font-weight: 700;
}

.b_info6 .opt p {
    margin-bottom: 1em;
}

.color_v1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: middle;
}

.color_v1 span {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    border-radius: 50px;
}

.b_info7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.b_info7 .thumb {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-height: 650px;
    margin-left: 20px;
}

.b_info7 .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.b_info7 .descr {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 33px 50px 33px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    letter-spacing: -0.01em;
}

.b_info7 .head {
    padding-bottom: 10px;
}

.b_info7 .head p {
    margin-bottom: 4.5em;
}

.b_info7 .btn {
    margin-top: 23px;
}

.c_wr5 {
    padding: 35px 0;
}

.c_wr5 .in::after {
    content: "";
    display: block;
    border-bottom: 1px solid #e3e3e3;
}

.b_info8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
    padding: 60px 0 35px 0;
}

.b_info8 .item {
    width: calc(100% / 6 - 20px);
    margin: 0 10px 15px 10px;
}

.b_info8 .thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-bottom: 20px;
}

.b_info8 .thumb img {
    margin: auto 0;
    max-height: 100%;
}

.c_wr6 {
    padding: 35px 0;
}

.c_wr6 .in::after {
    content: "";
    display: block;
    border-bottom: 1px solid #e3e3e3;
}

.b_info9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.b_info9 .thumb {
    width: calc(50% - 20px);
    height: 40vw;
    max-height: 380px;
    margin: 0 10px 20px 10px;
}

.b_info9 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.m_cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
}

.m_cols .col {
    margin-bottom: 30px;
}

.m_cols .col:nth-child(1) {
    -ms-flex-preferred-size: 480px;
    flex-basis: 480px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 580px;
    margin-right: 20px;
}

.m_cols .col:nth-child(2) {
    -ms-flex-preferred-size: 480px;
    flex-basis: 480px;
}

.b_detail {
    padding-top: 30px;
}

.bd_thumb {
    height: 100vw;
    max-height: 650px;
    margin-top: 8px;
    position: relative;
}

.b_label {
    background: #000;
    min-width: 110px;
    padding: 11px;
    position: absolute;
    top: -10px;
    left: 25px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid white;
}
.b_label.label_new {
    top: 40px;
}

.bd_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bd_descr {
}

.bd_row {
    border-bottom: 1px solid #e3e3e3;
}

.bd_row.v1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
}

.bd_row.v1 .title5 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 5px 10px 5px 0;
}

.title2 a {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.bd_row.v2 {
    padding: 20px 0 10px 0;
}

.bd_row.v2 .title5 {
    margin-bottom: 1.65em;
}

.b_detail .b_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: -8px;
    margin-left: -8px;
    padding-top: 22px;
}

.b_detail .b_btn .btn {
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 230px;
    margin: 8px;
    padding-right: 15px;
    padding-left: 15px;
    height: 70px;
}
.b_detail .b_btn .btn {
    display: flex;
    align-items: center;
}
.button-text {
    vertical-align: middle;
    font-size: 16px;
    display: inline-block;
}

.bd_descr h1 {
    margin-bottom: 0.7em;
}

.color_v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.color_v2 a {
    margin: 5px 10px 5px 0;
}

.color_v2 img {
    width: 30px;
    height: 38px;
    -o-object-fit: cover;
    object-fit: cover;
}

.b_info10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.b_info10 .item {
    -ms-flex-preferred-size: 106px;
    flex-basis: 106px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 113px;
    margin: 0 5px;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
}

.b_info10 .thumb {
    width: 80px;
    height: 72px;
    margin: 0 auto 12px auto;
}

.b_info10 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bd_info {
    margin-bottom: 20px;
}

.bd_info .title2 {
    margin-bottom: 0.85em;
}

.table1 {
    width: 100%;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.table1 tr:nth-child(even) {
    background: #ededed;
}

.table1 td {
    padding: 5px 0 5px 20px;
}

.table1 tr > :last-child {
    padding-right: 20px;
}

.list1 {
    padding: 0;
    list-style: none;
    line-height: 1.2;
}

.list1 li {
    margin-bottom: 0.7em;
    padding-left: 1em;
}

.list1 li::before {
    content: "ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.c_wr7 {
}

.c_wr7 .in::after {
    content: "";
    display: block;
    border-bottom: 1px solid #e3e3e3;
}

.c_wr7 .title2 {
    margin-bottom: 1em;
}

.b_info11 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 25px -10px;
}

.b_info11 .thumb {
    width: calc(25% - 20px);
    height: 20vw;
    max-height: 218px;
    margin: 0 10px 20px 10px;
}

.b_info11 img {
    margin: auto;
    display: block;
    max-height: 100%;
}

.c_wr8 {
    padding: 35px 0;
}

.c_wr8 .in::after {
    content: "";
    display: block;
    border-bottom: 1px solid #e3e3e3;
}

.c_wr8 .title2 {
    margin-bottom: 1em;
}

.b_info12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 30px -10px;
}

.b_info12 .item {
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px;
    color: inherit;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
}

.b_info12 .thumb {
    height: 20vw;
    max-height: 218px;
    margin-bottom: 10px;
}

.b_info12 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.b_calc {
}

.b_calc_item {
    margin-bottom: 55px;
}

.b_calc .title2 {
    margin-bottom: 1.15em;
}

.b_calc .title4 {
    margin-bottom: 0.82em;
}

.hint {
    margin: 0;
    font-size: 12px;
    line-height: 1.75;
    color: #808080;
}

.switch {
    display: block;
    cursor: pointer;
}

.switch input {
    display: none;
}
.b_calc_item.select-calc {
    position: relative;
}
.b_calc_item.select-calc select {
    background-image:  url(/assets/img/down-arrow.svg);
    background-position: 97% center;
    background-repeat: no-repeat;
    background-size: 16px;
}

.switch span {
    background: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 230px;
    height: 230px;
    padding: 10px;
    border: 5px solid transparent;
    font-size: 24px;
    line-height: 1;
}

.switch img {
    max-height: 100%;
}

.switch input:checked + span {
    background: #eee;
    border-color: #000;
}

.switch.v1 span {
    width: 110px;
    height: 110px;
    margin: auto;
}
.switch.v1 ~ p {
    font-size: 14px;
    width: 80%;
    margin: auto;
}
.switch1 {
    display: block;
    cursor: pointer;
}

.switch1 input {
    display: none;
}

.switch1 span {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    height: 180px;
    padding: 14px;
    border: 1px solid #ebeae8;
}

.switch1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.switch1 input:checked + span {
    border-color: #000;
}

.b_calc_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.b_calc_row .col {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px;
    padding: 15px 0;
}

.b_info13 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.b_calc_row .b_info13 .item {
    max-width: 110px;
}
.b_info13 .item {
    margin: 0 10px 20px 10px;
    line-height: 1.2;
    text-align: center;
}

.b_info13 .switch,
.b_info13 .switch1 {
    margin-bottom: 16px;
}

.b_info13 p {
    margin: 0;
}

.b_info13.v1 {
    margin-bottom: 35px;
}

.b_calc_form {
    max-width: 280px;
}

.b_calc_form .f_row {
    position: relative;
}

.b_calc_form label {
    width: 100%;
    padding: 0 25px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.5;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.b_calc_form input {
    height: 56px;
    padding-top: 16px;
    padding-bottom: 0;
}

.b_calc_form input:focus + label,
.b_calc_form input:valid + label {
    font-size: 12px;
    top: 6px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.b_calc_form1 {
    margin-bottom: 70px;
}

.b_calc_form1 .btn {
    margin-bottom: 35px;
}

.b_calc_form2 {
    max-width: 580px;
    margin-bottom: 80px;
}

.b_calc_form2 .b_btn {
    padding-top: 25px;
}

.b_calc_total {
    padding: 40px;
    border: 1px solid #ebeae8;
    text-align: center;
}

.b_calc_total .title2 {
    margin-bottom: 0.72em;
}

.b_calc_total .title2 span {
    display: block;
    font-size: 1.6em;
}

.b_calc_total .hint {
    font-size: 14px;
}

.m_cols1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.m_cols1 .col {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px 30px 10px;
}

.m_head.m_cols1 {
    max-width: none;
}

.m_head.m_cols1 .col:nth-child(1) {
    border: none;
}

.m_head.m_cols1 a.title2 {
    line-height: inherit;
}

.m_contacts_wr {
}

.m_contacts_wr .col:nth-child(odd) {
    padding-bottom: 33px;
}

.m_contacts_wr .col:nth-child(1) {
    padding-top: 33px;
}

.m_contacts_wr .title2 {
    margin-bottom: 1em;
}

.m_contacts {
    margin-bottom: 43px;
    padding-bottom: 47px;
    border-bottom: 1px solid #e3e3e3;
}

.m_contacts:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.m_contacts dt {
}

.m_contacts dd {
    margin-bottom: 0.8em;
    font-weight: 700;
    font-size: 1.3em;
}

.m_contacts dd:last-child {
    margin: 0;
}

.m_contacts a {
    color: inherit;
    text-decoration: none;
}

.map {
    height: 100%;
    overflow: hidden;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.m_shop {
}

.m_shop .scroll-pane {
    width: 100%;
}

.b_info14 {
    padding-top: 18px;
    padding-bottom: 18px;
}

.b_info14 .item {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e3e3;
}

.b_info14 .item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.b_info14 .item > :last-child {
    margin-bottom: 0;
}

.b_info14 a {
    color: inherit;
    text-decoration: none;
}

.b_info14 p {
    margin-bottom: 0.4em;
}

.txt_v1 {
}

.txt_v1 > * {
    margin-right: 22px;
    white-space: nowrap;
}

.txt_v1 > *:last-child {
    margin-right: 0;
}

.m_cols2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.m_cols2 .col:nth-child(1) {
    -ms-flex-preferred-size: 210px;
   /* flex-basis: 210px;*/
    -ms-flex-negative: 0;
   /* flex-shrink: 0;*/
   /* margin-right: 40px;*/
}
.m_cols2 .col:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.m_cols2 .col:nth-child(2) > .b_btn {
    margin-top: 20px;
    padding-top: 50px;
    border-top: 1px solid #ededed;
}

.filter_ctrl {
    background: #b38f55;
    display: none;
    width: 50px;
    height: 50px;
    padding: 13px;
    border-radius: 50%;
    fill: #fff;
    cursor: pointer;
}

.filter {}
.filter .close {
    background: #b38f55;
    display: none;
    width: 30px;
    height: 30px;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
    fill: #fff;
    cursor: pointer;
}

.filter_item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ededed;
    line-height: 1.3;
    text-transform: uppercase;
}
.filter_title {
    padding-right: 15px;
    position: relative;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
}
.filter_descr {
    display: none;
    max-width: 210px;
    padding: 25px 0 0 0;
    font-weight: 600;
    font-size: 13px;
    color: #636363;
}
.filter_item.open .filter_descr {display: block;}

.filter_descr ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.3;
}
.filter_descr li {margin-bottom: 1em;}
.filter_descr li:last-child {margin-bottom: 0;}

.filter_descr .jq-checkbox {
    background: #f6f6f6;
    width: 15px;
    height: 15px;
    border: 1px solid #d0d0d0;
}
.filter_descr .jq-checkbox.checked .jq-checkbox__div {
    background: #b38f55;
    width: 7px;
    height: 7px;
    margin: 3px 0 0 3px;
    font-size: 0;
    line-height: 0;
}
.filter_descr .jq-checkbox.checked .jq-checkbox__div::before {display: none;}
.filter_descr .jq-checkbox.checked ~ label {
    font-weight: 700;
    color: #b38f55;
}

.filter_descr .f_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter_descr .f_row:last-child {margin-bottom: 0;}
.filter_descr input[type="text"] {
    background: #f6f6f6;
    width: 100%;
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #d0d0d0;
}

.filter .b_btn {}
.filter .b_btn .btn {width: 100%;}

.b_label1 {
    background: #b38f55;
    width: 80px;
    margin-left: -10px;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.b_label1::after {
    content: "";
    border-top: 10px solid #5a5041;
    border-left: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 0;
}

.price {
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
}
.price span {font-size: 0.52em;}
.price del {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #7b7b7b;
}
.price del span {font-size: 16px;}

.btn1 {
    background: #b38f55;
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 55px;
    color: #fff;
    text-align: center;
}


.b_info15 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.bi15_item {
    width: calc(25% - 20px);
    margin: 0 10px 50px 10px;
    position: relative;
}

.bi15_item .b_label1 {
    position: absolute;
    top: 20px;
    left: 0;
}

.bi15_thumb {
    height: 17vw;
    max-height: 200px;
    margin-bottom: 18px;
}
.bi15_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.bi15_descr {padding: 0 20px;}

.bi15_descr .title4 {
    margin-bottom: 0.1em;
    line-height: 1.4;
}

.bi15_descr p {margin-bottom: 1.4em;}

.bi15_price_wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b_info15.v1 .bi15_item {width: calc(100% / 3 - 20px);}

.popup_a {
    width: 100%;
    max-width: 900px;
    padding: 55px 60px 60px 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.popup_a .title2 {margin-bottom: 0em;}

.popup_a .fancybox-close-small {padding: 0;}

.fancybox-content {
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    opacity: 1;
}

.b_info16 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 50px
}

.bi16_thumb {
    min-width: 0;
    position: relative;
}

.bi16_thumb .b_label1 {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
}

.carousel3 {}
.carousel3 .thumb {
    height: 270px;
}
.carousel3 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.carousel4 {margin: 20px -3px 0 -3px;}
.carousel4 .thumb {
    background: #000;
    height: 65px;
    margin: 0 3px;
}
.carousel4 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.5;
}
.carousel4 .slick-current img {opacity: 1;}

.bi16_descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bi16_price_wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    padding-top: 25px;
    border-top: 1px solid #e3e3e3;
}
.bi16_price_wr .price {font-size: 33px;}
.bi16_price_wr .btn {min-width: 150px;}


.btn2 {
    background: #ffffff;
    color: #000;
    display: block;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    font-size: 13px;
    line-height: 39px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #000;
}

.btn3 {
    background: #a20f0f;
    color: #ffffff;
    display: block;
    max-width: 200px;
    /* height: 100%;
    max-height: 56px; */
    height: 56px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
}

.title6 {
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 1.444;
  /* font-weight: 200; */
  font-weight: 300;
  min-height: 50px;
}

.title6_mod1 {
 margin-bottom: 11px;
}

/* .promo-info__item:hover .title6_mod1 {
  font-weight: 200;
} */

.promo-info {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-left: -10px;
 margin-right: -10px;
}

.promo-info__item {
 width: calc(100% / 4 - 20px);
 margin: 0 10px 30px 10px;
}

.promo-info__thumb {
 position: relative;
}
 .promo-info__thumb > img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
 }

.promo-info__sign {
 width: 77px;
 height: 77px;
 position: absolute;
 top: -18px;
 right: 20px;
 background-color: #fff;
 border-radius: 50%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}

.promo-info__sign img {
 position: relative;
 top: -5px;
}

.promo-info__descr {
 padding: 40px 16px 22px 30px;
 background-color: #000;
 color: #ffffff;
}
.promo-info__descrs {
    padding: 40px 16px 22px 30px;
    background-color: #FFFFFF;
    color: #252F49;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
}
.title6 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 151.02%;
    color: #ffffff;
    min-height: 50px;
}
.btn7 {
    background: #B38F55;
    color: #ffffff;
    display: block;
    border: none;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    font-size: 13px;
    line-height: 39px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #B38F55;
}


.btn2_mod {
 margin-left: auto;
}

.sl_item {
 /* position: relative; */
 border: 1px solid #e3e3e3;
 padding: 38px 100px 40px 100px;
 margin-top: 15px;
 margin-bottom: 15px;
}

.slider2 .slick-slide {display: -webkit-box;display: -ms-flexbox;display: flex;}

.slider2 .sl_descr {
 width: 50%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}
.slider2 .sl_thumb {
 /* width: 50%; */
 position: relative;
}

.sl_thumb__descr {
 position: absolute;
 bottom: 0;
 left: 0;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 width: 100%;
 min-height: 56px;
 background-color: rgba(0, 0, 0, 0.4);
 color: #ffffff;
 font-weight: 300;
}

.slider2 .sl_descr .spacer {
 -webkit-box-flex: 1;
 -ms-flex-positive: 1;
 flex-grow: 1;
 margin: 5px;
}

.sl_title {
 font-size: 30px;
 color: #000000;
 font-weight: 800;
 line-height: 1.2;
 margin-bottom: 20px;
}

.sl_descr p {
  font-size: 16px;
  color: #000;
  line-height: 1.625;
  padding-right: 60px;
}

.slider2 .slick-prev {
  left: 20px;
}

.slider2 .slick-next {
  right: 20px;
}

/* for 2nd slider */
.slider2.v2 .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.slider2.v2 .sl_descr {
 padding-left: 60px;
}

.slider2.v2 .sl_item {
 padding-left: 80px;
}

.slider2.v2 .sl_descr p {
 padding-right: 0;
}
/* /for 2nd slider */

.sl_thumb img {
 width: 100%;
 -o-object-fit: cover;
 object-fit: cover;
}

/* -------------------------------
    Footer
------------------------------- */
#footer {
    background: #ededed;
    padding: 43px 0;
    position: relative;
    line-height: 1.2;
    color: #929292;
}

#footer a {
    color: inherit;
    text-decoration: none;
}

#footer a:hover {
    color: #000;
}

.ftr_row1 .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 84px;
    padding-bottom: 20px;
}

.ftr_row2 .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.f_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.f_menu li {
    margin: 0 40px 0.2em 0;
}

.f_menu li.active {
    color: #b38f55;
}

.f_menu li:last-child {
    margin-right: 0;
}

.copy {
    margin-right: 40px;
}

.f_contacts {
    margin-right: 40px;
}

.f_contacts a, .f_contacts span {
    margin-right: 7px;
    padding-right: 10px;
    border-right: 1px solid #c2c2c2;
    position: relative;
}

.f_contacts a:last-child, .f_contacts span:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.f_social {
    margin-left: auto;
    font-size: 20px;
    line-height: 1;
}

.f_social a {
    margin-right: 40px;
}

.f_contacts span {
    margin-right: 10px;
    cursor: pointer;
}

.f_social a:last-child, .f_contacts span:last-child {
    margin-right: 0;
}

.b_info5 .item {
    position: relative;
}

.cookie {
    position: fixed;
    height: 60px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
    background-color: #0c0c0c;
}

.cookie_body {
    max-width: 1200px;
    padding-right: 200px;
    margin: auto;
    height: 60px;
    color: white;
    line-height: 60px;
    position: relative;
}

.cookie_body button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 35px;
    padding: 10px 30px;
    margin: auto;
}

@media (max-width: 1200px) {
    .cookie {
        height: auto;
    }
    .cookie_body {
        height: auto;
        min-height: auto;
        padding: 10px 160px 0 20px;
        line-height: inherit;
    }

    .cookie_body button {
        width: 120px;
        min-width: 120px;
        right: 20px;
    }
}

@media screen and (max-width: 1440px) {
    .h_menu > li {
        margin-right: 20px;
    }

    .h_lang a {
        margin-right: 20px;
    }

    .slick-prev {
        left: -60px;
    }

    .slick-next {
        right: -60px;
    }

    .slider_nav {
        left: 10px;
    }

    .f_menu li {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1340px) {
    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }

    .slider_nav {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .slider_nav .slick-dots {
        padding: 3px 0;
    }

    .slider_nav .slick-dots li {
        display: inline-block;
    }

    .c_wr1 {
        padding-top: 0;
    }

    .carousel,
    .carousel1,
    .carousel2 {
        padding-right: 60px;
        padding-left: 60px;
    }

    .b_info7 .descr {
        padding-right: 20px;
    }

    .b_info7 .head p {
        margin-bottom: 1.65em;
    }
}

@media screen and (max-width: 1110px) {
    .b_info .descr {
        padding: 30px;
    }

    .b_info1 .item {
        padding: 30px;
    }

    .b_info1 .thumb {
        margin-left: 30px;
    }

    .b_info6 .descr {
        padding: 30px;
    }

    .bi15_item {width: calc(100% / 3 - 20px);}
    .bi15_thumb {
        height: 21vw;
        max-height: 228px;
    }

    .b_info15.v1 .bi15_item {width: calc(50% - 20px);}
    .b_info15.v1 .bi15_thumb {
        height: 32vw;
        max-height: 266px;
    }
}

@media screen and (max-width: 1250px) {

    #header > .in {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 85px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .logo {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0;
        margin-right: 0;
        max-width: 250px;
    }

    .h_phone {
        display: block;
    }
    .h_menu {
        display: none;
    }

    .h_lang {
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        margin-right: 20px;
    }

    .m_ctrl {
        display: block;
    }
    #main {
        padding-top: 0;
    }

    .slider .in {
        padding-top: 45px;
    }

    .slider .title {
        font-size: 80px;
    }
}

@media screen and (max-width: 1010px) {
 .promo-info__item {
  width: calc(100% / 2 - 20px);
 }
}

@media screen and (max-width: 980px) {
    .slick-arrow {
        width: 45px;
        height: 45px;
    }

    .slick-prev::before,
    .slick-next::before {
        font-size: 15px;
    }

    .slider .in {
        height: 100%;
        min-height: 360px;
    }

    .slider .title {
        font-size: 70px;
    }

    .slider .descr .btn {
        margin-top: 0;
    }

    .c_wr_head.v1 {
        padding-right: 0;
    }

    .b_info1 .item {
        width: calc(100% - 20px);
    }

    .c_wr1 {
        padding-bottom: 20px;
    }

    .c_wr2 {
        padding: 0;
    }

    .c_wr2 .b_btn {
        padding-top: 20px;
        position: static;
        text-align: center;
    }

    .c_wr3 {
        padding-top: 40px;
    }

    .c_wr4 {
        padding: 60px 0 20px 0;
    }

    .carousel,
    .carousel1,
    .carousel2 {
        padding-right: 45px;
        padding-left: 45px;
    }

    .carousel1 .thumb {
        padding: 0 !important;
    }

    .b_info4 .thumb {
        margin-right: 30px;
    }

    .b_info7 {
        display: block;
    }

    .b_info7 .thumb {
        height: 60vw;
        min-height: auto;
        max-height: 380px;
        margin: 0 0 30px 0;
    }

    .b_info7 .descr {
        padding: 0 0 60px 0;
        border-top: 0;
    }

    .c_wr5,
    .c_wr6 {
        padding-top: 0;
    }

    .b_info8 .item {
        width: calc(100% / 4 - 20px);
    }

    .m_cols {
        display: block;
        margin-bottom: 35px;
        padding-bottom: 10px;
    }

    .m_cols .col:nth-child(1) {
        max-width: none;
        margin-right: 0;
    }

    .m_cols .bd_thumb.col {
        max-width: 580px;
    }

    .bd_info {
        margin-bottom: 0;
    }

    .m_cols1 {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }

    .m_cols1 .col {
        margin-right: 0;
        margin-left: 0;
    }

    .map,
    .m_shop .map {
        height: 60vw;
        min-height: 320px;
        max-height: 570px;
    }

    .m_head1 {
        height: 50vw;
        min-height: 200px;
        max-height: 350px;
    }

    .m_cols2 {display: block;}

    .filter_ctrl {
        display: block;
        margin-bottom: 30px;
    }

    .filter {
        background: #fff;
        display: none;
        width: 100%;
        height: 100vh;
        max-width: 320px;
        padding: 40px 30px 30px 30px;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 200;
        overflow: auto;
    }
    .filter .close {display: block;}

    .b_info15.v1 .bi15_item {width: calc(100% / 3 - 20px);}
    .b_info15.v1 .bi15_thumb {
        height: 21vw;
        max-height: 228px;
    }

    .f_menu {
        display: block;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        width: 100%;
    }

    .ftr_row2 .in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .copy,
    .f_contacts {
        margin: 1.2em 0 0 0;
    }

    .f_social {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-left: 0;
    }

    .f_social a, .f_social span {
        margin: 0 20px;
    }

    .f_social a:last-child, .f_social span:last-child {
        margin-right: 20px;
    }

    .slider2 .slick-slide,
    .slider2.v2 .slick-slide {
     -webkit-box-orient: vertical;
     -webkit-box-direction: reverse;
     -ms-flex-direction: column-reverse;
     flex-direction: column-reverse;
    }

    .sl_item {
     padding: 38px 80px 40px 80px;
    }

    .slider2 .sl_descr {
     width: 100%;
    }
    .slider2.v2 .sl_descr {
     padding-left: 0;
    }
}

@media screen and (max-width: 850px) {
    .slider .title {
        font-size: 42px;
    }

    .slider .in {
        min-height: auto;
        padding-bottom: 0;
    }

    .b_info .item {
        width: calc(50% - 20px);
    }

    .b_info .descr {
        height: 56vw;
    }

    .b_info3 .item {
        width: calc(50% - 20px);
    }

    .b_info3 .thumb {
        height: 48vw;
    }

    .b_info4 .item {
        display: block;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .b_info4 .thumb {
        height: 60vw;
        max-height: 318px;
        margin: 0 0 30px 0;
    }

    .b_info4 .title2 {
        margin-top: 0;
    }

    .b_info5 .item {
        width: calc(50% - 20px);
    }

    .b_info5 .thumb {
        height: 40vw;
        max-height: 272px;
    }

    .b_info6 .item {
        width: calc(100% - 20px);
    }

    .b_info6 .thumb {
        height: 60vw;
    }

    .b_calc_row {
        display: block;
    }

    .bi15_item,
    .b_info15.v1 .bi15_item {width: calc(50% - 20px);}
    .bi15_thumb,
    .b_info15.v1 .bi15_thumb {
        height: 32vw;
        max-height: 266px;
    }

    .popup_a {padding: 25px 30px 30px 30px;}
    .popup_a .fancybox-close-small {padding: 10px;}

    .b_info16 {
        grid-gap: 0 30px;
    }
    .bi16_thumb {
        max-width: 290px;
        margin: 0 auto 40px auto;
    }
}

@media screen and (max-width: 780px) {
    .b_info2 .thumb,
    .b_info11 .thumb {
        width: calc(100% / 3 - 20px);
        height: 180px;
    }

    .b_info12 .item {
        width: calc(100% / 3 - 20px);
    }

    .b_info12 .thumb {
        height: 28vw;
    }

    .b_info16 {display: block;}
    .bi16_descr {display: block;}
}

@media screen and (max-width: 600px) {
    body {
        font-size: 14px;
    }

    .slider .descr {
        display: none;
    }

    .slider .in {
        height: 320px;
    }

    h1,
    .title1 {
        font-size: 30px;
    }

    h2,
    .title2 {
        font-size: 24px;
        color: black;
    }

    h3,
    .title3 {
        font-size: 20px;
    }

    .title4 {
        font-size: 16px;
    }

    .tabs_wr .ui-tabs-nav {
        margin-right: -5px;
        margin-left: -5px;
    }

    .tabs_wr .ui-tabs-nav li {
        margin: 0 5px 10px 5px;
    }

    .tabs_wr .ui-tabs-nav li:last-child {
        margin-right: 5px;
    }

    .tabs_wr .ui-tabs-nav li.ui-tabs-active {
        margin-bottom: 10px;
    }

    .tabs_wr1 .ui-tabs-nav {
        margin-bottom: 30px;
    }

    .tabs_wr1 .ui-tabs-nav .ui-tabs-anchor {
        font-size: 18px;
    }

    .breadcrumbs {
        margin-bottom: 20px;
    }

    .slider .in {
        padding-bottom: 25px;
    }

    .slider .title {
        font-size: 45px;
    }

    .b_info,
    .b_info1,
    .b_info2,
    .b_info3,
    .b_info5,
    .b_info6,
    .b_info8,
    .b_info9,
    .b_info11,
    .b_info12,
    .b_info13,
    .b_info15 {
        margin-right: -5px;
        margin-left: -5px;
    }

    .b_info .item,
    .b_info1 .item,
    .b_info2 .thumb,
    .b_info8 .item,
    .b_info9 .thumb,
    .b_info11 .thumb,
    .b_info12 .item,
    .b_info13 .item {
        margin: 0 5px 10px 5px;
        text-decoration: none;
    }

    .b_info .item,
    .b_info9 .thumb {
        width: calc(50% - 10px);
    }

    .b_info .descr {
        padding: 20px;
    }

    .b_info1 .item {
        width: calc(100% - 10px);
        padding: 20px;
    }

    .b_info1 .thumb {
        margin-left: 20px;
    }

    .b_info2 .thumb {
        width: calc(50% - 10px);
        height: 120px;
        padding: 10px;
    }

    .b_info3 .item,
    .bi15_item,
    .b_info15.v1 .bi15_item {
        width: calc(50% - 10px);
        margin-right: 5px;
        margin-left: 5px;
    }

    .b_info3 .thumb {
        padding: 10px;
    }

    .b_info5 .item {
        width: calc(50% - 10px);
        margin-right: 5px;
        margin-left: 5px;
    }

    .b_info6 .item {
        width: calc(100% - 10px);
        margin-right: 5px;
        margin-left: 5px;
    }

    .b_info6 .descr {
        padding: 20px;
    }

    .b_info8 .item {
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto;
        text-align: center;
    }

    .b_info8 .thumb img {
        margin: auto;
    }

    .b_info9 {
        padding-bottom: 10px;
    }

    .b_info11 .thumb {
        width: calc(50% - 10px);
        height: 37vw;
    }

    .b_info12 .item {
        width: calc(50% - 10px);
    }

    .b_info12 .thumb {
        height: 37vw;
    }

    .slick-arrow {
        width: 25px;
        height: 25px;
    }

    .slick-prev::before,
    .slick-next::before {
        font-size: 10px;
    }

    .carousel,
    .carousel1,
    .carousel2 {
        padding-right: 25px;
        padding-left: 25px;
    }

    .table1 td {
        padding-left: 10px;
    }

    .table1 tr > :last-child {
        padding-right: 10px;
    }

    .b_info13 .item {
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .switch span,
    .switch.v1 span {
        width: auto;
        height: 27vw;
        min-height: 130px;
        max-height: 156px;
    }

    .switch1 span {
        width: auto;
        height: 30vw;
        min-height: 130px;
        max-height: 180px;
    }

    .b_calc_item {
        margin-bottom: 30px;
    }

    .b_calc_total {
        padding: 30px;
    }

    #footer {
        padding: 35px 0;
    }

    .f_social {
        font-size: 18px;
    }

    .f_social a {
        margin: 0 10px;
    }

    .f_social a:last-child {
        margin-right: 10px;
    }

    .promo-info__item {
      width: calc(100% - 32px);
    }

    .sl_item {
     padding: 38px 60px 40px 60px;
    }
    .slider2.v2 .sl_item {
     padding-left: 60px;
    }
}

@media screen and (max-width: 550px) {
    .b_info,
    .b_info3,
    .b_info5,
    .b_info15 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .b_info .item,
    .b_info3 .item,
    .b_info5 .item,
    .bi15_item,
    .b_info15.v1 .bi15_item {
        width: calc(100% - 10px);
        max-width: 380px;
    }

    .b_info3 .thumb,
    .b_info5 .thumb,
    .bi15_thumb,
    .b_info15.v1 .bi15_thumb {
        height: 100vw;
    }

    .b_info .descr {
        height: auto;
        min-height: 275px;
        max-height: none;
    }

    .carousel2 .slick-list {
        max-width: 380px;
        margin: 0 auto;
    }

    .carousel2 .item {
        max-width: none;
    }

    .price,
    .bi16_price_wr .price {font-size: 22px;}
}

/* @media screen and (max-width: 600px) {
 .promo-info__item {
 width: calc(100% - 20px);
 }
} */

@media screen and (max-width: 480px) {
    #header > .in {
        height: 36px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .logo img {
        height: 20px;
    }

    body {
        padding-top: 0;
    }

    .hmm_wr {
        height: calc(100vh - 36px);
        top: 36px;
    }

    #main {
        padding-top: 36px;
    }

    .tabs_wr .ui-tabs-nav li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .tabs_wr .ui-tabs-nav .ui-tabs-anchor {
        min-width: 140px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .slider .head p {
        font-size: 12px;
    }

    .slider .title {
        font-size: 35px;
    }

    .c_wr_head {
        text-align: center;
    }

    .b_info1 .item {
        display: block;
        margin-bottom: 35px;
        padding: 0;
        border: none;
    }

    .b_info1 .thumb {
        width: auto;
        height: 57vw;
        max-height: 272px;
        margin: 0 0 10px 0;
    }

    .carousel .slick-arrow {
        top: 26vw;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .c_wr2 {
        padding-bottom: 50px;
        border-bottom: 1px solid #e5e5e5;
    }

    .b_detail .b_btn .btn {
        max-width: none;
    }
}

@media screen and (max-width: 360px) {
    .slider .head p {
        font-size: 10px;
    }

    .slider .title {
        font-size: 30px;
    }

    .slider .descr p {
        display: none;
    }

    .tabs_wr2 .ui-tabs-nav li {
        margin-right: 20px;
    }

    .b_calc_form {
        max-width: none;
    }

    .b_calc .btn {
        width: 100%;
    }

    .b_calc_total {
        padding: 20px;
    }

    .popup_a {padding: 15px;}
    .popup_a .title2 {
        margin-bottom: 1em;
        padding-right: 20px;
    }

    .bi16_thumb {margin-bottom: 20px;}
}

@media screen and (max-width: 480px) {
 .sl_title {
  font-size: 22px;
 }
 .sl_descr p {
  padding-right: 0;
 }
 .sl_descr p {
  font-size: 14px;
 }
}

#colors, #materials .b_info13 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
#colors .item.active span, #materials .item.active span {
    cursor: pointer;
    border-width: 3px;
    border-color: #0c0c0c;
    padding: 13px;
}
#colors .item span, #materials .item span {
    border: 1px solid #ebeae8;
    padding: 15px;
    width: 100%;
    height: 100px
}
#colors .item p, #materials .item p {
    margin-top: 16px;
    margin-bottom: 0;
    text-align: center;
    color: black;
    font-size: 14px;
}
.modal:not(#colors) {
    position: fixed;
    top: 0;
    left: 100%;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
}

.modal__item {
    position: absolute;
    max-width: 500px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-height: 500px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 2px;
}

@media (max-width: 600px) {
    .modal__item {
        width: 95%;
        margin: auto;
    }

    .logo {
        max-width: 79px;
    }
}

.modal__item .close {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
    border: transparent;
    background-color: transparent;
    background-image: url("/assets/img/cross.svg");
    height: 15px;
    width: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
}

.modal__item-title {
    background-color: rgba(0,0,0,.05);
    padding: 20px;
    font-size: 18px;
    position: relative;
}

.modal__item-body {
    padding: 20px;
}
.modal__item-body .form-group label {
    color: #888;
    font-size: 14px;
}
.modal__item-body .form-group input {
    padding: 5px 10px;
    height: 40px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
}

.modal__item-body .form-group textarea {
    padding: 10px;
    height: 90px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    font-size: 14px;
}

.modal__item-footer {
    padding: 0px 20px 60px;
    text-align: right;
    position: relative;
}

.modal__item-footer .btn {
    min-width: 120px;
    max-width: 240px;
    padding: 10px 20px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 20px;
    margin: auto;
    right: 20px;
}

@media (max-width: 600px) {
    .modal__item-footer {
        padding-bottom: 80px;
    }

    .modal__item-footer .g-recaptcha > div, .modal__item-footer .g-recaptcha iframe {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }

    .modal__item-footer .btn {
        top: auto;
        left: 0;
        right: 0;
    }


    .modal__item-footer .g-recaptcha > div {
        margin-left: -5px;
    }
}

.b_calc_item {
    position: relative;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.b_calc_item.loading {
    min-height: 200px;
}
.b_calc_item.loading:after {
    position: absolute;
    content: "";
    background-image: url("/assets/img/loading.svg");
    background-repeat: no-repeat;
    background-size: 128px;
    background-position: center;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: rgba(255,255,255,0.8)
}

.b_calc_form1 .info {
    font-size: 14px;
    margin-top: 0px;
}

label.up {
    position: absolute;
    top: 15px;
    font-size: 12px;
}

.b_info1 .item {
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    min-height: 265px;
}

.b_info1 .item .title2 {
    color: white;
    position: absolute;
    width: 55%;
    bottom: 40px;
    left: 40px;
}

.b_info1 .item .thumb {
    position: absolute;
    top: 20px;
    right: -10px;
}

.collection_label {
    background: #000;
    min-width: 110px;
    padding: 11px;
    position: absolute;
    top: 40px;
    left: 25px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid white;

}

@media (max-width: 978px) {
    .b_info1 .item .promo_img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
/*M.Chaos*/
.polzunok-container-5 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.polzunok-container-5:after {
    content: "";
    clear: both;
    display: table;
}
.polzunok-container-5 .ui-slider {
    position: relative;
    background: #b38f55a8;
    height: 10px;
    border-radius:10px;
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), 1px 1px 5px rgba(255, 255, 255, 1);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), 1px 1px 5px rgba(255, 255, 255, 1);
}
.polzunok-container-5 .ui-slider .ui-slider-handle {
    position: absolute;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 4px solid #b38f55;
    top: -11px;
    background: #FFF;
    z-index: 2;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
    -webkit-transition: border 0.4s, -webkit-transform 0.2s;
    transition: border 0.4s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, border 0.4s;
    transition: transform 0.2s, border 0.4s;
    transition: transform 0.2s, border 0.4s, -webkit-transform 0.2s;
}
.polzunok-container-5 .ui-slider .ui-slider-handle:hover,
.polzunok-container-5 .ui-slider .ui-slider-handle:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    border: 4px solid #337AB7;
}
.polzunok-input-5-left,
.polzunok-input-5-right {
    height: 15px!important;
    background: #FFF!important;
    border-radius: 0px!important;
    border: 4px solid #b38f55ad!important;
    text-align: center!important;
    font-size: 14px!important;
    padding: 10px!important;
    width: 60px!important;
    margin-top: 30px!important;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2)!important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2)!important;
}
.filter-title {
    margin-top: 20px;
}
.polzunok-input-5-left {
    float: left;
}
.polzunok-input-5-right {
    float: right;
}
.polzunok-container-5 .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 10px;
    border: 0;
    background: #b38f55;
    border-radius:10px;
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(255, 255, 255, 1);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(255, 255, 255, 1);
}
/*M.Chaos*/
.polzunok-container-5 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.polzunok-container-5:after {
    content: "";
    clear: both;
    display: table;
}
.polzunok-container-5 .ui-slider {
    position: relative;
    background: #e8e8e8a8;
    height: 6px;
    border-radius: 10px;
    width: 90%;
    margin: 0 13px 0 7px;
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), 1px 1px 5px rgba(255, 255, 255, 1);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), 1px 1px 5px rgba(255, 255, 255, 1);
}
.polzunok-container-5 .ui-slider .ui-slider-handle {
    position: absolute;
    border-radius: 50%;
    margin-left: -13px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 4px solid #e8e8e8;
    top: -6px;
    background: #FFF;
    z-index: 2;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
    -webkit-transition: border 0.4s, -webkit-transform 0.2s;
    transition: border 0.4s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, border 0.4s;
    transition: transform 0.2s, border 0.4s;
    transition: transform 0.2s, border 0.4s, -webkit-transform 0.2s;
}
.polzunok-container-5 .ui-slider .ui-slider-handle:hover,
.polzunok-container-5 .ui-slider .ui-slider-handle:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    border: 4px solid #b38f55;
}
.polzunok-input-5-left,
.polzunok-input-5-right {
    height: 15px!important;
    background: #FFF!important;
    border-radius: 0px!important;
    border: 4px solid #e8e8e8ad!important;
    text-align: center!important;
    font-size: 14px!important;
    padding: 10px!important;
    width: 60px!important;
    margin-top: 30px!important;
}
.filter-title {
    margin-top: 20px;
}
.polzunok-input-5-left {
    float: left;
}
.polzunok-container-5 {
    padding-top: 10px;
    z-index: 2;
}
.polzunok-input-5-right {
    float: right;
}
.polzunok-container-5 .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 6px;
    border: 0;
    background: #e8e8e8;
    border-radius: 10px;
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(255, 255, 255, 1);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3), 1px 1px 5px rgba(255, 255, 255, 1);
}
#scroll-to .b_info .item {
    max-height: 380px;
}
#scroll-to .b_info .title2 {
    color: #000;
    text-align: center;
    position: relative;
    top: 20%;
    text-transform: uppercase;
    font-size: 41px;
}
#scroll-to .b_info  span.lnk_v1 {
    position: relative;
    margin: 0 auto;
    top: 14%;
    background: #000;
    padding: 5px 30px;
}

.content-t {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 68px;
}
.content-t_title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 58px;
    text-transform: uppercase;
    color: #000000;
    max-width: 539px;
    width: 100%;
    margin-right: 61px;
}
.content-t_title span {
    color: #B38F55;
}
.content-t_text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
}
.content-t_text span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
}
.content-t_text-2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;   
    color: rgba(0, 0, 0, 0.8);
}
.collection {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.collection__title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;2
}
.collection__titles {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #000000; 
    margin-bottom: 15px;
}
.collection__subtitle {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    margin-bottom: 15px !important;
    max-width: 360px;
    width: 100%;
    margin: auto;
}
.collection__text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 131.02%;
    text-align: center;
    color: #000000;
    margin-bottom: 53px !important;
    max-width: 341px;
    width: 100%;
    margin: 0 auto;
}
.collection__cards {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    /* margin-top: 20px; */
}
.collection__card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-basis: 33%;
    margin: 20px 0 0 0;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    padding: 0px;
}
.collection__card-images {
    position: relative;
}
.collection__card-descr {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 379px;
}

.collection__link:hover {
    transition: transform .2s;
    transform: scale(1.08);
}

.collection__btn {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 131.02%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    width: 205px;
    height: 52px;
    border: 2px solid #000000;
    box-sizing: border-box;
    background-color: transparent;
    align-items: center;
    justify-content: center;
}
.ilab-logo {
    filter: grayscale(1) opacity(0.8);
    width: 32px;
    position: absolute;
    left: 0;
    top: -7px;
}
.f_social {
    margin-left: auto;
    font-size: 20px;
    line-height: 1;
}
.f_social {
    display: flex;
    align-items: center;
}
#youtube_icon {
    margin-top: 5px;
    width: 24px;
}
.f_social img {
    opacity: 0.4;
}
#footer a {
    color: inherit;
    text-decoration: none;
    font-size: 18px;
}
.breadcrumbs li {
    margin-bottom: 0.2em;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #929292;
}

.frame-color {
    background: #F4F4F4;
    margin-bottom: 100px;
    padding-top: 55px;
}
.frame-color__title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase; 
    color: #000000;
    margin-bottom: 40px;
}
.frame-color__cards {
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    flex-wrap: wrap;
}
.frame-color__images {
    margin-bottom: 20px;
}
.frame-color__text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.frame-trim {
    margin-bottom: 100px;
}
.frame-trim__cards {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.frame-trim__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
    margin-bottom: 30px;
    flex-basis: 32%;
}
.frame-trim__images {
    margin-bottom: 73px;
}
.frame-trim__text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18px;
}
.frame-trim__link {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 86px;
}
.frame-projects {
    margin-bottom: 100px;
}
.frame-projects__cards {
    display: flex;
    /* justify-content: space-around; */
    flex-wrap: wrap;
}
.frame-projects__card {
    margin-top: 20px;
    /* width: 50%; */
    /* margin: 20px auto; */
    margin-inline-end: auto;
    /* margin-top: auto; */
    /* height: 100%; */
    border: 1px solid #e5e5e5;
}

.frame-color__card {
    flex-basis: 33.333%;
}
.frame-projects__link {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000000;
    text-decoration: none;
    
}
.frame-projects__texts {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000000;
}
.frame-projects__subtitle {
    max-width: 498px;
    margin-bottom: 18px;
}
.frame-projects__texts {
    margin-bottom: 16px;
    max-width: 498px;
}
.frame-projects__materials {
    max-width: 498px;
    margin-bottom: 10px;
}
.color_v1 span {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    border-radius: 50px;
}
.frame-projects-descr {
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px 31px 40px 40px;
    /* border: 1px solid #e5e5e5; */
    border-top: 0;
    height: inherit;
}
.frame-projects__text {
    max-width: 498px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000000;

}
.frame-projects__image {
    display: block;
    width: 100%;
    height: 580px;
    max-height: 380px;  
}
.frame-collection__cards {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.frame-collection__card {
    box-shadow: 0px 8px 28px -6px rgba(24, 39, 75, 0.12), 0px 18px 88px -4px rgba(24, 39, 75, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-basis: 49%;
    margin-top: 10px;
}

.frame-collection__images {
    position: relative;
}
.frame-collection__descr {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.frame-collection__titles {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 15px;
}
.frame-collection__subtitle {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    max-width: 360px;
    width: 100%;
    margin-bottom: 15px;
}
.frame-collection__text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    max-width: 468px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 95px;
}
.frame-collection__btn {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 131.02%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    width: 205px;
    height: 52px;
    border: 2px solid #000000;
    box-sizing: border-box;
    background-color: transparent;
    align-items: center;
    justify-content: center;
}
.content-t__tt {
    flex-basis: 49%;
}
.list1 li::before {
    display:none;!important;
}

@media screen and ( max-width:1180px ) {
    .frame-projects__card {
      margin-bottom: 10px;
    }
}
@media screen and ( max-width:1200px ) {
    .content-t_title {
        font-size: 32px;
        line-height: 35px;
    }
    .content-t_text {
        font-size: 15px;
    }
    .content-t_text-2 {
        font-size: 12px;
    }
    .collection__titles {
        font-size: 30px;
    }
    .collection__subtitle {
        font-size: 15px;
        max-width: 294px
    }
    .collection__text {
        font-size: 13px;
        max-width: 288px;
    }
    .content-t__tt {
        flex-basis: auto;
    }
    .frame-collection__titles {
        font-size: 30px;
    }
    .frame-collection__subtitle {
        font-size: 15px;
        max-width: 294px
    }
    .frame-collection__text {
        font-size: 13px;
        max-width: 288px;
    }

}

@media screen and ( max-width:991px ) {
    .content-t_title {
        font-size: 23px;
        line-height: 35px;
    }
    .content-t_text {
        font-size: 12px;
        line-height: 18px;
    }
    .content-t_text-2 {
        font-size: 11px;
        line-height: 17px;
    }
    .collection__titles {
        font-size: 25px;
    }
    .collection__subtitle {
        font-size: 14px;
        max-width: 277px
    }
    .collection__text {
        font-size: 11px;
        max-width: 234px;
        margin-bottom: 33px !important;
    }
    .frame-collection__titles {
        font-size: 25px;
    }
    .frame-collection__subtitle {
        font-size: 14px;
        max-width: 277px
    }
    .frame-collection__text {
        font-size: 11px;
        max-width: 317px;
        margin-bottom: 33px !important;
    }

}

@media screen and ( max-width:767px ) {
    .content-t {
        display: flex;
        align-items: end;
        justify-content: center;
        margin-bottom: 68px;
        flex-direction: column;
    }
    .collection__cards {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .collection__card {
        margin-bottom: 10px;
    }
    .breadcrumbs li {
        font-size: 13px;
    }
    .frame-color__card {
        flex-basis: auto;
    }
    .frame-trim__card {
        flex-basis: auto;
    }
    .frame-collection__card {
        flex-basis: auto;
        margin-bottom: 15px;
    }
    .frame-collection__titles {
        font-size: 25px;
    }
    .frame-collection__subtitle {
        font-size: 14px;
        max-width: 277px
    }
    .frame-collection__text {
        font-size: 11px;
        max-width: 317px;
        margin-bottom: 33px !important;
    }

}
@media screen and ( max-width:400px ) {
    .frame-collection__titles {
        font-size: 20px;
        margin-bottom: 0;
    }
    .frame-collection__subtitle {
        font-size: 13px;
        max-width: 251px
        line-height: 15px;
        margin-bottom: 5px;

    }
    .frame-collection__text {
        font-size: 11px;
        max-width: 276px;
        margin-bottom: 11px !important;
    }
}
@media screen and ( max-width:375px ) {
    .frame-collection__subtitle {
        font-size: 11px;
        max-width: 251px
        line-height: 15px;
        margin-bottom: 5px;

    }

}
.collection__link {
    padding: 0 7px;
    /* margin: 0 auto; */
}
@media screen and ( max-width:350px ) {
    .content-t_text {
        max-width: 293px;
    }
    .content-t_text-2 {
        max-width: 291px;
    }
    .collection__cards {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 285px;
    }
    html {
        overflow-x: hidden !important;
    }

}
@media screen and ( max-width:576px )  {
    .frame-projects__image {
        height: auto;
        max-height: 380px;
    }

}



/*======================================== NEW CODE =============================================*/


.banner input[type="text"],

.banner input[type="password"],

.banner input[type="email"],

.banner input[type="number"],

.banner input[type="search"],

.banner input[type="tel"],

.banner input[type="url"],

.banner select,

.banner textarea {

	background: #F4F4F4;

	width: 100%;

	margin: 0px 0px 10px 0px;

	padding: 11px 15px;

	border: none;

	font-family: Inter;

	font-size: 14px;

	line-height: 20px;

	letter-spacing: normal;

	-webkit-appearance: none;

}

.banner {
    padding: 20px 0px;
    background: url(../img/banner.jpg) no-repeat,#080605;
    min-height:450px;
}
.in {
}
.banner__content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.banner__text {

}
.banner__breadcrumbs {
}
.banner__title {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    color: #FFFFFF;
    max-width: 305px;
}
.banner__forms {
}
.form-banner {
    flex: 0 0 293px;
    background: #fff;
    padding: 30px;
    text-align: center;
}
.form-banner__head {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.form-banner__body {
}
.form-banner__input {
    margin-bottom: 10px;
}
.form-banner__input:last-child{

}
.big-text-banner{
    display: block;
}
.small-text-banner{
    display: none;
}
.form-banner__btn {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    background: #B38F55;
    height: 42px;
    margin-top: 10px;
}

@media (max-width: 1700px){
    .banner{
        background-position: -160px;
    }
}
@media (max-width: 1600px){
    .banner{
        background-position: -320px;
    }
}
@media (max-width: 1250px){
    .banner{
        background-position: center center;
        
    }
    .form-banner{
        display: none;
    }
    .big-text-banner{
        display: none;
    }
    .small-text-banner{
        display: block;
    }
}

@media (max-width: 600px){
    .banner{
        min-height:269px;
        background-size: cover;
    }
    .banner__breadcrumbs{
        margin-bottom: 30px;
    }
}


/* about */

.about {
    padding: 80px 0px 100px;
}
.in {
}
.about__content {
}
.about__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}
.about__benefits {

}
.benefits-about {
    margin-top: 60px;
}
.benefits-about__container {
    display: flex;
    justify-content: space-between;
}
.benefits-about__item {
    /* flex: 0 0 272px; */
    flex: 0 0 calc((100% - 90px) / 4);
    height: 166px;
    background: #FFFFFF; 
    padding: 10px;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
}
.benefits-about__item-body{
    height: 100%;
    width: 100%;
    background: #FFFFFF; 
    border: 2px solid #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefits-about__text {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    max-width: 197px;
}
@media (max-width: 1200px){
    .benefits-about__item{
        flex: 0 0 calc((100% - 60px) / 4);
    }
    .benefits-about__text{
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 850px){
    .about {
        padding: 70px 0px 70px;
    }
    .benefits-about{
        margin-top: 40px;
    }
    .benefits-about__container {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .benefits-about__item{
        flex: 0 0 calc((100% - 20px) / 2);
    }
    .benefits-about__text{
        font-size: 16px;
        line-height: 23px;
    }
}
@media (max-width: 480px){
    .about {
        padding: 40px 0px 50px;
    }
    .about__title{
        font-size: 20px;
        line-height: 24px;
    }
    .benefits-about{
        margin-top: 20px;
    }
    .benefits-about__container {
        flex-wrap: wrap;
    }
    .benefits-about__item{
        flex: 0 0 100%;
    }
}



/* tabbers */

.tabers {
    padding-bottom: 100px;
}
.in {
}
.tabers__content {
    display: flex;
    
}
.tabers__nav {
    flex: 0 0 315px;
    margin-right: 30px;
    background: #F4F4F4;
}
.nav-tabers {
    
}
.nav-tabers__head {
    padding-left: 90px;
    height: 93px;
    background: #000000;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.nav-tabers__name {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.nav-tabers__subname {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #BDBDBD;
    
}
.nav-tabers__body {
    
    
}
.nav-tabers__list {
    padding: 0px;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabers__item {
    min-height: 68px;
    font-weight: 500;
    font-size: 18px;
    line-height:23px;
    color: #757575;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    cursor: pointer;
    background: transparent;
    padding-left: 90px;
}
.nav-tabers__item._active{
    font-weight: bold;
    color: #000000;
    background: #fff;
}
.nav-tabers__item._active::before{
    content: url(../img/about-arrow-nav.png);
    position: absolute;
    top: 50%;
    left: 49px;
    transform: translateY(-50%);
}
.tabers__main {
    flex: 1 1 auto;
    display: none;
}
.tabers__main._active{
    display: block;
}
.main-tabers {
    background: #FFFFFF;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
}
.main-tabers__head {
    padding-left: 60px;
    height: 93px;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.main-tabers__head-name {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
.main-tabers__head-subname {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #BDBDBD;
}
.main-tabers__body {
}
.main-tabers__navigation {
    background: #F4F4F4;
    padding-left: 30px;
}
.main-tabers__navigation-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.main-tabers__navigation-list li{
    padding: 0 30px;
    max-width: 269px;
    text-align: center;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #757575;
    cursor: pointer;
    background: transparent;
}
.main-tabers__navigation-list li._active{
    font-weight: bold;
    color: #000000;
    border-bottom: 3px solid #000;
    background: #FFFFFF;
}
.main-tabers__content {
    display: none;
}
.main-tabers__content._active{
    display: block;
}
.main-tabers-content {
    margin-top: 30px;
    padding: 30px;
}
.main-tabers-content__body {
}
.main-tabers-content__body p{
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.main-tabers-content__list {
    padding-left: 22px;
}
.main-tabers-content__item {
}
.main-tabers-content__btn-cnt{
    width: 100%;
    display: flex;
    justify-content: center;
}
.main-tabers-content__btn{
    background: #B38F55;
    width: 234px;
    height: 55px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media (max-width: 1200px){
    .tabers{
        padding-bottom: 80px;
    }
    .nav-tabers__head{
        padding-left: 60px;
    }
    .tabers__nav{
        flex: 0 0 250px;
        margin-right: 20px;
    }
    .main-tabers-content__body{
        font-size: 14px;
        line-height: 23px;
    }
    .main-tabers-content__body p{
        font-size: 14px;
        line-height: 23px;
    }
    .nav-tabers__item{
        padding-left: 60px;
    }
    .nav-tabers__item._active::before{
        left: 18px;
    }
}
@media (max-width: 992px){
    .tabers{
        padding-bottom: 70px;
    }
    .tabers__content{
        display: block;
        margin: 0px -10px;
    }
    .tabers__nav{
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 15px;
    }
    .nav-tabers__head{
        padding-left: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-tabers__list{
        display: flex;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .nav-tabers__item{
        padding: 0px 18px;
        height: 69px;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        font-size: 16px;
        line-height: 19px;
    }
    .nav-tabers__item._active::before{
        display: none;
    }
    .nav-tabers__item._active{
        border-bottom: 3px solid #000;
    }
    .main-tabers__body{
        margin: 0px 10px;
    }
    .main-tabers__head{
        padding-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main-tabers__navigation{
        padding-left: 0;
        margin: 0px -10px;
    }
    .main-tabers__navigation-list{
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .main-tabers__navigation-list li{
        padding: 0px 18px;
        max-width: none;
        white-space: nowrap;
    }
    .main-tabers__content{
        margin-top: 20px;
    }
}

@media (max-width: 480px){
    .tabers{
        padding-bottom: 50px;
    }
    .nav-tabers__head{
        height: 69px;
    }
    .nav-tabers__name{
        font-size: 18px;
        line-height: 22px;
    }
    .nav-tabers__subname{
        font-size: 10px;
        line-height: 12px;
    }
    .main-tabers__head{
        height: 69px;
    }
    .main-tabers__head-name{
        font-size: 18px;
        line-height: 22px;
    }
    .main-tabers__head-subname{
        font-size: 10px;
        line-height: 12px;
    }

    .nav-tabers__item{
        font-size: 14px;
        line-height: 17px;
        padding: 0px 10px;
        max-height: 57px;
        min-height: 57px;
    }
    .main-tabers__navigation-list li{
        font-size: 14px;
        line-height: 17px;
        padding: 0px 10px;
        max-height: 57px;
        min-height: 57px;
        max-width: 185px;
        flex: 0 0 auto;
        white-space: normal;
    }
    .main-tabers__content{
        margin-top: 12px;
        padding: 10px 0px 30px;
    }
    p, ul, ol {
        margin: 0 0 6px 0;
    }
}


/* videos */

.videos {
    padding: 55px 0px;
    background: url(../img/bg-white.png)left center / 42% 100%  no-repeat,
    url(../img/bg-black.png)right center / 67% 100%   no-repeat;
    
}
.in {
}
.videos__content {
    display: flex;
}
.videos__video {
    
}
.videos-video {
    flex: 0 0 603px;
    
}
.videos-video__body {
    height: 100%;
    width: 100%;
    background: #fff;
    position: relative;
}
.videos-video__body::after{
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: #fff;
    position: absolute;
    top: -5px;
    left: -5px;
    display: none;
}
.videos-video__body iframe{
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: relative;
    z-index: 1;
    margin-top: 5px;
    margin-left: 5px;
}
.videos__text {
    flex: 1 1 auto;
    margin-left: 60px;
    color: #fff;
}
.text-videos {
    position: relative;
}
.text-videos__body {
    
}
.text-videos__item{
    margin-bottom: 40px;
}
.text-videos__item.text-videos-last{
    margin-bottom: 80px;
}
.text-videos__name {
    font-weight: bold;
    font-size: 18px;
    line-height:25px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.text-videos__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}
.text-videos__overblock {
    position: absolute;
    bottom: -88px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0px 16px 16px rgba(50, 50, 71, 0.08), 0px 24px 32px rgba(50, 50, 71, 0.08);
    color: #000;
    height: 128px;
    padding: 28px 42px 0px;
    width: calc(100% - 20px);
    max-width: 397px;
    text-align: center;
}
.overblock-videos {
}
.overblock-videos__body {
}
.overblock-videos__text {
    font-family: Inter;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height:22px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.overblock-videos__btn {
    background: #B38F55;
    max-width: 178px;
    width: 100%;
    height: 55px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50% , 50%);
    font-weight: 500;
    font-size: 14px;
    line-height:17px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media (max-width: 1200px){
    .videos__text{
        margin-left: 40px;
    }
    .text-videos__name{
        font-size: 14px;
        line-height: 20px;
    }
    .text-videos__description {
        font-size: 14px;
        line-height: 22px;
    }
    .text-videos__item{
        margin-bottom: 30px;
    }
    .text-videos__item.text-videos-last{
        margin-bottom: 70px;
    }
}

@media (max-width: 992px){
    .videos {
        padding: 55px 0px;
        background: url(../img/bg-white.png)center top / 100% 43%  no-repeat,
        url(../img/bg-black.png)center bottom / 100% 67% no-repeat;
        position: relative;
    }
    .videos__content {
        display: block;
        padding: 0px 74px;
    }
    .videos__video {
        
    }
    .videos-video {
        height: 452px;
    }
    .text-videos {
        position: static;
    }
    .videos__text{
        margin-left: 0;
        margin-top: 30px;
    }
    .text-videos__item{
        margin-bottom: 20px;
    }
    .text-videos__overblock{
        bottom: auto;
    }
    .text-videos__item.text-videos-last{
        margin-bottom: 50px;
    }
}

@media (max-width: 750px){
    .videos-video {
        height: 350px;
    }
    .text-videos__item.text-videos-last{
        margin-bottom: 30px;
    }
 
}

@media (max-width: 600px){
    .videos {
        padding: 35px 0px 65px;
        background: url(../img/bg-white.png)center top / 100% 33%  no-repeat,
        url(../img/bg-black.png)center bottom / 100% 67% no-repeat;
    }  
    .videos__content {
        display: block;
        padding: 0px 0px;
    }
    /* .videos-video {
        height: 280px;
    } */
}

@media (max-width: 480px){
    .videos {
        padding: 32px 0px 62px;
        background: url(../img/bg-white.png)center top / 100% 33%  no-repeat,
        url(../img/bg-black.png)center bottom / 100% 72% no-repeat;
    } 
    .videos__text{
        margin-left: 0;
        margin-top: 20px;
    }
    .videos-video {
        height: 280px;
    }
    .text-videos__item.text-videos-last{
        margin-bottom: 20px;
    }
}

@media (max-width: 400px){
    .videos {
        background: url(../img/bg-white.png)center top / 100% 28%  no-repeat,
        url(../img/bg-black.png)center bottom / 100% 72% no-repeat;
    } 
    .videos-video {
        height: 240px;
    }
}

@media (max-width: 360px){
    
    .videos-video {
        height: 220px;
    }
}



.gallerys {
    padding: 160px 0px 100px;
}
.in {
}
.gallerys__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
}
.gallerys__content {
    display: flex;
    margin-top: 50px;
}
.tabers__nav {
}
.nav-tabers {
}
.nav-tabers__head {
}
.nav-tabers__name {
}
.nav-tabers__subname {
}
.nav-tabers__body {
}
.nav-tabers__list {
}
.nav-tabers__item {
}
._active {
}
.gallerys__main {
    /* height: 0;
    max-height: 0; */
    /* width: 0;
    max-width: 0; */
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
}
.gallerys__main._active{
    /* height: auto;
    max-height: none;
    width: auto;
    max-width: none; */
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    position: static;
    top: auto;
    left: auto;
    z-index: 1;
}
.gallerys__content{

}
.main-gallerys {
    
    background: #FFFFFF;
    box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
}
.main-gallerys__body {
    padding: 30px 40px;
}
.main-gallerys__main-image {
}
.main-gallerys__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 15px;
}
.main-gallerys__text {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 30px;
}
.main-gallerys__gallery {
    display: block;
    width: 100%;
}
@media (min-width: 700px){
    .main-gallerys__gallery {
        display: flex;
        width: 100%;
        column-gap: 20px;
    }
    .main-gallerys__item{
        flex: 0 0 calc((100% - 40px) / 3);
    }
}

.main-gallerys__item img{
    width: 100%;
    height: 100%;
}
.main-gallerys__btn-cnt {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.main-gallerys__btn {
    font-weight: 500;
    font-size: 14px;
    line-height:17px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B38F55;
    width: 178px;
    height: 55px;
    text-decoration: none;
}
.gallerys .slick-list{
    width: 100%;
}
.gallerys .slick-track{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    column-gap: 20px;
}
.gallerys .slick-slide{
    flex: 0 0 calc((100% - 40px) / 3);
}
@media (max-width: 1200px){
    .gallerys__content {
        margin-top: 0;
    }
    .gallerys{
        padding: 140px 0px 80px;
    }
    .gallerys .slick-track{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        display: flex;
        column-gap: 9px;
    }
    .main-gallerys__item {
        flex: 0 0 calc((100% - 18px) / 3);
    }
    .main-gallerys__text {
        font-size: 14px;
        line-height: 23px;
    }
    .gallerys__title{
        display: none;
    }
}
@media (max-width: 992px){
    .gallerys__content {
        margin: 0px -10px;
    }
    .gallerys{
        padding: 160px 0px 76px;
    }
    .gallerys__content{
        display: block;
    }
    .main-gallerys__text{
        margin-bottom: 53px;
    }
    .main-gallerys{
        padding: 0px 10px;
    }
    .main-gallerys__main-image img{
        width: 100%;
        
    }
}

@media (max-width: 700px){
    .gallerys{
        padding: 160px 0px 50px;
    }
    .main-gallerys__item {
        flex: 0 0 calc((100% - 15px) / 2);
    }
    .gallerys .slick-dots{
        padding: 0px 0px;
    }
    .gallerys .slick-dots li{
        padding: 0px 0px;
    }
    .gallerys .slick-dots button{
        position: relative;
        display: flex;
        align-items: center;
        border-radius: 50%;
        height: 16px;
        width: 16px;
    }
    .gallerys .slick-dots .slick-active button{
        position: relative;
        display: flex;
        align-items: center;
        border-radius: 50%;
        height: 16px;
        width: 16px;
        border: 1px solid #000;
    }
    
    .gallerys .slick-dots button::before{
        width: 8px;
        height: 8px;
        position: absolute;
        top: 50%;
        left:50%;
        transform: translate(-50% , -50%);
    }
    /* .gallerys .slick-dots button::after{
        content: "";
        width: 15px;
        height: 15px;
        border: 1px solid #000;
        display: inline-block;
    } */
    .main-gallerys__btn-cnt{
        margin-top: 10px;
    }
    .main-gallerys{
        padding: 0px 0px;
    }
    .main-gallerys__body{
        padding: 30px 20px 30px;
    }
}
@media (max-width: 500px){
    .gallerys .slick-slide {
        flex: 0 0 auto;
    }
}
@media (max-width: 480px){
    .main-gallerys__text{
        margin-bottom: 20px;
    }
    .main-gallerys{
        margin: 0px -10px;
    }
    .main-gallerys__body{
        padding: 20px 20px 30px;
    }
    .gallerys .slick-track{
        column-gap: 0px;
    }
}

#application .jq-file__browse{
    display: none;
}
#application .jq-file{
    width: 100%;
    margin-top: 10px;
    background: #FFFFFF;
    border: 1px dashed #8D8D8D;
}
#application .form-group:not(:last-child){
    margin-bottom: 20px;
}
#application .jq-file__name{
    line-height: 61px;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #8D8D8D;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
#application .jq-file__name::after{
    content: url(../img/file.png);
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}
#application .modal__item{
    max-width: 380px;
    max-height: 525px;
}
#application .btn{
    margin-top: 15px;
    width: 100%;
    max-width: none;
    min-width: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
#application .modal__item-title{
    padding: 20px 30px;
    text-transform: uppercase;
    background: #F2F2F2;
}
@media (max-width: 360px){
    #application .modal__item-title{
        font-size: 16px;
    }
}
#application .modal__item-body{
    padding: 20px 30px 30px;
    background: #fff;
}
.modal__item .close{
    background-image: url(../img/cross.svg);
}


/* NEW CODE */
body.plug-open{
    width: 100%;
    height: 100%;
    padding-top: 0;
}
.plug {
    min-width: 100%;
    min-height: 100%;
    background: url(../img/slabs/bg.jpg)center center / cover no-repeat;
}
.plug__container {
    width: 100%;
    max-width: 1147px;
    padding: 0px 15px;
    margin: 0px auto;
}
.plug__content {
    padding: 50px 0px;
}
.plug__head {
    text-align: center;
}
.plug__logo {
    margin-bottom: 70px;
}
.plug__text p{
    margin-bottom: 0;
}
.plug__suptext {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 9px;
}
.plug__title {
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 73px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;

}
.plug__body {
}
.body-plug {
    margin-top: 70px;
    display: flex;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}
.body-plug ul{
    list-style: none;
    padding-left: 0;
}
.body-plug p{
    padding-bottom: 0;
    margin-bottom: 0;
}
.body-plug__content {
    padding: 125px 50px 50px;
    position: relative;
}
.body-plug__logo {
    position: absolute;
    top: 44px;
    left: 0;

}
.body-plug__text {
    font-family: "Inter";
    color: #080E11;
    margin-bottom: 20px;
}
.body-plug__title {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
}
.body-plug__subtext {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
}
.body-plug__info {
    margin-bottom: 20px;
}
.body-plug__info li:not(:last-child){
    margin-bottom: 20px;
}
.body-plug__info li > *{
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    color: #080E11;
    padding-left: 26px;
}
.body-plug__info li._tel{
    background: url(../img/slabs/phone.svg) top left / auto auto no-repeat;
    background-position: left 6px;
}
.body-plug__info li._loc{
    background: url(../img/slabs/loc.svg) top left / auto auto no-repeat;
    background-position: left 2px;
}
.body-plug__social {
}
.social-plug {
}
.social-plug__list {
    display: flex;
}
.social-plug__item:not(:last-child){
    margin-right: 20px;
}
.social-plug__item {
    
}
.social-plug__link {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.body-plug__btn{
    width: 237px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #080E11;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
}
.body-plug__image {
    flex: 0 0 63%;
    position: relative;
    min-height: 448px;
    border: 10px solid #fff;
}
.body-plug__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


@media (max-width: 1147px){
    .plug__content {
        padding: 60px 0px;
    }
    .plug__logo {
        margin-bottom: 50px;
    }
    .plug__suptext {
        font-size: 18px;
        line-height: 22px;
    }
    .plug__title {
        font-size: 50px;
        line-height: 61px;

    }
    .body-plug{
        margin-top: 50px;
    }
    .body-plug__content{
        padding: 105px 30px 30px 44px;
    }
    .body-plug__logo{
        top: 30px;
    }
    .body-plug__image{
        min-height: 367px;
        min-height: 367px;
        flex: 0 0 57.5%;
    }
}
@media (max-width: 992px){
    .body-plug__image{
        flex: 0 0 55%;
    }
    .body-plug__content{
        padding: 105px 25px 30px 44px;
    }
}
@media (max-width: 767px){
    .body-plug__image{
        min-height: 367px;
        min-height: 367px;
        flex: 0 0 50%;
    }
    .plug__suptext{
        padding-bottom: 2px;
    }
}
@media (max-width: 680px){
    .plug__content {
        padding: 30px 0px;
    }
    .body-plug__image{
        display: none;
    }
    .plug__suptext {
        font-size: 12px;
        line-height: 15px;
    }
    .plug__title {
        font-size: 30px;
        line-height: 36px;  
    }
    .plug__logo {
        margin-bottom: 40px;
        width: 103px;
    }
}
@media (max-width: 500px){
    .body-plug__content{
        padding: 45px 20px 40px;
        width: 100%;
    }
    .body-plug__logo{
        display: none;
    }
    .body-plug__text {
        margin-bottom: 20px;
    }
    .body-plug__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .body-plug__subtext {
        font-size: 15px;
        line-height: 18px;
    }
    
    .body-plug__btn{
        width: 100%;
    }
    .body-plug{
        margin-top: 40px;
    }
}


#plugPopup.modal {

}
#plugPopup .modal__item {
    padding: 0px 40px 40px 40px;
    max-width: 430px;
    max-height: 660px;
}
#plugPopup .modal__item-title {
    background-color: transparent;
    padding: 40px 0px 20px;
    margin: 0px -40px;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #080E11;
    
}
#plugPopup .modal__item-title span{
    max-width: 288px;
    margin: 0px auto;
    display: block;
}
#plugPopup .close {
    margin: 0px;
    top: 15px;
    right: 15px;
}
#plugPopup .modal__item-body {
    padding: 0;
}
#plugPopup .form-group {
    margin-bottom: 20px;
    position: relative;
}
#plugPopup .form-group:not(._label-visible) > label{
    display: none;
}
#plugPopup .form-group._label-visible > label{
    position: absolute;
    top: 0;
    left: 16px;
    transform: translateY(-50%);
    background: #fff;
    padding: 0px 4px;
}
#plugPopup .form-group > input:focus{
    border: 2px solid #9B9B9B;
}
#plugPopup .form-group > input.true{
    border: 2px solid #00A94E;
}
#plugPopup .form-group > input{
    background: #FFFFFF;
    border-radius: 4px;
    padding: 15px 20px;
}
#plugPopup .form-group > textarea{
    background: #FFFFFF;
    border-radius: 4px;
    padding: 15px 20px;
    height: 132px;
}
#plugPopup .modal__item-footer{
    padding: 0;
}
#plugPopup .modal__item-footer .btn{
    position: static;
    top: auto;
    right: auto;
    min-width: none;
    max-width: 100%;
    width: 100%;

    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #FFFFFF;
    background: #000000;
    border-radius: 4px;
}


@media (max-width: 480px){
    #plugPopup .modal__item {
        padding: 0px 20px 30px 20px;
    }
    #plugPopup .modal__item-title{
        margin: 0px -20px;
        padding-top: 25px;
        font-size: 16px;
        line-height: 20px;
    }
    #plugPopup .close{
        right: 10px;
        top: 10px;
    }
}