.btn-gold-outline {
	text-decoration: none;
	font-family: "Manrope", sans-serif;
	text-align: center;
	padding: 16px 48px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: rgba(255,255,255,0.1);
	color: #fff;
	border-radius: 8px;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(9.199999809265137px)
}
@media screen and (max-width: 576px) {
	.btn-gold-outline {
		padding: 13px 20px;
		font-size: 14px;
	}
}
.btn-gold-outline:hover {
	color: #423e39;
	border: 1px solid #c59f72;
	background-color: #f4e1bb;
}

.article--about {
    padding-top: 0;
}

.article-hero {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    max-width: 1400px;
}

.article-hero::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(100% 50% at 50% 50%, rgba(67, 50, 32, 0.8) 0%, rgba(67, 50, 32, 0.6) 50%, rgba(67, 50, 32, 0.2) 100%);
    z-index: 1;
    border-radius: 24px;
}

.article-hero .inner {
    position: relative;
    z-index: 2;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: left;
}

.article-hero__title {
    font-size: 72px;
    line-height: 1.2em;
    font-weight: bold;
}

.article-hero__title h1 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    margin: 0;
    padding: 0;
}

.article-hero__subtitle {
    font-size: 15px;
    line-height: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #C59F72;
    margin-bottom: 10px;
}

.article-hero__text {
    font-size: 20px;
    line-height: 32px;
    color: #D9D9D9;
    max-width: 600px;
    margin-top: 0.85em;
}

.section-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}

.section-buttons .btn {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 16px 32px 13px;
    min-height: 49px;
    width: auto;
}


.article-hero__buttons {
    margin-top: 55px;
}

.section-subtitle {
    font-size: 15px;
    line-height: 1.2em;
    font-weight: bold;
    color: #C59F72;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.article-hero + .breadcrumbs {
    padding-top: 18px;
    padding-bottom: 19px;
}

.about-intro__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 60px;
}

.about-intro__main {
    color: #888888;
    line-height: 1.6em;
    font-weight: 500;
    width: 730px;
    padding-right: 60px;
}

.about-intro__image {
    font-size: 0;
    line-height: 0;
    width: 670px;
    position: relative;
    flex-shrink: 0;
    padding-top: 3px;
}

.about-intro__image img {
    height: 460px;
    width: 100%;
    object-fit: cover;
    object-position: left center;
    border-radius: 24px;
}

.about-numbers {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
}

.about-numbers__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 21px 0px 19px;
}

.about-numbers__item {
    padding: 0 18px;
    text-align: center;
}

.about-numbers__value {
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    color: #423E39;
}

.about-numbers__description {
    margin-top: 6px;
}

.about-intro .head {
    margin-bottom: 26px;   
}

.about-intro__main p {
    margin-bottom: 12px;
}

.about-intro__main p:last-child {
    margin-bottom: 0;
}

.aboutus--mission {
    padding-top: 22px;
}

.head--mb-0 {
    margin-bottom: 0;
}

.head-subtitle {
    margin-top: 17px;
    margin-bottom: 44px;
}

.brands-item {
    overflow: hidden;
    border-radius: 24px;
}

.brands-item img {
    transition: transform .4s ease;
    transform: scale(1);
    border-radius: 24px;
}

.owl-carousel .owl-item .brands-item img {
    transition: transform .4s ease, opacity .4s ease;
}

.brands-item:hover img {
    transform: scale(1.15);
}

.listing-section-tab .tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.listing-section-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
}

.listing-section-tab .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
}

.listing-section-tab .owl-carousel .catalog__col,
.listing-section-tab .owl-carousel .catalog__item,
.listing-section-tab .owl-carousel .catalog__item .tabs-body-elem {
    height: 100%;
}

