/*
Theme Name: Balkan Theme
Text Domain: balkan
Version: 1.0"
Description: Balkan Shop Theme
Author: KITH
Author URI: https://kith.agency
*/

* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  position: relative;
  /*   overflow-x: hidden; */
  color: #464953;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 992px) {
  body {
    font-size: 14px;
    overflow-x: hidden;
  }
}

.container-all {
  position: relative;
  overflow: hidden;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 993px) {
  body.single-product .container-all {
    overflow: visible;
  }
}

main {
  position: relative;
}

._h1,
._h2,
._h3,
._h4,
._h5 {
  font-style: normal;
  font-weight: 700;
  color: #17181C;
  margin: 0;
  line-height: 1.3;
}

._h1 {
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 992px) {
  ._h1 {
    font-size: 28px;
    line-height: 1.2;
  }
}

._h2 {
  font-size: 42px;
  line-height: 1.2;
}

@media screen and (max-width: 992px) {
  ._h2 {
    font-size: 24px;
  }
}

._h4 {
  font-size: 28px;
  line-height: 1.3;
}

@media screen and (max-width: 992px) {
  ._h4 {
    font-size: 20px;
  }
}

._h5 {
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 992px) {
  ._h5 {
    font-size: 16px;
  }
}

._p {
  color: #464953;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  ._p {
    font-size: 14px;
  }
}

._input {
  display: block;
  height: 52px;
  padding: 14px 24px;
  border-radius: 8px;
  border: 1px solid #9094A2;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  outline: none;
  color: #17181C;
  transition: all ease 0.3s;
}

@media screen and (max-width: 992px) {
  ._input {
    font-size: 14px;
  }
}

._input:focus {
  border: 1px solid #17181C;
  transition: all ease 0.3s;
}

._input:hover {
  border: 1px solid #21439B;
  transition: all ease 0.3s;
}

._input:invalid {
  border: 1px solid #AA2318;
  transition: all ease 0.3s;
}

._input:disabled {
  background-color: #F4F5F6;
}

.radio-label {
  gap: 0.5rem;
  height: 52px;
  padding: 14px 24px;
  border-radius: 8px;
  border: 1px solid #9094A2;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  outline: none;
  color: #17181C;
  transition: all ease 0.3s;
}

.radio-label input {
  display: none;
}

.radio-label .checkmark {
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  min-width: 16px;
  border: 1px solid #9094A2;
}

.radio-label .txt {
  position: relative;
  top: 1px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 !important;
}

.radio-label.active {
  border: 1px solid #21439B;
  background: #F2F4FB;
}

.radio-label input:checked~.checkmark {
  border: 1px solid #21439B;
  background-color: #21439B;
}

._textarea {
  display: block;
  resize: vertical;
  padding: 14px 24px;
  border-radius: 8px;
  border: 1px solid #9094A2;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  outline: none;
  color: #17181C;
  transition: all ease 0.3s;
}

@media screen and (max-width: 992px) {
  ._textarea {
    font-size: 14px;
  }
}

._textarea:focus {
  border: 1px solid #17181C;
  transition: all ease 0.3s;
}

._textarea:hover {
  border: 1px solid #21439B;
  transition: all ease 0.3s;
}

._textarea:invalid {
  border: 1px solid #AA2318;
  transition: all ease 0.3s;
}

._textarea:disabled {
  background-color: #F4F5F6;
}

._check-elem {
  display: flex;
  gap: 0.5rem;
}

@media screen and (max-width: 599px) {
  ._check-elem {
    margin-bottom: 4px;
  }
}

._check-elem .checkmark {
  display: block;
  height: 24px;
  width: 24px;
  min-width: 24px;
  border: 1px solid #21439B;
  border-radius: 4px;
}

@media screen and (max-width: 599px) {
  ._check-elem .checkmark {
    height: 16px;
    width: 16px;
    min-width: 16px;
  }
}

._check-elem .txt {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #464953;
}

@media screen and (max-width: 992px) {
  ._check-elem .txt {
    font-size: 12px;
    line-height: 1rem;
  }
}

._check-elem .txt a {
  font-size: 16px;
  font-weight: 600;
  color: #21439B;
  text-decoration: underline;
}

@media screen and (max-width: 1365px) {
  ._check-elem .txt a {
    font-size: 14px;
  }
}

._check-elem input:checked~.checkmark {
  background-color: #21439B;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  background-image: url("../img/icons/checked.svg");
}

._file {
  gap: 12px;
  margin-top: auto;
  border-color: #21439B;
  cursor: pointer;
}

._file input[type=file] {
  display: none;
}

._file .txt {
  margin-bottom: 0 !important;
  font-weight: 600;
  color: #21439B !important;
}

._link {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
  padding-right: 2rem;
  transition: all ease 0.3s;
  width: max-content;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  ._link {
    font-size: 14px;
    color: #21439B;
  }
}

._link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./img/icons/ch-right.svg");
  transition: all ease 0.3s;
}

@media screen and (max-width: 992px) {
  ._link::after {
    background-image: url("./img/icons/ch-right-act.svg");
  }
}

._link:hover {
  color: #21439B;
}

._link:hover::after {
  background-image: url("./img/icons/ch-right-act.svg");
  transition: all ease 0.3s;
  right: -5px;
}

._link-accord::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./img/icons/ch-right.svg");
  transition: all ease 0.3s;
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  ._link-accord::after {
    top: -1px;
  }
}

._link-accord:hover::after {
  background-image: url("./img/icons/ch-right-act.svg");
  transition: all ease 0.3s;
  right: 0px;
}

._link-accord.open::after {
  transform: rotate(-90deg);
}

._link-back {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
  padding-left: 32px;
  transition: all ease 0.3s;
  width: max-content;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  ._link-back {
    font-size: 14px;
    color: #21439B;
  }
}

._link-back::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./img/icons/ch-left.svg");
  transition: all ease 0.3s;
}

@media screen and (max-width: 992px) {
  ._link-back::after {
    background-image: url("./img/icons/ch-left-act.svg");
  }
}

._link-back:hover {
  color: #21439B;
}

._link-back:hover::after {
  background-image: url("./img/icons/ch-left-act.svg");
  transition: all ease 0.3s;
  left: -5px;
}

.accent {
  color: #21439B;
}

[class*=__container] {
  width: 100%;
  padding: 0 6.875%;
  max-width: 1920px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  [class*=__container] {
    padding: 0 20px;
  }
}

a {
  text-decoration: none;
  color: #17181C;
  transition: color 0.3s;
}

a:hover {
  color: #21439B;
  transition: color 0.3s;
}

.bttn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all ease 0.3s;
  border-radius: 8px;
  width: max-content;
  padding: 12px 32px;
  height: 48px;
  min-width: 230px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .bttn {
    padding: 12px 28px;
  }
}

.bttn svg {
  display: block;
  margin-left: 8px;
  position: relative;
  z-index: 10;
}

.bttn .txt {
  position: relative;
  z-index: 10;
}

.bttn--full {
  width: 100%;
}

.bttn--long {
  padding: 5px 45px;
}

@media screen and (max-width: 599px) {
  .bttn--long {
    padding: 5px 10px;
  }
}

.bttn-primary {
  background: linear-gradient(90deg, #21439B 0%, #21439B 50%, #4286F4 100%);
  color: #ffffff;
  background-size: 200% 200%;
  background-position: 100% 50%;
  transition: background-position 0.5s;
  text-transform: uppercase;
  border: none;
}

.bttn-primary svg path {
  stroke: #ffffff;
}

.bttn-primary:hover {
  color: #ffffff;
  background-position: 0% 50%;
  transition: background-position 0.5s;
}

.bttn-white {
  border: 1px solid #21439B;
  background: #ffffff;
  color: #21439B;
  text-transform: uppercase;
  transition: all ease 0.5s;
}

.bttn-white::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #21439B 0%, #4286F4 100%);
  opacity: 0;
  transition: all ease 0.5s;
}

