

/* Start:/discount/assets/custom.css?175707772070324*/
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100;
  src: local("Inter"), url("/discount/assets/./fonts/Inter-Thin.ttf") format("ttf"), url("/discount/assets/./fonts/Inter-Thin.woff") format("woff"), url("/discount/assets/./fonts/Inter-Thin.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 200;
  src: local("Inter"), url("/discount/assets/./fonts/Inter-ExtraLight.ttf") format("ttf"), url("/discount/assets/./fonts/Inter-ExtraLight.woff") format("woff"), url("/discount/assets/./fonts/Inter-ExtraLight.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  src: local("Inter"), url("/discount/assets/./fonts/Inter-Light.ttf") format("ttf"), url("/discount/assets/./fonts/Inter-Light.woff") format("woff"), url("/discount/assets/./fonts/Inter-Light.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: local("Inter"), url("/discount/assets/./fonts/Inter-Regular.ttf") format("ttf"), url("/discount/assets/./fonts/Inter-Regular.woff") format("woff"), url("/discount/assets/./fonts/Inter-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: local("Inter"), url("/discount/assets/./fonts/Inter-Medium.ttf") format("ttf"), url("/discount/assets/./fonts/Inter-Medium.woff") format("woff"), url("/discount/assets/./fonts/Inter-Medium.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: local("Inter"), url("/discount/assets/./fonts/Inter-SemiBold.ttf") format("ttf"), url("/discount/assets/./fonts/Inter-SemiBold.woff") format("woff"), url("/discount/assets/./fonts/Inter-SemiBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: local("Inter"), url("/discount/assets/./fonts/Inter-Bold.ttf") format("ttf"), url("/discount/assets/./fonts/Inter-Bold.woff") format("woff"), url("/discount/assets/./fonts/Inter-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  src: local("Inter"), url("/discount/assets/./fonts/Inter-ExtraBold.ttf") format("ttf"), url("/discount/assets/./fonts/Inter-ExtraBold.woff") format("woff"), url("/discount/assets/./fonts/Inter-ExtraBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  src: local("Inter"), url("/discount/assets/./fonts/Inter-Black.ttf") format("ttf"), url("/discount/assets/./fonts/Inter-Black.woff") format("woff"), url("/discount/assets/./fonts/Inter-Black.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: NeutralFace;
  font-style: normal;
  font-weight: 300;
  src: local("NeutralFace"), url("/discount/assets/./fonts/NeutralFaceRegular.woff") format("woff"), url("/discount/assets/./fonts/NeutralFaceRegular.woff2") format("woff2"), url("/discount/assets/./fonts/NeutralFace.otf") format("otf");
  font-display: swap;
}

@font-face {
  font-family: NeutralFace;
  font-style: normal;
  font-weight: 700;
  src: local("NeutralFace"), url("/discount/assets/./fonts/NeutralFaceBold.woff") format("woff"), url("/discount/assets/./fonts/NeutralFaceBold.woff2") format("woff2"), url("/discount/assets/./fonts/NeutralFace-Bold.otf") format("otf");
  font-display: swap;
}

:root {
  --color-blue: #0047BB;
  --color-black: #000;
  --color-dark: #313235;
  --color-white: #FFF;
  --color-gray: #B5B7BA;
  --color-gray-dark: #F7F7F7;
  --color-gray-light: #DCE1E9;
  --color-white-dark: #F7F8FA;
  --color-white-extra-dark: #97999B;
  --color-white-header-order-dark: #A8A8A8;
  --color-red: #D82020;
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Neutralface", sans-serif;
  --main-padding: 100px;
  --main-margin-top: 80px;
  --transition-opacity: 0.3s;
  --opacity-value: 0.6;
  --width-arrow: 24px;
  --d-arrow: "M1.3335 12.9999H50.5001M50.5001 12.9999L39.4938 1.33325M50.5001 12.9999L39.4938 24.6666";
  --d-arrow-button: "M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19";
  --margin-top: 80px;
  --swiper-pagination-bullet-inactive-color: var(--color-white);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: var(--color-blue);
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
}

@media (max-width: 1800px) {
  :root {
    --main-padding: 80px;
  }
}

@media (max-width: 1650px) {
  :root {
    --main-padding: 60px;
  }
}

@media (max-width: 1450px) {
  :root {
    --main-padding: 40px;
  }
}

@media (max-width: 1220px) {
  :root {
    --main-padding: 30px;
  }
}

@media (max-width: 1024px) {
  :root {
    --swiper-pagination-bullet-width: 6px;
    --swiper-pagination-bullet-height: 6px;
    --swiper-pagination-bullet-horizontal-gap: 3px;
    --margin-top: 60px;
    --main-margin-top: 60px;
  }
}

@media (max-width: 768px) {
  :root {
    --main-padding: 20px;
  }
}

@media (max-width: 500px) {
  :root {
    --main-padding: 16px;
  }
}




@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background-color: white;
  font-weight: 400;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizespeed;
  line-height: 1.5;
  font-family: var(--font-primary);
  display: flex;
  flex-direction: column;
}

.main {
  flex-grow: 1;
}

.body-noscroll {
  overflow: hidden;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
}


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


img {
  max-width: 100%;
  display: block;
}


article > * + * {
  margin-top: 1em;
}


input,
textarea,
select {
  font: inherit;
}

a,
button {
  cursor: pointer;
}


.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.container {

  padding: 0 var(--main-padding);
}


.feedback-modal {
  overflow: auto;
  max-height: 100%;
  padding-right: 20px;
  margin-right: -20px;
}

.feedback-modal::-webkit-scrollbar {
  width: 4px;
  background: var(--color-white-dark);
  border-radius: 0;
}

.feedback-modal::-webkit-scrollbar-thumb {
  background-color: var(--color-blue);
  border-radius: 0;
  position: relative;
}

.feedback-modal__title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  text-transform: uppercase;
}

@media screen and (max-width: 1800px) {
  .feedback-modal__title {
    font-size: 36px;
    line-height: 42px;
  }
}

@media screen and (max-width: 1550px) {
  .feedback-modal__title {
    font-size: 32px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1300px) {
  .feedback-modal__title {
    font-size: 28px;
    line-height: 34px;
  }
}

@media screen and (max-width: 1100px) {
  .feedback-modal__title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .feedback-modal__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .feedback-modal__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.feedback-modal__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.feedback-modal__brands-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 20px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  margin-bottom: 10px;
}

@media screen and (max-width: 1800px) {
  .feedback-modal__brands-title {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1450px) {
  .feedback-modal__brands-title {
    font-size: 16px;
    line-height: 19px;
  }
}

.feedback-modal__brands-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 630px) {
  .feedback-modal__brands-list {
    grid-template-columns: 1fr;
  }
}

.feedback-modal__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.feedback-modal__brand .custom-checkbox {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-dark);
  position: relative;
}

.feedback-modal__brand .custom-checkbox::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: var(--color-dark);
  position: absolute;
  transition: var(--transition-opacity);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feedback-modal__brand .custom-checkbox_active {
  border-color: var(--color-blue);
}

.feedback-modal__brand .custom-checkbox_active::after {
  background-color: var(--color-blue);
  width: 10px;
  height: 10px;
}

.feedback-modal__brand-input {
  display: none;
}

.feedback-modal__brand-label {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

@media screen and (max-width: 1550px) {
  .feedback-modal__brand-label {
    font-size: 12px;
    line-height: 15px;
  }
}

.feedback-modal__brand-icon {
  width: 60px;
  height: 60px;
}

.contacts__cooperation-btn-feedback,
.contacts__cooperation-btn-feedback--white {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 64px;
  width: 100%;
  min-width: 226px;
  max-width: 270px;
  background-color: var(--color-dark);
  color: var(--color-white);
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
}

@media screen and (max-width: 1800px) {
  .contacts__cooperation-btn-feedback,
  .contacts__cooperation-btn-feedback--white {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1220px) {
  .contacts__cooperation-btn-feedback,
  .contacts__cooperation-btn-feedback--white {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .contacts__cooperation-btn-feedback,
  .contacts__cooperation-btn-feedback--white {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 768px) {
  .contacts__cooperation-btn-feedback,
  .contacts__cooperation-btn-feedback--white {
    font-size: 14px;
    line-height: 17px;
  }
}

.contacts__cooperation-btn-feedback svg,
.contacts__cooperation-btn-feedback--white svg {
  width: 24px;
  max-width: 54px;
  cursor: pointer;
}

.contacts__cooperation-btn-feedback svg path,
.contacts__cooperation-btn-feedback--white svg path {
  transition: var(--transition-opacity);
}

@media screen and (max-width: 768px) {
  .contacts__cooperation-btn-feedback svg,
  .contacts__cooperation-btn-feedback--white svg {
    height: 20px;
  }
}

.contacts__cooperation-btn-feedback:hover,
.contacts__cooperation-btn-feedback--white:hover {
  background-color: var(--color-blue);
}

@media screen and (max-width: 1550px) {
  .contacts__cooperation-btn-feedback,
  .contacts__cooperation-btn-feedback--white {
    height: 54px;
  }
}

@media screen and (max-width: 768px) {
  .contacts__cooperation-btn-feedback,
  .contacts__cooperation-btn-feedback--white {
    gap: 10px;
    width: 100%;
    max-width: 100%;
  }
}

.contacts__cooperation-btn-feedback label,
.contacts__cooperation-btn-feedback--white label {
  white-space: nowrap;
  cursor: pointer;
}

.contacts__cooperation-btn-feedback--white:hover {
  background-color: var(--color-white);
  color: var(--color-dark);
}



.brand-main {
  margin-top: 40px;

  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .brand-main {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
  }
}

.brand-main__swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .brand-main__swiper {
    height: 440px;
  }
}

.brand-main__swiper-pagination {
  display: none;
  top: 30px !important;
  height: fit-content !important;
}

.brand-main__swiper-slide {
  position: relative;
}

.brand-main__swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(21, 19, 18, 0.2) 0%, rgba(32, 28, 29, 0.5) 100%);
}

.brand-main__swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
}

.brand-main__swiper-btn {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;

  bottom: calc(50% - 28px);
  z-index: 2;
  cursor: pointer;
  background-color: rgba(245, 245, 245, 0.4);
  transition: background-color .2s linear;
}

@media screen and (max-width: 1450px) {
  .brand-main__swiper-btn {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 1024px) {
  .brand-main__swiper-btn {
    width: 24px;
    height: 24px;
  }
}


.brand-main__swiper-btn-prev {
  left: 8px;
}

.brand-main__swiper-btn-next {
  right: 8px;
}

.brand-main__swiper-btn-prev .brand-main__swiper-btn-svg {
  scale: -1
}


.brand-main__swiper-btn-svg {
  height: 26px;
  width: 12px;
  color: var(--color-white);
  transition: var(--transition-opacity);
  stroke: #313235;
}

@media screen and (max-width: 1024px) {
  .brand-main__swiper-btn-svg {
    height: 11px;
    width: 5px;
  }
}

.brand-main__swiper-btn-svg path {
  transition: var(--transition-opacity);
}

@media (min-width: 1024px) {
  .brand-main__swiper-btn:hover {
    background-color: rgba(245, 245, 245, 1);
  }

  .brand-main__swiper-btn:hover .brand-main__swiper-btn-svg {
    color: var(--color-blue);

  }


}

.brand-main__logo {
  width: 100%;
  object-fit: cover;
}

.brand-main__logo-container {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: var(--color-white);
  right: var(--main-padding);
  padding: 23px;
}

@media screen and (max-width: 1450px) {
  .brand-main__logo-container {
    width: 120px;
    height: 120px;
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  .brand-main__logo-container {
    width: 80px;
    height: 80px;
    padding: 11px;
  }
}

.brand-main__titles {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  left: var(--main-padding);
  position: absolute;
  bottom: 20vh;
}

@media screen and (max-width: 768px) {
  .brand-main__titles {
    position: relative;
    bottom: auto;
    justify-content: center;
    left: 0;
    height: 22%;
  }
}

@media screen and (max-width: 375px) {
  .brand-main__titles {
    gap: 10px;
  }
}

.brand-main__subtitle {
  font-family: var(--font-secondary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white);
  font-weight: 400;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 1800px) {
  .brand-main__subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1220px) {
  .brand-main__subtitle {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .brand-main__subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 768px) {
  .brand-main__subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1800px) {
  .brand-main__subtitle {
    font-size: 16px;
    line-height: 19px;
  }
}

@media screen and (max-width: 768px) {
  .brand-main__subtitle {
    color: var(--color-dark);
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .brand-main__subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}

.brand-main__title {
  font-family: var(--font-secondary);
  font-style: normal;
  font-size: 60px;
  line-height: 72px;
  color: var(--color-white);
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
}

@media screen and (max-width: 1800px) {
  .brand-main__title {
    font-size: 52px;
    line-height: 64px;
  }
}

@media screen and (max-width: 1450px) {
  .brand-main__title {
    font-size: 42px;
    line-height: 54px;
  }
}

@media screen and (max-width: 1024px) {
  .brand-main__title {
    font-size: 32px;
    line-height: 44px;
  }
}

@media screen and (max-width: 768px) {
  .brand-main__title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media screen and (max-width: 1450px) {
  .brand-main__title {
    font-size: 52px;
    line-height: 64px;
  }
}

@media screen and (max-width: 768px) {
  .brand-main__title {
    color: var(--color-dark);
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .brand-main__title {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 3.2px;
  }
}

.brand-main__arrow-head {
  transform: rotate(-90deg);
  width: 24px;
  height: 24px;
}

.brand-main__arrow-head-btn {
  padding: 0;
  position: absolute;
  bottom: 50px;
  z-index: 2;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(0, -50%);
  color: var(--color-white);
}

@media screen and (max-width: 768px) {
  .brand-main__arrow-head-btn {
    position: relative;
    bottom: 0;
    transform: none;
    color: var(--color-dark);
  }
}

.about-brand {

  min-height: 1000px;
  height: fit-content;
  position: relative;
  overflow: hidden;
  padding: 140px 160px 80px 100px;
  background-color: var(--color-white-dark);
  margin-top: 170px;
}

@media screen and (max-width: 1800px) {
  .about-brand {
    gap: 230px;
  }
}

@media screen and (max-width: 1550px) {
  .about-brand {
    gap: 130px;
    padding-left: calc(var(--main-padding) + 50px);
    padding-right: calc(var(--main-padding) + 70px);
    grid-template-columns: 2fr 3fr;
  }
}

@media screen and (max-width: 1300px) {
  .about-brand {
    gap: 100px;
    height: fit-content;
    min-height: 735px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: var(--main-padding);
    padding-right: var(--main-padding);

  }
}

@media screen and (max-width: 1024px) {
  .about-brand {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 850px) {
  .about-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    height: fit-content;
    padding: 40px var(--main-padding);
  }
}

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

.about-brand__left {
  height: fit-content;
  aspect-ratio: 1/1;
  max-width: 652px;
  width: calc(100dvw * 0.34);
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  shape-outside: circle();
  position: relative;
  top: 160px;
}

@media screen and (max-width: 1470px) {
  .about-brand__left {
    max-width: 390px;
  }
}

@media screen and (max-width: 1024px) {
  .about-brand__left {
    float: none;
    top: 0;
    max-width: calc(100dvw * 0.55);
    width: 100%;
  }
}


.about-brand__left::after {
  content: "";
  position: absolute;
  width: calc(100% + 400px);
  height: calc(100% + 400px);
  border: 2px solid var(--color-white);
  border-radius: 50%;
}

@media screen and (max-width: 1470px) {
  .about-brand__left::after {
    width: calc(100% + 250px);
    height: calc(100% + 250px);
  }
}

@media screen and (max-width: 850px) {
  .about-brand__left::after {
    width: calc(100% + 200px);
    height: calc(100% + 200px);
  }
}

.about-brand__left::before {
  content: "";
  position: absolute;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  border: 2px solid var(--color-white);
  border-radius: 50%;
}

@media screen and (max-width: 850px) {
  .about-brand__left::before {
    width: calc(100% + 80px);
    height: calc(100% + 80px);
  }
}

.about-brand__video {
  height: 100%;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.about-brand__video-container {
  aspect-ratio: 1/1;
  max-width: 652px;
  max-height: 652px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}

.about-brand__right {
  z-index: 2;

}

@media screen and (max-width: 1550px) {
  .about-brand__right {

    gap: 40px;
  }
}

.about-brand__content {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-dark);
  font-weight: 400;
  gap: 20px;
  position: relative;
}

.about-brand__content p {
  margin-top: 64px;
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width: 1470px) {
  .about-brand__content p {
    max-width: 500px;
  }
}

@media screen and (max-width: 1024px) {
  .about-brand__content p {
    max-width: none;
    margin-top: 24px;
  }
}

.about-brand__content p + p {
  margin-top: 24px;
}

@media screen and (max-width: 1800px) {
  .about-brand__content {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1220px) {
  .about-brand__content {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .about-brand__content {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 768px) {
  .about-brand__content {
    font-size: 14px;
    line-height: 17px;
  }
}

.about-brand__subtitle {
  font-family: var(--font-secondary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 1800px) {
  .about-brand__subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1220px) {
  .about-brand__subtitle {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .about-brand__subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 768px) {
  .about-brand__subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 850px) {
  .about-brand__subtitle {
    display: none;
  }
}

.about-brand__subtitle-first {
  font-family: var(--font-secondary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  letter-spacing: 0.96px;
  display: none;
  width: 100%;
}

@media screen and (max-width: 1800px) {
  .about-brand__subtitle-first {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1220px) {
  .about-brand__subtitle-first {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .about-brand__subtitle-first {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 768px) {
  .about-brand__subtitle-first {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 850px) {
  .about-brand__subtitle-first {
    display: block;
    z-index: 3;
  }
}

.about-brand__title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 64px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--color-blue);
  text-transform: uppercase;
}

@media screen and (max-width: 1470px) {
  .about-brand__title {
    font-size: 40px;
  }
}


@media screen and (max-width: 1024px) {
  .about-brand__title {
    font-size: 32px;
  }
}

.values-brand {
  padding: 80px var(--main-padding);
}

@media screen and (max-width: 1024px) {
  .values-brand {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .values-brand {
    max-width: 543px;
    margin: 0 auto;
    padding: 40px var(--main-padding);
  }
}

.values-brand__subtitle {
  font-family: var(--font-primary);
  text-transform: uppercase;
  font-style: normal;
  font-size: 64px;
  color: var(--color-blue);
  font-weight: 400;
  letter-spacing: 0.96px;
  margin-bottom: 80px;
  text-align: left;

}

@media screen and (max-width: 1470px) {
  .values-brand__subtitle {
    font-size: 32px;
  }
}


@media screen and (max-width: 1024px) {
  .values-brand__subtitle {
    margin-bottom: 24px;
  }
}

.values-brand__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 185px;
}

@media screen and (max-width: 1750px) {
  .values-brand__content {
    gap: 145px;
  }
}

@media screen and (max-width: 1550px) {
  .values-brand__content {
    gap: 105px;
  }
}

@media screen and (max-width: 1450px) {
  .values-brand__content {
    gap: 45px;
  }
}

@media screen and (max-width: 768px) {
  .values-brand__content {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

.values-brand__item {
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 37px;
}

@media screen and (max-width: 375px) {
  .values-brand__item {
    gap: 30px;
  }
}

.values-brand__item:first-child {
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .values-brand__item:nth-child(2) {
    flex-direction: column-reverse;
  }
}

.values-brand__item:last-child {
  justify-content: space-between;
}

.values-brand__item-img {
  max-width: 100%;
}

.values-brand__item-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: var(--color-blue);
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 1800px) {
  .values-brand__item-title {
    font-size: 36px;
    line-height: 42px;
  }
}

@media screen and (max-width: 1550px) {
  .values-brand__item-title {
    font-size: 32px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1300px) {
  .values-brand__item-title {
    font-size: 28px;
    line-height: 34px;
  }
}

@media screen and (max-width: 1100px) {
  .values-brand__item-title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .values-brand__item-title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .values-brand__item-title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1220px) {
  .values-brand__item-title {
    font-size: 32px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1024px) {
  .values-brand__item-title {
    font-size: 28px;
    line-height: 34px;
  }
}

@media screen and (max-width: 375px) {
  .values-brand__item-title {
    margin-bottom: 10px;
  }
}

.values-brand__item-desc {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
}

@media screen and (max-width: 1800px) {
  .values-brand__item-desc {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1220px) {
  .values-brand__item-desc {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .values-brand__item-desc {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 768px) {
  .values-brand__item-desc {
    font-size: 14px;
    line-height: 17px;
  }
}

.values-brand__item-video {
  max-width: 100%;
  height: 100%;
}

.values-brand__item-video-container {
  position: relative;
}

.values-brand__item-video-container::after {
  content: "";
  width: 100%;
  height: 14%;
  position: absolute;
  display: block;
  top: 25%;
  background-color: var(--color-white);
}

.values-brand__item-video-container::before {
  content: "";
  width: 100%;
  height: 14%;
  position: absolute;
  display: block;
  bottom: 25%;
  background-color: var(--color-white);
}

.brand-business {
  display: grid;
  grid-template-columns: 97fr 96fr;
}

@media screen and (max-width: 768px) {
  .brand-business {
    grid-template-columns: 1fr;
  }
}

.brand-business__left {
  overflow: hidden;
}

.brand-business__left-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.brand-business__right {
  background-color: var(--color-blue);
  padding: 80px 40px 80px var(--main-padding);
}

@media screen and (max-width: 768px) {
  .brand-business__right {
    padding: 40px var(--main-padding);
  }
}

.brand-business__right-footer {
  display: flex;
  align-items: center;
  max-width: 636px;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .brand-business__right-footer {
    flex-direction: column;
    align-items: flex-start;
    max-width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .brand-business__right-footer {
    max-width: 264px;
  }
}
.brand-business__btn-bussines {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-white);
  height: 64px;
  background-color: transparent;
  border: 1px solid var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  white-space: nowrap;
}

@media screen and (max-width: 1800px) {
  .brand-business__btn-bussines {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1220px) {
  .brand-business__btn-bussines {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .brand-business__btn-bussines {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 768px) {
  .brand-business__btn-bussines {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1024px) {
  .brand-business__btn-bussines {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .brand-business__btn-bussines {
    padding: 20px;
  }
}

.brand-business__btn-partner {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-white);
  height: 64px;
  background-color: var(--color-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  border: 1px solid var(--color-dark);
  white-space: nowrap;
}

@media screen and (max-width: 1800px) {
  .brand-business__btn-partner {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1220px) {
  .brand-business__btn-partner {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .brand-business__btn-partner {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 768px) {
  .brand-business__btn-partner {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1024px) {
  .brand-business__btn-partner {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .brand-business__btn-partner {
    padding: 20px;
  }
}

.brand-business__subtitle {
  font-family: var(--font-secondary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-white);
  font-weight: 400;
  letter-spacing: 0.96px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1800px) {
  .brand-business__subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1220px) {
  .brand-business__subtitle {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .brand-business__subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 768px) {
  .brand-business__subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1300px) {
  .brand-business__subtitle {
    margin-bottom: 40px;
  }
}

.brand-business__title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 40px;
  line-height: 19px;
  color: var(--color-white);
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  max-width: 613px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1800px) {
  .brand-business__title {
    font-size: 36px;
    line-height: 42px;
  }
}

@media screen and (max-width: 1550px) {
  .brand-business__title {
    font-size: 32px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1300px) {
  .brand-business__title {
    font-size: 28px;
    line-height: 34px;
  }
}

@media screen and (max-width: 1100px) {
  .brand-business__title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .brand-business__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .brand-business__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .brand-business__title {
    margin-bottom: 40px;
  }
}


.brands-block-slide__right-btn {
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .brands-block-slide__right-btn {
    max-height: 220px;
    width: auto;
    height: auto;
  }
}

.brands-block-slide__right-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 27px solid transparent;
  border-left: 40px solid var(--color-white);
  transform: translate(-25%, -50%);
}

@media screen and (max-width: 1024px) {
  .brands-block-slide__right-btn::after {
    border: 17px solid transparent;
    border-left: 26px solid var(--color-white);
  }
}

.brands-block-slide__right-btn-video {
  height: 100%;
}

.brands-block-slide__right-btn:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .brands-block-slide__right-btn:hover {
    transform: scale(1);
  }
}

.brand-labels {
  display: flex;
  gap: 24px;
  padding: 75px 0 180px;
}

@media screen and (max-width: 1600px) {
  .brand-labels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

  }
}

@media screen and (max-width: 1024px) {
  .brand-labels {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 80px;
  }
}

.brand-labels__item {
  flex: 1;
  padding: 16px;
  background-color: #FBFBFB;
}

.brand-labels__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .brand-labels__head {
    gap: 8px;
  }
}
.brand-labels__name {
  color: var(--color-blue);
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
}

.brand-labels__logo {
  width: 128px;
  height: 128px;
  flex-shrink: 0;
}

@media screen and (max-width: 1600px) {
  .brand-labels__logo {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 1024px) {
  .brand-labels__logo {
    width: 96px;
    height: 96px;
  }
}

.brand-labels__description {
  margin-top: 32px;
  font-size: 16px;
}

.collection-brand {
  display: grid;
  grid: "collection-brand-left collection-brand-center  collection-brand-right";
  grid-template-columns: repeat(3, 1fr);
  height: 100%;
  max-height: 880px;
}

@media screen and (max-width: 1024px) {
  .collection-brand {
    grid: "collection-brand-left collection-brand-left" "collection-brand-center  collection-brand-right";
    max-height: 100%;
  }
}

.collection-brand__left {
  overflow: hidden;
  position: relative;
  grid-area: collection-brand-left;
  max-height: 880px;
  padding-right: 70px;
}

@media screen and (max-width: 1470px) {
  .collection-brand__left {
    max-height: 625px;
  }
}

@media screen and (max-width: 1024px) {
  .collection-brand__left {
    max-height: 625px;
    padding-left: 16px;
    padding-bottom: 40px;
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .collection-brand__left {
    padding-bottom: 30px;
  }
}

.collection-brand__center {
  overflow: hidden;
  grid-area: collection-brand-center;
  max-height: 880px;
  background-color: var(--color-blue);

}

.collection-brand__center .collection-brand__swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.collection-brand__right {
  overflow: hidden;
  grid-area: collection-brand-right;
  max-height: 880px;
}

.collection-brand__btn-catalog {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  text-transform: uppercase;
  background-color: var(--color-blue);
  color: var(--color-white);
  height: 64px;
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  transition: var(--transition-opacity);
  margin-left: var(--main-padding);
  margin-top: 40px;
}

@media screen and (max-width: 1800px) {
  .collection-brand__btn-catalog {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1220px) {
  .collection-brand__btn-catalog {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .collection-brand__btn-catalog {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 768px) {
  .collection-brand__btn-catalog {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1024px) {
  .collection-brand__btn-catalog {
    margin-right: 0;
    margin-left: 0;
  }
}

.collection-brand__btn-catalog svg {
  color: var(--color-white);
  height: 24px;
  max-width: 50px;
}

.collection-brand__btn-catalog svg path {
  transition: var(--transition-opacity);
}

.collection-brand__btn-catalog:hover {
  background-color: var(--color-dark);
  cursor: pointer;
  color: var(--color-white-header-order-dark);
}

.collection-brand .collection-brand__btn-catalog:hover {
  color: #fff;
}

.collection-brand__btn-catalog:hover svg path {
  /*d: path("M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19");*/
  /*d: "M2 12H42.5M42.5 12L35.8962 5M42.5 12L35.8962 19";*/
}

.collection-brand__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: var(--main-padding);
  padding-right: 80px;
}

@media screen and (max-width: 1450px) {
  .collection-brand__header {
    padding-right: 10px;
    gap: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .collection-brand__header {
    padding-right: 0;
    padding-left: 0;
  }
}

.collection-brand__swiper-left-slide {
  padding-left: var(--main-padding);
}

@media screen and (max-width: 1024px) {
  .collection-brand__swiper-left-slide {
    padding-right: 0;
    padding-left: 0;
  }
}

.collection-brand__swiper-product-footer {
  position: absolute;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

.collection-brand__swiper-product-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 30px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: var(--color-white);
  text-transform: uppercase;
  width: 90%;
}

@media screen and (max-width: 1800px) {
  .collection-brand__swiper-product-title {
    font-size: 26px;
    line-height: 32px;
  }
}

@media screen and (max-width: 1450px) {
  .collection-brand__swiper-product-title {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1220px) {
  .collection-brand__swiper-product-title {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .collection-brand__swiper-product-title {
    font-size: 20px;
    line-height: 24px;
  }
}

.collection-brand__swiper-product-link {
  width: 44px;
  height: 44px;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.collection-brand__swiper-product-link svg {
  color: var(--color-dark);
  width: 24px;
  height: 24px;
  transform: rotate(-180deg);
  transition: var(--transition-opacity);
}

.collection-brand__swiper-product-link:hover svg {
  color: var(--color-blue);
}

.collection-brand__swiper-desc {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-dark);
  font-weight: 400;
  margin-top: 8px;
  text-transform: uppercase;
  max-width: 350px;
  width: 100%;
}

@media screen and (max-width: 1800px) {
  .collection-brand__swiper-desc {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1220px) {
  .collection-brand__swiper-desc {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .collection-brand__swiper-desc {
    font-size: 14px;
    line-height: 17px;
    text-transform: inherit;
  }
}

@media screen and (max-width: 768px) {
  .collection-brand__swiper-desc {
    font-size: 14px;
    line-height: 17px;
  }
}

ul.collection-brand__swiper-list {
  margin-top: 72px;
}

@media screen and (max-width: 1024px) {
  ul.collection-brand__swiper-list {
    margin-top: 40px;
  }
}

.collection-brand__swiper-list-item {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  color: var(--color-dark);
  font-weight: 400;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 6px auto;
  gap: 10px;
  padding: 16px 0;
  border-bottom: 1px solid #BEC3CB;
}

@media screen and (max-width: 1470px) {
  .collection-brand__swiper-list-item {
    padding: 8px 0;
  }
}

.collection-brand__swiper-list-item:first-child {
  padding-top: 0;
}

@media screen and (max-width: 1800px) {
  .collection-brand__swiper-list-item {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1220px) {
  .collection-brand__swiper-list-item {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .collection-brand__swiper-list-item {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 768px) {
  .collection-brand__swiper-list-item {
    font-size: 14px;
    line-height: 17px;
  }
}

.collection-brand__swiper-list-item::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--color-blue);
  display: block;
  transform: translate(0, 100%);
}

.collection-brand__swiper-title {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-blue);
  text-transform: uppercase;

}

@media screen and (max-width: 1800px) {
  .collection-brand__swiper-title {
    font-size: 36px;
    line-height: 42px;
  }
}

@media screen and (max-width: 1550px) {
  .collection-brand__swiper-title {
    font-size: 32px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1550px) {
  .collection-brand__swiper-title {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1470px) {
  .collection-brand__swiper-title {
    margin-top: 0;
  }
}


@media screen and (max-width: 768px) {
  .collection-brand__swiper-title {
    font-size: 20px;
    line-height: 24px;
  }
}


.collection-brand__pagination {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 1220px) {
  .collection-brand__pagination {
    gap: 20px;
  }
}

.collection-brand__pagination-nums {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
}

@media screen and (max-width: 1550px) {
  .collection-brand__pagination-nums {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .collection-brand__pagination-nums {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 768px) {
  .collection-brand__pagination-nums {
    font-size: 16px;
    line-height: 19px;
  }
}

.collection-brand__pagination-nums .swiper-pagination-current {
  color: var(--color-blue);
}

.collection-brand__btn-next-svg {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.collection-brand__btn-next-svg svg {
  height: 30px;
  width: 60px;
  transition: 250ms;
}

.collection-brand__btn-next-svg svg path {
  transition: var(--transition-opacity);
}

@media screen and (max-width: 1450px) {
  .collection-brand__btn-next-svg svg {
    width: 40px;
    height: 24px;
    color: var(--color-dark);
  }

  .collection-brand__btn-next-svg svg path {
    d: "M2 12H22M22 12L15.3962 5M22 12L15.3962 19";
    d: path("M2 12H22M22 12L15.3962 5M22 12L15.3962 19");
  }
}

.collection-brand__btn-next-svg svg:hover {
  color: var(--color-blue);
}

.collection-brand__btn-next-svg svg:hover path {
  d: path("M1.3335 12.9999H50.5001M50.5001 12.9999L39.4938 1.33325M50.5001 12.9999L39.4938 24.6666");
  d: "M1.3335 12.9999H50.5001M50.5001 12.9999L39.4938 1.33325M50.5001 12.9999L39.4938 24.6666";
}

@media screen and (max-width: 1450px) {
  .collection-brand__btn-next-svg svg:hover path {
    d: path("M2 12H31.5M31.5 12L24.8962 5M31.5 12L24.8962 19");
    d: "M2 12H31.5M31.5 12L24.8962 5M31.5 12L24.8962 19";
  }
}

.collection-brand__subtitle {
  font-family: var(--font-secondary);
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-dark);
  font-weight: 400;
  letter-spacing: 0.96px;
}

@media screen and (max-width: 1800px) {
  .collection-brand__subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1220px) {
  .collection-brand__subtitle {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .collection-brand__subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 768px) {
  .collection-brand__subtitle {
    font-size: 14px;
    line-height: 17px;
  }
}

.collection-brand__swiper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.collection-brand__swiper-slide {
  position: relative;
}

.collection-brand__swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.collection-brand__center img {
  width: 61%;
  height: auto;
}

.collection-brand__swiper-slide video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.brand-product {
  background-color: #F7F8FA;
  padding: 80px var(--main-padding) 50px;
  display: grid;
  grid:
  "bp-info bp-slider"
  "bp-pictures bp-slider"
  "bp-tabs bp-tabs";

  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1470px) {
  .brand-product {
    padding-top: 40px;
    grid:
    "bp-info"
    "bp-slider"
    "bp-pictures"
  }
}

@media screen and (max-width: 1024px) {
  .brand-product {
    padding-top: 40px;
    grid:
    "bp-slider"
    "bp-pictures"
    "bp-info"
  }
}

.brand-product__left {
  grid-area: bp-left;
  padding-right: 80px;
  padding-bottom: 38px;
  padding-top: 57px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.brand-product-info {
  grid-area: bp-info;
  padding-right: 80px;
  padding-top: 57px;
}

@media screen and (max-width: 1024px) {
  .brand-product-info {
    padding-right: 0;
    padding-top: 0;
  }
}

.brand-product__slider {
  grid-area: bp-slider;
  overflow: hidden;
  background-color: var(--color-white);
}

@media screen and (max-width: 1470px) {
  .brand-product__slider {
    height: 786px;
    max-width: 786px;
    width: 100%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .brand-product__slider {
    margin-top: 0;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .brand-product__slider {
    height: 452px;
  }
}

.brand-product__tabs {
  grid-area: bp-tabs;
}

.brand-product-info__article {
  color: var(--color-white-extra-dark);
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .brand-product-info__article {
    font-size: 14px;
  }
}

.brand-product-info__name {
  font-size: 40px;
  color: var(--color-blue);
  margin-top: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .brand-product-info__name {
    font-size: 16px;
    margin-top: 16px;
  }
}

.brand-product-info__description {
  color: var(--color-dark);
  margin-top: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .brand-product-info__description {
    font-size: 14px;
    margin-top: 8px;
  }
}

.brand-product-info__middle {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.brand-product-info__labels {
  display: flex;
  gap: 10px;
}

.brand-product-info__label {
  padding: 19px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-blue);
}

@media screen and (max-width: 1024px) {
  .brand-product-info__label {
    padding: 1px 3px;
  }

  .brand-product-info__label:not(:first-child) {
    display: none;
  }
}

.brand-product-info__label.brand-product-info__label--small-padding {
  padding-left: 4px;
  padding-right: 4px;
}

.brand-product-info__offers {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
}


.brand-product-info__offer {
  border: 1px solid var(--color-gray-light);
  padding: 5px 10px;
  transition: border-color .2s linear;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .brand-product-info__offer {
    font-size: 10px;
    padding: 6px;
  }

  .brand-product-info__offer:nth-child(n + 4) {
    display: none;
  }
}

.brand-product-info__offer.current {
  border-color: var(--color-blue);
}

.brand-product-info__bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .brand-product-info__bottom {
    flex-direction: column;
  }
}
.brand-product-info__prices {

}

.brand-product-info__prices-block {
  display: flex;
  gap: 10px;
  align-items: center;
}

.brand-product-info__old-price {
  position: relative;
  color: var(--color-white-extra-dark);
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .brand-product-info__old-price {
    display: none;
  }
}

.brand-product-info__old-price:before {
  content: "";
  display: block;
  position: absolute;
  rotate: -35deg;
  width: 36px;
  height: 1px;
  background-color: var(--color-blue);
  left: 10px;
  top: 12px;
}

.brand-product-info__price {
  font-weight: 500;
  font-size: 30px;
  color: var(--color-dark);
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .brand-product-info__price {
    font-size: 18px;
    font-weight: 500;
  }
}
.brand-product-info__actions {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .brand-product-info__actions {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .brand-product-info__actions {
    margin-top: 60px;
  }
}
.brand-product-info__actions .collection-brand__btn-catalog {
  margin-top: 0;
  margin-left: 0;
}
.brand-product-info__favorites {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .brand-product-info__favorites {
    width: 34px;
    height: 34px;
  }
}
.brand-product-info__installments {
  background-color: var(--color-white);
  padding: 5px 10px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 14px;
  color: var(--color-dark);
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .brand-product-info__installments {
    display: none;
  }
}
.brand-product-info__installments--mobile {
  display: none;

}
@media screen and (max-width: 768px) {
  .brand-product-info__installments--mobile {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-top: 40px;
  }
}
.brand-product-info__installments svg {
  width: 40px;
  height: 40px;
}


.brand-product__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .brand-product__slider .swiper-slide img {
    height: 100%;
  }
}

.brand-product-tabs {
  padding: 60px var(--main-padding) 50px;
  background-color: #F7F8FA;
}
@media screen and (max-width: 1470px) {
  .brand-product-tabs {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.brand-product-tabs__body {
  max-width: 800px;
  width: 100%;
}

@media screen and (max-width: 1470px) {
  .brand-product-tabs__body {
    max-width: none;
  }
}

.brand-product-tabs__head {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid var(--color-gray-light);
}

@media screen and (max-width: 1024px) {
  .brand-product-tabs__head {
    gap: 0;
  }
}



@media screen and (max-width: 480px) {
  .brand-product-tabs__head-wrapper {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .brand-product-tabs__head-wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

.brand-product-tabs__title {
  flex: 1;
  padding-bottom: 10px;
  font-size: 20px;
  color: var(--color-white-extra-dark);
  position: relative;
  transition: color .2s linear;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .brand-product-tabs__title {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .brand-product-tabs__title {
    width: min-content;
    padding-right: 30px;
  }
}

.brand-product-tabs__title:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-blue);
  transition: width .3s linear;
}

.brand-product-tabs__title.current {
  color: var(--color-dark);
}

.brand-product-tabs__title.current:before {
  width: 100%;
}

.brand-product-tabs__content-list {
  margin-top: 20px;
}

.brand-product-tabs__content {
  display: none;
  font-size: 14px;
  color: var(--color-dark);
}

.brand-product-tabs__content.current {
  display: block;
}

.brand-product-tabs__content p + p {
  margin-top: 20px;
}

.brand-product-slider-navigation {
  position: absolute;
  left: 100%;
  bottom: 0;
  display: flex;
  z-index: 100;
}

@media screen and (max-width: 1470px) {
  .brand-product-slider-navigation {
    left: 0;
    bottom: calc(100% + 40px);
  }
}

.brand-product-slider-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--color-white);
  transition: background-color .2s linear;
}

@media screen and (min-width: 768px) {
  .brand-product-slider-btn:hover {
    background-color: rgba(245, 245, 245, 0.4);
  }
}

.brand-product-slider-btn-prev svg {
  scale: -1;
}

.brand-product__pictures {
  margin-top: 120px;
  display: flex;
  gap: 30px;
  grid-area: bp-pictures;
  padding-right: 80px;
  padding-bottom: 38px;
  position: relative;
}

@media screen and (max-width: 1470px) {
  .brand-product__pictures {
    max-width: 786px;
    padding-right: 0;
    width: 100%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .brand-product__pictures {
    padding-right: 69px;
    gap: 8px
  }
}

.brand-product__picture {
  max-height: 302px;
  height: 100%;
}

.brand-product__picture img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: center;
}

.product-card__wrapper {
  display: flex;
  flex-direction: column;
}

.product-card__photo-container {
  background: var(--color-gray-dark);
  position: relative;
  aspect-ratio: 300/310;
  height: 100%;
}

.product-card__photo-container .first {
  position: absolute;
  opacity: 1;
  transition-duration: 0.96s;
  background-color: var(--color-white-dark);
  width: 100%;
  height: 100%;
}

.product-card__photo-container .first img {
  height: 100%;
  margin: 0 auto;
}



.product-card__favorite-button {
  top: 10px;
  left: 10px;
  position: absolute;
  padding: 5px;
  z-index: 2;
  background: var(--color-white);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .product-card__favorite-button {
    width: 28px;
    height: 28px;
    padding: 3px;
  }

  .product-card__favorite-button svg {
    width: 22px;
    height: 22px;
  }
}

.product-card__favorite-button-icon {
  width: 24px;
  height: 24px;
  color: var(--color-dark);
  transition: var(--transition-opacity);
  animation: favorite-animation-back 0.5s forwards;
}

.product-card__favorite-button:hover .product-card__favorite-button-icon {
  color: var(--color-blue);
}

.product-card__favorite-input {
  display: none;
}

.product-card__favorite-input:checked + .product-card__favorite-button .product-card__favorite-button-icon {
  animation: favorite-animation 0.5s forwards;
}

@keyframes favorite-animation-back {
  0% {
    transform: scale(1);
    color: var(--color-dark);
  }
  25% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes favorite-animation {
  0% {
    transform: scale(1);
    color: var(--color-blue);
  }
  25% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    fill: var(--color-blue);
  }
}

.product-card__color {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  padding: 5px;
  background: var(--color-white);
  border-radius: 100px;
}

@media screen and (max-width: 1550px) {
  .product-card__color {
    font-size: 12px;
    line-height: 15px;
  }
}

.product-card__color svg {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 375px) {
  .product-card__color {
    padding: 3px 5px;
  }

  .product-card__color svg {
    width: 14px;
    height: 14px;
  }
}

.product-card__product-state {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-red);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  align-items: center;
  padding: 5px 10px;
  gap: 4px;
  background: var(--color-white);
}

@media screen and (max-width: 1550px) {
  .product-card__product-state {
    font-size: 12px;
    line-height: 15px;
  }
}

.product-card__bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 630px) {
  .product-card__bottom {
    height: 90px;
  }
}

.product-card__bottom-info-title {
  font-family: var(--font-primary);
  font-style: normal;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  margin-top: 16px;
}

@media screen and (max-width: 1550px) {
  .product-card__bottom-info-title {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (max-width: 850px) {
  .product-card__bottom-info-title {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 480px) {
  .product-card__bottom-info-title {
    font-size: 12px;
    line-height: 15px;
  }
}

.product-card__bottom-info-size {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-gray);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 10px;
}

.product-card__bottom-info-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--color-gray);
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 16px;
}

@media screen and (max-width: 1550px) {
  .product-card__bottom-info-size {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (max-width: 850px) {
  .product-card__bottom-info-size {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 480px) {
  .product-card__bottom-info-size {
    font-size: 12px;
    line-height: 15px;
  }
}

.product-card__buy {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.product-card__buy-price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .product-card__buy-price {
    flex-direction: column;
    gap: 2px;
  }
}

@media screen and (max-width: 375px) {
  .product-card__buy-price {
    flex-direction: column;
    gap: 2px;
  }
}

.product-card__buy-price-old {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-white-extra-dark);
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1550px) {
  .product-card__buy-price-old {
    font-size: 12px;
    line-height: 15px;
  }
}

.product-card__buy-price-old-icon {
  position: absolute;
  width: 33px;
  height: 0;
  z-index: 2;
  background: #97999B;
  border: 1px solid #0047BB;
  transform: rotate(-30deg);
}

.product-card__buy-price-actual {
  font-family: var(--font-primary);
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-black);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

@media screen and (max-width: 1550px) {
  .product-card__buy-price-actual {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .product-card__buy-price-actual {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 768px) {
  .product-card__buy-price-actual {
    font-size: 16px;
    line-height: 19px;
  }
}

@media screen and (max-width: 1024px) {
  .product-card__buy-price-actual {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 850px) {
  .product-card__buy-price-actual {
    font-size: 16px;
    line-height: 19px;
  }
}

@media screen and (max-width: 480px) {
  .product-card__buy-price-actual {
    font-size: 14px;
    line-height: 17px;
  }
}

.product-card__buy-button svg,
.product-card__buy-button path {
  stroke: var(--color-dark);
}

.product-card__buy-button-icon {
  width: 30px;
  height: 30px;
  color: var(--color-dark);
  transition: 0.5s ease;
}

@media screen and (max-width: 768px) {
  .product-card__buy-button-icon {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 375px) {
  .product-card__buy-button-icon {
    width: 24px;
    height: 24px;
  }
}

.product-card__buy-button-icon:hover {
  animation: bag-animation 1s forwards;
}

@keyframes bag-animation {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.promo1 {
  grid-column: 3/4;
  grid-row: 1/2;
}

.promo2 {
  grid-column: 1/2;
  grid-row: 3/4;
}

.brand-recommend {
  padding: 0 var(--main-padding);
  margin-top: 180px;
}

@media screen and (max-width: 1024px) {
  .brand-recommend {
    margin-top: 80px;
  }
}

.brand-recommend__slider-block {
  padding: 0 114px;
  position: relative;
  margin-top: 64px;
}

@media screen and (max-width: 1470px) {
  .brand-recommend__slider-block {
    padding-left: 0;
    padding-right: 0;
  }
}

.brand-recommend__slider {
  overflow: hidden;

}


.brand-recommend-slider-btn {
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: calc(50% - 28px);
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media screen and (max-width: 1470px) {
  .brand-recommend-slider-btn {
    bottom: calc(100% + 16px);
    width: 32px;
    height: 32px;
  }
}



.brand-recommend-slider-btn-prev {
  left: 0;
}

@media screen and (max-width: 1470px) {
  .brand-recommend-slider-btn-prev {
    left: auto;
    right: 48px;
  }
}

.brand-recommend-slider-btn-prev svg {
  scale: -1;
}

.brand-recommend-slider-btn-next {
  right: 0;
}

@media screen and (max-width: 1470px) {
  .brand-recommend-slider-btn-next {

  }
}

.brand-recommend__subtitle {
  color: var(--color-blue);
  font-size: 64px;
  max-width: 500px;
  width: 100%;
  line-height: 1.3;
  text-transform: uppercase;
}

@media screen and (max-width: 1470px) {
  .brand-recommend__subtitle {
    font-size: 32px;
  }
}

.brand-recommend__item .product-card__photo-container {
  max-height: 414px;
  width: 100%;
}

.brand-recommend__item .product-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-socials {
  margin-top: 80px;
  padding: 100px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 1024px) {
  .brand-socials {
    padding-top: 0;
    padding-bottom: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.brand-socials__data {
  padding: 0 60px 0 20px;
  flex: 1;
}
@media screen and (max-width: 1600px) {
  .brand-socials__data {
    padding-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .brand-socials__data {
    padding-left: 0;
    padding-right: 0;
  }
}


.brand-socials__title {
  font-size: 40px;
  color: var(--color-blue);
  line-height: 1.3;
  text-align: center;
  max-width: 618px;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .brand-socials__title {
    font-size: 32px;
    text-align: left;
  }
}

ul.brand-socials__list {
  margin-top: 24px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  ul.brand-socials__list {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.brand-socials__picture {
  flex: 1;
}


.brand-socials__list a {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #F7F8FA;
  gap: 6px;
  font-size: 18px;
  color: var(--color-blue);
}

.brand-title {
  text-transform: uppercase;
  color: var(--color-blue);
  font-size: 64px;
  border-bottom: 1px solid #BEC3CB;
  padding-bottom: 24px;
}

@media screen and (max-width: 1600px) {
  .brand-title {
    font-size: 32px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 600px) {
  .brand-title {
    padding-bottom: 16px;
  }
}

.brand-title strong {
  text-transform: initial;
  font-size: 88px;
  font-weight: 600;
}

@media screen and (max-width: 1600px) {
  .brand-title strong {
    font-size: 48px;
  }
}

@media screen and (max-width: 600px) {
  .brand-title strong {
    display: block;
    font-size: 75px;
  }
}
.stock-list__row + .stock-list__row {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .stock-list__row + .stock-list__row {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .stock-list__row + .stock-list__row {
    margin-top: 60px;
  }
}
.stock-list__row .stock-list__item {
  padding: 40px var(--main-padding);
  height: 420px;
}
@media screen and (max-width: 1024px) {
  .stock-list__row .stock-list__item {
    padding: 40px 20px;
    height: 340px;
  }
}
@media screen and (max-width: 768px) {
  .stock-list__row .stock-list__item {
    padding: 30px 20px;
    height: 320px;
  }
}
.stock-list__item {
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
}
.stock-list__item-shadow {
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,.3);
}
.stock-list__item-info {
  position: relative;
  z-index: 1;
}

.stock-list__item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.stock-list__item-date {
  padding: 6px 10px;
  background-color: #fff;
  color: var(--color-blue);
  width: max-content;
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .stock-list__item-date {
    font-size: 12px;
    padding: 4px 5px;
  }
}
.stock-list__item-name {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .stock-list__item-name {
    font-size: 20px;
  }
}
.stock-list__item-description {
  margin-top: 2px;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .stock-list__item-description {
    font-size: 14px;
  }
}
.stock-list__row--double {
  padding: 0 var(--main-padding);
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .stock-list__row--double {
    display: block;
  }
}
.stock-list__row--double .stock-list__item {
  flex: 1;
  height: 540px;
  padding: 40px 30px;
}
@media screen and (max-width: 1024px) {
  .stock-list__row--double .stock-list__item {
    padding: 40px 20px;
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  .stock-list__row--double .stock-list__item {
    padding: 30px 20px;
    height: 300px;
    width: 100%;
  }
  .stock-list__row--double .stock-list__item + .stock-list__item {
    margin-top: 20px;
  }
}
.stock-list {
  margin-bottom: 100px;
}
.stock-list__row--double .stock-list__item-info {
  justify-content: space-between;
}

.stock-list__row--double .stock-list__item-footer {
  position: relative;
  padding-right: 60px;
}

.stock-list__row--double .stock-list__item-footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 44px;
  height: 44px;
}

.stock-list__row--double .stock-list__item-footer::after {
  content: "";
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  background-image: url("/discount/assets/img/icon/chevron.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  z-index: 1;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .stock-list__row--double .stock-list__item-footer::after,
  .stock-list__row--double .stock-list__item-footer::before {
    width: 32px;
    height: 32px;
  }
}


































/* End */


/* Start:/local/templates/seneca/components/bitrix/news.list/promo-page/style.css?1734342892150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /discount/assets/custom.css?175707772070324 */
/* /local/templates/seneca/components/bitrix/news.list/promo-page/style.css?1734342892150 */
