

/* Start:/local/templates/meetropol/assets/css/main.css?17546637068792*/
    max-width: 2500px;/*main teaser section*/
.main-teaser {
  background-image: url("/local/templates/meetropol/assets/css/../images/main/main-teaser.jpg");
  min-height: calc(100vh - 70px);
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 176px;
  background-size: cover;
  background-position: center;
}

.main-teaser:before {
  font-family: var(--font-morely);
  content: "MEETROPOL";
  position: absolute;
  bottom: 6%;
  left: 0;
  right: 0;
  font-weight: 400;
  font-size: 245px;
  line-height: 100px;
  text-transform: uppercase;
  color: var(--color-background);
  z-index: 10;
  text-align: center;
}

.main-teaser:after {
  background: linear-gradient(
    182.05deg,
    rgba(37, 42, 48, 0.97) -5.68%,
    rgba(37, 42, 48, 0.5723) 123.62%
  );
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-teaser__title {
  font-weight: 200;
  font-size: 66px;
  line-height: 86px;
  text-align: center;
  color: #ffffff;
  max-width: 65%;
  position: relative;
  z-index: 10;
  margin-bottom: 10%;
}

/*main offer section*/
.main-offer {
  margin-bottom: 159px;
  padding-bottom: 87px;
  border-bottom: 1px solid #e5e6e9;
}

.main-offer__title {
  font-family: var(--font-tenor-sans);
  font-weight: 400;
  font-size: 144px;
  line-height: 132px;
  text-transform: uppercase;
  color: #28282c;
  transform: translate(-17px, 0px) !important;
}

.main-offer__description {
  font-family: var(--font-tenor-sans);
  font-weight: 400;
  font-size: 35px;
  line-height: 58px;
  text-transform: uppercase;
  color: var(--color-black);
  margin: 56px 0 72px 0;
}

.main-offer__separator {
  height: 2px;
  background: #645959;
  margin-top: 33px;
}

.main-offer__advantage {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6a717c;
}

.main-offer__advantages .row div:nth-child(2) {
  margin-top: 72px;
}

/*main available section*/
.main-available {
  margin-bottom: 80px;
}

.main-available__control-row {
  grid-template-columns: 50% 50%;
  margin-bottom: 20px;
}

.main-available__everyone {
  font-weight: 400;
  font-size: 60px;
  line-height: 71px;
  text-transform: uppercase;
  font-family: var(--font-tenor-sans);
  cursor: pointer;
  color: #bbc0d1;
}

.main-available__everyone.active {
  transform: translate(0px, -72px);
  color: var(--color-black);
}

.main-available__womens {
  padding-left: 20%;
  display: flex;
  align-items: end;
}

.main-available__womens:after {
  background-image: url("/local/templates/meetropol/assets/css/../images/main/available-inactive.svg");
  content: "";
  width: 46px;
  height: 46px;
  margin: 0 0 5px 1px;
}

.main-available__mans {
  padding-left: 20%;
  display: flex;
  align-items: end;
}

.main-available__mans:after {
  transform: rotate(90deg);
}

.main-available__womens:after,
.main-available__mans:after {
  background-image: url("/local/templates/meetropol/assets/css/../images/main/available-inactive.svg");
  content: "";
  width: 46px;
  height: 46px;
  margin: 0 0 5px 1px;
}

.main-available__everyone.active .main-available__womens:after,
.main-available__everyone.active .main-available__mans:after {
  background-image: url("/local/templates/meetropol/assets/css/../images/main/available-active.svg");
}

.main-available__products {
  padding: 0 10%;
}

.main-available__products .swiper-slide-visible.swiper-slide-active {
  transform: translate3d(0px, 90px, -100px) rotate(-15deg) scale(0.7) !important;
}

.main-available__products .swiper-slide-visible {
  transform: translate3d(0px, 90px, -100px) rotate(15deg) scale(0.7) !important;
}

.main-available__products .swiper-slide-next {
  transform: translate3d(0px, 0px, -100px) rotate(0deg) scale(0.9) !important;
}

.main-available__products .swiper-button-prev:after {
  background-image: url("/local/templates/meetropol/assets/css/../images/main/prev.svg");
  content: "";
  width: 55px;
  height: 8px;
}

.main-available__products .swiper-button-prev {
  width: inherit;
  left: 30%;
}

.main-available__products .swiper-button-next:after {
  background-image: url("/local/templates/meetropol/assets/css/../images/main/next.svg");
  content: "";
  width: 55px;
  height: 8px;
}

.main-available__products .swiper-button-next {
  width: inherit;
  right: 30%;
}

/*delete title block*/
.main-available__products .product__title {
  display: none !important;
}

.main-available__products .swiper-slide-next .product__title {
  display: grid !important;
}

.main-available__products a.product__link {
  grid-column: 1 / -1;
  margin: 16px 0 8px 0;
}

.main-available__products .swiper-slide-next a.product__link {
  color: var(--color-black);
}

.product.swiper-slide .product__title {
  grid-template-columns: auto 2fr;
  column-gap: 15px;
}

/*main new additions section*/
.main-incoming {
  margin-bottom: 152px;
}

.main-incoming__description {
  grid-template-columns: max-content auto;
  column-gap: 30px;
  align-items: baseline;
  margin-left: 8.33%;
  padding-top: 32px;
  position: relative;
  z-index: 10;
}

.main-incoming__title {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #463e3e;
}

.main-incoming__transform {
  transform: translate(0px, -80px);
}

.main-incoming
  .main-incoming__transform
  > div:first-child
  .product
  .product__offer-block,
.main-incoming
  .main-incoming__transform
  > div:nth-child(2)
  .product
  .product__offer-block {
  height: 108px;
}

/*main telegram*/
.main-telegram {
  margin-bottom: 259px;
  overflow: hidden;
  height: 600px;
  padding-top: 137px;
}

.main-telegram__bg {
  height: 463px;
  background: #232a31;
}

.main-telegram__block {
  grid-template-columns: 300px 110%;
  transform: translate(0px, -134px);
  margin-left: 12.5%;
  column-gap: 155px;
}

.main-telegram__title {
  font-weight: 400;
  font-size: 47px;
  line-height: 79px;
  text-transform: uppercase;
  color: #232a31;
  font-family: var(--font-tenor-sans);
  margin-bottom: 30px;
}

.main-telegram__title span {
  color: var(--color-white);
}

.main-telegram__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: var(--color-white);
}

.main-telegram__text span {
  font-weight: 500;
  color: var(--color-brown);
}

.main-telegram__right-col {
  padding-top: 70px;
}

.main-telegram__carousel {
  margin-bottom: 70px;
}

.main-telegram__list {
  grid-template-columns: repeat(3, max-content);
  column-gap: 85px;
}

.main-telegram__item {
  grid-template-columns: max-content max-content;
  column-gap: 11px;
  font-weight: 300;
  font-size: 22px;
  line-height: 20px;
}

a.main-telegram__link {
  color: var(--color-white);
}

/*main categories*/
.main-categories {
  margin-bottom: -159px;
}

.main-categories__transform {
  transform: translate(0px, -335px);
}

a.main-categories__into-catalog {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: var(--color-black);
}

.main-categories__into-catalog-icon {
  margin-left: 14px;
}

.main-categories__list {
  width: 33.33%;
  margin-top: 56px;
  z-index: 10;
}