.bttn-white:hover {
  border: 1px solid #fff;
  color: #ffffff;
  transition: all ease 0.5s;
}

.bttn-white svg path {
  stroke: #21439B;
  transition: all ease 0.5s;
}

.bttn-red {
  background: linear-gradient(90deg, #EA0029 0%, #EA0029 50%, #B31217 100%);
  color: #ffffff;
  background-size: 200% 200%;
  background-position: 100% 50%;
  transition: background-position 0.5s;
  text-transform: uppercase;
}

.bttn-red svg path {
  stroke: #ffffff;
}

.bttn-red:hover {
  color: #ffffff;
  background-position: 0% 50%;
  transition: background-position 0.5s;
}

.bttn-grey {
  border-color: #E3E5E8;
  color: #17181C;
  background-color: #ffffff;
}

.bttn-grey img {
  filter: brightness(0);
  transition: all ease 0.3s;
}

.bttn-grey:hover {
  color: #21439B;
  transition: all ease 0.3s;
  background-color: #F2F4FB;
  border-color: #21439B;
}

.bttn-grey:hover img {
  filter: brightness(1);
  transition: all ease 0.3s;
}

.bttn-grey.active {
  color: #21439B;
  transition: all ease 0.3s;
  background-color: #F2F4FB;
  border-color: #21439B;
}

.bttn-grey.active img {
  filter: brightness(1);
  transition: all ease 0.3s;
}

.bttn-inline {
  border: none;
  padding: 0;
  min-width: auto;
  height: auto;
  border-radius: 0;
}

.bttn-inline .txt {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
  position: relative;
  color: #17181C;
}

.bttn-inline .txt::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #17181C;
  transition: all ease 0.5s;
}

.bttn-inline .txt:hover {
  color: #21439B;
  transition: all ease 0.5s;
}

.bttn-inline svg path {
  stroke: #17181C;
  transition: all ease 0.5s;
}

.bttn._md {
  min-width: 176px;
  height: 45px;
  padding: 0 10px 0 25px;
}

@media screen and (max-width: 992px) {
  .bttn._md {
    height: 35px;
    padding: 0 10px 0 15px;
    min-width: 135px;
  }
}

.bttn._md .txt {
  font-size: 16px;
  line-height: 18px;
}

@media screen and (max-width: 992px) {
  .bttn._md .txt {
    font-size: 14px;
    line-height: 16px;
  }
}

.bttn._md img {
  height: 25px;
  width: auto;
}

@media screen and (max-width: 992px) {
  .bttn._md img {
    height: 17px;
  }
}

.bttn._sm {
  min-width: 168px;
  height: 35px;
  padding: 0 10px 0 14px;
}

.bttn._sm .txt {
  font-size: 12px;
  line-height: 14px;
}

.bttn._sm img {
  height: 17px;
  width: auto;
}

.bttn-primary--white {
  background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 50%, #bdbdbd 100%);
  color: #21439B;
  background-size: 200% 200%;
  background-position: 0% 50%;
  transition: background-position 0.5s;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .bttn-primary--white {
    background: linear-gradient(90deg, #21439B 0%, #21439B 50%, #4286F4 100%);
    color: #ffffff;
  }
}

.bttn-primary--white svg path {
  stroke: #21439B;
}

@media screen and (max-width: 992px) {
  .bttn-primary--white svg path {
    stroke: #ffffff;
  }
}

.bttn-primary--white:hover {
  background-position: 100% 50%;
  transition: background-position 0.5s;
}

@media screen and (max-width: 992px) {
  .bttn-primary--white:hover {
    background-position: 0% 50%;
  }
}

.bttn-white:hover::after {
  opacity: 1;
  transition: all ease 0.5s;
}

.bttn-white:hover svg path {
  stroke: #ffffff;
  transition: all ease 0.5s;
}

.bttn-inline:hover svg path {
  stroke: #21439B;
  transition: all ease 0.5s;
}

.bttn-inline:hover .txt::after {
  width: 0;
  transition: all ease 0.5s;
}

._hide {
  display: none !important;
}

._mob {
  display: none !important;
}

@media screen and (max-width: 992px) {
  ._mob {
    display: block !important;
  }
}

._mob-f {
  display: none !important;
}

@media screen and (max-width: 992px) {
  ._mob-f {
    display: flex !important;
  }
}

._desk {
  display: none !important;
}

@media screen and (min-width: 993px) {
  ._desk {
    display: block !important;
  }
}

._desk-f {
  display: none !important;
}

@media screen and (min-width: 993px) {
  ._desk-f {
    display: flex !important;
  }
}

._flex {
  display: flex;
}

._flex-x {
  display: flex;
  align-items: center;
}

._flex-cntr {
  display: flex;
  align-items: center;
  justify-content: center;
}

._flex-btwn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._invert {
  filter: invert(1);
}

._accent {
  color: #21439B;
}

.sw-arr {
  width: 36px;
  height: 36px;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all ease 0.3s;
  cursor: pointer;
  opacity: 0.8;
}

.sw-arr:hover {
  opacity: 1;
  transition: all ease 0.3s;
}

.sw-arr.swiper-button-disabled {
  opacity: 0.4;
  filter: grayscale(1);
}

.swiper-pagination-bullet-active {
  background: #21439B;
}

._icon-txt {
  gap: 8px;
  position: relative;
}

._icon-txt .icon {
  display: block;
  height: 20px;
  width: auto;
}

._icon-txt .txt {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #ffffff;
  display: block;
  width: max-content;
}

._icon-txt:not(:first-child) {
  margin-left: 16px;
  padding-left: 16px;
}

._icon-txt:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  height: 14px;
  width: 1px;
  background: #ffffff;
}

.header-space {
  height: 137px;
}

