html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: Jost, sans-serif;
    color: #220F24;
    line-height: 1.3;
    font-size: 16px;

    /*display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    min-height: 100vh;
    height: 1px;*/
}

h1, .h1 {
    /*font-family: 'Prata', serif;*/
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 32px;
}

h2, .h2 {
    /*font-family: 'Prata', serif;*/
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 16px;
}

h3 {
    /*font-family: 'Prata', serif;*/
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 8px;
}

h4 {
    /*font-family: 'Prata', serif;*/
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 5px;
}

.prata {
    /*font-family: 'Prata', serif;*/
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}

p a {
    color: #135A9E;
}

*, *:hover, *:focus {
    outline: none !important;
}

blockquote {
    padding: 0 30px 0 70px;
    font-style: italic;
    margin: 0;
    line-height: 1.5em;
    border-left: 2px solid #000;
    padding-left: 18px;
    margin-top: 28px;
    margin-bottom: 28px;
}

.gray {
    opacity: 0.6;
}

.gray-double {
    opacity: 0.6;
}

.black {
    color: #000 !important;
}

.white {
    color: #fff;
}

.gold {
    color: #DEC086;
}

.pink {
    color: #E9728A;
}

.lightgray {
    opacity: 0.32;
}

.lightgray-bg {
    background: rgba(0, 16, 45, 0.04);
}

.green {
    color: #02B23E;
}

.blue {
    color: #18A0FB;
}

.font-10 {
    font-size: 10px;
}

.font-11 {
    font-size: 11px;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}

.font-28 {
    font-size: 28px;
}

.font-32 {
    font-size: 32px !important;
}
.font-40 {
    font-size: 40px !important;
}

.font-48 {
    font-size: 48px !important;
}

.font-56 {
    font-size: 56px;
    line-height: 1.36em;
}

.font-88 {
    font-size: 88px;
}

.strong,
.weight-700 {
    font-weight: 700;
}

.weight-600 {
    font-weight: 600;
}

.weight-500 {
    font-weight: 500;
}

.weight-400 {
    font-weight: 400;
}

.weight-100 {
    font-weight: 100;
}

.uppercase {
    text-transform: uppercase;
}

.line-through {
    text-decoration: line-through;
}

.text-big {
    letter-spacing: 0.1em;
}

.inset {
    max-width: 100%;
    height: auto;
}

.socnet {
    align-items: center;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
}

.socnet > a {
    display: inline-block;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.32);
    width: 32px;
    height: 32px;
    border-radius: 18px;
    color: #fff !important;
    text-align: center;
    line-height: 32px;
    margin: 4px;
    font-size: 16px;
    color: #fff;
}

/*
.socnet > a.m {
    background-color: #3b5998;
}
.socnet > a.f {
    background-color: #3b5998;
}
.socnet > a.v {
    background-color: #4c6c91;
}
.socnet > a.o {
    background-color: #f68634;
}
.socnet > a.t {
    background-color: #55acee;
}
.socnet > a.i {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.socnet > a.tg {background-color: #0088cc;}
.socnet > a.y {background-color: #ff0000;}
.socnet > a.l {background-color: #0077b5;}
.socnet > a.p {background-color: #bd081c;}
.socnet > a.r {background-color: #ff4500;}
*/
.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    bottom: -20px;
    flex-wrap: wrap;
    height: 8px;
    overflow: hidden;
}

