@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
  --font-family: "Ubuntu", Arial;
  --content-width: 950px;
  --container-offset: 40px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --color-white: #FFFFFF;
  --color-blue: #0F4573;
  --color-gold: #D2B16B;
  --color-cream: #FFF8EA;
}

@media screen and (max-width: 768px) {
  :root {
    --container-offset: 20px;
  }
}
@media screen and (max-width: 340px) {
  :root {
    --container-offset: 16px;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html,
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.message {
  padding: 12px;
  /*font-weight: bold;*/
  background-color: var(--color-blue);
  color: #fff;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
  border-radius: 10px;
  font-weight: 500;

}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    font-size: 80%;
    margin: 0 auto;
    padding: 0 var(--container-offset);
    max-width: var(--container-width);
    padding-bottom: 15px;
    color: var(--color-blue);
}
.breadcrumb a{
color: var(--color-blue);
font-weight: 700;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, ">");
}

@media screen and (min-width: 865px) {
  html,
  body {
    scrollbar-color: #0F4573 #D9D9D9;
    scrollbar-width: thin;
  }
  *::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #D9D9D9;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #0F4573;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Loader */
@keyframes ldio-ipd3928f17q {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-ipd3928f17q div {
position: absolute;
  width: 70.92px;
  height: 70.92px;
  border: 3.94px solid #0f4573;
  border-top-color: transparent;
  border-radius: 50%;
}
.ldio-ipd3928f17q div {
  animation: ldio-ipd3928f17q 1.3513513513513513s linear infinite;
  top: 98.5px;
  left: 98.5px
}
#loader {
  position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  width: 197px;
  height: 197px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-ipd3928f17q {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-ipd3928f17q div { box-sizing: content-box; }
/* Loader */
.page {
  height: 100%;
  font-family: var(--font-family);
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 280px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.img-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  padding: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

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

svg.img-contain {
  height: 100%;
}

.main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.title {
  margin: 0;
  color: var(--color-blue);
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.product__data .title {
      max-width: 378px;
}
.btn-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-white);
  background-color: var(--color-blue);
  text-align: center;
  border-radius: 24px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-blue__text {
  position: relative;
  text-align: center;
  font-size: inherit;
  font-family: inherit;
  z-index: 3;
}
@media (hover: hover) and (pointer: fine) {
  .btn-blue:hover {
    color: var(--color-blue);
    background-color: var(--color-gold);
  }
}

.btn-cream {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-blue);
  text-align: center;
  border-radius: 24px;
  z-index: 2;
}
.btn-cream__back, .btn-cream__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: var(--color-gold);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 3;
}
.btn-cream__back {
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: var(--color-blue);
  z-index: 2;
}
.btn-cream__text {
  position: relative;
  text-align: center;
  font-size: inherit;
  font-family: inherit;
  z-index: 4;
}

@media (hover: hover) and (pointer: fine) {
  .btn-cream:hover .btn-cream__content {
    -webkit-transform: translate(8px, -5px);
    -ms-transform: translate(8px, -5px);
    transform: translate(8px, -5px);
  }
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 19.5px;
  }
}
input,
textarea {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid transparent;
}
@media (hover: hover) and (pointer: fine) {
  input:hover,
  textarea:hover {
    border-color: var(--color-gold);
  }
}

.header {
  width: 100%;
  position: relative;
  background-color: var(--color-white);
  padding: 165px 0 25px;
  z-index: 52;
  margin-bottom: 30px;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo {
  position: relative;
  width: 187px;
  margin-right: 80px;
  /*margin-top: -18px;*/
}

.header__action {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.search {
  width: 100%;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search__btn {
  width: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-blue);
  border-radius: 19px 0 0 19px;
}

.search__btn--ico {
  width: 14px;
}

.search__btn--ico use {
  fill: var(--color-white);
}

.search__input {
  width: auto;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: var(--color-white);
  border-radius: 0 19px 19px 0;
  border: 1.15px solid var(--color-blue);
  padding: 0 20px;
  color: var(--color-blue);
  outline: none;
}

.nav {
  width: 100%;
  margin-top: 24px;
}

.nav__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__item {
  color: var(--color-blue);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) and (pointer: fine) {
  .nav__item:hover {
    color: var(--color-gold);
  }
}

.nav__item.__active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background-color: var(--color-blue);
}

.nav__link {
  display: inline-block;
  font-size: inherit;
  color: inherit;
  padding: 0;
}

.header__tel-icon {
  margin-left: 30px;
}

.header__tel {
  margin-left: 24px;
  color: var(--color-blue);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}

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

.hero__center .hero__facts {
  display: none;
}
@media (max-width: 992px) {
  .hero__left .hero__facts {
    display: none;
  }
  .hero__center {
    width: 100%;
  }
  .hero__center .hero__facts {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    width: 100%;

  }
    .header__fixed {
      display: none;
    }
  .header__tel-icon {
    margin-left: auto;
    margin-right: 15px;
  }
  .header__tel {
    margin-left: 10px !important;
  }
  .header {
    padding-top: 0;
  }
}

.header__tel .order-call {
  font-weight: normal;
  text-transform: none;
  margin-top: 10px;
  display: block;
  font-size: 13px;
  text-align: right;
  text-decoration: underline;
}

.header__tel a {
  color: inherit;
  font-size: inherit;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) and (pointer: fine) {
  .header__tel a:hover {
    color: var(--color-gold);
  }
}

.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*margin-left: 45px;*/
  cursor: pointer;
  color: var(--color-blue);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) and (pointer: fine) {
  .cart:hover {
    color: var(--color-gold);
  }
}

.cart__content {
  position: relative;
  /*margin-bottom: 10px;*/
}

.cart__img {
  width: 40px;
  height: 37px;
}

.cart__img--ico use {
  fill: var(--color-blue);
}

.cart__count {
  position: absolute;
  right: -10px;
  top: -5.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #D2B16B;
  border-radius: 50%;
  height: 17px;
  min-width: 17px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 0 5px;
}

.cart__text {
color: #d2b16b;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    counter-increment: listItem;
    content: counter(listItem);
    display: -webkit-box;

    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 73px;
    height: 32px;
    border-radius: 10px;
    background-color: var(--color-gold);
    color: var(--color-blue);
}

.nav__link--mobileText {
  color: inherit;
  font-size: inherit;
  display: none;
}

.header__remove {
  display: none;
}

.burger {
  display: none;
}

@media screen and (max-width: 864px) {
  .logo {
    width: 50px;
    margin-right: 20px;
  }
  .header__tel .order-call {
    margin-top: 3px;
  }
  .header__tel {
    font-size: 13px;
    margin-left: 20px;
  }
  .hero__fact span span {
    display: block;
  }
  .cart {
    margin-left: 16px;
  }
  .cart__content {
    margin-bottom: 7px;
  }
  .cart__img {
    width: 31px;
    height: 29px;
  }
  .cart__count {
    height: 13px;
    min-width: 13px;
    font-size: 9px;
    padding: 0 2px;
    right: -0.6px;
    bottom: -3px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 9px 0;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  }
  .nav__item.__active::before {
    display: none;
  }
  .header__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__tel {
    margin-left: auto;
  }
  .logo {
    margin-top: 0;
  }
  .header__action {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: absolute;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    background-color: var(--color-cream);
    height: calc(var(--vh) - var(--header-height));
    padding: 30px var(--container-offset);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header__action.__show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .search {
    display: none;
  }
  .nav {
    margin-top: 0;
  }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav__item {
    font-size: 20px;
    text-align: left;
    margin-bottom: 28px;
  }
  .nav__item:last-child {
    margin-bottom: 0;
  }
  .nav__link--mobileText {
    display: inline;
  }
  .header__remove {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    border: 2px solid var(--color-blue);
    border-radius: 30%;
  }
  .header__remove::before,
  .header__remove::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 12px;
    height: 2px;
    border-radius: 4px;
    background-color: var(--color-blue);
  }
  .header__remove::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header__remove::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 20px;
    width: 18px;
    margin-right: 20px;
  }
  .burger__line {
    width: 100%;
    height: 2px;
    background-color: var(--color-blue);
  }
}
@media screen and (max-width: 340px) {
  .header__tel {
    font-size: 10px;
  }
}
.footer {
  width: 100%;
  position: relative;
  background-color: var(--color-blue);
  padding: 204px 0 56px 0;
  margin-top: auto;
  z-index: 2;
}