@media screen and (max-width: 992px) {
  .header-space {
    height: 80px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}

.header .logo {
  width: 185px;
  min-width: 185px;
}

@media screen and (max-width: 1199px) {
  .header .logo {
    width: 120px;
    min-width: 120px;
  }
}

@media screen and (max-width: 992px) {
  .header .logo {
    width: 130px;
    min-width: 130px;
  }
}

.header .logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header-row-1 {
  padding: 12px 0;
  background: linear-gradient(90deg, #21439b 0%, #4286f4 100%);
}

.header-row-1 .header__col {
  height: 100%;
}

.header-row-1 .header__col:first-child {
  width: 250px;
}

@media screen and (max-width: 1199px) {
  .header-row-1 .header__col:first-child {
    width: 190px;
  }
}

@media screen and (max-width: 374px) {
  .header-row-1 .header__col:first-child {
    width: 150px;
  }
}

@media screen and (max-width: 992px) {
  .header-row-1 .header__col.menu-col {
    position: relative;
    top: -200px;
    height: 0;
    width: 0;
  }
}

.header-row-1 .header__col:last-child {
  width: 250px;
  justify-content: flex-end;
  gap: 32px;
}

@media screen and (max-width: 1499px) {
  .header-row-1 .header__col:last-child {
    width: auto;
  }
}

.header-row-1 .header__col:last-child a img {
  display: block;
}

.header-row-1 .header__col:last-child span img {
  display: block;
}

.header-row-2 {
  padding: 20px 0;
  border-bottom: 1px solid #eeeff1;
  background: #ffffff;
}

@media screen and (max-width: 992px) {
  .header-row-2 {
    padding: 24px 0;
  }
}

.header-row-2 .header__col {
  height: 100%;
}

.header-row-2 .header__col:first-child {
  gap: 40px;
}

@media screen and (max-width: 1899px) {
  .header-row-2 .header__col:first-child {
    gap: 3vw;
  }
}

.header-row-2 .header__col:last-child {
  flex-grow: 1;
  justify-content: flex-end;
  gap: 1.5rem;
}

@media screen and (max-width: 992px) {
  .header-row-2 .header__col:last-child {
    gap: 20px;
  }
}

.header-row-2 .header__col:last-child .header-search {
  padding: 0;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 1899px) {
  .header-row-2 .header__col:last-child .header-search {
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .header-row-2 .header__col:last-child .header-search {
    flex-direction: row;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .header-row-2 .header__col:last-child .header-search {
    position: relative;
  }
}

.header-row-2 .header__col:last-child .header-search ._input {
  width: 390px;
  position: relative;
  height: 48px;
}

@media screen and (max-width: 1899px) {
  .header-row-2 .header__col:last-child .header-search ._input {
    width: 20vw;
    min-width: 200px;
  }
}

.header-row-2 .header__col:last-child .header-search .bttn {
  position: absolute;
  z-index: 5;
  top: 4px;
  right: 4px;
  padding: 8px 12px;
  min-width: auto;
  height: 40px;
}

@media screen and (max-width: 1499px) {
  .header-row-2 .header__col:last-child .header-search .bttn {
    min-width: 76px;
  }
}

@media screen and (max-width: 767px) {
  .header-row-2 .header__col:last-child .header-search .bttn {
    width: auto;
  }
}

.header-row-2 .header__col:last-child .header-search .txt {
  display: block;
}

@media screen and (max-width: 1499px) {
  .header-row-2 .header__col:last-child .header-search .txt {
    display: none;
  }
}

.header .icon-wrap .num {
  color: #ffffff;
  background: linear-gradient(90deg, #21439B 0%, #4286F4 100%);
}

.header .mob-icon img {
  display: block;
}

@media screen and (min-width: 1700px) {
  .header .mob-icon.menu-open {
    display: none;
  }
}

.header.header-transparent {
  background: rgba(23, 24, 28, 0.3019607843);
  transition: all ease 0.3s;
}

.header.header-transparent .logo-default {
  display: none;
}

.header.header-transparent .logo-transparent {
  display: block;
}

.header.header-transparent .header-row-1 {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
}

.header.header-transparent .header-row-2 {
  background: transparent;
  border-bottom: none;
}

.header.header-transparent .header-row-2 img.icon {
  filter: invert(1);
}

.header.header-transparent .header-row-2 .nav-1 ul .menu-item a {
  color: #eeeeee;
}

.header.header-transparent .mob-icon {
  filter: invert(1);
}

.header-default {
  transition: all ease 0.3s;
}

.header-default .logo-default {
  display: block;
}

.header-default .logo-transparent {
  display: none;
}

.nav-1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

@media screen and (max-width: 1899px) {
  .nav-1 ul {
    gap: 7px 1.5vw;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1699px) {
  .nav-1 ul {
    display: none;
  }
}

.nav-1 ul .menu-item a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #17181C;
}

@media screen and (max-width: 599px) {
  .nav-1 ul .menu-item a {
    min-width: 28vw;
  }
}

.nav-1 ul .link-1 {
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  border-radius: 8px;
  gap: 8px;
}

.nav-1 ul .link-1:hover {
  border: 1px solid #001B66;
  background-color: #001B66;
  transition: 0.3s;
}

.menu-item-has-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}

.menu-item-has-content .dropdown-menu-toggle {
  display: block;
}

.menu-item-has-content .dropdown-menu-toggle img {
  display: block;
}

@media screen and (max-width: 374px) {
  .nav-2 {
    width: 100%;
  }
}

.nav-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .nav-2 ul {
    gap: 0.75rem;
    align-items: flex-start;
  }
}

@media screen and (max-width: 374px) {
  .nav-2 ul {
    flex-direction: column;
    width: 100%;
  }
}

.nav-2 ul a {
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .nav-2 ul a {
    flex-direction: column;
    position: relative;
    min-width: 26vw;
  }
}

@media screen and (max-width: 374px) {
  .nav-2 ul a {
    flex-direction: row;
    width: 100%;
  }
}

.nav-2 ul span {
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .nav-2 ul span {
    flex-direction: column;
    position: relative;
    min-width: 26vw;
  }
}

@media screen and (max-width: 374px) {
  .nav-2 ul span {
    flex-direction: row;
    width: 100%;
  }
}

.nav-2 ul .menu-icon {
  display: block;
}

@media screen and (max-width: 767px) {
  .nav-2 ul .menu-icon {
    padding: 12px 24px;
    background: #f2f4fb;
    border-radius: 0.5rem;
  }
}

.nav-2 ul .txt {
  color: #21439B;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .nav-2 ul .txt {
    font-size: 14px;
  }
}

.cart-link {
  padding-right: 10px;
}

.burger-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .burger-wrap {
    width: 40px;
    height: 12px;
    margin-left: 0px;
  }
}

.burger-wrap .burger-line {
  height: 2px;
  background: #470248;
}

.burger-wrap .burger-line:first-child {
  width: 100%;
}

.burger-wrap .burger-line:last-child {
  width: 70%;
}

/* .lang-switch {
  position: relative;
  z-index: 50;
}
.lang-menu-cont {
  position: relative;
  width: 100%;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.current-lang {
  padding: 6px 8px 4px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  border-radius: 8px;
  gap: 4px;
}
.current-lang:hover {
  border: 1px solid #001B66;
  background-color: #001B66;
  transition: 0.3s;
}
.current-lang a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
} */
/* .lang-menu-wrap {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0 0;
}
.lang-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e3e5e8;
  padding: 16px 8px;
}
.lang-menu a {
  display: block;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #17181C;
  transition: 0.3s;
  border-radius: 8px;
}
.lang-menu a:hover {
  color: #21439B;
  background: #f2f4fb;
  transition: 0.3s;
}
.lang-menu-cont.open {
  opacity: 1;
  pointer-events: all;
} */
.header-delivery {
  gap: 0.5rem;
}

@media screen and (max-width: 1199px) {
  .bttn-catalog {
    min-width: max-content;
  }
}

.menu-soc-wrap {
  border-top: 1px solid #e3e5e8;
  padding: 1rem 0;
  position: relative;
  left: -4px;
}

.menu-soc-wrap .soc-link {
  padding: 0.5rem 0;
  gap: 0.5rem;
}

* {
  box-sizing: border-box;
}

.nav-drill {
  transform: translateX(100%);
}

.nav-is-toggled .nav-drill {
  transform: translateX(0);
}

.nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}

.nav-drill {
  display: flex;
  position: fixed;
  z-index: 600;
  top: 0;
  right: 0;
  width: 40%;
  height: 100dvh;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s;
}

@media screen and (max-width: 992px) {
  .nav-drill {
    width: 100%;
  }
}

.nav-drill--close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 28px;
  top: 26px;
  z-index: 1;
}

.nav-drill--close img {
  width: 100%;
  object-fit: contain;
}

.nav-items {
  flex: 0 0 100%;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.nav-item--root .txt {
  font-weight: 600;
  color: #17181C;
}

.nav-item--root>.nav-link {
  padding: 0.5em 20px;
  line-height: 1em;
}

.nav-head {
  padding: 1.5rem 20px !important;
}

.nav-link {
  display: flex;
  align-items: center;
  padding: 6px 20px;
  background-color: #fff;
  color: #464953;
  font-size: 1rem;
  line-height: 1.5em;
}

.nav-link._h4 {
  font-weight: 700;
  color: #17181C;
}

.nav-link img {
  height: 28px;
  width: auto;
  margin-right: 0.5rem;
}

.nav-expand-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-color: #fff;
  transition: 0.3s;
  visibility: hidden;
}

.nav-expand-content .nav-link {
  background-color: #fff;
  font-size: 14px;
}