.slick-dots > li {
    width: 8px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: linear-gradient(90deg, #EC008C 0.1%, #EC008C 15.81%, #125A9E 100.03%);*/
    background: rgba(0, 16, 45, 0.16);
    border: none;
    margin: 0 4px;
    border-radius: 5px;
}

.slick-dots > li > button {
    text-indent: -9999px;
    /*background: #ffffff;*/
    width: 6px;
    border: none;
    margin: 0;
    height: 6px;
    border-radius: 10px;
    font-size: 0;
    display: block;
    padding: 0;
    cursor: pointer;
}

.slick-dots > li.slick-active > button {
    background: #A48E64;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    background: transparent;
    height: 48px;
    width: 48px;
    margin-top: -24px;
    border: none;
    z-index: 9;
    text-indent: -9999px;
    cursor: pointer;
    border-radius: 30px;
    /*box-shadow: 0 8px 32px rgba(0, 0, 0, 0.24);*/
    outline: none !important;
}

.slick-prev.slick-arrow {
    left: -30px;
}

.slick-next.slick-arrow {
    right: -30px;
}

.slider-arrow-outside .slick-prev.slick-arrow {
    left: -60px;
}

.slider-arrow-outside .slick-next.slick-arrow {
    right: -60px;
}

.dark-theme .slick-prev.slick-arrow,
.dark-theme .slick-next.slick-arrow {
    background: rgba(0, 0, 0, 0.2);
}

.slick-prev.slick-arrow:after,
.slick-next.slick-arrow:after {
    content: '';
    display: block;
    border-left: 1px solid #00102D;
    border-top: 1px solid #00102D;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.slick-prev.slick-arrow:after {
    transform: rotate(315deg);
}

.slick-next.slick-arrow:after {
    transform: rotate(135deg);
}

[class*=border-],
hr {
    border-color: rgba(0, 16, 45, 0.08) !important;
}

.gray-bg {
    background: rgba(0, 16, 45, 0.08);
}

.gray-area {
    border-radius: 16px;
    background: #f6f6f6;
}

.white-bg {
    background: #FFFFFF;
}

.bx-breadcrumb {
    /*display: flex;
    flex-wrap: nowrap;
    */
    padding: 23px 0 26px;
    font-size: 12px;
    font-weight: 500;
}

.bx-breadcrumb-item {
    margin-right: 5px;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    display: inline;
}

.bx-breadcrumb-item > a,
.bx-breadcrumb-item > i {
    opacity: 0.5;
    white-space: nowrap;
}

/*.ymaps-layers-pane{
    filter: grayscale(100%);
    filter: url(/img/filters.svg#grayscale);
    -webkit-filter: grayscale(1);
}
.ymaps-point-overlay > ymaps > .ymaps-image-with-content {
    background-image: url(/images/ico-map-point.png) !important;
}*/

.btn {
    border-radius: 0;
    padding: .375rem .9rem;
}

.btn-light {
    background-color: #fff;
    border-color: #EBEBEB;
}

.white .btn-light {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.32);
    color: #fff;
}

.btn-lightgray {
    color: #2C69DE;
    background: #EBEBEB;
    border-color: #EBEBEB;
}

.btn-collapsed {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: .9rem 0;
    box-shadow: none !important;
}

.btn-outline-gold {
    color: #ffffff !important;
    border: 1px solid #DEC086;
}

.btn-collapsed:after {
    content: "\f068";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    font-size: 154%;
}

.btn-collapsed.collapsed:after {
    content: "\f067";
}

.btn-primary {
    color: #fff;
    background-color: #A48E64;
    border-color: #A48E64;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #A48E64;
    border-color: #A48E64;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(164, 142, 100, 0.5);
}

.btn-primary:hover {
    color: #fff;
    background-color: #A48E64;
    border-color: #A48E64;
}
.btn-primary.add2cart {
    background: #DB261B !important;
    border-color: #DB261B !important;
}
.form-control {
    border-radius: 0;
    background: transparent;
}

.input-group-text {
    background-color: transparent;
    border-radius: 0;
}

