* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
  border-radius: 0;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ol {
  padding-left: 1.3em;
}

ul {
  padding-left: 1.5em;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a {
  color: inherit;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=tel]::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

input[type=tel]::-webkit-textfield-decoration-container {
  display: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

html {
  scroll-padding-top: 54px;
  scroll-behavior: smooth;
}
@media (max-width: 1023px) {
  html {
    scroll-padding-top: 70px;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  background: #FFFFFF;
  color: #111111;
  font-style: normal;
}
body.lock {
  overflow: hidden;
}
body.popuplock {
  overflow: hidden;
}
@media (max-width: 1023px) {
  body.filterlock {
    overflow: hidden;
  }
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: clip;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  padding-bottom: 80px;
}
.page:has(.graybg:last-child) {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .page {
    gap: 50px;
    padding-bottom: 50px;
  }
  .page:has(.graybg:last-child) {
    padding-bottom: 0;
  }
}

[class*=__container] {
  max-width: 1218px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 600px) {
  [class*=__container] {
    padding: 0 20px;
  }
}

h1, .title {
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  h1, .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1, .title {
    font-size: 24px;
    line-height: 1.3;
  }
}

h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 600px) {
  h3 {
    font-size: 24px;
    line-height: 1.5;
  }
}

h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
  h5.still-on-mobile {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  h5 {
    font-size: 16px;
    line-height: 1.5;
  }
  h5.still-on-mobile {
    font-size: 24px;
    line-height: 1.3;
  }
}

.button {
  text-align: center;
  background: transparent;
  border: 1px solid #111111;
  padding: 11px 24px;
  font-size: 16px;
  color: #111111;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.button.white {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.button.yellow {
  background-color: #FFF100;
  border-color: #FFF100;
}
.button.red {
  background-color: #EC3227;
  border-color: #EC3227;
  color: #FFFFFF;
}
.button.black {
  background-color: #111111;
  color: #FFFFFF;
}
@media (any-hover: hover) {
  .button:hover {
    background-color: #111111;
    color: #FFFFFF;
  }
  .button:hover.black {
    color: #111111;
    background-color: transparent;
  }
  .button:hover.red {
    border-color: #111111;
  }
  .button:hover.white {
    background-color: #FFFFFF;
    color: #111111;
  }
  .button:hover.yellow {
    border-color: #111111;
  }
}

.fancybox__container {
  padding: 0;
  margin: 0;
  max-width: 100%;
  z-index: 1300;
}

.fancybox__slide.has-image > .fancybox__content {
  background-color: #FFFFFF;
  padding: 30px;
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  border-color: #EC3227;
  border-width: 1px;
}

.fancybox__backdrop {
  background-color: rgba(17, 17, 17, 0.9);
}

.f-thumbs__slide__button {
  background-color: #FFFFFF;
}

.graybg {
  background-color: #F8F6F4;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .graybg {
    padding: 50px 0;
  }
}

.blackbg {
  background-color: #111111;
  padding: 80px 0;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .blackbg {
    padding: 50px 0;
  }
}

.header {
  background-color: #EC3227;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background-color: #EC3227;
  }
}
.header__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 1023.1px) {
  .header.show .header__container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .header__container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .header__container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 197px;
          flex: 0 0 197px;
  width: 197px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 8;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__logo img {
  height: 35px;
  width: 220px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 1023.1px) {
  .header.show .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
            flex: 0 0 135px;
    width: 135px;
    height: 20px;
  }
  .header.show .header__logo img {
    height: 25px;
    width: 153px;
  }
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: relative;
  z-index: 8;
}
@media (max-width: 1100px) {
  .header__actions {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .header__actions {
    gap: 40px;
  }
}
.header__guarantee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 30px;
  position: relative;
}
.header__guarantee:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 20px;
  border-bottom: 4px solid #FFF100;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.menu .header__guarantee {
  display: none;
}
@media (any-hover: hover) {
  .header__guarantee:hover:after {
    width: 100%;
    left: 0;
  }
}
.header__guarantee img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
}
@media (min-width: 1023.1px) {
  .header__guarantee {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header.show .header__guarantee {
    height: 24px;
  }
  .header.show .header__guarantee:after {
    height: 10px;
  }
}
@media (max-width: 600px) {
  .header__guarantee {
    display: none;
  }
}
.header__search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  background: none;
  width: 16px;
  height: 16px;
}
.header__search svg {
  height: 100%;
  width: 100%;
}
.header__search svg path {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .header__search:hover svg path {
    stroke: #FFF100;
  }
}
@media (max-width: 600px) {
  .header__search {
    display: none;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 1023px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    margin-top: -15px;
    cursor: default;
    margin-bottom: -15px;
    margin-right: -24px;
    background-color: #FFF100;
  }
}
@media (max-width: 600px) {
  .header__burger {
    margin-top: -10px;
    margin-bottom: -10px;
    margin-right: -20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
  }
}
@media (max-width: 1023px) {
  .header__burger-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
    height: 10px;
    position: relative;
  }
  .header__burger-wrap:after, .header__burger-wrap:before, .header__burger-wrap span {
    content: "";
    position: absolute;
    background-color: #111111;
    height: 1px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    left: 0%;
  }
  .header__burger-wrap:before {
    top: 0;
  }
  .header__burger-wrap span {
    bottom: 50%;
    -webkit-transform: translate(0%, 50%);
            transform: translate(0%, 50%);
  }
  .header__burger-wrap:after {
    width: 45%;
    bottom: 0;
  }
  .header__burger.active .header__burger-wrap span {
    -webkit-transform: translate(0%, 50%) rotate(-45deg);
            transform: translate(0%, 50%) rotate(-45deg);
  }
  .header__burger.active .header__burger-wrap:before {
    top: 50%;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  .header__burger.active .header__burger-wrap:after {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@media (min-width: 1023.1px) {
  .menu {
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .header:has(.search.active) .menu {
    opacity: 0;
  }
}
@media (max-width: 1023px) {
  .menu {
    color: #111111;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    width: 100%;
    background-color: #F8F6F4;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: 6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
  .menu.open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    left: 0;
  }
}
@media (max-width: 600px) {
  .menu {
    padding-top: 50px;
  }
}
.menu__actions {
  display: none;
}
@media (max-width: 1023px) {
  .menu__actions {
    display: block;
    background-color: #111111;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
  }
  .menu__actions a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 24px;
    position: relative;
  }
  .menu__actions a:after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #D9D9D9;
    height: 1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: calc(100% - 48px);
  }
  .menu__actions a:last-child:after {
    display: none;
  }
  .menu__actions a img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
    width: 15px;
  }
}
@media (max-width: 600px) {
  .menu__actions a {
    padding: 20px;
  }
  .menu__actions a:after {
    width: calc(100% - 40px);
  }
}
.menu__list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1100px) {
  .menu__list {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .menu__list {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 128px);
    max-height: calc(100dvh - 128px);
  }
  .menu__list:has(.menu__item.active) .menu__link {
    pointer-events: none;
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s, max-height 0s ease 0.3s;
    transition: opacity 0.3s ease 0s, max-height 0s ease 0.3s;
  }
}
@media (max-width: 600px) {
  .menu__list {
    max-height: calc(100vh - 192px);
    max-height: calc(100dvh - 192px);
  }
}
.menu__item.formobile {
  display: none;
}
@media (max-width: 600px) {
  .menu__item.formobile {
    display: block;
  }
}
@media (any-hover: hover) {
  .menu__item:hover .menu__link:after {
    width: 100%;
    left: 0;
  }
}
.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  height: 30px;
}
.menu__link:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 20px;
  border-bottom: 4px solid #FFF100;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.menu__link img, .menu__link svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
}
.menu__link img:last-child, .menu__link svg:last-child {
  display: none;
}
.menu__link img:first-child, .menu__link svg:first-child {
  display: block;
}
@media (min-width: 1023.1px) {
  .menu__link {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header.show .menu__link {
    height: 24px;
  }
  .header.show .menu__link:after {
    height: 10px;
  }
}
@media (max-width: 1023px) {
  .menu__link {
    height: auto;
    padding: 20px 24px;
    max-height: 64px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .menu__link img:first-child, .menu__link svg:first-child {
    display: none;
  }
  .menu__link img:last-child, .menu__link svg:last-child {
    display: block;
  }
  .menu__link:after {
    background-color: #D9D9D9;
    height: 1px;
    left: 50%;
    border: none;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: calc(100% - 48px);
  }
  .menu__item:last-child .menu__link:after {
    display: none;
  }
}
@media (max-width: 600px) {
  .menu__link {
    padding: 20px;
  }
  .menu__link:after {
    width: calc(100% - 40px);
  }
}
.menu__search {
  display: none;
}
@media (max-width: 600px) {
  .menu__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    background-color: #FFFFFF;
    z-index: 3;
    position: relative;
  }
  .menu__search input {
    padding-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    color: #111111;
    font-size: 16px;
    line-height: 1.5;
  }
  .menu__search input::-webkit-input-placeholder {
    opacity: 1;
    color: #111111;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .menu__search input::-moz-placeholder {
    opacity: 1;
    color: #111111;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .menu__search input:-ms-input-placeholder {
    opacity: 1;
    color: #111111;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .menu__search input::-ms-input-placeholder {
    opacity: 1;
    color: #111111;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .menu__search input::placeholder {
    opacity: 1;
    color: #111111;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .menu__search input:focus::-webkit-input-placeholder {
    opacity: 0;
  }
  .menu__search input:focus::-moz-placeholder {
    opacity: 0;
  }
  .menu__search input:focus:-ms-input-placeholder {
    opacity: 0;
  }
  .menu__search input:focus::-ms-input-placeholder {
    opacity: 0;
  }
  .menu__search input:focus::placeholder {
    opacity: 0;
  }
  .menu__search button {
    background: none;
    padding-right: 20px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu__search button svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
  }
}

.search {
  position: absolute;
  right: 24px;
  top: 0px;
  height: 100%;
  background-color: #F8F6F4;
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  z-index: 9;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.search.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  width: calc(100% - 320px);
}
@media (max-width: 1218px) {
  .search {
    right: 0px;
    padding-right: 14px;
  }
  .search.active {
    width: calc(100% - 290px);
  }
}
@media (max-width: 1023px) {
  .search {
    padding-right: 30px;
    right: 60px;
  }
  .search.active {
    width: calc(100% - 320px);
  }
}
@media (max-width: 767px) {
  .search {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .search {
    display: none;
  }
}
.search input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  padding-left: 30px;
  background: #F8F6F4;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #111111;
}
@media (max-width: 767px) {
  .search input {
    padding-left: 20px;
  }
}
.search input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #111111;
}
.search input::-moz-placeholder {
  opacity: 1;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #111111;
}
.search input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #111111;
}
.search input::-ms-input-placeholder {
  opacity: 1;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #111111;
}
.search input::placeholder {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #111111;
}
.search input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.search input:focus::-moz-placeholder {
  opacity: 0;
}
.search input:focus:-ms-input-placeholder {
  opacity: 0;
}
.search input:focus::-ms-input-placeholder {
  opacity: 0;
}
.search input:focus::placeholder {
  opacity: 0;
}
.search button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  width: 36px;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search button svg {
  width: 16px;
}