.nav-expand-content .nav-head {
  padding: 1.5rem 12px !important;
}

.nav-expand-content .nav-back-link {
  display: flex;
  align-items: center;
  color: #21439B;
  font-weight: 600;
  line-height: 1;
}

.nav-expand-content .nav-back-link::before {
  position: relative;
  top: -1px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /*   background-image: url("../img/icons/prev.svg"); */
}

.nav-expand-content ._h4 {
  padding: 0 20px 8px;
}

.nav-expand-link {
  display: flex;
  align-items: center;
  min-height: 36px;
}

.nav-expand-link img {
  height: 28px;
  width: auto;
  margin-right: 0.5rem;
}

.nav-expand-link::after {
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-left: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /*   background-image: url("../img/icons/ch-right.svg"); */
}

.nav-expand.active>.nav-expand-content {
  transform: translateX(0);
  visibility: visible;
}

.breadcrumbs {
  padding: 34px 0;
}

@media screen and (max-width: 992px) {
  .breadcrumbs {
    padding: 28px 0;
  }
}

.breadcrumbs-elem {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 992px) {
  .breadcrumbs-elem {
    font-size: 12px;
  }
}

.breadcrumbs-link {
  padding-right: 20px;
  position: relative;
  color: #17181C;
}

.breadcrumbs-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("src/assets/img/icons/chev-right.svg");
}

@media screen and (max-width: 992px) {
  .breadcrumbs-link::after {
    top: 0;
  }
}

.breadcrumbs-current {
  color: #9094A2;
}

.banner {
  height: 100dvh;
}

@media screen and (max-width: 992px) {
  .banner {
    height: auto;
  }
}

.banner-wrap {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .banner-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}

.banner .col-txt {
  position: relative;
  z-index: 10;
  padding: 30dvh 20px 0;
}

@media screen and (max-width: 992px) {
  .banner .col-txt {
    padding: 0 20px;
  }
}

.banner .col-txt ._h1 {
  color: #fff;
  margin-bottom: 28px;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .banner .col-txt ._h1 {
    margin-bottom: 16px;
    color: #17181C;
  }
}

.banner .col-txt ._p {
  margin: 0 0 40px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .banner .col-txt ._p {
    margin-bottom: 32px;
    color: #464953;
    font-weight: 400;
  }
}

.banner .col-txt .bttn {
  margin: 0 auto;
}

.banner .col-img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .banner .col-img {
    /*     height: 100vw; */
    height: 56vw;
    position: relative;
  }
}

.banner .col-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .col-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-prod {
  padding: 120px 0;
}

@media screen and (max-width: 992px) {
  .home-prod {
    padding: 60px 0;
  }
}

.home-prod .top-txt-wrap {
  margin: 0 auto 44px;
  max-width: 1376px;
}

@media screen and (max-width: 992px) {
  .home-prod .top-txt-wrap {
    margin: 0 auto 0;
  }
}

.home-prod .top-txt-wrap ._h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 28px;
}

.home-prod .top-txt-wrap ._p {
  text-align: center;
}

.home-prod .top-txt-wrap .bttn {
  margin: 0 auto;
}

.home-prod .head-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .home-prod .head-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
  }
}

.home-prod .head-wrap .tab-wrap {
  gap: 60px;
}