.brands-col {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.brands-item {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

@media screen and (max-width: 959px) {
    .listing-section-tab .tabs-nav .btn-all,
    .listing-section-tab .tabs-nav .btn-all-models {
        display: none;
    }

    .listing-section .tabs-body {
        margin-bottom: 24px;
    }

    .listing-section .owl-carousel .owl-nav {
        bottom: -24px;
        display: none;
    }

    .btn-row .btn-all {
        padding: 11px 19px 10px 28px;
        width: 100%;
        justify-content: space-between;
    }

    .listing-section__body {
        padding-bottom: 14px;
    }
}


.wow-sections.listing-section .tabs-body-elem-img .hover-content img {
    width: unset;
    max-width: 100%;
    display: inline-block;
}


.about-cta {
    text-align: center;
    margin: 0 40px 170px;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 662px;
    border-radius: 24px;
}

.about-cta::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(100% 50% at 50% 50%, rgba(67, 50, 32, 0.8) 0%, rgba(67, 50, 32, 0.6) 50%, rgba(67, 50, 32, 0.2) 100%);
    z-index: 1;
    border-radius: 24px;
}

.about-cta .inner {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-cta__title {
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
}

.about-cta__title h2,
.about-cta__title h3 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    margin: 0;
    padding: 0;
}

.about-cta__text {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #D9D9D9;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 26px;
}


.about-cta__buttons {
    margin-top: 55px;
}

.no-js .wow-sections .tabs-body-row.owl-carousel, .wow-sections .tabs-body-row.owl-carousel.owl-loaded {
    display: block;
}

.ourfeatures--about {
    padding-bottom: 97px;
}

.ourfeatures--about .head {
   margin-bottom: 32px; 
}

.people-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

.people-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    height: 300px;
}

.people-col:nth-child(6n+1),
.people-col:nth-child(6n+6) {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
}

.people-col:nth-child(6n+1),
.people-col:nth-child(6n+2),
.people-col:nth-child(6n+3) {
    height: 484px;
}

.people-item {
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
}

.people-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.people .head-subtitle {
    margin-top: 18px;
    color: #888888;
}

.cta-feedback {
    padding-bottom: 112px;
}

.about-cta-new {
  display: flex;
  background-color: #f7f7f7;
  border-radius: 24px;
  overflow: hidden;
  min-height: 400px;
  max-width: 1400px;
  margin: 40px auto;
}

.about-cta-new__content {
  flex: 1.1;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-cta-new__subtitle {
  color: #be976d;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-cta-new__title-block {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.about-cta-new__title {
  font-size: 32px;
  color: #2c2c2c;
  line-height: 1.2;
  margin: 0;
  font-weight: 700;
}

.about-cta-new__text {
  font-size: 15px;
  color: #7c7c7c;
  line-height: 1.6;
  margin: 0 0 35px 0;
  max-width: 480px;
}

/* Кнопки */
.about-cta-new__buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.about-cta-new__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.about-cta-new__btn--solid {
  background-color: #be976d;
  color: #fff;
  border: 1px solid #be976d;
}

.about-cta-new__btn--solid:hover {
  background-color: #a88159;
  border-color: #a88159;
}

.about-cta-new__btn--outline {
  background-color: transparent;
  color: #333;
  border: 1px solid #d5c3b0;
}

.about-cta-new__btn--outline:hover {
  background-color: #f2ede7;
  border-color: #be976d;
}

.about-cta-new__image-wrapper {
  flex: 0.9;
  position: relative;
}

.about-cta-new__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 24px;
}

@media (max-width: 991px) {
  .about-cta-new {
    flex-direction: column;
    border-radius: 16px;
  }
  
  .about-cta-new__image-wrapper {
    height: 250px;
    flex: none;
  }
  
  .about-cta-new__content {
    padding: 30px 20px;
    flex: none;
  }

  .about-cta-new__title {
    font-size: 26px;
  }
}


.cta-feedback .head {
    margin-bottom: 34px;
}

.cta-feedback .section-subtitle {
    margin-bottom: 3px;
}

.cta-feedback .head-ttl {
    line-height: 1.1875em;
}

.cta-feedback__wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: #F5F5F5;
    border-radius: 24px;
}

.cta-feedback__text {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #888888;
    padding: 60px;
    width: calc(100% - 500px);
}

