.bg-r-n {
  background-repeat: no-repeat;
}
.bg-s-cov {
  background-size: cover;
}
.bg-s-con {
  background-size: contain;
}
.bg-p-c {
  background-position: 50%;
}
.br-2 {
  border-radius: 2px;
}
.br-4 {
  border-radius: 4px;
}
.br-6 {
  border-radius: 6px;
}
.br-8 {
  border-radius: 8px;
}
.br-10 {
  border-radius: 10px;
}
.br-12 {
  border-radius: 12px;
}
.br-14 {
  border-radius: 14px;
}
.br-16 {
  border-radius: 16px;
}
.br-30 {
  border-radius: 30px;
}
.br-50 {
  border-radius: 50px;
}
.br-full {
  border-radius: 100%;
}
.br-tr-2 {
  border-top-right-radius: 2px;
}
.br-tr-4 {
  border-top-right-radius: 4px;
}
.br-tr-6 {
  border-top-right-radius: 6px;
}
.br-tr-8 {
  border-top-right-radius: 8px;
}
.br-tr-10 {
  border-top-right-radius: 10px;
}
.br-tr-12 {
  border-top-right-radius: 12px;
}
.br-tr-14 {
  border-top-right-radius: 14px;
}
.br-tr-16 {
  border-top-right-radius: 16px;
}
.br-tl-2 {
  border-top-left-radius: 2px;
}
.br-tl-4 {
  border-top-left-radius: 4px;
}
.br-tl-6 {
  border-top-left-radius: 6px;
}
.br-tl-8 {
  border-top-left-radius: 8px;
}
.br-tl-10 {
  border-top-left-radius: 10px;
}
.br-tl-12 {
  border-top-left-radius: 12px;
}
.br-tl-14 {
  border-top-left-radius: 14px;
}
.br-tl-16 {
  border-top-left-radius: 16px;
}
.br-br-2 {
  border-bottom-right-radius: 2px;
}
.br-br-4 {
  border-bottom-right-radius: 4px;
}
.br-br-6 {
  border-bottom-right-radius: 6px;
}
.br-br-8 {
  border-bottom-right-radius: 8px;
}
.br-br-10 {
  border-bottom-right-radius: 10px;
}
.br-br-12 {
  border-bottom-right-radius: 12px;
}
.br-br-14 {
  border-bottom-right-radius: 14px;
}
.br-br-16 {
  border-bottom-right-radius: 16px;
}
.br-bl-2 {
  border-bottom-left-radius: 2px;
}
.br-bl-4 {
  border-bottom-left-radius: 4px;
}
.br-bl-6 {
  border-bottom-left-radius: 6px;
}
.br-bl-8 {
  border-bottom-left-radius: 8px;
}
.br-bl-10 {
  border-bottom-left-radius: 10px;
}
.br-bl-12 {
  border-bottom-left-radius: 12px;
}
.br-bl-14 {
  border-bottom-left-radius: 14px;
}
.br-bl-16 {
  border-bottom-left-radius: 16px;
}
.b-1 {
  border: 1px solid;
}
.b-2 {
  border: 2px solid;
}
.b-3 {
  border: 3px solid;
}
.b-4 {
  border: 4px solid;
}
.b-t-1 {
  border-top: 1px solid;
}
.b-t-2 {
  border-top: 2px solid;
}
.b-t-3 {
  border-top: 3px solid;
}
.b-c-white-1 {
  border-color: var(--white-1);
}
.b-c-gray-1 {
  border-color: var(--gray-1);
}
.b-c-gray-2 {
  border-color: var(--gray-2);
}
.b-c-gray-3 {
  border-color: var(--gray-3);
}
.b-c-gray-4 {
  border-color: var(--gray-4);
}
.b-c-black-1 {
  border-color: var(--black-1);
}
.b-c-black-2 {
  border-color: var(--black-2);
}
.b-c-green-1 {
  border-color: var(--green-1);
}
.b-c-green-2 {
  border-color: var(--green-2);
}
.b-c-orange-1,
.h\:b-c-orange-1:hover {
  border-color: var(--orange-1);
}
.b-c-orange-2 {
  border-color: var(--orange-2);
}
.b-c-orange-3 {
  border-color: var(--orange-3);
}
.b-c-orange-4 {
  border-color: var(--orange-4);
}
.b-c-orange-5 {
  border-color: var(--orange-5);
}
.b-c-blue-1 {
  border-color: var(--blue-1);
}
.b-c-blue-2 {
  border-color: var(--blue-2);
}
.bs-bb {
  box-sizing: border-box;
}
.bs-cb {
  box-sizing: content-box;
}
.ovf-h {
  overflow: hidden;
}
.btn,
button,
input[type="button"],
input[type="submit"] {
  border: none;
  outline: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.b-callback {
    max-width: 1400px;
    overflow: hidden;
    margin: 0 auto;
}
.callback-slider__callback video {
    max-width: 196px;
}
.callback-slider__slide {
    text-align: center;
}
.bordered {
  border: 1px solid inherit;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  display: none;
  transition: 0.2s ease-in-out;
}
.checkbox input[type="checkbox"] ~ .label-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  cursor: pointer;
}
.checkbox input[type="checkbox"] ~ .label-item .costum-checkbox {
  position: relative;
  min-width: 22px;
  height: 22px;
  background: transparent;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
  border: 3px solid var(--black-1);
  border-radius: 3px;
}
.checkbox input[type="checkbox"]:checked ~ .label-item .costum-checkbox {
  border-color: var(--blue-1);
}
.costum-checkbox:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--blue-1);
  display: block;
  opacity: 0;
  transform: scale(0);
  transition: 0.1s ease-in-out;
}
.checkbox input[type="checkbox"]:checked + .label-item .costum-checkbox:after {
  opacity: 1;
  transform: scale(1);
}
.checkbox input[type="checkbox"] + .label-item p {
  margin: 0 0 0 10px;
  font-size: 14px;
  color: var(--black-2);
  user-select: none;
  opacity: 0.5;
}
.checkbox input[type="checkbox"] + .label-item p:hover {
  opacity: 1;
}
.checkbox input[type="checkbox"]:checked + .label-item p {
  color: var(--black-1);
  opacity: 1;
}
.radio input[type="radio"] ~ .label-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  cursor: pointer;
}
.radio input[type="radio"] ~ .label-item .costum-radio {
  position: relative;
  width: 22px;
  height: 22px;
  border: 3px solid var(--black-1);
  box-sizing: border-box;
  border-radius: 20px;
  transition: 0.2s ease-in-out;
}
.radio input[type="radio"]:checked ~ .label-item .costum-radio {
  border-color: var(--blue-1);
}
.costum-radio:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: var(--blue-1);
  border-radius: 10px;
  display: block;
  transform: scale(0);
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.radio input[type="radio"]:checked + .label-item .costum-radio:after {
  opacity: 1;
  transform: scale(1);
}
.radio input[type="radio"] + .label-item p {
  margin: 0 0 0 10px;
  font-size: 14px;
  color: var(--black-2);
  user-select: none;
  opacity: 0.5;
}
.radio input[type="radio"] + .label-item p:hover {
  opacity: 1;
}
.radio input[type="radio"]:checked + .label-item p {
  color: var(--black-1);
  opacity: 1;
}
:root {
  --white-1: #fff;
  --gray-1: #f9f9f9;
  --gray-2: #f6f5f1;
  --gray-3: #fbfbfc;
  --gray-4: #efefef;
  --gray-5: #696969;
  --gray-6: #a0a6b6;
  --gray-7: #c4c4c4;
  --black-1: #2b261f;
  --black-2: #26231c;
  --black-3: #1d1a15;
  --green-1: #19c0cb;
  --green-2: #16afb9;
  --green-gradient-1: linear-gradient(180deg, #1df47c, #11bd39);
  --green-shadow-1: 0 0 0px 6px rgba(25, 192, 203, 0.27);
  --orange-1: #f92114;
  --orange-2: #ff5a0b;
  --orange-3: var(--orange-1);
  --orange-4: #f68338;
  --orange-5: #ff5300;
  --orange-graldient: linear-gradient(
    90deg,
    rgba(255, 83, 0, 0.99) -19.52%,
    #f92114 100.26%
  );
  --orange-graldient-1: linear-gradient(90deg, #FB300E 0%, #F92114 100%);
  --orange-h-graldient: linear-gradient(90deg, #ff5300 0.28%, #ff5300 100.28%);

  --gradient-blue: linear-gradient(90deg, #3796db -19.52%, #2679b6 100.26%) ;
  --gradient-red: linear-gradient(90deg, #FB300E 0%, #F92114 100%);
  --gradient-red-vertical: linear-gradient(90deg, #FF5300 -11.05%, #F92114 104.42%);

  --blue-1: #2679b6;
  --blue-2: #19c0cb;
  --blue-3: #bdeaed;
  --blue-4: #e7f6f8;
  --blue-5: #d4f1f4;
  --blue-6: linear-gradient(
    0deg,
    rgba(108, 185, 240, 0.85),
    rgba(108, 185, 240, 0.85)
  );
  --blue-7: #1a4f75;
  --in-bg: radial-gradient(
    124.65% 124.65% at 37.17% 100.07%,
    #fd5 0%,
    #ff543f 32.8%,
    #fc5245 34.8%,
    #e64771 50.4%,
    #d53e91 64.3%,
    #cc39a4 76.1%,
    #c837ab 84.1%
  );

 

}
.c-white-1 {
  color: var(--white-1);
}
.c-gray-1 {
  color: var(--gray-1);
}
.c-gray-2 {
  color: var(--gray-2);
}
.c-gray-3 {
  color: var(--gray-3);
}
.c-gray-4 {
  color: var(--gray-4);
}
.c-gray-5 {
  color: var(--gray-5);
}
.c-gray-6 {
  color: var(--gray-6);
}
.c-black-1 {
  color: var(--black-1);
}
.c-black-2 {
  color: var(--black-2);
}
.c-black-3 {
  color: var(--black-3);
}
.c-green-1 {
  color: var(--green-1);
}
.c-green-2 {
  color: var(--green-2);
}
.c-orange-1 {
  color: var(--orange-1);
}
.c-orange-2 {
  color: var(--orange-2);
}
.c-orange-3 {
  color: var(--orange-3);
}
.c-orange-4 {
  color: var(--orange-4);
  color: var(--orange-5);
}
.c-blue-1 {
  color: var(--blue-1);
}
.c-blue-2 {
  color: var(--blue-2);
}
.c-blue-3 {
  color: var(--blue-3);
}
.c-blue-4 {
  color: var(--blue-4);
}
.c-blue-5 {
  color: var(--blue-5);
}
.c-blue-7 {
  color: var(--blue-7);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white-1 {
  background-color: var(--white-1);
}
.bg-gray-1 {
  background-color: var(--gray-1);
}
.bg-gray-2 {
  background-color: var(--gray-2);
}
.bg-gray-3 {
  background-color: var(--gray-3);
}
.bg-gray-4 {
  background-color: var(--gray-4);
}
.bg-gray-5 {
  background-color: var(--gray-5);
}
.bg-gray-6 {
  background-color: var(--gray-6);
}
.bg-gray-7 {
  background-color: var(--gray-7);
}
.bg-black-1 {
  background-color: var(--black-1);
}
.bg-black-2 {
  background-color: var(--black-2);
}
.bg-black-3 {
  background-color: var(--black-3);
}
.bg-green-1 {
  background-color: var(--green-1);
}
.bg-green-2 {
  background-color: var(--green-2);
}
.bg-orange-1 {
  background-color: var(--orange-1);
}
.bg-orange-2 {
  background-color: var(--orange-2);
}
.bg-orange-3 {
  background-color: var(--orange-3);
}
.bg-orange-4 {
  background-color: var(--orange-4);
}
.bg-orange-5 {
  background-color: var(--orange-5);
}
.bg-orange-gradient {
  background: var(--orange-graldient);
}
.bg-orange-gradient-1 {
  background: var(--orange-graldient-1);
}
.bg-in-gradient {
  background: var(--in-bg);
}
.bg-blue-1 {
  background-color: var(--blue-1);
}
.bg-blue-2 {
  background-color: var(--blue-2);
}
.bg-blue-3 {
  background-color: var(--blue-3);
}
.bg-blue-4 {
  background-color: var(--blue-4);
}
.bg-blue-5 {
  background-color: var(--blue-5);
}
.bg-blue-6 {
  background-color: var(--blue-6);
}
.b-green-gradient-1 {
  background: var(--green-gradient-1);
}
.b-green-shadow-1 {
  box-shadow: var(--green-shadow-1);
}
.h\:c-black-1:hover {
  color: var(--black-1);
}
.h\:c-black-2:hover {
  color: var(--black-2);
}
.h\:c-white-1:hover {
  color: var(--white-1);
}
.h\:c-orange-1:hover {
  color: var(--orange-1);
}
.h\:c-orange-2:hover {
  color: var(--orange-2);
}
.h\:c-orange-3:hover {
  color: var(--orange-3);
}
.h\:c-blue-1:hover {
  color: var(--blue-1);
}
.h\:bg-white-1:hover {
  background-color: var(--white-1);
}
.h\:bg-gray-1:hover {
  background-color: var(--gray-1);
}
.h\:bg-gray-2:hover {
  background-color: var(--gray-2);
}
.h\:bg-gray-3:hover {
  background-color: var(--gray-3);
}
.h\:bg-gray-4:hover {
  background-color: var(--gray-4);
}
.h\:bg-green-1:hover {
  background-color: var(--green-1);
}
.h\:bg-green-2:hover {
  background-color: var(--green-2);
}
.h\:bg-blue-1:hover {
  background-color: var(--blue-1);
}
.h\:bg-blue-2:hover {
  background-color: var(--blue-2);
}
.h\:bg-orange-1:hover {
  background-color: var(--orange-1);
}
.h\:bg-orange-2:hover {
  background-color: var(--orange-2);
}
.h\:bg-orange-3:hover {
  background-color: var(--orange-3);
}
.h\:bg-orange-4:hover {
  background-color: var(--orange-4);
}
.h\:bg-orange-5:hover {
  background: var(--orange-5);
}
.bs-white-1 * {
  color: transparent;
  stroke: var(--white-1);
}
.bs-gray-1 * {
  color: transparent;
  stroke: var(--gray-1);
}
.bs-gray-2 * {
  color: transparent;
  stroke: var(--gray-2);
}
.bs-gray-3 * {
  color: transparent;
  stroke: var(--gray-3);
}
.bs-gray-4 * {
  color: transparent;
  stroke: var(--gray-4);
}
.bs-black-1 * {
  color: transparent;
  stroke: var(--black-1);
}
.bs-black-2 * {
  color: transparent;
  stroke: var(--black-2);
}
.bs-orange-1 * {
  color: transparent;
  stroke: var(--orange-1);
}
.bs-blue-1 * {
  color: transparent;
  stroke: var(--blue-1);
}
.bs-blue-2 * {
  color: transparent;
  stroke: var(--blue-2);
}
.h\:bs-white-1:hover * {
  color: transparent;
  stroke: var(--white-1);
}
.h\:bs-gray-1:hover * {
  color: transparent;
  stroke: var(--gray-1);
}
.h\:bs-gray-2:hover * {
  color: transparent;
  stroke: var(--gray-2);
}
.h\:bs-gray-3:hover * {
  color: transparent;
  stroke: var(--gray-3);
}
.h\:bs-gray-4:hover * {
  color: transparent;
  stroke: var(--gray-4);
}
.h\:bs-black-1:hover * {
  color: transparent;
  stroke: var(--black-1);
}
.h\:bs-black-2:hover * {
  color: transparent;
  stroke: var(--black-2);
}
.h\:bs-orange-1:hover * {
  color: transparent;
  stroke: var(--orange-1);
}
.h\:bs-blue-1:hover * {
  color: transparent;
  stroke: var(--blue-1);
}
.h\:bs-blue-2:hover * {
  color: transparent;
  stroke: var(--blue-2);
}
.db {
  display: block;
}
.df {
  display: flex;
}
.fd-r {
  flex-direction: row;
}
.fd-rr {
  flex-direction: row-reverse;
}
.fd-c {
  flex-direction: column;
}
.fd-cr {
  flex-direction: column-reverse;
}
.jc-fs {
  justify-content: flex-start;
}
.jc-fe {
  justify-content: flex-end;
}
.jc-c {
  justify-content: center;
}
.jc-sb {
  justify-content: space-between;
}
.jc-se {
  justify-content: space-evenly;
}
.jc-sa {
  justify-content: space-around;
}
.ai-fs {
  align-items: flex-start;
}
.ai-fe {
  align-items: flex-end;
}
.ai-c {
  align-items: center;
}
.ai-s {
  align-items: stretch;
}
.fs-0 {
  flex-shrink: 0;
}
.fw-w {
  flex-wrap: wrap;
}
.fw-n {
  flex-wrap: nowrap;
}
.fz-12 {
  font-size: 12px;
}
.fz-13 {
  font-size: 13px;
}
.fz-14 {
  font-size: 14px;
}
.fz-15 {
  font-size: 15px;
}
.fz-16 {
  font-size: 16px;
}
.fz-18 {
  font-size: 18px;
}
.fz-20 {
  font-size: 20px;
}
.fz-22 {
  font-size: 22px;
}
.fz-24 {
  font-size: 24px;
}
.fz-28 {
  font-size: 28px;
}
.fz-36 {
  font-size: 36px;
}
.fz-64 {
  font-size: 64px;
}
.lh-12 {
  line-height: 12px;
}
.lh-13 {
  line-height: 13px;
}
.lh-14 {
  line-height: 14px;
}
.lh-15 {
  line-height: 15px;
}
.lh-16 {
  line-height: 16px;
}
.lh-18 {
  line-height: 18px;
}
.lh-20 {
  line-height: 20px;
}
.lh-22 {
  line-height: 22px;
}
.lh-24 {
  line-height: 24px;
}
.lh-28 {
  line-height: 28px;
}
.lh-36 {
  line-height: 36px;
}
.lh-64 {
  line-height: 64px;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.ta-c {
  text-align: center;
}
.td-n {
  text-decoration: none;
}
.h\:td-u:hover,
.td-u {
  text-decoration: underline;
}
.td-lt {
  text-decoration: line-through;
}
.td-d {
  text-decoration: dashed;
}
.tt-u {
  text-transform: uppercase;
}
.tt-l {
  text-transform: lowercase;
}
.ff-r {
  font-family: Circe, sans-serif;
}
.ff-b {
  font-family: Circe Bold, sans-serif;
}
.ff-eb {
  font-family: Circe Extra Bold, sans-serif;
}
.ff-l {
  font-family: Circe Light, sans-serif;
}
.ff-t {
  font-family: Circe Thin, sans-serif;
}
.fs-n {
  font-style: normal;
}
.ls-05 {
  letter-spacing: 0.8px;
}
.ls-1 {
  letter-spacing: 1px;
}
.ls-2 {
  letter-spacing: 2px;
}
.ws-n {
  white-space: nowrap;
}
.c-p {
  cursor: pointer;
}
.dg {
  display: grid;
}
.g-col-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.g-col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.g-col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.g-col-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.g-col-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.g-col-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.g-col-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.g-col-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.g-col-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.g-col-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.g-col-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.g-col-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (max-width: 1400px) {
  .g-col-1-xl {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .g-col-2-xl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .g-col-3-xl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .g-col-4-xl {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1200px) {
  .g-col-1-lg {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .g-col-2-lg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .g-col-3-lg {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .g-col-4-lg {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .g-col-1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .g-col-2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .g-col-3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .g-col-4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 960px) {
  .g-col-1-mda {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .g-col-2-mda {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .g-col-3-mda {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .g-col-4-mda {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .g-col-1-sm {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .g-col-2-sm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .g-col-3-sm {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .g-col-4-sm {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .g-col-1-min {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .g-col-2-min {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .g-col-3-min {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .g-col-4-min {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.g-span-auto {
  grid-column: auto;
}
.g-span-1 {
  grid-column: span 1 / span 1;
}
.g-span-2 {
  grid-column: span 2 / span 2;
}
.g-span-3 {
  grid-column: span 3 / span 3;
}
.g-span-4 {
  grid-column: span 4 / span 4;
}
.g-span-5 {
  grid-column: span 5 / span 5;
}
.g-span-6 {
  grid-column: span 6 / span 6;
}
.g-span-7 {
  grid-column: span 7 / span 7;
}
.g-span-8 {
  grid-column: span 8 / span 8;
}
.g-span-9 {
  grid-column: span 9 / span 9;
}
.g-span-10 {
  grid-column: span 10 / span 10;
}
.g-span-11 {
  grid-column: span 11 / span 11;
}
.g-span-12 {
  grid-column: span 12 / span 12;
}
.g-g-2 {
  column-gap: 2px;
}
.g-g-4 {
  column-gap: 4px;
}
.g-g-6 {
  column-gap: 6px;
}
.g-g-8 {
  column-gap: 8px;
}
.g-g-10 {
  column-gap: 10px;
}
.g-g-12 {
  column-gap: 12px;
}
.g-g-14 {
  column-gap: 14px;
}
.g-g-16 {
  column-gap: 16px;
}
.g-g-18 {
  column-gap: 18px;
}
.g-g-20 {
  column-gap: 20px;
}
.g-g-22 {
  column-gap: 22px;
}
.g-g-24 {
  column-gap: 24px;
}
.g-g-28 {
  column-gap: 28px;
}
.g-r-2 {
  row-gap: 2px;
}
.g-r-4 {
  row-gap: 4px;
}
.g-r-6 {
  row-gap: 6px;
}
.g-r-8 {
  row-gap: 8px;
}
.g-r-10 {
  row-gap: 10px;
}
.g-r-12 {
  row-gap: 12px;
}
.g-r-14 {
  row-gap: 14px;
}
.g-r-16 {
  row-gap: 16px;
}
.g-r-18 {
  row-gap: 18px;
}
.g-r-20 {
  row-gap: 20px;
}
.g-r-22 {
  row-gap: 22px;
}
.g-r-24 {
  row-gap: 24px;
}
.g-r-28 {
  row-gap: 28px;
}
.h-fc {
  height: fit-content;
}
.h-a {
  height: auto;
}
.h-0 {
  height: 0;
}
.h-6 {
  height: 6px;
}
.h-8 {
  height: 8px;
}
.h-10 {
  height: 10px;
}
.h-12 {
  height: 12px;
}
.h-14 {
  height: 14px;
}
.h-16 {
  height: 16px;
}
.h-18 {
  height: 18px;
}
.h-20 {
  height: 20px;
}
.h-22 {
  height: 22px;
}
.h-24 {
  height: 24px;
}
.h-26 {
  height: 26px;
}
.h-28 {
  height: 28px;
}
.h-30 {
  height: 30px;
}
.h-32 {
  height: 32px;
}
.h-34 {
  height: 34px;
}
.h-36 {
  height: 36px;
}
.h-38 {
  height: 38px;
}
.h-44 {
  height: 44px;
}
.h-48 {
  height: 48px;
}
.h-58 {
  height: 58px;
}
.h-90 {
  height: 90px;
}
.h-96 {
  height: 96px;
}
.h-full {
  height: 100%;
}
.min-h-40 {
  min-height: 40px;
}
.w-full {
  width: 100%;
}
.w-half {
  width: 50%;
}
.w-0 {
  width: 0;
}
.w-5 {
  width: 5px;
}
.w-10 {
  width: 10px;
}
.w-12 {
  width: 12px;
}
.w-14 {
  width: 14px;
}
.w-16 {
  width: 16px;
}
.w-18 {
  width: 18px;
}
.w-20 {
  width: 20px;
}
.w-22 {
  width: 22px;
}
.w-24 {
  width: 24px;
}
.w-26 {
  width: 26px;
}
.w-28 {
  width: 28px;
}
.w-30 {
  width: 30px;
}
.w-32 {
  width: 32px;
}
.w-36 {
  width: 36px;
}
.w-38 {
  width: 38px;
}
.w-44 {
  width: 44px;
}
.w-48 {
  width: 48px;
}
.w-58 {
  width: 58px;
}
.w-96 {
  width: 96px;
}
.w-110 {
  width: 110px;
}
.w-140 {
  width: 140px;
}
.w-280 {
  width: 280px;
}
.w-360 {
  width: 360px;
}
.w-fc {
  width: fit-content;
}
.w-mc {
  width: max-content;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-family: inherit;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: 1;
  padding: 13px 22px 14px;
  transition: 0.1s ease-in-out;
}
input[type="email"]:active,
input[type="email"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="range"]:active,
input[type="range"]:focus,
input[type="search"]:active,
input[type="search"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="text"]:active,
input[type="text"]:focus,
textarea:active,
textarea:focus {
  background-color: #fff;
}
.mx-1 {
  margin: 0 1px;
}
.mx-2 {
  margin: 0 2px;
}
.mx-3 {
  margin: 0 3px;
}
.mx-4 {
  margin: 0 4px;
}
.mx-5 {
  margin: 0 5px;
}
.mx-6 {
  margin: 0 6px;
}
.mx-7 {
  margin: 0 7px;
}
.mx-8 {
  margin: 0 8px;
}
.mx-9 {
  margin: 0 9px;
}
.mx-10 {
  margin: 0 10px;
}
.mx-12 {
  margin: 0 12px;
}
.mx-14 {
  margin: 0 14px;
}
.mx-16 {
  margin: 0 16px;
}
.mx-18 {
  margin: 0 18px;
}
.mx-20 {
  margin: 0 20px;
}
.mx-22 {
  margin: 0 22px;
}
.mx-24 {
  margin: 0 24px;
}
.mx-26 {
  margin: 0 26px;
}
.mx-28 {
  margin: 0 28px;
}
.mx-30 {
  margin: 0 30px;
}
.mx-34 {
  margin: 0 34px;
}
.mx-38 {
  margin: 0 38px;
}
.mx-40 {
  margin: 0 40px;
}
.mx-42 {
  margin: 0 42px;
}
.my-1 {
  margin: 1px 0;
}
.my-2 {
  margin: 2px 0;
}
.my-3 {
  margin: 3px 0;
}
.my-4 {
  margin: 4px 0;
}
.my-5 {
  margin: 5px 0;
}
.my-6 {
  margin: 6px 0;
}
.my-7 {
  margin: 7px 0;
}
.my-8 {
  margin: 8px 0;
}
.my-9 {
  margin: 9px 0;
}
.my-10 {
  margin: 10px 0;
}
.my-12 {
  margin: 12px 0;
}
.my-14 {
  margin: 14px 0;
}
.my-16 {
  margin: 16px 0;
}
.my-18 {
  margin: 18px 0;
}
.my-20 {
  margin: 20px 0;
}
.my-22 {
  margin: 22px 0;
}
.my-24 {
  margin: 24px 0;
}
.my-26 {
  margin: 26px 0;
}
.my-28 {
  margin: 28px 0;
}
.my-30 {
  margin: 30px 0;
}
.my-34 {
  margin: 34px 0;
}
.my-38 {
  margin: 38px 0;
}
.my-40 {
  margin: 40px 0;
}
.my-42 {
  margin: 42px 0;
}
.mt-a {
  margin-top: auto;
}
.mt-0 {
  margin-top: 0;
}
.mt-2 {
  margin-top: 2px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-14 {
  margin-top: 14px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-26 {
  margin-top: 26px;
}
.mt-28 {
  margin-top: 28px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-34 {
  margin-top: 34px;
}
.mt-36 {
  margin-top: 36px;
}
.mt-38 {
  margin-top: 38px;
}
.mt-42 {
  margin-top: 42px;
}
.mt-48 {
  margin-top: 48px;
}
.mr-a {
  margin-right: auto;
}
.mr-0 {
  margin-right: 0;
}
.mr-2 {
  margin-right: 2px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-6 {
  margin-right: 6px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-14 {
  margin-right: 14px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-18 {
  margin-right: 18px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-22 {
  margin-right: 22px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-26 {
  margin-right: 26px;
}
.mr-28 {
  margin-right: 28px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-32 {
  margin-right: 32px;
}
.mr-34 {
  margin-right: 34px;
}
.mr-36 {
  margin-right: 36px;
}
.mr-38 {
  margin-right: 38px;
}
.mr-42 {
  margin-right: 42px;
}
.mr-48 {
  margin-right: 48px;
}
.mr-68 {
  margin-right: 68px;
}
.mr-l-0:last-child {
  margin-right: 0;
}
.mb-a {
  margin-bottom: auto;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-2 {
  margin-bottom: 2px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-14 {
  margin-bottom: 14px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-22 {
  margin-bottom: 22px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-34 {
  margin-bottom: 34px;
}
.mb-36 {
  margin-bottom: 36px;
}
.mb-38 {
  margin-bottom: 38px;
}
.mb-42 {
  margin-bottom: 42px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-l-0:last-child {
  margin-bottom: 0;
}
.ml-a {
  margin-left: auto;
}
.ml-2 {
  margin-left: 2px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-6 {
  margin-left: 6px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-14 {
  margin-left: 14px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-18 {
  margin-left: 18px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-22 {
  margin-left: 22px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-26 {
  margin-left: 26px;
}
.ml-28 {
  margin-left: 28px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-34 {
  margin-left: 34px;
}
.ml-36 {
  margin-left: 36px;
}
.ml-38 {
  margin-left: 38px;
}
.ml-42 {
  margin-left: 42px;
}
.ml-48 {
  margin-left: 48px;
}
.px-1 {
  padding-left: 1px;
  padding-right: 1px;
}
.px-2 {
  padding-left: 2px;
  padding-right: 2px;
}
.px-3 {
  padding-left: 3px;
  padding-right: 3px;
}
.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}
.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.px-6 {
  padding-left: 6px;
  padding-right: 6px;
}
.px-7 {
  padding-left: 7px;
  padding-right: 7px;
}
.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.px-9 {
  padding-left: 9px;
  padding-right: 9px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-11 {
  padding-left: 11px;
  padding-right: 11px;
}
.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}
.px-14 {
  padding-left: 14px;
  padding-right: 14px;
}
.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-18 {
  padding-left: 18px;
  padding-right: 18px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-22 {
  padding-left: 22px;
  padding-right: 22px;
}
.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.px-26 {
  padding-left: 26px;
  padding-right: 26px;
}
.px-28 {
  padding-left: 28px;
  padding-right: 28px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.px-34 {
  padding-left: 34px;
  padding-right: 34px;
}
.px-36 {
  padding-left: 36px;
  padding-right: 36px;
}
.px-38 {
  padding-left: 38px;
  padding-right: 38px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.px-42 {
  padding-left: 42px;
  padding-right: 42px;
}
.px-66 {
  padding-left: 66px;
  padding-right: 66px;
}
.py-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-7 {
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-9 {
  padding-top: 9px;
  padding-bottom: 9px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-11 {
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}
.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-26 {
  padding-top: 26px;
  padding-bottom: 26px;
}
.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-34 {
  padding-top: 34px;
  padding-bottom: 34px;
}
.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.py-38 {
  padding-top: 38px;
  padding-bottom: 38px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-42 {
  padding-top: 42px;
  padding-bottom: 42px;
}
.py-76 {
  padding-top: 76px;
  padding-bottom: 76px;
}
.pt-0 {
  padding-top: 0;
}
.pt-4 {
  padding-top: 4px;
}
.pt-6 {
  padding-top: 6px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-12 {
  padding-top: 12px;
}
.pt-14 {
  padding-top: 14px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-18 {
  padding-top: 18px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-22 {
  padding-top: 22px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-26 {
  padding-top: 26px;
}
.pt-28 {
  padding-top: 28px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-32 {
  padding-top: 32px;
}
.pt-34 {
  padding-top: 34px;
}
.pt-36 {
  padding-top: 36px;
}
.pt-38 {
  padding-top: 38px;
}
.pt-42 {
  padding-top: 42px;
}
.pr-0 {
  padding-right: 0;
}
.pr-4 {
  padding-right: 4px;
}
.pr-6 {
  padding-right: 6px;
}
.pr-8 {
  padding-right: 8px;
}
.pr-12 {
  padding-right: 12px;
}
.pr-14 {
  padding-right: 14px;
}
.pr-16 {
  padding-right: 16px;
}
.pr-18 {
  padding-right: 18px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-22 {
  padding-right: 22px;
}
.pr-24 {
  padding-right: 24px;
}
.pr-26 {
  padding-right: 26px;
}
.pr-28 {
  padding-right: 28px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-32 {
  padding-right: 32px;
}
.pr-34 {
  padding-right: 34px;
}
.pr-36 {
  padding-right: 36px;
}
.pr-38 {
  padding-right: 38px;
}
.pr-42 {
  padding-right: 42px;
}
.pr-120 {
  padding-right: 120px;
}
.pr-140 {
  padding-right: 140px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-4 {
  padding-bottom: 4px;
}
.pb-6 {
  padding-bottom: 6px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pb-14 {
  padding-bottom: 14px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-18 {
  padding-bottom: 18px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-22 {
  padding-bottom: 22px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-26 {
  padding-bottom: 26px;
}
.pb-28 {
  padding-bottom: 28px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-34 {
  padding-bottom: 34px;
}
.pb-36 {
  padding-bottom: 36px;
}
.pb-38 {
  padding-bottom: 38px;
}
.pb-42 {
  padding-bottom: 42px;
}
.pl-4 {
  padding-left: 4px;
}
.pl-6 {
  padding-left: 6px;
}
.pl-8 {
  padding-left: 8px;
}
.pl-12 {
  padding-left: 12px;
}
.pl-14 {
  padding-left: 14px;
}
.pl-16 {
  padding-left: 16px;
}
.pl-18 {
  padding-left: 18px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-22 {
  padding-left: 22px;
}
.pl-24 {
  padding-left: 24px;
}
.pl-26 {
  padding-left: 26px;
}
.pl-28 {
  padding-left: 28px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-32 {
  padding-left: 32px;
}
.pl-34 {
  padding-left: 34px;
}
.pl-36 {
  padding-left: 36px;
}
.pl-38 {
  padding-left: 38px;
}
.pl-42 {
  padding-left: 42px;
}
.t\:1 {
  transition: 0.1s ease-in-out;
}
.t\:2 {
  transition: 0.2s ease-in-out;
}
.t\:3 {
  transition: 0.3s ease-in-out;
}
.t\:4 {
  transition: 0.4s ease-in-out;
}
.ul {
  padding: 0;
  margin: 0;
}
.ul li {
  list-style: none;
}
* {
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: Circe, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  transition: 0.3s ease-in-out;
}
::-webkit-scrollbar-thumb:hover {
  background: #222;
  transition: 0.3s ease-in-out;
}
.inner-wrap {
  max-width: 1444px;
  margin: 0 auto;
  padding: 0 42px;
}
@media (max-width: 1200px) {
  .inner-wrap {
    padding: 0 34px;
  }
}
@media (max-width: 480px) {
  .inner-wrap {
    padding: 0 14px;
  }
}
@media (max-width: 1200px) {
  .header__top {
    padding: 34px 0;
  }
}
@media (max-width: 960px) {
  .header__top {
    padding: 26px 0;
  }
}
@media (max-width: 720px) {
  .header__top {
    padding: 20px 0;
  }
}
.header__bottom {
  display: flex;
  padding-bottom: 20px;
}
@media (max-width: 720px) {
  .header__bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 1280px) {
  .header__top--left {
    margin-right: 28px;
  }
}
@media (max-width: 960px) {
  .header__top--right {
    justify-content: flex-end;
  }
}
.header__logo {
  width: 286px;
}
.header__logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 1280px) {
  .header__logo {
    width: 240px;
  }
}
@media (max-width: 720px) {
  .header__logo {
    width: 190px;
  }
}
@media (max-width: 960px) {
  .header__phone {
    margin-left: auto;
    margin-right: 30px;
  }
  .header__phone .phone__icon {
    margin-right: 0;
  }
  .header__phone .phone__info {
    display: none;
  }
}
@media (max-width: 1280px) {
  .header__worktime {
    display: none;
  }
}
@media (max-width: 960px) {
  .header__callback {
    display: none;
  }
}
.mobile__menu {
  display: none;
}
@media (max-width: 960px) {
  .mobile__menu {
    display: block;
  }
}
@media (max-width: 720px) {
  .mobile__menu {
    margin-left: 0;
  }
}
.header__categories {
  min-width: 326px;
  width: 326px;
}
@media (max-width: 1200px) {
  .header__categories {
    min-width: 240px;
    width: 240px;
  }
}
@media (max-width: 720px) {
  .header__categories__btn {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (max-width: 480px) {
  .header__categories {
    min-width: 220px;
    width: 220px;
  }
  .header__categories__btn {
    padding: 14px;
  }
}
.header__pages__item,
.header__pages__list {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__pages__item {
  margin-right: 44px;
  position: relative;
}
.header__pages__item a {
  white-space: nowrap;
}
.header__pages__item.selected a {
  color: var(--blue-1);
}
.header__pages__item:last-child {
  margin-right: 0;
}
.header__pages__item:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--blue-1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.header__pages__item.selected:before,
.header__pages__item:hover:before {
  opacity: 1;
}
@media (max-width: 1200px) {
  .header__pages__item {
    margin-right: 22px;
  }
}
@media (max-width: 1023px) {
  .header__pages__item {
    margin-right: 12px;
  }
}
@media (max-width: 960px) {
  .header__pages {
    display: none;
  }
}
.header__search .search__input {
  border: none;
  width: 270px;
  margin-right: -30px;
  padding-right: 40px;
}
.search__input:active,
.search__input:focus {
  background-color: #f6f5f1 !important;
}
.search__input::placeholder {
  color: #a0a6b6;
}
@media (max-width: 1440px) {
  .header__search .search__input {
    width: 220px;
  }
}
@media (max-width: 1390px) {
  .search__input-wrap {
    position: relative;
  }
  .header__search .search__input {
    width: 0;
    margin-right: 0;
    position: absolute;
    right: 40px;
  }
  .header__search.active .search__input {
    width: 320px;
  }
  .search__btn--submit {
    position: relative;
  }
}
@media (max-width: 960px) and (min-width: 720px) {
  .header__search .search__input {
    width: 300px;
  }
}
@media (max-width: 480px) {
  .header__search .search__input {
    right: 0;
    height: 49px;
    padding-right: 20px;
  }
  .header__search.active .search__input {
    width: 250px;
    padding-right: 50px;
    box-shadow: 0 4px 20px 10px rgba(0, 0, 0, 0.08);
  }
  .search__btn--submit {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .search__btn--submit .span-icon {
    margin-right: 0;
  }
  .search__btn--submit .span-text {
    display: none;
  }
}
.mobile__menu--fixed.active {
  transform: translateX(0);
}
.mobile__menu--fixed {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  width: 270px;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  transform: translateX(270px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: 0.2s ease-in-out;
}
.mobile__menu--wrap {
  padding: 50px 0 24px;
}
.mobile__menu__close__btn {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__categories__content {
  position: relative;
}
.categorise__header__list--wrap {
  display: none;
  position: absolute;
  z-index: 101;
  top: 100%;
  width: 100%;
  padding-top: 20px;
  transform: scale(0);
  animation: header__categories__anim 0.1s ease-in-out forwards;
}
@media (min-width: 1200px) {
  .header__categories__content:not(.home--page):hover
    .categorise__header__list--wrap {
    display: block;
  }
}
.categorise__header__list {
  background-color: #f6f5f1;
  border-left: 3px solid var(--orange-1);
  padding-left: 26px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.categorise__header__list li {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
.categorise__header__list li > .wrapper {
  display: flex;
  border-bottom: 1px solid #ececec;
  margin-right: 26px;
  padding: 8px 0;
}
.categorise__header__list li > .wrapper:hover svg * {
  stroke: var(--blue-1) !important;
}
.categorise__header__list li > .wrapper .line {
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: var(--blue-1);
  margin-bottom: 4px;
  margin-right: 4px;
  transition: 0.2s ease-in-out;
}
.categorise__header__list li:hover > .wrapper .line {
  width: 16px;
}
.categorise__header__list li a {
  text-decoration: none;
  color: var(--black-2);
  display: block;
  width: 100%;
}
.categorise__header__list li:hover > .wrapper a,
.categorise__header__list li a:hover {
  color: var(--blue-1);
}
.categorise__header__list li:last-child .wrapper {
  border-bottom: none;
}
.categorise__header__list .categorise__header__sub__list {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  padding-top: 20px;
  box-sizing: border-box;
}
.categorise__header__list li:hover .categorise__header__sub__list {
  display: flex;
  transform: translateX(100px);
  opacity: 0;
  animation: header__sub__categories__anim 0.1s ease-in-out forwards;
}
.categorise__header__list li ul {
  background-color: #efeee9;
  min-width: 100%;
  min-height: 100%;
  padding: 20px 26px;
}
.categorise__header__list li ul li {
  margin-bottom: 22px;
}
.categorise__header__list li ul li a {
  color: #a0a6b6;
}
.categorise__header__list li ul li:last-child {
  margin-bottom: 0;
}
@keyframes header__categories__anim {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes header__sub__categories__anim {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.categorise__flyout__list--fixed.active {
  transform: translateX(0);
}
.categorise__flyout__list--fixed {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  transform: translateX(calc(-100% - 320px));
  transition: 0.2s ease-in-out;
}
.header__categories__content:hover .categorise__flyout__list--fixed {
  display: block;
}
.categorise__flyout__list--wrap {
  background-color: #fff;
  border-left: 3px solid #ff6820;
  padding-left: 26px;
  padding-top: 20px;
  padding-bottom: 40px;
  width: 320px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.categorise__flyout__list {
  overflow-y: auto;
  height: calc(100% - 92px);
  margin-left: -24px;
  padding-left: 24px;
}
.categorise__flyout__list li {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
.categorise__flyout__list li > .wrapper {
  display: flex;
  border-bottom: 1px solid #ececec;
  margin-right: 26px;
  padding: 8px 0;
}
.categorise__flyout__list li > .wrapper:hover svg * {
  stroke: var(--blue-1) !important;
}
.categorise__flyout__list li > .wrapper .line {
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: var(--blue-1);
  margin-bottom: 4px;
  margin-right: 4px;
  transition: 0.2s ease-in-out;
}
.header__categories__item.active .line {
  width: 16px !important;
}
.categorise__flyout__list li a {
  text-decoration: none;
  color: var(--black-2);
  display: block;
  width: 100%;
}
.categorise__flyout__list li a:hover {
  color: var(--blue-1);
}
.categorise__flyout__list li:last-child .wrapper {
  border-bottom: none;
}
.categorise__flyout__list .categorise__header__sub__list {
  min-width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  margin-left: -24px;
  background-color: #efeee9;
}
.categorise__flyout__list li ul {
  min-width: 100%;
  min-height: 100%;
  padding: 20px 26px;
}
.categorise__flyout__list li ul li {
  margin-bottom: 22px;
}
.categorise__flyout__list li ul li a {
  color: #a0a6b6;
}
.categorise__flyout__list li ul li:last-child {
  margin-bottom: 0;
}
.header__categories__item .categorise__flyout__arrow {
  transform: rotate(90deg);
}
.header__categories__item.active .categorise__flyout__arrow {
  transform: rotate(-90deg);
}
.footer__cookie{ line-height: 1.3; }
.footer__cookie a{ 
  text-decoration: underline;
      color: var(--gray-6);
 }
 .footer__cookie a:hover{ color: #fff; }
.footer__top {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 77px 0;
  background-color: var(--gray-2);
  margin-top: 44px;
}
.footer__top .inner-wrap {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
@media screen and (max-width: 720px) {
  .footer__top {
    padding: 25px 0;
  }
  .footer__top .inner-wrap {
    display: flex;
    flex-direction: column;
  }
}
.footer__top .inner-wrap > div:not(.map-decoration) {
  z-index: 1;
}
.map-decoration {
  position: absolute;
  right: -110px;
  width: 850px;
  bottom: -120px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .map-decoration {
    display: none;
  }
}
.map-decoration img {
  width: 100%;
}
.footer__top .inner-wrap > div:not(.break) {
  flex: 1;
}
.footer__title {
  display: flex;
  align-items: center;
  color: var(--black-1);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.footer__pages__list {
  margin: 24px 0 0;
}
.footer__title .icon {
  display: none;
  transform: rotate(90deg);
}
@media screen and (max-width: 720px) {
  .footer__title .icon {
    display: block;
  }
}
.footer__pages__list {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 720px) {
  .footer__top .inner-wrap > div:not(.map-decoration):not(.break) {
    margin-bottom: 24px;
  }
}
.footer__pages__list a {
  color: var(--black-1);
  text-decoration: none;
  display: block;
  margin: 22px 0;
}
.footer__pages__list a:hover {
  color: var(--blue-1);
}
.footer__bottom {
  position: relative;
}
.footer__contacts li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.footer__contacts .svg-wrapper {
  display: flex;
  justify-content: center;
  margin-right: 16px;
  width: 38px;
}
.footer__contacts a {
  margin: 0;
}
.footer__number svg {
  width: 37px;
  height: 37px;
}
.numbers-block {
  display: flex;
  flex-direction: column;
}
.footer__whatsapp,
.numbers-block {
  font-weight: 700;
}
.footer__whatsapp svg {
  width: 35px;
  height: 35px;
}
.footer__geo svg {
  width: 34px;
  height: 38px;
  color: transparent;
  stroke: #000;
}
.adress-block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.footer__mail a {
  text-decoration: underline;
}
.footer__mail svg {
  width: 38px;
  height: 38px;
  color: transparent;
  stroke: #000;
}
@media screen and (max-width: 960px) {
  .break {
    flex-basis: 100%;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .footer__contacts .footer__pages__list {
    display: grid;
    grid-template-columns: 280px 280px;
    grid-column-gap: 28px;
  }
}
@media screen and (max-width: 720px) {
  .footer__contacts {
    margin-bottom: 0 !important;
  }
  .footer__contacts .footer__pages__list {
    display: flex;
    flex-direction: column;
  }
}
.footer__left {
  display: flex;
  align-items: flex-start;
  color: var(--gray-5);
  line-height: 30px;
  flex-direction: column;
}
.footer__bottom .inner-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .footer__bottom .inner-wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
  .footer__left {
    margin-top: 14px;
  }
}
.footer__right,
.footer__right a {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.footer__right a {
  margin-right: 16px;
}
.footer__right a:last-child {
  margin-right: 0;
}
.insta-link {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  justify-content: center;
}
.footer-yt {
  width: 40px;
  height: 30px;
}
.footer-fb,
.footer-in,
.footer-tl,
.footer-vk {
  width: 36px;
  height: 36px;
}
.footer-in {
  color: #fff;
  width: 22px;
  height: 22px;
}
.footer__right a:hover {
  filter: grayscale(1);
}
.footer__right svg.footer-email:hover {
  color: #a4a4a4;
}
.footer__right .bg-in-gradient:hover {
  background: #aca7a7;
}
.home__news {
  background-color: #eff7f8;
  position: relative;
  padding: 44px 0 27px;
  margin-bottom: 40px;
}
.home__news .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 215px;
  z-index: 0;
}
.news__title__wrap {
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.news__title__wrap,
.news__title__wrap--left,
.news__title__wrap--right {
  display: flex;
  align-items: center;
}
.news__title__wrap--right {
  justify-content: space-between;
  flex: 1;
}
@media screen and (max-width: 600px) {
  .news__title__wrap {
    align-items: start;
    flex-direction: column;
  }
  .news__title__wrap--right {
    flex-direction: row-reverse;
    margin-top: 20px;
    width: 100%;
  }
}
.news__title__wrap .title {
  display: flex;
  align-items: center;
  line-height: 24px;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 4px;
}
.loudspeaker-icon {
  width: 26px;
  height: 26px;
  margin-right: 12px;
}
.news__title__wrap .all-news {
  font-size: 16px;
  line-height: 24px;
  color: var(--white-1);
  font-weight: 400;
  text-decoration: none;
  padding: 7px 36px;
  border-radius: 50px;
  background: linear-gradient(90deg, #3796db -19.52%, #2679b6 100.26%);
}
.news__title__wrap .all-news:hover {
  background: var(--blue-2);
  transition: none;
}
.home__news__list {
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
}
.home__news__item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px 7px hsla(0, 0%, 87.1%, 0.3);
  background-color: var(--white-1);
}
.home__news__item .image {
  display: flex;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 200px;
  padding: 0 0 15px 26px;
  position: relative;
  text-decoration: none;
}
.home__news__item .image-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent);
  transform: rotate(180deg);
}
.home__news__item .datetime {
  line-height: 24px;
  color: var(--white-1);
  font-size: 13px;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.home__news__item .desc {
  font-size: 14px;
  line-height: 24px;
  color: var(--black-1);
  padding: 23px 23px 0;
}
.home__news__item .name {
  display: block;
  text-decoration: none;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  font-size: 22px;
  font-weight: 700;
  color: var(--black-1);
}
@media screen and (max-width: 320px) {
  .home__news__item .name {
    font-size: 18px;
  }
}
.home__news__item .name:hover {
  color: var(--blue-1);
}
.home__news__item .text {
  line-height: 24px;
}
.home__news__item .more {
  display: flex;
  justify-content: flex-end;
  padding: 0 23px 23px 0;
  margin-top: auto;
}
.home__news__item .more > a {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: var(--black-1);
  text-decoration: none;
}
.home__news__item .more > a:hover {
  color: var(--blue-1);
  text-decoration: underline;
}
.swiper-slide {
  height: unset !important;
}
.brands__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .brands__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .brands__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.brands__wrap .brand {
  display: flex;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  transition: box-shadow 0.3s;
}
.brands__wrap .brand:hover {
  box-shadow: 0 0 8px 7px hsla(0, 0%, 87.1%, 0.3);
}
.brands__wrap .brand a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.brand__page__wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.sub-categories {
  display: flex;
  flex-direction: column;
}
.sub-categories__text {
  font-weight: 700;
  margin-bottom: 10px;
}
.sub-categories a {
  display: block;
  margin-bottom: 4px;
  text-decoration: none;
  color: #000;
  transition: color 0.1s;
}
.sub-categories a:hover {
  color: var(--orange-3);
  text-decoration: underline;
}
.inner-wrap-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 480px;
  position: relative;
}
.bg-404 {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: fit-content;
}
.error-404-inner {
  z-index: 2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .error-404-inner {
    flex-direction: column;
  }
}
.text-404 {
  margin-right: 23px;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .text-404 {
    margin: 0 0 23px;
  }
}
.subtext-404 {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .subtext-404 {
    text-align: center;
  }
}
.subtext-404__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 24px;
  color: var(--orange-3);
  margin-bottom: 10px;
}
.subtext-404__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--black-2);
}
.subtext-404__link {
  font-weight: 700;
  color: var(--orange-3);
  text-decoration: none;
}
@media screen and (max-width: 400px) {
  .inner-wrap-404 {
    flex-direction: column;
    height: auto;
  }
  .text-404 {
    transform: scale(0.8);
  }
  .subtext-404 {
    padding: 0 20px;
  }
  .bg-404 {
    margin: 30px 0 0;
    position: static;
  }
  .bg-404 svg {
    width: 200px;
    height: auto;
  }
}
.thumbs .p__cart {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.p__cart {
  background: #fff;
  flex-direction: column;
  justify-content: space-between;
}
.p__cart,
.p__cart__image a {
  overflow: hidden;
  display: flex;
}
.p__cart__image a {
  align-items: center;
  justify-content: center;
  height: 200px;
  padding: 20px 13px;
}
.p__cart__image a img {
  max-height: 100%;
  height: 100%;
}
.p__cart__offers {
  padding: 20px 13px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p__cart__offers .title {
  color: var(--black-1);
  font-size: 18px;
  line-height: 24px;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p__cart__offers .title:hover {
  color: var(--blue-1);
}
.p__cart__offers .price {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
.p__cart__offers .compare-price {
  color: #9b9b9b;
  text-decoration: line-through;
  margin-right: 2px;
  margin-left: 2px;
}
.p__cart__offers .current-price {
  color: var(--blue-1);
}
.p__cart__offers .current-price_discount {
  color: #fff;
  padding: 1px 4px;
  background: var(--orange-graldient-1);
  border-radius: 6px;
  font-size: 14px;
}
.header__callback button {
  background: var(--orange-graldient-1);
  transition: none;
}
.p__cart__offers .action {
  margin-top: 20px;
}
.p__cart__offers form {
  display: flex;
}
.p__cart__offers i.cart {
  margin-right: 8px;
}
.p__cart__offers .storequickorder-button {
  display: block;
  margin-left: 0;
  padding: 10px 0;
  color: #fff;
  background: var(--orange-graldient-1);
  width: auto !important;
  font-size: 15px;
  border-radius: 50px;
}
.p__cart__offers .storequickorder-button:hover {
  background: var(--orange-2);
}
.p__cart__offers .btn.add-to-cart {
  margin-top: 14px;
  padding: 7px 12px;
  width: auto;
}
.p__cart__offers .btn.add-to-cart:hover {
  opacity: 1;
  background-color: #00e0e0;
}
.p__cart__offers .btn.add-to-cart:hover i {
  opacity: 1;
}
.p__cart__offers .btn.quick-order.out-of-stock {
  margin-right: 0;
  padding: 13px;
}
.p__cart__offers .move__to__cart {
  transition: 0.2s ease-in-out;
}
.p__cart__offers .move__to__cart:hover {
  background-color: var(--blue-1);
  color: var(--white-1);
}
.p__cart__offers form {
  flex-wrap: wrap;
  justify-content: space-around;
}
.p__cart__discount {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 16px;
  padding: 7px 5px;
  border-radius: 6px;
  background: var(--orange-1);
  font-size: 13px;
  color: var(--white-1);
}
@media (max-width: 1200px) {
  .p__cart__offers .title {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .p__cart__offers .action__buttons {
    display: flex;
    flex-direction: column;
  }
  .p__cart__offers .move__to__cart {
    margin-bottom: 18px;
  }
}
@media (max-width: 1200px) {
  .thumbs.width--sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .thumbs.width--sidebar {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.p__cart__list {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.p__cart__list,
.p__cart__list__image {
  position: relative;
  background: #fff;
  display: flex;
}
.p__cart__list__image {
  width: 304px;
  max-width: 304px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 20px 40px;
}
.p__cart__list__image a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.p__cart__list__image a img {
  width: 100%;
}
.p__cart__list .name_desc_price {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p__cart__list__offers {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 48px 36px;
}
.p__cart__list__offers .title {
  color: var(--black-1);
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.p__cart__list__offers .title:hover {
  color: var(--blue-1);
}
.p__cart__list__offers .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-top: 8px;
}
.p__cart__list__offers .price {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  margin-top: 20px;
}
.p__cart__list__offers .current-price_discount {
  color: #fff;
  padding: 1px 4px;
  background: var(--orange-1);
  border-radius: 6px;
  font-size: 14px;
}
.p__cart__list__offers .compare-price {
  color: #c4c4c4;
  text-decoration: line-through;
  margin-left: 13px;
}
.p__cart__list__offers .current-price {
  color: var(--blue-1);
}
.p__cart__list__offers .action {
  min-width: 136px;
  display: flex;
  align-items: center;
}
.p__cart__list__offers form {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p__cart__list__offers i.cart {
  margin-right: 8px;
  width: 22px;
  height: 22px;
}
.p__cart__list__offers .storequickorder-button {
  display: block;
  margin-left: 0;
  padding: 10px 0;
  color: #fff;
  background: var(--orange-3);
  width: auto !important;
  font-size: 15px;
  border-radius: 50px;
}
.p__cart__list__offers .storequickorder-button:hover {
  background: var(--orange-1);
}
.p__cart__list__offers .btn.add-to-cart {
  min-height: 45px;
  transition: 0.2s ease-in-out;
}
.p__cart__list__offers .btn.out-of-stock {
  margin-right: 0;
}
.p__cart__list__offers .btn.add-to-cart.gray {
  margin-bottom: 17px;
}
.p__cart__list__offers .btn.add-to-cart:hover i {
  animation: prodCartAnim 0.2s linear forwards;
}
.p__cart__list__offers .move__to__cart {
  transition: 0.2s ease-in-out;
}
.p__cart__list__offers .move__to__cart:hover {
  background-color: var(--blue-1);
  color: var(--white-1);
}
@media (max-width: 1200px) {
  .p__cart__list__image {
    width: 223px;
  }
  .p__cart__list__offers {
    flex-direction: column;
    padding: 36px 20px;
  }
  .p__cart__list .name_desc_price {
    max-width: 100%;
  }
  .p__cart__list__offers .price {
    margin-top: 7px;
  }
  .p__cart__list__offers .move__to__cart {
    width: 50%;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .p__cart__list__offers .storequickorder-button {
    width: 50% !important;
  }
  .p__cart__list__offers form {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 14px;
  }
}
@media (max-width: 660px) {
  .p__cart__list,
  .p__cart__list__offers {
    flex-direction: column;
  }
  .p__cart__list {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .p__cart__list__image {
    width: unset;
    max-width: unset;
    padding: 20px 13px;
  }
  .p__cart__list__image a {
    height: 240px;
  }
  .p__cart__list__offers .description {
    display: none;
  }
  .p__cart__list__offers .title {
    line-height: 20px;
    height: 42px;
  }
  .p__cart__list__offers form {
    justify-content: space-between;
  }
  .p__cart__list__offers .btn.add-to-cart.gray {
    margin-right: 0;
  }
  .p__cart__list__offers .btn.add-to-cart {
    width: calc(50% - 5px);
  }
}
@media (max-width: 620px) {
  .p__cart__list__offers {
    padding: 17px 11px 21px;
  }
}
@media (max-width: 560px) {
  .p__cart__list {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .p__cart__list {
    flex-direction: column;
    padding: 0;
  }
  .p__cart__list__image {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .p__cart__list__image a {
    max-width: 100%;
    padding: 20px 13px;
  }
  .p__cart__list__offers .description {
    display: none;
  }
  .p__cart__list__offers {
    flex-direction: column;
    padding: 20px 13px;
  }
  .p__cart__list__offers .action {
    margin-top: 14px;
  }
  .p__cart__list__offers form {
    flex-direction: row;
    align-items: center;
  }
  .p__cart__list__offers .btn.add-to-cart {
    margin-left: 3px;
    font-size: 13px;
  }
}
.width__sidebar {
  display: flex;
  width: 100%;
}
.width__sidebar--left {
  width: 326px;
  margin-right: 24px;
  flex-shrink: 0;
}
.width__sidebar--right {
  width: calc(100% - 350px);
}
@media (max-width: 1200px) {
  .width__sidebar--left {
    display: none;
    width: 0;
    margin-right: 0;
  }
  .width__sidebar--right {
    width: 100%;
  }
}
.category__wrap__left--block {
  padding: 30px 24px;
  margin-bottom: 24px;
  background: #f7f7f7;
  border-radius: 10px;
}
.category__wrap__left--block:last-child {
  margin-bottom: 0;
}
.slide-next,
.slide-prev {
  outline: none;
}
.menu-h {
  display: flex !important;
  justify-content: flex-end;
  list-style: none;
  margin: 24px 0;
  padding: 0;
}
.menu-h li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  width: 34px;
  background-color: #a0a6b6;
  border-radius: 5px;
  margin-right: 8px;
}
.menu-h li:last-child {
  margin-right: 0;
}
.menu-h li.selected {
  background-color: var(--blue-1);
}
.menu-h a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  line-height: 30px;
  font-size: 15px;
  font-weight: 400;
  color: var(--white-1);
  text-decoration: none;
}
.play {
  opacity: 0;
  background: #fd1d1d;
  border-radius: 50%/10%;
  color: #fff;
  height: 30px;
  width: 40px;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  transition: all 0.15s ease-out;
  cursor: pointer;
}
.play:hover {
  background: red;
  opacity: 1;
}
.play:before {
  background: inherit;
  border-radius: 5%/50%;
  bottom: 9%;
  content: "";
  left: -4%;
  position: absolute;
  right: -5%;
  top: 9%;
}
.play:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  content: " ";
  height: 0;
  top: 7px;
  left: 16px;
  position: absolute;
  width: 0;
}
#bars {
  height: 30px;
  width: 40px;
}
#bars,
.bar {
  position: absolute;
}
.bar {
  background: #fd1d1d;
  bottom: 1px;
  height: 3px;
  width: 3px;
  animation: sound 0ms linear -0.8s infinite alternate;
}
@keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  to {
    opacity: 1;
    height: 28px;
  }
}
.bar:first-child {
  left: 1px;
  animation-duration: 474ms;
}
.bar:nth-child(2) {
  left: 5px;
  animation-duration: 433ms;
}
.bar:nth-child(3) {
  left: 9px;
  animation-duration: 407ms;
}
.bar:nth-child(4) {
  left: 13px;
  animation-duration: 458ms;
}
.bar:nth-child(5) {
  left: 17px;
  animation-duration: 0.4s;
}
.bar:nth-child(6) {
  left: 21px;
  animation-duration: 427ms;
}
.bar:nth-child(7) {
  left: 25px;
  animation-duration: 441ms;
}
.bar:nth-child(8) {
  left: 29px;
  animation-duration: 419ms;
}
.bar:nth-child(9) {
  left: 33px;
  animation-duration: 487ms;
}
.bar:nth-child(10) {
  left: 37px;
  animation-duration: 442ms;
}
.products-loading {
  display: flex;
  justify-content: center;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.products__wrap {
  position: relative;
}
.products__wrap.loading .products-loading {
  height: 82px;
  opacity: 1;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--orange-1);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:first-child {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(24px);
  }
}
.wa-form.b-bestprice {
  max-width: 620px !important;
  border-radius: 5px;
}
.b-bestprice-title {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.b-bestprice-desc {
  display: block;
  color: #696969;
  font-size: 15px;
  line-height: 18px;
}
.b-bestprice-desc,
.wa-form.b-bestprice .wa-field {
  margin-bottom: 12px;
}
.wa-form.b-bestprice .wa-field .name {
  font-size: 16px;
  color: var(--black-1);
  font-weight: 500;
  margin-bottom: 8px;
}
.wa-form.b-bestprice .wa-field .value input,
.wa-form.b-bestprice .wa-field .value textarea {
  border: none;
  outline: none;
  background: var(--gray-2);
  border-radius: 22px;
}
.wa-form.b-bestprice .wa-field .wa-submit input {
  width: 100%;
  background: var(--orange-3);
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  font-size: 16px;
  transition: 0.2s ease-in-out;
  border-radius: 22px;
  color: #fff;
  font-weight: 600;
}
.wa-form.b-bestprice .wa-field .wa-submit input:hover {
  background: var(--orange-1);
}
.wa-form.b-bestprice .wa-field .required {
  color: red;
}
.b-bestprice__success {
  font-size: 120%;
  text-align: center;
  background: #fff;
  max-width: 620px;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  height: max-content;
  padding: 24px;
  border-radius: 5px;
  color: #000 !important;
}
@media (max-width: 480px) {
  .wa-form.b-bestprice {
    padding: 22px 12px;
  }
  .b-bestprice-title {
    font-size: 24px;
    margin-top: 12px;
  }
}
#storequickorder .wa-value input {
  border: none;
  outline: none;
  background: var(--gray-2);
  border-radius: 22px;
}
#storequickorder .submit-button.button {
  color: #fff;
  background: var(--orange-3);
  width: 100%;
  height: 49px !important;
  font-size: 14px;
  font-weight: 600;
  padding: 12px;
  border-radius: 26px !important;
  transition: 0.2s ease-in-out;
}
#storequickorder .submit-button.button:hover {
  background: var(--orange-1);
}
#storequickorder .dialog-buttons {
  position: relative !important;
  margin: 12px 0;
  height: unset;
}
#storequickorder .dialog-buttons-gradient {
  padding: 10px 20px 0 !important;
}
#storequickorder .window-name {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
}
#storequickorder .storequickorder-window-product_info-name {
  display: block;
  font-size: 20px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 32px;
}
#storequickorder .wa-required .wa-name {
  position: relative;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 6px;
}
.wa-field-address .wa-required > span {
  position: relative;
  display: inline-block !important;
  font-weight: 700;
  margin-bottom: 6px;
}
.wa-field-address .wa-required > span:after {
  content: "*";
  position: absolute;
  top: 0;
  right: -12px;
  color: #ff6a6a;
}
#storequickorder .wa-form .wa-field {
  margin-bottom: 14px;
}
#storequickorder div.wa-name {
  position: relative;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 6px;
}
#storequickorder .wa-form .wa-field.wa-required .wa-name:after {
  content: "*";
  color: red;
  margin-left: 4px;
}
#storequickorder .errormsg {
  color: red;
}
#storequickorder .dialog-background {
  z-index: 101;
}

#storequickorder .dialog-window {
  position: fixed !important;
  width: 540px; /*max-height:60%;overflow-y:scroll!important;*/
  margin-left: unset !important;
  margin-top: unset !important;
  top: 10% !important;
  left: calc(50% - 270px) !important;
  padding: 0 0 20px !important;
  border: none !important;
}

@media (max-width: 620px) {
  #storequickorder .dialog-window {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    left: 0 !important;
  }
  #storequickorder .window-name {
    font-size: 24px;
  }
  #storequickorder .storequickorder-window-product_info-name {
    font-size: 16px;
  }
}
body .oc-light-form-button {
  background: var(--orange-3);
  border-radius: 28px;
}
body .oc-light-form-button:hover {
  background: var(--orange-1) !important;
}
body .oc-light-form__close-button {
  background-color: #fff;
  width: 34px;
  height: 34px;
  background-position: 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  box-shadow: 0 0 2px #bdbdbd;
  border-radius: 50%;
}
body .oc-light-form-input-text,
body .oc-light-form-select.jq-selectbox .jq-selectbox__search input,
body .oc-light-form-textarea,
body .oc-light-form__captcha .wa-captcha-input,
body input[type="text"].oc-light-form-input-text {
  padding: 12px 20px;
  height: auto !important;
  line-height: 22px;
  border: none;
  background-color: var(--gray-2);
  border-radius: 22px;
}
body .oc-light-form-input-text:focus,
body .oc-light-form-select.jq-selectbox .jq-selectbox__search input:focus,
body .oc-light-form-textarea:focus,
body .oc-light-form__captcha .wa-captcha-input:focus,
body input[type="text"].oc-light-form-input-text:focus {
  border-color: var(--red_1);
}
.oc-light-form__header {
  font-size: 28px !important;
  text-align: center;
}
.oc-light-form-field__label {
  font-size: 16px !important;
  color: var(--black_1) !important;
  font-weight: 500 !important;
}

.header__cart {
  position: relative;
}
.cart-count {
  text-decoration: none;
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  width: 22px;
  height: 22px;
  border-radius: 99px;
  top: -3px;
  right: -6px;
  background: var(--orange-3);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.wa-value p {
  margin-block-start: 0em;
  margin-block-end: 0em;
}
#storequickorder .dialog-content-indent {
  padding: 0px 20px !important;
}

.wa-value textarea {
  border: none;
  outline: none;
  background: var(--gray-2);
  border-radius: 22px;
  resize: none;
  min-height: 100px;
}
.storequickorder-window-product_info-name {
  color: var(--orange-3);
}

/*Brands*/
.width__sidebar--right #page {
  display: flex;
  /*align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  */
  flex-direction: column;
}

.width__sidebar--right #page .brand {
  display: inline-block;
  margin-bottom: 20px;
  width: 30%;
}

.width__sidebar--right #page .brand a {
  background: #fff;
  position: relative;
  display: block;
  border: 1px solid #f2f2f2;
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-radius: 5px;
  padding: 19px;
  color: inherit;
  text-decoration: none;
  text-align: center;
}

.width__sidebar--right #page .brand a:hover {
  border-color: #f4f4f4;
  box-shadow: 0 10px 50px rgb(0 0 0 / 7%);
}

.width__sidebar--right #page .brand a img {
  max-width: 100%;
  vertical-align: top;
  height: 50px;
}
@media (max-width: 850px) {
  .width__sidebar--right #page .brand {
    width: 48%;
  }
}
@media (max-width: 495px) {
  .width__sidebar--right #page .brand {
    width: 100%;
  }
}

.w-dialog-block {
  max-width: 540px !important;
}
.quickorder-form {
  max-width: 540px !important;
}
.quickorder-form-head {
  text-align: center;
  background: #fff !important;
}
.quickorder-cell.quickorder-price-cell {
  display: none;
}
.ig-dialog-wrap.is-full-screen.q-loaded .w-dialog-block {
  border-radius: 20% !important;
}
.quickorder-product {
  text-align: center;
}
.quickorder-form [data-quickorder-pt] {
  display: block;
  margin-bottom: 5px;
  font-size: 16px !important;
  color: #000;
  font-weight: 500 !important;
}
.quickorder-form [data-quickorder-pfs] {
  padding: 12px 20px !important;
  height: auto !important;
  line-height: 22px;
  border: none !important;
  background-color: var(--gray-2) !important;
  border-radius: 22px !important;
}

.quickorder-form [data-quickorder-pff] {
  padding: 0 20px !important;
}

.quickorder-form [data-quickorder-pfb] {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin-bottom: 25px !important;
  display: block;
  width: 100% !important;
  font-size: 16px;
  background: var(--orange-3) !important;
  border-radius: 28px !important;
  color: #fff !important;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}
.home__banner .home__banner__item--bg {
  background: none;
}

@media screen and (max-width: 350px) {
  .header__logo {
    width: 156px;
  }
  .header__top--left {
    margin-right: 22px;
  }
}
.instagram_profile {
  background: linear-gradient(90deg, #2679b6 -26.45%, #2679b6 100%) !important;
}
.categorise__banner__list {
  border-color: var(--blue-1);
}
.home__banner__item--description {
  background: linear-gradient(90deg, #3796db -19.52%, #2679b6 100.26%);
}
.home__brands .home__brands__more {
  background: linear-gradient(90deg, #3796db -19.52%, #2679b6 100.26%);
}
.home__brands .home__brands__more:hover {
  background: var(--blue-2);
  transition: none;
}
.category__wrap__left--block a.bg-orange-3 {
  background: linear-gradient(90deg, #3796db -19.52%, #2679b6 100.26%);
}
.category__wrap__left--block a.bg-orange-3:hover {
  background: var(--blue-2);
  transition: none;
}
.product__tab-nav-ul li.active .tab-nav-item {
  background: var(--gradient-blue)!important;
}
.product__tab-nav-ul li.active .tab-nav-item:hover{
  background: var(--blue-2)!important;
}

.home__reviews__more a{ background: var(--gradient-blue)!important; color: #fff; }
.home__reviews__more a:hover{ background: var(--blue-2)!important; }