@media screen and (max-width: 1700px) {
  .home-prod .head-wrap .tab-wrap {
    gap: 3vw;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 992px) {
  .home-prod .head-wrap .tab-wrap {
    gap: 24px;
  }
}

.home-prod .head-wrap .tab-wrap ._h4 {
  color: #9094A2;
  cursor: pointer;
  width: max-content;
}

@media screen and (max-width: 1700px) {
  .home-prod .head-wrap .tab-wrap ._h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1499px) {
  .home-prod .head-wrap .tab-wrap ._h4 {
    font-size: 20px;
  }
}

.home-prod .head-wrap .tab-wrap ._h4.active {
  color: #17181C;
  position: relative;
}

@media screen and (max-width: 992px) {
  .home-prod .head-wrap .tab-wrap-swiper {
    padding-bottom: 12px;
  }
}

.home-prod .head-wrap .tab-wrap .tab-slide {
  width: auto;
}

.home-prod .head-wrap .tab-wrap .tab-slide.active ._h4 {
  color: #17181C;
  position: relative;
}

.home-prod .prod-wrap {
  margin-top: 44px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .home-prod .prod-wrap {
    margin-top: 36px;
  }
}

.home-prod .prod-wrap .prod-arr {
  top: 200px;
}

.home-prod .prod-wrap .prod-arr svg path {
  stroke: #21439B;
}

.home-prod .prod-wrap .prod-arr-prev {
  left: -50px;
}

.home-prod .prod-wrap .prod-arr-next {
  right: -50px;
}

.home-prod .prod-wrap .prod-arr svg {
  display: block;
  width: 100%;
  height: auto;
}

.home-prod .prod-swiper {
  padding-bottom: 44px;
}

@media screen and (max-width: 480px) {
  .home-prod .prod-swiper {
    overflow: visible;
    padding-bottom: 50px;
  }
}

.home-prod .swiper-scrollbar {
  max-width: 536px;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
  height: 1px;
}

@media screen and (max-width: 480px) {
  .home-prod .prod-swiper-scrollbar {
    bottom: 30px;
  }
}

.home-prod .swiper-scrollbar-drag {
  background: #21439B;
  height: 3px;
  top: -1px;
}

.swiper-scrollbar-drag {
  background: #21439B;
  height: 3px;
  top: -1px;
}

.tab-wrap-scrollbar {
  bottom: 1px;
}

.prod-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.prod-slide .img-wrap {
  display: block;
  width: 100%;
  height: 13vw;
  border: 1px solid #eeeff1;
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative;
  border-radius: 8px;
}

@media screen and (min-width: 1920px) {
  .prod-slide .img-wrap {
    max-height: 250px;
  }
}

@media screen and (max-width: 1499px) {
  .prod-slide .img-wrap {
    height: 18vw;
  }
}

@media screen and (max-width: 992px) {
  .prod-slide .img-wrap {
    height: 38vw;
  }
}

@media screen and (max-width: 480px) {
  .prod-slide .img-wrap {
    height: 56vw;
  }
}

.prod-slide .img-wrap img {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.prod-slide .img-wrap img:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.prod-slide .img-wrap .label {
  position: relative;
  z-index: 10;
  padding: 4px 16px;
  margin: 1rem;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #fff;
  background: linear-gradient(90deg, #EA0029 0%, #B31217 100%);
  width: max-content;
}

@media screen and (max-width: 992px) {
  .prod-slide .img-wrap .label {
    margin: 1rem;
    font-size: 16px;
  }
}

.prod-slide ._h5 {
  margin-bottom: 0.5rem;
}

.prod-slide .status {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}

.prod-slide .status.available {
  color: #36A94F;
}

.prod-slide .status.unavailable {
  color: #FF3333;
}

.prod-slide ._p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.prod-slide-bottom {
  margin-top: auto;
}

.prod-slide .bttn {
  min-width: 112px;
  padding: 12px 20px;
  width: 100%;
}

.prod-slide .bttn img {
  margin-right: 0;
}

.prod-slide .price-wrap {
  margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
  .prod-slide .price-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.prod-slide .price-wrap .reg {
  display: block;
  margin-right: 0.75rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #17181C;
}

.prod-slide .price-wrap .reg.new {
  color: #FF3333;
}

@media screen and (max-width: 1700px) {
  .prod-slide .price-wrap .reg {
    font-size: 18px;
  }
}

.prod-slide .price-wrap .old {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #9097a2;
}

@media screen and (max-width: 1199px) {
  .prod-slide .price-wrap .old {
    font-size: 14px;
  }
}

.prod-slide--grid .img-wrap {
  height: 16vw;
  border: 1px solid #eeeff1;
  overflow: hidden;
  margin-bottom: 1rem;
  position: relative;
  border-radius: 8px;
}

@media screen and (min-width: 1920px) {
  .prod-slide--grid .img-wrap {
    max-height: 350px;
  }
}

@media screen and (max-width: 1499px) {
  .prod-slide--grid .img-wrap {
    height: 20vw;
  }
}

@media screen and (max-width: 992px) {
  .prod-slide--grid .img-wrap {
    height: 43vw;
  }
}

@media screen and (max-width: 480px) {
  .prod-slide--grid .img-wrap {
    height: 86vw;
  }
}

.marquee-wrap .marquee {
  width: 110vw;
  overflow: hidden;
  background: linear-gradient(90deg, #EA0029 0%, #B31217 100%);
  padding: 18px 0;
  display: flex;
  justify-content: center;
  gap: 44px;
}

@media screen and (max-width: 992px) {
  .marquee-wrap .marquee {
    padding: 10px 0;
    gap: 28px;
  }
}

.marquee-wrap .marquee .frag {
  text-align: center;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 0.8;
  text-transform: uppercase;
  white-space: nowrap;
  will-change: transform;
  gap: 44px;
  animation: marquee-horizontal 15s linear infinite;
}

@media screen and (max-width: 992px) {
  .marquee-wrap .marquee .frag {
    gap: 28px;
    font-size: 24px;
  }
}

.marquee-wrap .marquee .frag img {
  display: block;
}

@media screen and (max-width: 992px) {
  .marquee-wrap .marquee .frag img {
    height: 18px;
  }
}

@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.img-txt {
  padding: 44px 0;
}

@media screen and (max-width: 992px) {
  .img-txt {
    padding: 28px 0;
  }
}

.img-txt-wrap {
  display: flex;
}

@media screen and (max-width: 767px) {
  .img-txt-wrap {
    flex-direction: column;
    gap: 32px;
  }
}

.img-txt .col-txt {
  width: 40%;
}

@media screen and (max-width: 992px) {
  .img-txt .col-txt {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .img-txt .col-txt {
    width: 100%;
  }
}

.img-txt .col-txt ._h2 {
  margin-bottom: 28px;
}

@media screen and (max-width: 992px) {
  .img-txt .col-txt ._h2 {
    margin-bottom: 20px;
  }
}

.img-txt .col-txt ._p {
  margin: 0 0 44px;
}

@media screen and (max-width: 992px) {
  .img-txt .col-txt ._p {
    margin-bottom: 28px;
  }
}

.img-txt .col-img {
  width: 60%;
}

@media screen and (max-width: 992px) {
  .img-txt .col-img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .img-txt .col-img {
    width: 100%;
  }
}

.img-txt .col-img img {
  display: block;
  width: 100%;
  height: auto;
}

.counter-home {
  margin-top: 60px;
  gap: 32px;
}

@media screen and (max-width: 992px) {
  .counter-home {
    margin-top: 32px;
    gap: 16px;
  }
}

.counter-home .rtin-count {
  font-size: 58px;
  font-weight: 700;
  line-height: 75.4px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #21439B;
  margin-bottom: 4px;
}

@media screen and (max-width: 992px) {
  .counter-home .rtin-count {
    font-size: 26px;
    font-weight: 700;
    line-height: 33.8px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
  }
}

.counter-home .rtin-text {
  text-align: center;
}

.home-catalog {
  padding: 0 0 120px;
  margin-top: -90px;
}

@media screen and (max-width: 1899px) {
  .home-catalog {
    margin-top: 0;
  }
}

@media screen and (max-width: 992px) {
  .home-catalog {
    padding: 0 0 60px;
  }
}

.home-catalog__container {
  position: relative;
  z-index: 0;
}

.home-catalog__container .bg-decor {
  position: absolute;
  left: -12px;
  top: 0;
  width: 100%;
  background-color: #21439B;
  border-radius: 0px 16px 8px 0px;
  transform: translateX(-50%);
}

@media screen and (max-width: 992px) {
  .home-catalog__container .bg-decor {
    transform: translateX(-20%);
  }
}

@media screen and (max-width: 480px) {
  .home-catalog__container .bg-decor {
    transform: translateX(0);
    left: -20px;
  }
}

.home-catalog .head-wrap {
  max-width: 710px;
  width: 42%;
  padding: 44px 0 28px;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 992px) {
  .home-catalog .head-wrap {
    width: 60%;
    padding: 28px 0 14px;
  }
}

.home-catalog .head-wrap ._h2 {
  margin-bottom: 28px;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .home-catalog .head-wrap ._h2 {
    margin-bottom: 20px;
  }
}

.home-catalog .head-wrap ._p {
  color: #fff;
}

.home-catalog .catalog-wrap {
  position: relative;
}

.home-catalog .catalog-wrap .catalog-arr {
  top: 200px;
}

.home-catalog .catalog-wrap .catalog-arr-prev {
  left: -50px;
}

.home-catalog .catalog-wrap .catalog-arr-prev svg path {
  stroke: #fff;
}

.home-catalog .catalog-wrap .catalog-arr-next {
  right: -50px;
}

.home-catalog .catalog-wrap .catalog-arr-next svg path {
  stroke: #21439B;
}

.home-catalog .catalog-wrap .catalog-arr svg {
  display: block;
  width: 100%;
  height: auto;
}

.home-catalog .catalog-swiper {
  padding-bottom: 90px;
}

@media screen and (max-width: 480px) {
  .home-catalog .catalog-swiper {
    overflow: visible;
    padding-bottom: 60px;
  }
}

.home-catalog .catalog-slide {
  position: relative;
}

.home-catalog .catalog-slide .img-wrap {
  width: 100%;
  height: 476px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}

.home-catalog .catalog-slide .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 24, 28, 0.5019607843);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.3s;
}

.home-catalog .catalog-slide .img-wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(6, 10, 22, 0.8) 2.57%, rgba(0, 0, 0, 0) 87.71%);
  opacity: 1;
  transition: 0.3s;
}

@media screen and (min-width: 1900px) {
  .home-catalog .catalog-slide .img-wrap {
    max-height: 476px;
  }
}

@media screen and (max-width: 1700px) {
  .home-catalog .catalog-slide .img-wrap {
    height: 24.5vw;
  }
}

@media screen and (max-width: 1499px) {
  .home-catalog .catalog-slide .img-wrap {
    height: 33vw;
  }
}

@media screen and (max-width: 992px) {
  .home-catalog .catalog-slide .img-wrap {
    height: 56vw;
  }
}

@media screen and (max-width: 480px) {
  .home-catalog .catalog-slide .img-wrap {
    height: 84vw;
  }
}

.home-catalog .catalog-slide .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.home-catalog .catalog-slide .img-wrap img:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.home-catalog .catalog-slide .txt-wrap {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 24px;
}

.home-catalog .catalog-slide .txt-wrap ._h4 {
  color: #fff;
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  .home-catalog .catalog-slide .txt-wrap ._h4 {
    margin-bottom: 12px;
  }
}

.home-catalog .catalog-slide .txt-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, #EA0029 0%, #B31217 100%);
}

.home-catalog .catalog-slide .txt-wrap .bttn {
  opacity: 0;
  transition: 0.3s;
  height: 0;
}

.home-catalog .catalog-slide ._p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home-catalog .catalog-slide .date {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #464953;
}

@media screen and (max-width: 992px) {
  .home-catalog .catalog-slide .date {
    font-size: 12px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 480px) {
  .home-catalog .catalog-slide .date {
    margin-bottom: 8px;
  }
}

.home-catalog .catalog-slide .bttn-inline {
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .home-catalog .catalog-slide .bttn-inline {
    margin-top: 16px;
  }
}

.home-catalog .bttn-white {
  margin: 0 auto;
}

.home-catalog .swiper-scrollbar {
  max-width: 536px;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  height: 1px;
}

@media screen and (max-width: 480px) {
  .home-catalog .swiper-scrollbar {
    bottom: 30px;
  }
}

.home-catalog .swiper-scrollbar-drag {
  background: #21439B;
  height: 3px;
  top: -1px;
}

.home-catalog .swiper-button-disabled {
  opacity: 0.3;
}

.home-catalog .swiper-button-disabled svg path {
  stroke: #000;
}

.home-catalog .catalog-slide:hover .txt-wrap::after {
  display: none;
}

.home-catalog .catalog-slide:hover .txt-wrap .bttn {
  opacity: 1;
  height: 48px;
  transition: 0.3s;
}

.home-catalog .catalog-slide:hover .img-wrap::after {
  opacity: 0;
  transition: 0.3s;
}

.home-catalog .catalog-slide:hover .img-wrap::before {
  opacity: 1;
  transition: 0.3s;
}

.home-catalog .catalog-slide:hover .txt-wrap {
  transform: translateY(-35%);
  transition: 0.3s;
}

.home-utub {
  background: #EAEFFB;
  padding: 80px 0;
}

@media screen and (max-width: 1499px) {
  .home-utub {
    padding: 60px 0;
  }
}

@media screen and (max-width: 992px) {
  .home-utub {
    padding: 40px 0;
  }
}

.home-utub-wrap {
  display: flex;
  gap: 60px;
}

@media screen and (max-width: 1499px) {
  .home-utub-wrap {
    gap: 3%;
  }
}

@media screen and (max-width: 767px) {
  .home-utub-wrap {
    flex-direction: column;
    gap: 32px;
  }
}

.home-utub .col-txt {
  width: 38.5%;
}

@media screen and (max-width: 1499px) {
  .home-utub .col-txt {
    width: 47%;
  }
}

@media screen and (max-width: 767px) {
  .home-utub .col-txt {
    width: 100%;
  }
}

.home-utub .col-txt ._h2 {
  margin-bottom: 28px;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .home-utub .col-txt ._h2 {
    margin-bottom: 20px;
  }
}

.home-utub .col-txt ._h4 {
  margin-bottom: 28px;
}

@media screen and (max-width: 992px) {
  .home-utub .col-txt ._h4 {
    margin-bottom: 20px;
  }
}

.home-utub .col-txt .bttn {
  margin: 44px 0 0;
}

@media screen and (max-width: 992px) {
  .home-utub .col-txt .bttn {
    margin: 32px 0 0;
  }
}

.home-utub .col-img {
  width: 57.85%;
  border-radius: 8px;
  overflow: hidden;
  height: 540px;
  background: #b9b9b9;
}

@media screen and (max-width: 1899px) {
  .home-utub .col-img {
    height: 28vw;
  }
}

@media screen and (max-width: 1499px) {
  .home-utub .col-img {
    width: 50%;
    height: 24vw;
  }
}

@media screen and (max-width: 767px) {
  .home-utub .col-img {
    width: 100%;
    height: calc((100vw - 40px) * 0.56);
  }
}

.home-utub .col-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-utub .col-img iframe {
  width: 100%;
  height: 100%;
}

.home-utub .marquee-2 {
  width: 110vw;
  overflow: hidden;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 32px;
}

@media screen and (max-width: 1499px) {
  .home-utub .marquee-2 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 992px) {
  .home-utub .marquee-2 {
    margin-top: 40px;
  }
}

.home-utub .marquee-2 .frag {
  white-space: nowrap;
  will-change: transform;
  gap: 44px;
  animation: marquee-horizontal 30s linear infinite;
}

@media screen and (max-width: 992px) {
  .home-utub .marquee-2 .frag {
    gap: 28px;
    font-size: 24px;
  }
}

.home-utub .marquee-2 .frag img {
  display: block;
}

@media screen and (max-width: 1499px) {
  .home-utub .marquee-2 .frag img {
    height: 60px;
  }
}

@media screen and (max-width: 992px) {
  .home-utub .marquee-2 .frag img {
    height: 40px;
  }
}

.home-blog {
  padding: 120px 0;
}

@media screen and (max-width: 992px) {
  .home-blog {
    padding: 60px 0;
  }
}

.home-blog .head-wrap ._h2 {
  text-align: center;
  margin-bottom: 28px;
}

@media screen and (max-width: 992px) {
  .home-blog .head-wrap ._h2 {
    margin-bottom: 20px;
  }
}

.home-blog .head-wrap ._p {
  text-align: center;
}

.home-blog .blog-wrap {
  margin-top: 44px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .home-blog .blog-wrap {
    margin-top: 28px;
  }
}

.home-blog .blog-wrap .blog-arr {
  top: 200px;
}

.home-blog .blog-wrap .blog-arr svg path {
  stroke: #21439B;
}

.home-blog .blog-wrap .blog-arr-prev {
  left: -50px;
}

.home-blog .blog-wrap .blog-arr-next {
  right: -50px;
}

.home-blog .blog-wrap .blog-arr svg {
  display: block;
  width: 100%;
  height: auto;
}

.home-blog .blog-swiper {
  padding-bottom: 90px;
}

@media screen and (max-width: 480px) {
  .home-blog .blog-swiper {
    overflow: visible;
    padding-bottom: 60px;
  }
}

.home-blog .blog-slide .img-wrap {
  width: 100%;
  height: 277px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media screen and (min-width: 1900px) {
  .home-blog .blog-slide .img-wrap {
    max-height: 290px;
  }
}

@media screen and (max-width: 1700px) {
  .home-blog .blog-slide .img-wrap {
    height: 17vw;
  }
}

@media screen and (max-width: 1499px) {
  .home-blog .blog-slide .img-wrap {
    height: 22vw;
  }
}

@media screen and (max-width: 992px) {
  .home-blog .blog-slide .img-wrap {
    height: 32vw;
  }
}

@media screen and (max-width: 480px) {
  .home-blog .blog-slide .img-wrap {
    height: 56vw;
    margin-bottom: 16px;
  }
}

.home-blog .blog-slide .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.home-blog .blog-slide .img-wrap img:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.home-blog .blog-slide ._h5 {
  margin-bottom: 16px;
}

@media screen and (max-width: 480px) {
  .home-blog .blog-slide ._h5 {
    margin-bottom: 12px;
  }
}

.home-blog .blog-slide ._p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home-blog .blog-slide .date {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #464953;
}

@media screen and (max-width: 992px) {
  .home-blog .blog-slide .date {
    font-size: 12px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 480px) {
  .home-blog .blog-slide .date {
    margin-bottom: 8px;
  }
}

.home-blog .blog-slide .bttn-inline {
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .home-blog .blog-slide .bttn-inline {
    margin-top: 16px;
  }
}

.home-blog .bttn-white {
  margin: 0 auto;
}

.home-blog .swiper-scrollbar {
  max-width: 536px;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  height: 1px;
}

@media screen and (max-width: 480px) {
  .home-blog .swiper-scrollbar {
    bottom: 30px;
  }
}

.home-blog .swiper-scrollbar-drag {
  background: #21439B;
  height: 3px;
  top: -1px;
}

.home-blog .swiper-button-disabled {
  opacity: 0.3;
}

.home-blog .swiper-button-disabled svg path {
  stroke: #000;
}

.prod-menu-wrap {
  padding: 0 0 46px;
}

@media screen and (max-width: 992px) {
  .prod-menu-wrap {
    padding: 0 0 28px;
  }
}

.prod-menu-wrap ._h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 992px) {
  .prod-menu-wrap ._h2 {
    margin-bottom: 28px;
  }
}

.prod-menu-wrap .bttn-filter {
  width: 100%;
  background: #21439B;
}

.prod-menu-wrap .bttn-filter .txt {
  text-transform: none;
}

.prod-menu-wrap .bttn-filter svg {
  margin-left: 16px;
}

.prod-menu-wrap .bttn-filter svg path {
  stroke: none;
}

.prod-menu-wrap .prodcat-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
  list-style: none;
  flex-wrap: wrap;
}

.prod-menu-wrap .prodcat-menu .menu-link {
  font-weight: 600;
}

.cat-head-wrap__container {
  height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 1899px) {
  .cat-head-wrap__container {
    height: 26vw;
  }
}

@media screen and (max-width: 1499px) {
  .cat-head-wrap__container {
    height: 36vw;
  }
}

@media screen and (max-width: 767px) {
  .cat-head-wrap__container {
    height: auto;
    padding: 0;
  }
}

.cat-head-wrap .breadcrumbs {
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .cat-head-wrap .breadcrumbs {
    padding: 28px 20px;
  }
}

.cat-head-wrap .breadcrumbs .breadcrumbs-link {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cat-head-wrap .breadcrumbs .breadcrumbs-link {
    color: #17181C;
  }
}

.cat-head-wrap .breadcrumbs .breadcrumbs-link::after {
  background-image: url(src/assets/img/icons/chev-right-wt.svg);
}

@media screen and (max-width: 767px) {
  .cat-head-wrap .breadcrumbs .breadcrumbs-link::after {
    background-image: url("src/assets/img/icons/chev-right.svg");
  }
}

.cat-head-wrap .breadcrumbs .breadcrumbs-current {
  color: #C3C7D0;
}

@media screen and (max-width: 767px) {
  .cat-head-wrap .breadcrumbs .breadcrumbs-current {
    color: #9094A2;
  }
}

.cat-head-wrap .bg-img-wrap {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .cat-head-wrap .bg-img-wrap {
    position: relative;
    height: 53vw;
  }
}

.cat-head-wrap .bg-img-wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 10, 22, 0.5019607843);
}