a.main-categories__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  grid-template-columns: auto auto;
  border-top: 1px solid #cbcbcb;
  padding: 16px 0;
}

a.main-categories__item:last-child {
  border-bottom: 1px solid #cbcbcb;
}

a.main-categories__item:after {
  background: url("/local/templates/meetropol/assets/css/../images/main/arrow.svg");
  content: "";
  width: 24px;
  height: 24px;
}

a.main-categories__item:hover:after {
  background: url("/local/templates/meetropol/assets/css/../images/main/arrow-hover.svg");
}

.main-categories__link {
  color: #b1b1b4;
}

a.main-categories__item.active .main-categories__link {
  color: var(--color-black);
}

/*main articles*/
.main-articles {
  margin-bottom: 176px;
}

.main-articles__headline-2 {
  line-height: 35px !important;
}

.main-articles__description {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 44px 0 0 0;
  width: 175px;
}

.main-articles__next-article {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

a.main-articles__next-article-link {
  color: #000000;
}

.main-articles__next-article-icon {
  margin-left: 17px;
}

.main-articles__text-block {
  margin-bottom: 132px;
}

.main-articles__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 24px;
  width: 70%;
  text-transform: uppercase;
  font-family: var(--font-tenor-sans);
}

.main-articles__link {
  color: #28282c;
}

.main-articles__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #464757;
  width: 70%;
}

.main-articles__image {
  width: 100%;
}
.main-block__newArrival-wrapper {
    max-width: 2500px;
    margin: 0 auto;
}
.main-block h2{
  text-align: center;
}
@media all and (max-width: 1024px) {
	.china-detail {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 20px 0;
		flex-direction: column;
		align-content: center;
	}
  .main-block__section-preview .section-preview__bg-image img{
    width: fit-content;
  }
}
/* End */


/* Start:/local/templates/meetropol/assets/css/swiper-bundle.min.css?174488851016458*/
/**
 * Swiper 8.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 6, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:flat}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/meetropol/assets/css/brands.css?17448885107051*/
.brands h3{
    color: #545454;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.brands ul{
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, 185px);
    gap: 0;
}

.brands ul li{
    width: 108px;
    margin-bottom: 58px;
    text-align: center;
}

.brands ul li img{
    display: block;
    width: 100%;
}
.brands ul li p{
    color: #BC7432;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
    margin-top: 9px;
}
@media (max-width: 1400px){
    .brands ul{
        grid-template-columns: repeat(auto-fill, 170px);
    }
}
@media (max-width: 768px){
    .brands ul{
        grid-template-columns: repeat(auto-fill, 160px);
    }
    .brands ul li{
        width: 100px;
        margin-bottom: 58px;
    }
}
@media (max-width: 520px){
    .brands ul{
        grid-template-columns: repeat(auto-fill, 1fr);
    }
    .brands ul li{
        width: 90px;
        margin-bottom: 58px;
    }
}
/**
Список на главной
 */
.brands-list{
    margin-top: 75px;
    position: relative;
    margin-bottom: 120px;
    text-align: center;
    max-width: 1200px;
    margin: auto;
}
.brands-list--section{
    margin-top: 70px;
    margin-bottom: 4rem;
}
.brands-list--section h2{
    color: #545454;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.brands-list ul{
    padding: 0 46px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    gap: 77px;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 4rem; 
    flex-wrap: wrap;
}
.brands-list .btn-addtocart {
    display: inline-block;
}