.cta-feedback__form {
    padding: 40px;
    width: 500px;
    flex-shrink: 0;
}

.cta-feedback .form__input {
    height: 50px;
}

.cta-feedback .form__input,
.cta-feedback .form__textarea {
    background-color: #fff;
    border-radius: 8px;
}

.cta-feedback .form__textarea {
    border-radius: 14px;
    padding-left: 24px;
    padding-right: 24px;
    border: 1px solid #C59F72;
    font-size: 15px;
    height: 119px;
}

.cta-feedback .form__item-input {
    padding-bottom: 12px;
}

.cta-feedback .form__item-btns {
    margin-top: 19px;
}

.cta-feedback .form__item-btns .btn {
    width: 100%;
}

.cta-feedback .form__item-agree {
    padding-top: 18px;
}

.cta-feedback .form__item-textarea + .form__item-agree {
    padding-top: 20px;
}

.cta-feedback__form .popup-form__messange {
    position: static;
    margin-top: 16px;   
}

.promo-subscribe--about.gray_bg {
    padding-top: 37px;
    padding-bottom: 25px;
}

.promo-subscribe--about .promo-subscribe__title {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: bold;
    letter-spacing: 0;
    padding-bottom: 33px;
}

.promo-subscribe--about .promo-subscribe__subtitle {
    padding-bottom: 4px;
    letter-spacing: 0;
}

.promo-subscribe--about .form__check-text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

.promo-subscribe--about .form__check-check {
    margin-top: 3px;
}

.promo-subscribe--about .popup-form__item-agree {
    padding-top: 17px;
}

.wow-sections .tabs-body-elem-img .new.green {
    background-color: #2CB04B;
    color: #fff;
}

.usefularticles-tab--about {
    padding-bottom: 118px;
}

.usefularticles-tab--about .tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.usefularticles-tab--about .tabs-nav__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #504c48;
    border-radius: 12px;
    margin-right: 20px;
    text-decoration: none;
}

.usefularticles-tab--about .tabs-nav__link {
    padding: 14px 24px;
    color: #504c48;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    white-space: nowrap;
}

.usefularticles-tab--about .tabs-nav__link.active-tab {
    background-color: #504c48;
    color: #fff;
}

.article-play {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    margin: auto;
    z-index: 2;
    background-color: rgba(0,0,0,0.7);
    border-radius: 50%;
    transition: transform .25s ease;
    transform: scale(1);
}

.article-play svg {
    margin: 8px;
    width: 40px;
    height: 40px;
}

.usefularticles-tab--about .usefularticles-item:hover .article-play {
    transform: scale(1.15);
}


.official-distributor-label {
	display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2em;
    margin: 11px 0 23px;
    color: #413E3B;
}

.official-distributor-label__icon {
    display: block;
    width: 16px;
    height: 16px;
	margin-right: 8px;
	font-size: 0;
	line-height: 0;
}

.official-distributor-label__icon svg {
	width: 16px;
    height: 16px;
}

@media (max-width: 1439px) {
	.official-distributor-label {
		margin-top: 11px;
		margin-bottom: 24px;
	}	
}

@media (max-width: 1365px) {
	.official-distributor-label {
		margin-top: 17px;
		margin-bottom: 24px;
	}	
}

@media (max-width: 639px) {
	.official-distributor-label {
		margin-top: 24px;
		margin-bottom: 23px;
	}	
}


.usefularticles-item .date {
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    padding-top: 2px;
    margin-bottom: 1em;
}

.usefularticles-tab--about .usefularticles-item .name {
    font-size: 15px;
    line-height: 1.2em;
    color: #423E39;
}

.usefularticles-tab--about .head {
    margin-bottom: 31px;
}

.stores {
    padding-bottom: 112px;
}

.stores__wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: flex-start;
}

.stores__list {
    width: 482px;
    margin-right: 40px;
    flex-shrink: 0;
}

.stores__list .scrollbar-container {
    height: 560px;
    overflow-y: auto;
}

.stores__map {
    width: calc(100% - 522px);
    height: 560px;
}