@media screen and (max-width: 767px) {
  .cat-head-wrap .bg-img-wrap::after {
    background: transparent;
  }
}

.cat-head-wrap .bg-img-wrap img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cat-head-wrap .cat-head-txt-wrap {
  position: relative;
  z-index: 10;
  margin-bottom: 44px;
}

@media screen and (max-width: 767px) {
  .cat-head-wrap .cat-head-txt-wrap {
    margin: 28px 0 32px;
    padding: 0 20px;
  }
}

.cat-head-wrap .cat-head-txt-wrap ._h2 {
  max-width: 1140px;
  text-align: center;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .cat-head-wrap .cat-head-txt-wrap ._h2 {
    color: #17181C;
    text-align: left;
  }
}

.cat-head-wrap .cat-head-txt-wrap p {
  max-width: 1140px;
  text-align: center;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .cat-head-wrap .cat-head-txt-wrap p {
    color: #464953;
    text-align: left;
  }
}

.cat-head-wrap__container {
  height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 1899px) {
  .cat-head-wrap__container {
    height: 26vw;
  }
}

@media screen and (max-width: 1499px) {
  .cat-head-wrap__container {
    height: 36vw;
  }
}

@media screen and (max-width: 767px) {
  .cat-head-wrap__container {
    height: auto;
    padding: 0;
  }
}