@media (max-width: 1280px) {
    .brands-list ul{ grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 768px) {
    .brands-list ul{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 540px) {
    .brands-list ul{ grid-template-columns: repeat(2, 1fr); }
}
.brands-list ul li{
    width: 100px;
    height: 100px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex: 30%;
}
@media (max-width: 1100px){
    .brands-list--section{
        margin-top: 5px;
    }
    .brands-list{
        margin-bottom: 80px;
    }
    .brands-list--section h2{
        font-size: 24px !important;
    }
}
.catalog-brands .brand-banner img {
    width: 100%;
}
.catalog-brands .container-fluid {
    padding: 0;
}

.catalog-brands .brand-desc blockquote {
    color: #333;
    padding: 20px 20px 20px 40px;
    position: relative;
    font-style: italic;
    margin: 2rem 0px;
    border: 1px solid #000;
    border-radius: 20px;
-webkit-box-shadow: 10px 0px 20px -3px rgba(0, 0, 0, 0.18);
-moz-box-shadow: 10px 0px 20px -3px rgba(0, 0, 0, 0.18);
box-shadow: 10px 0px 20px -3px rgba(0, 0, 0, 0.18);
}
.catalog-brands .brand-desc blockquote::before {
    content: " ";
    display: block;
    top: 20px;
    left: 20px;
    bottom: 20px;
    position: absolute;
    width: 6px;
	color:#FD9300;
    background-color: #FD9300;
}
.catalog-brands .brand-desc .delivery-card__pay {
    text-align: center;
}
.brand-flex {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 4rem 0;
}
.catalog-brands .brand-desc table {
    font-size: 1.125rem;
    color: #545454;
}
.catalog-brands .brand-desc table>:not(caption)>*>* {
    border: 0;
    padding: 1rem 0.5rem;
}
.catalog-brands .brand-desc table th {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 120%;
}
.catalog-brands .brand-desc table svg {
    margin-left: 4rem;
}
.catalog-brands .brand-desc table td {
    width: 33%;
    min-width: 320px;
}
.catalog-brands .brand-desc table tr td:not(:first-child) {
    font-weight: 700;
}
.catalog-brands .brand-desc>img {
    padding: 0 5.56rem;
    margin-top: 2.88rem;
    margin-bottom: 2.88rem;
}
.catalog-brands .brand-desc h2 {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
.catalog-brands .brand-desc .table-responsive {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border: 1px solid #fff;
    margin-top: 3rem;
    padding: 2rem 4rem;
    -webkit-box-shadow: 0px 14px 25px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 14px 25px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 14px 25px 0px rgba(0, 0, 0, 0.18);
}
.catalog-brands .brand-desc .table-mark {
    position: relative;
}
.catalog-brands .brand-desc .table-mark-gray::before {
    background-image: url(/local/templates/meetropol/assets/css/../images/kopiya-brenda-vs-replika/mark-gray.svg);
}
.catalog-brands .brand-desc .table-mark-green::before {
    background-image: url(/local/templates/meetropol/assets/css/../images/kopiya-brenda-vs-replika/mark-green.svg);
}
.catalog-brands .brand-desc .table-mark-red::before {
    background-image: url(/local/templates/meetropol/assets/css/../images/kopiya-brenda-vs-replika/mark-red.svg);
}
.catalog-brands .brand-desc .table-mark::before {
    content: "";
    position: absolute;
    width: 19px;
    height: calc(100% - 2rem);
    left: calc(-19px - 0.5rem);
    background-position: center;
    background-repeat: no-repeat;
}
.catalog-brands .brand-desc .banner img {
	margin: 20px 0;
}


.main-block__advantages {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	color: #000;
	gap: 4rem;
    margin: 4rem 0;
}
.main-block__advantages--item {
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.18);
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.18);
    width: 30%;
    position: relative;
}
.main-block__advantages .main-block__advantages--item .main-block__advantages--text {
    padding: 20px;
}
.main-block__advantages--item::before {
  position: absolute;
    left: 20px;
    top: -35px;
}
.advantage-preview__1::before {
  content: url('/local/templates/meetropol/assets/images/brands/advantage1.png');  
}
.advantage-preview__2::before {
  content: url('/local/templates/meetropol/assets/images/brands/advantage2.png');  
}
.advantage-preview__3::before {
  content: url('/local/templates/meetropol/assets/images/brands/advantage3.png');  
}
.advantage-preview__4::before {
  content: url('/local/templates/meetropol/assets/images/brands/advantage4.png');  
}
.advantage-preview__5::before {
  content: url('/local/templates/meetropol/assets/images/brands/advantage5.png');  
}
@media screen and (max-width: 900px) {
	.main-block__advantages--item {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
}
.btn-brand-more {
    color: #BC7432;
    background: #faf4ef;
    padding: 15px 25px;
}
@media screen and (max-width: 540px) {
	.catalog-brands .catalog-items {
        gap: 0.5em;
        grid-template-columns: repeat(3, 1fr);
    }
}
/* End */


/* Start:/local/components/decode/main.catalogs/templates/.default/style.css?1744888501948*/
@media screen and (max-width: 561px) {
  .main-block__catalogs--image {
    height: 100% !important; }
    .main-block__catalogs--image img {
      height: 100% !important; }

  .main-block__catalogs--links {
    flex-direction: column !important; }
    .main-block__catalogs--links ul h2 {
      font-size: 22px !important; }
    .main-block__catalogs--links ul li a {
      font-size: 15px !important;
      line-height: 2 !important; }

  .catalog-preview__forher .main-block__catalogs--links h2, .catalog-preview__forher .main-block__catalogs--links ul {
    margin-left: 10px !important; }

  .catalog-preview__forhe .main-block__catalogs--links {
    flex-direction: column !important; }
    .catalog-preview__forhe .main-block__catalogs--links h2, .catalog-preview__forhe .main-block__catalogs--links ul {
      margin: auto !important;
      margin-right: 10px !important; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/decode/main.section.preview/templates/.default/style.css?174488850135309*/
header {
  margin: 0 15px;
  margin-bottom: 10px; }
  header .header-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    header .header-wrapper .logo-mobile {
      display: none; }
    header .header-wrapper .header-text {
      font-weight: 400;
      line-height: 1.33rem;
      margin-left: .75rem;
      margin-right: .75rem;
      color: black; }
    header .header-wrapper a {
      margin-left: .75rem;
      margin-right: .75rem;
      text-decoration: none;
      transition: all .15s;
      color: black;
      font-family: "Acherus Grotesque", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.33rem; }
      header .header-wrapper a:hover {
        opacity: .6; }
    header .header-wrapper .lk-btn {
      cursor: pointer;
      margin-left: 15px;
      transition: all .5s;
      width: 28px;
      height: 28px;
      padding: 8px 20px !important; }
      header .header-wrapper .lk-btn svg {
        width: 28px;
        height: 28px;
        fill: #01FFA7; }
      header .header-wrapper .lk-btn:hover {
        opacity: .6; }

.top-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: transform .3s;
  z-index: 2000; }
  .top-menu .menu-wrapper {
    background-color: white;
    margin: 0 1rem;
    padding: 8px 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    border: 2px solid #0073FF; }
    .top-menu .menu-wrapper .search-block .search-btn {
      transition: all .3s; }
    .top-menu .menu-wrapper .lk-btn .btn-icon svg {
      fill: var(--color-green); }
  .top-menu.active {
    transform: translateY(0%);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .top-menu .menu-items {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around; }
    .top-menu .menu-items .menu-item {
      color: #000;
      text-decoration: none;
      font-weight: 700;
      transition: all .3s;
      text-transform: uppercase;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start; }
      .top-menu .menu-items .menu-item .menu-text {
        font-family: "Acherus Grotesque", sans-serif;
        font-weight: bold;
        color: black; }
      .top-menu .menu-items .menu-item .menu-icon {
        color: black; }
      .top-menu .menu-items .menu-item:hover {
        opacity: .7; }
      .top-menu .menu-items .menu-item.active {
        opacity: .5; }

.menu-item {
  text-decoration: none; }

.socials {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end; }
  .socials .social-item {
    width: 28px;
    height: 28px;
    position: relative;
    display: block;
    opacity: 1; }
    .socials .social-item svg {
      transition: all .3s; }
  .socials .item-WHATSAPP svg {
    fill: #01FFA7; }
  .socials .item-WHATSAPP:hover {
    opacity: .6; }
  .socials .item-TELEGRAM {
    margin-top: 6px; }
    .socials .item-TELEGRAM svg {
      fill: #00E6FE; }
    .socials .item-TELEGRAM:hover {
      opacity: .6; }
  .socials .item-VKONTAKTE svg {
    fill: #0071FE; }
  .socials .item-VKONTAKTE:hover {
    opacity: .6; }

.search-block {
  margin-left: auto;
  cursor: pointer;
  height: 22px; }
  .search-block .search-btn {
    width: 22px;
    height: 22px;
    transition: all .5s; }
    .search-block .search-btn:hover {
      opacity: .6; }

@media screen and (min-width: 1240px) {
  .mobile-menu, .mobile-menu-btn {
    display: none; }

  header .header-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 25px;
    padding-left: 55px;
    padding-right: 55px; }
    header .header-wrapper .header-text {
      font-size: 18px;
      font-weight: 400;
      line-height: 1.33rem;
      margin-left: .75rem;
      margin-right: .75rem; }
    header .header-wrapper a {
      margin-left: 10px;
      margin-right: 10px;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.33rem; }
      header .header-wrapper a:hover {
        opacity: .6; }

  .top-menu .menu-wrapper {
    border-radius: 50px; }
    .top-menu .menu-wrapper .logo {
      height: 35px; }
      .top-menu .menu-wrapper .logo img {
        height: 35px; }
    .top-menu .menu-wrapper .menu-items {
      margin: 0 15px; }
      .top-menu .menu-wrapper .menu-items .menu-item {
        margin: 0 10px; }
        .top-menu .menu-wrapper .menu-items .menu-item .menu-text {
          font-size: 16px; }
        .top-menu .menu-wrapper .menu-items .menu-item .menu-icon {
          width: 22px;
          height: 22px;
          margin-right: 10px; }
          .top-menu .menu-wrapper .menu-items .menu-item .menu-icon svg {
            width: 22px;
            height: 22px; }
    .top-menu .menu-wrapper .lk-btn {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      .top-menu .menu-wrapper .lk-btn .btn-icon {
        display: none; }
      .top-menu .menu-wrapper .lk-btn .btn-text {
        display: block; }
    .top-menu .menu-wrapper .search-block .search-btn {
      margin-right: 22px; } }
@media screen and (min-width: 1100px) and (max-width: 1239px) {
  .mobile-menu, .mobile-menu-btn {
    display: none; }

  header .header-wrapper {
    padding-top: 25px;
    padding-left: 55px;
    padding-right: 55px;
    margin-top: 0; }
    header .header-wrapper a {
      margin-left: .3rem;
      margin-right: .3rem; }
  header .header-text {
    font-size: 15px; }
  header .btn-callback {
    padding: 8px 15px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    header .btn-callback .btn-icon {
      display: none;
      width: 25px;
      height: 25px;
      margin-right: 5px; }
      header .btn-callback .btn-icon svg {
        fill: var(--color-blue); }
    header .btn-callback:hover .btn-icon svg {
      fill: white; }

  .top-menu .logo {
    margin-right: 1.5rem !important;
    height: 35px; }
    .top-menu .logo img {
      height: 35px; }
  .top-menu .mobile-menu-btn {
    width: 24px; }

  .top-menu .menu-wrapper {
    border-radius: 50px; }
    .top-menu .menu-wrapper .menu-items {
      margin: 0 25px; }
      .top-menu .menu-wrapper .menu-items .menu-item {
        margin: 0.75px; }
        .top-menu .menu-wrapper .menu-items .menu-item .menu-text {
          font-size: 16px; }
        .top-menu .menu-wrapper .menu-items .menu-item .menu-icon {
          width: 22px;
          height: 22px;
          margin-right: 10px; }
          .top-menu .menu-wrapper .menu-items .menu-item .menu-icon svg {
            width: 22px;
            height: 22px; }
    .top-menu .menu-wrapper .lk-btn {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      padding: 0 !important;
      background: 0;
      border: 0;
      order: 4;
      margin-right: 0;
      margin-left: 15px; }
      .top-menu .menu-wrapper .lk-btn .btn-icon {
        display: block;
        width: 22px;
        height: 22px; }
        .top-menu .menu-wrapper .lk-btn .btn-icon svg {
          width: 22px;
          height: 22px;
          fill: var(--color-green); }
        .top-menu .menu-wrapper .lk-btn .btn-icon.hover svg {
          fill: var(--color-green);
          opacity: .6; }
      .top-menu .menu-wrapper .lk-btn .btn-text {
        display: none; }
    .top-menu .menu-wrapper .search-block .search-btn {
      margin-right: 0; }

  .mobile-menu {
    display: none; }
    .mobile-menu.active {
      position: fixed;
      height: 100%;
      overflow: auto;
      display: block !important;
      background: white;
      width: 100%;
      z-index: 3000; }
      .mobile-menu.active .mobile-menu-wrapper {
        margin: 3.5rem;
        display: flex;
        flex-direction: column; }
        .mobile-menu.active .mobile-menu-wrapper .menu-top {
          display: flex;
          flex-direction: row;
          align-items: flex-start;
          justify-content: space-between; }
          .mobile-menu.active .mobile-menu-wrapper .menu-top .logo {
            width: 160px;
            margin-bottom: 2rem; }
          .mobile-menu.active .mobile-menu-wrapper .menu-top .btn-close {
            border: 2px solid black;
            border-radius: 50%;
            height: 40px;
            width: 40px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .mobile-menu.active .mobile-menu-wrapper .menu-top .btn-close svg {
              width: 26px;
              height: 26px; }
        .mobile-menu.active .mobile-menu-wrapper .menu-items {
          display: flex;
          flex-direction: column;
          margin-bottom: 2rem; }
          .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item {
            color: black;
            text-transform: uppercase;
            font-size: 1.2rem;
            font-weight: 600;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
            margin-bottom: .6rem;
            text-decoration: none; }
            .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item .menu-icon {
              max-height: 18px;
              width: 26px;
              display: flex;
              align-items: center;
              justify-content: center;
              margin-right: .6rem; }
              .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item .menu-icon svg {
                max-height: 24px; }
            .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item .menu-text {
              text-decoration: none; }
        .mobile-menu.active .mobile-menu-wrapper .menu-footer {
          display: flex;
          flex-direction: column; }
          .mobile-menu.active .mobile-menu-wrapper .menu-footer .tour-btn {
            border-radius: 30px;
            background: rgb(var(--color-blue));
            padding: 0.5rem 1.5rem;
            transition: all .3s;
            color: #fff;
            cursor: pointer;
            font-size: 1rem;
            font-weight: 700;
            text-transform: uppercase;
            width: fit-content; }
            .mobile-menu.active .mobile-menu-wrapper .menu-footer .tour-btn:hover {
              background: rgb(var(--color-blue), 0.6); }
          .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
            margin: 2rem 0; }
            .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials .social-item {
              width: 24px;
              height: 24px;
              position: relative;
              display: block;
              opacity: 1;
              margin-left: 1rem; }
              .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials .social-item svg {
                fill: rgba(1, 1, 1, 0.6);
                transition: all .3s; }
              .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials .social-item:hover svg {
                fill: #010101; }
          .mobile-menu.active .mobile-menu-wrapper .menu-footer .phone {
            font-size: 1rem;
            color: black;
            text-decoration: none;
            transition: .3s; }
            .mobile-menu.active .mobile-menu-wrapper .menu-footer .phone:hover {
              color: rgba(1, 1, 1, 0.6); } }
@media screen and (min-width: 768px) and (max-width: 1099px) {
  header {
    margin-top: 15px; }
    header .header-wrapper {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding-left: 25px;
      padding-right: 25px; }
      header .header-wrapper .address {
        display: none !important; }
      header .header-wrapper .header-text {
        color: black;
        opacity: .6;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.33rem;
        margin-left: .75rem;
        margin-right: .75rem; }
      header .header-wrapper a {
        margin-left: .75rem;
        margin-right: .75rem;
        text-decoration: none;
        transition: all .15s;
        color: black;
        opacity: .6;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.33rem; }
        header .header-wrapper a:hover {
          opacity: 1; }
      header .header-wrapper .mobile-menu-btn {
        order: 1;
        display: block;
        cursor: pointer;
        margin-left: 15px;
        width: 30px;
        height: 20px; }
        header .header-wrapper .mobile-menu-btn svg {
          width: 30px;
          height: 20px;
          fill: black; }
      header .header-wrapper .phone {
        order: 2; }
      header .header-wrapper .btn-callback {
        order: 3;
        padding: 8px; }
        header .header-wrapper .btn-callback .btn-icon {
          display: block;
          width: 20px;
          height: 20px; }
        header .header-wrapper .btn-callback .btn-text {
          display: none; }
      header .header-wrapper .socials {
        order: 4; }
        header .header-wrapper .socials .social-item {
          margin-left: 10px;
          margin-right: 10px; }
      header .header-wrapper .search-block {
        order: 5;
        display: flex;
        align-items: center; }
        header .header-wrapper .search-block .search-btn {
          width: 22px;
          height: 22px; }
          header .header-wrapper .search-block .search-btn svg {
            width: 22px;
            height: 22px; }
      header .header-wrapper .lk-btn {
        order: 6;
        padding: 8px !important; }

  .top-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    transition: transform .3s;
    z-index: 2000; }
    .top-menu.active {
      transform: translateY(0%);
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; }
      .top-menu.active .logo {
        height: 30px; }
        .top-menu.active .logo svg {
          height: 30px; }
    .top-menu .menu-wrapper {
      margin-left: 1.5rem;
      margin-right: 1.5rem;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      background-color: #ffffff;
      height: 45px;
      padding: 0 14px;
      border-radius: 25px; }
      .top-menu .menu-wrapper .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 22px; }
        .top-menu .menu-wrapper .logo img {
          height: 22px; }
      .top-menu .menu-wrapper .menu-items, .top-menu .menu-wrapper .tour-btn {
        display: none !important; }
      .top-menu .menu-wrapper .lk-btn {
        order: 3; }
      .top-menu .menu-wrapper .mobile-menu-btn {
        order: 1;
        display: block;
        width: 25px;
        height: 22px; }
      .top-menu .menu-wrapper .search-block {
        order: 2;
        margin-left: auto;
        margin-right: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center; }
        .top-menu .menu-wrapper .search-block .search-btn {
          width: 20px;
          height: 20px;
          transition: all .3s; }
          .top-menu .menu-wrapper .search-block .search-btn svg {
            width: 20px;
            height: 20px;
            fill: black; }
          .top-menu .menu-wrapper .search-block .search-btn:hover svg, .top-menu .menu-wrapper .search-block .search-btn.active svg {
            fill: var(--color-green); }
    .top-menu .lk-btn {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      padding: 0 !important;
      background: 0;
      border: 0;
      order: 4;
      margin-right: 0;
      margin-left: 15px; }
      .top-menu .lk-btn .btn-icon {
        display: block;
        width: 25px;
        height: 25px; }
        .top-menu .lk-btn .btn-icon svg {
          width: 25px;
          height: 25px;
          fill: var(--color-green); }
        .top-menu .lk-btn .btn-icon.hover svg {
          fill: var(--color-green);
          opacity: .6; }
      .top-menu .lk-btn .btn-text {
        display: none; }

  .mobile-menu {
    display: none; }
    .mobile-menu.active {
      top: 0;
      position: fixed;
      height: 100%;
      overflow: auto;
      display: block !important;
      width: 100%;
      background: white;
      z-index: 3000; }
      .mobile-menu.active .bg-wrapper {
        display: block;
        background: url("/local/images/gallery-bg.png") top center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1; }
      .mobile-menu.active .menu-top {
        margin-top: 40px;
        margin-bottom: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-left: 0;
        margin-right: 0;
        padding: 0; }
        .mobile-menu.active .menu-top .top-menu-wrapper {
          height: 44px;
          padding: 0 20px 0 30px;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
          border: 2px solid var(--color-blue);
          border-top-right-radius: 25px;
          border-bottom-right-radius: 25px;
          width: calc(100% - 44px);
          border-left: 0;
          background: #ffffff87; }
          .mobile-menu.active .menu-top .top-menu-wrapper .logo {
            height: 22px;
            cursor: pointer; }
            .mobile-menu.active .menu-top .top-menu-wrapper .logo img {
              height: 22px; }
          .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            padding: 0 !important;
            background: 0;
            border: 0;
            order: 4;
            margin-right: 0;
            margin-left: 15px; }
            .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn .btn-icon {
              display: block;
              width: 25px;
              height: 25px; }
              .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn .btn-icon svg {
                width: 25px;
                height: 25px;
                fill: var(--color-green); }
              .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn .btn-icon.hover svg {
                fill: var(--color-green);
                opacity: .6; }
            .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn .btn-text {
              display: none; }
        .mobile-menu.active .menu-top .btn-close {
          width: 30px;
          margin: 0 25px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .mobile-menu.active .menu-top .btn-close svg {
            width: 20px;
            height: 20px; }
      .mobile-menu.active .mobile-menu-wrapper .menu-top {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between; }
        .mobile-menu.active .mobile-menu-wrapper .menu-top .logo {
          width: 160px;
          margin-bottom: 2rem; }
        .mobile-menu.active .mobile-menu-wrapper .menu-top .btn-close {
          border: 2px solid black;
          border-radius: 50%;
          height: 40px;
          width: 40px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .mobile-menu.active .mobile-menu-wrapper .menu-top .btn-close svg {
            width: 26px;
            height: 26px; }
      .mobile-menu.active .mobile-menu-wrapper .menu-items {
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem; }
        .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item {
          color: black;
          text-transform: uppercase;
          font-size: 1.2rem;
          font-weight: 600;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
          margin-bottom: .6rem;
          text-decoration: none; }
          .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item .menu-icon {
            max-height: 18px;
            width: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: .6rem; }
            .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item .menu-icon svg {
              max-height: 24px; }
          .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item .menu-text {
            text-decoration: none; }
      .mobile-menu.active .mobile-menu-wrapper .menu-footer {
        display: flex;
        flex-direction: column; }
        .mobile-menu.active .mobile-menu-wrapper .menu-footer .tour-btn {
          border-radius: 30px;
          background: rgb(var(--color-blue));
          padding: 0.5rem 1.5rem;
          transition: all .3s;
          color: #fff;
          cursor: pointer;
          font-size: 1rem;
          font-weight: 700;
          text-transform: uppercase;
          width: fit-content; }
          .mobile-menu.active .mobile-menu-wrapper .menu-footer .tour-btn:hover {
            background: rgb(var(--color-blue), 0.6); }
        .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
          margin: 2rem 0; }
          .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials .social-item {
            width: 24px;
            height: 24px;
            position: relative;
            display: block;
            opacity: 1;
            margin-left: 1rem; }
            .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials .social-item svg {
              fill: rgba(1, 1, 1, 0.6);
              transition: all .3s; }
            .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials .social-item:hover svg {
              fill: #010101; }
        .mobile-menu.active .mobile-menu-wrapper .menu-footer .phone {
          font-size: 1rem;
          color: black;
          text-decoration: none;
          transition: .3s; }
          .mobile-menu.active .mobile-menu-wrapper .menu-footer .phone:hover {
            color: rgba(1, 1, 1, 0.6); } }
@media screen and (max-width: 767px) {
  header {
    margin-top: 10px; }
    header .header-wrapper {
      border: 2px solid var(--color-blue);
      border-radius: 25px;
      padding: 8px 14px; }
      header .header-wrapper .address, header .header-wrapper .socials, header .header-wrapper .phone, header .header-wrapper .btn-callback {
        display: none !important; }
      header .header-wrapper .logo-mobile {
        display: block !important;
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        margin: 0 auto;
        height: 21px; }
        header .header-wrapper .logo-mobile img {
          height: 21px; }
      header .header-wrapper .mobile-menu-btn {
        order: 1;
        display: block;
        cursor: pointer;
        width: 25px;
        margin-left: 0px;
        height: 18px; }
        header .header-wrapper .mobile-menu-btn svg {
          fill: black; }
      header .header-wrapper .lk-btn {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        background: 0;
        border: 0;
        order: 4;
        margin-right: 0;
        margin-left: 15px; }
        header .header-wrapper .lk-btn .btn-icon {
          display: block;
          width: 18px !important;
          height: 18px !important; }
          header .header-wrapper .lk-btn .btn-icon svg {
            width: 18px !important;
            height: 18px !important;
            fill: var(--color-green); }
          header .header-wrapper .lk-btn .btn-icon.hover svg {
            fill: var(--color-green);
            opacity: .6; }
        header .header-wrapper .lk-btn .btn-text {
          display: none; }
      header .header-wrapper .mobile-menu-btn {
        order: 1;
        display: block;
        width: 25px;
        height: 18px; }
      header .header-wrapper .search-block {
        order: 2;
        margin-left: auto;
        margin-right: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center; }
        header .header-wrapper .search-block .search-btn {
          width: 16px;
          height: 16px;
          transition: all .3s;
          display: flex;
          align-items: center;
          justify-content: center; }
          header .header-wrapper .search-block .search-btn svg {
            width: 16px;
            height: 16px;
            fill: black; }
          header .header-wrapper .search-block .search-btn:hover svg, header .header-wrapper .search-block .search-btn.active svg {
            fill: var(--color-green); }

  .top-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    transition: transform .3s;
    z-index: 2000; }
    .top-menu.active {
      transform: translateY(0%);
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; }
      .top-menu.active .logo {
        height: 30px; }
        .top-menu.active .logo svg {
          height: 30px; }
    .top-menu .menu-wrapper {
      margin-left: 10px;
      margin-right: 10px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      background-color: #ffffff;
      height: 45px;
      padding: 0 14px;
      border-radius: 25px; }
      .top-menu .menu-wrapper .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 20px; }
        .top-menu .menu-wrapper .logo img {
          height: 20px; }
      .top-menu .menu-wrapper .menu-items, .top-menu .menu-wrapper .tour-btn {
        display: none !important; }
      .top-menu .menu-wrapper .lk-btn {
        order: 3; }
      .top-menu .menu-wrapper .mobile-menu-btn {
        order: 1;
        display: block;
        width: 25px;
        height: 18px; }
      .top-menu .menu-wrapper .search-block {
        order: 2;
        margin-left: auto;
        margin-right: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center; }
        .top-menu .menu-wrapper .search-block .search-btn {
          width: 16px;
          height: 16px;
          transition: all .3s;
          display: flex;
          align-items: center;
          justify-content: center; }
          .top-menu .menu-wrapper .search-block .search-btn svg {
            width: 16px;
            height: 16px;
            fill: black; }
          .top-menu .menu-wrapper .search-block .search-btn:hover svg, .top-menu .menu-wrapper .search-block .search-btn.active svg {
            fill: var(--color-green); }
    .top-menu .lk-btn {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      padding: 0 !important;
      background: 0;
      border: 0;
      order: 4;
      margin-right: 0;
      margin-left: 15px; }
      .top-menu .lk-btn .btn-icon {
        display: block;
        width: 18px;
        height: 18px; }
        .top-menu .lk-btn .btn-icon svg {
          width: 18px;
          height: 18px;
          fill: var(--color-green); }
        .top-menu .lk-btn .btn-icon.hover svg {
          fill: var(--color-green);
          opacity: .6; }
      .top-menu .lk-btn .btn-text {
        display: none; }

  .mobile-menu {
    display: none; }
    .mobile-menu.active {
      top: 0;
      position: fixed;
      height: 100%;
      overflow: auto;
      display: block !important;
      width: 100%;
      background: white;
      z-index: 3000; }
      .mobile-menu.active .bg-wrapper {
        display: block;
        background: url("/local/images/gallery-bg.png") top center no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1; }
      .mobile-menu.active .menu-top {
        margin-top: 40px;
        margin-bottom: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-left: 0;
        margin-right: 0;
        padding: 0; }
        .mobile-menu.active .menu-top .top-menu-wrapper {
          height: 44px;
          padding: 0 20px 0 30px;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
          border: 2px solid var(--color-blue);
          border-top-right-radius: 25px;
          border-bottom-right-radius: 25px;
          width: calc(100% - 44px);
          border-left: 0;
          background: #ffffff87; }
          .mobile-menu.active .menu-top .top-menu-wrapper .logo {
            height: 22px;
            cursor: pointer; }
            .mobile-menu.active .menu-top .top-menu-wrapper .logo img {
              height: 22px; }
          .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            padding: 0 !important;
            background: 0;
            border: 0;
            order: 4;
            margin-right: 0;
            margin-left: 15px; }
            .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn .btn-icon {
              display: block;
              width: 25px;
              height: 25px; }
              .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn .btn-icon svg {
                width: 25px;
                height: 25px;
                fill: var(--color-green); }
              .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn .btn-icon.hover svg {
                fill: var(--color-green);
                opacity: .6; }
            .mobile-menu.active .menu-top .top-menu-wrapper .lk-btn .btn-text {
              display: none; }
        .mobile-menu.active .menu-top .btn-close {
          width: 30px;
          margin: 0 25px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .mobile-menu.active .menu-top .btn-close svg {
            width: 20px;
            height: 20px; }
      .mobile-menu.active .mobile-menu-wrapper .menu-top {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between; }
        .mobile-menu.active .mobile-menu-wrapper .menu-top .logo {
          width: 160px;
          margin-bottom: 2rem; }
        .mobile-menu.active .mobile-menu-wrapper .menu-top .btn-close {
          border: 2px solid black;
          border-radius: 50%;
          height: 40px;
          width: 40px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .mobile-menu.active .mobile-menu-wrapper .menu-top .btn-close svg {
            width: 26px;
            height: 26px; }
      .mobile-menu.active .mobile-menu-wrapper .menu-items {
        display: flex;
        flex-direction: column;
        margin-bottom: 2rem; }
        .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item {
          color: black;
          text-transform: uppercase;
          font-size: 1.2rem;
          font-weight: 600;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
          margin-bottom: .6rem;
          text-decoration: none; }
          .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item .menu-icon {
            max-height: 18px;
            width: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: .6rem; }
            .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item .menu-icon svg {
              max-height: 24px; }
          .mobile-menu.active .mobile-menu-wrapper .menu-items .menu-item .menu-text {
            text-decoration: none; }
      .mobile-menu.active .mobile-menu-wrapper .menu-footer {
        display: flex;
        flex-direction: column; }
        .mobile-menu.active .mobile-menu-wrapper .menu-footer .tour-btn {
          border-radius: 30px;
          background: rgb(var(--color-blue));
          padding: 0.5rem 1.5rem;
          transition: all .3s;
          color: #fff;
          cursor: pointer;
          font-size: 1rem;
          font-weight: 700;
          text-transform: uppercase;
          width: fit-content; }
          .mobile-menu.active .mobile-menu-wrapper .menu-footer .tour-btn:hover {
            background: rgb(var(--color-blue), 0.6); }
        .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
          margin: 2rem 0; }
          .mobile-menu.active .mobile-menu-wrapper .menu-footer .socials .social-item {
            margin-right: 10px;
            cursor: pointer; }
        .mobile-menu.active .mobile-menu-wrapper .menu-footer .phone {
          font-size: 1rem;
          color: black;
          text-decoration: none;
          transition: .3s;
          padding-bottom: 30px;
          margin-top: 15px; }
          .mobile-menu.active .mobile-menu-wrapper .menu-footer .phone:hover {
            color: rgba(1, 1, 1, 0.6); } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17448884762530*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px 2px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#dadada}.bx-pagination .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#dadada;color:#000}.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span{background:#3bc915;color:#fff}.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span{background:#f9a91d;color:#fff}.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span{background:#e22b2b;color:#fff}.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{background:#0083d1;color:#fff}
/* End */


/* Start:/local/components/decode/main.section.preview/templates/brands/style.css?17448885019168*/
@media screen and (min-width: 1024px) {
  #sectionBrands {
    position: relative;
    overflow: hidden; }
    #sectionBrands .section-preview__bg-image.bg-desktop {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      overflow: hidden; }
    #sectionBrands .section-preview__bg-image.bg-mobile {
      display: none; }
    #sectionBrands .section-preview__bg-image img {
      min-width: 100%;
      height: 100%;
      object-fit: cover; }
    #sectionBrands .row {
      width: 100%;
      position: absolute;
      top: 0;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      z-index: 2;
      align-items: stretch; }
      #sectionBrands .row .section-data {
        width: 50%;
        padding-left: 120px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
        margin-bottom: -2%; }
        #sectionBrands .row .section-data .data-title {
          font-family: "Tenor Sans", sans-serif;
          font-size: 48px;
          color: #3F3F3F;
          line-height: 1.1;
          text-align: end; }
      #sectionBrands .row .section-btns {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-top: 50px; }
        #sectionBrands .row .section-btns .section-link {
          border: 1px solid #3F3F3F;
          color: #3F3F3F;
          width: fit-content;
          font-size: 26px;
          text-align: center;
          line-height: 1.2;
          padding: 10px 40px;
          font-family: serif;
          transition: all .5s;
          background: rgba(63, 63, 63, 0.06);
          margin-left: 20px; }
          #sectionBrands .row .section-btns .section-link:hover {
            background: rgba(255, 255, 255, 0.2);
            -webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
            -moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
            box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21); }
      #sectionBrands .row .section-link {
        margin-top: 50px;
        margin-bottom: 70px;
        border: 1px solid #000;
        width: 70%;
        font-size: 26px;
        text-align: center;
        line-height: 1.2;
        padding: 5px 20px;
        font-family: serif;
        transition: all .5s;
        background: rgba(255, 255, 255, 0.21); }
        #sectionBrands .row .section-link:hover {
          background: white;
          -webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          -moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21); } }