.stores__list-inner {
    padding-right: 30px;
}

.stores .oursrore-row {
    display: block;
}

.simplebar-track.simplebar-vertical::before {
    content: '';
    display: block;
    width: 10px;
    height: 8px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.42095 0.409258C4.85351 -0.157004 5.71423 -0.131375 6.11233 0.459621L9.82054 5.9646C10.2865 6.65636 9.79085 7.5879 8.95678 7.5879H1.04337C0.180917 7.5879 -0.30779 6.5996 0.215752 5.91424L4.42095 0.409258Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    top: -13px;
    right: 0px;
}

.simplebar-track.simplebar-vertical::after {
    content: '';
    display: block;
    width: 10px;
    height: 8px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.42095 7.17863C4.85351 7.74489 5.71423 7.71927 6.11233 7.12827L9.82054 1.62329C10.2865 0.931526 9.79085 -1.28746e-05 8.95678 -1.28746e-05H1.04337C0.180917 -1.28746e-05 -0.30779 0.988287 0.215752 1.67365L4.42095 7.17863Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    bottom: -13px;
    right: 0px;
}

.simplebar-track.simplebar-vertical {
    width: 10px;
    top: 13px;
    bottom: 13px;
    background: #D9D9D9;
    border-radius: 30px;
}

.simplebar-track {
    overflow: visible;
}