.footer__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer__column {
  width: auto;
  max-width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__logo {
  width: 230px;
  margin-bottom: 30px;
}

.footer__title {
  text-align: left;
  color: var(--color-gold);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
}

.footer__text {
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}

.footer__social {
  margin-right: 20px;
  max-width: 52px;
  max-height: 52px;
}

.footer__social:last-child {
  margin-right: 0;
}

.footer__social--whatsap {
  width: 47px;
  max-height: 52px;
}

.footer__social--tg use,
.footer__social--tel use,
.footer__social--whatsap use {
  fill: var(--color-gold);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (hover: hover) and (pointer: fine) {
  .footer__social:hover use {
    fill: var(--color-cream);
  }
}
.footer__social--tel {
  width: 49px;
  max-height: 52px;
}

.footer__social--tg {
  width: 46px;
  max-height: 52px;
}

.footer__link {
  color: var(--color-white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.35px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) and (pointer: fine) {
  .footer__link:hover {
    color: var(--color-gold);
  }
}

.footer__title + .footer__link {
  margin-top: 10px;
}

.footer__title:first-child + .footer__link {
  margin-bottom: auto;
}

.footer__title--menu {
  padding-left: 30px;
  margin-bottom: 20px;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__item {
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
}

.footer__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 7px;
  height: 7px;
  background-color: var(--color-gold);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 864px) {
  .footer__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__column:last-child {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 20px 0 35px 0;
  }
  .footer__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__column:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
  }
  .footer__column:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    min-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 80px;
    margin-top: 8px;
  }
  .footer__logo {
    width: 134px;
    margin-bottom: 17px;
  }
  .footer__socials {
    margin-top: auto;
    margin-right: auto;
  }
  .footer__title {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .footer__title + .footer__link {
    margin-top: 0;
  }
  .footer__title:first-child + .footer__link {
    margin-bottom: 19.7px;
  }
  .footer__text,
  .footer__link {
    font-size: 13px;
  }
  .footer__social {
    margin-right: 10px;
    max-width: 30px;
    max-height: 30px;
  }
  .footer__social--whatsap {
    width: 26px;
    max-height: 26px;
  }
  .footer__social--tel {
    width: 27px;
    max-height: 30px;
  }
  .footer__social--tg {
    width: 26px;
    max-height: 26px;
  }
}
@media screen and (max-width: 340px) {
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__column:nth-child(3) {
    margin: 8px 0 0 0;
  }
  .footer__title:first-child + .footer__link {
    margin-bottom: 8px;
  }
  .footer__column:nth-child(2) {
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__socials {
    margin-top: 12px;
  }
}
.application {
  width: 100%;
  position: relative;
  margin-bottom: -156px;
  z-index: 10;
  margin-top: auto;
}

.application__content {
  width: 100%;
  position: relative;
}

.application__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 30px;
  background-color: var(--color-cream);
  padding: 32px 76px 38px 76px;
  max-width: 550px;
}

.application__form:before {
  background: url('/assets/images/ff2.svg') no-repeat;
  width: 185px;
  height: 42px;
  position: absolute;
  top: -42px;
  content: '';
  display: block;
  left: 50%;
  margin-left: -92px;
}

.application__title {
  width: 100%;
  text-align: center;
  margin-bottom: 21px;
}

.application__input {
  margin-top: 24px;
  height: 33px;
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 12px 15px;
  /*width: calc(25% - 11px);*/
  width: 100%;
  outline: none;
  color: var(--color-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}

*::-webkit-input-placeholder {
  color: rgba(15, 69, 115, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}

*::-moz-placeholder {
  color: rgba(15, 69, 115, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}

*:-ms-input-placeholder {
  color: rgba(15, 69, 115, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}

*::-ms-input-placeholder {
  color: rgba(15, 69, 115, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}

*::placeholder {
  color: rgba(15, 69, 115, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}

.application__textarea {
  width: 100%;
  background-color: var(--color-white);
  border-radius: 20px;
  padding: 7px 10px;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 127px;
  margin-top: 24px;
  outline: none;
  color: var(--color-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}

.application__footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.application__config {
  width: calc(100% - 210px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.application--ico {
  min-width: 18px;
  width: 18px;
  height: 21px;
  margin-right: 11px;
}

.application--ico use {
  fill: var(--color-gold);
}

.application__text {
  color: var(--color-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.07px;
  text-align: left;
}

.application__btn {
  height: 33px;
  width: 183px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
}

@media screen and (max-width: 864px) {
  .application__input {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .application {
    margin-bottom: 0;
    background-color: var(--color-cream);
  }
  .application__form {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 25px 0 34px 0;
    max-width: 360px;
    margin: 30px auto 0;
  }
  .application__title {
    margin-bottom: 0;
  }
  .application__input {
    margin-top: 10px;
    width: 100%;
    font-size: 13px;
  }
  *::-webkit-input-placeholder {
    font-size: 13px;
  }
  *::-moz-placeholder {
    font-size: 13px;
  }
  *:-ms-input-placeholder {
    font-size: 13px;
  }
  *::-ms-input-placeholder {
    font-size: 13px;
  }
  *::placeholder {
    font-size: 13px;
  }
  .application__textarea {
    height: 99px;
    margin-top: 10px;
    font-size: 13px;
  }
  .application__footer {
    margin-top: 35px;
  }
  .application__config {
    width: calc(100% - 172px);
  }
  .application--ico {
    min-width: 10px;
    width: 10px;
    height: 12px;
  }
  .application--ico use {
    fill: var(--color-blue);
  }
  .application__text {
    max-width: 120px;
    font-size: 9px;
    text-align: left;
  }
  .application__btn {
    width: 157px;
    font-size: 14px;
  }
}
@media screen and (max-width: 340px) {
  .application__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .application__config {
    width: 100%;
    margin-bottom: 20px;
  }
  .application__text {
    max-width: 100%;
  }
  .application__btn {
    width: 100%;
  }
}
.hero {
  width: 100%;
  position: relative;
  background-color: var(--color-blue);
}

.hero__content {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero__left {
  width: 230px;
  padding: 38px 0 34px 0;
  margin-right: 80px;
}

.hero__logo {
  width: 100%;
}

.hero__right {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
  width: calc(50vw + 162px);
}

.hero__decor {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc((100vw - var(--container-width)) / 2);
}

.hero__decor img {
  -o-object-position: right;
  object-position: right;
}

.hero__title {
  width: 100%;
  padding: 26px 0 35px 0;
  margin: 50px 0 30px 0;
  border-top: 2px solid var(--color-gold);
  border-bottom: 2px solid var(--color-gold);
  color: var(--color-white);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
}

.hero__text {
  color: var(--color-gold);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}

@media screen and (max-width: 1030px) {
  .hero__left {
    margin-right: 60px;
  }
  .hero__right {
    width: calc(100% - 330px);
  }
  .hero__decor {
    display: none;
  }
}
@media screen and (max-width: 864px) {
  .hero__left {
    margin-right: 60px;
  }
  .hero__right {
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 768px) {
  .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero__left {
    margin-right: 0;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 96px 1fr;
    grid-template-columns: 96px 1fr;
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
    gap: 23px 14px;
    grid-auto-flow: row;
    padding: 22px 0 18px 0;
  }
  .hero__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .hero__title {
    width: 100%;
    margin: 0;
    padding: 12px 0 8px 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 20px;
  }
  .hero__text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 160px;
    font-size: 10px;
  }
  .hero__right {
    position: relative;
    width: 100%;
    height: 307px;
  }
}
.wholesale {
  width: 100%;
  position: relative;
  padding: 30px 0 42px 0;
  background-color: var(--color-cream);
}

.wholesale__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}

.wholesale__title {
  width: 100%;
  text-align: left;
}

.wholesale__container {
  width: 100%;
  padding: 0 var(--container-offset);
  max-width: 1270px;
}

.wholesale__slider {
  position: relative;
  margin: 30px 0 40px 0;
}

.wholesale__slide {
  height: auto;
  padding: 22px 0 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
  .wholesale__slide:hover .wholesale__name {
    text-decoration: underline;
  }
  .wholesale__slide:hover .wholesale__link {
    background-color: var(--color-gold);
    color: var(--color-blue);
  }
}
.wholesale__name {
  width: 100%;
  text-align: center;
  color: var(--color-blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.wholesale__img {
  margin-top: auto;
  width: 100%;
  position: relative;
  padding-bottom: 68.225%;
  margin-bottom: 16px;
}

.img-adaptive {
  position: absolute;
  inset: 0;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.wholesale__link {
  width: calc(100% - 24px);
  height: 29px;
  font-size: 12px;
  font-weight: 700;
  line-height: 134.533%;
  letter-spacing: 0.24px;
}

.wholesale__all {
  width: 268px;
  height: 44px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  margin-left: auto;
  text-transform: uppercase;
}

.btn-arrow {
  width: 39px;
  height: 16px;
  margin-left: 20px;
}

.btn-arrow use {
  fill: var(--color-blue);
}

.wholesale__all .btn-cream__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .wholesale__slide {
    padding: 12px 0 16px 0;
  }
  .wholesale {
    padding: 30px 0;
  }
  .wholesale__name {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .wholesale__img {
    margin-bottom: 8px;
  }
  .wholesale__link {
    border-radius: 0;
    width: 100%;
    background-color: transparent;
    color: var(--color-blue);
    font-size: 10px;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    height: auto;
  }
  .wholesale__slider {
    /*margin: 0;*/
  }
  .wholesale__all,
  .wholesale__title {
    display: none;
  }
  .wholesale__all {
    width: 100%;
    max-width: 272px;
    height: 44px;
    font-size: 14px;
  }
  .wholesale__slide {
    -webkit-transform: translateX(calc(25% - 8px));
    -ms-transform: translateX(calc(25% - 8px));
    transform: translateX(calc(25% - 8px));
  }
}
.price {
  width: 100%;
  position: relative;
  background-color: var(--color-blue);
}

.price__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.price__info {
  width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 48px 0;
}

.price__title {
  text-align: left;
  color: var(--color-white);
  line-height: 150%;
  letter-spacing: 0.6px;
}

.price__btns {
  width: 100%;
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.price__img {
  width: calc(100% - 434px);
  margin-right: -196px;
  position: relative;
  height: auto;
  overflow: hidden;
}

.price__btn {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-blue);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 134.533%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  min-height: 44px;
  padding: 8px 12px;
}
@media (hover: hover) and (pointer: fine) {
  .price__btn:hover {
    font-weight: 700;
  }
}

.price__btn--gold {
  background-color: var(--color-gold);
  border-right: 1px solid var(--color-blue);
  border-radius: 24px 0 0 24px;
}

.price__btn--white {
  background-color: var(--color-white);
  border-left: 1px solid var(--color-blue);
  border-radius: 0 24px 24px 0;
}

.title .mobile {
  display: none;
}

@media screen and (max-width: 864px) {
  .price__info {
    width: 520px;
  }
  .price__img {
    width: calc(100% - 384px);
    margin-right: -156px;
    position: relative;
    height: auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .price__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .price__info {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 0 20px 0;
  }
  .price__title {
    text-align: center;
    line-height: normal;
    letter-spacing: 0;
  }
  .price__btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    max-width: 272px;
    margin-top: 13px;
  }
  .price__img {
    width: 100vw;
    min-width: 280px;
    margin-right: 0;
    height: 150px;
  }
  .price__btn {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 134.533%;
    letter-spacing: 0.28px;
    min-height: 40px;
    padding: 4px;
  }
  .price__btn--gold {
    border-right: none;
    border-radius: 40px;
    margin-top: 20px;
  }
  .price__btn--white {
    border-left: none;
    border-radius: 40px;
  }
  .title .desktop {
    display: none;
  }
  .title .mobile {
    display: inline;
  }
}
.about {
  width: 100%;
  position: relative;
  margin-top: 80px;
}

.about__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about__img {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: silver;
  padding-bottom: 36.843%;
  margin-bottom: 37px;
}

.about__title {
  margin-bottom: 30px;
}

.about__text {
  width: 100%;
  text-align: left;
  margin: 0;
  color: var(--color-blue);
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  .about {
    margin-top: 16px;
  }
  .about__img {
    display: none;
  }
  .about__title {
    margin-bottom: 9px;
  }
  .about__text {
    font-size: 13px;
    line-height: 119.2%;
  }
}
.process {
  position: relative;
  width: 100%;
  margin-top: 80px;
}

.process__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.process__title {
  margin-bottom: 30px;
  margin-right: auto;
}

.process__items {
  width: calc(100% - 20px);
  margin-right: 20px;
  /*max-width: 868px;*/
  position: relative;
  /*margin-left: auto;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.process__items::before {
  content: "";
  position: absolute;
  left: 0;
  top: 38px;
  width: 100%;
  height: 2px;
  background-color: var(--color-blue);
}

.process__item {
  position: relative;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.process__img {
  width: 100%;
  height: 130px;
  border: 2px solid var(--color-blue);
  position: relative;
  overflow: hidden;
}

.process__name {
  width: 100%;
  margin-top: 12px;
  color: var(--color-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
}

.process__count {
  position: absolute;
  top: 0;
  right: -20px;
  height: 42px;
  min-width: 45px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-blue);
  color: var(--color-white);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  z-index: 10;
}

.process__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 58px;
}

.process__left {
  width: calc(50% - 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.process__header {
  width: 100%;
  max-width: 465px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.process__header::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  height: 2px;
  width: calc(100% - 40px);
  background-color: var(--color-blue);
}

.process__count--main {
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 65px;
  background-color: var(--color-blue);
  color: var(--color-white);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 18px;
}

.process__count--text {
  color: var(--color-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  margin-left: 14px;
}

.process__soap {
  width: 100%;
  margin-top: 50px;
}

.process__right {
  width: calc(50% - 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.process__right .title {
  height: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.process__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
  counter-reset: listItem;
}

.process__point {
  width: 100%;
  padding-left: 44px;
  position: relative;
  text-align: left;
  margin-bottom: 15px;
  color: var(--color-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /*text-transform: uppercase;*/
}

.process__point::before {
  counter-increment: listItem;
  content: counter(listItem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 26px;
  border-radius: 10px;
  background-color: var(--color-gold);
  color: var(--color-blue);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.process__point:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .process {
    margin-top: 18px;
  }
  .process__title {
    margin-bottom: 12px;
  }
  .process__items {
    width: 100%;
    margin-right: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .process__items::before {
    display: none;
  }
  .process__item {
    width: calc(50% - 31px);
    margin-bottom: 25px;
    margin-right: 29px;
  }
  .process__img {
    height: 0;
    padding-bottom: 100%;
  }
  .process__name {
    margin-top: 6px;
    font-size: 10px;
    font-weight: 700;
  }
  .process__count {
    right: -29px;
  }
  .process__main {
    margin-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .process__left {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .process__header {
    max-width: 100%;
  }
  .process__header::before {
    display: none;
  }
  .process__count--text {
    font-size: 10px;
    margin-left: 16px;
    font-weight: 700;
  }
  .process__soap {
    margin-top: 8px;
  }
  .process__right {
    width: 100%;
    margin-top: 8px;
  }
  .process__right .title {
    height: auto;
  }
  .process__list {
    margin-top: 14px;
  }
  .process__point {
    padding-left: 46px;
    margin-bottom: 30px;
    font-size: 12px;
  }
}
.advantage {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 60px;
}

.advantage__title {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

.advantage__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 40px 0;
  background-color: var(--color-blue);
}

.advantage__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.advantage__item {
  width: calc(16.6666667% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.advantage__img {
  width: 100%;
  position: relative;
}

.advantage__img--container {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.advantage__text {
  width: 100%;
  text-align: center;
  margin-top: 27px;
  color: var(--color-white);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .advantage {
    margin-top: 25px;
    padding: 20px 0;
    background-color: var(--color-blue);
  }
  .advantage__title {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    color: var(--color-white);
  }
  .advantage__title.is-hidden {
    display: inline !important;
  }
  .advantage__content {
    padding: 0;
    background-color: transparent;
  }
  .advantage__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .advantage__item {
    width: calc(33.33333% - 6.666667px);
    margin-top: 20px;
  }
  .advantage__item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .advantage__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .advantage__item:nth-child(3) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .advantage__item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .advantage__item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .advantage__item:nth-child(6) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .advantage__text {
    margin-top: 8px;
    font-size: 10px;
  }
}
@media screen and (max-width: 340px) {
  .advantage__item {
    width: calc(50% - 6px);
  }
}
.partners {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 34px;
}

.partners__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.partners__title {
  width: 100%;
  text-align: left;
}

.partners__slider {
  width: 100%;
  position: relative;
  margin-top: 60px;
}

.partners__slider > .swiper {
  width: 100%;
  height: 65px;
}

.partners__slide {
  height: 100%;
  width: auto;
}

.partners__logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.sliderButton {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 10;
}

.sliderButton.sliderButton__next {
  border-width: 18.5px 0 18.5px 20px;
  border-color: transparent transparent transparent var(--color-blue);
  right: -40px;
}
@media (hover: hover) and (pointer: fine) {
  .sliderButton.sliderButton__next:hover {
    border-color: transparent transparent transparent var(--color-gold);
  }
}

.sliderButton.sliderButton__prev {
  border-width: 18.5px 18.5px 20px 0;
  border-color: transparent var(--color-blue) transparent transparent;
  left: -40px;
}
@media (hover: hover) and (pointer: fine) {
  .sliderButton.sliderButton__prev:hover {
    border-color: transparent var(--color-gold) transparent transparent;
  }
}

@media screen and (max-width: 1060px) {
  .sliderButton.sliderButton__next {
    right: -30px;
  }
  .sliderButton.sliderButton__prev {
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .partners {
    margin-top: 12px;
    margin-bottom: 18px;
  }
  .partners__slider {
    margin-top: 16px;
    padding: 0 20px;
  }
  .partners__slider > .swiper {
    height: 47px;
  }
  .sliderButton.sliderButton__next {
    border-width: 10px 0 10px 16px;
    right: 0;
  }
  .sliderButton.sliderButton__prev {
    border-width: 10px 16px 10px 0;
    left: 0;
  }
}
.reviews {
  width: 100%;
  position: relative;
  margin-top: 80px;
}

.reviews:first-child {
  margin-top: 0;
}

.reviews__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reviews__title {
  text-align: left;
  margin-bottom: 40px;
}

.reviews__text {
  margin: 0;
  width: 100%;
  text-align: left;
  color: var(--color-blue);
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 1.6em;
}

.reviews__slider {
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.reviews__slider .swiper-slide {
  opacity: 0;
  transition: opacity .4s;
}

.reviews__slider > .swiper .swiper-slide.swiper-slide-active,
.reviews__slider > .swiper .swiper-slide.swiper-slide-active + .swiper-slide {
  opacity: 1;
}
.reviews__slider > .swiper {
  width: 110%;
  position: relative;
  margin-left: -5%;
  margin-right: -5%;
  padding: 28px 4%;
}

.reviews__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

  margin: 10px;
  box-shadow: 12px 12px 25px rgba(0, 0, 0, 0.1);
  padding: 0 10px 0 0;
  border-radius: 17px;
}

.reviews__left {
  width: 40%;
}

.header-line {
  background: linear-gradient(to bottom, #00427A, #003059);
  color: #fff;
  /*margin-bottom: 30px;*/
}

.header-sline {
  background: #fff;
  padding: 20px 0;
  z-index: 2;
  /*margin-bottom: 30px;*/
}


.header-sline__col {
  display: flex;
  align-items: center;
}

.header-sline__contacts-name {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__contacts a {
  color: #0F4573;
}
.header__contacts a:first-child {
  font-size: 16px;
  font-weight: bold;
}
.header-sline strong {
  font-weight: normal;
  margin-right: 30px;
}
.header-sline .btn-cream__content {
  padding: 10px 30px;
}
.header__contacts {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  margin-left: 50px;
  text-align: right;
}

.header-sline__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-line__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-line ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-line li {
  display: flex;
  align-items: center;
  list-style-type: none;
  gap: 25px;
  font-size: 14px;
}

.header-line li img {
  max-width: 80px;
  max-height: 40px;
}

.application {
  background: linear-gradient(to bottom, #00427A, #003059);
  color: #fff;
  display: flex;
  padding: 90px 0 60px;
}

.application__content {
  display: flex;
  align-items: center;
}

.application__content p {
  margin-bottom: 40px;
}



.application__wrap ul li:before {
  width: 25px;
  height: 25px;
  background: url('/assets/images/checked.svg') no-repeat;
  content: '';
  display: flex;
}
.application__wrap ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.title.application__title {
  text-transform: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 0;
}

.title.application__title img {
  width: 80px;
}

.title.application__title strong {
  font-weight: bold;
}

  .application__wrap ul li {
  list-style-type: none;
    display: flex;
    gap: 15px;
    padding-left: 0;
    align-items: center;
}
.application__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 30px;
}

.application__title span {
  color: var(--color-gold)
}
.application__title {
  font-size: 28px;
  line-height: 43px;
  text-align: left;
  margin-top: 40px;
}


.reviews__img {
        border: solid 10px #0f4573;
  background: #0f4573;
        border-radius: 17px;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 134.513%;
/*   border-top: 2px solid var(--color-blue);
border-bottom: 2px solid var(--color-blue); */
}

.reviews__img img {
  border-radius: 7px;
}

.reviews__right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
}

.reviews__name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 8px 14px 4px 14px;
  /*background-color: var(--color-blue);*/
  border-radius: 0 0 17px 0;
  /*color: var(--color-white);*/
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 134.533%;
  text-transform: uppercase;
  margin: 0;
}

.reviews__author {
  width: 100%;
  padding-left: 14px;
  margin: 0 0 18px;
  color: var(--color-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 134.533%;
  /*text-transform: uppercase;*/
}

.reviews__description {
  padding-left: 14px;
  width: 100%;
  text-align: left;
  color: #162435;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: auto 0;
}

@media screen and (max-width: 768px) {
  .reviews {
    margin-top: 20px;
  }
  .reviews__title {
    margin-bottom: 20px;
  }
  .reviews__text {
    font-size: 13px;
  }
  .reviews__slider {
    margin-top: 20px;
    padding: 0 20px;
  }
  .reviews:first-child {
    margin-top: 32px;
  }
}
@media screen and (max-width: 475px) {
  .reviews__slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reviews__right,
  .reviews__left {
    width: 75%;
  }
  .reviews__name {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
  .reviews__author {
    padding-left: 0;
  }
  .reviews__description {
    padding-left: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }
}
.catalog {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.catalog__content {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aside {
  width: 233px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aside__filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aside__btn {
  width: 100%;
  background-color: var(--color-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 20px 8px 14px;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .filter__btn:hover .filter__name {
    color: var(--color-gold);
  }
  .aside__btn:hover .aside__name {
    color: var(--color-white);
  }
  .filter__btn:hover .filter__arrow {
    border-color: var(--color-gold) transparent transparent transparent;
  }
  .aside__btn:hover .aside__arrow {
    border-color: var(--color-white) transparent transparent transparent;
  }
}
.aside__name {
  color: var(--color-gold);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  width: calc(100% - 30px);
  text-align: left;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.aside__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 12px 0 12px;
  border-color: var(--color-gold) transparent transparent transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.aside__body {
  width: calc(100% - 2px);
  position: relative;
  overflow: hidden;
  background-color: var(--color-cream);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.aside__filter:last-child .aside__body {
  border-bottom-right-radius: 19px;
}

.aside__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 17px;
}

.aside__item {
  position: relative;
  margin-bottom: 24px;
}
.aside__item2 {
  position: relative;
  margin-bottom: 4px;
}
.__select {
  cursor: pointer;
}

.__select input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.aside__item span {
  text-align: left;
  padding-bottom: 6px;
  color: var(--color-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.aside__item2 span {
  text-align: left;
  padding-bottom: 6px;
  color: var(--color-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) and (pointer: fine) {
  .aside__item span:hover {
    color: var(--color-gold);
  }
}

.__select input:checked + span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-blue);
}
.__select .checked span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-blue);
}
.__active span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-blue);
}
.__select input:disabled + span {
  pointer-events: none;
  color: #D9D9D9;
}

.aside__item:last-child {
  margin-bottom: 0;
}

.catalog__products {
  width: calc(100% - 310px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 13px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  margin-bottom: 14px;
}

.catalog__title {
  text-align: left;
  max-width: calc(100% - 320px);
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter__title {
  color: var(--color-blue);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.7px;
  /*text-transform: uppercase;*/
}

.filter__type {
  min-width: 65px;
  margin-left: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.filter__btn {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.filter__name {
  color: var(--color-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.filter__arrow {
  margin-left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: var(--color-blue) transparent transparent transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.filter__list {
  position: absolute;
  top: calc(100% + 15px);
  background-color: #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  z-index: 20;
}

.filter__type:nth-child(2) .filter__list {
  left: -19px;
  width: 161px;
  padding-left: 22px;
  padding-right: 22px;
}

.filter__type:nth-child(3) .filter__list {
  left: -11px;
  width: 160px;
  padding-left: 16px;
  padding-right: 16px;
}

.filter__type:nth-child(4) .filter__list {
  right: 0;
  width: 80px;
  padding-left: 14px;
  padding-right: 14px;
}

.filter__item {
  position: relative;
  margin-bottom: 17px;
}

.filter__item:first-child {
  margin-top: 28px;
}

.filter__item:last-child {
  margin-bottom: 28px;
}

.filter__item span {
  color: var(--color-blue);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) and (pointer: fine) {
  .filter__item span:hover {
    color: var(--color-gold);
  }
}

.filterMobile {
  display: none;
}

.catalog__list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: row;
  gap: 20px 10px;
}

.catalog__list.empty-catalog-list .btn-cream {
  margin: 30px 0
}

.catalog__list.empty-catalog-list .btn-cream__content {
  padding: 10px 30px;
  margin: 30px 0;
  display: flex;
}
.catalog__list.empty-catalog-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 30px
}

@media screen and (max-width: 976px) {
  .filter,
  .aside {
    display: none;
  }
  .catalog__products {
    width: 100%;
  }
  .filterMobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .filter__list {
    min-width: 280px;
    top: 100%;
    width: 100vw;
    right: 0;
    background-color: var(--color-cream);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 0 0 16px 0;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
  }
  .filter__type:nth-child(2) .filter__list.filter__list--right {
    width: 50vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 0;
    min-width: 140px;
  }
  .filter__item:last-child,
  .filter__item:first-child,
  .filter__item {
    width: 100%;
    margin: 0;
  }
  .__select input:checked + span::before {
    display: none;
  }
  .__select input:checked + span {
    background-color: rgba(15, 69, 115, 0.1);
  }
  .filter__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 14px 20px;
    font-size: 10px;
    letter-spacing: -0.2px;
  }
  .filter__right,
  .filter__left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .filter__right {
    border-left: 1px solid var(--color-blue);
  }
  .filter__left {
    border-right: 1px solid var(--color-blue);
  }
  .filter__nameType {
    width: 100%;
    color: var(--color-white);
    background-color: var(--color-blue);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    padding: 5px 20px;
  }
  .filterMobile .filter__type {
    position: static;
  }
  .filter__doubleArrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 6px;
  }
  .filter__doubleArrows .filter__arrow {
    margin: 0;
  }
  .filter__doubleArrows .filter__arrow:first-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .filter__doubleArrows .filter__arrow:last-child {
    margin-top: 8px;
  }
  .catalog__content {
    padding: 0;
  }
  .catalog__list,
  .filterMobile,
  .catalog__title {
    padding: 0 var(--container-offset);
  }
}
@media screen and (max-width: 768px) {
  .catalog__header {
    margin-top: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .catalog__title {
    max-width: 100%;
  }
  .filterMobile {
    width: 100%;
    margin-top: 12px;
  }
  .filterMobile .filter__type {
    margin-left: 0;
    min-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 325px) {
  .filter__nameType {
    padding: 5px;
  }
}
.card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card__href {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card__soap {
  width: 100%;
}

.card__img {
  width: 100%;
  padding-bottom: 69.2%;
  position: relative;
  overflow: hidden;
}

.card__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
  padding: 0 14px;
}

.card__info {
  width: 100%;
  display: -ms-grid;
  display: grid;
  color: var(--color-blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135.533%;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.card__name,
.card__type {
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card__name {
  font-weight: 700;
}

.card__weight {
  /*width: 42px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  color: rgba(130, 130, 130, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.182%;
  letter-spacing: 0.42px;
  text-transform: none;
  white-space: nowrap;
}

.card__weight--text {
  width: 100%;
  text-align: right;
}

.card__weight--value {
  width: 100%;
  text-align: right;
  font-weight: 500;
  margin-left: 5px;
}

.card__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 18px 14px;
}

.card__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card__item:last-child {
  padding-bottom: 0;
}

.card__massa {
  width: 50%;
  text-align: left;
  color: var(--color-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 134.533%;
  letter-spacing: -0.9px;
  text-transform: none;
  padding-bottom: 9px;
}

.card__price {
  width: 50%;
  color: var(--color-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 134.533%;
  text-transform: none;
  text-align: right;
  border-left: 1px solid var(--color-gold);
  padding-bottom: 9px;
}

.card__price b {
  font-weight: 500;
}

.card__bottom {
  width: 100%;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 6px 14px 12px 14px;
  border-radius: 10px;
  border: 2px solid var(--color-gold);
  position: relative;
}


.msFavoriterToggleshow, .fav_prod {
  border: 2px solid var(--color-gold);
    background-color: var(--color-gold);
    color:var(--color-blue);
}

.card__bottom.__added {
  border-color: var(--color-cream);
  background-color: var(--color-cream);
  -webkit-box-shadow: 4px 4px 9px 0px rgba(34, 60, 80, 0.11);
  box-shadow: 4px 4px 9px 0px rgba(34, 60, 80, 0.11);
}

.card__cart {
  width: 100%;
  min-height: 30px;
  position: relative;
  padding: 0 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card__cart::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/svg/cart.svg);
}

.card__add, .card__add2 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-blue);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) and (pointer: fine) {
  .card__add, .card__add2:hover {
    color: var(--color-gold);
  }
}

.card__popup,
.card__bottom.__added .card__add {
  display: none;
}

.card__application {
  width: 100%;
  min-height: 38px;
  font-size: 11px;
  font-weight: 600;
  line-height: 134.533%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}



.card__delete {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
  color: var(--color-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) and (pointer: fine) {
  .card__delete:hover {
    color: var(--color-gold);
  }
}

.card__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.card__bottom.__added .card__delete,
.card__bottom.__added .card__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__minus {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10px 7px 0;
  border-color: transparent var(--color-blue) transparent transparent;
  cursor: pointer;
}

.card__plus {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent var(--color-blue);
  cursor: pointer;
}

.card__input {
  width: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background-color: var(--color-white);
  text-align: center;
  color: var(--color-blue);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 6px 8px 8px 8px;
}

@media screen and (max-width: 768px) {
  .catalog__list {
    gap: 24px 10px;
  }
  .card__header {
    margin-top: 4px;
    padding: 0 8px;
  }
  .card__weight {
    font-size: 9px;
  }
  .card__weight--text,
  .card__weight--value {
    text-align: left;
  }
  .card__info {
    font-size: 9px;
  }
  .card__list {
    padding: 12px 8px;
  }
  .card__price,
  .card__massa {
    font-size: 9px;
    padding-bottom: 4px;
  }
  .card__bottom {
    padding: 0;
    overflow: hidden;
  }
  .card__application_dell,
  .card__cart::before {
    /*display: none;*/
  }
  .card__popup {
    display: none;
    width: 100%;
    height: 100%;
    padding: 10px 28px;
    min-height: 37px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .card__bottom.__added .card__popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card__cart {
    padding: 0;
    min-height: 0;
  }
  .card__bottom.__added {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
  }
  .card__bottom.__added .card__delete,
  .card__bottom.__added .card__count {
    display: none;
  }
  .card__add, .card__add2 {
    padding: 12px 28px;
    height: auto;
    font-size: 13px;
  }
}
@media screen and (max-width: 586px) {
  .catalog__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 340px) {
  .catalog__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
body.lock {
  overflow: hidden;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8 ease 0s;
  transition: all 0.8 ease 0s;
  z-index: 100;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  opacity: 1;
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 10px;
}

.popup__content {
  position: relative;
  opacity: 0;
}

.popupOrder__content {
  width: 100%;
  max-width: 470px;
  min-width: 280px;
  background-color: var(--color-cream);
  border-radius: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 35px;
  overflow: hidden;
}
.popupOrder2 {

  max-width: 670px;
  min-width: 280px;

}
.popupOrder__header {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px;
  margin-bottom: 24px;
}

.popupOrder__title {
  text-align: center;
  position: relative;
  padding-left: 40px;
  color: var(--color-blue);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.popupOrder__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/svg/cart.svg);
}

.popupOrder__close {
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto 0;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  border: 2px solid var(--color-blue);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popupOrder__close:before,
.popupOrder__close:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  height: 3px;
  width: 16px;
  border-radius: 8px;
  background-color: var(--color-blue);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (hover: hover) and (pointer: fine) {
  .product__close:hover,
  .popupOrder__remove:hover,
  .popupOrder__close:hover {
    border-color: var(--color-gold);
  }
  .product__close:hover:after,
  .product__close:hover:before,
  .popupOrder__remove:hover:after,
  .popupOrder__remove:hover:before,
  .popupOrder__close:hover:after,
  .popupOrder__close:hover:before {
    background-color: var(--color-gold);
  }
}
.popupOrder__close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popupOrder__close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popupOrder__products {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popupOrder__product {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-white);
  border-bottom: 2px solid var(--color-blue);
  padding: 9px 30px 14px 14px;
}

.popupOrder__product:first-child {
  border-top: 2px solid var(--color-blue);
}

.popupOrder__left {
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popupOrder__left .card__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popupOrder__left .card__input {
  margin-top: 0;
  margin-bottom: 0;
}

.popupOrder__img {
  width: 100%;
  height: 76px;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
}

.popupOrder__info {
  width: calc(100% - 172px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--color-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135.533%;
  text-transform: uppercase;
}

.popupOrder__type {
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popupOrder__name {
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}

.popupOrder__remove {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 1.5px solid var(--color-blue);
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popupOrder__remove::before,
.popupOrder__remove::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 1.5px;
  border-radius: 6px;
  background-color: var(--color-blue);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popupOrder__remove::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popupOrder__remove::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popupOrder__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
}

.popupOrder__data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.basket-summ {
  margin-top: 20px;
}

.popupOrder__min {
  width: 50%;
  text-align: left;
  color: var(--color-blue);
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.popupOrder__text {
  width: 50%;
  margin: 0;
  margin-top: 5px;
  padding-left: 10px;
  text-align: left;
  color: var(--color-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.popupOrder__inputs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popupOrder__input {
  outline: none;
  width: 100%;
  max-width: 309px;
  height: 33px;
  background-color: var(--color-white);
  text-align: center;
  border-radius: 25px;
  margin-top: 10px;
  color: var(--color-blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
}

.popupOrder__file {
  width: 100%;
  max-width: 309px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 33px;
}

.popupOrder__popupOrder {
  width: calc(100% - 160px);
  text-align: left;
  color: var(--color-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18px;
  text-transform: uppercase;
}

.popupOrder__upload {
  width: 148px;
  position: relative;
  cursor: pointer;
}

.popupOrder__upload input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
}

.popupOrder__upload span {
  width: 100%;
  height: 33px;
  color: var(--color-white);
  font-size: 12px;
  letter-spacing: 0.18px;
  text-transform: uppercase;
}

.popupOrder__btn {
  width: 100%;
  max-width: 309px;
  height: 28px;
  margin-top: 28px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.24px;
}

.btn-blue.popupOrder__btn {
  max-width: 154px;
  height: 33px;
}

.btn-blue.popupOrder__btn:disabled {
  opacity: .2;
}

.jGrowl-notification {
  color: #fff !important;
}

.jGrowl-message {
  color: var(--color-blue) !important;
}

.popupOrder__description {
  width: 100%;
  max-width: 230px;
  text-align: center;
  color: var(--color-blue);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.07px;
  margin: 0;
  margin-top: 30px;
}

.popupOrder--sample .popupOrder__header {
  padding-left: 0;
}

.popupOrder--sample .popupOrder__title {
  padding-left: 0;
  margin-right: auto;
}

.popupOrder--price .popupOrder__title {
  padding-left: 0;
}

.popupOrder--price .popupOrder__form {
  margin-top: 0;
}

.popupOrder--price .popupOrder__description {
  max-width: 309px;
  display: inline;
}

.popupOrder--price .popupOrder__title::before,
.popupOrder--sample .popupOrder__title::before {
  display: none;
}

.check {
  width: 100%;
  position: relative;
  margin-top: 30px;
  max-width: 309px;
}

.check input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
}

.check span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
  padding-left: 60px;
  position: relative;
  color: var(--color-blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
}

.check span::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  border: 3px solid var(--color-blue);
  border-radius: 11px;
}

.check span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  bottom: 0;
  margin: auto 0;
  width: 26px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/svg/check.svg);
  display: none;
}

.check input:checked + span::after {
  display: block;
}

@media screen and (max-width: 768px) {
  .popup__body {
    padding: 20px 0;
  }
  .popupOrder__description {
    display: none;
  }
  .popupOrder__content {
    max-width: 360px;
    padding: 34px 16px;
  }
  .popupOrder__header {
    padding: 0;
  }
  .popupOrder__title {
    max-width: calc(100% - 40px);
    text-align: left;
    margin-right: auto;
  }
  .popupOrder__close {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background-color: var(--color-blue);
    border: none;
  }
  .popupOrder__close:before,
  .popupOrder__close:after {
    height: 2px;
    width: 12px;
    background-color: var(--color-white);
  }
  .popupOrder__product {
    padding: 7px 7px 10px 7px;
  }
  .popupOrder__img {
    margin-bottom: 4px;
  }
  .popupOrder__info {
    width: calc(100% - 160px);
    font-size: 13px;
    margin-left: auto;
  }
  .popupOrder__remove {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border-width: 2px;
    margin-bottom: auto;
  }
  .popupOrder__remove::before,
  .popupOrder__remove::after {
    width: 12px;
    height: 2px;
  }
  .popupOrder__form {
    margin-top: 16px;
  }
  .popupOrder__data {
    max-width: 285px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popupOrder__min {
    width: 100%;
    font-size: 20px;
  }
  .popupOrder__text {
    width: 100%;
    margin-top: 7px;
    padding-left: 0;
  }
  .popupOrder__text br {
    display: none;
  }
  .popupOrder__input {
    max-width: 100%;
    font-size: 13px;
    letter-spacing: 0.195px;
  }
  .popupOrder__file {
    max-width: 100%;
    margin-top: 33px;
  }
  .popupOrder__popupOrder {
    width: calc(100% - 200px);
    font-size: 12px;
    font-weight: 400;
  }
  .popupOrder__upload {
    width: 190px;
  }
  .popupOrder__btn {
    max-width: 100%;
    height: 33px;
    margin-top: 33px;
  }
  .btn-blue.popupOrder__btn {
    max-width: 154px;
    height: 33px;
    margin: 22px 0;
  }
  .btn-blue.popupOrder__btn + .popupOrder__description {
    width: 210px;
  }
  .popupOrder__description {
    font-size: 13px;
    margin-top: 6px;
  }
  .check {
    margin-top: 28px;
    max-width: 326px;
  }
  .check span {
    padding-left: 45px;
    font-size: 14px;
    letter-spacing: 0.21px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .check span::before {
    width: 30px;
    height: 30px;
    border: 2px solid var(--color-blue);
    border-radius: 8px;
  }
  .check span::after {
    left: 5px;
    width: 19px;
    height: 15px;
  }
}
@media screen and (max-width: 340px) {
  .popupOrder__file {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popupOrder__upload {
    width: 100%;
  }
  .popupOrder__popupOrder {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
  .popupOrder__product {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .popupOrder__left {
    width: 100%;
    margin-bottom: 10px;
  }
  .popupOrder__info {
    width: 100%;
    text-align: center;
    padding-right: 40px;
  }
  .popupOrder__remove {
    position: absolute;
    right: 0;
    bottom: 7px;
  }
  .popupOrder__img {
    height: 0;
    padding-bottom: 65%;
  }
}
.product {
  width: 100%;
  position: relative;
  margin-bottom: 130px;
}

.product__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product__soap {
  width: 50%;
/*   max-width: 310px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 35px;
}

.product__article {
  text-align: center;
  color: var(--color-blue);
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 6px;
  margin-bottom: 50px;
  position: relative;
}

.product__article::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 2px;
  background-color: var(--color-blue);
  margin: 0 auto;
}

.product__img {
  width: 100%;
 /*  padding-bottom: 53%; */
  position: relative;
  overflow: hidden;
}

.product__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 18px;
  border-radius: 18px;
  border: 2px solid var(--color-gold);
  padding: 0 14px 14px 14px;
}

.product__bottom.__added {
  border-color: var(--color-cream);
  background-color: var(--color-cream);
  -webkit-box-shadow: 4px 4px 9px 0px rgba(34, 60, 80, 0.11);
  box-shadow: 4px 4px 9px 0px rgba(34, 60, 80, 0.11);
}

.product__application {
  width: calc(100% + 32px);
  margin-top: -2px;
  height: 29px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 134.533%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

.product__face {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 8px;
  color: var(--color-blue);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 134.533%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

.product__cart {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 28px;
  max-width: 210px;
  position: relative;
}

.product__cart::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 18px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/svg/cart.svg);
}

.product__remove,
.product__add {
  width: 100%;
  min-height: 30px;
  color: var(--color-blue);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) and (pointer: fine) {
  .product__remove:hover,
  .product__add:hover {
    color: var(--color-gold);
  }
}

.product__bottom.__added .product__add {
  display: none;
}

.product__remove {
  display: none;
}

.product__bottom.__added .product__remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__remove--text {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.product__remove--text:last-child {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .product__remove:hover .product__remove--text {
    display: none;
  }
  .product__remove:hover .product__remove--text:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product__data {
  width: 50%;
  max-width: 455px;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-right: 16px;
  padding-bottom: 40px;
}

.product__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  border: 3px solid var(--color-blue);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product__close::before,
.product__close::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 16px;
  height: 3px;
  border-radius: 8px;
  background-color: var(--color-blue);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product__close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product__close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product__text {
  width: 100%;
  text-align: left;
  color: var(--color-blue);
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 134.533%;
  letter-spacing: 0.28px;
  margin: 0;
  margin-top: 24px;
}

.product__text span {
  font-weight: 700;
  text-transform: uppercase;
}

.specification {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -30px;
}

.specification__title {
  width: 50%;
  max-width: 455px;
/*   margin-left: auto;
margin-right: 16px; */
}

.specification__table {
  width: 100%;
  margin-top: 26px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 108px 1fr 62px 1fr 1fr 120px 240px;
  grid-template-columns: 108px 1fr 62px 1fr 1fr 120px 240px;
  grid-auto-flow: row;
  border: 1px solid var(--color-blue);
}

.specification__cell.cell--title:first-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.specification__cell.cell--title {
  color: var(--color-white);
  background-color: var(--color-blue);
  padding: 6px 5px;
}

.specification__cell.cell--weight {
  border-right: none;
  font-weight: 700;
  padding-left: 20px;
}

.specification__cell.cell--weight span {
  text-align: left;
}

.specification__cell.cell--weight + .specification__cell {
  border-left: none;
}

.specification__cell {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-blue);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 134.533%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  min-height: 29px;
  padding: 5px;
  border: 1px solid var(--color-blue);
  word-wrap: break-word;
}

.specification__cell span {
  width: 100%;
  text-align: center;
  word-wrap: break-word;
  font-size: inherit;
  color: inherit;
}

.specification__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: var(--color-blue);
}

.specification__price {
  padding-left: 17px;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 134.533%;
  text-transform: uppercase;
  margin: 0;
  margin-right: 55px;
  margin-top: 24px;
}

.specification__price::before {
  content: "*";
  position: absolute;
  top: -10px;
  left: 5px;
  -webkit-font-feature-settings: "sups" on;
  font-feature-settings: "sups" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 134.533%;
  text-transform: uppercase;
}

.specification__item {
  width: 100%;
  max-width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
}

.specification__item:nth-child(2) {
  margin-right: 110px;
}

.specification__name {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 134.533%;
  text-transform: uppercase;
  margin: 0;
}

.specification__text {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 134.533%;
  margin: 0;
}

.specification__cell:nth-child(21),
.specification__cell:nth-child(22) {
  display: none;
}

.product__application .mobile {
  display: none;
}

@media screen and (max-width: 976px) {
  .product__info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product__soap {
    margin-right: 0;
    width: calc(40% - 20px);
  }
  .product__data {
    max-width: 100%;
    width: calc(60% - 20px);
    margin-right: 0;
  }
  .product__close {
    right: -20px;
  }
  .specification__table {
    -ms-grid-columns: 53px 55px 50px 1fr 5fr 4fr;
    grid-template-columns: 53px 55px 50px 1fr 5fr 4fr;
    grid-auto-flow: row;
    border: 1px solid var(--color-blue);
  }
  .specification__cell.cell--title {
    padding: 3px;
    min-height: 30px;
  }
  .specification__cell.cell--weight {
    padding-left: 7px;
    border-right: 1px solid var(--color-blue);
  }
  .specification__cell.cell--weight + .specification__cell {
    border-left: 1px solid var(--color-blue);
  }
  .specification__cell {
    font-size: 9px;
    letter-spacing: 0.18px;
    min-height: 40px;
  }
  .specification__cell:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .specification__cell:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .specification__cell:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .specification__cell:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .specification__cell:nth-child(5) {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
    -ms-grid-column-span: 4;
    grid-column: span 4;
    padding-left: 55px;
  }
  .specification__cell:nth-child(6) {
    -webkit-box-ordinal-group: 17;
    -ms-flex-order: 16;
    order: 16;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .specification__cell:nth-child(7) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .specification__cell:nth-child(8) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .specification__cell:nth-child(9) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .specification__cell:nth-child(10) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .specification__cell:nth-child(11) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .specification__cell:nth-child(12) {
    -webkit-box-ordinal-group: 19;
    -ms-flex-order: 18;
    order: 18;
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .specification__cell:nth-child(13) {
    -webkit-box-ordinal-group: 20;
    -ms-flex-order: 19;
    order: 19;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .specification__cell:nth-child(14) {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .specification__cell:nth-child(15) {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .specification__cell:nth-child(16) {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .specification__cell:nth-child(17) {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .specification__cell:nth-child(18) {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }
  .specification__cell:nth-child(19) {
    -webkit-box-ordinal-group: 22;
    -ms-flex-order: 21;
    order: 21;
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .specification__cell:nth-child(20) {
    -webkit-box-ordinal-group: 23;
    -ms-flex-order: 22;
    order: 22;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .specification__cell:nth-child(21) {
    -webkit-box-ordinal-group: 18;
    -ms-flex-order: 17;
    order: 17;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .specification__cell:nth-child(22) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
  }
  .specification__price,
  .specification__item:nth-child(2) {
    margin-right: 40px;
  }
  .specification__cell.cell--title:first-child {
    padding-left: 55px;
  }
}
@media screen and (max-width: 768px) {
  .product {
    margin-bottom: 30px;
  }
  .specification__table {
    margin-bottom: 10px;
  }
  .specification__price {
    font-size: 14px;
    margin-right: 37px;
    margin-top: 22px;
  }
  .specification__item {
    margin-top: 22px;
  }
  .specification__item:nth-child(2) {
    margin-right: 37px;
    width: calc(100% - 150px);
  }
  .product__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 31px;
  }
  .product__soap {
    width: 100%;
    max-width: 100%;
  }
  .product__article {
    width: 100%;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 4px;
  }
  .product__img {
    width: 440px;
    padding-bottom: 294px;
  }
  .product__application .desktop,
  .product__title,
  .product__close,
  .product__article::before,
  .product__face,
  .product__cart::before {
    display: none;
  }
  .product__data {
    width: 100%;
    padding: 0;
  }
  .product__text {
    margin-top: 18px;
  }
  .specification {
    margin-top: 14px;
  }
  .specification__title {
    width: 100%;
    max-width: 100%;
    margin: 0;
    text-align: center;
  }
  .product__bottom {
    margin-top: 8px;
    border-radius: 0;
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .product__application {
    width: calc(50% - 5px);
    margin: 0;
    font-size: 13px;
    height: auto;
    padding: 8px 24px;
    border-radius: 15px;
  }
  .product__cart {
    width: calc(50% - 5px);
    padding: 0;
    font-size: 13px;
    height: auto;
    border-radius: 15px;
    border: 2px solid var(--color-gold);
    overflow: hidden;
  }
  .product__remove,
  .product__add {
    color: var(--color-blue);
    width: 100%;
    min-height: 100%;
    font-size: inherit;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 24px;
  }
  .product__remove {
    background-color: var(--color-gold);
  }
  .product__bottom.__added {
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .product__application .mobile {
    display: inline;
  }
}
@media screen and (max-width: 475px) {
  .specification__item:nth-child(2) {
    margin-right: 0;
    width: calc(100% - 120px);
    margin-left: auto;
  }
  .specification__price {
    margin-right: 0;
  }
  .product__img {
    width: 220px;
    padding-bottom: 147px;
  }
}
@media screen and (max-width: 330px) {
  .specification__table {
    -ms-grid-columns: 40px 40px 40px 1fr 5fr 4fr;
    grid-template-columns: 40px 40px 40px 1fr 5fr 4fr;
  }
  .specification__cell.cell--title:first-child,
  .specification__cell:nth-child(5) {
    padding-left: 40px;
  }
  .specification__cell.cell--title:first-child span,
  .specification__cell:nth-child(5) span {
    text-align: center;
  }
  .specification__cell {
    font-size: 7px;
  }
}
.cartProducts {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}

.cartProducts__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cartProducts .filter {
  margin-left: auto;
}

.cartProducts .card__bottom {
  border-color: var(--color-cream);
  background-color: var(--color-cream);
  -webkit-box-shadow: 4px 4px 9px 0px rgba(34, 60, 80, 0.11);
  box-shadow: 4px 4px 9px 0px rgba(34, 60, 80, 0.11);
}

.cartProducts .card__delete,
.cartProducts .card__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cartProducts .card__add {
  display: none;
}

.card__removeCart {
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 11px;
  border: 2px solid var(--color-blue);
  margin-left: auto;
}

.card__removeCart::before,
.card__removeCart::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  border-radius: 8px;
  background-color: var(--color-blue);
}

.card__removeCart::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.card__removeCart::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card__removeCart {
  display: none;
}

.cartProducts__left {
  width: 269px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}


.cart-aside .title {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
}

.cart-aside .btn-white {
  border: 1px solid #0F4573;
  color: #0F4573;
}

.cart-aside .btn-white:hover {
  background: #0F4573;
  color: #fff;
}

.cart-aside .btn-cream {
  background: #D2B16B;
  color: #fff;
}

.cart-aside button {
  font-size: 11px;
  border-radius: 24px;
  margin-bottom: 10px;
}


.cart-aside button:last-child {
  margin-bottom: 0;
}

.cartProducts__btn {
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-weight: 700;
  line-height: 134.533%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.cartProducts__title {
  width: 100%;
  margin-top: 36px;
  text-align: left;
}

.cartProducts__text {
  width: 100%;
  max-width: 137px;
  text-align: left;
  margin-top: 33px;
  color: var(--color-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@media screen and (max-width: 976px) {
  .cartProducts__content {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cartProducts .catalog__header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .cartProducts__left {
    width: 100%;
    gap: 20px;
    -ms-grid-columns: 200px 1fr 1fr;
    grid-template-columns: 200px 1fr 1fr;
    padding: 0 var(--container-offset);
    margin-bottom: 40px;
  }
  .cartProducts__title {
    margin: 0;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .cartProducts__btn {
    margin: 0;
  }
  .cartProducts__btn:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .cartProducts__btn:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .cartProducts__btn:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .cartProducts__text {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin: 0;
    max-width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .card__removeCart {
    display: block;
  }
  .cartProducts {
    margin-bottom: 24px;
  }
  .cartProducts .catalog__header {
    display: none;
  }
  .cartProducts .card__bottom {
    border-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .cartProducts .card__cart {
    display: none;
  }
  
.card__bottom  .btn-blue {
    border-radius: 0px;
  }
  .cartProducts .card__popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cartProducts__left {
    gap: 16px 12px;
    -ms-grid-columns: minmax(184px, 1fr) 1fr;
    grid-template-columns: minmax(184px, 1fr) 1fr;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .cartProducts__btn:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .cartProducts__btn:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .cartProducts__text {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin: 0;
    max-width: 220px;
  }
  .cartProducts__btn {
    font-size: 13px;
    height: auto;
    min-height: 33px;
  }
  .cartProducts__text {
    font-size: 10px;
    max-width: 116px;
  }
}
@media screen and (max-width: 350px) {
  .cartProducts__left {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.viewed {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

.viewed__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.viewed__title {
  width: 100%;
  text-align: left;
  padding-top: 36px;
  border-top: 2px solid var(--color-blue);
}

.viewed__title--borderNone {
  padding-top: 0;
  border-top: none;
}

.viewed__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
/*   -webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; */
  margin-top: 32px;
}

.viewed__item {
  width: calc(25% - 7.5px);
}

.viewed__items + .wholesale__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}

@media screen and (max-width: 976px) {
  .viewed__item {
    width: calc(33.333333% - 10px);
  }
  .viewed__item:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .viewed__title {
    padding-top: 18px;
  }
  .viewed__title--borderNone {
    padding-top: 0;
  }
  .viewed__items {
    margin-top: 24px;
  }
  .viewed {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 586px) {
  .viewed__item {
    width: calc(50% - 5px);
  }
  .viewed__item:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 340px) {
  .viewed__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .viewed__item {
    width: 100%;
    margin-bottom: 24px;
  }
  .viewed__item:last-child {
    margin-bottom: 0;
  }
}
.feedBack {
  width: 100%;
  position: relative;
  margin: 80px 0;
}

.feedBack__content {
  width: 100%;
  position: relative;
}

.feedBack__back {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: var(--color-blue);
}

.feedBack__title {
  text-align: left;
  color: var(--color-white);
  max-width: 287px;
  margin: 18px auto 26px auto;
}

.feedBack__btn {
  width: calc(50% - 5px);
}

.feedBack__btn .btn-cream__content {
  border-radius: 0;
  border-radius: 140px 0 0 140px;
}

.feedBack__btn .btn-cream__text {
  color: var(--color-blue);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  padding: 12px 0;
}

.feedBack__btn .btn-cream__text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color-blue);
}

@media screen and (min-width: 769px) {
  .feedBack__btn .btn-cream__content {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
}
@media screen and (max-width: 768px) {
  .feedBack {
    margin: 8px 0 20px 0;
  }
  .feedBack__content {
    background-color: var(--color-blue);
  }
  .feedBack__back {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }
  .feedBack__title {
    text-align: center;
    max-width: 420px;
    margin: 14px auto 10px auto;
  }
  .feedBack__btn {
    width: 100%;
    max-width: 272px;
    margin-bottom: 20px;
  }
  .feedBack__btn .btn-cream__content {
    border-radius: 40px;
  }
  .feedBack__btn .btn-cream__text {
    font-size: 16px;
    letter-spacing: 0.24px;
    width: 100%;
    padding: 10px 0;
  }
  .feedBack__btn .btn-cream__text::before {
    display: none;
  }
}
.market {
  width: 100%;
  position: relative;
  margin: 80px 0 100px 0;
  padding: 60px 0 100px 0;
  background-color: rgba(217, 217, 217, 0.25);
}

.market__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.market__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.market__slider {
  width: 470px;
  position: relative;
}

.market__slider > .swiper {
  width: 100%;
  overflow: visible;
}

.market__slide {
  width: 100%;
  padding-bottom: 85.534%;
  -webkit-box-shadow: 4px 4px 9px 0px rgba(34, 60, 80, 0.11);
  box-shadow: 4px 4px 9px 0px rgba(34, 60, 80, 0.11);
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.market__slide.swiper-slide-prev {
  pointer-events: none;
}

.market__list {
  width: 100%;
  max-width: 232px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
}

.market__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.market__item:last-child {
  margin-bottom: 0;
}

.market__ico {
  width: 70px;
  height: 70px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.market__right {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.market__text {
  width: 100%;
  text-align: center;
  margin: 0;
  margin-bottom: auto;
  padding-bottom: 8px;
  text-align: center;
  color: var(--color-blue);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 134.533%;
}

.market__btn {
  width: 100%;
  min-height: 33px;
  color: var(--color-white);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.21px;
}

@media screen and (max-width: 976px) {
  .market__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .market__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    max-width: 100%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 40px;
  }
  .market__slider {
    width: 100%;
  }
  .market__item {
    margin: 0;
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .market {
    margin: 16px 0 0 0;
    padding: 18px 0 30px 0;
    background-color: #D9D9D9;
  }
  .market__slide {
    border-radius: 8px;
  }
  .market__slider {
    padding: 0 20px;
  }
  .market__info {
    margin-top: 24px;
  }
  .market__list {
    margin-top: 30px;
  }
  .market__item {
    width: 50%;
    max-width: 160px;
  }
  .market__ico {
    width: 50px;
    height: 50px;
    border-radius: 15px;
  }
  .market__right {
    width: calc(100% - 50px);
    padding: 0 10px;
  }
  .market__text {
    display: none;
  }
  .market__btn {
    background-color: transparent;
    color: var(--color-blue);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.195px;
  }
  .market__title {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .market__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .market__item {
    width: 100%;
    max-width: 160px;
    margin-bottom: 24px;
  }
}
.productionVideo {
  width: 100%;
  position: relative;
}

.productionVideo__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.productionVideo__block {
  width: 100%;
  position: relative;
}

.productionVideo__movie {
  width: 100%;
  height: 45.42vw;
  max-height: 468px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: silver;
}

.productionVideo__text {
  width: 100%;
  color: var(--color-blue);
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-top: 20px;
  line-height: 1.6em;
}

.productionVideo__btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 41px 0 41px 59px;
  border-color: transparent transparent transparent var(--color-blue);
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) and (pointer: fine) {
  .productionVideo__btn:hover {
    border-color: transparent transparent transparent var(--color-gold);
  }
}

.productionVideo__btn.__hidden {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .productionVideo__content {
    padding: 0;
  }
  .productionVideo__movie {
    height: 86.115vw;
  }
  .productionVideo__text {
    margin-top: 18px;
    font-size: 13px;
    padding: 0 var(--container-offset);
  }
  .productionVideo__btn {
    border-width: 32px 0 32px 43px;
  }
}
.tender {
  width: 100%;
  position: relative;
  margin: 48px 0 40px 0;
}

.tender__content {
  width: 100%;
  padding: 17px 70px;
  background-color: var(--color-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tender__title {
  width: calc(100% - 210px);
  color: var(--color-white);
  text-align: left;
}

.tender__btn {
  width: 183px;
  height: 33px;
}

.tender__btn .btn-cream__text {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.24px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .tender {
    margin: 25px 0 20px 0;
    background-color: var(--color-blue);
  }
  .tender__content {
    padding: 17px 0 20px 0;
    background-color: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tender__title {
    width: 100%;
    max-width: 300px;
    margin-bottom: 18px;
    text-align: center;
  }
  .tender__btn {
    width: 100%;
    max-width: 272px;
    height: 40px;
  }
  .tender__btn .btn-cream__text {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.help {
  width: 100%;
  position: relative;
  margin-bottom: 85px;
}

.help__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.help__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.help__left {
  width: calc(50% - 11px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.help__title {
  width: 100%;
  text-align: left;
  max-width: 360px;
  margin-bottom: 33px;
}

.help__list {
  width: 100%;
  max-width: 406px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.help__item {
  width: 100%;
  margin-bottom: 25px;
  padding-left: 70px;
  position: relative;
  color: var(--color-blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
}

.help__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/svg/help.svg);
}

.help__item:last-child {
  margin-bottom: 0;
}

.help__right {
  width: calc(50% - 5px);
  height: auto;
  position: relative;
  overflow: hidden;
}

.help__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 38px;
  position: relative;
}

.help__bottom::before,
.help__bottom::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: calc((100% - 540px) / 2);
  height: 2px;
  background-color: var(--color-blue);
  pointer-events: none;
  z-index: -1;
}

.help__bottom::before {
  left: 0;
}

.help__bottom::after {
  right: 0;
}

.help__btn {
  width: 100%;
  max-width: 468px;
  min-height: 50px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .help {
    margin-bottom: 30px;
  }
  .help__right,
  .help__left {
    width: calc(50% - 10px);
  }
  .help__title {
    max-width: 360px;
    margin-bottom: 30px;
  }
  .help__list {
    max-width: 280px;
  }
  .help__item {
    padding-left: 48px;
    font-size: 13px;
    line-height: 114.2%;
    letter-spacing: 0.195px;
  }
  .help__item::before {
    width: 30px;
    height: 30px;
  }
  .help__bottom {
    margin-top: 21px;
  }
  .help__bottom::before {
    display: none;
  }
  .help__bottom::after {
    inset: 0;
    left: calc(var(--container-offset) * -1);
    margin: auto;
    width: 100vw;
  }
  .help__btn {
    width: 100%;
    max-width: 272px;
    min-height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 540px) {
  .help__right {
    display: none;
  }
  .help__left {
    width: 100%;
  }
  .help__title,
  .help__list {
    max-width: 100%;
  }
}
[class*=copyrights-pane] {
  display: none !important;
}

.contact {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}

.contact__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 240px;
  margin-bottom: 18px;
}

.contact__title {
  width: calc(100% - 250px);
  text-align: left;
}

.contact__btn {
  width: 230px;
  height: 33px;
  color: var(--color-white);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
}

.contact__map {
  width: calc(100% - 240px);
  position: relative;
  overflow: hidden;
  background-color: silver;
  border-radius: 15px;
}

.contact__info {
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--color-blue);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.35px;
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
}

.contact__item:last-child {
  margin-bottom: 0;
}

.contact__name {
  width: 100%;
  text-align: left;
  font-weight: 700;
  margin-bottom: 8px;
  color: inherit;
  font-size: inherit;
}

.contact__text {
  width: 100%;
  text-align: left;
  color: inherit;
  font-size: inherit;
  margin: 0;
}

.map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .contact {
    margin: 24px 0;
  }
  .contact__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .contact__header {
    padding: 0 var(--container-offset);
    margin-bottom: 8px;
  }
  .contact__title {
    width: auto;
    max-width: calc(100% - 110px);
  }
  .contact__btn {
    padding: 4px 16px;
    width: auto;
    height: auto;
    min-height: 33px;
    font-size: 14px;
  }
  .contact__map {
    width: 100%;
    height: 350px;
    background-color: silver;
  }
  .contact__info {
    margin-top: 20px;
    padding: 0 var(--container-offset);
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
  }
  .contact__item {
    margin-bottom: 10px;
    width: calc(50% - 5px);
  }
  .contact__item:last-child {
    margin-bottom: 0;
  }
  .contact__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .contact__item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .contact__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .contact__item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .contact__item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: -16.25px;
  }
}
@media screen and (max-width: 475px) {
  .contact__btn {
    width: 101px;
  }
}
@media screen and (max-width: 320px) {
  .contact__info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact__item {
    margin-bottom: 10px;
    width: 100%;
  }
  .contact__item:nth-child(5) {
    margin-top: 0;
  }
}
.purchases {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}

.purchases__content {
  width: 100%;
  position: relative;
}

.purchases__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  padding-bottom: 80px;
  border-bottom: 2px solid var(--color-blue);
}

.purchases__left {
  width: calc(100% - 486px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.purchases__title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}

.purchases__list {
  margin-top: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.purchases__item {
  width: 100%;
  position: relative;
  text-align: left;
  color: var(--color-blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
  padding-left: 84px;
  margin-bottom: 32px;
}

.purchases__item::before {
  position: absolute;
  content: "";
  width: 71px;
  height: 2px;
  background-color: var(--color-blue);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.purchases__item:last-child {
  margin-bottom: 0;
}

.purchases__right {
  width: 470px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.pageAboutUs .advantage {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.pageAboutUs .tender {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.pageAboutUs .purchases {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.pageAboutUs .application {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

@media screen and (min-width: 769px) {
  .pageAboutUs .tender {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .pageAboutUs .purchases {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media screen and (max-width: 976px) {
  .purchases__left {
    width: calc(100% - 420px);
  }
  .purchases__item {
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 18px;
  }
  .purchases__item::before {
    width: 20px;
  }
  .purchases__right {
    width: 400px;
    height: 340px;
  }
}
@media screen and (max-width: 768px) {
  .pageAboutUs .tender {
    margin: 0;
  }
  .purchases {
    margin-top: 14px;
    margin-bottom: 0;
  }
  .purchases__content {
    padding: 0;
  }
  .purchases__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: none;
  }
  .purchases__left {
    width: 100%;
    padding: 0 var(--container-offset);
  }
  .purchases__title {
    margin-bottom: 18px;
  }
  .purchases__item {
    padding-left: 28px;
    margin-bottom: 32px;
  }
  .purchases__item::before {
    width: 20px;
  }
  .purchases__right {
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    margin-top: 24px;
  }
}
.description {
  width: 100%;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.description__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.description__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.description__row:first-child {
  margin-bottom: 95px;
}

.description__row:first-child .description__left {
  opacity: 1;
}

.description__left {
  width: calc(50% - 6px);
  position: relative;
  overflow: hidden;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (hover: hover) and (pointer: fine) {
  .description__left:hover {
    opacity: 1;
  }
}

.description__right {
  width: calc(50% - 6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.description__title {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

.certificates__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 30px 0 80px;
}

.certificates h1 {
  margin-top: 30px;
}

.header-sline__contacts-name {
  color: black;
}

.certificate__title {
  color: var(--color-blue);
  height: 50px;
  display: block;
  /*margin-bottom: 20px;*/
}
.certificate__text {
  /*text-align: justify;*/
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: var(--color-blue);
}

@media (max-width: 992px){
  .certificates__row {
    display: flex;
    flex-direction: column;
  }
}


.description__text {
  width: 100%;
  color: var(--color-blue);
  /*text-align: justify;*/
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-bottom: 40px;
}

.description__text span {
  font-weight: 700;
}

.description__text:last-child {
  margin-bottom: 0;
}

.description__item {
  width: calc(50% - 6px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}

.description__img {
  width: 100%;
  margin-bottom: 20px;
}

.description__imgBlock {
  width: 100%;
  padding-bottom: 37.234%;
  position: relative;
  overflow: hidden;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (hover: hover) and (pointer: fine) {
  .description__imgBlock:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .description {
    margin-top: 30px;
  }
  .description__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .description__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .description__row:first-child {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .description__row:first-child .description__left {
    opacity: 1;
    margin-top: 18px;
  }
  .description__left {
    width: 100%;
    padding-bottom: 85.3%;
    margin-bottom: 24px;
    opacity: 1;
  }
  .description__right {
    width: 100%;
    padding: 0 var(--container-offset);
  }
  .description__title {
    margin-bottom: 17px;
  }
  .description__text {
    margin-bottom: 14px;
  }
  .description__item {
    width: 100%;
    padding: 0 var(--container-offset);
    margin-bottom: 12px;
  }
  .description__img {
    margin-bottom: 18px;
  }
  .description__imgBlock {
    opacity: 1;
  }
}
.process__item,
.process__left,
.advantage__item {
  opacity: 0;
  counter-increment: countDelay;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.advantage__description {
  visibility: hidden;
  position: absolute;
  top: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 0 0 17px 17px;
  z-index: 100;
}

.advantage__item {
  cursor: pointer;
  transition: none;
  /*transition-delay: 0ms;*/
}

.advantage__item:hover {
  background: #fff;
  border-radius: 7px 7px 0 0;
  position: relative;
  /*top: -20px;*/
  /*left: -20px;*/
  padding: 20px;
  /*overflow: hidden;*/
}

.advantage__item:hover .advantage__text {
  color: var(--color-blue)
}

@media (max-width: 992px) {
  .application__content {
    flex-direction: column;
    font-size: 12px;
  }

  .application__title.title {
    font-size: 16px;
  }

  .application form {
    padding: 30px;
    margin-top: 80px;
  }
  .application__title {
    font-size: 22px;
    line-height: 1.4;
  }
}
.advantage__item:hover .advantage__description {
  visibility: visible;
  position: absolute;
  top: 100%;
  background: #fff;
  padding: 30px 10px;
  border-radius: 17px;
  z-index: 100;
  width: 300px;
  /* left: 0; */
  font-size: 12px;
  text-align: center;
  box-shadow: 12px 12px 5px rgba(0, 0, 0, 0.1);
}

.hero__text + .hero__fact {
  margin-top: 30px;
}

.hero__fact span span {
  color: var(--color-gold)
}
.hero__fact {
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.hero__fact img {
  width: 30px;
}

.description__imgBlock img,
.description__left img {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
}

.process__item:nth-child(2),
.advantage__item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.process__item:nth-child(3),
.advantage__item:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.process__item:nth-child(4),
.advantage__item:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.advantage__item:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.advantage__item:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.description__img._active .description__imgBlock img,
.description__left._active img {
  opacity: 1;
}

.process__left._active,
.process__items._active .process__item,
.advantage__content._active .advantage__item {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.akcia-row {
  display: flex;
  /*align-items: center;*/
  border-radius: 15px;
  overflow: hidden;
}

.akcia {

  margin: 50px 0;
  width: 100%;
  position: relative;
}

.akcia__percent {
  background: var(--color-gold);
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  /*height: 100%;*/
}

.akcia__img {
  /*padding: 50px;*/
  max-width: 400px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  display: flex;
  flex: 0 0 40%;
}

.mse2-ac-item {
  display: flex;
  align-items: center;
  gap: 15px;
}


.mobile-email {
  display: none;
}


.akcia__img img {
  /*height: 100%;*/
  /*object-fit: cover;*/
  display: block;
}

.akcia__label {
  background: var(--color-gold);
  padding: 15px 30px;
  border-radius: 7px;
  display: inline-flex;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #00427A;
  transform: skew(-10deg);
}

.akcia__label span {
  transform: skew(10deg);
}

.akcia .btn-cream {
  display: inline-flex;
}

.akcia .btn-cream__content {
  padding: 15px 35px;
  font-size: 16px;
  background-color: #fff;
}

.akcia__content {
  color: #ffffff;
  font-size: 22px;
  /*align-self: center;*/
  /*padding-left: 50px;*/
  padding: 50px;
  background: linear-gradient(to bottom, #00427A, #003059);
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.akcia__percent span {
  writing-mode: vertical-rl;
  transform: scale(-1);
  color: #00427a;
  font-size: 30px;
}

.product__info .card__delete {
  position: relative;
}

.product__info .card__bottom {
  margin-top: 20px;
}

@media (max-width: 992px) {
  .advantage__item {
    position: static;
    width: calc(50% - 25px);
    transform: none !important;
    border-radius: 7px 7px 0 0;
    order: 1 !important;
  }

  .card__bottom.__added .card__delete, .card__bottom.__added .card__count {
    display: flex !important;
  }

  .catalog__list .card__delete {
    position: relative;
  }

  .mobile-email {
    display: block;
    font-size: 10px;
    text-transform: none;
  }

  .header__tel {
    align-items: flex-end !important;
  }

  .advantage__description {
    width: calc(100vw - 50px);
    left: 0;
    max-width: 250%;
    border-radius: 0 0 7px 7px !important;
  }

  .advantage__item:nth-child(2n) .advantage__description {
    left: auto;
    right: 0;
  }

  .akcia {
    background: linear-gradient(to bottom, #00427A, #003059);
  }

  .akcia-row {
    flex-direction: column;
    padding: 30px 30px 30px 95px;
  }

  .akcia__percent span {
    font-size: 22px;
  }

  .akcia__content {
    font-size: 14px;
    padding-left: 0;
  background: none;
    padding: 0;
  }

  .akcia__content p {
    margin-bottom: 40px;
  }

  .akcia__label {
    padding: 7px 15px;
  }

  .akcia__img {
    padding: 0;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .akcia__percent {
    width: 65px;
    font-size: 20px;

    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
  }

  .main {
    padding-top: 86px;
  }


}