@media screen and (max-width: 1023px) {
  #sectionBrands {
    position: relative;
    overflow: hidden; }
    #sectionBrands .section-preview__bg-image {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      overflow: hidden; }
      #sectionBrands .section-preview__bg-image.bg-desktop {
        display: none; }
      #sectionBrands .section-preview__bg-image.bg-mobile {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        overflow: hidden; }
      #sectionBrands .section-preview__bg-image img {
        min-width: 100%;
        height: 100%;
        object-fit: cover; }
    #sectionBrands .row {
      width: 100%;
      position: absolute;
      top: 0;
      height: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      z-index: 2;
      align-items: center; }
      #sectionBrands .row .section-data {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
        margin-bottom: -2%; }
        #sectionBrands .row .section-data .data-title {
          font-family: "Tenor Sans", sans-serif;
          font-size: 48px;
          color: #3F3F3F;
          line-height: 1.1;
          text-align: end; }
      #sectionBrands .row .section-btns {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        margin-top: 50px;
        margin-bottom: 70px;
        width: 100%; }
        #sectionBrands .row .section-btns .section-link {
          border: 1px solid #3F3F3F;
          color: #3F3F3F;
          width: 70%;
          font-size: 26px;
          text-align: center;
          line-height: 1.2;
          padding: 10px 40px;
          font-family: serif;
          transition: all .5s;
          background: rgba(63, 63, 63, 0.06); }
          #sectionBrands .row .section-btns .section-link:hover {
            background: rgba(255, 255, 255, 0.2);
            -webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
            -moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
            box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21); }
      #sectionBrands .row .section-link {
        margin-top: 30px;
        border: 1px solid #000;
        width: 70%;
        font-size: 26px;
        text-align: center;
        line-height: 1.2;
        padding: 5px 20px;
        font-family: serif;
        transition: all .5s;
        background: rgba(255, 255, 255, 0.21); }
        #sectionBrands .row .section-link:hover {
          background: white;
          -webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          -moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21); } }