.simplebar-scrollbar:before {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.stores .oursrore-col:last-child {
    margin-bottom: 0;
}

.oursrore-row {
    margin-bottom: 20px;
}

.oursrore-row:last-child {
    margin-bottom: 0;
}

.stores .oursrore-item .addr .name {
    margin-bottom: 9px;
}

.stores .oursrore-item .work .point:not(:last-child) {
    margin-bottom: 23px;
}

.stores .oursrore-item .addr {
    margin-bottom: 26px;
}

.stores .oursrore-item {
    padding-top: 31px;
    box-shadow: 0px 10px 20px -12px rgba(56, 42, 1, 0.1);
}

.stores .oursrore-item .work {
    margin-bottom: 3px;
}

.stores .oursrore-item .btn-all, .stores .oursrore-item .btn-all-models {
    padding-bottom: 9px;
}

.stores .btn-all i, 
.stores .btn-all-models i {
    width: 6px;
    height: 12px;
}

.stores .contacts-map {
    height: 100%;
}

.stores .head {
    margin-bottom: 33px;
}

@media (max-width: 1439px) {
    .article-hero {
        min-height: 750px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .stores__list .scrollbar-container {
        height: 500px;
    }

    .stores__map {
        height: 500px;
    }

    .about-cta {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width: 1365px) {
    .article-hero {
        margin-left: 20px;
        margin-right: 20px;
    }

    .about-intro__wrapper {
        display: block;
    }

    .about-intro__main {
        width: 100%;
        padding-right: 0;
        padding-top: 60px;
    }

    .about-intro__image {
        padding-top: 0;
        width: 100%;
        margin-top: 59px;
    }

    .article--about {
        padding-bottom: 76px;
    }

    .about-numbers__wrapper {
        justify-content: space-between;
        padding-left: 32px;
        padding-right: 32px;
    }

    .about-numbers__item {
        min-width: 223px;
    }

    .about-intro {
        padding-bottom: 100px;
    }

    .cta-feedback__text {
        width: calc(100% - 460px);
        padding: 40px;
    }

    .cta-feedback__form {
        width: 460px;
    }

    .stores__list {
        width: 342px;
        margin-right: 20px;
    }

    .stores__list-inner {
        padding-right: 22px;
    }

    .stores__map {
        width: calc(100% - 362px);
    }

    .stores__list .scrollbar-container {
        height: 356px;
    }

    .stores__map {
        height: 356px;
    }

    .people-col {
        height: 196px;
    }

    .people-col:nth-child(6n+1), .people-col:nth-child(6n+2), .people-col:nth-child(6n+3) {
        height: 316px;
    }

    .listing-section .brands-col {
        width: 280px;
    }

    .listing-section-row.brands-row {
        margin-right: -15px;
        width: calc(100% + 15px);
    }

    .listing-section-tab .tabs-nav {
        align-items: flex-end;
    }

    .listing-section-tab .tabs-nav .head-ttl {
        padding-bottom: 2px;
    }

    .aboutus--mission {
        padding-bottom: 73px;
    }

    .listing-section-tab .owl-carousel .catalog__col {
        width: 300px;
    }

    .listing-section-tab.wow-sections .tabs-body-row {
        margin-right: -15px;
        width: calc(100% + 15px);
    }

    .about-cta {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 1000px) {
    .aboutus--mission .aboutus-row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .aboutus--mission .aboutus-col {
        margin-bottom: 16px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .stores .oursrore-col {
        margin-bottom: 20px;
    }
}

@media (max-width: 959px) {
    .article-hero {
        margin-left: 10px;
        margin-right: 10px;
        min-height: 488px;
    }

    .article-hero .inner {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .article-hero__title {
        font-size: 28px;
        line-height: 34px;
    }

    .article-hero__text {
        font-size: 16px;
        line-height: 1.4em;
        margin-top: 25px;
    }

    .article-hero__subtitle {
        margin-bottom: 21px;
    }

    .article-hero__buttons {
        margin-top: 44px;
    }

    .about-page-content .inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .article--about .breadcrumbs .inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .about-numbers__wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .about-numbers__item {
        min-width: unset;
    }

    .about-intro .head-ttl {
        font-size: 24px;
    }

    .section-subtitle {
        margin-bottom: 6px;
    }

    .about-intro .head {
        margin-bottom: 28px;
    }

    .about-intro__image {
        margin-top: 31px;
    }

    .aboutus--mission {
        padding-top: 24px;
        padding-bottom: 78px;
    }

    .aboutus--mission .head-ttl {
        font-size: 24px;
    }

    .head-subtitle {
        margin-bottom: 22px;
    }

    .aboutus--mission .aboutus-col:nth-child(6n+1),
    .aboutus--mission .aboutus-col:nth-child(6n+6),
    .aboutus--mission .aboutus-col--wide {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
    }

    .aboutus-col--mobile-hidden {
        display: none;
    }

    .aboutus--mission .aboutus-item .name {
        font-size: 18px;
    }

    .aboutus--mission .head-subtitle {
        display: none;
    }

    .aboutus--mission .head {
        margin-bottom: 18px;
    }

    .aboutus-item {
        padding-top: 31px;
    }

    .cta-feedback {
        padding-bottom: 94px;
    }

    .cta-feedback__wrapper {
        display: block;
        border-radius: 16px;
    }

    .cta-feedback__text {
        width: 100%;
        padding: 45px 20px 7px;
    }
    
    .cta-feedback .head {
        margin-bottom: 19px;
    }

    .cta-feedback__form {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .cta-feedback .section-subtitle {
        margin-bottom: 6px;
    }

    .cta-feedback .form__input {
        font-size: 14px;
        padding-left: 14px;
        padding-right: 14px;
    }
    
    .cta-feedback .form__item-btns .btn {
        padding-top: 17px;
        padding-bottom: 12px;
    }

    .cta-feedback .form__item-btns {
        margin-top: 18px;
    }

    .stores__wrapper {
        display: block;
    }

    .stores__list {
        width: 100%;
        margin-right: 0;
    }

    .stores__map {
        width: 100%;
        height: 383px;
        margin-top: 20px;
    }

    .stores__list .scrollbar-container {
        height: 400px;
    }

    .people-row {
        flex-wrap: nowrap;
        overflow: auto;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: -15px;
        width: calc(100% + 15px);
    }

    .people-col {
        flex-shrink: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        max-width: 220px;
        height: 300px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .people-col:nth-child(6n+1) {
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        max-width: 280px;
    }
    
    .people-col:nth-child(6n+6) {
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        max-width: 220px;
    }

    .people-col:nth-child(6n+1), .people-col:nth-child(6n+2), .people-col:nth-child(6n+3) {
        height: 300px;
    }
    
    .about-page-content .head-ttl {
        font-size: 24px;
    }

    .listing-section .btn-row {
        display: block;
    }

    .wow-sections.listing-section-tab .tabs-nav {
        margin-bottom: 30px;
    }

    .listing-section-tab .tabs-nav .head-ttl {
        padding-bottom: 0;
    }
    
    .listing-section-tab .owl-carousel .catalog__col {
        width: 280px;
    }

    .listing-section.wow-sections {
        padding-bottom: 86px;
    }

    .about-cta {
        min-height: 427px;
        margin-bottom: 94px;
    }

    .about-cta__title {
        font-size: 24px;
        line-height: 29px;
    }

    .about-cta__text {
        font-size: 16px;
        line-height: 22px;
    }

    .about-cta__buttons {
        margin-top: 56px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .about-page-content .about-cta .inner {
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 66px;
    }

    .ourfeatures--about .ourfeatures-row {
        margin-left: 0;
        margin-right: -15px;
        width: calc(100% + 15px);
    }

    .ourfeatures--about .head {
        margin-bottom: 18px;
    }

    .ourfeatures-item {
        padding: 30px;
    }

    .ourfeatures-item .name__ttl {
        font-size: 18px;
    }

    .stores .section-subtitle {
        margin-bottom: 13px;
    }

    .ourfeatures--about {
        padding-bottom: 83px;
    }

    .stores {
        padding-bottom: 101px;
    }

    .stores .head {
        margin-bottom: 23px;
    }

    .stores .oursrore-item {
        padding: 31px 30px 30px;
    }

    .people {
        padding-bottom: 100px;
    }

    .people .head-subtitle {
        line-height: 24px;
        margin-top: 20px;
        margin-bottom: 38px;
    }

    .usefularticles-tab--about {
        padding-bottom: 51px;
    }

    .usefularticles-tab--about .head {
        margin-bottom: 22px;
    }

    .usefularticles-tab--about .tabs-nav__link {
        padding-top: 14px;
        padding-bottom: 11px;
    }

    .usefularticles-tab--about .tabs-nav .btn-all,
    .usefularticles-tab--about .tabs-nav .btn-all-models {
        padding-top: 12px;
        padding-bottom: 9px;
    }

    .usefularticles-tab--about .btn-row {
        display: none;
    }

    .usefularticles-tab--about .owl-carousel .owl-nav {
        display: none;
    }

    .usefularticles-tab--about .tabs-nav {
        margin-bottom: 24px;
    }

    .usefularticles-tab--about .usefularticles-item .img {
        margin-bottom: 19px;
    }

    .usefularticles-item .date {
        margin-bottom: 13px;
    }

    .usefularticles-tab--about .usefularticles-col {
        width: 280px;
    }

    .usefularticles-tab--about .t-carousel {
        width: calc(100% + 15px);
        margin-right: -15px;
    }

    .promo-subscribe--about.gray_bg {
        padding: 45px 35px 33px;
        margin-bottom: 20px;
    }

    .promo-subscribe--about .promo-subscribe__title {
        font-size: 24px;
        padding-bottom: 34px;
    }

    .promo-subscribe--about .promo-subscribe__subtitle {
        font-size: 15px;
        letter-spacing: 0;
        padding-bottom: 0;
    }

    .promo-subscribe.gray_bg .promo-subscribe__input {
        height: 52px;
    }

    .promo-subscribe--about .form__check-check {
        margin-top: 4px;
    }

    .promo-subscribe--about .popup-form__item-agree {
        padding-top: 16px;
    }
}

@media (max-width: 639px) {
    .article-hero {
        min-height: 593px;
    }

    .article-hero__buttons {
        
    }

    .article--about .breadcrumbs__list {
        font-size: 14px;
    }

    .section-buttons {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -12px;
    }

    .section-buttons .btn {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 12px;
        width: 100%;
    }

    .listing-section-tab .tabs-nav {
        margin-bottom: 18px;
    }

    .about-numbers__wrapper {
        flex-wrap: wrap;
        padding: 25px 10px 23px;
    }

    .about-numbers {
        bottom: -25px;
    }

    .about-numbers__item {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 12px;
    }

    .about-numbers__item:nth-child(1),
    .about-numbers__item:nth-child(2) {
        padding-top: 0;
    }

    .aboutus--mission {
        padding-top: 11px;
        padding-bottom: 67px;
    }
    
    .aboutus--mission .aboutus-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
    }

    .aboutus--mission .aboutus-item {
        padding-top: 31px;
        min-height: 144px;
    }

    .stores__list .scrollbar-container {
        height: 400px;
    }

    .stores__map {
        height: 204px;
    }

    
    .usefularticles-tab--about .tabs-nav .btn-all {
        display: none;
    }

    .listing-section--brands {
        padding-bottom: 71px;
    }

    .about-cta {
        min-height: unset;
        margin-bottom: 94px;
    }

    .about-cta__buttons {
        margin-top: 44px;
    }

    .about-page-content .about-cta .inner {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 94px;
        padding-bottom: 100px;
    }

    .listing-section.wow-sections {
        padding-bottom: 76px;
    }

    .ourfeatures--about .head {
        margin-bottom: 19px;
    }

    .ourfeatures--about {
        padding-bottom: 72px;
    }

    .stores {
        padding-bottom: 91px;
    }

    .people {
        padding-bottom: 90px;
    }

    .people .head-subtitle {
        margin-bottom: 39px;
    }

    .cta-feedback__form {
        padding-top: 41px;
    }

    .cta-feedback .form__check-text {
        font-size: 14px;
        line-height: 1em;
    }

    .cta-feedback .form__check-check {
        margin-top: 4px;
    }

    .cta-feedback .form__item-agree {
        padding-top: 16px;
    }

    .cta-feedback .form__item-textarea + .form__item-agree {
        padding-top: 18px;
    }

    .usefularticles-tab--about .btn-row {
        display: block;
    }

    .usefularticles-tab--about .tabs-body {
        margin-bottom: 5px;
    }

    .usefularticles-tab--about {
        padding-bottom: 90px;
    }

    .promo-subscribe--about .promo-subscribe__subtitle {
        padding-bottom: 6px;
    }

    .promo-subscribe--about {
        .inner {
            padding-left: 0;
            padding-right: 0;
        }
    }

    .promo-subscribe--about.gray_bg {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 30px;
    }
}

.about-intro__main h3 {
    font-weight: 700;
    margin: 1.5em 0 2em;
    font-size: 20px;
    color: #423e39;
    font-family: Manrope;
}

.about-intro__main ul {
    list-style-position: inside;
    margin: 1em 0;
}

.about-intro__main ul li {
    margin: 1em 0 0;
}

.about-intro__main ul li:first-child {
    margin-top: 0;
}

.ourfeatures-item{
    max-height: 280px;
    min-height: 250px;
}
.ourfeatures-item .name{
    justify-content: start !important;
}
.ourfeatures-item img{
    margin-bottom: 40px !important;
}
.seo-expandable {
  max-width: 1400px;
  margin: 40px auto;
  padding: 0 15px;
  font-family: inherit;
}

.seo-expandable__title {
  font-size: 20px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 16px;
}

.seo-expandable__container {
  position: relative;
  max-height: 80px;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.seo-expandable__content p {
  font-size: 14px;
  line-height: 1.6;
  color: #7c7c7c;
  margin: 0 0 12px 0;
}

.seo-expandable__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.seo-expandable__container.is-expanded .seo-expandable__fade {
  opacity: 0;
}

.seo-expandable__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 0;
  margin-top: 12px;
  color: #be976d;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease;
}

.seo-expandable__btn:hover {
  color: #a88159;
}

.seo-expandable__icon {
  transition: transform 0.3s ease;
}

.seo-expandable__btn.is-active .seo-expandable__icon {
  transform: rotate(180deg);
}