.cat-head-wrap .breadcrumbs {
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .cat-head-wrap .breadcrumbs {
    padding: 28px 20px;
  }
}

.cat-head-wrap .breadcrumbs .breadcrumbs-link {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cat-head-wrap .breadcrumbs .breadcrumbs-link {
    color: #17181C;
  }
}

.cat-head-wrap .breadcrumbs .breadcrumbs-link::after {
  background-image: url(src/assets/img/icons/chev-right-wt.svg);
}

@media screen and (max-width: 767px) {
  .cat-head-wrap .breadcrumbs .breadcrumbs-link::after {
    background-image: url("src/assets/img/icons/chev-right.svg");
  }
}

.cat-head-wrap .breadcrumbs .breadcrumbs-current {
  color: #C3C7D0;
}

@media screen and (max-width: 767px) {
  .cat-head-wrap .breadcrumbs .breadcrumbs-current {
    color: #9094A2;
  }
}

.cat-head-wrap .bg-img-wrap {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .cat-head-wrap .bg-img-wrap {
    position: relative;
    height: 53vw;
  }
}

.cat-head-wrap .bg-img-wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 10, 22, 0.5019607843);
}

@media screen and (max-width: 767px) {
  .cat-head-wrap .bg-img-wrap::after {
    background: transparent;
  }
}

.cat-head-wrap .bg-img-wrap img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cat-head-wrap .cat-head-txt-wrap {
  position: relative;
  z-index: 10;
  margin-bottom: 44px;
}

@media screen and (max-width: 767px) {
  .cat-head-wrap .cat-head-txt-wrap {
    margin: 28px 0 32px;
    padding: 0 20px;
  }
}

.cat-head-wrap .cat-head-txt-wrap ._h2 {
  max-width: 1140px;
  text-align: center;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .cat-head-wrap .cat-head-txt-wrap ._h2 {
    color: #17181C;
    text-align: left;
  }
}

.cat-head-wrap .cat-head-txt-wrap p {
  max-width: 1140px;
  text-align: center;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .cat-head-wrap .cat-head-txt-wrap p {
    color: #464953;
    text-align: left;
  }
}

.prod-cards-wrap {
  padding: 0 0 44px;
}

.prod-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 42px 24px;
}

@media screen and (max-width: 1499px) {
  .prod-cards-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 992px) {
  .prod-cards-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 28px 24px;
  }
}

@media screen and (max-width: 480px) {
  .prod-cards-grid {
    grid-template-columns: 1fr;
  }
}

.seo-txt-wrap .txt-edit {
  margin: 32px 0;
}

@media screen and (max-width: 992px) {
  .seo-txt-wrap .txt-edit {
    margin: 28px 0;
  }
}

.seo-txt-wrap .bttn {
  margin: 32px 0 0;
}

@media screen and (max-width: 992px) {
  .seo-txt-wrap .bttn {
    margin: 28px 0 0;
  }
}

.seo-txt-wrap .bttn.active svg {
  transform: rotate(180deg);
}

.content-page-head {
  margin-bottom: 44px;
}

@media screen and (max-width: 992px) {
  .content-page-head {
    margin-bottom: 28px;
  }
}

.content-page-head ._h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .content-page-head ._h2 {
    margin-bottom: 16px;
  }
}

.content-page-head ._p {
  text-align: center;
}

.contacts {
  padding: 0 0 120px;
}

@media screen and (max-width: 992px) {
  .contacts {
    padding: 0 0 60px;
  }
}

.contacts-wrap {
  gap: 140px;
}

@media screen and (max-width: 1899px) {
  .contacts-wrap {
    gap: 7.4vw;
  }
}