@media screen and (max-width: 600px) {
  #sectionBrands .data-title {
    font-size: 23px !important;
    margin-bottom: 20px; }
  #sectionBrands .section-btns {
    flex-direction: column !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  #sectionBrands .section-link {
    font-size: 11px !important;
    margin-top: 10px !important;
    padding: 3px 10px !important;
    text-align: center;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    width: 60% !important; }
  #sectionBrands .section-data {
    padding-right: 0 !important; } }
#sectionBrands1 {
  position: relative;
  overflow: hidden; }
  #sectionBrands1 .section-preview__bg-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden; }
    #sectionBrands1 .section-preview__bg-image img {
      min-width: 100%;
      height: 100%;
      object-fit: cover; }
  #sectionBrands1 .row {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    z-index: 2;
    align-items: stretch; }
    #sectionBrands1 .row .bg-left, #sectionBrands1 .row .bg-right {
      width: 25%; }
    #sectionBrands1 .row .section-data {
      width: 50%;
      padding-left: 120px; }
    #sectionBrands1 .row .bg-left {
      padding: 30px 40px 0;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      position: relative; }
      #sectionBrands1 .row .bg-left img {
        object-fit: cover;
        max-width: 100%; }
    #sectionBrands1 .row .bg-right {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px 40px;
      position: relative; }
      #sectionBrands1 .row .bg-right img {
        object-fit: cover;
        max-width: 100%; }
    #sectionBrands1 .row .section-data {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: flex-end;
      margin-bottom: -2%; }
      #sectionBrands1 .row .section-data .data-title {
        font-family: "Tenor Sans", sans-serif;
        font-size: 48px;
        color: #3F3F3F;
        line-height: 1.1;
        text-align: end; }
    #sectionBrands1 .row .section-btns {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      margin-top: 50px;
      margin-bottom: 70px; }
      #sectionBrands1 .row .section-btns .section-link {
        border: 1px solid #3F3F3F;
        color: #3F3F3F;
        width: fit-content;
        font-size: 26px;
        text-align: center;
        line-height: 1.2;
        padding: 10px 40px;
        font-family: serif;
        transition: all .5s;
        background: rgba(63, 63, 63, 0.06);
        margin-left: 20px; }
        #sectionBrands1 .row .section-btns .section-link:hover {
          background: rgba(255, 255, 255, 0.2);
          -webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          -moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21); }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/decode/main.brands/templates/.default/style.css?17448885014296*/
