:root {
  --blue: #4bb1c2;
  --dark: #243335;
  --grey: #f6f6f6;
  --white: #fff;
  --dark-grey: #929c9c;
  --orange: #ff602e;
  --light-gray: #f0f2f3;
  --font-family: "Raleway", sans-serif;
  --second-family: "Manrope", sans-serif;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, address {
  display: block;
}

audio, canvas {
  display: inline-block;
}

video {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

address {
  font-style: normal;
}

ul, ol, li, form, fieldset, a, img, div, figure, address {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: inside;
}

ol {
  list-style: inside;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal inside;
}

ol {
  padding: 10px 0;
}

ol li {
  margin: 0 0 20px 0;
}

body {
  height: 100%;
  position: relative;
  background: #fff;
}

body, td, input, textarea, button {
  margin: 0px;
  padding: 0px;
}

body * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

a:hover {
  text-decoration: none !important;
}

a, a:active, a:focus {
  outline: none;
}

b,
strong {
  font-weight: 600;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main {
  position: relative;
}

.cbc {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: #243335;
}

input::-moz-placeholder {
  opacity: 1;
  color: #243335;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: #243335;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #243335;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #243335;
}

textarea:-ms-input-placeholder {
  opacity: 1;
  color: #243335;
}

input[type=submit] {
  cursor: pointer;
}

textarea,
button,
input[type=text],
input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

body, td, input, textarea, button {
  color: #929C9C;
  font-family: "Raleway", Arial;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media (max-width: 1200px) {
  .row {
    margin: -10px;
  }
}
@media (max-width: 568px) {
  .row {
    margin: -7.5px;
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding: 15px;
}
@media (max-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding: 10px;
  }
}
@media (max-width: 568px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding: 7.5px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
/* elements */
.title-h1,
.title-h2,
.title-h3,
.title-h4 {
  padding: 0;
  margin: 0;
  font-family: "Raleway";
  font-weight: 700;
  color: #243335;
}

.title-h1 {
  font-size: 48px;
  margin-bottom: 55px;
  text-align: left;
}
@media (max-width: 568px) {
  .title-h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}

.title-h2 {
  font-size: 38px;
  line-height: 54px;
  margin-bottom: 25px;
  font-family: "Manrope";
}
@media (max-width: 568px) {
  .title-h2 {
    font-size: 26px;
    line-height: 1.4;
  }
}

.title-h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
@media (max-width: 568px) {
  .title-h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

.title-h4 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.subtitle {
  font-size: 16px;
  line-height: 28px;
  color: #929C9C;
}

hr {
  border: none;
  display: block;
  margin: 40px 0;
  height: 1px;
  background: #dedede;
}

.cms_submit,
.button {
  display: inline-flex;
  padding: 0 30px;
  height: 64px;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #4BB1C2;
  color: #fff;
  background: #4BB1C2;
}
@media (max-width: 1200px) {
  .cms_submit,
  .button {
    height: 54px;
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cms_submit,
  .button {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
}
.cms_submit:hover,
.button:hover {
  color: #4BB1C2;
  background-color: #fff;
}
.cms_submit--sm,
.button--sm {
  height: 50px;
  font-size: 11px;
  padding: 0 25px;
}
@media (max-width: 568px) {
  .cms_submit--sm,
  .button--sm {
    font-size: 10px;
    height: 40px;
  }
}
/*
.cms_submit._more::after,
.button._more::after {
  content: "";
  width: 37px;
  min-width: 20px;
  height: 20px;
  margin-left: 8px;
  background: url(../../images/more-arrow-big-white.svg) center no-repeat;
  transition: 0.3s;
}
.cms_submit._more:hover::after,
.button._more:hover::after {
  background: url(../../images/more-arrow-big.svg) center no-repeat;
}
*/
.cms_submit._white,
.button._white {
  color: #4BB1C2;
  background-color: transparent;
}
.cms_submit._white:hover,
.button._white:hover {
  background-color: #4BB1C2;
  color: #fff;
}
.cms_submit._white:hover::after,
.button._white:hover::after {
  background-image: url(../../images/more-arrow-white-big.svg);
}
.cms_submit._white::after,
.button._white::after {
  background-image: url(../../images/more-arrow-big.svg);
}
.cms_submit._white-bg,
.button._white-bg {
  color: #4FAF5E;
  border-color: #fff;
  background-color: #fff;
}
.cms_submit._white-bg:hover,
.button._white-bg:hover {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.cms_submit._white-bg:hover::after,
.button._white-bg:hover::after {
  background-image: url(../../images/more-arrow-white.svg);
}
.cms_submit._white-bg::after,
.button._white-bg::after {
  background-image: url(../../images/more-arrow.svg);
}
.cms_submit._burger::before,
.button._burger::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../../images/icon-catalog.svg) center no-repeat;
  margin-right: 8px;
  transition: 0.3s;
}
.cms_submit._burger:hover::before,
.button._burger:hover::before {
  background-image: url(../../images/icon-catalog-blue.svg);
}

.section {
  padding-top: 80px;
}
@media (max-width: 1200px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 568px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-outer {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-outer {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.space-bottom {
  padding-bottom: 60px;
}

.typography {
  margin: 0 0 15px;
  color: #243335;
font-size: 16px;
line-height: 26px;
font-weight: 500;
font-family: "Manrope";
}
.typography h1,
.typography h2,
.typography h3 {
  padding: 0;
  margin: 0;
  font-family: "Raleway";
  font-weight: normal;
  color: #243335;
}
.typography h1 {
  font-size: 58px;
}
@media (max-width: 992px) {
  .typography h1 {
    font-size: 48px;
  }
}
@media (max-width: 568px) {
  .typography h1 {
    font-size: 40px;
  }
}
.typography h2 {
  font-size: 30px;
  line-height: 45px;
  margin: 40px 0 10px;
  font-weight: 800;
}
.typography h2:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .typography h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 568px) {
  .typography h2 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.typography h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #243335;
}
@media (max-width: 767px) {
  .typography h3 {
    margin-bottom: 15px;
  }
}
.typography h4 {
  font-size: 20px;
  font-weight: 500;
  color: #243335;
  line-height: 28px;
  margin: 20px 0 15px;
}
.typography p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px;
  color: #243335;
  font-weight: 400;
}
.typography p:last-child {
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .typography p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.typography img {
  max-width: 100%;
}
.typography a:not(.button) {
  text-decoration: underline;
}
.typography a:not(.button):hover {
  text-decoration: none;
}
.typography ul {
  margin-bottom: 15px;
  padding-left: 15px;
}
.typography ul li {
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;font-weight:400;
}
@media (max-width: 568px) {
  .typography ul li {
    font-size: 14px;
    line-height: 1.5;
  }
}
.typography ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: #243335;
  border-radius: 50%;
}
.typography ol {
  margin-bottom: 15px;
  padding-left: 15px;
  counter-reset: custom-counter;
  list-style: none;
}
.typography ol:last-child {
  margin-bottom: 0;
}
.typography ol li {
  font-size: 18px;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}
@media (max-width: 568px) {
  .typography ol li {
    font-size: 14px;
    line-height: 1.5;
  }
}
.typography ol li::before {
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  position: absolute;
  left: 0;
  top: 0;
}
.typography table {
  width: 100% !important;
  border-collapse: separate;
  border-spacing: 0 15px;
}
.typography table th {
  height: 60px;
  padding: 15px 30px;
  border-top: 1px solid #FAFAFA;
  border-bottom: 1px solid #FAFAFA;
  text-align: left;
  color: #4FAF5E;
  font-weight: normal;
}
@media (max-width: 767px) {
  .typography table th {
    white-space: nowrap;
    font-size: 14px;
    padding: 15px;
  }
}
.typography table th:first-child {
  border-radius: 15px 0 0 15px;
  border-left: 1px solid #FAFAFA;
}
.typography table th:last-child {
  border-radius: 0 15px 15px 0;
  border-right: 1px solid #FAFAFA;
}
.typography table td {
  height: 60px;
  font-size: 18px;
  padding: 15px 30px;
  background: #4FAF5E;
}
@media (max-width: 767px) {
  .typography table td {
    font-size: 14px;
    padding: 15px;
  }
}
.typography table td:first-child {
  border-radius: 15px 0 0 15px;
}
.typography table td:last-child {
  border-radius: 0 15px 15px 0;
}

.tabs__header {
  display: flex;
  align-items: center;
}
.tabs__item {
  margin-left: 30px;
  opacity: 0.5;
  cursor: pointer;
}
.tabs__item:first-child {
  margin-left: 0;
}
.tabs__item:hover, .tabs__item.active {
  opacity: 1;
}
.tabs__box {
  display: none;
}
.tabs__box.visible {
  display: block;
}
.tabs__box h2 {margin-bottom:20px;}

.table-scroll {
  overflow: auto;
}
@media (max-width: 767px) {
  .table-scroll {
    margin: 0 -30px;
    padding: 0 0 0 30px;
    /*
    padding-top: 60px;
    background: url(../../images/icon-hscroll.svg)  center 15px no-repeat;
    background-size: 32px 32px;
    */
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  color: #243335;
  font-size: 14px;
  margin-bottom: 50px;
  margin-top: 25px;
}
@media (max-width: 992px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
}
@media (max-width: 568px) {
  .breadcrumb {
    font-size: 12px;
    white-space: nowrap;
    overflow: auto;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    margin: 20px -15px;
    padding: 0 15px;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
}
.breadcrumb a {
  color: #4BB1C2;
  margin-left: 3px;
}
.breadcrumb a a:hover {
  color: #929C9C;
}

.page-content {
  min-height: 100%;
}
.page-content--inner {
  padding-top: 50px;
}

.forms__field {
  margin-bottom: 10px;
}
.forms__submit {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.forms textarea,
.forms input[type=text],
.forms input[type=password],
.forms input[type=email],
.forms input[type=tel] {
  width: 100%;
  height: 54px;
  font-family: Raleway;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #243335;
  border: 1px solid #F0F2F3;
  background: #fff;
}
.forms textarea:focus,
.forms input[type=text]:focus,
.forms input[type=password]:focus,
.forms input[type=email]:focus,
.forms input[type=tel]:focus {
  border-color: #929C9C;
}
.forms textarea {
  padding: 15px;
  resize: none;
  height: 120px;
}

.checkbox {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  font-family: "Raleway";
}
.checkbox._approval {
  font-size: 11px;
  font-weight: 300;
}

.checkbox input {
  display: none;
}

.checkbox span {
  display: flex;
  align-items: center;
}

.checkbox span::before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: #fff;
  margin-right: 15px;
  border: 6px solid #ededed;
  box-sizing: border-box;
}

.checkbox input:checked + span::before {
  background: #5FC9A3;
}

.check-list__item {
  margin-bottom: 12px;
}
.check-list__item:last-child {
  margin-bottom: 0;
}

.error {
  background: #ffeaee !important;
}

.burger-btn {
  width: 26px;
  height: 19px;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  background: none;
  border: none;
  position: relative;
  outline: none;
}
.burger-btn span {
  position: absolute;
  left: 0;
  top: 9px;
  width: 26px;
  height: 2px;
  border-radius: 6px;
  background-color: #4BB1C2;
  transition: 0.3s;
}
.burger-btn::before, .burger-btn::after {
  content: "";
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  background-color: #4BB1C2;
  transition: 0.3s;
  border-radius: 6px;
}
.burger-btn::before {
  top: 0;
}
.burger-btn::after {
  bottom: 0;
}
.burger-btn.open {
  height: 26px;
}
.burger-btn.open span {
  opacity: 0;
}
.burger-btn.open::before, .burger-btn.open::after {
  width: 28px;
  background: #4BB1C2;
}
.burger-btn.open::before {
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
}
.burger-btn.open::after {
  bottom: 50%;
  margin-bottom: -2px;
  transform: rotate(45deg);
}

.drop-list {
  position: relative;
}
.drop-list__title {
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  padding-right: 28px;
  background: url(../../images/chevron-down.svg) right 6px no-repeat;
  white-space: nowrap;
}
.drop-list__dropdown {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  right: 0;
  min-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: none;
  background: #fff;
  margin-top: 10px;
  font-size: 14px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
.drop-list__dropdown li {
  cursor: pointer;
  white-space: nowrap;
}
.drop-list__dropdown li:hover {
  color: #4FAF5E;
}
.drop-list__dropdown a {
  display: block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: none;
}

.page-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: #243335;
  opacity: 0.95;
}

@media (min-width: 768px) {
  .fix-scroll__fly.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
  }
  .fix-scroll__fly.fixed .fix-scroll__wrap {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .fix-scroll {
    height: auto !important;
  }
}
.fix-scroll--bottom .fix-scroll__fly.fixed {
  top: auto;
  bottom: 0;
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
}

.next-toggle {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}
.next-toggle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 17px;
  height: 13px;
  background: url(../../images/toggle-arrow-down.svg) center no-repeat;
}
.next-toggle.open::after {
  background: url(../../images/toggle-arrow-up.svg) center no-repeat;
}

.counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 125px;
  height: 40px;
  border-radius: 30px;
  background-color: #FAFAFA;
  padding: 6px;
}
.counter__btn {
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: 12px;
  border-radius: 50%;
  cursor: pointer;
}
.counter__btn--down {
  background-image: url(../../images/icon-minus.svg);
}
.counter__btn--up {
  background-image: url(../../images/icon-plus.svg);
}
.counter__text {
  width: 40px;
  display: block;
  border: none;
  background: none;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 568px) {
  .counter__text {
    width: 40px;
  }
}

/* plugins */
.slick-dots {
  position: absolute;
  bottom: 35px;
  left: 25px;
  right: 25px;
  display: flex !important;
  justify-content: center;
}
.slick-dots li::before {display:none}
@media (max-width: 767px) {
  .slick-dots {
    left: 5px;
    right: 5px;
  }
}
.slick-dots li {
  width: 30px;
  height: 6px;
  background: #E0E0E0;
  margin: 0 5px !important;
  padding: 0 !important;
  list-style: none;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .slick-dots li {
    height: 2px;
    width: 100%;
    margin: 0 5px !important;
  }
}
.slick-dots li.slick-active {
  width: 60px;
  background: #4BB1C2;
}
@media (max-width: 767px) {
  .slick-dots li.slick-active {
    width: 200%;
  }
}
.slick-dots button {
  display: none;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 80px;
  height: 80px;
  background-color: #4BB1C2;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #4BB1C2;
  margin-top: -40px;
}
.slick-arrow:hover:not(.slick-disabled) {
  border-color: #F6F6F6;
  background-color: #fff;
}
.slick-arrow:hover:not(.slick-disabled)::before {
  filter: none;
}
.slick-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: 0.3s;
  filter: brightness(0) invert(1);
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .slick-arrow::before {
    background-size: 12px;
  }
}
.slick-prev {
  left: -25px;
}
.slick-prev::before {
  background-image: url(../../images/chevron-left-big.svg);
}
.slick-next {
  right: -25px;
}
.slick-next::before {
  background-image: url(../../images/chevron-right-big.svg);
}
.slick-disabled {
  border: 1px solid #F6F6F6;
  background-color: #fff;
  box-shadow: 0px 43px 50px 0px rgba(0, 0, 0, 0.05);
  cursor: default;
}
.slick-disabled::before {
  filter: none;
}
.slick-disabled:hover {
  transform: none;
}

.h-space-20 {
  height: 20px;
}

.h-space-70 {
  height: 70px;
}

@media (max-width: 992px) {
  .lg-hide {
    display: none;
  }
}
.round-box {
  border-radius: 500px;
  background: #fff;
  box-shadow: 0 0 67px rgba(137, 89, 107, 0.12);
  margin: 0 -195px;
  padding: 0 195px;
}
@media (max-width: 1200px) {
  .round-box {
    border-radius: 0;
  }
}

/* support class style */
.full-bg {
  margin-left: -1000px;
  margin-right: -1000px;
  padding-left: 1000px;
  padding-right: 1000px;
}
@media (max-width: 1280px) {
  .full-bg {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .full-bg {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .full-bg {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.full-width {
  width: 100vw;
  margin: 0 auto;
}

.full-page {
  margin-left: -1000px;
  margin-right: -1000px;
}
.full-page__wrap {
  width: 100vw;
  margin: 0 auto;
}

.mt-30 {
  margin-top: 30px !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.white-bg {
  background-color: #fff;
}

.black-bg {
  background-color: #243335;
}

.blue-bg {
  background-color: #4BB1C2;
}

.gray-bg {
  background-color: #F7F7F7;
}

.clr-white {
  color: #fff;
}

.clr-gray {
  color: #929C9C;
}

.w100p {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.bottom-space {
  padding-bottom: 30px;
}

.top-space {
  padding-top: 50px;
}

.pb-0 {
  padding-bottom: 0;
}

.container {
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1630px;
  width: 100%;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 568px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.container-outer {
  margin: 0 -150px;
}
@media (max-width: 1440px) {
  .container-outer {
    margin: 0 calc((100vw - 1140px) / -2);
  }
}
@media (max-width: 1200px) {
  .container-outer {
    margin: 0 -30px;
  }
}
@media (max-width: 992px) {
  .container-outer {
    margin: 0 -20px;
  }
}

@media (max-width: 992px) {
  body {
    padding-top: 65px;
  }
}

body.open-nav {
  overflow: hidden;
}
body.open-nav .cbc {
  overflow: hidden;
}
@media (max-width: 767px) {
  body.open-nav .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10002;
  }
}

/* page content */
/* header */
.header {
  position: relative;
  z-index: 9999;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .header {
    border-bottom: 1px solid #F0F2F3;
    padding: 10px 0;
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .header {
    margin-bottom: 0;
  }
}
.header__wrap {
  padding: 0 40px;
  max-width: 1630px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1200px) {
  .header__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .header__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 568px) {
  .header__wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  border-bottom: 1px solid #F0F2F3;
}
@media (max-width: 992px) {
  .header__top {
    display: none;
  }
}
.header__middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
  padding-top: 10px;
  position: relative;
}
@media (max-width: 992px) {
  .header__middle {
    padding-top: 0;
    height: auto;
    z-index: 1000;
  }
}
.header__bottom {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .header__bottom {
    display: none;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998;
    margin: 0;
    padding: 80px 20px;
    overflow: auto;
  }
  .header__bottom::before {
    content: "";
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .header__bottom {
    padding: 70px 15px;
  }
  .header__bottom::before {
    height: 70px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .header__logo {
    position: static;
  }
}
.header__burger {
  display: none;
}
@media (max-width: 992px) {
  .header__burger {
    display: block;
    margin-left: 25px;
  }
}
@media (max-width: 568px) {
  .header__burger {
    margin-left: 20px;
  }
}

.main-nav {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #243335;
}
@media (max-width: 1200px) {
  .main-nav {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .main-nav {
    display: block;
    font-size: 18px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #BBC3D0;
    padding-left: 40px;
    font-weight: 500;
  }
}
.main-nav__item {
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .main-nav__item {
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .main-nav__item {
    margin-bottom: 20px;
  }
}
.main-nav__item a {
  transition: 0.3s;
}
.main-nav__item a:hover {
  color: #4BB1C2;
}

.h-contacts {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .h-contacts {
    height: 30px;
  }
}
.h-contacts__phone {margin-right: 20px;}
.phone-box__wa {
  padding-left: 32px;
  background: url(../../images/icon-whatsapp.svg) left center no-repeat;
height: 20px;
}

.phone-box__wa {
  font-size: 14px;
  color: #929C9C;
}

.phone-box__tg {
  padding-left: 32px;
  background: url(../../images/icon-telegram-color.svg) left center no-repeat;
  margin-right: 5px;
  font-size: 14px;
  color: #929C9C;
height: 22px;
}
.phone-box__tg a{
  font-weight: 700;
  text-decoration: underline;
  color: #243335;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .phone-box__wa {
    margin-right: 20px;
  }
}
.phone-box__wa a {
  font-weight: 700;
  text-decoration: underline;
  color: #243335;
  transition: 0.3s;
}
.phone-box__wa a:hover {
  color: #4BB1C2;
  text-decoration: none;
}
.phone-box__phone {
  font-family: "Manrope";
  font-weight: 600;
  font-size: 16px;
  color: #243335;
}
.phone-box__phone a:hover {
  color: #4BB1C2;
}

@media (max-width: 992px) {
  .h-contacts__recall {
    margin-top: 30px;
    margin-left: 40px;
  }
}

.recall-btn {
  display: block;
  height: 39px;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  padding: 0 18px;
  color: #fff;
  border: 2px solid #4BB1C2;
  border-radius: 4px;
  background-color: #4BB1C2;
  transition: 0.3s;
  white-space:nowrap;
}
@media (max-width: 1200px) {
  .recall-btn {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .recall-btn {
    display: inline-flex;
    align-items: center;
    height: 46px;
    font-size: 16px;
  }
}
.recall-btn:hover {
  color: #4BB1C2;
  background-color: #fff;
}

.h-logo {
  display: block;
  margin-right: 25px;
}
@media (max-width: 568px) {
  .h-logo {
    margin-right: 15px;
  }
}
.h-logo img {
  display: block;
}
@media (max-width: 1200px) {
  .h-logo img {
    width: 220px;
  }
}
@media (max-width: 568px) {
  .h-logo img {
    width: 180px;
  }
}
@media (max-width: 375px) {
  .h-logo img {
    width: 150px;
  }
}

@media (max-width: 992px) {
  .catalog-button {
    display: none;
  }
}
.catalog-button .button {
  font-size: 16px;
  font-family: "Manrope";
  letter-spacing: 0.4px;
}
@media (max-width: 1200px) {
  .catalog-button .button {
    height: 54px;
  }
}

.h-search {
  max-width: 680px;
  width: 100%;
  position: relative;
  margin-right: 15px;
  height: 65px;
}
@media (max-width: 1200px) {
  .h-search {
    margin-left: 10px;
  }
}
@media (max-width: 992px) {
  .h-search {
    display: none;
  }
}
.h-search input[type=text],
.h-search .h-search input[type=search] {
  width: 100%;
  background: none;
  border: 1px solid #F0F2F3;
  color: #243335;
  max-width: 680px;
  height: 65px;
  font-size: 16px;
  font-weight: 500;
  padding-left: 40px;
  background: url(../../images/icon-search.svg) 12px center no-repeat;
}
@media (max-width: 1200px) {
  .h-search input[type=text],
  .h-search .h-search input[type=search] {
    height: 54px;
  }
}

.h-whatsapp {
  display: none;
}
@media (max-width: 992px) {
  .h-whatsapp {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../../images/icon-whatsapp.svg) center no-repeat;
    margin-right: 15px;
  }
}
@media (max-width: 568px) {
  .h-whatsapp {
    margin-right: 10px;
  }
}

.h-phone {
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 20px;
  background: url(../../images/icon-phone.svg) left center no-repeat;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .h-phone {
    padding-right: 10px;
  }
}
@media (max-width: 992px) {
  .h-phone {
    background: none;
    padding: 0;
    height: auto;
  }
}
.h-phone a {
  font-size: 16px;
  font-family: Manrope;
  font-weight: 700;
  color: #243335;
}
@media (max-width: 1200px) {
  .h-phone a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .h-phone a {
    display: block;
    font-size: 0;
    overflow: hidden;
    text-indent: -1000px;
    width: 24px;
    height: 24px;
    background: url(../../images/icon-phone.svg) center no-repeat;
  }
}
.h-phone a:hover {
  color: #4BB1C2;
}

.h-mail {
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 0;
  border-left: 1px solid #F6F6F6;
}
@media (max-width: 1200px) {
  .h-mail {
    padding-left: 10px;
  }
}
@media (max-width: 992px) {
  .h-mail {
    height: auto;
    padding: 0;
    border: none;
    margin-left: 15px;
  }
}
@media (max-width: 568px) {
  .h-mail {
    margin-left: 10px;
  }
}
.h-mail a {
  font-size: 16px;
  font-family: Manrope;
  font-weight: 700;
  color: #243335;
}
@media (max-width: 1200px) {
  .h-mail a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .h-mail a {
    display: block;
    font-size: 0;
    overflow: hidden;
    text-indent: -1000px;
    width: 24px;
    height: 24px;
    background: url(../../images/icon-email.svg) center no-repeat;
    background-size: 26px;
  }
}
.h-mail a:hover {
  color: #4BB1C2;
}

.part-nav {
  display: flex;
  align-items: center;
  justify-content: /*flex-start*/ space-between;
}
.part-nav2 { margin-bottom: 30px; /*flex-wrap: wrap;*/ } 
.part-nav3 { flex-wrap: wrap; } 
@media (max-width: 992px) {
  .part-nav {
    display: block;
  }
.part-nav2 {
  display: flex;
  flex-wrap: wrap;  margin-bottom: 15px;
}
}
.part-nav__item {
  /*width: 100%;*/
  text-align: center;
  border-left: 1px solid #fff;
  height: 38px;
}
.part-nav2 .part-nav__item {
  max-width: 295px;
  margin: 0 15px 15px 0;
}
@media (max-width: 992px) {
  .part-nav__item {
    text-align: left;
    margin-bottom: 5px;
  }
  .part-nav2 .part-nav__item {
     text-align: center;
     margin: 0 10px 10px 0;width: auto;
  }
.part-nav2 a.part-nav__link {
  width: auto;
  padding: 0 15px;
}
}
.part-nav__item:first-child {
  border-left: none;
}
.part-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: #FAFAFA;*/
  height: 38px;
  font-size: 16px;
  font-weight: 500;
  color: #243335;
  transition: 0.3s;
white-space:nowrap;
padding: 0 10px;
}
.part-nav2 .part-nav__link {
  border-radius: 10px;
}
.part-nav2.open-list {
  display: none;
}
.part-nav__link_blue {
margin-right: 15px;
color: #4BB1C2;
background-color: #fff;
}
@media (max-width: 1200px) {
  .part-nav__link {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .part-nav__link {
    display: inline-flex;
    justify-content: flex-start;
    font-size: 18px;
    background: none;
  }
}
@media (max-width: 767px) {
.part-nav2 { overflow: hidden; height: 44px; }
.part-nav3 { overflow: auto; height: auto; }
.part-nav2.open-list .part-nav__item { text-align: left; }
.part-nav2.open-list {
  display: block;position: absolute;
margin-top: -60px;
background-color: #fff;
padding-left: 15px;
right: 5px;
}
}
.part-nav__link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .part-nav__link::before {
    width: 30px !important;
  }
  .part-nav__link.cat_osnov::before {
   background-image: url(../../images/icon-catalog-blue.svg);
  }
}
.part-nav__link._icon-1::before {
  background-image: url(../../images/uzi.svg);
}
.part-nav__link._icon-2::before {
  background-image: url(../../images/endoskopia.svg);
}
.part-nav__link._icon-3::before {
  background-image: url(../../images/ekg.svg);
}
.part-nav__link._icon-4::before {
  background-image: url(../../images/mrt.svg);
}
.part-nav__link._icon-5::before {
  width: 26px;
  height: 20px;
  background-image: url(../../images/kolposkopy.svg);
}
.part-nav__link._icon-6::before {
  background-image: url(../../images/narkoznie-apparaty.svg);
}
.part-nav__link._icon-7::before {
  background-image: url(../../images/vet.svg);
}
.part-nav__link.mon::before {
  background-image: url(../../images/mon.svg);
}
.part-nav__link.cosmet::before {
  background-image: url(../../images/cosm2.svg);
}
@media (min-width: 1400px) {
.part-nav__link.mon::before {
margin-right: 110px;
position: absolute;
width: 21px;
}
}

.part-nav__link._icon-8::before {
  width: 26px;
  height: 20px;
  background-image: url(../../images/ultrazvuk.svg);
}
.part-nav__link._icon-9::before {
  width: 26px;
  height: 20px;
  background-image: url(../../images/vosst.svg);
}
.part-nav__link:hover {
  color: #4BB1C2;
  background-color: #fff;
}

.h-open-search {
  display: none;
  width: 24px;
  height: 24px;
  background: url(../../images/icon-search-sm.svg) center no-repeat;
  background-size: 28px;
  cursor: pointer;
  border: none;
  margin-right: 15px;
}
@media (max-width: 992px) {
  .h-open-search {
    display: block;
  }
}
@media (max-width: 568px) {
  .h-open-search {
    margin-right: 10px;
  }
}

.search-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: linear-gradient(120deg, #004B4E 0%, #4BB1C2 95%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.search-box.open {
  opacity: 1;
  visibility: visible;
}
.search-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../../images/search-shape.svg) right bottom no-repeat;
  background-size: contain;
}
.search-box__wrap {
  max-width: 1180px;
  width: 100%;
  height: 200px;
  position: relative;
}
@media (max-width: 1180px) {
  .search-box__wrap {
    padding: 0 30px;
  }
}
.search-box__close {
  position: fixed;
  right: calc((100vw - 1180px) / 2);
  top: 15vh;
}
@media (max-width: 1200px) {
  .search-box__close {
    top: 80px;
    right: 30px;
  }
}
@media (max-width: 992px) {
  .search-box__close {
    top: 30px;
    right: 30px;
  }
}

.close-button {
  border: none;
  width: 24px;
  height: 24px;
  background: url(../../images/icon-cross.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
}

.search-form__field {
  position: relative;
}
.search-form__field input[type=text] {
  width: 100%;
  height: 100px;
  font-size: 46px;
  text-transform: uppercase;
  border: none;
  background: none;
  border-bottom: 2px solid #2FA590;
  color: #fff;
}
.search-form__field input[type=text]::-webkit-input-placeholder {
  opacity: 0.5;
  color: #fff;
}
.search-form__field input[type=text]::-moz-placeholder {
  opacity: 0.5;
  color: #fff;
}
.search-form__field input[type=text]:-ms-input-placeholder {
  opacity: 0.5;
  color: #fff;
}
@media (max-width: 992px) {
  .search-form__field input[type=text]::-webkit-input-placeholder {
    opacity: 1;
  }
  .search-form__field input[type=text]::-moz-placeholder {
    opacity: 1;
  }
  .search-form__field input[type=text]:-ms-input-placeholder {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .search-form__field input[type=text] {
    height: 60px;
    font-size: 28px;
  }
}
.search-form__field input[type=submit] {
  border: none;
  display: none;
  width: 40px;
  height: 40px;
  background: url(../../images/icon-search.svg) right bottom no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  filter: brightness(0) invert(1);
}
@media (max-width: 992px) {
  .search-form__field input[type=submit] {
    display: block;
  }
}
@media (max-width: 767px) {
  .search-form__field input[type=submit] {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
.search-form__note {
  text-align: right;
  font-size: 18px;
  margin-top: 15px;
  padding-right: 35px;
}
@media (max-width: 992px) {
  .search-form__note {
    display: none;
  }
}




.catnav {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 43px 50px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 0 50px;
  z-index: 9999;
  color: #243335;
  display: none;
}
.catnav .container { z-index: 999; }
@media (max-width: 1600px) {
  .catnav {
    padding: 40px 0;
  }
}
.catnav__close {
  position: absolute;
  right: 40px;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../../images/button-close.svg) center no-repeat;
  border: none;
  z-index: 99;
}
@media (max-width: 1200px) {
  .catnav__close {
    width: 22px;
    height: 22px;
    background-size: contain;
    right: 30px;
  }
}
@media (max-width: 992px) {
  .catnav__close {
    right: 20px;
  }
}
.catnav__wrap {
  padding-right: 80px;
  display: flex;
  position: relative;
}
.catnav__col {
  width: 620px;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .catnav__col {
    width: 50%;
  }
  .catnav__col:last-child {
    padding-right: 0;
  }
}
.catnav__col:first-child .catnav__more {
  margin-left: 80px;
}
.catnav__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.catnav__list {
  height: 450px;
  overflow: hidden;
}
.catnav__more {
  margin-top: 60px;
}
@media (max-width: 1200px) {
  .catnav__more {
    margin-top: 50px;
  }
}

.catnav-brands {
  margin: -5px;
  display: flex;
  flex-wrap: wrap;
}
.catnav-brands__item {
  width: 25%;
  padding: 5px;
}
.catnav-brands .brand-card {
  min-height: 70px;
  height: 70px;
}

.more-link-lg {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #4BB1C2;
}
.more-link-lg::after {
  content: "";
  width: 37px;
  min-width: 37px;
  height: 14px;
  margin-left: 20px;
  background: url(../../images/more-arrow-big.svg) center no-repeat;
  transition: 0.3s;
  left: 0;
  position: relative;
}
.more-link-lg:hover::after {
  left: 7px;
}

.catnav-list {
  columns: 3;
  column-gap: 30px;
}
.catnav-list__link {
  display: flex;
  align-items: center;
  height: 56px;
  font-size: 16px;
  font-weight: 600;
}
.catnav-list__link:hover {
  color: #4BB1C2;
}
.catnav-list__link img {
  width: 60px;
  /*min-width: 60px;
  height: 48px;*/
  display: block;
  -o-object-fit: none;
     object-fit: none;
  margin-right: 20px;
}




/* pages */
.promo-box {
  position: relative;
  margin-bottom: -40px;
  margin: 0 -15px;
}
@media (max-width: 568px) {
  .promo-box {
    margin: 0 -20px;
  }
}

.promo-slider {
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 568px) {
  .promo-slider {
    padding-bottom: 20px;
  }
}
.promo-slider__item {
  padding: 0 15px;
}
@media (max-width: 568px) {
  .promo-slider__item {
    padding: 0;
  }
}
.promo-slider .slick-dots {
  bottom: 0;
}
@media (max-width: 568px) {
  .promo-slider .slick-dots {
    left: 15px;
    right: 15px;
  }
}
.promo-slider .slick-list {
  overflow: visible;
}

.promo-slide {
  display: flex;
  align-items: flex-start;
  max-width: 1154px;
  height: 460px;
  position: relative;
  z-index: 1;
  padding-right: 110px;
  padding-top: 40px;
  background-color: #FAFAFA;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .promo-slide {
    width: auto;
    padding: 0;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .promo-slide {
    height: auto;
  }
}
.promo-slide__cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .promo-slide__cover {
    width: 360px;
  }
}
@media (max-width: 568px) {
  .promo-slide__cover {
    width: 500px;
    opacity: 0.7;
    left: -200px;
  }
}
.promo-slide__cover img {
  display: block;
  max-width: 100%;
}
.promo-slide__info {
  padding-top: 20px;
  padding-bottom: 80px;
  margin-left: 440px;
}
@media (max-width: 1200px) {
  .promo-slide__info {
    padding: 40px;
    margin-left: 340px;
  }
}
@media (max-width: 992px) {
  .promo-slide__info {
    margin-left: 300px;
  }
}
@media (max-width: 568px) {
  .promo-slide__info {
    margin-left: 100px;
    z-index: 1;
    position: relative;
    padding: 30px 20px 30px 0;
  }
}
.promo-slide__label {
  font-weight: 600;
  font-size: 16px;
  color: #4BB1C2;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .promo-slide__label {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.promo-slide__title {
  color: #243335;
  font-size: 54px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .promo-slide__title {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .promo-slide__title {
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  .promo-slide__title {
    font-size: 26px;
  }
}
.promo-slide__title span {
  font-weight: 700;
  color: #4BB1C2;
}
.promo-slide__descr {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .promo-slide__descr {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media (max-width: 992px) {
  .promo-slide__descr {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
@media (max-width: 568px) {
  .promo-slide__descr {
    font-size: 12px;
  }
}
.promo-slide__params {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .promo-slide__params {
    display: block;
  }
}
@media (max-width: 992px) {
  .promo-slide__params .check-list {
    margin-bottom: 20px;
  }
}

.check-list li {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #243335;
  margin-bottom: 15px;
  padding-left: 36px;
  position: relative;
  font-family: "Manrope";
}
@media (max-width: 992px) {
  .check-list li {
    margin-bottom: 10px;
  }
}
@media (max-width: 568px) {
  .check-list li {
    font-size: 14px;
    line-height: 1.6;
  }
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 24px;
  height: 24px;
  background: url(../../images/icon-check.svg) left center no-repeat;
  border-radius: 50%;
}
.check-list li:last-child {
  margin-bottom: 0;
}

.box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .box-header {
    display: block;
    margin-bottom: 20px;
  }
}
.box-header__left {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .box-header__left {
    display: block;
  }
}
.box-header__title {
  margin: 0 60px 0 0;
  position: relative;
  top: -3px;
}
.box-header__title._logo {
  display: flex;
  align-items: baseline;
}
@media (max-width: 767px) {
  .box-header__title._logo {
    display: block;
  }
}
.box-header__title._logo img {
  display: block;
  margin-left: 30px;
  position: relative;
  top: 2px;
}
@media (max-width: 767px) {
  .box-header__title._logo img {
    margin: 10px 0 30px;
  }
}
.box-header__title:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .box-header__title br {
    display: none;
  }
}
.box-header__action {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .box-header__action {
    margin: 0;
    display: none;
  }
}
.box-header__action .button {
  white-space: nowrap;
}

.hardware-catalog {
  margin: -15px 0;
}
.hardware-catalog__item {
  position: relative;
  height: 280px;
  background-color: #FAFAFA;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 568px) {
  .hardware-catalog__item {
    height: auto;
  }
}
.hardware-catalog__item._more {
  height: 100%;
}
.hardware-catalog__item._gray {
  background-color: #E9E9E9;
}

.hardware-card {
  display: block;
  height: 280px;
  padding-left: 40px;
  padding-top: 45px;
  transition: 0.7s;
}
@media (max-width: 1200px) {
  .hardware-card {
    padding: 25px;
  }
}
@media (max-width: 568px) {
  .hardware-card {
    padding: 15px;
    height: 180px;
  }
}
.hardware-card__cover {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.5s;
}
.hardware-card__cover::before {
  content: "";
  position: absolute;
  right: -64px;
  bottom: -64px;
  width: 284px;
  height: 284px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s;
}
@media (max-width: 568px) {
  .hardware-card__cover::before {
    width: 200px;
    height: 200px;
  }
}
.hardware-card__cover img {
  display: block;
  text-align: right;
  max-width:385px;
  max-height:262px;
}
@media (max-width: 1200px) {
  .hardware-card__cover img {
    width: 250px;
  }
}
@media (max-width: 568px) {
  .hardware-card__cover img {
    width: 100%;
  }
}
.hardware-card__title {
  color: #243335;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .hardware-card__title {
    font-size: 22px;
    line-height: 1.3;
  }
}
@media (max-width: 568px) {
  .hardware-card__title {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .hardware-card__title {
    font-size: 14px;
  }
}
.hardware-card:hover {
  background-color: #4BB1C2;
}
.hardware-card:hover .hardware-card__title {
  color: #fff !important;
}
.hardware-card:hover .hardware-card__cover::before {
  opacity: 0.2;
}

.hardware-card-more {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .hardware-card-more {
    background-color: #4BB1C2;
  }
}
@media (max-width: 568px) {
  .hardware-card-more {
    height: 300px;
  }
}
.hardware-card-more::before {
  content: "";
  position: absolute;
  width: 497px;
  height: 273px;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../../images/catalog-decor.svg);
  z-index: 2;
}
@media (max-width: 1200px) {
  .hardware-card-more::before {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .hardware-card-more::before {
    display: none;
  }
}
@media (max-width: 568px) {
  .hardware-card-more::before {
    display: block;
    top: 0;
    height: auto;
    width: auto;
    background: rgba(75, 177, 194, 0.9);
  }
}
.hardware-card-more__cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .hardware-card-more__cover {
    left: calc(50% + 10px);
  }
}
@media (max-width: 568px) {
  .hardware-card-more__cover {
    left: 0;
  }
}
.hardware-card-more__cover img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hardware-card-more__text {
  padding: 40px;
  z-index: 3;
}
@media (max-width: 1200px) {
  .hardware-card-more__text {
    padding: 20px;
  }
}
.hardware-card-more__title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .hardware-card-more__title {
    font-size: 22px;
  }
}
.hardware-card-more__button .button {
  border-color: #fff;
  width: 100%;
  max-width: 325px;
  padding: 0;
}
@media (max-width: 1200px) {
  .hardware-card-more__button .button {
    font-size: 16px;
  }
}
.hardware-card-more:hover .button {
  color: #4BB1C2;
  background-color: #fff;
}
.hardware-card-more:hover .button::after {
  background: url(../../images/more-arrow-big.svg) center no-repeat;
}

.product-box {
  display: block;
}

.product-slider {
  padding-bottom: 0;
  margin: -150px -15px;
}
@media (max-width: 1200px) {
  .product-slider {
    margin: 0 -10px;
    padding-bottom: 60px;
  }
  .product-slider .slick-dots {
    bottom: 0;
  }
}
@media (max-width: 568px) {
  .product-slider {
    padding-bottom: 20px;
  }
}
.product-slider__item {
  padding: 150px 15px;
}
@media (max-width: 1200px) {
  .product-slider__item {
    padding: 0 10px;
  }
}

.product-card {
  width: 100%;
  position: relative;
  transition: 0.3s;
}
.product-card__labels {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 9;
}
.product-card__labels2 {
left: 20px;
top: 400px;
}
.product-card__labels2 .icon {
float: none;
margin-right: 10px;
}
.product-card__labels2 .txt{
font-size: 13px;
color: #000;
max-width: 250px;
font-family: "Manrope";
font-weight: 400;
}
@media (max-width: 1200px) {
  .product-card__labels {
    left: 0;
    top: 0;
  }
.product-card__labels2 {
left: 0px;
top: 380px;
}
}
@media (max-width: 568px) {
.product-card__labels2 {
top: 125px;
background-color: #fff;
opacity: 0.8;
}
.product-card__labels2 svg {
max-width: 100px;
height: auto;
}
.product-card__labels2 .icon {
float: none;
margin-right: 0px;
}
.product-card__labels2 .txt {
  font-size: 12px;
}
}
.product-card__labels .label {
  margin-bottom: 5px;
}
.product-card__status {
  position: absolute;
  z-index: 9;
  right: 15px;
  top: 26px;
}
@media (max-width: 1200px) {
  .product-card__status {
    right: 0;
    top: 0;
  }
}
.product-card__descr {
  padding: 20px 20px 30px;
}
@media (max-width: 1200px) {
  .product-card__descr {
    padding: 0;
    margin-top: 20px;
  }
}
@media (max-width: 568px) {
  .product-card__descr {
    margin-top: 10px;
  }
}
.product-card__brand {
  font-size: 16px;
  font-weight: 600;
  color: #4BB1C2;
  position: relative;
  z-index: 1;
}
.product-card__brand img {max-width:120px;}
@media (min-width: 768px) {
.product-card__brand {
height: 45px;
}
.product-card__brand img {
max-width: 100%;
max-height: 45px;
}
}

.product-slider .product-card__brand {max-height: 45px;}
.product-slider .product-card__brand img {max-height: 45px;}
.product-slider .product-card__title{ min-height: 48px; }

@media (max-width: 568px) {
  .product-card__brand {font-size: 12px;}
  .product-card__brand img {max-height: 25px;}
.product-slider .product-card__brand {max-height: 15px;}
.product-slider .product-card__brand img {max-height: 15px;}
.product-slider .product-card__title{ min-height: 58px; }
}
.product-card__title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #243335;
  margin: 20px 0;
  position: relative;
  z-index: 1;
  font-family: Manrope;
}
@media (min-width: 768px) {
.product-card__title {
height: 48px; overflow: hidden
}
}
@media (max-width: 568px) {
  .product-card__title {
    margin: 10px 0;
    font-size: 14px;
    min-height: 38px;height: 40px; overflow: hidden
  }
}
.product-card__thumb {
  height: 430px;
}
@media (max-width: 568px) {
  .product-card__thumb {
    height: 160px;
  }
}
.product-card__thumb img {
  max-width: 100%;
  display: block;
}
.product-card__param {
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  z-index: 1;
  color: #929C9C;
}
.product-card__param p{
margin: 0;
}
.product-card__param {
height: 50px; overflow: hidden;
}
@media (min-width: 768px) {
.product-card__param {
height: 54px; overflow: hidden;
}
}
@media (max-width: 568px) {
  .product-card__param {
    font-size: 11px;
    line-height: 1.6;
  }
}
.product-card__param span {
  color: #243335;
}
.product-card__price {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #243335; font-family: "Manrope", Arial;
}
@media (max-width: 568px) {
  .product-card__price {
    font-size: 16px;
  }
}
.product-card__button .button {
  width: 100%;
}
@media (max-width: 568px) {
  .product-card__button .button {
    font-size: 13px;
    height: 42px;
  }
}
.product-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-card__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -120px;
  padding: 0 20px 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #fff;
}
@media (max-width: 12000px) {
  .product-card__hover {
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    position: static;
    padding: 0;
    margin-top: 30px;
  }
}
@media (max-width: 568px) {
  .product-card__hover {
    margin-top: 15px;
  }
}
.product-card:hover {
  z-index: 999;
}
.product-card:hover .product-card__title {
  color: #4BB1C2;
}
.product-card:hover .product-card__hover {
  opacity: 1;
  visibility: visible;
}

.label {
  display: inline-flex;
  align-items: center;
  z-index: 99;
  height: 42px;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .label {
    padding: 5px 10px;
    height: auto;
    font-size: 14px;
  }
}
@media (max-width: 568px) {
  .label {
    font-size: 11px;
    padding: 3px 8px;
  }
}
.label._new {
  background: -webkit-linear-gradient(135deg, #22CDD8 0%, #51CCB8 48.33%, #5FC9A3 100%);
}
.label._promotion {
  background-color: #FF602E;
}
.label._hit {
  background-color: #4BB1C2;
}

.status {
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 600;
  background: -webkit-linear-gradient(135deg, #22CDD8, #51CCB8 48.33%, #5FC9A3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  .status {
    display: inline-flex;
    font-size: 14px;
    padding: 5px 0;
  }
}
@media (max-width: 568px) {
  .status {
    font-size: 11px;
    padding: 3px 0;
  }
}

.product-previews {
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
@media (max-width: 567px) {
  .product-previews {
    position: relative;
    display: block;
  }
}
.product-previews:hover .product-previews__item:first-child .product-previews__photo {
  opacity: 0;
  visibility: hidden;
}
.product-previews:hover .product-previews__item:first-child:hover .product-previews__photo {
  opacity: 1;
  visibility: visible;
}
.product-previews__item {
  width: 100%;
}
@media (max-width: 567px) {
  .product-previews__item {
    height: 100%;
  }
}
.product-previews__item:first-child .product-previews__photo {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 567px) {
  .product-previews__item:first-child .product-previews__photo {
    display: block;
  }
}
.product-previews__item:hover .product-previews__photo {
  opacity: 1;
  visibility: visible;
}
.product-previews__item:first-child .item-line-decor::after {
  background: #4BB1C2;
}
.product-previews__photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
@media (max-width: 567px) {
  .product-previews__photo {
    display: block;
    position: static;
    height: 100%;
    width: 100%;
  }
}
.product-previews__photo img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 567px) {
  .product-previews__photo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.product-previews:hover .item-line-decor {
  opacity: 1;
}
.product-previews:hover .item-line-decor::after {
  background: rgba(255, 255, 255, 0.7);
}
.product-previews:hover .item-line-decor:hover::after {
  background: #4BB1C2;
}

.item-line-decor {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
}
@media (max-width: 567px) {
  .item-line-decor {
    display: none;
  }
}
.item-line-decor::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 8px;
  right: 8px;
  height: 4px;
  border-radius: 5px;
  background: #fff;
}

.mp-brands {
  display: block;
}
.mp-brands img {
  max-width: 100%;
  display: block;
  filter: grayscale(1);
}

.brands-slider {
  padding-bottom: 0;
  margin: -50px -15px;
}
@media (max-width: 1200px) {
  .brands-slider {
    margin: 0 -10px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .brands-slider {
    margin: 0 -5px;
    padding-bottom: 20px;
  }
}
.brands-slider .slick-dots {
  bottom: 0;
}
.brands-slider__item {
  padding: 100px 15px;
}
@media (max-width: 1200px) {
  .brands-slider__item {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .brands-slider__item {
    padding: 0 5px;
  }
}

.brand-card {
  width: 100%;
  min-height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F6F6F6;
  background-color: #FAFAFA;
  opacity: 0.5;
  transition: 0.5s;
  padding: 20px;
}
@media (max-width: 767px) {
  .brand-card {
    padding: 10px;
    min-height: 100px;
  }
}
.brand-card img {
  max-width: 100%;
}
.brand-card:hover {
  opacity: 1;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .brand-card:hover {
    filter: drop-shadow(0px 0 15px rgba(0, 0, 0, 0.05));
  }
}
.brand-card:hover img {
  filter: none;
}

.about-box {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .about-box {
    display: block;
  }
}
.about-box__thumb {
  width: 50%;
}
@media (max-width: 1200px) {
  .about-box__thumb {
    width: auto;
  }
}
.about-box__thumb img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .about-box__thumb img {
    width: 100%;
    height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .about-box__thumb img {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .about-box__title {
    margin-bottom: 15px;
  }
}
.about-box__text {
  padding: 0 90px;
  width: 50%;
  font-family: "Manrope";
}
@media (max-width: 1200px) {
  .about-box__text {
    width: auto;
    padding: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .about-box__text {
    padding: 20px 0 0;
  }
}
.about-box__descr {
  font-size: 16px;
  line-height: 26px;
}

.about-box__descr a {color: #4bb1c2;}
.about-box__descr a:hover {color: #929C9C;}

.about-box__descr ul {margin-bottom:25px;}

.about-box__descr ul li {list-style:disc;margin:0 0 10px 18px;}

@media (max-width: 767px) {
  .about-box__descr {
    font-size: 15px;
    line-height: 1.6;
  }
}
.about-box__descr p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 25px;
  color: #929C9C;
  font-weight: 500;
}
@media (max-width: 767px) {
  .about-box__descr p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 15px;
  }
}
.about-box__descr p:last-child {
  margin-bottom: 0;
}

.advantages {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .advantages {
    margin: 70px -10px -20px;
  }
}

.advantage-card {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .advantage-card {
    display: block;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
.advantage-card__thumb {
  width: 120px;
  height: 60px;
  padding: 10px;
  margin-right: 20px;
  background-color: #FAFAFA;
}
@media (max-width: 767px) {
  .advantage-card__thumb {
    margin-bottom: 15px;
  }
}
.advantage-card__thumb img {
  display: block;
}
.advantage-card__title {
  color: #243335;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .advantage-card__title {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 375px) {
  .advantage-card__title {
    font-size: 14px;
  }
}
.advantage-card__descr {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 767px) {
  .advantage-card__descr {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .news-list {
    overflow: auto;
    margin: 0 -20px;
    padding: 0 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .news-list::-webkit-scrollbar {
    display: none;
  }
  .news-list .row {
    flex-wrap: nowrap;
    margin: 0 -5px;
  }
  .news-list .row > * {
    width: 85vw;
    min-width: 85vw;
    padding: 0 10px;
  }
}

.news-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
  z-index: 1;
  padding: 40px 30px;
}
@media (max-width: 767px) {
  .news-card {
    height: 360px;
    padding: 25px;
  }
}
.news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.news-card__thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  overflow: hidden;
}
.news-card__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s;
  transform: scale(1.000001);
}
.news-card__data {
  font-size: 16px;
  line-height: 26px;
  color: #F6F6F6;
  margin-bottom: 10px;
}
.news-card__title {
  color: #fff;
  height: 105px;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  transition: 0.5s;
}
@media (max-width: 1200px) {
  .news-card__title {
    font-size: 16px;
    line-height: 1.4;
  }
}
.news-card__more {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  transition: 0.8s;
}
.news-card:hover img {
  transform: scale(1.05);
}

.more-link {
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  transition: 0.5s;
}
.more-link::after {
  content: "";
  width: 27px;
  min-width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url(../../images/more-arrow.svg) center no-repeat;
}
.more-link:hover {
  color: #4BB1C2;
}

.subs-box {
  max-width: 1198px;
  width: 100%;
  height: 283px;
  color: #fff;
  text-align: center;
  margin: 0 auto -87px;
  padding: 42px 0;
  background-color: #4BB1C2;
}
@media (max-width: 568px) {
  .subs-box {
    height: auto;
    padding: 30px;
  }
}
.subs-box__title {
  font-weight: 700;
  color: #fff;
  font-size: 38px;
  line-height: 54px;
}
@media (max-width: 992px) {
  .subs-box__title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media (max-width: 568px) {
  .subs-box__title {
    font-size: 26px;
    line-height: 1.1;
  }
}
.subs-box__descr {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  .subs-box__descr {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
  }
}
.subs-box__form {
  display: flex;
  align-items: center;
  width: 350px;
  height: 54px;
  margin: 0 auto 15px;
  border-radius: 8px;
  background: #FCFCFC;
}
@media (max-width: 568px) {
  .subs-box__form {
    width: auto;
    background: none;
    display: block;
    height: auto;
  }
}
.subs-box__form input[type=text] {
  width: 213px;
  color: #4BB1C2;
  font-size: 16px;
  font-weight: 500;
  line-height: 53px;
  padding-left: 20px;
}
@media (max-width: 568px) {
  .subs-box__form input[type=text] {
    width: 100%;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 5px;
  }
}
.subs-box__form input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #4BB1C2;
}
.subs-box__form input[type=text]::placeholder {
  opacity: 1;
  color: #4BB1C2;
}
.subs-box__form .button {
  width: 135px;
  height: 50px;
  border: 1px solid #4BB1C2;
  border-radius: 5px;
  margin-right: 2px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 568px) {
  .subs-box__form .button {
    background: #4BB1C2;
    border: 2px solid #fff;
    width: 100%;
  }
}
.subs-box__policy {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 568px) {
  .subs-box__policy {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
  }
}
.subs-box__policy a {
  color: #243335;
  transition: 0.3s;
}
.subs-box__policy a:hover {
  color: #fff;
}

/* Catalog */
.page-header {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 568px) {
  .page-header {
    margin-bottom: 30px;
  }
}
.page-header .title-h1 {
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .page-header .title-h1 {
    font-size: 24px;
  }
}
.page-header .filter-button {
  margin-top: 3px;
}

.filter-button {
  display: none;
}
@media (max-width: 568px) {
  .filter-button {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url(../../images/icon-filter.svg) center no-repeat;
  }
}

.catalog .product-card {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .catalog .product-card {
    margin-bottom: 30px;
  }
}

.cat-filter {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -15px 35px;
}

.cat-filter form {display: flex;flex-wrap: wrap;width: 100%;}

@media (max-width: 1200px) {
  .cat-filter {
    margin: -10px -10px 30px;
  }
}
@media (max-width: 568px) {
  .cat-filter {
    display: none;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 15px 15px 40px;
    background: #fff;
    z-index: 9999;
  }
}
.cat-filter__title {
  display: none;
}
@media (max-width: 568px) {
  .cat-filter__title {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #243335;
    margin-bottom: 20px;
  }
}
.cat-filter__close {
  display: none;
}
@media (max-width: 568px) {
  .cat-filter__close {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 24px;
    height: 24px;
    background: url(../../images/icon-cross.svg) center no-repeat;
    background-size: 16px;
    filter: brightness(0);
  }
}
.cat-filter__item {
  width: 20%;
  padding: 15px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .cat-filter__item {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .cat-filter__item {
    width: 33.33%;
  }
}
@media (max-width: 568px) {
  .cat-filter__item {
    padding: 10px 0;
    width: 100%;
  }
}
.cat-filter__item > .button {
  width: 100%;
  height: 60px;
}
@media (max-width: 992px) {
  .cat-filter__item > .button {
    height: 54px;
  }
}


.select-filter-field {
  position: relative;
  text-align: left;
  width: 100%;
}

.select-filter-field__label {
  display: block;
  font-size: 14px;
  color: #243335;
  margin-bottom: 7px;
  padding: 0 14px;
  font-weight: 500;
}


.drop-box {
  position: relative;
  text-align: left;
  width: 100%;
}
.drop-box.open .drop-box__val::after {
  transform: rotate(180deg);
}
.drop-box__header {
  cursor: pointer;
  z-index: 600;
  position: relative;
}
.drop-box__label {
  display: block;
  font-size: 14px;
  color: #243335;
  margin-bottom: 7px;
  padding: 0 14px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .drop-box__label {
    padding: 0;
  }
}
.drop-box__val {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #929C9C;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 54px;
  padding: 16px 35px 15px 15px;
  border: 1px solid #F0F2F3;
  background: #fff;
  position: relative;
}
.drop-box__val.show {
  display: block;
}
.drop-box__val::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 12px;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M5.5 7.5L10.5 12.5L15.5 7.5' stroke='%234BB1C2' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
}
.drop-box__dropdown {
  display: none;
  position: absolute;
  z-index: 5555;
  top: 100%;
  left: -1px;
  min-width: 100%;
  margin-top: -1px;
  background-color: #fff;
  border: 1px solid #F6F6F6;
  box-shadow: 0px 43px 50px 0px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  min-width: calc(100% + 2px);
  overflow: hidden;
}
.drop-box__dropdown--not-padding {
  padding: 0;
}
.drop-box.open .drop-box__dropdown {
  display: block;
}
.drop-box__dropdown.show-all .drop-box__item {
  display: flex;
}
.drop-box__item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap !important;
  border-radius: 5px;
  position: relative;
  color: #929C9C;
}
.drop-box__item.active {
  background: #F6F6F6;
  color: #243335;
}
.drop-box__item.active::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background: url(../../images/check.svg) center no-repeat;
}
.drop-box__item:not(.active):hover {
  color: #4BB1C2;
}
.drop-box__item label {
  width: 100%;
  cursor: pointer;
}
.drop-box__item label input {
  display: none;
}

.drop-box-list__item {
  font-size: 14px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 27px;
  padding: 0 10px;
  cursor: pointer;
}
.drop-box-list__item.active {
  background: #e54a34;
  color: #fff;
}
.drop-box-list__item:not(.active):hover {
  color: #e54a34;
}

/* product page */
.product {
  padding-top: 20px;
  color: #243335;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .product {
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 568px) {
  .product {
    padding-top: 0;
  }
}
.product__gallery {
  width: 740px;
}
@media (max-width: 1200px) {
  .product__gallery {
    width: auto;
    max-width: initial;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 568px) {
  .product__gallery {
    margin-bottom: 40px;
  }
}
.product__info {
  width: calc(100% - 740px);
  margin-left: 70px;
  padding-bottom: 140px;
  position: relative;
}
@media (max-width: 1200px) {
  .product__info {
    width: auto;
    padding: 0;
    margin: 40px 0 0 0;
  }
}
.product__descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #929C9C;
}
@media (max-width: 568px) {
  .product__descr {
    display: none;
  }
}
.product__brand {
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .product__brand {
    margin-bottom: 20px;
  }
}
@media (max-width: 568px) {
  .product__brand {
    margin-bottom: 10px;
  }
}
.product__brand img {
  display: block;/*max-width:70px;*/
}
.product__title {
  font-size: 38px;
  line-height: 54px;
  margin: 0 0 30px;
  font-weight: 700;
  font-family: Manrope;
}
@media (max-width: 1400px) {
  .product__title {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media (max-width: 568px) {
  .product__title {
    margin-bottom: 15px;
  }
}
.product__param {
  margin-bottom: 40px;
  color: #929C9C;
}
@media (max-width: 568px) {
  .product__param {
    margin-bottom: 20px;
  }
}
.product__param div {
  margin-bottom: 10px;
  font-family: "Manrope";
}
.product__param div:last-child {
  margin-bottom: 0;
}
.product__param span {
  color: #243335;
}
.product__price {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  font-family: "Manrope";
}
@media (max-width: 568px) {
  .product__price {
    font-size: 22px;
    margin: 0;
    margin-right: 20px;
  }
}
.product__action .button {
  width: 250px;
}
.product__action .button.button-big {
  width: 375px;
margin-left: 10px;
}
.product__action .button.button-big span {
font-size: 30px; padding-left: 5px;
}
@media (max-width: 568px) {
.product__action .button.button-big {
  margin-top: 20px;
width: 100%;
margin-left:0;
}
}
@media (max-width: 568px) {
  .product__action .button {
    margin: 0;
    height: 42px;
    width: auto;
    padding: 0 25px;
  }
}
@media (max-width: 568px) {
  .product__buy {
    display: block;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.product__advantages {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .product__advantages {
    position: static;
    margin-top: 40px;
  }
}
@media (max-width: 568px) {
  .product__advantages {
    display: block;
  }
  .product__advantages .product-advantage {
    margin-bottom: 20px;
  }
}

@media (max-width: 568px) {
  .product-advantage {
    display: flex;
    align-items: center;
  }
}
.product-advantage__icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #FAFAFA;
}
@media (max-width: 568px) {
  .product-advantage__icon {
    margin: 0 10px 0 0;
  }
}
.product-advantage__icon img {
  display: block;
}
.product-advantage__title {
  font-size: 15px;
  font-weight: 600;
}

.product-gallery {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  .product-gallery {
    display: block;
  }
}
.product-gallery__big {
  width: calc(100% - 182px);
  overflow: hidden;
  position: relative;
}
@media (max-width: 1400px) {
  .product-gallery__big {
    width: auto;
  }
}
@media (max-width: 1200px) {
  .product-gallery__big {
    overflow: visible;
  }
}
@media (max-width: 568px) {
  .product-gallery__big {
    margin-bottom: 0;
  }
}
.product-gallery__big img {
  display: block;
  mix-blend-mode: darken;
  margin: 0 auto;
}
.product-gallery__big .slick-arrow {
  width: 52px;
  height: 52px;
}
.product-gallery__big .slick-arrow::before {
  background-size: 16px;
}
.product-gallery__big .slick-prev {
  left: 20px;
}
.product-gallery__big .slick-prev::before {
  background-position: 15px center;
}
.product-gallery__big .slick-next {
  right: 20px;
}
.product-gallery__big .slick-next::before {
  background-position: 20px center;
}
.product-gallery__thumb {
  width: 162px;
  min-width: 162px;
  order: -1;
}
@media (max-width: 1200px) {
  .product-gallery__thumb {
    display: none;
  }
}
.product-gallery__labels {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 99;
}
.product-gallery__labels2 {
top: auto;
bottom: 15px;
}
.product-gallery__labels2 .label { 
display: block;
height: 60px;
}
.product-gallery__labels2 .icon {
float: none;
margin-right: 10px;
}
.product-gallery__labels2 .txt{
font-size: 16px;
color: #000;
max-width: 250px; font-weight: 400;
}
.product-gallery__status {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
}

.slider-for {
  display: flex;
  height: 557px;
  position: relative;
}
@media (max-width: 767px) {
  .slider-for {
    height: 250px;
  }
}
.slider-for .slick-dots {
  bottom: -20px;
  left: -5px;
  right: -5px;
}

.slider-gallery__item {
  height: 557px;
}
@media (max-width: 767px) {
  .slider-gallery__item {
    height: 250px;
  }
}
.slider-gallery__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 557px;
  background: #F6F6F6;
}
@media (max-width: 767px) {
  .slider-gallery__item a {
    height: 250px;
  }
}
@media (max-width: 992px) {
  .slider-gallery__item {
    width: 40%;
    min-width: 40%;
    margin-right: 15px;
  }
  .slider-gallery__item img {
    border-radius: 5px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .slider-gallery__item img {
    height: 250px;
  }
}

.slider-thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 162px;
  margin: -5px 0;
  position: relative;
}
.slider-thumb .slick-slide {
  border: none !important;
}
.slider-thumb__item {
  display: block !important;
  width: 162px;
  height: 114px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 5px 0;
}
.slider-thumb__item img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.slick-current .slider-thumb__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px;
  border: 1px solid #4BB1C2;
}
.slider-thumb .slick-arrow {
  width: 34px;
  height: 34px;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-size: 24px;
}
.slider-thumb .slick-arrow::before {
  display: none;
}
.slider-thumb .slick-prev {
  left: 0;
  right: auto;
  background-image: url(../../images/chevron-up.svg);
  margin-bottom: 10px;
}
.slider-thumb .slick-next {
  margin-top: 10px;
  left: 0;
  right: auto;
  background-image: url(../../images/chevron-down.svg);
}

.product-page-descr {padding-top:60px;}

.product-page-descr .tabs__box {
  background: #F6F6F6;
  padding: 60px;
}
@media (max-width: 767px) {
  .product-page-descr .tabs__box {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .info-tabs .tabs__header {
    overflow: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .info-tabs .tabs__header::-webkit-scrollbar {
    display: none;
  }
}
.info-tabs-header {
  position: relative;
  margin-bottom: 40px;
  border-bottom: 1px solid #F6F6F6;
}
@media (max-width: 767px) {
  .info-tabs-header {
    margin-bottom: 20px;
  }
}
.info-tabs-header__item {
  margin: 0 50px -1px 0;
  font-size: 18px;
  position: relative;
  border-bottom: 3px solid transparent;
  transition: 0.2s;
  padding-bottom: 20px;
  color: #243335;
  opacity: 1;
}
.info-tabs-header__item.active {
  font-weight: 700;
  color: #4BB1C2;
  border-bottom-color: #4BB1C2;
}
@media (max-width: 767px) {
  .info-tabs-header__item {
    white-space: nowrap;
    margin-right: 30px;
    font-size: 15px;padding-bottom:0;
  }
.info-tabs-header__item.active {
  font-weight: 400;
}
}
.info-tabs-header__item.tab_5 {
  margin-right: 0;
  background: #e9e9e9;
  padding: 10px;
  margin-top: -23px;
}
.info-tabs .tabs__box._descr .typography {
  padding-right: 275px;
}
@media (max-width: 767px) {
  .info-tabs .tabs__box._descr .typography {
    padding-right: 0;
  }
.info-tabs-header__item.tab_5 {
  margin-top: 0;
}
}
.info-tabs .typography {
  position: relative;
}
@media (max-width: 767px) {
  .info-tabs .typography {
    margin-bottom: 40px;
  }
}
.info-tabs .typography:last-child {
  margin-bottom: 0;
}

.tab-descr-decor {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: darken;
  display: block;
}
@media (max-width: 767px) {
  .tab-descr-decor {
    display: none;
  }
}

.param-box-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 10px;
}

.param-list {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 80px;
       column-gap: 80px;
  max-width: 990px;
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .param-list {
    -moz-columns: 1;
         columns: 1;
  }
}
.param-list__item {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.param-list__item::before {
  content: "";
  display: block;
  order: 2;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #929C9C;
  margin: 0 12px;
  position: relative;
  top: -9px;
}
.param-list__item span:first-child {
  white-space: nowrap;
  color: #929C9C;
  order: 1;
}
.param-list__item span:last-child {
  order: 3;
  white-space: nowrap;
  color: #243335;
  text-align: right;
}
@media (max-width: 767px) {
  .param-list__item {
    font-size: 14px;
    line-height: 1.5;
  }
}

.similar-list {
  display: flex;
  margin: 0 -15px;
  padding-top: 30px;
}
@media (max-width: 1200px) {
  .similar-list {
    overflow: auto;
    margin: 0 -30px;
    padding: 30px 20px 0 20px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .similar-list::-webkit-scrollbar {
    display: none;
  }
}
.similar-list__item {
  width: 25%;
  padding: 0 15px;
}
@media (max-width: 1200px) {
  .similar-list__item {
    min-width: 260px;
    padding: 0 10px;
  }
}

.consult-form {
  display: flex;
  background: #fff;
  box-shadow: 0px 43px 50px 0px rgba(0, 0, 0, 0.05);
  margin-top:80px;
}
@media (max-width: 992px) {
  .consult-form {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .consult-form {
    margin: 0 -15px;
  }
}
.consult-form__wrap {
  padding: 65px 85px;
  width: calc(100% - 660px);
  min-height: 610px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .consult-form__wrap {
    padding: 40px;
    width: 700px;
    min-height: initial;
  }
}
@media (max-width: 1200px) {
  .consult-form__wrap {
    width: 650px;
  }
}
@media (max-width: 992px) {
  .consult-form__wrap {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .consult-form__wrap {
    padding: 20px;
  }
}
.consult-form__wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 582px;
  height: 610px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='582' height='610' viewBox='0 0 582 610' fill='none'%3E%3Cpath opacity='0.4' d='M0.5 0H343.021L581.5 374.744V610H0.5V0Z' fill='%23F6F6F6'/%3E%3C/svg%3E");
}
.consult-form__title {
  font-size: 54px;
  font-weight: 400;
  color: #4BB1C2;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .consult-form__title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .consult-form__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 375px) {
  .consult-form__title {
    font-size: 24px;
  }
}
.consult-form__title strong {
  color: #243335;
  font-weight: bold;
  display: block;
}
.consult-form__cover {
  width: 660px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .consult-form__cover {
    width: calc(100% - 700px);
  }
}
@media (max-width: 1200px) {
  .consult-form__cover {
    width: calc(100% - 650px);
  }
}
@media (max-width: 992px) {
  .consult-form__cover {
    width: 100%;
    height: 400px;
    order: -1;
    margin-bottom: 10px;
  }
}
.consult-form__cover::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 388px;
  height: 266px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='389' height='266' viewBox='0 0 389 266' fill='none'%3E%3Cpath opacity='0.6' d='M0.5 0H229.24L388.5 163.413V266H0.5V0Z' fill='white'/%3E%3C/svg%3E");
}
@media (max-width: 992px) {
  .consult-form__cover::before {
    left: -50px;
    bottom: -50px;
  }
}
.consult-form__cover::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 282px;
  height: 148px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='283' height='148' viewBox='0 0 283 148' fill='none'%3E%3Cpath d='M282.5 148H116.25L0.5 57.0785V0H282.5V148Z' fill='%234BB1C2'/%3E%3C/svg%3E");
}
@media (max-width: 992px) {
  .consult-form__cover::after {
    top: -30px;
    right: -30px;
  }
}
.consult-form__cover img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.consult-form__forms {
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}
@media (max-width: 992px) {
  .consult-form__forms {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .consult-form__forms {
    display: block;
  }
}
.consult-form__forms .button {
  width: 100%;
}
@media (max-width: 767px) {
  .consult-form__forms .button {
    margin-top: 20px;
  }
}
.consult-form__forms .forms__field {
  margin-bottom: 18px;
}
.consult-form__forms textarea {
  height: 198px;
}
.consult-form__left {
  width: 285px;
}
@media (max-width: 767px) {
  .consult-form__left {
    width: auto;
  }
}
.consult-form__left._middle {
  display: flex;
  align-items: center;
}
.consult-form__right {
  padding-left: 15px;
  width: calc(100% - 285px);
}
@media (max-width: 767px) {
  .consult-form__right {
    width: auto;
    padding: 0;
  }
}

/* popup */
.popup {
  width: 100%;
  max-width: 540px;
  padding: 30px 40px;
  display: none;
  color: #243335;
}
.popup__title {
  font-family: Raleway;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .popup__title {
    font-size: 30px;
  }
}
.popup__intro {
  color: #929C9C;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .popup__intro {
    font-size: 14px;
    line-height: 1.6;
  }
}
.popup__form {
  max-width: 350px;
}
.popup__form .button {
  width: 100%;
}
.popup .button {
  min-width: 200px;
}
.popup._cover {
  max-width: 800px;
  padding-right: 360px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 992px) {
  .popup._cover {
    padding: 30px;
  }
}
.popup._cover::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 992px) {
  .popup._cover::before {
    display: none;
  }
}

#feedback._cover::before {
  background-image: url(../../images/popup-feedback-bg.jpg);
}

/* footer */
.footer {
  background: #454545;
  padding-top: 135px;
  padding-bottom: 35px;
}
@media (max-width: 1200px) {
  .footer {
    padding-top: 80px;
  }
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .footer__top {
    display: block;
    height: auto;
  }
}
.footer__top-nav {
  width: 50%;
}
@media (max-width: 992px) {
  .footer__top-nav {
    display: flex;
    width:100%;
    margin: 30px 0;
  }
  .f-nav {flex-wrap: wrap;justify-content: center !important;gap: 20px;}
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #929C9C;
  padding-top: 68px;
}
@media (max-width: 1200px) {
  .footer__bottom {
    font-size: 13px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer__bottom {
    flex-wrap: wrap;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .f-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.f-logo img {
  display: block;
}
@media (max-width: 1200px) {
  .f-logo img {
    width: 240px;
  }
}

.f-soc {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .f-soc {
    justify-content: center;
    margin-bottom: 20px;
  }
}
.f-soc__item {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .f-soc__item:last-child {
    margin-bottom: 0;
  }
}
.f-soc__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  transition: 0.5s;
  border-radius: 50px;
  background-color: rgba(248, 248, 248, 0.1);
  background-repeat: no-repeat;
  background-position: center;
}
.f-soc__link::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
}
.f-soc__link._vk {
  background-image: url(../../images/icon-vk.svg);
}
.f-soc__link._telegram {
  background-image: url(../../images/icon-telegram.svg);
}
.f-soc__link._youtube {
  background-image: url(../../images/icon-youtube.svg);
}
.f-soc__link:hover {
  opacity: 0.7;
}

.f-nav {
  display: flex;
  justify-content: space-between;
}
.f-nav__link {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #fff;
}
@media (max-width: 1200px) {
  .f-nav__link {
    font-size: 14px;
  }
}
.f-nav__link.active, .f-nav__link:hover {
  color: #929C9C;
}

.f-address {
  display: flex;
  text-align: center;
}
@media (max-width: 767px) {
  .f-address {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .f-addr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
  }
}
.f-addr span {
  font-weight: 500;
  margin-right: 20px;
\\
  /*padding-left: 27px;*/
  background: url(../../images/icon-map.svg) left center no-repeat;
}
.f-addr a {display:none}
@media (max-width: 992px) {
  .f-addr span {
    display: inline-block;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .f-addr span {
    display: block;
    margin-right: 0;
  }
}
.f-addr a {
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .f-addr a {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
}
.f-addr a:hover {
  color: #929C9C;
}

.f-middle {
  display: flex;
  text-align: center;
}
@media (max-width: 767px) {
  .f-middle {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

.f-cpr {
  margin-right: 60px;
}
@media (max-width: 992px) {
  .f-cpr {
    margin-right: 0;
  }
}

.f-policy a {
  text-decoration-line: underline;
}
.f-policy a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .f-develop {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.f-develop a {
  position: relative;
  width: 123px;
  height: 16px;
  display: block;
  background: url(../../images/logo-visualweb.svg) right center no-repeat;
}

.main-nav__item.active a {
 color:#4bb1c2;
}

.container div.breadcrumb span {
 margin-left: 2px;
 margin-right: 2px;
}

.part-nav__link.active {
color: #4BB1C2;
background-color: #fff;
}

.search-result {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.search-result__list {
    margin-bottom: 20px;
    overflow: auto;
    margin-right: -1px;
    padding-right: 0px;
    scrollbar-color: #dd2928 #fafafa;
    scrollbar-width: thin;
    background: white!important;
    z-index: 9;
    /*margin-top: 562px;*/
}

@media (max-width: 992px) {
    .search-result__list {
        height: auto;
        max-height: calc(100vh - 180px);
        margin-right: -20px;
        padding-right: 20px;
    }
}

.search-result__list::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.search-result__list::-webkit-scrollbar-track {
    background-color: #fafafa;
    margin: 0 15px;
}

.search-result__list::-webkit-scrollbar-thumb {
    background-color: #ff6600;
    border-radius: 4px;
}

.search-result__list-item {
    /*margin-top: 15px;*/
}

.search-result__list-item:first-child {
    margin-top: 0;
}

.search-result__list-item:nth-child(2n+2) {

}

.search-result__more {
    border-top: 1px solid;
    margin: 0 -20px 0 -10px;
    padding: 17px 20px 0 10px;
    border-top: 1px solid #e0e0e0;
    font-size: 14px;
    font-weight: 600;
    color: #ff6600;
}

.form-title {font: 30px 'Museo Cyr';color: #231f20;margin: 0 0 15px;}

@media (max-width: 992px) {
    .search-result__more {
        padding-left: 0;
        margin-left: 0;
    }
}


.search-result__more a:hover {
    color: #333;
}

.search-card {
display: block;
position: relative;
padding-left: 120px;
min-height: 70px;
z-index: 9;
background: white;
border: 1px solid #e5e5e5;
padding-top: 12px;
padding-right: 12px;
}

.search-card__thumb {
width: 100px;
height: 65px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.search-card__top {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
}

.search-card__top-title {
    font-size:14px;
    font-weight: 400;
    margin-bottom: 5px;
    transition: 0.3s;
}

.search-card__top-price {
    color: #4bb1c2;
    white-space: nowrap;
    margin-left: 10px;
    font-size: 14px;
}

.search-card__top-price strike {
    color: #BDBDBD;
    display: block;
}

.search-card__art {
color: gray;
font-size: 11px;
}

.search-card:hover .search-card__top-title {
    color: #d92524;
}

.gsearchajaxresult {
 z-index: 9;
}

/* tour list */
	
.tour_list {
  width: 100%;
  margin: 0px 0 30px 0;
  text-transform: uppercase;
}

.tour_list tr:hover td {
  background: #f8f8f8;
  cursor: pointer;
}

.tour_list tr:hover h3 {
  color: #231f20;
}

.tour_list tr:hover .arrow {
  background-position: left bottom;
}

.tour_list th {
  height: 60px;
  font-size: 11px;
  line-height: 60px;
  font-weight: normal;
  border-bottom: 1px solid #edecec;
}

.tour_list th.pos_left {
  padding-left: 16px;
}

.tour_list th.pos_right {
  padding-right: 14px;
}

.tour_list .col_2 {
  width: 212px;
}

.tour_list .col_3 {
  width: 180px;
}

.tour_list .col_4 {
  width: 158px;
  text-align: center;
}

.tour_list .col_5 {
  width: 148px;
}

.tour_list td {
  height: 72px;
  font-size: 11px;
  padding-top: 5px;
  text-align: center;
  border-top: 1px solid #edecec;
}

.tour_list .num,
	.tour_list .price {
  font-size: 12px;
  color: #dc2827;
}

.tour_list .price {
  padding-left: 26px;
  font-size: 17px;
}

.tour_list .arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 15px 0 16px;
  background: url(https://www.sonomedica.ru/img/decor_arrow.png) 0 0 no-repeat;
}

.tour_list h3 {
  font-size: 17px;
  margin-bottom: 1px;
  color: #dc2827;
  text-transform: none;
}

.tour_list .descr {
  font-size: 10px;
  line-height: 18px;
}

.tour_list figure {overflow:hidden}
.tour_list figure img {width:180px;}

.country_descr {
  /*margin-bottom: 77px;*/
margin-bottom: 1px;
}

.country_descr figure {
  margin-left: 1px;
}

.country_descr figure img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.country_descr .text_box {
  width: 585px;
  margin: 12px 0 0 491px;
}

.country_descr .text_box p {
  line-height: 26px;
  margin-bottom: 15px;
}	

.country_descr p a{
color:#dc2827;
}
	
.brnd_clr {
 color:#4bb1c2;
}

.slick-slide img {max-width: 100%;max-height: 100%;}

.inner_add_pics {display:flex;flex-wrap: wrap;}
.inner_add_pics a {width:23%;margin-right:28px}

.img_about {float:left;margin-right:30px;margin-bottom:30px;}

@media (max-width: 768px) {
.inner_add_pics {display:block;}
.inner_add_pics a {width:100%;margin-right:0px;}
}

.red_m {
    background: -webkit-linear-gradient(135deg, #ff0000, #ff0000 48.33%, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.orange_m {
    background: -webkit-linear-gradient(135deg, #ffa500, #ffa500 48.33%, #ffa500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand_full_list {display:flex;flex-wrap:wrap}
.brands-slider__item {padding: 15px;}

.main_cat a {background:#ededed !important}

.gallery {display:flex;flex-wrap:wrap;justify-content: space-around;}
.gallery .img {width: 24%;}
.gallery .img span {display:block}

#service {max-width: 600px;}
#service .row {display:flex;flex-wrap:wrap;justify-content: space-between;margin: 20px 0 0 0;}
#service .row .forms__field {width: 48%;}
#service textarea {margin-top: 20px;}

.sniato {display:flex;flex-wrap:wrap;justify-content: space-between;max-width: 700px;align-items: normal;}
.sniato li {width:48%;margin-bottom: 10px;}

.tbls {}
.tbls tr {}
.tbls tr td {background: #ffffff;}

.back_link {display:inline-block;margin-top:30px;}
.back_link:hover {color:#4BB1C2}

.mob {display:none}

.tabs__box .product-slider {margin: -60px -15px;}

@media (max-width: 768px) {
.tabs__box .product-slider {margin: 20px -15px;}
#service {max-width: 100%;}
#service .row {display:block;}
#service .row .forms__field {width: 100%;}
.main_cat a {width:100%}
.gallery {display:block;}
.gallery .img {width: 100%;margin-bottom:30px;}
.sniato {display:block;}
.sniato li {width:100%;}
.mob {display:block}
.hardware-catalog img {max-width:100%;height:auto;}
.tabs__box .product-card__brand img {max-width: 70px;}
}
.short_inf {margin-top:50px;font-weight:bold;}



.about-box__descr div div a {
  color:#4BB1C2;
}
.cat-filter__item:last-child {display:none}
#goods_name_title {    display: inline-block;}

.product__param ul li {
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;font-weight:400;
}
@media (max-width: 768px) {
  .product__param ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .popup._cover {background-image: none !important;}
}
.product__param ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: #4BB1C2;
  border-radius: 50%;
}

.jq-selectbox { z-index: 10001 !important; }

.part-nav2 .part-nav__link::before {
  display: none;
}
.cont-adr {padding-left: 26px; background: url(/images/map.svg) left center no-repeat;}
.cont-phone {padding-left: 26px; background: url(/images/icon-phone.svg) left center no-repeat;}
.cont-tg {padding-left: 26px; background: url(/images/icon-telegram-color.svg) left center no-repeat;}
.cont-whats {padding-left: 26px; background: url(/images/icon-whatsapp.svg) left center no-repeat;}
.cont-mail {padding-left: 26px; background: url(/images/icon-email.svg) left center no-repeat;}

/* Снег */
.snow_block {position:relative}
.snow {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #daf5f9;
  border-radius: 50%;
  z-index:10000;
}
.snow:nth-child(1) {
  opacity: 0.6064;
  transform: translate(56.5936vw, -10px) scale(0.1606);
  animation: fall-1 22s -16s linear infinite;
}
@keyframes fall-1 {
  34.585% {
    transform: translate(57.9903vw, 34.585vh) scale(0.1606);
  }
  to {
    transform: translate(57.29195vw, 100vh) scale(0.1606);
  }
}
.snow:nth-child(2) {
  opacity: 0.0623;
  transform: translate(38.6106vw, -10px) scale(0.3982);
  animation: fall-2 17s -21s linear infinite;
}
@keyframes fall-2 {
  70.443% {
    transform: translate(37.0175vw, 70.443vh) scale(0.3982);
  }
  to {
    transform: translate(37.81405vw, 100vh) scale(0.3982);
  }
}
.snow:nth-child(3) {
  opacity: 0.7242;
  transform: translate(18.1453vw, -10px) scale(0.9984);
  animation: fall-3 10s -24s linear infinite;
}
@keyframes fall-3 {
  71.78% {
    transform: translate(22.1161vw, 71.78vh) scale(0.9984);
  }
  to {
    transform: translate(20.1307vw, 100vh) scale(0.9984);
  }
}
.snow:nth-child(4) {
  opacity: 0.7166;
  transform: translate(59.7326vw, -10px) scale(0.0443);
  animation: fall-4 26s -3s linear infinite;
}
@keyframes fall-4 {
  73% {
    transform: translate(51.3509vw, 73vh) scale(0.0443);
  }
  to {
    transform: translate(55.54175vw, 100vh) scale(0.0443);
  }
}
.snow:nth-child(5) {
  opacity: 0.4818;
  transform: translate(47.3488vw, -10px) scale(0.0922);
  animation: fall-5 20s -19s linear infinite;
}
@keyframes fall-5 {
  38.705% {
    transform: translate(42.8013vw, 38.705vh) scale(0.0922);
  }
  to {
    transform: translate(45.07505vw, 100vh) scale(0.0922);
  }
}
.snow:nth-child(6) {
  opacity: 0.6966;
  transform: translate(82.0968vw, -10px) scale(0.2105);
  animation: fall-6 16s -19s linear infinite;
}
@keyframes fall-6 {
  57.687% {
    transform: translate(83.8295vw, 57.687vh) scale(0.2105);
  }
  to {
    transform: translate(82.96315vw, 100vh) scale(0.2105);
  }
}
.snow:nth-child(7) {
  opacity: 0.1583;
  transform: translate(30.6433vw, -10px) scale(0.633);
  animation: fall-7 17s -27s linear infinite;
}
@keyframes fall-7 {
  32.969% {
    transform: translate(22.2786vw, 32.969vh) scale(0.633);
  }
  to {
    transform: translate(26.46095vw, 100vh) scale(0.633);
  }
}
.snow:nth-child(8) {
  opacity: 0.581;
  transform: translate(11.9714vw, -10px) scale(0.9446);
  animation: fall-8 10s -19s linear infinite;
}
@keyframes fall-8 {
  50.353% {
    transform: translate(6.2107vw, 50.353vh) scale(0.9446);
  }
  to {
    transform: translate(9.09105vw, 100vh) scale(0.9446);
  }
}
.snow:nth-child(9) {
  opacity: 0.5241;
  transform: translate(81.6951vw, -10px) scale(0.0775);
  animation: fall-9 13s -8s linear infinite;
}
@keyframes fall-9 {
  57.565% {
    transform: translate(74.2251vw, 57.565vh) scale(0.0775);
  }
  to {
    transform: translate(77.9601vw, 100vh) scale(0.0775);
  }
}
.snow:nth-child(10) {
  opacity: 0.7246;
  transform: translate(25.7857vw, -10px) scale(0.9998);
  animation: fall-10 24s -25s linear infinite;
}
@keyframes fall-10 {
  51.74% {
    transform: translate(31.8345vw, 51.74vh) scale(0.9998);
  }
  to {
    transform: translate(28.8101vw, 100vh) scale(0.9998);
  }
}
.snow:nth-child(11) {
  opacity: 0.5149;
  transform: translate(92.3636vw, -10px) scale(0.0578);
  animation: fall-11 27s -18s linear infinite;
}
@keyframes fall-11 {
  36.667% {
    transform: translate(99.7436vw, 36.667vh) scale(0.0578);
  }
  to {
    transform: translate(96.0536vw, 100vh) scale(0.0578);
  }
}
.snow:nth-child(12) {
  opacity: 0.9127;
  transform: translate(49.0414vw, -10px) scale(0.8844);
  animation: fall-12 16s -10s linear infinite;
}
@keyframes fall-12 {
  78.832% {
    transform: translate(54.1785vw, 78.832vh) scale(0.8844);
  }
  to {
    transform: translate(51.60995vw, 100vh) scale(0.8844);
  }
}
.snow:nth-child(13) {
  opacity: 0.3398;
  transform: translate(69.7404vw, -10px) scale(0.1702);
  animation: fall-13 11s -27s linear infinite;
}
@keyframes fall-13 {
  75.387% {
    transform: translate(66.2703vw, 75.387vh) scale(0.1702);
  }
  to {
    transform: translate(68.00535vw, 100vh) scale(0.1702);
  }
}
.snow:nth-child(14) {
  opacity: 0.2942;
  transform: translate(78.2498vw, -10px) scale(0.2558);
  animation: fall-14 18s -4s linear infinite;
}
@keyframes fall-14 {
  50.833% {
    transform: translate(77.4161vw, 50.833vh) scale(0.2558);
  }
  to {
    transform: translate(77.83295vw, 100vh) scale(0.2558);
  }
}
.snow:nth-child(15) {
  opacity: 0.9913;
  transform: translate(33.4796vw, -10px) scale(0.971);
  animation: fall-15 18s -4s linear infinite;
}
@keyframes fall-15 {
  68.342% {
    transform: translate(29.8375vw, 68.342vh) scale(0.971);
  }
  to {
    transform: translate(31.65855vw, 100vh) scale(0.971);
  }
}
.snow:nth-child(16) {
  opacity: 0.7887;
  transform: translate(82.2204vw, -10px) scale(0.4834);
  animation: fall-16 14s -27s linear infinite;
}
@keyframes fall-16 {
  54.051% {
    transform: translate(73.4595vw, 54.051vh) scale(0.4834);
  }
  to {
    transform: translate(77.83995vw, 100vh) scale(0.4834);
  }
}
.snow:nth-child(17) {
  opacity: 0.2261;
  transform: translate(63.7127vw, -10px) scale(0.2669);
  animation: fall-17 16s -12s linear infinite;
}
@keyframes fall-17 {
  59.314% {
    transform: translate(67.0833vw, 59.314vh) scale(0.2669);
  }
  to {
    transform: translate(65.398vw, 100vh) scale(0.2669);
  }
}
.snow:nth-child(18) {
  opacity: 0.2058;
  transform: translate(52.4074vw, -10px) scale(0.5879);
  animation: fall-18 22s -9s linear infinite;
}
@keyframes fall-18 {
  66.43% {
    transform: translate(48.9808vw, 66.43vh) scale(0.5879);
  }
  to {
    transform: translate(50.6941vw, 100vh) scale(0.5879);
  }
}
.snow:nth-child(19) {
  opacity: 0.6578;
  transform: translate(6.4349vw, -10px) scale(0.4305);
  animation: fall-19 17s -1s linear infinite;
}
@keyframes fall-19 {
  69.544% {
    transform: translate(15.8105vw, 69.544vh) scale(0.4305);
  }
  to {
    transform: translate(11.1227vw, 100vh) scale(0.4305);
  }
}
.snow:nth-child(20) {
  opacity: 0.3662;
  transform: translate(25.27vw, -10px) scale(0.3203);
  animation: fall-20 13s -27s linear infinite;
}
@keyframes fall-20 {
  68.355% {
    transform: translate(30.7754vw, 68.355vh) scale(0.3203);
  }
  to {
    transform: translate(28.0227vw, 100vh) scale(0.3203);
  }
}
.snow:nth-child(21) {
  opacity: 0.9667;
  transform: translate(47.2831vw, -10px) scale(0.4046);
  animation: fall-21 11s -9s linear infinite;
}
@keyframes fall-21 {
  43.906% {
    transform: translate(56.1966vw, 43.906vh) scale(0.4046);
  }
  to {
    transform: translate(51.73985vw, 100vh) scale(0.4046);
  }
}
.snow:nth-child(22) {
  opacity: 0.2889;
  transform: translate(42.054vw, -10px) scale(0.453);
  animation: fall-22 30s -8s linear infinite;
}
@keyframes fall-22 {
  79.61% {
    transform: translate(38.1079vw, 79.61vh) scale(0.453);
  }
  to {
    transform: translate(40.08095vw, 100vh) scale(0.453);
  }
}
.snow:nth-child(23) {
  opacity: 0.7727;
  transform: translate(94.2838vw, -10px) scale(0.2761);
  animation: fall-23 18s -8s linear infinite;
}
@keyframes fall-23 {
  37.825% {
    transform: translate(102.4486vw, 37.825vh) scale(0.2761);
  }
  to {
    transform: translate(98.3662vw, 100vh) scale(0.2761);
  }
}
.snow:nth-child(24) {
  opacity: 0.1066;
  transform: translate(39.0104vw, -10px) scale(0.9023);
  animation: fall-24 14s -20s linear infinite;
}
@keyframes fall-24 {
  61.656% {
    transform: translate(38.537vw, 61.656vh) scale(0.9023);
  }
  to {
    transform: translate(38.7737vw, 100vh) scale(0.9023);
  }
}
.snow:nth-child(25) {
  opacity: 0.2742;
  transform: translate(21.0901vw, -10px) scale(0.0122);
  animation: fall-25 18s -11s linear infinite;
}
@keyframes fall-25 {
  44.41% {
    transform: translate(28.6667vw, 44.41vh) scale(0.0122);
  }
  to {
    transform: translate(24.8784vw, 100vh) scale(0.0122);
  }
}
.snow:nth-child(26) {
  opacity: 0.9528;
  transform: translate(27.8171vw, -10px) scale(0.4968);
  animation: fall-26 20s -12s linear infinite;
}
@keyframes fall-26 {
  48.391% {
    transform: translate(26.7582vw, 48.391vh) scale(0.4968);
  }
  to {
    transform: translate(27.28765vw, 100vh) scale(0.4968);
  }
}
.snow:nth-child(27) {
  opacity: 0.8532;
  transform: translate(46.2107vw, -10px) scale(0.055);
  animation: fall-27 11s -29s linear infinite;
}
@keyframes fall-27 {
  37.526% {
    transform: translate(40.2169vw, 37.526vh) scale(0.055);
  }
  to {
    transform: translate(43.2138vw, 100vh) scale(0.055);
  }
}
.snow:nth-child(28) {
  opacity: 0.6639;
  transform: translate(82.2147vw, -10px) scale(0.4175);
  animation: fall-28 12s -29s linear infinite;
}
@keyframes fall-28 {
  67.938% {
    transform: translate(80.9578vw, 67.938vh) scale(0.4175);
  }
  to {
    transform: translate(81.58625vw, 100vh) scale(0.4175);
  }
}
.snow:nth-child(29) {
  opacity: 0.0234;
  transform: translate(85.2143vw, -10px) scale(0.1361);
  animation: fall-29 24s -28s linear infinite;
}
@keyframes fall-29 {
  54.599% {
    transform: translate(90.5724vw, 54.599vh) scale(0.1361);
  }
  to {
    transform: translate(87.89335vw, 100vh) scale(0.1361);
  }
}
.snow:nth-child(30) {
  opacity: 0.3478;
  transform: translate(40.1505vw, -10px) scale(0.8939);
  animation: fall-30 21s -19s linear infinite;
}
@keyframes fall-30 {
  32.248% {
    transform: translate(38.2824vw, 32.248vh) scale(0.8939);
  }
  to {
    transform: translate(39.21645vw, 100vh) scale(0.8939);
  }
}
.snow:nth-child(31) {
  opacity: 0.9036;
  transform: translate(80.2156vw, -10px) scale(0.1224);
  animation: fall-31 27s -20s linear infinite;
}
@keyframes fall-31 {
  74.255% {
    transform: translate(87.1581vw, 74.255vh) scale(0.1224);
  }
  to {
    transform: translate(83.68685vw, 100vh) scale(0.1224);
  }
}
.snow:nth-child(32) {
  opacity: 0.1539;
  transform: translate(84.4031vw, -10px) scale(0.8212);
  animation: fall-32 21s -12s linear infinite;
}
@keyframes fall-32 {
  72.907% {
    transform: translate(90.9293vw, 72.907vh) scale(0.8212);
  }
  to {
    transform: translate(87.6662vw, 100vh) scale(0.8212);
  }
}
.snow:nth-child(33) {
  opacity: 0.2517;
  transform: translate(6.5781vw, -10px) scale(0.5607);
  animation: fall-33 17s -28s linear infinite;
}
@keyframes fall-33 {
  55.111% {
    transform: translate(8.9221vw, 55.111vh) scale(0.5607);
  }
  to {
    transform: translate(7.7501vw, 100vh) scale(0.5607);
  }
}
.snow:nth-child(34) {
  opacity: 0.4501;
  transform: translate(21.1792vw, -10px) scale(0.5248);
  animation: fall-34 13s -2s linear infinite;
}
@keyframes fall-34 {
  31.071% {
    transform: translate(14.8032vw, 31.071vh) scale(0.5248);
  }
  to {
    transform: translate(17.9912vw, 100vh) scale(0.5248);
  }
}
.snow:nth-child(35) {
  opacity: 0.0339;
  transform: translate(65.657vw, -10px) scale(0.464);
  animation: fall-35 30s -20s linear infinite;
}
@keyframes fall-35 {
  75.576% {
    transform: translate(71.7128vw, 75.576vh) scale(0.464);
  }
  to {
    transform: translate(68.6849vw, 100vh) scale(0.464);
  }
}
.snow:nth-child(36) {
  opacity: 0.1276;
  transform: translate(45.0635vw, -10px) scale(0.559);
  animation: fall-36 13s -30s linear infinite;
}
@keyframes fall-36 {
  46.226% {
    transform: translate(49.2227vw, 46.226vh) scale(0.559);
  }
  to {
    transform: translate(47.1431vw, 100vh) scale(0.559);
  }
}
.snow:nth-child(37) {
  opacity: 0.486;
  transform: translate(26.9647vw, -10px) scale(0.8743);
  animation: fall-37 18s -5s linear infinite;
}
@keyframes fall-37 {
  70.658% {
    transform: translate(19.0636vw, 70.658vh) scale(0.8743);
  }
  to {
    transform: translate(23.01415vw, 100vh) scale(0.8743);
  }
}
.snow:nth-child(38) {
  opacity: 0.3881;
  transform: translate(36.5866vw, -10px) scale(0.4045);
  animation: fall-38 18s -12s linear infinite;
}
@keyframes fall-38 {
  50.331% {
    transform: translate(29.0733vw, 50.331vh) scale(0.4045);
  }
  to {
    transform: translate(32.82995vw, 100vh) scale(0.4045);
  }
}
.snow:nth-child(39) {
  opacity: 0.5738;
  transform: translate(68.9199vw, -10px) scale(0.9079);
  animation: fall-39 13s -25s linear infinite;
}
@keyframes fall-39 {
  44.464% {
    transform: translate(59.2672vw, 44.464vh) scale(0.9079);
  }
  to {
    transform: translate(64.09355vw, 100vh) scale(0.9079);
  }
}
.snow:nth-child(40) {
  opacity: 0.8051;
  transform: translate(41.5804vw, -10px) scale(0.2563);
  animation: fall-40 23s -9s linear infinite;
}
@keyframes fall-40 {
  36.71% {
    transform: translate(40.8262vw, 36.71vh) scale(0.2563);
  }
  to {
    transform: translate(41.2033vw, 100vh) scale(0.2563);
  }
}
.snow:nth-child(41) {
  opacity: 0.5795;
  transform: translate(23.5562vw, -10px) scale(0.5648);
  animation: fall-41 15s -26s linear infinite;
}
@keyframes fall-41 {
  77.492% {
    transform: translate(30.6245vw, 77.492vh) scale(0.5648);
  }
  to {
    transform: translate(27.09035vw, 100vh) scale(0.5648);
  }
}
.snow:nth-child(42) {
  opacity: 0.3249;
  transform: translate(60.5164vw, -10px) scale(0.2912);
  animation: fall-42 18s -2s linear infinite;
}
@keyframes fall-42 {
  58.099% {
    transform: translate(58.7125vw, 58.099vh) scale(0.2912);
  }
  to {
    transform: translate(59.61445vw, 100vh) scale(0.2912);
  }
}
.snow:nth-child(43) {
  opacity: 0.8615;
  transform: translate(66.5416vw, -10px) scale(0.4002);
  animation: fall-43 21s -5s linear infinite;
}
@keyframes fall-43 {
  46.714% {
    transform: translate(66.6631vw, 46.714vh) scale(0.4002);
  }
  to {
    transform: translate(66.60235vw, 100vh) scale(0.4002);
  }
}
.snow:nth-child(44) {
  opacity: 0.1714;
  transform: translate(82.5693vw, -10px) scale(0.4522);
  animation: fall-44 15s -29s linear infinite;
}
@keyframes fall-44 {
  43.05% {
    transform: translate(73.9236vw, 43.05vh) scale(0.4522);
  }
  to {
    transform: translate(78.24645vw, 100vh) scale(0.4522);
  }
}
.snow:nth-child(45) {
  opacity: 0.9257;
  transform: translate(66.0937vw, -10px) scale(0.1823);
  animation: fall-45 24s -20s linear infinite;
}
@keyframes fall-45 {
  75.74% {
    transform: translate(60.4165vw, 75.74vh) scale(0.1823);
  }
  to {
    transform: translate(63.2551vw, 100vh) scale(0.1823);
  }
}
.snow:nth-child(46) {
  opacity: 0.9213;
  transform: translate(7.9937vw, -10px) scale(0.2919);
  animation: fall-46 18s -18s linear infinite;
}
@keyframes fall-46 {
  54.824% {
    transform: translate(10.7416vw, 54.824vh) scale(0.2919);
  }
  to {
    transform: translate(9.36765vw, 100vh) scale(0.2919);
  }
}
.snow:nth-child(47) {
  opacity: 0.4547;
  transform: translate(22.2335vw, -10px) scale(0.9467);
  animation: fall-47 12s -17s linear infinite;
}
@keyframes fall-47 {
  32.897% {
    transform: translate(22.4189vw, 32.897vh) scale(0.9467);
  }
  to {
    transform: translate(22.3262vw, 100vh) scale(0.9467);
  }
}
.snow:nth-child(48) {
  opacity: 0.3634;
  transform: translate(84.9148vw, -10px) scale(0.131);
  animation: fall-48 26s -10s linear infinite;
}
@keyframes fall-48 {
  50.195% {
    transform: translate(80.6264vw, 50.195vh) scale(0.131);
  }
  to {
    transform: translate(82.7706vw, 100vh) scale(0.131);
  }
}
.snow:nth-child(49) {
  opacity: 0.191;
  transform: translate(37.4954vw, -10px) scale(0.3518);
  animation: fall-49 10s -8s linear infinite;
}
@keyframes fall-49 {
  32.707% {
    transform: translate(37.7114vw, 32.707vh) scale(0.3518);
  }
  to {
    transform: translate(37.6034vw, 100vh) scale(0.3518);
  }
}
.snow:nth-child(50) {
  opacity: 0.4465;
  transform: translate(23.9368vw, -10px) scale(0.5617);
  animation: fall-50 20s -2s linear infinite;
}
@keyframes fall-50 {
  76.161% {
    transform: translate(24.5436vw, 76.161vh) scale(0.5617);
  }
  to {
    transform: translate(24.2402vw, 100vh) scale(0.5617);
  }
}
.snow:nth-child(51) {
  opacity: 0.4058;
  transform: translate(94.7692vw, -10px) scale(0.2213);
  animation: fall-51 12s -4s linear infinite;
}
@keyframes fall-51 {
  78.217% {
    transform: translate(93.2119vw, 78.217vh) scale(0.2213);
  }
  to {
    transform: translate(93.99055vw, 100vh) scale(0.2213);
  }
}
.snow:nth-child(52) {
  opacity: 0.0511;
  transform: translate(91.9666vw, -10px) scale(0.1553);
  animation: fall-52 12s -27s linear infinite;
}
@keyframes fall-52 {
  62.641% {
    transform: translate(89.7822vw, 62.641vh) scale(0.1553);
  }
  to {
    transform: translate(90.8744vw, 100vh) scale(0.1553);
  }
}
.snow:nth-child(53) {
  opacity: 0.6866;
  transform: translate(35.7216vw, -10px) scale(0.5644);
  animation: fall-53 25s -14s linear infinite;
}
@keyframes fall-53 {
  58.894% {
    transform: translate(40.0317vw, 58.894vh) scale(0.5644);
  }
  to {
    transform: translate(37.87665vw, 100vh) scale(0.5644);
  }
}
.snow:nth-child(54) {
  opacity: 0.582;
  transform: translate(40.2074vw, -10px) scale(0.4455);
  animation: fall-54 14s -11s linear infinite;
}
@keyframes fall-54 {
  77.281% {
    transform: translate(33.1553vw, 77.281vh) scale(0.4455);
  }
  to {
    transform: translate(36.68135vw, 100vh) scale(0.4455);
  }
}
.snow:nth-child(55) {
  opacity: 0.7486;
  transform: translate(91.0881vw, -10px) scale(0.8975);
  animation: fall-55 22s -30s linear infinite;
}
@keyframes fall-55 {
  73.436% {
    transform: translate(95.8822vw, 73.436vh) scale(0.8975);
  }
  to {
    transform: translate(93.48515vw, 100vh) scale(0.8975);
  }
}
.snow:nth-child(56) {
  opacity: 0.9149;
  transform: translate(79.1348vw, -10px) scale(0.2446);
  animation: fall-56 13s -2s linear infinite;
}
@keyframes fall-56 {
  43.998% {
    transform: translate(71.3727vw, 43.998vh) scale(0.2446);
  }
  to {
    transform: translate(75.25375vw, 100vh) scale(0.2446);
  }
}
.snow:nth-child(57) {
  opacity: 0.7213;
  transform: translate(50.8729vw, -10px) scale(0.0504);
  animation: fall-57 25s -16s linear infinite;
}
@keyframes fall-57 {
  44.422% {
    transform: translate(57.3603vw, 44.422vh) scale(0.0504);
  }
  to {
    transform: translate(54.1166vw, 100vh) scale(0.0504);
  }
}
.snow:nth-child(58) {
  opacity: 0.1156;
  transform: translate(63.6074vw, -10px) scale(0.5649);
  animation: fall-58 11s -1s linear infinite;
}
@keyframes fall-58 {
  62.841% {
    transform: translate(73.2332vw, 62.841vh) scale(0.5649);
  }
  to {
    transform: translate(68.4203vw, 100vh) scale(0.5649);
  }
}
.snow:nth-child(59) {
  opacity: 0.0688;
  transform: translate(78.3657vw, -10px) scale(0.2561);
  animation: fall-59 17s -15s linear infinite;
}
@keyframes fall-59 {
  43.061% {
    transform: translate(84.7611vw, 43.061vh) scale(0.2561);
  }
  to {
    transform: translate(81.5634vw, 100vh) scale(0.2561);
  }
}
.snow:nth-child(60) {
  opacity: 0.8235;
  transform: translate(34.8727vw, -10px) scale(0.1058);
  animation: fall-60 23s -21s linear infinite;
}
@keyframes fall-60 {
  74.842% {
    transform: translate(31.7602vw, 74.842vh) scale(0.1058);
  }
  to {
    transform: translate(33.31645vw, 100vh) scale(0.1058);
  }
}
.snow:nth-child(61) {
  opacity: 0.0526;
  transform: translate(3.275vw, -10px) scale(0.6346);
  animation: fall-61 11s -10s linear infinite;
}
@keyframes fall-61 {
  38.158% {
    transform: translate(-1.029vw, 38.158vh) scale(0.6346);
  }
  to {
    transform: translate(1.123vw, 100vh) scale(0.6346);
  }
}
.snow:nth-child(62) {
  opacity: 0.8859;
  transform: translate(36.1158vw, -10px) scale(0.1344);
  animation: fall-62 22s -21s linear infinite;
}
@keyframes fall-62 {
  62.332% {
    transform: translate(33.6984vw, 62.332vh) scale(0.1344);
  }
  to {
    transform: translate(34.9071vw, 100vh) scale(0.1344);
  }
}
.snow:nth-child(63) {
  opacity: 0.1977;
  transform: translate(33.3671vw, -10px) scale(0.0632);
  animation: fall-63 15s -25s linear infinite;
}
@keyframes fall-63 {
  37.64% {
    transform: translate(43.0982vw, 37.64vh) scale(0.0632);
  }
  to {
    transform: translate(38.23265vw, 100vh) scale(0.0632);
  }
}
.snow:nth-child(64) {
  opacity: 0.6276;
  transform: translate(23.4037vw, -10px) scale(0.3789);
  animation: fall-64 29s -27s linear infinite;
}
@keyframes fall-64 {
  68.776% {
    transform: translate(18.5666vw, 68.776vh) scale(0.3789);
  }
  to {
    transform: translate(20.98515vw, 100vh) scale(0.3789);
  }
}
.snow:nth-child(65) {
  opacity: 0.7737;
  transform: translate(18.3928vw, -10px) scale(0.348);
  animation: fall-65 14s -26s linear infinite;
}
@keyframes fall-65 {
  79.243% {
    transform: translate(11.1482vw, 79.243vh) scale(0.348);
  }
  to {
    transform: translate(14.7705vw, 100vh) scale(0.348);
  }
}
.snow:nth-child(66) {
  opacity: 0.1562;
  transform: translate(23.4487vw, -10px) scale(0.4969);
  animation: fall-66 18s -7s linear infinite;
}
@keyframes fall-66 {
  70.921% {
    transform: translate(13.5305vw, 70.921vh) scale(0.4969);
  }
  to {
    transform: translate(18.4896vw, 100vh) scale(0.4969);
  }
}
.snow:nth-child(67) {
  opacity: 0.9507;
  transform: translate(8.2918vw, -10px) scale(0.8008);
  animation: fall-67 26s -6s linear infinite;
}
@keyframes fall-67 {
  41.042% {
    transform: translate(4.6277vw, 41.042vh) scale(0.8008);
  }
  to {
    transform: translate(6.45975vw, 100vh) scale(0.8008);
  }
}
.snow:nth-child(68) {
  opacity: 0.2859;
  transform: translate(4.4022vw, -10px) scale(0.4319);
  animation: fall-68 23s -11s linear infinite;
}
@keyframes fall-68 {
  30.449% {
    transform: translate(13.092vw, 30.449vh) scale(0.4319);
  }
  to {
    transform: translate(8.7471vw, 100vh) scale(0.4319);
  }
}
.snow:nth-child(69) {
  opacity: 0.9147;
  transform: translate(63.1398vw, -10px) scale(0.4155);
  animation: fall-69 28s -3s linear infinite;
}
@keyframes fall-69 {
  65.383% {
    transform: translate(65.1352vw, 65.383vh) scale(0.4155);
  }
  to {
    transform: translate(64.1375vw, 100vh) scale(0.4155);
  }
}
.snow:nth-child(70) {
  opacity: 0.8848;
  transform: translate(23.4444vw, -10px) scale(0.8146);
  animation: fall-70 13s -22s linear infinite;
}
@keyframes fall-70 {
  43.648% {
    transform: translate(17.8633vw, 43.648vh) scale(0.8146);
  }
  to {
    transform: translate(20.65385vw, 100vh) scale(0.8146);
  }
}
.snow:nth-child(71) {
  opacity: 0.7118;
  transform: translate(90.9626vw, -10px) scale(0.7588);
  animation: fall-71 18s -1s linear infinite;
}
@keyframes fall-71 {
  58.277% {
    transform: translate(98.2016vw, 58.277vh) scale(0.7588);
  }
  to {
    transform: translate(94.5821vw, 100vh) scale(0.7588);
  }
}
.snow:nth-child(72) {
  opacity: 0.5087;
  transform: translate(73.3722vw, -10px) scale(0.9993);
  animation: fall-72 18s -6s linear infinite;
}
@keyframes fall-72 {
  52.181% {
    transform: translate(72.7816vw, 52.181vh) scale(0.9993);
  }
  to {
    transform: translate(73.0769vw, 100vh) scale(0.9993);
  }
}
.snow:nth-child(73) {
  opacity: 0.9855;
  transform: translate(79.5455vw, -10px) scale(0.6813);
  animation: fall-73 21s -22s linear infinite;
}
@keyframes fall-73 {
  58.651% {
    transform: translate(81.0418vw, 58.651vh) scale(0.6813);
  }
  to {
    transform: translate(80.29365vw, 100vh) scale(0.6813);
  }
}
.snow:nth-child(74) {
  opacity: 0.5779;
  transform: translate(0.8084vw, -10px) scale(0.8054);
  animation: fall-74 29s -2s linear infinite;
}
@keyframes fall-74 {
  73.29% {
    transform: translate(-2.6132vw, 73.29vh) scale(0.8054);
  }
  to {
    transform: translate(-0.9024vw, 100vh) scale(0.8054);
  }
}
.snow:nth-child(75) {
  opacity: 0.9123;
  transform: translate(84.4454vw, -10px) scale(0.4911);
  animation: fall-75 26s -9s linear infinite;
}
@keyframes fall-75 {
  71.691% {
    transform: translate(75.9106vw, 71.691vh) scale(0.4911);
  }
  to {
    transform: translate(80.178vw, 100vh) scale(0.4911);
  }
}
.snow:nth-child(76) {
  opacity: 0.879;
  transform: translate(69.2109vw, -10px) scale(0.6467);
  animation: fall-76 10s -24s linear infinite;
}
@keyframes fall-76 {
  40.999% {
    transform: translate(71.1344vw, 40.999vh) scale(0.6467);
  }
  to {
    transform: translate(70.17265vw, 100vh) scale(0.6467);
  }
}
.snow:nth-child(77) {
  opacity: 0.9983;
  transform: translate(41.5932vw, -10px) scale(0.4618);
  animation: fall-77 17s -17s linear infinite;
}
@keyframes fall-77 {
  47.127% {
    transform: translate(45.8938vw, 47.127vh) scale(0.4618);
  }
  to {
    transform: translate(43.7435vw, 100vh) scale(0.4618);
  }
}
.snow:nth-child(78) {
  opacity: 0.1497;
  transform: translate(33.1912vw, -10px) scale(0.7018);
  animation: fall-78 17s -10s linear infinite;
}
@keyframes fall-78 {
  69.153% {
    transform: translate(36.1319vw, 69.153vh) scale(0.7018);
  }
  to {
    transform: translate(34.66155vw, 100vh) scale(0.7018);
  }
}
.snow:nth-child(79) {
  opacity: 0.1377;
  transform: translate(52.5935vw, -10px) scale(0.1223);
  animation: fall-79 13s -20s linear infinite;
}
@keyframes fall-79 {
  62.477% {
    transform: translate(48.3592vw, 62.477vh) scale(0.1223);
  }
  to {
    transform: translate(50.47635vw, 100vh) scale(0.1223);
  }
}
.snow:nth-child(80) {
  opacity: 0.7409;
  transform: translate(19.2156vw, -10px) scale(0.2645);
  animation: fall-80 16s -14s linear infinite;
}
@keyframes fall-80 {
  75.757% {
    transform: translate(21.354vw, 75.757vh) scale(0.2645);
  }
  to {
    transform: translate(20.2848vw, 100vh) scale(0.2645);
  }
}
.snow:nth-child(81) {
  opacity: 0.821;
  transform: translate(3.0341vw, -10px) scale(0.6898);
  animation: fall-81 15s -13s linear infinite;
}
@keyframes fall-81 {
  47.696% {
    transform: translate(-5.1028vw, 47.696vh) scale(0.6898);
  }
  to {
    transform: translate(-1.03435vw, 100vh) scale(0.6898);
  }
}
.snow:nth-child(82) {
  opacity: 0.8718;
  transform: translate(79.0731vw, -10px) scale(0.0889);
  animation: fall-82 28s -11s linear infinite;
}
@keyframes fall-82 {
  51.907% {
    transform: translate(84.9244vw, 51.907vh) scale(0.0889);
  }
  to {
    transform: translate(81.99875vw, 100vh) scale(0.0889);
  }
}
.snow:nth-child(83) {
  opacity: 0.2257;
  transform: translate(77.5689vw, -10px) scale(0.4153);
  animation: fall-83 27s -22s linear infinite;
}
@keyframes fall-83 {
  45.475% {
    transform: translate(80.1411vw, 45.475vh) scale(0.4153);
  }
  to {
    transform: translate(78.855vw, 100vh) scale(0.4153);
  }
}
.snow:nth-child(84) {
  opacity: 0.6003;
  transform: translate(38.2591vw, -10px) scale(0.1744);
  animation: fall-84 29s -13s linear infinite;
}
@keyframes fall-84 {
  63.595% {
    transform: translate(40.3118vw, 63.595vh) scale(0.1744);
  }
  to {
    transform: translate(39.28545vw, 100vh) scale(0.1744);
  }
}
.snow:nth-child(85) {
  opacity: 0.6428;
  transform: translate(43.6799vw, -10px) scale(0.7761);
  animation: fall-85 22s -6s linear infinite;
}
@keyframes fall-85 {
  52.47% {
    transform: translate(39.9986vw, 52.47vh) scale(0.7761);
  }
  to {
    transform: translate(41.83925vw, 100vh) scale(0.7761);
  }
}
.snow:nth-child(86) {
  opacity: 0.2203;
  transform: translate(11.8462vw, -10px) scale(0.4738);
  animation: fall-86 12s -27s linear infinite;
}
@keyframes fall-86 {
  37.162% {
    transform: translate(9.4196vw, 37.162vh) scale(0.4738);
  }
  to {
    transform: translate(10.6329vw, 100vh) scale(0.4738);
  }
}
.snow:nth-child(87) {
  opacity: 0.2042;
  transform: translate(68.1988vw, -10px) scale(0.3326);
  animation: fall-87 16s -2s linear infinite;
}
@keyframes fall-87 {
  50.915% {
    transform: translate(59.3551vw, 50.915vh) scale(0.3326);
  }
  to {
    transform: translate(63.77695vw, 100vh) scale(0.3326);
  }
}
.snow:nth-child(88) {
  opacity: 0.4405;
  transform: translate(66.7981vw, -10px) scale(0.143);
  animation: fall-88 15s -21s linear infinite;
}
@keyframes fall-88 {
  60.645% {
    transform: translate(76.7838vw, 60.645vh) scale(0.143);
  }
  to {
    transform: translate(71.79095vw, 100vh) scale(0.143);
  }
}
.snow:nth-child(89) {
  opacity: 0.8594;
  transform: translate(90.0449vw, -10px) scale(0.7175);
  animation: fall-89 24s -24s linear infinite;
}
@keyframes fall-89 {
  70.519% {
    transform: translate(87.4105vw, 70.519vh) scale(0.7175);
  }
  to {
    transform: translate(88.7277vw, 100vh) scale(0.7175);
  }
}
.snow:nth-child(90) {
  opacity: 0.0904;
  transform: translate(81.0178vw, -10px) scale(0.954);
  animation: fall-90 21s -14s linear infinite;
}
@keyframes fall-90 {
  66.779% {
    transform: translate(73.5897vw, 66.779vh) scale(0.954);
  }
  to {
    transform: translate(77.30375vw, 100vh) scale(0.954);
  }
}
.snow:nth-child(91) {
  opacity: 0.1728;
  transform: translate(97.0289vw, -10px) scale(0.8606);
  animation: fall-91 26s -15s linear infinite;
}
@keyframes fall-91 {
  36.443% {
    transform: translate(87.7748vw, 36.443vh) scale(0.8606);
  }
  to {
    transform: translate(92.40185vw, 100vh) scale(0.8606);
  }
}
.snow:nth-child(92) {
  opacity: 0.2311;
  transform: translate(5.3531vw, -10px) scale(0.5513);
  animation: fall-92 10s -30s linear infinite;
}
@keyframes fall-92 {
  61.957% {
    transform: translate(4.015vw, 61.957vh) scale(0.5513);
  }
  to {
    transform: translate(4.68405vw, 100vh) scale(0.5513);
  }
}
.snow:nth-child(93) {
  opacity: 0.384;
  transform: translate(95.485vw, -10px) scale(0.6726);
  animation: fall-93 27s -6s linear infinite;
}
@keyframes fall-93 {
  46.183% {
    transform: translate(91.9757vw, 46.183vh) scale(0.6726);
  }
  to {
    transform: translate(93.73035vw, 100vh) scale(0.6726);
  }
}
.snow:nth-child(94) {
  opacity: 0.3479;
  transform: translate(42.8071vw, -10px) scale(0.3889);
  animation: fall-94 25s -26s linear infinite;
}
@keyframes fall-94 {
  47.313% {
    transform: translate(41.6502vw, 47.313vh) scale(0.3889);
  }
  to {
    transform: translate(42.22865vw, 100vh) scale(0.3889);
  }
}
.snow:nth-child(95) {
  opacity: 0.2161;
  transform: translate(72.2974vw, -10px) scale(0.2408);
  animation: fall-95 10s -18s linear infinite;
}
@keyframes fall-95 {
  49.198% {
    transform: translate(73.5698vw, 49.198vh) scale(0.2408);
  }
  to {
    transform: translate(72.9336vw, 100vh) scale(0.2408);
  }
}
.snow:nth-child(96) {
  opacity: 0.7166;
  transform: translate(79.9389vw, -10px) scale(0.7145);
  animation: fall-96 24s -17s linear infinite;
}
@keyframes fall-96 {
  77.485% {
    transform: translate(85.7483vw, 77.485vh) scale(0.7145);
  }
  to {
    transform: translate(82.8436vw, 100vh) scale(0.7145);
  }
}
.snow:nth-child(97) {
  opacity: 0.2107;
  transform: translate(34.8164vw, -10px) scale(0.6583);
  animation: fall-97 24s -21s linear infinite;
}
@keyframes fall-97 {
  43.029% {
    transform: translate(44.7713vw, 43.029vh) scale(0.6583);
  }
  to {
    transform: translate(39.79385vw, 100vh) scale(0.6583);
  }
}
.snow:nth-child(98) {
  opacity: 0.2908;
  transform: translate(27.983vw, -10px) scale(0.7688);
  animation: fall-98 21s -6s linear infinite;
}
@keyframes fall-98 {
  52.02% {
    transform: translate(27.3045vw, 52.02vh) scale(0.7688);
  }
  to {
    transform: translate(27.64375vw, 100vh) scale(0.7688);
  }
}
.snow:nth-child(99) {
  opacity: 0.1482;
  transform: translate(14.9457vw, -10px) scale(0.0425);
  animation: fall-99 14s -29s linear infinite;
}
@keyframes fall-99 {
  58.215% {
    transform: translate(21.8648vw, 58.215vh) scale(0.0425);
  }
  to {
    transform: translate(18.40525vw, 100vh) scale(0.0425);
  }
}
.snow:nth-child(100) {
  opacity: 0.6941;
  transform: translate(4.312vw, -10px) scale(0.6985);
  animation: fall-100 16s -11s linear infinite;
}
@keyframes fall-100 {
  64.887% {
    transform: translate(-1.5017vw, 64.887vh) scale(0.6985);
  }
  to {
    transform: translate(1.40515vw, 100vh) scale(0.6985);
  }
}
.snow:nth-child(101) {
  opacity: 0.2655;
  transform: translate(9.9107vw, -10px) scale(0.2117);
  animation: fall-101 15s -2s linear infinite;
}
@keyframes fall-101 {
  38.315% {
    transform: translate(4.9562vw, 38.315vh) scale(0.2117);
  }
  to {
    transform: translate(7.43345vw, 100vh) scale(0.2117);
  }
}
.snow:nth-child(102) {
  opacity: 0.6411;
  transform: translate(35.7989vw, -10px) scale(0.0677);
  animation: fall-102 12s -2s linear infinite;
}
@keyframes fall-102 {
  40.935% {
    transform: translate(31.9013vw, 40.935vh) scale(0.0677);
  }
  to {
    transform: translate(33.8501vw, 100vh) scale(0.0677);
  }
}
.snow:nth-child(103) {
  opacity: 0.173;
  transform: translate(16.3894vw, -10px) scale(0.9221);
  animation: fall-103 15s -23s linear infinite;
}
@keyframes fall-103 {
  47.967% {
    transform: translate(20.624vw, 47.967vh) scale(0.9221);
  }
  to {
    transform: translate(18.5067vw, 100vh) scale(0.9221);
  }
}
.snow:nth-child(104) {
  opacity: 0.5854;
  transform: translate(40.164vw, -10px) scale(0.8623);
  animation: fall-104 28s -28s linear infinite;
}
@keyframes fall-104 {
  33.038% {
    transform: translate(42.974vw, 33.038vh) scale(0.8623);
  }
  to {
    transform: translate(41.569vw, 100vh) scale(0.8623);
  }
}
.snow:nth-child(105) {
  opacity: 0.4442;
  transform: translate(72.5666vw, -10px) scale(0.889);
  animation: fall-105 28s -21s linear infinite;
}
@keyframes fall-105 {
  30.243% {
    transform: translate(67.1893vw, 30.243vh) scale(0.889);
  }
  to {
    transform: translate(69.87795vw, 100vh) scale(0.889);
  }
}
.snow:nth-child(106) {
  opacity: 0.9278;
  transform: translate(2.9024vw, -10px) scale(0.9838);
  animation: fall-106 17s -19s linear infinite;
}
@keyframes fall-106 {
  48.778% {
    transform: translate(10.957vw, 48.778vh) scale(0.9838);
  }
  to {
    transform: translate(6.9297vw, 100vh) scale(0.9838);
  }
}
.snow:nth-child(107) {
  opacity: 0.2946;
  transform: translate(84.6703vw, -10px) scale(0.1176);
  animation: fall-107 26s -27s linear infinite;
}
@keyframes fall-107 {
  47.771% {
    transform: translate(87.3362vw, 47.771vh) scale(0.1176);
  }
  to {
    transform: translate(86.00325vw, 100vh) scale(0.1176);
  }
}
.snow:nth-child(108) {
  opacity: 0.7511;
  transform: translate(54.1105vw, -10px) scale(0.7076);
  animation: fall-108 17s -8s linear infinite;
}
@keyframes fall-108 {
  37.796% {
    transform: translate(48.0652vw, 37.796vh) scale(0.7076);
  }
  to {
    transform: translate(51.08785vw, 100vh) scale(0.7076);
  }
}
.snow:nth-child(109) {
  opacity: 0.2139;
  transform: translate(60.61vw, -10px) scale(0.2164);
  animation: fall-109 20s -17s linear infinite;
}
@keyframes fall-109 {
  71.703% {
    transform: translate(66.6319vw, 71.703vh) scale(0.2164);
  }
  to {
    transform: translate(63.62095vw, 100vh) scale(0.2164);
  }
}
.snow:nth-child(110) {
  opacity: 0.0409;
  transform: translate(24.236vw, -10px) scale(0.0995);
  animation: fall-110 11s -28s linear infinite;
}
@keyframes fall-110 {
  54.433% {
    transform: translate(18.0408vw, 54.433vh) scale(0.0995);
  }
  to {
    transform: translate(21.1384vw, 100vh) scale(0.0995);
  }
}
.snow:nth-child(111) {
  opacity: 0.0888;
  transform: translate(16.9777vw, -10px) scale(0.4807);
  animation: fall-111 14s -17s linear infinite;
}
@keyframes fall-111 {
  32.457% {
    transform: translate(20.8533vw, 32.457vh) scale(0.4807);
  }
  to {
    transform: translate(18.9155vw, 100vh) scale(0.4807);
  }
}
.snow:nth-child(112) {
  opacity: 0.5612;
  transform: translate(16.2678vw, -10px) scale(0.133);
  animation: fall-112 27s -21s linear infinite;
}
@keyframes fall-112 {
  52.456% {
    transform: translate(10.5542vw, 52.456vh) scale(0.133);
  }
  to {
    transform: translate(13.411vw, 100vh) scale(0.133);
  }
}
.snow:nth-child(113) {
  opacity: 0.8734;
  transform: translate(2.9566vw, -10px) scale(0.8338);
  animation: fall-113 29s -20s linear infinite;
}
@keyframes fall-113 {
  49.923% {
    transform: translate(7.0474vw, 49.923vh) scale(0.8338);
  }
  to {
    transform: translate(5.002vw, 100vh) scale(0.8338);
  }
}
.snow:nth-child(114) {
  opacity: 0.8291;
  transform: translate(14.99vw, -10px) scale(0.2383);
  animation: fall-114 11s -7s linear infinite;
}
@keyframes fall-114 {
  49.147% {
    transform: translate(12.1948vw, 49.147vh) scale(0.2383);
  }
  to {
    transform: translate(13.5924vw, 100vh) scale(0.2383);
  }
}
.snow:nth-child(115) {
  opacity: 0.9135;
  transform: translate(93.2031vw, -10px) scale(0.4367);
  animation: fall-115 25s -12s linear infinite;
}
@keyframes fall-115 {
  48.929% {
    transform: translate(89.9588vw, 48.929vh) scale(0.4367);
  }
  to {
    transform: translate(91.58095vw, 100vh) scale(0.4367);
  }
}
.snow:nth-child(116) {
  opacity: 0.6152;
  transform: translate(54.7649vw, -10px) scale(0.265);
  animation: fall-116 23s -15s linear infinite;
}
@keyframes fall-116 {
  42.988% {
    transform: translate(51.9764vw, 42.988vh) scale(0.265);
  }
  to {
    transform: translate(53.37065vw, 100vh) scale(0.265);
  }
}
.snow:nth-child(117) {
  opacity: 0.3368;
  transform: translate(41.1716vw, -10px) scale(0.2666);
  animation: fall-117 19s -29s linear infinite;
}
@keyframes fall-117 {
  33.44% {
    transform: translate(46.642vw, 33.44vh) scale(0.2666);
  }
  to {
    transform: translate(43.9068vw, 100vh) scale(0.2666);
  }
}
.snow:nth-child(118) {
  opacity: 0.4309;
  transform: translate(87.3638vw, -10px) scale(0.2669);
  animation: fall-118 17s -17s linear infinite;
}
@keyframes fall-118 {
  71.277% {
    transform: translate(95.757vw, 71.277vh) scale(0.2669);
  }
  to {
    transform: translate(91.5604vw, 100vh) scale(0.2669);
  }
}
.snow:nth-child(119) {
  opacity: 0.4446;
  transform: translate(2.1466vw, -10px) scale(0.7521);
  animation: fall-119 22s -16s linear infinite;
}
@keyframes fall-119 {
  50.39% {
    transform: translate(-3.2082vw, 50.39vh) scale(0.7521);
  }
  to {
    transform: translate(-0.5308vw, 100vh) scale(0.7521);
  }
}
.snow:nth-child(120) {
  opacity: 0.5929;
  transform: translate(51.9297vw, -10px) scale(0.353);
  animation: fall-120 22s -10s linear infinite;
}
@keyframes fall-120 {
  39.333% {
    transform: translate(54.8831vw, 39.333vh) scale(0.353);
  }
  to {
    transform: translate(53.4064vw, 100vh) scale(0.353);
  }
}
.snow:nth-child(121) {
  opacity: 0.1432;
  transform: translate(79.1121vw, -10px) scale(0.3649);
  animation: fall-121 13s -15s linear infinite;
}
@keyframes fall-121 {
  46.836% {
    transform: translate(72.5459vw, 46.836vh) scale(0.3649);
  }
  to {
    transform: translate(75.829vw, 100vh) scale(0.3649);
  }
}
.snow:nth-child(122) {
  opacity: 0.7405;
  transform: translate(87.7616vw, -10px) scale(0.9917);
  animation: fall-122 12s -12s linear infinite;
}
@keyframes fall-122 {
  35.435% {
    transform: translate(93.1391vw, 35.435vh) scale(0.9917);
  }
  to {
    transform: translate(90.45035vw, 100vh) scale(0.9917);
  }
}
.snow:nth-child(123) {
  opacity: 0.9654;
  transform: translate(19.1452vw, -10px) scale(0.6616);
  animation: fall-123 15s -21s linear infinite;
}
@keyframes fall-123 {
  66.58% {
    transform: translate(23.2683vw, 66.58vh) scale(0.6616);
  }
  to {
    transform: translate(21.20675vw, 100vh) scale(0.6616);
  }
}
.snow:nth-child(124) {
  opacity: 0.1651;
  transform: translate(75.9691vw, -10px) scale(0.0787);
  animation: fall-124 24s -24s linear infinite;
}
@keyframes fall-124 {
  52.105% {
    transform: translate(84.2255vw, 52.105vh) scale(0.0787);
  }
  to {
    transform: translate(80.0973vw, 100vh) scale(0.0787);
  }
}
.snow:nth-child(125) {
  opacity: 0.3378;
  transform: translate(99.7268vw, -10px) scale(0.8839);
  animation: fall-125 29s -17s linear infinite;
}
@keyframes fall-125 {
  37.426% {
    transform: translate(103.8323vw, 37.426vh) scale(0.8839);
  }
  to {
    transform: translate(101.77955vw, 100vh) scale(0.8839);
  }
}
.snow:nth-child(126) {
  opacity: 0.2255;
  transform: translate(38.173vw, -10px) scale(0.7555);
  animation: fall-126 24s -7s linear infinite;
}
@keyframes fall-126 {
  73.349% {
    transform: translate(43.6995vw, 73.349vh) scale(0.7555);
  }
  to {
    transform: translate(40.93625vw, 100vh) scale(0.7555);
  }
}
.snow:nth-child(127) {
  opacity: 0.1517;
  transform: translate(9.027vw, -10px) scale(0.6722);
  animation: fall-127 16s -28s linear infinite;
}
@keyframes fall-127 {
  66.931% {
    transform: translate(6.0099vw, 66.931vh) scale(0.6722);
  }
  to {
    transform: translate(7.51845vw, 100vh) scale(0.6722);
  }
}
.snow:nth-child(128) {
  opacity: 0.5383;
  transform: translate(46.003vw, -10px) scale(0.3891);
  animation: fall-128 25s -9s linear infinite;
}
@keyframes fall-128 {
  61.567% {
    transform: translate(50.3104vw, 61.567vh) scale(0.3891);
  }
  to {
    transform: translate(48.1567vw, 100vh) scale(0.3891);
  }
}
.snow:nth-child(129) {
  opacity: 0.6954;
  transform: translate(70.729vw, -10px) scale(0.1522);
  animation: fall-129 29s -7s linear infinite;
}
@keyframes fall-129 {
  42.384% {
    transform: translate(67.1801vw, 42.384vh) scale(0.1522);
  }
  to {
    transform: translate(68.95455vw, 100vh) scale(0.1522);
  }
}
.snow:nth-child(130) {
  opacity: 0.8818;
  transform: translate(0.2239vw, -10px) scale(0.5732);
  animation: fall-130 28s -4s linear infinite;
}
@keyframes fall-130 {
  56.322% {
    transform: translate(6.5223vw, 56.322vh) scale(0.5732);
  }
  to {
    transform: translate(3.3731vw, 100vh) scale(0.5732);
  }
}
.snow:nth-child(131) {
  opacity: 0.0111;
  transform: translate(16.1061vw, -10px) scale(0.2998);
  animation: fall-131 25s -9s linear infinite;
}
@keyframes fall-131 {
  60.491% {
    transform: translate(14.4009vw, 60.491vh) scale(0.2998);
  }
  to {
    transform: translate(15.2535vw, 100vh) scale(0.2998);
  }
}
.snow:nth-child(132) {
  opacity: 0.3851;
  transform: translate(73.6096vw, -10px) scale(0.1103);
  animation: fall-132 12s -10s linear infinite;
}
@keyframes fall-132 {
  47.914% {
    transform: translate(78.1664vw, 47.914vh) scale(0.1103);
  }
  to {
    transform: translate(75.888vw, 100vh) scale(0.1103);
  }
}
.snow:nth-child(133) {
  opacity: 0.2935;
  transform: translate(14.0252vw, -10px) scale(0.5924);
  animation: fall-133 13s -8s linear infinite;
}
@keyframes fall-133 {
  45.35% {
    transform: translate(8.1118vw, 45.35vh) scale(0.5924);
  }
  to {
    transform: translate(11.0685vw, 100vh) scale(0.5924);
  }
}
.snow:nth-child(134) {
  opacity: 0.968;
  transform: translate(72.3995vw, -10px) scale(0.3832);
  animation: fall-134 10s -24s linear infinite;
}
@keyframes fall-134 {
  35.68% {
    transform: translate(79.1341vw, 35.68vh) scale(0.3832);
  }
  to {
    transform: translate(75.7668vw, 100vh) scale(0.3832);
  }
}
.snow:nth-child(135) {
  opacity: 0.0304;
  transform: translate(89.5467vw, -10px) scale(0.7527);
  animation: fall-135 20s -26s linear infinite;
}
@keyframes fall-135 {
  34.363% {
    transform: translate(93.8397vw, 34.363vh) scale(0.7527);
  }
  to {
    transform: translate(91.6932vw, 100vh) scale(0.7527);
  }
}
.snow:nth-child(136) {
  opacity: 0.9148;
  transform: translate(57.3328vw, -10px) scale(0.9316);
  animation: fall-136 26s -28s linear infinite;
}
@keyframes fall-136 {
  42.415% {
    transform: translate(66.5063vw, 42.415vh) scale(0.9316);
  }
  to {
    transform: translate(61.91955vw, 100vh) scale(0.9316);
  }
}
.snow:nth-child(137) {
  opacity: 0.3371;
  transform: translate(77.8973vw, -10px) scale(0.1934);
  animation: fall-137 22s -9s linear infinite;
}
@keyframes fall-137 {
  30.252% {
    transform: translate(70.6699vw, 30.252vh) scale(0.1934);
  }
  to {
    transform: translate(74.2836vw, 100vh) scale(0.1934);
  }
}
.snow:nth-child(138) {
  opacity: 0.2501;
  transform: translate(63.3636vw, -10px) scale(0.2754);
  animation: fall-138 14s -1s linear infinite;
}
@keyframes fall-138 {
  60.866% {
    transform: translate(68.9816vw, 60.866vh) scale(0.2754);
  }
  to {
    transform: translate(66.1726vw, 100vh) scale(0.2754);
  }
}
.snow:nth-child(139) {
  opacity: 0.4896;
  transform: translate(34.4003vw, -10px) scale(0.8847);
  animation: fall-139 11s -25s linear infinite;
}
@keyframes fall-139 {
  79.87% {
    transform: translate(39.7115vw, 79.87vh) scale(0.8847);
  }
  to {
    transform: translate(37.0559vw, 100vh) scale(0.8847);
  }
}
.snow:nth-child(140) {
  opacity: 0.17;
  transform: translate(30.5296vw, -10px) scale(0.7586);
  animation: fall-140 21s -30s linear infinite;
}
@keyframes fall-140 {
  68.485% {
    transform: translate(34.2255vw, 68.485vh) scale(0.7586);
  }
  to {
    transform: translate(32.37755vw, 100vh) scale(0.7586);
  }
}
.snow:nth-child(141) {
  opacity: 0.0292;
  transform: translate(37.3772vw, -10px) scale(0.9827);
  animation: fall-141 17s -3s linear infinite;
}
@keyframes fall-141 {
  59.098% {
    transform: translate(41.0599vw, 59.098vh) scale(0.9827);
  }
  to {
    transform: translate(39.21855vw, 100vh) scale(0.9827);
  }
}
.snow:nth-child(142) {
  opacity: 0.896;
  transform: translate(55.6196vw, -10px) scale(0.0532);
  animation: fall-142 16s -6s linear infinite;
}
@keyframes fall-142 {
  60.633% {
    transform: translate(54.7343vw, 60.633vh) scale(0.0532);
  }
  to {
    transform: translate(55.17695vw, 100vh) scale(0.0532);
  }
}
.snow:nth-child(143) {
  opacity: 0.7804;
  transform: translate(60.8152vw, -10px) scale(0.9424);
  animation: fall-143 10s -16s linear infinite;
}
@keyframes fall-143 {
  33.254% {
    transform: translate(65.6851vw, 33.254vh) scale(0.9424);
  }
  to {
    transform: translate(63.25015vw, 100vh) scale(0.9424);
  }
}
.snow:nth-child(144) {
  opacity: 0.1452;
  transform: translate(89.8383vw, -10px) scale(0.1001);
  animation: fall-144 18s -23s linear infinite;
}
@keyframes fall-144 {
  30.391% {
    transform: translate(91.3511vw, 30.391vh) scale(0.1001);
  }
  to {
    transform: translate(90.5947vw, 100vh) scale(0.1001);
  }
}
.snow:nth-child(145) {
  opacity: 0.7184;
  transform: translate(48.5351vw, -10px) scale(0.3599);
  animation: fall-145 22s -22s linear infinite;
}
@keyframes fall-145 {
  59.345% {
    transform: translate(55.3838vw, 59.345vh) scale(0.3599);
  }
  to {
    transform: translate(51.95945vw, 100vh) scale(0.3599);
  }
}
.snow:nth-child(146) {
  opacity: 0.9699;
  transform: translate(35.3261vw, -10px) scale(0.4453);
  animation: fall-146 11s -1s linear infinite;
}
@keyframes fall-146 {
  66.551% {
    transform: translate(25.5637vw, 66.551vh) scale(0.4453);
  }
  to {
    transform: translate(30.4449vw, 100vh) scale(0.4453);
  }
}
.snow:nth-child(147) {
  opacity: 0.0402;
  transform: translate(98.9298vw, -10px) scale(0.7885);
  animation: fall-147 10s -9s linear infinite;
}
@keyframes fall-147 {
  76.874% {
    transform: translate(89.2414vw, 76.874vh) scale(0.7885);
  }
  to {
    transform: translate(94.0856vw, 100vh) scale(0.7885);
  }
}
.snow:nth-child(148) {
  opacity: 0.9046;
  transform: translate(80.2911vw, -10px) scale(0.7863);
  animation: fall-148 17s -19s linear infinite;
}
@keyframes fall-148 {
  53.319% {
    transform: translate(73.2848vw, 53.319vh) scale(0.7863);
  }
  to {
    transform: translate(76.78795vw, 100vh) scale(0.7863);
  }
}
.snow:nth-child(149) {
  opacity: 0.8538;
  transform: translate(38.0684vw, -10px) scale(0.7314);
  animation: fall-149 17s -23s linear infinite;
}
@keyframes fall-149 {
  78.633% {
    transform: translate(44.3407vw, 78.633vh) scale(0.7314);
  }
  to {
    transform: translate(41.20455vw, 100vh) scale(0.7314);
  }
}
.snow:nth-child(150) {
  opacity: 0.1531;
  transform: translate(37.3017vw, -10px) scale(0.1504);
  animation: fall-150 20s -26s linear infinite;
}
@keyframes fall-150 {
  31.113% {
    transform: translate(43.7078vw, 31.113vh) scale(0.1504);
  }
  to {
    transform: translate(40.50475vw, 100vh) scale(0.1504);
  }
}
.snow:nth-child(151) {
  opacity: 0.8722;
  transform: translate(91.9396vw, -10px) scale(0.0044);
  animation: fall-151 28s -20s linear infinite;
}
@keyframes fall-151 {
  43.603% {
    transform: translate(91.116vw, 43.603vh) scale(0.0044);
  }
  to {
    transform: translate(91.5278vw, 100vh) scale(0.0044);
  }
}
.snow:nth-child(152) {
  opacity: 0.0515;
  transform: translate(19.8939vw, -10px) scale(0.6684);
  animation: fall-152 28s -8s linear infinite;
}
@keyframes fall-152 {
  75.713% {
    transform: translate(25.0569vw, 75.713vh) scale(0.6684);
  }
  to {
    transform: translate(22.4754vw, 100vh) scale(0.6684);
  }
}
.snow:nth-child(153) {
  opacity: 0.8442;
  transform: translate(46.371vw, -10px) scale(0.798);
  animation: fall-153 30s -6s linear infinite;
}
@keyframes fall-153 {
  58.616% {
    transform: translate(41.7506vw, 58.616vh) scale(0.798);
  }
  to {
    transform: translate(44.0608vw, 100vh) scale(0.798);
  }
}
.snow:nth-child(154) {
  opacity: 0.1018;
  transform: translate(71.914vw, -10px) scale(0.6719);
  animation: fall-154 29s -5s linear infinite;
}
@keyframes fall-154 {
  57.744% {
    transform: translate(75.5014vw, 57.744vh) scale(0.6719);
  }
  to {
    transform: translate(73.7077vw, 100vh) scale(0.6719);
  }
}
.snow:nth-child(155) {
  opacity: 0.7877;
  transform: translate(6.6174vw, -10px) scale(0.1465);
  animation: fall-155 27s -1s linear infinite;
}
@keyframes fall-155 {
  34.019% {
    transform: translate(7.87vw, 34.019vh) scale(0.1465);
  }
  to {
    transform: translate(7.2437vw, 100vh) scale(0.1465);
  }
}
.snow:nth-child(156) {
  opacity: 0.0823;
  transform: translate(84.9517vw, -10px) scale(0.252);
  animation: fall-156 22s -16s linear infinite;
}
@keyframes fall-156 {
  69.189% {
    transform: translate(79.7376vw, 69.189vh) scale(0.252);
  }
  to {
    transform: translate(82.34465vw, 100vh) scale(0.252);
  }
}
.snow:nth-child(157) {
  opacity: 0.5158;
  transform: translate(81.6858vw, -10px) scale(0.1445);
  animation: fall-157 11s -10s linear infinite;
}
@keyframes fall-157 {
  60.542% {
    transform: translate(81.4995vw, 60.542vh) scale(0.1445);
  }
  to {
    transform: translate(81.59265vw, 100vh) scale(0.1445);
  }
}
.snow:nth-child(158) {
  opacity: 0.8579;
  transform: translate(28.5712vw, -10px) scale(0.2678);
  animation: fall-158 10s -8s linear infinite;
}
@keyframes fall-158 {
  55.26% {
    transform: translate(35.907vw, 55.26vh) scale(0.2678);
  }
  to {
    transform: translate(32.2391vw, 100vh) scale(0.2678);
  }
}
.snow:nth-child(159) {
  opacity: 0.7573;
  transform: translate(67.3108vw, -10px) scale(0.4085);
  animation: fall-159 25s -19s linear infinite;
}
@keyframes fall-159 {
  35.35% {
    transform: translate(63.9282vw, 35.35vh) scale(0.4085);
  }
  to {
    transform: translate(65.6195vw, 100vh) scale(0.4085);
  }
}
.snow:nth-child(160) {
  opacity: 0.0876;
  transform: translate(24.8646vw, -10px) scale(0.3773);
  animation: fall-160 27s -30s linear infinite;
}
@keyframes fall-160 {
  34.17% {
    transform: translate(34.5235vw, 34.17vh) scale(0.3773);
  }
  to {
    transform: translate(29.69405vw, 100vh) scale(0.3773);
  }
}
.snow:nth-child(161) {
  opacity: 0.0379;
  transform: translate(65.9665vw, -10px) scale(0.2408);
  animation: fall-161 21s -20s linear infinite;
}
@keyframes fall-161 {
  60.909% {
    transform: translate(61.5842vw, 60.909vh) scale(0.2408);
  }
  to {
    transform: translate(63.77535vw, 100vh) scale(0.2408);
  }
}
.snow:nth-child(162) {
  opacity: 0.0837;
  transform: translate(56.2788vw, -10px) scale(0.1306);
  animation: fall-162 28s -13s linear infinite;
}
@keyframes fall-162 {
  64.274% {
    transform: translate(61.3539vw, 64.274vh) scale(0.1306);
  }
  to {
    transform: translate(58.81635vw, 100vh) scale(0.1306);
  }
}
.snow:nth-child(163) {
  opacity: 0.8771;
  transform: translate(63.0696vw, -10px) scale(0.6597);
  animation: fall-163 21s -18s linear infinite;
}
@keyframes fall-163 {
  39.53% {
    transform: translate(59.5785vw, 39.53vh) scale(0.6597);
  }
  to {
    transform: translate(61.32405vw, 100vh) scale(0.6597);
  }
}
.snow:nth-child(164) {
  opacity: 0.9999;
  transform: translate(4.2825vw, -10px) scale(0.0717);
  animation: fall-164 14s -13s linear infinite;
}
@keyframes fall-164 {
  79.762% {
    transform: translate(-3.9735vw, 79.762vh) scale(0.0717);
  }
  to {
    transform: translate(0.1545vw, 100vh) scale(0.0717);
  }
}
.snow:nth-child(165) {
  opacity: 0.4714;
  transform: translate(99.4958vw, -10px) scale(0.3269);
  animation: fall-165 21s -21s linear infinite;
}
@keyframes fall-165 {
  39.387% {
    transform: translate(105.6757vw, 39.387vh) scale(0.3269);
  }
  to {
    transform: translate(102.58575vw, 100vh) scale(0.3269);
  }
}
.snow:nth-child(166) {
  opacity: 0.3746;
  transform: translate(53.0239vw, -10px) scale(0.3657);
  animation: fall-166 12s -24s linear infinite;
}
@keyframes fall-166 {
  70.631% {
    transform: translate(62.7074vw, 70.631vh) scale(0.3657);
  }
  to {
    transform: translate(57.86565vw, 100vh) scale(0.3657);
  }
}
.snow:nth-child(167) {
  opacity: 0.5709;
  transform: translate(79.2712vw, -10px) scale(0.4085);
  animation: fall-167 30s -15s linear infinite;
}
@keyframes fall-167 {
  46.51% {
    transform: translate(72.7296vw, 46.51vh) scale(0.4085);
  }
  to {
    transform: translate(76.0004vw, 100vh) scale(0.4085);
  }
}
.snow:nth-child(168) {
  opacity: 0.4179;
  transform: translate(36.2152vw, -10px) scale(0.1466);
  animation: fall-168 14s -6s linear infinite;
}
@keyframes fall-168 {
  76.242% {
    transform: translate(33.3566vw, 76.242vh) scale(0.1466);
  }
  to {
    transform: translate(34.7859vw, 100vh) scale(0.1466);
  }
}
.snow:nth-child(169) {
  opacity: 0.5992;
  transform: translate(59.5258vw, -10px) scale(0.1451);
  animation: fall-169 26s -21s linear infinite;
}
@keyframes fall-169 {
  75.926% {
    transform: translate(59.2684vw, 75.926vh) scale(0.1451);
  }
  to {
    transform: translate(59.3971vw, 100vh) scale(0.1451);
  }
}
.snow:nth-child(170) {
  opacity: 0.4882;
  transform: translate(69.8301vw, -10px) scale(0.6129);
  animation: fall-170 15s -17s linear infinite;
}
@keyframes fall-170 {
  48.217% {
    transform: translate(74.4212vw, 48.217vh) scale(0.6129);
  }
  to {
    transform: translate(72.12565vw, 100vh) scale(0.6129);
  }
}
.snow:nth-child(171) {
  opacity: 0.5528;
  transform: translate(38.7188vw, -10px) scale(0.0332);
  animation: fall-171 28s -17s linear infinite;
}
@keyframes fall-171 {
  44.117% {
    transform: translate(48.4211vw, 44.117vh) scale(0.0332);
  }
  to {
    transform: translate(43.56995vw, 100vh) scale(0.0332);
  }
}
.snow:nth-child(172) {
  opacity: 0.5346;
  transform: translate(52.394vw, -10px) scale(0.3339);
  animation: fall-172 25s -28s linear infinite;
}
@keyframes fall-172 {
  36.243% {
    transform: translate(57.8666vw, 36.243vh) scale(0.3339);
  }
  to {
    transform: translate(55.1303vw, 100vh) scale(0.3339);
  }
}
.snow:nth-child(173) {
  opacity: 0.8248;
  transform: translate(37.0368vw, -10px) scale(0.9866);
  animation: fall-173 29s -29s linear infinite;
}
@keyframes fall-173 {
  46.597% {
    transform: translate(31.2186vw, 46.597vh) scale(0.9866);
  }
  to {
    transform: translate(34.1277vw, 100vh) scale(0.9866);
  }
}
.snow:nth-child(174) {
  opacity: 0.6638;
  transform: translate(12.2055vw, -10px) scale(0.0138);
  animation: fall-174 22s -1s linear infinite;
}
@keyframes fall-174 {
  58.418% {
    transform: translate(9.5348vw, 58.418vh) scale(0.0138);
  }
  to {
    transform: translate(10.87015vw, 100vh) scale(0.0138);
  }
}
.snow:nth-child(175) {
  opacity: 0.179;
  transform: translate(86.1vw, -10px) scale(0.4803);
  animation: fall-175 16s -13s linear infinite;
}
@keyframes fall-175 {
  75.752% {
    transform: translate(89.5932vw, 75.752vh) scale(0.4803);
  }
  to {
    transform: translate(87.8466vw, 100vh) scale(0.4803);
  }
}
.snow:nth-child(176) {
  opacity: 0.2015;
  transform: translate(36.3738vw, -10px) scale(0.805);
  animation: fall-176 12s -15s linear infinite;
}
@keyframes fall-176 {
  36.014% {
    transform: translate(41.4468vw, 36.014vh) scale(0.805);
  }
  to {
    transform: translate(38.9103vw, 100vh) scale(0.805);
  }
}
.snow:nth-child(177) {
  opacity: 0.4943;
  transform: translate(47.0746vw, -10px) scale(0.4928);
  animation: fall-177 28s -8s linear infinite;
}
@keyframes fall-177 {
  47.345% {
    transform: translate(42.3207vw, 47.345vh) scale(0.4928);
  }
  to {
    transform: translate(44.69765vw, 100vh) scale(0.4928);
  }
}
.snow:nth-child(178) {
  opacity: 0.9426;
  transform: translate(99.3236vw, -10px) scale(0.2999);
  animation: fall-178 19s -3s linear infinite;
}
@keyframes fall-178 {
  48.536% {
    transform: translate(90.5529vw, 48.536vh) scale(0.2999);
  }
  to {
    transform: translate(94.93825vw, 100vh) scale(0.2999);
  }
}
.snow:nth-child(179) {
  opacity: 0.6399;
  transform: translate(15.7813vw, -10px) scale(0.7856);
  animation: fall-179 19s -20s linear infinite;
}
@keyframes fall-179 {
  30.132% {
    transform: translate(18.9399vw, 30.132vh) scale(0.7856);
  }
  to {
    transform: translate(17.3606vw, 100vh) scale(0.7856);
  }
}
.snow:nth-child(180) {
  opacity: 0.8503;
  transform: translate(10.9591vw, -10px) scale(0.7916);
  animation: fall-180 12s -7s linear infinite;
}
@keyframes fall-180 {
  36.703% {
    transform: translate(9.1547vw, 36.703vh) scale(0.7916);
  }
  to {
    transform: translate(10.0569vw, 100vh) scale(0.7916);
  }
}
.snow:nth-child(181) {
  opacity: 0.1348;
  transform: translate(53.1461vw, -10px) scale(0.8013);
  animation: fall-181 22s -19s linear infinite;
}
@keyframes fall-181 {
  50.387% {
    transform: translate(59.4317vw, 50.387vh) scale(0.8013);
  }
  to {
    transform: translate(56.2889vw, 100vh) scale(0.8013);
  }
}
.snow:nth-child(182) {
  opacity: 0.9543;
  transform: translate(58.2148vw, -10px) scale(0.0388);
  animation: fall-182 15s -14s linear infinite;
}
@keyframes fall-182 {
  75.531% {
    transform: translate(62.9471vw, 75.531vh) scale(0.0388);
  }
  to {
    transform: translate(60.58095vw, 100vh) scale(0.0388);
  }
}
.snow:nth-child(183) {
  opacity: 0.5708;
  transform: translate(82.0553vw, -10px) scale(0.485);
  animation: fall-183 10s -6s linear infinite;
}
@keyframes fall-183 {
  31.738% {
    transform: translate(76.427vw, 31.738vh) scale(0.485);
  }
  to {
    transform: translate(79.24115vw, 100vh) scale(0.485);
  }
}
.snow:nth-child(184) {
  opacity: 0.0712;
  transform: translate(0.9395vw, -10px) scale(0.6482);
  animation: fall-184 26s -7s linear infinite;
}
@keyframes fall-184 {
  48.022% {
    transform: translate(-4.1316vw, 48.022vh) scale(0.6482);
  }
  to {
    transform: translate(-1.59605vw, 100vh) scale(0.6482);
  }
}
.snow:nth-child(185) {
  opacity: 0.4314;
  transform: translate(73.6599vw, -10px) scale(0.9771);
  animation: fall-185 26s -21s linear infinite;
}
@keyframes fall-185 {
  31.231% {
    transform: translate(71.9023vw, 31.231vh) scale(0.9771);
  }
  to {
    transform: translate(72.7811vw, 100vh) scale(0.9771);
  }
}
.snow:nth-child(186) {
  opacity: 0.1247;
  transform: translate(17.9018vw, -10px) scale(0.482);
  animation: fall-186 17s -23s linear infinite;
}
@keyframes fall-186 {
  48.965% {
    transform: translate(21.7857vw, 48.965vh) scale(0.482);
  }
  to {
    transform: translate(19.84375vw, 100vh) scale(0.482);
  }
}
.snow:nth-child(187) {
  opacity: 0.6122;
  transform: translate(79.2544vw, -10px) scale(0.022);
  animation: fall-187 13s -18s linear infinite;
}
@keyframes fall-187 {
  57.741% {
    transform: translate(87.3109vw, 57.741vh) scale(0.022);
  }
  to {
    transform: translate(83.28265vw, 100vh) scale(0.022);
  }
}
.snow:nth-child(188) {
  opacity: 0.7029;
  transform: translate(54.5522vw, -10px) scale(0.7017);
  animation: fall-188 23s -23s linear infinite;
}
@keyframes fall-188 {
  73.241% {
    transform: translate(59.5396vw, 73.241vh) scale(0.7017);
  }
  to {
    transform: translate(57.0459vw, 100vh) scale(0.7017);
  }
}
.snow:nth-child(189) {
  opacity: 0.3526;
  transform: translate(75.9194vw, -10px) scale(0.6914);
  animation: fall-189 14s -15s linear infinite;
}
@keyframes fall-189 {
  35.731% {
    transform: translate(70.0908vw, 35.731vh) scale(0.6914);
  }
  to {
    transform: translate(73.0051vw, 100vh) scale(0.6914);
  }
}
.snow:nth-child(190) {
  opacity: 0.341;
  transform: translate(8.7055vw, -10px) scale(0.0739);
  animation: fall-190 25s -3s linear infinite;
}
@keyframes fall-190 {
  62.843% {
    transform: translate(9.0326vw, 62.843vh) scale(0.0739);
  }
  to {
    transform: translate(8.86905vw, 100vh) scale(0.0739);
  }
}
.snow:nth-child(191) {
  opacity: 0.2226;
  transform: translate(21.6214vw, -10px) scale(0.1503);
  animation: fall-191 24s -20s linear infinite;
}
@keyframes fall-191 {
  63.759% {
    transform: translate(27.6373vw, 63.759vh) scale(0.1503);
  }
  to {
    transform: translate(24.62935vw, 100vh) scale(0.1503);
  }
}
.snow:nth-child(192) {
  opacity: 0.2353;
  transform: translate(68.7895vw, -10px) scale(0.9739);
  animation: fall-192 15s -4s linear infinite;
}
@keyframes fall-192 {
  72.208% {
    transform: translate(65.2812vw, 72.208vh) scale(0.9739);
  }
  to {
    transform: translate(67.03535vw, 100vh) scale(0.9739);
  }
}
.snow:nth-child(193) {
  opacity: 0.7317;
  transform: translate(45.7966vw, -10px) scale(0.5618);
  animation: fall-193 29s -20s linear infinite;
}
@keyframes fall-193 {
  38.177% {
    transform: translate(48.9203vw, 38.177vh) scale(0.5618);
  }
  to {
    transform: translate(47.35845vw, 100vh) scale(0.5618);
  }
}
.snow:nth-child(194) {
  opacity: 0.1465;
  transform: translate(49.8403vw, -10px) scale(0.8306);
  animation: fall-194 14s -18s linear infinite;
}
@keyframes fall-194 {
  65.705% {
    transform: translate(56.8028vw, 65.705vh) scale(0.8306);
  }
  to {
    transform: translate(53.32155vw, 100vh) scale(0.8306);
  }
}
.snow:nth-child(195) {
  opacity: 0.2971;
  transform: translate(91.1086vw, -10px) scale(0.1813);
  animation: fall-195 17s -25s linear infinite;
}
@keyframes fall-195 {
  66.937% {
    transform: translate(85.2615vw, 66.937vh) scale(0.1813);
  }
  to {
    transform: translate(88.18505vw, 100vh) scale(0.1813);
  }
}
.snow:nth-child(196) {
  opacity: 0.8214;
  transform: translate(87.2935vw, -10px) scale(0.7893);
  animation: fall-196 10s -19s linear infinite;
}
@keyframes fall-196 {
  73.935% {
    transform: translate(94.7506vw, 73.935vh) scale(0.7893);
  }
  to {
    transform: translate(91.02205vw, 100vh) scale(0.7893);
  }
}
.snow:nth-child(197) {
  opacity: 0.1808;
  transform: translate(72.9409vw, -10px) scale(0.5116);
  animation: fall-197 23s -16s linear infinite;
}
@keyframes fall-197 {
  74.228% {
    transform: translate(67.1071vw, 74.228vh) scale(0.5116);
  }
  to {
    transform: translate(70.024vw, 100vh) scale(0.5116);
  }
}
.snow:nth-child(198) {
  opacity: 0.6675;
  transform: translate(9.2003vw, -10px) scale(0.7263);
  animation: fall-198 18s -25s linear infinite;
}
@keyframes fall-198 {
  58.882% {
    transform: translate(7.7747vw, 58.882vh) scale(0.7263);
  }
  to {
    transform: translate(8.4875vw, 100vh) scale(0.7263);
  }
}
.snow:nth-child(199) {
  opacity: 0.9878;
  transform: translate(6.1047vw, -10px) scale(0.4389);
  animation: fall-199 24s -10s linear infinite;
}
@keyframes fall-199 {
  76.544% {
    transform: translate(15.6042vw, 76.544vh) scale(0.4389);
  }
  to {
    transform: translate(10.85445vw, 100vh) scale(0.4389);
  }
}
.snow:nth-child(200) {
  opacity: 0.7186;
  transform: translate(74.5255vw, -10px) scale(0.2784);
  animation: fall-200 12s -4s linear infinite;
}
@keyframes fall-200 {
  63.902% {
    transform: translate(81.9179vw, 63.902vh) scale(0.2784);
  }
  to {
    transform: translate(78.2217vw, 100vh) scale(0.2784);
  }
}



/* NEW STYLE: CART, COMPARE */


@media (max-width: 992px) {
  .header__logo {
    flex: 1;
  }
}
@media (max-width: 568px) {
  .h-mail {
    display: none;
  }
}
.h-controls {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-left: 12px;
}
@media (max-width: 992px) {
  .h-controls {
    gap: 10px;
    align-items: center;
  }
}

.h-controls-button {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  color: var(--dark-grey);
}
.h-controls-button img {
  display: block;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .h-controls-button img {
    filter: brightness(0) invert(0.6);
  }
}
.h-controls-button__count {
  position: absolute;
  top: -10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-weight: 600;
  font-size: 13px;
  color: var(--white);
  border-radius: 100%;
  background: var(--orange);
  font-family: var(--second-family);
}
@media (max-width: 992px) {
  .h-controls-button__count {
    display: block; 
  font-size: 13px;
  color:grey;
  background: white;
  width: 2px;
  height: 2px;
top: -11px;
  right: 26px;
  }
}
.h-controls-button__title {
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 992px) {
  .h-controls-button__title {
    display: none;
  }
}
@media (min-width: 992px) {
  .h-controls-button.active, .h-controls-button:hover {
    color: var(--dark);
  }
  .h-controls-button.active img, .h-controls-button:hover img {
    filter: none;
  }
  .h-controls-button:hover .h-control-tooltip {
    display: block;
  }
}

.h-control-tooltip {
  display: none;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  border-radius: 10px;
  padding: 10px;
  width: 164px;
  box-shadow: 0 43px 50px 0 rgba(0, 0, 0, 0.05);
  background: var(--dark);
  font-family: var(--second-family);
  font-size: 14px;
  text-align: center;
  color: var(--white);
}
.h-control-tooltip::after {
  content: "";
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: var(--dark);
  border-width: 6px;
  margin-left: -6px;
}

.compare-empty {
  margin-top: -20px;
  min-height: 300px;
}
.compare-empty__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 142%;
  color: var(--dark-grey);
  margin-bottom: 12px;
}
.compare-empty__note {
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: var(--dark-grey);
}
.compare-empty__note img {
  position: relative;
  top: 6px;
  margin-left: 8px;
}
.compare-empty__more {
  margin-top: 30px;
}

/* Compare Page*/
.compare-list {
  position: relative;
  overflow: hidden;
  padding: 0 80px;
  margin: 0 -80px 40px;
}

@media (max-width: 992px) {
  .compare-list {
    padding: 0;
    margin: 0 0 20px;
    overflow: visible;
  }
}
.compare-list__item {
  width: 315px;
}

.compare-list::before,
.compare-list::after {
  content: "";
  width: 100px;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  z-index: 99;
}

@media (max-width: 992px) {
  .compare-list::before,
  .compare-list::after {
    display: none;
  }
}
.compare-list::before {
  left: 0;
}

.compare-list::after {
  right: 0;
}

.compare-list .swiper-scrollbar {
  display: none;
}

.compare-list .swiper-button {
  z-index: 100;
  top: 165px;
}

@media (max-width: 568px) {
  .compare-list .swiper-button {
    top: 90px;
  }
}
.compare-list .swiper-button-next.swiper-button-disabled,
.compare-list .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.compare-list__remove {
  position: absolute;
  top: 0;
  right: 20px;
  width: 35px;
  height: 35px;
  background: url(../../images/icon-cross-2.svg) #fff center no-repeat;
  z-index: 9999;
  cursor: pointer;
}

@media (max-width: 992px) {
  .compare-list__remove {
    top: 0;
    right: 5px;
  }
}
@media (max-width: 767px) {
  .compare-list__remove {
    top: -7px;
    right: 3px;
    transform: scale(0.6);
  }
}
.compare-list .catalog__list-item-back {
  padding: 20px;
  border: none;
}

@media (max-width: 568px) {
  .compare-list .catalog__list-item-back {
    padding: 5px;
  }
}
.compare-list .tab-mass {
  cursor: default;
}

.compare-params-list {
  overflow: hidden;
}

@media (max-width: 992px) {
  .compare-params-list {
    overflow: visible;
  }
}
.compare-params__row {
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .compare-params__row {
    margin-bottom: 4px;
  }
}
.compare-params__group {
  font-weight: 600;
  font-size: 20px;
  line-height: 170%;
  color: var(--dark);
  padding: 20px 20px 0 20px;
}
@media (max-width: 992px) {
  .compare-params__group {
    font-size: 18px;
    padding: 10px 10px 0 10px;
  }
}

.compare-params__title {
  font-size: 18px;
  line-height: 140%;
  color: var(--dark-grey);
  padding: 20px 20px 0 20px;
  border-radius: 10px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .compare-params__title {
    padding: 10px 10px 0 10px;
  }
}

@media (max-width: 992px) {
  .compare-params__title {
    font-size: 15px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .compare-params__title {
    padding: 5px 10px 0;
  }
}
.compare-params__value {
  font-weight: 500;
  font-size: 18px;
  color: var(--dark);
  width: 25%;
  padding: 0 20px 20px;
  border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 992px) {
  .compare-params__value {
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .compare-params__value {
    padding: 0 10px 10px;
  }
}
.compare-params-list .swiper-slide {
  height: auto;
}

.compare-list .swiper-button {
  position: absolute;
  top: 50%;
  display: block;
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
  transition: 0.3s;
  background-color: var(--blue);
  background-position: center;
  background-repeat: no-repeat;
}

.compare-list .swiper-button-prev {
  background-image: url(../../images/arrow-prev.svg);
}

.compare-list .swiper-button-next {
  background-image: url(../../images/arrow-next.svg);
}

.compare-list .swiper-button-disabled {
  opacity: 0;
}

.compare-list .swiper-button:hover {
  background-color: #DADFE3;
}

.compare-list .swiper-button:active {
  background-color: #CED4DA;
}

@media (max-width: 1700px) {
  .compare-list .swiper-button-prev {
    left: 60px;
  }
  .compare-list .swiper-button-next {
    right: 60px;
  }
}
@media (max-width: 1200px) {
  .compare-list .swiper-button {
    transform: scale(0.7);
  }
}
@media (max-width: 992px) {
  .compare-list .swiper-button-prev {
    left: -10px;
  }
  .compare-list .swiper-button-next {
    right: -10px;
  }
}
@media (max-width: 767px) {
  .compare-list .swiper-button {
    transform: scale(0.4);
    margin: 0;
    top: 60px;
  }
  .compare-list .swiper-button-prev {
    left: -20px;
  }
  .compare-list .swiper-button-next {
    right: -20px;
  }
}
.switch-button {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.switch-button div {
  margin-left: 10px;
  font-size: 18px;
  font-weight: normal;
}

.switch-button input {
  display: none;
}

.switch-button span {
  display: flex;
  align-items: center;
  padding: 4px;
  width: 36px;
  height: 22px;
  border-radius: 22px;
  background: var(--light-gray);
}

.switch-button span::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--dark-grey);
}

.switch-button input:checked + span {
  justify-content: flex-end;
  background: var(--light-gray);
}

.switch-button input:checked + span::before {
  background: var(--blue);
}

.compare-tabs .tabs__header {
  gap: 10px;
  border-bottom: none;
}

.compare-tabs .tabs__box {
  display: block;
}

.compare-tabs .tabs__box .compare-slider {
  opacity: 0;
  visibility: hidden;
}

.compare-tabs .tabs__box.loaded:not(.visible) {
  display: none;
}

.compare-tabs .tabs__box.loaded .compare-slider {
  opacity: 1;
  visibility: visible;
}

.compare-tabs .tabs__item {
  display: inline-flex;
  align-items: center;
  height: 40px;
  color: #373737;
  background: #E9ECEF;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0;
  border-radius: 6px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
}

.compare-tabs .tabs__item.active {
  background: var(--blue);
  color: var(--white);
}

.compare-tabs .tabs__item.active::before {
  display: none;
}

@media (max-width: 767px) {
  .compare-tabs .tabs__header {
    flex-wrap: wrap;
  }
  .compare-tabs .tabs__item {
    width: 100%;
    justify-content: center;
  }
}
.compare-empty {
  display: none;
}

.compare-empty__message {
  margin-bottom: 20px;
  font-size: 18px;
}

.compare-page._empty .compare-empty {
  display: block;
}

.compare-page._empty .compare-tabs,
.compare-page._empty .compare-filter {
  display: none;
}

.compare-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .compare-header {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}

.compare-button {
  display: block;
  cursor: pointer;
  width: 36px;
  min-width: 36px;
  height: 36px;
  background: url(../../images/icon-compare.svg) center no-repeat;
  filter: blur(0) invert(0.5);
}

.compare-button.active {
  filter: none;
}

.catalog__list-item-top {
  width: 100%;
}

.catalog__list-item-picture {
  display: flex;
  justify-content: center;
}

.product-card__compare {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  background-size: contain;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.catalog__list-item:hover .product-card__compare {
  opacity: 1;
  visibility: visible;
}

.compare-card {
  position: relative;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .compare-card {
    padding: 0 10px;
  }
}
.compare-card__thumb {
  height: 430px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .compare-card__thumb {
    height: 282px;
  }
}
@media (max-width: 992px) {
  .compare-card__thumb {
    height: 296px;
  }
}
@media (max-width: 767px) {
  .compare-card__thumb {
    height: 186px;
  }
}
.compare-card__thumb img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .compare-card__thumb img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.compare-card__labels {
  position: absolute;
  left: 20px;
  top: 0;
}
@media (max-width: 992px) {
  .compare-card__labels {
    left: 10px;
  }
}
.compare-card__title {
  font-weight: 700;
  font-size: 18px;
  color: var(--dark);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .compare-card__title {
    font-size: 16px;
  }
}
.compare-card__price {
  font-weight: 700;
  font-size: 18px;
  color: var(--blue);
}
@media (max-width: 767px) {
  .compare-card__price {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .h-logo img {
    width: 40px;
  }
}

/* cart */
.cart-page {
  padding-bottom: 60px;
}

.cart-prod-card {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 767px) {
  .cart-prod-card {
    gap: 20px;
    width: 100%;
  }
  .cart-prod-card > div {
    flex: 1;
    padding-top: 2px;
  }
}
.cart-prod-card__thumb {
  width: 69px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .cart-prod-card__thumb {
    width: 55px;
    height: 50px;
  }
}
.cart-prod-card__title {
  font-weight: 500;
  font-size: 18px;
  color: var(--dark);
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cart-prod-card__title {
    font-size: 16px;
  }
}
.cart-prod-card__part {
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: var(--dark-grey);
}
@media (max-width: 992px) {
  .cart-prod-card__part {
    font-size: 14px;
  }
}

.cart-prod-price {
  font-weight: 500;
  font-size: 18px;
  color: var(--dark);
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cart-prod-price {
    font-size: 16px;
  }
}
.cart-prod-price__old {
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  text-decoration: line-through;
  color: var(--dark-grey);
}
@media (max-width: 992px) {
  .cart-prod-price__old {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cart-prod-price__old {
    display: none;
  }
}
.cart-prod-price__label {
  display: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 154%;
  color: var(--dark-grey);
  margin-top: 2px;
}
@media (max-width: 767px) {
  .cart-prod-price__label {
    display: block;
  }
}

.del-btn {
  display: block;
  background: url(../../images/button-remove.svg);
  cursor: pointer;
  transition: 0.3s;
  filter: brightness(0) invert(0.6);
  width: 24px;
  height: 24px;
}
.del-btn:hover {
  filter: none;
}

.cart-counter {
  border: 1px solid #e0e0e0;
  height: auto;
  border-radius: 0;
  background: #fff;
  padding: 0;
  display: inline-flex;
  width: auto;
}
.cart-counter .counter__btn {
  width: 52px;
  height: 50px;
  border-radius: 0;
  background-color: transparent;
  transition: 0.3s;
  background-size: auto;
}
@media (max-width: 992px) {
  .cart-counter .counter__btn {
    width: 40px;
    height: 40px;
  }
}
.cart-counter .counter__btn:hover {
  background-color: transparent;
  filter: brightness(0) invert(0.1);
}
.cart-counter .counter__text {
  width: 58px;
  height: 50px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  font-weight: 500;
  font-size: 16px;
  color: var(--dark);
}
@media (max-width: 992px) {
  .cart-counter .counter__text {
    width: 48px;
    height: 40px;
  }
}

.cart-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .cart-controls {
    margin-right: -100px;
  }
}
@media (max-width: 767px) {
  .cart-controls {
    margin: 0;
    gap: 10px;
  }
}
.cart-controls .button {
  width: 260px;
}
@media (max-width: 992px) {
  .cart-controls .button {
    width: 220px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cart-controls .button {
    width: 100%;
    white-space: nowrap;
    font-size: 13px;
    padding: 0 15px;
    height: 43px;
    letter-spacing: 0;
  }
  .cart-controls .button._white {
    order: 2;
  }
}

.cart-clear {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 567px) {
  .cart-clear {
    font-size: 13px;
  }
}
.cart-clear::after {
  content: "";
  display: block;
  background: url(../../images/button-remove.svg);
  cursor: pointer;
  transition: 0.3s;
  filter: brightness(0) invert(0.6);
  width: 24px;
  height: 24px;
}
@media (max-width: 567px) {
  .cart-clear::after {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}
.cart-clear:hover::after {
  filter: none;
}

.total-info {
  margin-left: -100px;
}
@media (max-width: 767px) {
  .total-info {
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.total-info__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  color: var(--dark-grey);
}
.total-info__price {
  font-weight: 700;
  font-size: 18px;
  color: var(--dark);
  margin-left: 5px;
}

.cart-table {
  width: 100%;
  font-size: 18px;
}
.cart-table th {
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--dark-grey);
  padding: 0 10px 15px;
}
@media (max-width: 992px) {
  .cart-table th {
    font-size: 16px;
  }
}
.cart-table th:first-child {
  padding-left: 0;
}
.cart-table th:last-child {
  padding-right: 0;
}
.cart-table td {
  padding: 20px 10px;
  border-top: 1px solid #e0e0e0;
}
.cart-table td:first-child {
  padding-left: 0;
}
.cart-table td:last-child {
  padding-right: 0;
}
.cart-table .col-prod {
  width: 560px;
}
@media (max-width: 1200px) {
  .cart-table .col-prod {
    width: auto;
  }
}
@media (max-width: 767px) {
  .cart-table .col-prod {
    width: 100%;
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 24px;
    padding-bottom: 18px;
  }
}
.cart-table .col-action {
  width: 24px;
  text-align: right;
}
@media (max-width: 767px) {
  .cart-table .row-total {
    display: flex;
    flex-direction: column;
  }
}
.cart-table .row-total td {
  padding-top: 40px;
  padding-bottom: 0;
  background: none;
}
@media (max-width: 767px) {
  .cart-table .row-total td {
    padding-top: 25px;
  }
}
@media (max-width: 567px) {
  .cart-table .row-total__left {
    order: 2;
  }
}
.cart-table .row-total__right {
  text-align: right;
}
@media (max-width: 567px) {
  .cart-table .row-total__right {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    order: 1;
  }
}
@media (max-width: 767px) {
  .cart-table {
    margin: 0 0 10px;
  }
  .cart-table__header {
    display: none !important;
  }
  .cart-table thead,
  .cart-table tbody,
  .cart-table td {
    display: block;
  }
  .cart-table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 24px 14px;
    border: 1px solid #e0e0e0;
    border-top: none;
  }
  .cart-table tr:nth-child(2) {
    border-radius: 4px 4px 0 0;
    border: 1px solid #e0e0e0;
  }
  .cart-table tr:nth-last-child(2) {
    border-radius: 0 0 4px 4px;
  }
  .cart-table tr.row-total {
    padding: 0;
    border: none;
  }
  .cart-table td {
    border-top: none;
    padding: 10px 0;
    text-align: left;
  }
  .cart-table .col-action {
    display: block;
    width: 100%;
  }
  .cart-table .col-total {
    display: none;
  }
  .cart-table .col-price,
  .cart-table .col-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .cart-page .box-header {
    display: flex;
  }
}

.product-card a {
  transition: 0.2s;
}

.product-card:hover .product-card__actions {
  opacity: 1;
}

.product-card__brand {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: var(--blue);
  height: 40px;
}
.product-card__brand img {
  height: 25px;
}

.product-card__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-card__actions {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.2s;
}

.product-card-action {
  position: relative;
  z-index: 9;
  filter: brightness(0) invert(0.5);
}
.product-card-action.active, .product-card-action:hover {
  filter: none;
}
.product-card-action img {
  display: block;
}

.product-card:hover {
  z-index: 99;
}
.product-card:hover .product-card__hover {
  opacity: 1;
  visibility: visible;
}

.product-card__param,
.product-card__title,
.product-card__bar,
.product-card__thumb {
  position: relative;
  z-index: 9;
}

.product-card__price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  color: var(--dark);
  margin-bottom: 20px;
}
.product-card__price strike {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 162%;
  text-decoration: line-through;
  color: var(--dark-grey);
}

@media (min-width: 992px) {
  .product-card__actions {
    opacity: 0;
  }
  .product-card__hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -70px;
    box-shadow: 0 43px 50px 0 rgba(0, 0, 0, 0.05);
    background: var(--white);
    transition: 0.2s;
    z-index: 1;
    padding: 30px 20px;
  }
  .product-card._oldprice .product-card__hover {
    bottom: -145px;
  }
}
@media (max-width: 992px) {
  .product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .product-card__descr {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .product-card__hover {
    position: relative;
    z-index: 1;
    flex: 1;
    padding: 0 0 30px;
    margin: 0;
  }
}
.product__brand img {
  height: 35px;
}

.product__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product__actions {
  display: flex;
  align-items: center;
  gap: 15px;
}


/* CART ORDER FORM */



.order-form {
  padding: 60px;
  background: var(--grey);
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .order-form {
    padding: 40px;
  }
}
@media (max-width: 568px) {
  .order-form {
    padding: 30px;
    gap: 35px;
  }
}
.order-form__title {
  margin: 0;
}
.order-form__fields {
  display: flex;
  gap: 30px;
}
@media (max-width: 1200px) {
  .order-form__fields {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .order-form__fields {
    flex-direction: column;
    gap: 35px;
  }
}
.order-form__footer {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .order-form__footer {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .order-form__footer {
    flex-direction: column;
    text-align: center;
  }
  .order-form__footer .button {
    width: 100%;
  }
}

.order-group {
  width: 100%;
}
.order-group__title {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .order-group__title {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .order-group__title {
    font-size: 18px;
  }
}
.order-group__title span {
  color: var(--blue);
}
.order-group__form {
  display: flex;
  flex-wrap: wrap;
  margin: -9px;
}
@media (max-width: 1200px) {
  .order-group__form {
    margin: -6px;
  }
}
.order-group__field {
  padding: 9px;
  width: 33.33%;
}
@media (max-width: 1200px) {
  .order-group__field {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .order-group__field {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .order-group__field {
    width: 100%;
  }
}
.order-group__field._full {
  width: 100%;
}
.order-group .forms input[type=text],
.order-group .forms input[type=email],
.order-group .forms input[type=tel] {
  border: 1px solid #e9eced;
}
.order-group select {
  border: 1px solid #e9eced;
  padding: 14px;
  width: 700px;
  height: 54px;
  font-weight: 500;
  font-size: 16px;
  background: var(--white);
}
.order-group .jq-selectbox__select {
  background: var(--white);
  font-weight: 500;
  font-size: 16px;
  color: var(--dark);
}
.order-group .jq-selectbox__trigger-arrow {
  background-size: contain;
  width: 16px;
  right: 14px;
}
.order-group .jq-selectbox.opened {
  z-index: 10002 !important;
}
.order-group .jq-selectbox ul li.sel, .order-group .jq-selectbox ul li.selected {
  background-color: var(--white);
}

.forms-approval {
  font-weight: 300;
  font-size: 11px;
  color: var(--dark);
}
@media (max-width: 767px) {
  .forms-approval br {
    display: none;
  }
}
.forms-approval::before {
  content: "*";
  color: var(--blue);
}
.forms-approval a {
  font-weight: 600;
  text-decoration: underline;
}

.field-note {
  margin-top: 10px;
  color: var(--dark);
  font-weight: 300;
  font-size: 11px;
  line-height: 140%;
}
.field-note._required::before {
  content: "*";
  color: var(--blue);
}
.field-note strong {
  display: block;
  font-weight: 600;
}

.radio {
  display: inline-flex;
  cursor: pointer;
  gap: 14px;
  transition: 0.3s;
  position: relative;
  font-weight: 300;
  font-size: 11px;
  line-height: 24px;
  color: var(--dark);
}
.radio input[type=checkbox] {
  width: 24px;
  height: 24px;
  background: var(--white);
  border: 1px solid #e9eced;
}
.radio.stylization input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.radio sup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background: var(--white);
  position: relative;
  border: 1px solid #e9eced;
}
.radio input:checked ~ sup {
  background: var(--white);
}
.radio input:checked ~ sup::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #e9eced;
  background: var(--blue);
  box-sizing: border-box;
}
.radio a {
  color: var(--blue-new);
  text-decoration: underline;
}
.radio a:hover {
  text-decoration: none;
}

.order-group-user-type {
  display: flex;
  gap: 30px;
}

.recom_vis {
opacity: 1;
}

.it_corz_lk {
right: 1px;
}

.sd_mmn {
  margin-bottom: 40px;
}

.zak_gotov {
  font-weight: 600;
}
.product__action-flex {display: flex; align-items: center;}
.cart_btn {margin-left: 20px; cursor: pointer;}
.buy_btn { cursor: pointer;}
.cart_btn img {height: 50px;}
@media (max-width: 768px) {
  .cart_btn img {height: 42px;}
  .mob_w100 {width:100%;max-width: 100%;flex: 0 0 100%;}
}
/* Stylesheet: Стиль Modified On 2025-06-05 20:33:54 */