@media screen and (max-width: 1365px) {
  .contacts-wrap {
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .contacts-wrap {
    flex-direction: column;
    gap: 60px;
  }
}

.contacts-data {
  width: 420px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 1365px) {
  .contacts-data {
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .contacts-data {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .contacts-data {
    width: 100%;
  }
}

.contacts-elem {
  padding: 24px;
  background: #eeeff1;
  border-radius: 8px;
}

@media screen and (max-width: 1365px) {
  .contacts-elem {
    padding: 20px;
  }
}

.contacts-elem ._icon-txt {
  gap: 12px;
  margin-bottom: 20px;
}

.contacts-elem ._icon-txt .txt {
  color: #17181c;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .contacts-elem ._icon-txt .txt {
    font-size: 16px;
  }
}

.contacts-form-wrap {
  max-width: 816px;
  width: 816px;
}

@media screen and (max-width: 767px) {
  .contacts-form-wrap {
    width: 100%;
  }
}

.contacts-form-wrap ._h5 {
  margin-bottom: 32px;
}

@media screen and (max-width: 992px) {
  .contacts-form-wrap ._h5 {
    margin-bottom: 28px;
  }
}

.contacts-form-wrap .cf7 {
  background: #da9696;
  height: 500px;
}

@media screen and (min-width: 993px) {
  .img-summary-wrap {
    display: flex;
    justify-content: space-between;
  }
}

.img-summary-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .img-summary-wrap {
    flex-direction: column;
    gap: 32px;
  }
}

.img-summary-wrap .single-prod-gallery {
  display: flex;
  width: 54%;
  gap: 3%;
}

@media screen and (max-width: 992px) {
  .img-summary-wrap .single-prod-gallery {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .img-summary-wrap .single-prod-gallery {
    flex-direction: column-reverse;
    gap: 16px;
  }
}

.img-summary-wrap .single-prod-gallery-thumb {
  width: 15%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .img-summary-wrap .single-prod-gallery-thumb {
    width: 100%;
  }
}

.img-summary-wrap .single-prod-gallery-thumb .single-prod-swiper-thumb {
  /*   max-height: 38.5vw;
  height: 38.5vw; */
  /* max-height: 36.5vw;
  height: 36.5vw; */
  max-height: 725px;
  height: 35.4vw;
}

@media screen and (max-width: 992px) {
  .img-summary-wrap .single-prod-gallery-thumb .single-prod-swiper-thumb {
    max-height: 77vw;
    height: 77vw;
  }
}

.img-summary-wrap .single-prod-gallery-thumb .single-prod-swiper-thumb .thumb-current {
  border: 1px solid #21439b;
}

.img-summary-wrap .single-prod-gallery-thumb .single-prod-slide-thumb {
  border: 1px solid #eeeff1;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

@media screen and (max-width: 992px) {
  .img-summary-wrap .single-prod-gallery-thumb .single-prod-slide-thumb {
    border-radius: 4px;
  }
}

.img-summary-wrap .single-prod-gallery-thumb .single-prod-slide-thumb:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.img-summary-wrap .single-prod-gallery-thumb .single-prod-slide-thumb .thumb--inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.img-summary-wrap .single-prod-gallery-main {
  width: 82%;
  border: 1px solid #eeeff1;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .img-summary-wrap .single-prod-gallery-main {
    width: 100%;
  }
}

.img-summary-wrap .single-prod-gallery-main:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.img-summary-wrap .single-prod-gallery-main--inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.img-summary-wrap .single-prod-gallery-main .single-prod-arr {
  z-index: 1000;
  top: 50%;
  transform: translateY(-50%);
}

.img-summary-wrap .single-prod-gallery-main .single-prod-arr-prev {
  left: 1.4vw;
}

.img-summary-wrap .single-prod-gallery-main .single-prod-arr-next {
  right: 1.4vw;
}

.img-summary-wrap .single-prod-gallery-main .single-prod-arr svg {
  stroke: #21439b;
}

.img-summary-wrap .single-prod-gallery img {
  display: block;
  width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 993px) {
  .img-summary-wrap .entry-summary {
    width: 41%;
  }
}

.footer {
  background: #21439B;
  position: relative;
  margin-top: auto;
}

@media screen and (max-width: 992px) {
  .footer {
    padding-bottom: 80px;
  }
}

.footer__container {
  align-items: flex-start;
}

.footer--main {
  gap: 15px;
}

@media screen and (max-width: 1365px) {
  .footer--main {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .footer--main {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 12px;
  }
}

@media screen and (max-width: 1365px) {
  .footer--main .footer-col {
    width: 47%;
  }
}

@media screen and (max-width: 767px) {
  .footer--main .footer-col {
    width: 100%;
  }
}

.footer-logo {
  display: block;
  width: 175px;
  transition: 0.3s;
  margin: 0 0 32px;
}

@media screen and (max-width: 992px) {
  .footer-logo {
    width: 130px;
    margin: 0 0 20px;
  }
}

.footer-logo img {
  display: block;
  width: 100%;
}

.footer-logo :hover {
  opacity: 0.8;
  transition: 0.3s;
}

.footer ._p {
  color: #fff;
  max-width: 285px;
  margin: 0 0 38px;
}

@media screen and (max-width: 992px) {
  .footer ._p {
    max-width: none;
    margin: 0 0 20px;
  }
}

.footer .paycards-wrap {
  gap: 24px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .footer .paycards-wrap {
    margin: 0 0 40px;
  }
}

.footer .paycards-wrap img {
  display: block;
  height: 30px;
}

.footer-row {
  padding: 60px 0;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .footer-row {
    flex-direction: column;
    padding: 50px 0 38px;
  }
}

.footer-row .footer-elem:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  .footer-row .footer-elem:not(:first-child) {
    margin-top: 16px;
  }
}

.footer-row .footer-elem a.footer-link {
  display: block;
  margin-bottom: 20px;
  color: #e3e5e8;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 992px) {
  .footer-row .footer-elem a.footer-link {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.footer-row .footer-elem a.footer-link:hover {
  color: #ffffff;
  transition: 0.3s;
}

.footer-row .footer-elem a.footer-link:last-child {
  margin-bottom: 0;
}

.footer-row .footer-elem a.cont-elem {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
  padding: 32px 0;
}

@media screen and (max-width: 767px) {
  .footer-copyright {
    padding: 24px 0;
  }
}

@media screen and (max-width: 480px) {
  .footer-copyright {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 30px;
  }
}

.footer-copyright .footer__container {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer-copyright .footer__container {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
  }
}

.footer .copyright-txt {
  color: #e3e5e8;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 992px) {
  .footer .copyright-txt {
    font-size: 14px;
  }
}

.footer ._h5 {
  color: #ffffff;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}

@media screen and (max-width: 992px) {
  .footer ._h5 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer ._h5 {
    pointer-events: all;
  }
}

@media screen and (max-width: 767px) {
  .footer ._h5:after {
    content: "";
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url("src/assets/img/icons/chtv-down-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.footer ._h5.open:after {
  transform: rotate(180deg);
}

.footer .extra-link-wrap {
  gap: 24px;
}

.footer .extra-link-wrap img {
  display: block;
  height: 30px;
  width: auto;
}

.soc-wrap {
  gap: 20px;
}

.soc-elem svg {
  display: block;
  height: 24px;
  width: auto;
}

.soc-elem svg:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.soc-wrap--wait {
  gap: 1.5rem;
}

.soc-wrap--wait .soc-elem {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1.5px solid #e3e5e8;
}

@media screen and (max-width: 992px) {
  .soc-wrap--wait .soc-elem {
    width: 60px;
    height: 60px;
  }
}

.bottom-menu {
  position: fixed;
  z-index: 500;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 14px 35px;
  background: #122554;
  box-shadow: 0px -4px 8px 0px rgba(99, 103, 110, 0.1019607843);
}

.bottom-menu-item .link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom-menu-item .link .icon {
  display: block;
  height: 24px;
  width: auto;
  margin-bottom: 4px;
}

.bottom-menu-item .link .txt {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}

.icon-wrap {
  position: relative;
}

.icon-wrap .num {
  position: absolute;
  top: 0;
  left: 60%;
  padding: 1px 5px 0;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #2f3237;
  background-color: #ffffff;
}

.cont-elem svg path {
  stroke: #fff;
}

.acc-body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.9s ease;
}

.acc-body.open {
  max-height: 250px;
  transition: all 0.9s ease;
}

@media screen and (max-width: 767px) {
  .acc-body.open {
    padding-bottom: 20px;
    transition: all 0.9s ease;
  }
}

.accord-body .price-filter-wrap-mob {
  padding-bottom: 16px
}