@media screen and (min-width: 1024px) {
  .brands-list--section {
    padding: 0 30px;
    position: relative;
    width: 100%; }
    .brands-list--section .swiper-slide {
      margin-top: 0 !important; }
    .brands-list--section .section-title {
      position: relative; }
      .brands-list--section .section-title .slider-btns {
        position: absolute;
        top: 50%;
        right: 120px;
        transform: translateY(-50%); }
        .brands-list--section .section-title .slider-btns .swiper-button-prev {
          order: 2;
          right: 60px;
          left: auto; }
        .brands-list--section .section-title .slider-btns .swiper-btn {
          font-size: 26px;
          color: #545454;
          transition: all .3s; }
          .brands-list--section .section-title .slider-btns .swiper-btn:hover {
            color: rgba(84, 84, 84, 0.67); }
    .brands-list--section .brands-list {
      position: relative;
      width: 100%;
      margin-bottom: 0 !important; }
      .brands-list--section .brands-list .swiper-wrapper {
        flex-direction: row !important; }
      .brands-list--section .brands-list .swiper-slide {
        padding: 40px; }
    .brands-list--section .brands-all {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .brands-list--section .brands-all a {
        border: 1px solid #000;
        font-size: 26px;
        text-align: center;
        line-height: 1.2;
        padding: 5px 20px;
        font-family: serif;
        transition: all .5s;
        background: white; }
        .brands-list--section .brands-all a:hover {
          background: rgba(255, 255, 255, 0.21);
          -webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          -moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21); } }