.white .input-group-text,
.white .form-control,
.white .form-control:focus {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.input-group-prepend > .input-group-text {
    border-right: none;
}

.input-group-prepend + .form-control {
    border-left: none;
}

.header-search-form {
    width: 32px;
    height: 32px;
    position: relative;
}

.header-search-text {
    height: 32px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: none !important;
    z-index: 1;
    background-clip: padding-box !important;
    border: none;
}

.header-search-submit {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    padding: 3px;
    border: none;
    background: none;
    color: #fff;
}

.header-search-text,
.header-search-submit {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-search-text:focus {
    left: -260px;
    width: 292px;
    background: #fff !important;
}

.header-search-text:focus + .header-search-submit,
.header-search-submit:focus {
    z-index: 2;
    color: #000;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.content {
    line-height: 1.6em;
}

/***************************************************************************************************/
header {
    /*background: no-repeat url(/images/header-bg.jpg) center / 100% 100%;*/
    background:#2f3653;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    padding-right: 13px !important;
    padding-left: 13px !important;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1021;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 120px;
}
header.container-fluid > .row {
    max-width: 1555px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.header-menu {
    margin: 0 -15px;
    justify-content: space-between;
}

.header-menu > li > a {
    margin: 0 15px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 4px 0;
    border-bottom: 2px solid transparent;
    opacity: 0.64;
}

.header-menu > li > a:hover {
    opacity: 1;
}

.header-menu > li > a.active {
    border-color: #DEC086;
    opacity: 1;
}

.bottom-subscribe-area {
    background: #2f3653; /*no-repeat url(/images/jeans-bg.jpg) center / 100% 100%;*/
    color: #fff;
border-bottom: 1px solid #656b85;
}

footer {
    background: #2f3653;
}

footer .menu {
    flex-direction: column;
    font-size: 14px;
    opacity: 0.6;
    line-height: 20px;
}

footer .menu > li {
    padding: 3px 0;
}

.btn-limit-line {
    margin-top: -14px;
    padding: 10px 14px 1px;
    display: block;
    z-index: 2;
    position: relative;
}
footer .btn-limit-line {
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0,7,30,0) 0%, rgba(0,7,30,1) 50%);
    background: -webkit-linear-gradient(top, rgba(0,7,30,0) 0%,rgba(0,7,30,1) 50%);
    background: linear-gradient(to bottom, rgba(0,7,30,0) 0%,rgba(0,7,30,1) 50%);
}
.limit-line {
    max-height: 124px;
    overflow-y: hidden;
}
.limit-line.expand {
    max-height: none;
}
.limit-line + .btn-limit-line > .collapse-title {
    display: inline;
}
.limit-line.expand + .btn-limit-line > .collapse-title {
    display: none;
}
.limit-line + .btn-limit-line > .expand-title {
    display: none;
}
.limit-line.expand + .btn-limit-line > .expand-title {
    display: inline;
}

.section-list-level1-item:last-child,
.section-list-level2-item:last-child {
    border-bottom: none !important;
}

.section-list-level2-item:hover {
    background: rgba(0, 16, 45, 0.08);
}

.catalog-section-item-img {
    padding-top: 100%;
    background-position: center;
    background-size: contain;
background-repeat:no-repeat;
border: 8px solid #fff;
}

.catalog-section-viewmore {
    display: block;
    height: 0;
    padding-top: 100%;
    background: rgba(164, 142, 100, 0.08) !important;
    color: #A48E64;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
}

.catalog-section-viewmore > span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -40%);
}