@media (min-width: 1023.1px) {
  .sublist {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    color: #111111;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    padding-right: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
    margin: 0 24px;
    max-height: 478px;
    max-height: min(478px, 100vh - 100px);
  }
  .menu__item:hover .sublist {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1023px) {
  .sublist {
    position: absolute;
    right: -100%;
    top: 0;
    background-color: #F8F6F4;
    z-index: 4;
    width: 100%;
    -webkit-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
    max-height: 100%;
    pointer-events: none;
    opacity: 0;
  }
  .menu__item.active .sublist {
    right: 0;
    pointer-events: auto;
    opacity: 1;
    max-height: none;
  }
  .sublist:has(.sublist__wrapper.open) .sublist__left {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
}
.sublist__back {
  display: none !important;
}
@media (max-width: 1023px) {
  .sublist__back {
    display: block !important;
    color: #7F7F7F;
  }
}
.sublist__left {
  background-color: #F8F6F4;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 349px;
          flex: 0 0 349px;
  width: 349px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0;
}
.sublist__left a {
  padding: 20px;
  padding-left: 50px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
.sublist__left a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #F8F6F4;
}
.sublist__left a img {
  display: none;
}
@media (any-hover: hover) {
  .sublist__left a:hover {
    color: #EC3227;
  }
}
.sublist__left a.active {
  color: #FFFFFF;
  background-color: #EC3227;
}
@media (max-width: 1023px) {
  .sublist__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    padding: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .sublist__left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 24px;
    position: relative;
  }
  .sublist__left a:before {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #D9D9D9;
    height: 1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: calc(100% - 48px);
  }
  .sublist__left a:last-child:before {
    display: none;
  }
  .sublist__left a.active {
    color: #111111;
    background-color: transparent;
  }
  .sublist__left a img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
    display: block;
  }
  .sublist__left a:after {
    display: none;
  }
}
@media (max-width: 600px) {
  .sublist__left a {
    padding: 20px;
  }
  .sublist__left a:before {
    width: calc(100% - 40px);
  }
}
.sublist__wrapper {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 50px;
  padding-right: 30px;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.sublist__wrapper.target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1023.1px) {
  .sublist__wrapper::-webkit-scrollbar {
    width: 3px;
    background-color: #F8F6F4;
  }
  .sublist__wrapper::-webkit-scrollbar-thumb {
    background-color: #111111;
  }
}
@media (max-width: 1023px) {
  .sublist__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    overflow: hidden;
    gap: 0;
    position: absolute;
    right: -100%;
    max-height: 100%;
    z-index: 5;
    -webkit-transition: right 0.3s ease 0s;
    transition: right 0.3s ease 0s;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    top: 0;
    background-color: #F8F6F4;
  }
  .sublist__wrapper.open {
    max-height: none;
    right: 0;
    pointer-events: auto;
    opacity: 1;
  }
}
.sublist__title {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .sublist__title {
    display: none;
  }
}
.sublist__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media (max-width: 1023px) {
  .sublist__row {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.sublist__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.sublist__column a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sublist__column a img {
  opacity: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
@media (any-hover: hover) {
  .sublist__column a:hover {
    color: #EC3227;
  }
  .sublist__column a:hover img {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .sublist__column {
    gap: 0;
  }
  .sublist__column a {
    padding: 20px 24px;
    position: relative;
  }
  .sublist__column a:before {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #D9D9D9;
    height: 1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: calc(100% - 48px);
  }
  .sublist__column a img {
    display: none;
  }
  .sublist__column:last-child a:last-child:before {
    display: none;
  }
}
@media (max-width: 600px) {
  .sublist__column a {
    padding: 20px;
  }
  .sublist__column a:before {
    width: calc(100% - 40px);
  }
}

.breadcrumb {
  padding: 30px 0 10px;
}
.breadcrumb__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.breadcrumb__container a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .breadcrumb__container a:hover {
    color: #EC3227;
  }
}
.breadcrumb__container span {
  opacity: 0.3;
}
.breadcrumb__container hr {
  height: 10px;
  width: 1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  background-color: #111111;
  opacity: 0.2;
}
@media (max-width: 600px) {
  .breadcrumb__container span {
    display: none;
  }
  .breadcrumb__container hr {
    display: none;
  }
  .breadcrumb__container a {
    display: none;
  }
  .breadcrumb__container a:last-of-type {
    display: block;
  }
}

.inline-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.inline-breadcrumb a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .inline-breadcrumb a:hover {
    color: #EC3227;
  }
}
.inline-breadcrumb span {
  opacity: 0.3;
}
.inline-breadcrumb hr {
  height: 10px;
  width: 1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  background-color: #111111;
  opacity: 0.2;
}
@media (max-width: 600px) {
  .inline-breadcrumb span {
    display: none;
  }
  .inline-breadcrumb hr {
    display: none;
  }
  .inline-breadcrumb a {
    display: none;
  }
  .inline-breadcrumb a:last-of-type {
    display: block;
  }
}

.main {
  overflow: hidden;
  position: relative;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .main {
    padding-bottom: 50px;
    padding-top: 10px;
  }
}
.main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 30px;
}
@media (max-width: 767px) {
  .main__container {
    padding: 0;
  }
}
.main__bg {
  height: calc((100% - 50px) * 0.75);
  background-color: #F8F6F4;
  position: absolute;
  right: 0;
  top: 0;
  width: 56%;
  z-index: 0;
}
@media (max-width: 767px) {
  .main__bg {
    height: 120px;
    width: 68%;
  }
}
.main__dec {
  position: absolute;
  right: 100px;
  z-index: 1;
  height: 75%;
  top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.main__dec:after {
  content: "";
  background-color: #FFF100;
  height: 100%;
  width: 152px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 152px;
          flex: 0 0 152px;
}
.main__dec span {
  background-color: #111111;
  height: 50%;
  width: 152px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 152px;
          flex: 0 0 152px;
  margin-top: auto;
}
.main__dec:before {
  content: "";
  background-color: #EC3227;
  height: 100%;
  width: 152px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 152px;
          flex: 0 0 152px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 1023px) {
  .main__dec {
    right: 0;
  }
  .main__dec:after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
  }
}
@media (max-width: 767px) {
  .main__dec {
    height: 120px;
    width: 100%;
    top: -10px;
  }
  .main__dec span {
    width: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  .main__dec:before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: 50%;
    margin-top: auto;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 600px) {
  .main__dec:after {
    width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
}
.main__slider {
  z-index: 2;
  position: relative;
  max-width: 100%;
  min-width: 0;
}
.main__slider .swiper-slide {
  height: auto;
}
.main__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.main__bottom {
  position: absolute;
  z-index: 3;
  width: calc(100% - 48px);
  left: 24px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1140px) {
  .main__bottom {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .main__bottom {
    width: 100%;
    padding: 0 24px;
    position: static;
  }
}
@media (max-width: 600px) {
  .main__bottom {
    padding: 0 20px;
  }
}
.main__bottom > * {
  pointer-events: auto;
}

.arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.arrow {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border: 1px solid #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.arrow svg {
  width: 16px;
}
.arrow svg path {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.arrow:last-child svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (any-hover: hover) {
  .arrow:hover {
    background-color: #111111;
  }
  .arrow:hover svg path {
    stroke: #FFFFFF;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.pagination__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__item {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border: 1px solid #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .pagination__item:hover {
    background-color: #111111;
    color: #FFFFFF;
  }
}
.pagination__item.active {
  background-color: #111111;
  color: #FFFFFF;
}

.footer {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.footer__container hr {
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 1px;
}
@media (max-width: 767px) {
  .footer__container {
    gap: 30px;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1023px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
@media (max-width: 767px) {
  .footer__top {
    gap: 30px;
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1023px) {
  .footer__left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 600px) {
  .footer__left {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__logo {
  width: 189px;
}
.footer__logo img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.footer__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  max-width: 770px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
@media (max-width: 1023px) {
  .footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.footer__column a, .footer__column > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer__column a img, .footer__column a svg, .footer__column > div img, .footer__column > div svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  margin-top: 4.5px;
}
.footer__column a svg path, .footer__column a svg circle {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer__column a:hover {
    color: #EC3227;
  }
  .footer__column a:hover svg path, .footer__column a:hover svg circle {
    stroke: #EC3227;
  }
}
@media (max-width: 1023px) {
  .footer__column {
    min-width: 195px;
  }
}
@media (max-width: 767px) {
  .footer__column {
    min-width: 0;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer__column:first-child {
    padding-top: 0;
    border: none;
  }
}
@media (max-width: 1023px) {
  .footer__actions {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .footer__actions {
    margin-left: 0;
    text-align: left;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  row-gap: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .footer__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__bottom a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 770px;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .footer__bottom a:hover {
    color: #FFFFFF;
  }
}
@media (max-width: 1023px) {
  .footer__bottom a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
  }
}
.footer__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  color: rgba(255, 255, 255, 0.4);
}

.brand__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.brand__container > .button {
  display: none;
}
@media (max-width: 1023px) {
  .brand__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 600px) {
  .brand__container > .button {
    display: block;
  }
}
.brand__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  min-width: 270px;
}
@media (max-width: 1200px) {
  .brand__left {
    min-width: 230px;
  }
}
@media (max-width: 1023px) {
  .brand__left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 600px) {
  .brand__left .button {
    display: none;
  }
}
.brand__items {
  display: grid;
  gap: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) {
  .brand__items {
    gap: 50px;
  }
}
@media (max-width: 1023px) {
  .brand__items {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .brand__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    gap: 20px;
  }
}
.brand__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
}
.brand__item:after {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #d9d9d9;
  width: 1px;
  right: -40px;
}
@media (max-width: 1200px) {
  .brand__item:after {
    right: -25px;
  }
}
@media (max-width: 1023px) {
  .brand__item:after {
    right: -20px;
  }
}
.brand__item:last-child:after {
  display: none;
}
.brand__item b {
  font-size: 36px;
  font-weight: 700;
  color: #EC3227;
}
@media (max-width: 600px) {
  .brand__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
  }
  .brand__item:after {
    display: none;
  }
  .brand__item:last-child {
    border: none;
    padding-bottom: 0;
  }
  .brand__item b {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64px;
            flex: 0 0 64px;
    width: 64px;
  }
}

.production__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.production__container > .button {
  display: none;
}
@media (max-width: 600px) {
  .production__container {
    gap: 30px;
  }
  .production__container h2 br {
    display: none;
  }
  .production__container > .button {
    display: block;
  }
}
.production__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .production__top .button {
    display: none;
  }
}
.production__items {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
@media (max-width: 1023px) {
  .production__items {
    gap: 12px;
  }
}
.production__items-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.production__items-flex > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.3333% - 13.3333333333px);
          flex: 1 1 calc(33.3333% - 13.3333333333px);
  min-width: 260px;
}
@media (max-width: 1023px) {
  .production__items-flex {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 12px;
  }
}
.production__items-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
}
@media (max-width: 1023px) {
  .production__items-grid {
    gap: 12px;
  }
}
.production__item {
  overflow: hidden;
  background-color: #F8F6F4;
  min-height: 200px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.production__item p {
  max-width: 180px;
  word-break: break-word;
}
@media (max-width: 600px) {
  .production__item {
    padding: 20px;
  }
}
.production__item > * {
  position: relative;
  z-index: 2;
}
@media (any-hover: hover) {
  .production__item:hover {
    color: #EC3227;
  }
}
.production__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #EC3227;
  width: 25px;
  height: 25px;
  z-index: 1;
}
.production__item img {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 0;
  max-height: 100%;
}
.production__item img.on-top {
  bottom: auto;
  top: 0;
}
@media (max-width: 1023px) {
  .production__item img.right-on-mobile {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}

.blog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.blog__container > .button {
  display: none;
}
@media (max-width: 600px) {
  .blog__container {
    gap: 30px;
  }
  .blog__container h2 br {
    display: none;
  }
  .blog__container > .button {
    display: block;
  }
}
.blog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.blog__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .blog__nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: -24px;
    width: calc(100% + 48px);
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 24px 10px;
    margin-bottom: -10px;
  }
}
@media (max-width: 600px) {
  .blog__nav {
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 0 20px 10px;
  }
}
.blog__filter {
  background-color: #F8F6F4;
  padding: 11px 24px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  display: block;
}
@media (any-hover: hover) {
  .blog__filter:hover {
    color: #EC3227;
  }
}
.blog__filter.active {
  background-color: #EC3227;
  color: #FFFFFF;
}
.blog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .blog__top .button {
    display: none;
  }
}
.blog__items {
  display: grid;
  gap: 20px;
  row-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
@media (max-width: 900px) {
  .blog__items {
    gap: 12px;
    row-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.blog__item[data-fitem] {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__item[data-fitem].hide {
  display: none;
}
.blog__item[data-fitem].show {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
@media (max-width: 1100px) {
  .blog__item.hide-for-mobile {
    display: none;
  }
}
@media (any-hover: hover) {
  .blog__item:hover .blog__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.blog__more {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: auto;
  color: #EC3227;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .blog__more:hover {
    opacity: 0.7;
  }
}
.blog__image {
  overflow: hidden;
  height: 200px;
  position: relative;
  border-bottom: 2px solid #EC3227;
}
@media (max-width: 1023px) {
  .blog__image {
    height: 166px;
  }
}
@media (max-width: 600px) {
  .blog__image {
    height: 200px;
  }
}
.blog__image span {
  z-index: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-color: #EC3227;
  color: #FFFFFF;
  padding: 4px 10px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  font-weight: 700;
}
.blog__image img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.blog__text small {
  font-size: 12px;
  color: #7F7F7F;
}

.partner {
  background-color: #EC3227;
  color: #FFFFFF;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .partner {
    padding: 20px 0;
  }
}
.partner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  position: relative;
}
.partner__container > * {
  position: relative;
  z-index: 2;
}
.partner__container img {
  position: absolute;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  left: 59%;
  bottom: 0%;
  -webkit-transform: translate(-50%, 55%);
          transform: translate(-50%, 55%);
  width: 421px;
}
@media (max-width: 1023px) {
  .partner__container img {
    left: 72%;
    width: 350px;
    -webkit-transform: translate(-50%, 58%);
            transform: translate(-50%, 58%);
  }
}
.partner__container h2 br {
  display: none;
}
@media (max-width: 767px) {
  .partner__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .partner__container img {
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    width: 380px;
    -webkit-transform: translate(55%, -15%);
            transform: translate(55%, -15%);
  }
  .partner__container h2 br {
    display: block;
  }
}

.success__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .success__container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.success__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .success__left {
    gap: 30px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.success__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.success__head b {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .success__head b {
    font-size: 18px;
  }
}
.success__faq {
  background-color: #F8F6F4;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
@media (max-width: 767px) {
  .success__faq {
    gap: 20px;
    padding: 20px;
  }
}
.success__faq hr {
  background-color: #D9D9D9;
  height: 1px;
  width: 100%;
}
.success__faq hr:last-child {
  display: none;
}
.success__item {
  overflow: hidden;
}
.success__text {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.success__text img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
  width: 96px;
}
@media (max-width: 1023px) {
  .success__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .success__text img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 60px;
    height: 60px;
  }
}
.success__item.active .success__text {
  margin-top: 15px;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.success__top {
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.success__top button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21px;
          flex: 0 0 21px;
  width: 21px;
  height: 21px;
  position: relative;
  background-color: transparent;
}
.success__top button:after, .success__top button:before {
  content: "";
  position: absolute;
  background-color: #111111;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.success__top button:after {
  height: 1px;
  width: 100%;
  left: 0;
}
.success__top button:before {
  width: 1px;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.success__item.active .success__top {
  color: #EC3227;
}
.success__item.active .success__top button:after {
  background-color: #EC3227;
}
.success__item.active .success__top button:before {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media (any-hover: hover) {
  .success__top:hover {
    color: #EC3227;
  }
  .success__top:hover button:after, .success__top:hover button:before {
    background-color: #EC3227;
  }
}
@media (max-width: 1023px) {
  .success__top {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .success__top {
    font-size: 17px;
  }
}

.products__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.products__container > .button {
  display: none;
}
@media (max-width: 600px) {
  .products__container {
    gap: 30px;
  }
  .products__container > .button {
    display: block;
  }
}
.products__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .products__top .button {
    display: none;
  }
}
.products__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.tabs .products__texts {
  display: none;
}
.tabs .products__texts.target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products__description {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  grid-template-columns: 1fr 350px;
}
@media (max-width: 991px) {
  .products__description {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .products__description {
    gap: 30px;
  }
}
.tabs .products__description {
  display: none;
}
.tabs .products__description.target {
  display: grid;
}
.products__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 600px) {
  .products__rows {
    gap: 20px;
  }
  .products__block .products__rows {
    gap: 16px;
  }
}
.products__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.products__row span {
  opacity: 0.3;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-bottom: 1px dashed #111111;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  min-width: 25px;
}
.products__row > *:last-child {
  text-align: right;
}
@media (max-width: 600px) {
  .products__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .products__row span {
    display: none;
  }
  .products__row > *:last-child {
    text-align: left;
  }
  .products__block .products__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .products__block .products__row > *:last-child {
    text-align: right;
  }
  .products__block .products__row span {
    display: block;
  }
}
.products__block {
  background-color: #FFFFFF;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 600px) {
  .products__block {
    padding: 20px;
  }
}
.products__block b {
  font-size: 18px;
  font-weight: 700;
}
.products__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products__left h6 {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  opacity: 0.2;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (max-width: 767px) {
  .products__left h6 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .products__left h6 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.products__left h6.active {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 1;
}
@media (max-width: 767px) {
  .products__left h6.active {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media (max-width: 600px) {
  .products__left h6.active {
    font-size: 24px;
    line-height: 1.3;
  }
}
.products__left hr {
  width: 1px;
  height: 26px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  background-color: #D9D9D9;
}
@media (max-width: 767px) {
  .products__left {
    gap: 12px;
  }
  .products__left hr {
    height: 20px;
  }
}

.products__cards {
  display: grid;
  gap: 20px;
  row-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.tabs .products__cards {
  display: none;
}
.tabs .products__cards.target {
  display: grid;
}
@media (max-width: 900px) {
  .products__cards {
    gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
.products__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid rgba(127, 127, 127, 0.3);
}
@media (any-hover: hover) {
  .products__card:hover {
    border-color: #EC3227;
  }
  .products__card:hover .products__text p {
    color: #EC3227;
  }
}
@media (max-width: 600px) {
  .products__card {
    padding: 20px;
  }
}
@media (max-width: 1100px) {
  .products__card.hide-for-mobile {
    display: none;
  }
}
.products__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  line-height: 1.5;
}
.products__head b {
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  padding: 4px 10px;
  background-color: #EC3227;
}
.products__head small {
  margin-left: auto;
  color: #7F7F7F;
}
.products__image {
  height: 200px;
}
@media (max-width: 1023px) {
  .products__image {
    height: 177px;
  }
}
@media (max-width: 600px) {
  .products__image {
    height: 220px;
  }
}
.products__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.products__text p {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.products__text span {
  font-size: 12px;
  color: #7F7F7F;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.products__bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  font-weight: 700;
}
.products__more {
  font-weight: 400;
  color: #EC3227;
}

.seo__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.seo__container > .button {
  display: none;
}
@media (max-width: 767px) {
  .seo__container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .seo__container > .button {
    display: block;
  }
}
.seo__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .seo__left .button {
    display: none;
  }
}
.seo__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.seo__top b {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .seo__top b {
    font-size: 18px;
  }
}
.seo__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.category__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 600px) {
  .category__container {
    gap: 30px;
  }
}
.category__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.category__top {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 250px 1fr;
  gap: 50px;
}
@media (max-width: 1023px) {
  .category__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
@media (max-width: 600px) {
  .category__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.category__wrapper {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: 270px 1fr;
  gap: 30px;
}
@media (max-width: 1023px) {
  .category__wrapper {
    display: block;
  }
}
.category__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.category__filter {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .category__filter {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 11px 24px;
    background-color: #111111;
    text-align: center;
  }
}
.category__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1023px) {
  .category__actions {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .category__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
.category__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
}
.category__sort > span {
  color: #7F7F7F;
}
@media (max-width: 1023px) {
  .category__sort {
    display: block;
  }
  .category__sort span {
    display: none;
  }
}
@media (max-width: 600px) {
  .category__sort {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
}
.category__sort-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.category__sort-header > p {
  display: none;
}
@media (max-width: 1023px) {
  .category__sort-header {
    background-color: #F8F6F4;
    padding: 11px 24px;
    color: #111111;
  }
  .category__sort-header > p {
    display: block;
  }
}
@media (max-width: 600px) {
  .category__sort-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
}
.category__sort-wrap {
  position: relative;
}
@media (max-width: 1023px) {
  .category__sort-wrap {
    position: static;
  }
}
.category__sort-head {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .category__sort-head {
    cursor: default;
  }
}
.category__sort-head img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  opacity: 0.2;
  width: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .category__sort-head:hover img {
    opacity: 1;
  }
}
.category__sort-wrap.active .category__sort-head img {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.category__sort-items {
  width: 100%;
  min-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F8F6F4;
  position: absolute;
  left: 50%;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  max-height: 164px;
  overflow-y: auto;
  top: 100%;
  margin-top: 5px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 0%) scale(0.75);
          transform: translate(-50%, 0%) scale(0.75);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 2;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
.category__sort-items::-webkit-scrollbar {
  width: 3px;
  background-color: #F8F6F4;
}
.category__sort-items::-webkit-scrollbar-thumb {
  background-color: rgba(127, 127, 127, 0.3);
}
.category__sort-wrap.active .category__sort-items {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0%) scale(1);
          transform: translate(-50%, 0%) scale(1);
}
@media (max-width: 1023px) {
  .category__sort-items {
    margin-top: 0;
    min-width: 0;
  }
}
.category__sort-item {
  padding: 11px 15px;
  background: transparent;
  border-bottom: 1px solid rgba(127, 127, 127, 0.3);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.category__sort-item.active {
  background: #EC3227;
  border-color: #EC3227;
  color: #FFFFFF;
}
@media (any-hover: hover) {
  .category__sort-item:hover {
    background: #EC3227;
    border-color: #EC3227;
    color: #FFFFFF;
  }
}
.category__sort-item:last-child {
  border-bottom: none;
}
.category__show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 12px;
}
@media (max-width: 1023px) {
  .category__show {
    position: relative;
    display: block;
  }
  .category__show span {
    display: none;
  }
}
.category__show-header {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1023px) {
  .category__show-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #F8F6F4;
    padding: 11px 24px;
    color: #111111;
  }
}
@media (max-width: 600px) {
  .category__show-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
}
.category__show-head {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #111111;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.category__show-head img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  opacity: 0.2;
  width: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.category__show.active .category__show-head img {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 1023px) {
  .category__show-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.category__show-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 1023px) {
  .category__show-items {
    width: 100%;
    min-width: 0px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #F8F6F4;
    position: absolute;
    left: 50%;
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
    max-height: 164px;
    overflow-y: auto;
    top: 100%;
    margin-top: 0px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, 0%) scale(0.75);
            transform: translate(-50%, 0%) scale(0.75);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 2;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }
  .category__show-items::-webkit-scrollbar {
    width: 3px;
    background-color: #F8F6F4;
  }
  .category__show-items::-webkit-scrollbar-thumb {
    background-color: rgba(127, 127, 127, 0.3);
  }
  .category__show.active .category__show-items {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
    visibility: visible;
  }
}
.category__show-item {
  color: #7F7F7F;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.category__show-item.active {
  color: #111111;
}
@media (any-hover: hover) {
  .category__show-item:hover {
    color: #111111;
  }
}
@media (max-width: 1023px) {
  .category__show-item {
    padding: 11px 15px;
    background: transparent;
    border-bottom: 1px solid rgba(127, 127, 127, 0.3);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #111111;
  }
  .category__show-item.active {
    background: #EC3227;
    border-color: #EC3227;
    color: #FFFFFF;
  }
  .category__show-item:last-child {
    border-bottom: none;
  }
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  position: sticky;
  top: 54px;
  left: 0;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  max-height: calc(100vh - 54px);
  padding-right: 20px;
  padding-bottom: 20px;
}
.filter::-webkit-scrollbar {
  width: 3px;
  background-color: #F8F6F4;
}
.filter::-webkit-scrollbar-thumb {
  background-color: rgba(127, 127, 127, 0.3);
}
@media (max-width: 1023px) {
  .filter {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F8F6F4;
    max-height: none;
    padding: 30px 24px;
    z-index: 1300;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
  .filter::-webkit-scrollbar {
    width: 0;
  }
  .filter.open {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
  }
}
@media (max-width: 600px) {
  .filter {
    padding: 30px 20px;
  }
}
.filter__head {
  display: none;
}
@media (max-width: 1023px) {
  .filter__head {
    font-size: 24px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .filter__head img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
  }
}
.filter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.filter__top {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  padding-bottom: 10px;
  cursor: pointer;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
@media (max-width: 1023px) {
  .filter__top {
    cursor: default;
  }
}
.filter__top img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  width: 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.filter__item.active .filter__top img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.filter__body {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  max-height: 0;
}
.filter__item.active .filter__body {
  margin-top: 20px;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.filter__ranges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.filter__inputs {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.filter__inputs input {
  background-color: #F8F6F4;
  padding: 14px 12px;
  min-width: 0;
  width: 100%;
  font-size: 12px;
  color: #111111;
}
.filter__inputs input::-webkit-input-placeholder {
  color: #7F7F7F;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.filter__inputs input::-moz-placeholder {
  color: #7F7F7F;
  opacity: 1;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.filter__inputs input:-ms-input-placeholder {
  color: #7F7F7F;
  opacity: 1;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.filter__inputs input::-ms-input-placeholder {
  color: #7F7F7F;
  opacity: 1;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.filter__inputs input::placeholder {
  color: #7F7F7F;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.filter__inputs input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.filter__inputs input:focus::-moz-placeholder {
  opacity: 0;
}
.filter__inputs input:focus:-ms-input-placeholder {
  opacity: 0;
}
.filter__inputs input:focus::-ms-input-placeholder {
  opacity: 0;
}
.filter__inputs input:focus::placeholder {
  opacity: 0;
}
@media (max-width: 1023px) {
  .filter__inputs input {
    background-color: #FFFFFF;
  }
}
.filter__selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.filter__selects label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.filter__selects label input {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background-color: #F8F6F4;
  position: relative;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
@media (max-width: 1023px) {
  .filter__selects label input {
    background-color: #FFFFFF;
  }
}
.filter__selects label input:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("../img/category/check.svg") no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.filter__selects label input:checked {
  background-color: #EC3227;
}
.filter__selects label input:checked:after {
  opacity: 1;
}
.filter__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.filter__reset {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #7F7F7F;
}
.filter__reset img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  width: 12px;
}
@media (max-width: 1023px) {
  .filter__reset {
    font-size: 16px;
    padding: 11px 15px;
    border: 1px solid #7F7F7F;
  }
}

.post__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 600px) {
  .post__container {
    gap: 30px;
  }
}
.post__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.post__date {
  font-size: 12px;
  color: #7F7F7F;
}
.post__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
@media (max-width: 1023px) {
  .post__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 600px) {
  .post__body {
    gap: 30px;
  }
}
.post__aside {
  position: sticky;
  top: 54px;
  right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  width: 350px;
  padding: 50px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F8F6F4;
}
.post__aside p {
  padding: 0 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.post__aside a {
  padding: 20px 50px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
.post__aside a:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #D9D9D9;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: calc(100% - 100px);
}
.post__aside a:last-child:after, .post__aside a.active:after {
  display: none;
}
.post__aside a:has(+ a.active):after {
  display: none;
}
.post__aside a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #F8F6F4;
}
@media (any-hover: hover) {
  .post__aside a:hover {
    color: #EC3227;
  }
}
.post__aside a.active {
  color: #FFFFFF;
  background-color: #EC3227;
}
@media (max-width: 1023px) {
  .post__aside {
    position: static;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .post__aside {
    padding: 30px 0 10px;
  }
  .post__aside p {
    padding: 0 20px;
  }
  .post__aside a {
    padding: 20px;
  }
  .post__aside a:after {
    width: calc(100% - 40px);
  }
}
.post__content {
  max-width: 100%;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 1023px) {
  .post__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (max-width: 600px) {
  .post__content {
    gap: 30px;
  }
}
.post__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 600px) {
  .post__block {
    gap: 20px;
  }
}
.post__image {
  height: auto;
  border-bottom: 2px solid #EC3227;
}
.post__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post__slider {
  max-width: 100%;
  min-width: 0;
}
@media (max-width: 600px) {
  .post__slider {
    overflow: visible;
  }
}
.post__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.post__text ol, .post__text ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.post__text ol li, .post__text ul li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.post__text ol li b, .post__text ul li b {
  color: #EC3227;
}
.post__text ol li small, .post__text ul li small {
  background-color: #EC3227;
  height: 1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  margin-top: 11px;
}
.post__text blockquote {
  padding: 30px;
  background-color: #F8F6F4;
  border-left: 2px solid #EC3227;
}
@media (max-width: 600px) {
  .post__text blockquote {
    padding: 20px;
  }
}

.descr__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 600px) {
  .descr__container {
    gap: 30px;
  }
}
.descr__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 767px) {
  .descr__body {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .descr__body {
    grid-template-columns: 1fr;
  }
}
.descr__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.descr__content blockquote {
  padding: 30px;
  background-color: #FFFFFF;
  border-left: 2px solid #EC3227;
}
@media (max-width: 600px) {
  .descr__content blockquote {
    padding: 20px;
  }
}
.descr__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  list-style: none;
  padding-left: 0;
}
.descr__content ul li {
  position: relative;
  padding-left: 25px;
}
.descr__content ul li:before {
  content: "";
  background-color: #EC3227;
  height: 1px;
  width: 10px;
  position: absolute;
  left: 0;
  top: 11px;
}
.descr__image {
  min-height: 320px;
  overflow: hidden;
  position: relative;
}
.descr__image span {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #EC3227;
  width: 25px;
  height: 62px;
  z-index: 1;
}
.descr__image b {
  bottom: 0;
  left: 0;
  position: absolute;
  font-size: 200px;
  line-height: 1;
  color: #F8F6F4;
  -webkit-transform: translateX(-57px);
          transform: translateX(-57px);
  line-height: 0.7;
}
.descr__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1023px) {
  .descr__image {
    min-height: 300px;
  }
}
@media (max-width: 600px) {
  .descr__image {
    min-height: 320px;
  }
}
.descr__body.reverse .descr__image {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media (max-width: 600px) {
  .descr__body.reverse .descr__image {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.descr__body.reverse .descr__image span {
  left: auto;
  right: 0;
}

.product {
  padding-top: 40px;
}
@media (max-width: 600px) {
  .product {
    padding-top: 10px;
  }
}
.product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  row-gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .product__container {
    gap: 20px;
    row-gap: 30px;
  }
}
@media (max-width: 1023px) {
  .product__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .product__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.product__info {
  background-color: #EC3227;
  color: #FFFFFF;
  text-align: center;
  left: 30px;
  top: 30px;
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  z-index: 2;
}
@media (max-width: 767px) {
  .product__info {
    left: 20px;
    top: 20px;
  }
}
.product__sliders {
  max-width: 100%;
  border: 1px solid rgba(127, 127, 127, 0.3);
  padding: 30px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  width: 370px;
  height: 385px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1100px) {
  .product__sliders {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    width: 320px;
    height: 350px;
  }
}
@media (max-width: 1023px) {
  .product__sliders {
    -ms-flex-item-align: start;
        align-self: flex-start;
    height: 385px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    width: auto;
  }
}
@media (max-width: 767px) {
  .product__sliders {
    padding: 20px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 320px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .product__sliders {
    height: 280px;
  }
}
.product__slider {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
}
.product__slider .swiper-slide {
  height: 100%;
}
.product__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.product__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.product__prev {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  width: 38px;
  background-color: #F8F6F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.product__prev img {
  width: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (any-hover: hover) {
  .product__prev:hover {
    background-color: #EC3227;
  }
}
@media (max-width: 1023px) {
  .product__prev {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    width: 28px;
  }
}
@media (max-width: 600px) {
  .product__prev {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31px;
            flex: 0 0 31px;
    width: 31px;
  }
}
.product__next {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  width: 38px;
  background-color: #F8F6F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.product__next img {
  width: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (any-hover: hover) {
  .product__next:hover {
    background-color: #EC3227;
  }
}
@media (max-width: 1023px) {
  .product__next {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    width: 28px;
  }
}
@media (max-width: 600px) {
  .product__next {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31px;
            flex: 0 0 31px;
    width: 31px;
  }
}
.product__navslider {
  max-width: 100%;
  height: 46px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.product__navslider .swiper-slide {
  height: 100%;
  border: 1px solid rgba(127, 127, 127, 0.3);
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
  cursor: pointer;
}
.product__navslider .swiper-slide.swiper-slide-thumb-active {
  border-color: #EC3227;
}
.product__navslider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.product__rows {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 29.9%;
          flex: 1 1 29.9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 1023px) {
  .product__rows {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999;
  }
}
@media (max-width: 767px) {
  .product__rows {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
}
.product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.product__row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.product__row img {
  margin-top: 3px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
}
.product__content {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 29.9%;
          flex: 1 1 29.9%;
  background-color: #F8F6F4;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.product__content h5.still-on-mobile {
  margin-top: auto;
}
@media (max-width: 600px) {
  .product__content {
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .product__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    width: auto;
  }
}
@media (max-width: 767px) {
  .product__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.product__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 600px) {
  .product__top h5 {
    font-size: 18px;
  }
}
.product__top small {
  font-size: 12px;
  color: #7F7F7F;
}
.product__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  font-size: 14px;
}
.product__item img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  margin-top: 3px;
}
.product__item:nth-child(n+3) {
  display: none;
}
.product__items.active .product__item:nth-child(n+3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__more {
  font-size: 14px;
  color: #EC3227;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product__more span:last-child {
  display: none;
}
.product__more span:first-child {
  display: block;
}
.product__items.active .product__more span:first-child {
  display: none;
}
.product__items.active .product__more span:last-child {
  display: block;
}
@media (any-hover: hover) {
  .product__more:hover {
    opacity: 0.7;
  }
}

.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 600px) {
  .contacts__container {
    gap: 30px;
  }
}
.contacts__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1023px) {
  .contacts__wrapper {
    grid-template-columns: 1fr;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 40px;
  }
}
.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 600px) {
  .contacts__content {
    gap: 20px;
  }
}
.contacts__overtitle {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contacts__overtitle br {
    display: none;
  }
}
.contacts__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  row-gap: 30px;
}
@media (min-width: 1023.1px) {
  .contacts__items.col-on-desktop {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .contacts__items {
    row-gap: 20px;
    grid-template-columns: 1fr;
  }
}
.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.contacts__item a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .contacts__item a:hover {
    color: #EC3227;
  }
}
.contacts__body {
  background-color: #F8F6F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 50px;
}
@media (max-width: 1100px) {
  .contacts__body {
    padding: 30px;
  }
}
@media (max-width: 1023px) {
  .contacts__body {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .contacts__body {
    padding: 20px;
  }
}
.contacts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.contacts__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.contacts__actions a, .contacts__actions button {
  position: relative;
  background: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  height: 16px;
}
.contacts__actions a img, .contacts__actions button img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}

.copy-notification {
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  background-color: #EC3227;
  color: white;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  font-size: 12px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.copy-notification.show {
  pointer-events: auto;
  opacity: 1;
  top: -5px;
  visibility: visible;
}

.form {
  background-color: #EC3227;
  color: #FFFFFF;
  padding: 50px 0;
  overflow: hidden;
}
.form__container {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1023px) {
  .form__container {
    grid-template-columns: 285px 1fr;
  }
}
@media (max-width: 700px) {
  .form__container {
    grid-template-columns: 1fr;
  }
}
.form__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: relative;
}
.form__left > * {
  position: relative;
  z-index: 2;
}
.form__left h5 br {
  display: none;
}
@media (max-width: 1023px) {
  .form__left h5 br {
    display: block;
  }
}
.form__left img {
  position: absolute;
  z-index: 0;
  bottom: -50px;
  width: 500px;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-transform: translate(-8%, 32%);
          transform: translate(-8%, 32%);
}
@media (max-width: 1023px) {
  .form__left img {
    -webkit-transform: translate(-32%, 36%) rotate(60deg);
            transform: translate(-32%, 36%) rotate(60deg);
  }
}
@media (max-width: 700px) {
  .form__left img {
    width: 300px;
    left: auto;
    right: 0;
    bottom: auto;
    top: -50px;
    -webkit-transform: translate(60%, -5%) rotate(350deg);
            transform: translate(60%, -5%) rotate(350deg);
  }
}
.form__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.form__content > input, .form__content textarea {
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  width: 100%;
  min-width: 0;
  padding: 11px 24px;
}
.form__content > input::-webkit-input-placeholder, .form__content textarea::-webkit-input-placeholder {
  color: #111111;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form__content > input::-moz-placeholder, .form__content textarea::-moz-placeholder {
  color: #111111;
  opacity: 1;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form__content > input:-ms-input-placeholder, .form__content textarea:-ms-input-placeholder {
  color: #111111;
  opacity: 1;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form__content > input::-ms-input-placeholder, .form__content textarea::-ms-input-placeholder {
  color: #111111;
  opacity: 1;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form__content > input::placeholder, .form__content textarea::placeholder {
  color: #111111;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form__content > input:focus::-webkit-input-placeholder, .form__content textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form__content > input:focus::-moz-placeholder, .form__content textarea:focus::-moz-placeholder {
  opacity: 0;
}
.form__content > input:focus:-ms-input-placeholder, .form__content textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.form__content > input:focus::-ms-input-placeholder, .form__content textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.form__content > input:focus::placeholder, .form__content textarea:focus::placeholder {
  opacity: 0;
}
.form__content textarea {
  resize: none;
  height: 118px;
}
.form__bottom {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
.form__file {
  border: 1px dashed #FFFFFF;
  padding: 11px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  width: 100%;
  gap: 10px;
  display: block;
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (any-hover: hover) {
  .form__file:hover {
    border-color: #FFF100;
  }
}
.form__file img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  width: 12px;
}
.form__file span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
}
@media (max-width: 767px) {
  .form__file span {
    max-width: calc(100vw - 90px);
  }
}
.form__file input {
  display: none;
}
.form__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form__agree small {
  max-width: 200px;
  font-size: 12px;
  font-weight: 400;
}
.form__agree input {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form__agree input:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("../img/category/check.svg") no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.form__agree input:checked {
  background-color: #111111;
}
.form__agree input:checked:after {
  opacity: 1;
}

.partners__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 600px) {
  .partners__container {
    gap: 30px;
  }
}
.partners__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.partners__item {
  padding: 30px 0;
  border-bottom: 1px solid rgba(127, 127, 127, 0.3);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .partners__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
.partners__item p:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.2%;
          flex: 0 0 22.2%;
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .partners__item p:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .partners__item p:first-child {
    margin-right: 0;
  }
}
.partners__item p:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (any-hover: hover) {
  .partners__item:hover {
    color: #EC3227;
    border-color: #EC3227;
  }
}
.partners__item:first-child {
  padding-top: 0;
}
.partners__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.partners__item p:first-child {
  color: #EC3227;
}

.services__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 600px) {
  .services__container {
    gap: 30px;
  }
}
.services__body {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 350px;
}
@media (max-width: 1100px) {
  .services__body {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .services__body {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.services__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 600px) {
  .services__wrapper {
    gap: 20px;
  }
}
.services__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .services__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.services__top blockquote {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
  border: 1px solid #EC3227;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services__top blockquote h5 span {
  color: #EC3227;
}
@media (max-width: 767px) {
  .services__top blockquote {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: block;
  }
}
.services__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.services__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.services__row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.services__row img {
  margin-top: 3px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
}
.services__content {
  background-color: #F8F6F4;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 1100px) {
  .services__content {
    padding: 30px;
  }
}
@media (max-width: 1023px) {
  .services__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 50px;
  }
  .services__content > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .services__content small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
  }
}
@media (max-width: 767px) {
  .services__content {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .services__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services__content small, .services__content > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.services__content small {
  font-size: 12px;
  color: #7F7F7F;
}
.services__content p a {
  color: #EC3227;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .services__content p a:hover {
    opacity: 0.7;
  }
}
.services__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.services__text b {
  font-weight: 700;
}
.services__tel {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #EC3227;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .services__tel:hover {
    opacity: 0.7;
  }
}

.centres__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.centres__container hr {
  height: 1px;
  width: 100%;
  opacity: 0.3;
  background-color: #7F7F7F;
}
@media (max-width: 600px) {
  .centres__container {
    gap: 30px;
  }
}
.centres__container blockquote {
  padding: 30px;
  background-color: #F8F6F4;
  border-left: 2px solid #EC3227;
}
@media (max-width: 600px) {
  .centres__container blockquote {
    padding: 20px;
  }
}
.centres__item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1100px) {
  .centres__item {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .centres__item {
    gap: 12px;
  }
}
@media (max-width: 710px) {
  .centres__item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.centres__name {
  font-size: 18px;
  font-weight: 700;
}
.centres__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.centres__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.centres__block a {
  color: #111111;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .centres__block a:hover {
    color: #EC3227;
  }
}
.centres__div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.map__search {
  background-color: #F8F6F4;
}
.map__search input {
  padding: 20px 0px;
  width: 100%;
  min-width: 0;
  background: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.map__search input::-webkit-input-placeholder {
  color: #111111;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.map__search input::-moz-placeholder {
  color: #111111;
  opacity: 1;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.map__search input:-ms-input-placeholder {
  color: #111111;
  opacity: 1;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.map__search input::-ms-input-placeholder {
  color: #111111;
  opacity: 1;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.map__search input::placeholder {
  color: #111111;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.map__search input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.map__search input:focus::-moz-placeholder {
  opacity: 0;
}
.map__search input:focus:-ms-input-placeholder {
  opacity: 0;
}
.map__search input:focus::-ms-input-placeholder {
  opacity: 0;
}
.map__search input:focus::placeholder {
  opacity: 0;
}
@media (max-width: 600px) {
  .map__search input {
    padding: 20px;
  }
}
.map__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map__container button {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background: none;
}
.map__container button img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.map__map {
  height: 600px;
}
.map__map iframe, .map__map > ymaps {
  height: 100%;
  width: 100%;
}
.map__balloon {
  font-family: "Roboto", sans-serif;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: 1.5;
}
.map__balloon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 12px;
  line-height: 1.5;
}
.map__balloon-item a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .map__balloon-item a:hover {
    color: #EC3227;
  }
}
.map__balloon b {
  font-weight: 700;
}

.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
  margin-right: 0 !important;
  padding: 30px !important;
}

.ymaps-2-1-79-balloon {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
}

[class*=islands_clusterSmallIcon] {
  background: #EC3227 !important;
  width: 44px !important;
  height: 44px !important;
  color: #FFFFFF !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.benefits__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 767px) {
  .benefits__container {
    gap: 30px;
  }
}
.benefits__container > hr {
  background-color: #D9D9D9;
  width: 100%;
  height: 1px;
}
.benefits__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.benefits__cards hr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  background-color: #d9d9d9;
}
@media (max-width: 767px) {
  .benefits__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 30px;
  }
  .benefits__cards hr {
    display: none;
  }
}
.benefits__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26.45%;
          flex: 0 0 26.45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 1023px) {
  .benefits__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.55%;
            flex: 0 0 27.55%;
  }
}
@media (max-width: 767px) {
  .benefits__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
  }
  .benefits__card:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.benefits__card img {
  width: 48px;
}
.benefits__card b {
  font-size: 18px;
  color: #EC3227;
  font-weight: 700;
}

.history__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 600px) {
  .history__container {
    gap: 30px;
  }
}
.history__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 600px) {
  .history__items {
    gap: 30px;
  }
}
.history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(127, 127, 127, 0.3);
}
.history__item b {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #EC3227;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
}
.history__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 1023px) {
  .history__item b {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21.2%;
            flex: 0 0 21.2%;
  }
}
@media (max-width: 600px) {
  .history__item {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
  }
  .history__item b {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.location {
  overflow: hidden;
}
.location__container {
  position: relative;
  display: grid;
  gap: 20px;
  grid-template-columns: 570fr 580fr;
}
@media (max-width: 1023px) {
  .location__container {
    grid-template-columns: 293px 1fr;
  }
}
@media (max-width: 700px) {
  .location__container {
    grid-template-columns: 1fr;
    padding-bottom: 130px;
  }
}
.location__container > * {
  position: relative;
  z-index: 2;
}
.location__map {
  position: absolute;
  left: 20px;
  bottom: -173px;
  z-index: 0;
  width: 472px;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .location__map {
    left: -190px;
    bottom: -143px;
  }
}
@media (max-width: 700px) {
  .location__map {
    bottom: -255px;
    left: -184px;
  }
}
.location__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.location__cities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.location__city {
  display: block;
  padding: 11px 24px;
  background-color: #FFFFFF;
  text-align: center;
}

.about {
  padding: 30px 0 80px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about {
    padding: 10px 0 50px;
  }
}
.about__container {
  position: relative;
}
@media (max-width: 767px) {
  .about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 12px;
  }
}
.about__image {
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 2;
  width: 850px;
  pointer-events: none;
}
.about__image img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
@media (max-width: 1130px) {
  .about__image {
    width: 744px;
  }
}
@media (max-width: 1023px) {
  .about__image {
    right: -257px;
    top: -160px;
  }
}
@media (max-width: 767px) {
  .about__image {
    position: static;
    width: calc(100% + 48px);
    margin-left: -24px;
  }
}
@media (max-width: 600px) {
  .about__image {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.about__bg {
  height: calc(100% - 110px);
  background-color: #F8F6F4;
  position: absolute;
  right: 0;
  top: 0;
  width: 56%;
  z-index: 0;
}
@media (max-width: 767px) {
  .about__bg {
    height: 120px;
    width: 68%;
  }
}
.about__dec {
  position: absolute;
  right: 100px;
  z-index: 1;
  height: 100%;
  top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.about__dec:after {
  content: "";
  background-color: #FFF100;
  height: 100%;
  width: 152px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 152px;
          flex: 0 0 152px;
}
.about__dec span {
  background-color: #111111;
  height: 50%;
  width: 152px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 152px;
          flex: 0 0 152px;
  margin-top: auto;
}
.about__dec:before {
  content: "";
  background-color: #EC3227;
  height: 100%;
  width: 152px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 152px;
          flex: 0 0 152px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 1023px) {
  .about__dec {
    right: 0;
  }
  .about__dec:after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    width: 60px;
  }
}
@media (max-width: 767px) {
  .about__dec {
    height: 120px;
    width: 100%;
    top: -10px;
  }
  .about__dec span {
    width: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
  .about__dec:before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: 50%;
    margin-top: auto;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 600px) {
  .about__dec:after {
    width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
}
.about__content {
  position: relative;
  max-width: 400px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 767px) {
  .about__content {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .about__content {
    gap: 20px;
  }
  .about__content h2 {
    margin-bottom: 10px;
  }
}
.about__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1300;
  overflow-y: auto;
  padding: 30px 0;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(17, 17, 17, 0.9);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.popup.open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.popup__bg {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 0;
}
.popup__content {
  position: relative;
  z-index: 2;
  background-color: #F8F6F4;
  max-width: 320px;
  padding: 30px;
  width: calc(100vw - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.popup__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.popup__close {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
}
.popup__close img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.popup__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.popup__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #111111;
}
.popup__actions a {
  color: #111111;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .popup__actions a:hover {
    color: #EC3227;
    opacity: 1;
  }
}

@media (max-width: 850px) {
  .production__items-grid:not(:has(.productio__item:nth-child(3))) .production__item img {
    bottom: auto;
    top: 0;
    max-height: 80%;
  }
}
@media (max-width: 450px) {
  .production__items-grid:not(:has(.productio__item:nth-child(3))) .production__item img {
    right: -20%;
  }
}