@media screen and (max-width: 1023px) {
  .brands-list--section {
    padding: 0 30px;
    position: relative;
    width: 100%; }
    .brands-list--section .swiper-slide {
      margin-top: 0 !important;
      padding: 20px !important; }
    .brands-list--section .section-title {
      position: relative; }
      .brands-list--section .section-title .slider-btns {
        position: absolute;
        top: 50%;
        right: 120px;
        transform: translateY(-50%); }
        .brands-list--section .section-title .slider-btns .swiper-button-prev {
          order: 2;
          right: 60px;
          left: auto; }
          .brands-list--section .section-title .slider-btns .swiper-button-prev:after {
            content: 'prev';
            font-family: swiper-icons;
            text-transform: none !important;
            letter-spacing: 0;
            font-variant: initial;
            line-height: 1;
            font-size: 14px; }
        .brands-list--section .section-title .slider-btns .swiper-btn {
          font-size: 26px;
          color: #545454;
          transition: all .3s; }
          .brands-list--section .section-title .slider-btns .swiper-btn:hover {
            color: rgba(84, 84, 84, 0.67); }
    .brands-list--section .brands-list {
      position: relative;
      width: 100%;
      margin-bottom: 0 !important; }
      .brands-list--section .brands-list .swiper-wrapper {
        flex-direction: row !important; }
      .brands-list--section .brands-list .swiper-slide {
        padding: 40px; }
    .brands-list--section .brands-all {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .brands-list--section .brands-all a {
        border: 1px solid #000;
        font-size: 14px;
        text-align: center;
        line-height: 1.2;
        padding: 5px 20px;
        font-family: serif;
        transition: all .5s;
        background: white; }
        .brands-list--section .brands-all a:hover {
          background: rgba(255, 255, 255, 0.21);
          -webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          -moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
          box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21); } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/meetropol/components/bitrix/news.list/reviews-carousel/style.css?17542792824354*/
.reviews-carousel-container{
	padding: 0 60px;
	margin-bottom: 156px;
}

.reviews-carousel {

}
.reviews-carousel .reviews-carousel__title {
	font-size: 50px;
	line-height: 1.2;
	color: #545454;
	text-align: center;
}
.reviews-carousel .reviews-carousel__description {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}
.reviews-carousel .reviews-carousel__header {
	margin-bottom: 52px;
	margin-top: 90px;
	position: relative;
}
.reviews-carousel .reviews-carousel__nav-buttons {
	display: flex;
	width: 114px;
	justify-content: space-between;
	position: absolute;
	right: 193px;
	top: 4px;
}
.reviews-carousel .reviews-carousel__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	height: 48px;
	background: #fff;
	cursor: pointer;
	border: 1px solid #000000;
}