.catalog-section-viewmore-circle {
    display: flex;
    width: 48px;
    height: 48px;
    border: 2px solid;
    border-radius: 26px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.catalog-detail-top {
    min-height: 640px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    position: relative;
    background-blend-mode: multiply, normal;
display:none;
}

body.is-top-image .catalog-detail-top {
    padding-top: 85px;
}

.catalog-detail-top.next-crawl {
    padding-bottom: 140px;
}

.catalog-detail-top.next-crawl + div {
    margin-top: -140px;
    position: relative;
}

.catalog-detail-top-btn {
    display: block;
    background: no-repeat url(/images/catalog-detail-top-btn.svg) center bottom;
    width: 120px;
    height: 50px;
    position: absolute;
    bottom: 0;
}

.catalog-detail-slider {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.catalog-detail-slider-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.catalog-detail-slider .slick-list {
    order: 1;
    width: 100%;
    margin-bottom: 16px;
}

.catalog-detail-slider .slick-prev.slick-arrow {
    order: 2;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    box-shadow: none;
}

.catalog-detail-slider .slick-dots {
    order: 3;
    position: static;
    margin: 0 30px;
    max-width: calc(100% - 156px);
}

.catalog-detail-slider .slick-next.slick-arrow {
    order: 4;
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    box-shadow: none;
}

.soc-share .ya-share2__container_size_m .ya-share2__icon {
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.soc-share .ya-share2__container_size_m .ya-share2__item .ya-share2__badge {
    border-radius: 16px;
    margin-right: 4px;
}

.product-in-slider {
    display: flex;
}

.product-in-slider.slick-slider {
    display: block;
}

.brand-detail-top {
    margin-bottom: -125px;
    padding-bottom: 125px;
    padding-top: 100px;
    background-blend-mode: multiply, normal;
}

.btn-selectoffer {
    color: #5C6679;
    border-color: rgba(0, 16, 45, 0.16);
    box-shadow: none !important;
}

.btn-selectoffer.active {
    color: #000;
    background-color: #fff;
    border-color: #A48E64;
}

.img-on-btn {
    width: 20px;
    height: 20px;
    border-radius: 13px;
    margin-right: 8px;
}

/*body.is-top-image:not(.is-scrolled) header {
    background: none;
}

body.is-top-image header + div {
    margin-top: -83px;
}*/

.sticky-detail-block {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    margin-top: -83px;
    padding-top: 130px;
    padding-bottom: 48px;
}

.solution-detail-img {
    display: block;
    background-size: cover;
    background-position: center;
}

.solution-detail-img-0 {
    padding-top: 100%;
}

.solution-detail-img-1,
.solution-detail-img-2 {
    padding-top: 68%;
}

.catalog-solution-item {
    height: 360px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 32px;
    background-blend-mode: multiply, normal;
}

body.is-auth-page header,
body.is-auth-page .bottom-subscribe-area,
body.is-auth-page footer {
    display: none;
}

.bx-authform .form-control {
    border-width: 2px;
}

.form-control:focus {
    border-color: #A48E64;
    box-shadow: none !important;
}

.bx-authform {
    margin: 0;
    width: 95%;
    max-width: 500px;
}

.bx-authform label {
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.64;
}

.bx-authform label.custom-control-label {
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 24px;
}

.custom-control-label::before {
    border-color: #A48E64;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #A48E64;
    background-color: #A48E64;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(164, 142, 100, .25);
}

.index-slider {
    display: flex;
}
.index-slider.slick-slider {
    display: block;
}
.index-slider .index-slider-item {
    padding-top: 41.66%;
    background-color: #f2f3f4;
}
@media screen and (max-width:992px){
    .index-slider .index-slider-item {
        padding-top: 62.5%;
    }
}
.index-slider .slick-dots {
bottom: -15px;
/* left: 50%; */
right: 0%;
justify-content: center;
}
.solutions-slider {
    display: flex;
}
.solutions-slider.slick-slider {
    display: block;
}
.solutions-slider .slick-dots {
    bottom: auto;
    left: auto;
    top: 40px;
    right: 30px;
}
.solutions-slider .slick-arrow {
    height: 160px;
    width: 93px;
    margin-top: -80px;
    border-radius: 0;
}
.solutions-slider .slick-arrow:after {
    display: none;
}
.solutions-slider .slick-next {
    background: no-repeat url(/images/solutions-arrow-right.png) center;
    right: -28px;
}
.solutions-slider .slick-prev {
    background: no-repeat url(/images/solutions-arrow-left.png) center;
    left: -36px;
}

.designer-item {
    background: rgba(0, 16, 45, 0.04);
    height: 240px;
    padding: 40px 20px 0;
    text-align: center;
}
.designer-item-img {
    display: inline-block;
    padding: 2px;
    border: 2px solid #507182;
    border-radius: 60px;
    margin-bottom: 12px;
}
.designer-item-img > img {
    border-radius: 60px;
}
.designer-detail-top {
    min-height: 320px;
    align-items: flex-start;
}
.designer-detail-img {
    display: inline-block;
    padding: 3px;
    border: 1px solid #507182;
    border-radius: 60px;
    margin-bottom: 12px;
}
.designer-detail-img > img {
    border-radius: 60px;
    width: 56px;
    height: 56px;
}
.social-link {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255,255,255,0.32);
    display: inline-block;
    border-radius: 12px;
    text-align: center;
    line-height: 24px;
    font-size: 80%;
}
.btn-queryprice {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 5;
}
p.success {
    color: green;
    margin-top: 1.5rem;
}
#detail-content img{max-width:100%;height:auto;}
/*#detail-content .font-14{line-height:12px;}*/

.menu-catalog {
    -moz-column-width: 250px;
    -webkit-column-width: 250px;
    column-width: 250px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -moz-column-rule: 1px solid #eee;
    -webkit-column-rule: 1px solid #eee;
    column-rule: 1px solid #eee;
    padding: 30px 0;
    font-size: 16px;
    /* font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */
}
.menu-catalog ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-catalog li {
    padding: 4px 0;
}
.menu-catalog li > ul {
    padding-top: 12px;
}
.menu-catalog .catalog-section-list > ul > li {
    margin-bottom: 16px;
    break-inside: avoid-column;
    /*break-before: column;
    break-after: column;*/
    display: inline-grid;
}
.menu-catalog .catalog-section-list > ul > li > a {
    font-weight: 600;
    text-transform: uppercase;
}
.menu-catalog a {
    opacity: 0.7;
}
.menu-catalog a:hover {
    opacity: 1;
}
.menu-brand {
	margin-top: 1.5em!important;
}
.menu-brand .brand-list {
	padding-bottom: 1.5em;
}
.menu-brand .brand-list > div{
	margin-bottom: 0!important;
	padding-top: 1em;
	padding-bottom: 1em;
	border-right: 1px solid #ccc;
}
.menu-brand .brand-list > div:nth-child(6n+6) {
	border-right: none;
}
.fly-wrap {
    position: unset;
    padding-right: 0;
}
.fly-wrap > a {
    margin: 0 14px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 4px 0;
    border-bottom: 2px solid transparent;
}
.fly-catalog {
    position: absolute;
    top: 100px;
    z-index: 999;
    color: #fff;
    width: 100%;
    right: 151%;
    transition: opacity 0.4s ease-in 0.4s, right 0s ease-out 0.4s;
    max-height: calc(100vh - 81px);
    overflow: auto;
    opacity: 0;
    transform:  translate(50%, 0);
}
.fly-wrap:hover > .fly-catalog {
    opacity: 1;
    right: 50%;
    transition: opacity 0.2s ease-in 0s, right 0s ease-out 0s;
}
.fly-catalog > .container,
.fly-catalog.container {
background-color: #2f3653;
/*    border: 1px solid #bbb;*/
	margin-top: 2px;
}
.brand-list img {
    max-height: 60px;
}
.btn-mmenu {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
    color: #fff !important;
}
header .fa-times {
    display: none;
}
body.open-mmenu header .fa-times {
    display: inline-block;
}
body.open-mmenu header .fa-bars {
    display: none;
}
.mmenu-wrap {
    position: fixed;
    top: 81px;
    z-index: 999;
    color: #000;
    width: 100%;
    right: 101%;
    transition: opacity 0.4s ease-in 0.4s, right 0s ease-out 0.4s;
    height: calc(100vh - 81px);
    overflow: auto;
    opacity: 0;
    background: #fff;
}
body.open-mmenu .mmenu-wrap {
    opacity: 1;
    right: 0;
    transition: opacity 0.2s ease-in 0s, right 0s ease-out 0s;
}
.partner-logo.slick-slider .slick-track {
    display: flex;
    align-items: center;
}
.partner-logo.slick-slider img {
    margin: 0 auto;
}

.catalog-section-list-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.catalog-section-list-item {
    padding-bottom: 8px;
}
.catalog-section-list-item > ul {
    /*display: none;*/
    list-style: none;
    margin: 0;
    padding: 8px 0 0 6px;
}
.catalog-section-list-list-link {
    white-space: normal !important;
}
.catalog-section-list-list-link.active + ul {
    display: block;
}
.catalog-section-list-list-link.active {
    font-weight: 500;
}

.catalog-section-list-item-img{background-size: contain!important;border:3px solid #fff!important;}

.prop-line {
    display: flex;
    align-items: start;
    margin-bottom: 4px;
    justify-content: space-between;
}
.prop-value {
    font-weight: 500;
}
.smart-filter-parameters-box-title-text {
    color: #000;
}
.smart-filter-angles:after, .smart-filter-angles:before {
    background-color: #000;
}
.contact-row{
    display: flex;
    gap:30px;
}
.contact-row .information{
    width:40%;
}
.contact-row .map{
    width:60%;
}
.contact-row .information ul li {
    list-style-type: none;
}
.contact-row .information ul {
    padding-left:20px;
}
.contact-row .information p{
    font-weight: 500;
}
.social-contact a i{
    font-size:30px;
}
.contact-row{
    margin-bottom:40px;
}
@media screen and (max-width:768px){
    .contact-row{
        flex-direction: column;
    }
    .contact-row .information{
        width:100%;
    }
    .contact-row .map{
        width:100%;
    }
}
.like-h3{
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 1.2;
}
.like-h2{
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
}
.sticky-detail-block{
    margin-top: 0px;
    padding-top: 50px;
}
.search-abs{
    position: absolute;
    width:550px;
    right:0px;
    top:50px;
    display: none;
}
.search-abs .smartSearch-form{
border:2px solid #2f3653;
}
.search-abs .js-smartSearch-submit{
    background-color:#2f3653;
    border-radius:0px;
    border-color:#2f3653;
    border:1px solid #2f3653;
}
.search-abs .js-smartSearch-submit:hover{
    background-color:#2f3653;
    opacity: 0.9;
    border-color:#2f3653;
}
.search-opener{
    cursor: pointer;
}
.js-smartSearch-result.open{
    height:350px;
    overflow-y: scroll;
}
.btn.btn-primary.order-call{
    margin-top:10px;
}
#callback .btn.btn-gold{
  background-color: #A48E64;
  border-color: #A48E64;
  color:#fff;
}
footer .menu{
    font-size:16px;
}
.menu-catalog{
    font-size:18px;
}