.reviews-carousel .reviews-carousel__nav:hover{
	background: #000000;
}

.reviews-carousel .reviews-carousel__nav:hover svg path {
	stroke: #fff;
}

.reviews-carousel .reviews-carousel__nav.swiper-button-disabled {
	cursor: default;
	border-color: #A7A7A7;
	background: none;
}
.reviews-carousel .reviews-carousel__nav.swiper-button-disabled svg path {
	stroke: #A7A7A7;
}
.reviews-carousel .reviews-carousel__nav.swiper-button-lock {
	display: none;
}
.reviews-carousel .reviews-carousel__footer {
    display: flex;
    justify-content: center;
	margin-top: 52px;
}

.reviews-carousel .reviews-carousel__item{
	display: flex;
	flex-direction: column;
	height: auto;
	padding: 32px;
	border: 2px solid #EBEDF1;
}

.reviews-carousel .reviews-carousel__item-text {
	margin-bottom: 48px;
	font-size: 18px;
	line-height: 28px;
}

.reviews-carousel .reviews-carousel__all {
	display: inline-flex;
	width: 210px;
	height: 52px;
	justify-content: center;
	align-items: center;
	border: 1px solid #000000;
	transition: all 0.5s ease-in-out;
	font-size: 18px;
}

.reviews-carousel .reviews-carousel__all:hover{
	background: #000;
	color: #fff;
}

.reviews-carousel .reviews-carousel__item-name {
	margin-top: auto;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 28px;
}

.reviews-carousel .reviews-carousel__item-date {
	font-size: 16px;
	line-height: 24px;
	color: #828080;
}

.text-collapser .text-collapser__visible-part {
	display: inline;
}
.text-collapser .text-collapser__visible-part {
	display: inline;
}
.text-collapser .text-collapser__ellipsis {
	display: inline;
}
.text-collapser .text-collapser__ellipsis--hidden {
	display: none;
}
.text-collapser .text-collapser__hidden-part {
	display: none;
}
.text-collapser .text-collapser__hidden-part--visible {
	display: inline;
}
.text-collapser .text-collapser__btn {
	position: relative;
	z-index: 10;
	display: block;
	margin-top: 8px;
	color: #BC7432;
	cursor: pointer;
	font-size: 18px;
	line-height: 24px;
	transition: background 0.3s;
}

.text-collapser__btn-inner {
	pointer-events: none; /* Блокируем события мыши для внутреннего элемента */
}

.text-collapser__btn::after {
	content: '';
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	z-index: -1;
}

@media (max-width: 1280px) {
	.reviews-carousel .reviews-carousel__nav-buttons{
		right: 0;
	}
}

@media (max-width: 991px) {

	.reviews-carousel .reviews-carousel__title{
		text-align: left;
	}
}

@media (max-width: 767px) {


	.reviews-carousel-container {
		padding: 0 16px;
		margin-bottom: 62px;
		overflow: hidden;
	}

	.reviews-carousel .reviews-carousel__nav-buttons{
		display: none;
	}

	.reviews-carousel .reviews-carousel__header {
		margin-top: 48px;
	}
	.reviews-carousel {
		padding-top: 0;
		overflow: initial;
	}

	.reviews-carousel .reviews-carousel__item{
		width: 300px;
		padding: 24px;
	}

	.reviews-carousel .reviews-carousel__header {
		display: block;
		margin-bottom: 27px;
	}
	.reviews-carousel .reviews-carousel__footer {
		margin-top: 30px;
	}

	.reviews-carousel .reviews-carousel__title {
		font-size: 24px;
		text-align: center;
	}

	.reviews-carousel .reviews-carousel__item-text {
		margin-bottom: 32px;
		font-size: 15px;
		line-height: 22px;
	}

	.text-collapser .text-collapser__btn{
		font-size: 15px;
		line-height: 22px;
	}

	.reviews-carousel .reviews-carousel__item-name{
		font-size: 18px;
		line-height: 24px;
	}

	.reviews-carousel .reviews-carousel__item-date {
		font-size: 13px;
		line-height: 20px;
	}
}
/* End */
/* /local/templates/meetropol/assets/css/main.css?17546637068792 */
/* /local/templates/meetropol/assets/css/swiper-bundle.min.css?174488851016458 */
/* /local/templates/meetropol/assets/css/brands.css?17448885107051 */
/* /local/components/decode/main.catalogs/templates/.default/style.css?1744888501948 */
/* /local/components/decode/main.section.preview/templates/.default/style.css?174488850135309 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.min.css?17448884762530 */
/* /local/components/decode/main.section.preview/templates/brands/style.css?17448885019168 */
/* /local/components/decode/main.brands/templates/.default/style.css?17448885014296 */
/* /local/templates/meetropol/components/bitrix/news.list/reviews-carousel/style.css?17542792824354 */
