@font-face {
  src: url("../fonts/rub/arial/alsrubl-arial-regular.woff") format("woff");
  font-family: ALSRubl-Arial;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  src: url("../fonts/rub/arial/alsrubl-arial-italic.woff") format("woff");
  font-family: ALSRubl-Arial;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  src: url("../fonts/rub/arial/alsrubl-arial-bold.woff") format("woff");
  font-family: ALSRubl-Arial;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  src: url("../fonts/rub/arial/alsrubl-arial-bolditalic.woff") format("woff");
  font-family: ALSRubl-Arial;
  font-style: italic;
  font-weight: 700;
}

.rub-sans {
  font-family: ALSRubl-Arial, Arial, sans-serif;
  line-height: normal;
}

@font-face {
  src: url("../fonts/rub/times/alsrubl-times-regular.woff") format("woff");
  font-family: ALSRubl-Times;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  src: url("../fonts/rub/times/alsrubl-times-italic.woff") format("woff");
  font-family: ALSRubl-Times;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  src: url("../fonts/rub/times/alsrubl-times-bold.woff") format("woff");
  font-family: ALSRubl-Times;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  src: url("../fonts/rub/times/alsrubl-times-bolditalic.woff") format("woff");
  font-family: ALSRubl-Times;
  font-style: italic;
  font-weight: 700;
}

.rub-serif {
  font-family: ALSRubl-Times, "Times New Roman", Times, serif;
  line-height: normal;
}

@font-face {
  font-family: 'GolosDemibold';
  src: url("../fonts/golos/demibold/Golos_Text_DemiBold.woff2") format("woff2"), url("../fonts/golos/demibold/Golos_Text_DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'GolosBlack';
  src: url("../fonts/golos/black/Golos_Text_Black.woff2") format("woff2"), url("../fonts/golos/black/Golos_Text_Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'GolosBold';
  src: url("../fonts/golos/bold/Golos_Text_Bold.woff2") format("woff2"), url("../fonts/golos/bold/Golos_Text_Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'GolosRegular';
  src: url("../fonts/golos/regular/Golos_Text_Regular.woff2") format("woff2"), url("../fonts/golos/regular/Golos_Text_Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GolosMedium';
  src: url("../fonts/golos/medium/Golos_Text_Medium.woff2") format("woff2"), url("../fonts/golos/medium/Golos_Text_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html.mod_flexboxtweener {
  height: 100%;
}

body {
  font-size: 1.5rem;
  line-height: 1.333;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 320px;
  background: #fff;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.mod_flexboxtweener body {
  height: 100%;
}

main {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.mod_flexboxtweener main {
  flex: 1 0 auto;
}

h1 {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 4rem;
  color: #181F2D;
  margin: 0;
}

@media all and (max-width: 744px) {
  h1 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

a {
  color: #028DA2;
  text-decoration: none;
  transition: all 0.2s ease;
}

a:hover {
  color: #03CAE8;
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  color: inherit;
  font-family: inherit;
}

a,
button {
  cursor: pointer;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

select {
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
}

hr {
  border: none;
}

iframe {
  border: none;
}

img {
  max-width: 100%;
}

img[width], img[height] {
  max-width: none;
}

figure {
  margin: 0;
}

ol,
ul {
  list-style: none;
}

small {
  font-size: 1rem;
  line-height: 1.5;
}

svg {
  vertical-align: top;
  transition: all 0.2s ease;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:disabled {
  cursor: not-allowed;
}

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

.no-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media all and (max-width: 639px) {
  .container {
    max-width: 100%;
  }
}

@media all and (min-width: 640px) {
  .container {
    max-width: 680px;
  }
}

@media all and (min-width: 960px) {
  .container {
    max-width: 984px;
  }
}

@media all and (min-width: 1224px) {
  .container {
    max-width: 1224px;
  }
}

@media all and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

@media all and (max-width: 639px) {
  .container {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}

@media all and (min-width: 640px) {
  .container {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}

@media all and (min-width: 960px) {
  .container {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}

@media all and (min-width: 1224px) {
  .container {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}

@media all and (min-width: 1440px) {
  .container {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
}

.section-title {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 4rem;
  color: #1F2329;
  margin: 0;
}

.main-catalog-link {
  text-decoration: none;
  display: inline-flex;
  align-items: flex-end;
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #FFF;
}

.main-catalog-link.main-catalog-link_dark {
  color: #028DA2;
}

.main-catalog-link.main-catalog-link_dark:hover {
  color: #03CAE8;
}

.main-catalog-link.main-catalog-link_dark > svg {
  fill: #028DA2;
}

.main-catalog-link.main-catalog-link_dark:hover > svg {
  fill: #03CAE8 !important;
}

.main-catalog-link > svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: white;
}

.main-catalog-link:hover {
  color: #C0F7FF;
}

.main-catalog-link:hover > svg {
  fill: #C0F7FF !important;
}

@media all and (max-width: 744px) {
  .main-catalog-link {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

mark {
  background: #C0F7FF;
  padding: .2rem;
}

.external-container {
  width: 100%;
  max-width: 112.8rem;
  margin: 0 auto;
}

@media all and (max-width: 1440px) {
  .external-container {
    max-width: 93.6rem;
  }
}

@media all and (max-width: 1064px) {
  .external-container {
    max-width: 64.8rem;
  }
}

@media all and (max-width: 744px) {
  .external-container {
    width: auto;
    margin: 0 1.6rem;
  }
}

.external-container.flex-center {
  display: flex;
  justify-content: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  svg {
    fill: none;
  }
}

.lowercase {
  text-transform: lowercase;
}

.hidden {
  display: none;
}

/*
* { outline: 2px dotted red; }
* * { outline: 2px dotted green; }
* * * { outline: 2px dotted orange; }
* * * * { outline: 2px dotted blue; }
* * * * * { outline: 1px solid red; }
* * * * * * { outline: 1px solid green; }
* * * * * * * { outline: 1px solid orange; }
* * * * * * * * { outline: 1px solid blue; }*/
.ui-helper-hidden-accessible {
  display: none;
}

.ui-autocomplete {
  position: absolute;
  z-index: 1001;
  max-height: 20rem;
  overflow-y: auto;
  background: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.ui-autocomplete .ui-menu-item-wrapper {
  padding: .5rem .75rem;
}

.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  background: #eee;
}

.ui-datepicker {
  position: absolute;
  z-index: 1001;
  display: none;
  padding: .75rem 1rem 1rem;
  background: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

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

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  order: 1;
  padding: .5rem;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  width: 1rem;
  height: 0.5rem;
  display: block;
  border-top: .5rem solid transparent;
  border-bottom: .5rem solid transparent;
  border-right: 0.75rem solid #999;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  order: 2;
  flex: 1;
  padding: .5rem;
  text-align: center;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  order: 3;
  padding: .5rem;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  width: 1rem;
  height: 0.5rem;
  display: block;
  border-top: .5rem solid transparent;
  border-bottom: .5rem solid transparent;
  border-left: 0.75rem solid #999;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  text-align: right;
}

.ui-datepicker-calendar thead th {
  padding: .5rem;
}

.ui-datepicker-calendar tbody td .ui-state-default {
  display: block;
  padding: .5rem;
  text-decoration: none;
}

.ui-datepicker-calendar tbody td.ui-datepicker-today .ui-state-default {
  background: #eee;
}

.ui-datepicker-calendar tbody td.ui-datepicker-current-day .ui-state-default {
  background: #666;
  color: #fff;
}

.ui-selectmenu-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.8rem 3.2rem 0.8rem 0.8rem;
  border: 1px solid lightgray;
  cursor: default;
  outline: none;
}

.ui-selectmenu-button:focus {
  border: 1px solid orange;
}

.ui-selectmenu-button .ui-selectmenu-icon {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: block;
  width: 0.9rem;
  height: 0.5rem;
  pointer-events: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA5IDYiPgogIDxwb2x5Z29uIHBvaW50cz0iNC41IDMuNjAzIDguMjY5IDAgOSAuNjk5IDQuNSA1IDAgLjY5OSAuNzMxIDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMSkiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.ui-selectmenu-button .ui-selectmenu-text {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  vertical-align: top;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: black;
}

.ui-selectmenu-button .ui-selectmenu-text.ui-state-placeholder {
  color: black;
}

.ui-selectmenu-button.ui-selectmenu-disabled {
  pointer-events: none;
  border-color: slategray;
}

.ui-selectmenu-button.ui-selectmenu-disabled .ui-selectmenu-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23b9b5b5%22%20width%3D%229%22%20height%3D%226%22%20viewBox%3D%220%200%209%206%22%3E%0A%20%20%20%20%3Cpolygon%20points%3D%224.5%203.603%208.269%200%209%20.699%204.5%205%200%20.699%20.731%200%22%20transform%3D%22translate%280%201%29%22%2F%3E%0A%3C%2Fsvg%3E");
}

.ui-selectmenu-button.ui-selectmenu-disabled .ui-selectmenu-text {
  color: slategray;
}

.ui-selectmenu-menu {
  position: absolute;
  z-index: 1001;
  display: none;
}

.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-menu .ui-menu {
  max-width: 100% !important;
  max-height: 40rem;
  background: white;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 0.8rem 0;
  overflow: auto;
}

.ui-selectmenu-menu .ui-menu-item {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: black;
}

.ui-selectmenu-menu .ui-menu-item.ui-state-disabled {
  display: none;
}

.ui-selectmenu-menu .ui-menu-item-wrapper {
  padding: 1.2rem 4rem 1.2rem 1.6rem;
}

.ui-selectmenu-menu .ui-menu-item-wrapper.ui-state-active {
  background: mintcream;
}

.button {
  transition: all .25s ease;
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  display: inline-block;
  padding: 1.4rem 4.8rem;
  background: #03CAE8;
  border-radius: 2.4rem;
  color: #fff;
  text-align: center;
}

.button:hover {
  background-color: #028DA2;
  color: #fff;
}

.button_white {
  color: #03CAE8;
  background-color: white;
}

.button_white:hover {
  color: #028DA2;
  background-color: white;
}

.button_bordered {
  background-color: transparent;
  border: 2px solid #03CAE8;
  color: #03CAE8;
  padding: 1rem 4.4rem;
}

.button_bordered:hover {
  background-color: transparent;
  border-color: #028DA2;
  color: #028DA2;
}

a.button {
  text-decoration: none;
}

.button:disabled {
  opacity: .2;
}

.button.button--block {
  display: block;
  width: 100%;
}

.input-wr {
  position: relative;
  display: flex;
  flex-direction: column;
}

.input-wr:not(:last-of-type) {
  margin-bottom: 2.4rem;
}

.input-wr_custom-width {
  width: 100%;
}

.input-wr_sized {
  width: 100%;
  max-width: 37.6rem;
}

.input {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  transition: all .3s ease;
  display: block;
  width: 100%;
  padding: 1.4rem 1.6rem;
  border: 1px solid #7E889A;
  border-radius: .4rem .4rem;
  font-size: 1.4rem;
  line-height: 2rem;
}

.input::-webkit-input-placeholder {
  color: #AEBCC2;
}

.input::-moz-placeholder {
  color: #AEBCC2;
}

.input:-ms-input-placeholder {
  color: #AEBCC2;
}

.input:-moz-placeholder {
  color: #AEBCC2;
}

.input:focus {
  outline: none;
  border-color: #03CAE8;
}

.input:disabled {
  opacity: .2;
}

.input__error-text {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  display: inline-flex;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
  color: #EC4A7C;
  margin: .2rem 1.6rem 0 1.6rem;
}

.input__error-text:empty {
  display: none;
}

.input__error-inn {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  display: none;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
  color: #EC4A7C;
  margin: .2rem 1.6rem 0 1.6rem;
}

.input__error-inn.active {
  display: inline-flex;
}

.input.input--invalid > input {
  border-color: #f00;
}

.input__show-password {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  bottom: 1.2rem;
  right: .8rem;
  outline: none;
}

.input__show-password .icon {
  width: 2.4rem;
  height: 2.4rem;
}

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

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

.select {
  position: relative;
}

.select__tag {
  display: block;
  width: 100%;
  padding: .5rem 2.5rem .5rem .75rem;
  border: 1px solid #ccc;
}

.select__tag + .select__arrow {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: block;
  pointer-events: none;
  border-top: 0.4rem solid #999;
  border-right: .4rem solid transparent;
  border-left: .4rem solid transparent;
}

.select__tag:disabled {
  opacity: .2;
}

.select.select--invalid > .select__tag {
  border-color: #f00;
}

.textarea > textarea {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  border: 1px solid #ccc;
}

.textarea > textarea::-webkit-input-placeholder {
  color: #AEBCC2;
}

.textarea > textarea::-moz-placeholder {
  color: #AEBCC2;
}

.textarea > textarea:-ms-input-placeholder {
  color: #AEBCC2;
}

.textarea > textarea:-moz-placeholder {
  color: #AEBCC2;
}

.textarea > textarea:disabled {
  opacity: .2;
}

.textarea.textarea--invalid > textarea {
  border-color: #f00;
}

.checkbox {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.checkbox__tag {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.checkbox__tag + .checkbox__box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  border-radius: 0.2rem 0.2rem;
  border: 1px solid #03CAE8;
}

.checkbox__tag + .checkbox__box::after {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2211%22%20viewBox%3D%220%200%2015%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%205L4.49464%207.99464C5.20036%208.70036%205.55323%209.05323%205.98563%209.03973C6.41804%209.02623%206.7482%208.65204%207.40853%207.90367L13.5%201%22%20stroke%3D%22%23181F2D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1.2rem 0.84rem;
  background-position: center center;
  transition: all 0.2s ease;
}

.checkbox__tag:checked + .checkbox__box::after {
  display: inline-flex;
}

.checkbox__tag:disabled + .checkbox__box {
  opacity: .2;
}

.checkbox.checkbox--invalid > .checkbox__tag + .checkbox__box {
  border-color: #f00;
}

.checkbox__dot {
  display: inline-block;
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  margin-left: .6rem;
}

.radio {
  width: 2rem;
  height: 2rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.radio__tag {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.radio__tag + .radio__box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.radio__tag + .radio__box::after {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  border-radius: 50%;
  content: "";
  transition: all 0.2s ease;
}

.radio__tag:checked + .radio__box::after {
  width: 1rem;
  height: 1rem;
}

.radio__tag:disabled + .radio__box {
  opacity: .2;
}

.radio.radio--invalid .radio__tag + .radio__box {
  border-color: #f00;
}

.label.label_checkbox {
  position: relative;
  display: inline-block;
  padding-left: 3.6rem;
  padding-top: .2rem;
}

.label.label_checkbox .checkbox {
  position: absolute;
  top: 0;
  left: 0;
}

.label.label_radio {
  position: relative;
  display: inline-block;
  padding-left: 3rem;
}

.label.label_radio .radio {
  position: absolute;
  top: 0;
  left: 0;
}

.label.label_select {
  position: relative;
}

.label.label_select::after {
  pointer-events: none;
  position: absolute;
  content: '';
  display: block;
  right: 8px;
  bottom: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%2303CAE8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
}

.label.label_input {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  color: #2F3B51;
}

.label.label_input .input {
  margin-top: .6rem;
}

.ispin-wrapper {
  width: 136px;
  height: 40px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ispin-wrapper input {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  color: #181F2D;
  width: 56px;
  height: 100%;
  text-align: center;
}

.ispin-wrapper .ispin-button {
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  min-height: 0;
  min-width: 0;
  width: 40px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  border: 1px solid #EBF1F4;
}

.ispin-wrapper .ispin-button.ispin-button-dec {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%222%22%20viewBox%3D%220%200%2020%202%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2220%22%20height%3D%222%22%20fill%3D%22%23028DA2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 1.6rem 1.6rem;
}

.ispin-wrapper .ispin-button.ispin-button-inc {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M9%200H11V20H9V0Z%22%20fill%3D%22%23028DA2%22%2F%3E%0A%3Cpath%20d%3D%22M0%209H20V11H0V9Z%22%20fill%3D%22%23028DA2%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 1.6rem 1.6rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

.choices:focus {
  outline: 0;
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .5;
}

.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=''] .choices__button {
  display: none;
}

.choices[data-type*=select-one]:after {
  transition: transform 0.2s ease;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 10L12 15L7 10' stroke='%2303CAE8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  height: 24px;
  width: 24px;
  position: absolute;
  right: 8px;
  top: 7px;
  pointer-events: none;
  transform: rotate(0deg);
}

.choices[data-type*=select-one].is-open::after {
  transform: rotate(-180deg);
}

.choices[data-type*=select-one].is-open .choices__inner {
  border-color: #028DA2;
}

.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 8px 9px;
  border: 1px solid #7E889A;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.choices__inner:hover {
  border-color: #028DA2;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 0 32px 0 0;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  visibility: hidden;
  z-index: 2;
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: calc(100% + 8px);
  box-shadow: 0 2px 16px rgba(4, 13, 16, 0.16);
  border-radius: 4px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.choices__list--dropdown.is-active {
  visibility: visible;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: calc(100% + 8px);
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 7px 8px;
  font-size: 12px;
  line-height: 18px;
  color: #00ABE7;
}

[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #EBF1F4;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  opacity: .5;
}

.choices__heading {
  font-size: 12px;
  line-height: 18px;
  padding: 7px 8px;
  color: #7E889A;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus, .choices__input:focus {
  outline: 0;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: .5;
}

.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2F3B51;
}

.header__mobile-menu {
  will-change: transform;
  transition: all .25s ease;
  display: flex;
  flex-flow: column nowrap;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #2F3B51;
  height: calc(100vh - 6.4rem);
  z-index: 99;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transform: translateY(-1rem);
}

.header__mobile-menu a {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2rem;
  color: white;
  padding: 1.8rem 1.6rem;
  border-bottom: 1px solid #DCE2E420;
}

.header__mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header__mobile-menu-tel {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  border-bottom: none;
  margin-top: auto;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  padding: 1.2rem 3.2rem;
}

@media all and (max-width: 960px) {
  .header__wrapper {
    padding-right: 1.2rem;
  }
}

@media all and (max-width: 640px) {
  .header__wrapper {
    padding-left: 1.6rem;
  }
}

.header__row {
  display: flex;
}

@media all and (max-width: 960px) {
  .header__row {
    justify-content: space-between;
    flex-grow: 1;
  }
}

.header__logo {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  text-decoration: none;
  color: #C0F7FF;
  margin-right: 2.4rem;
}

.header__logo > svg {
  width: 11.2rem;
  height: 3.2rem;
  fill: #C0F7FF;
}

@media all and (max-width: 640px) {
  .header__logo > svg {
    margin-right: 0;
  }
  .header__logo > span {
    display: none;
  }
}

.header__menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: .8rem;
}

@media all and (max-width: 640px) {
  .header__menu {
    margin-right: 0;
  }
}

.header__menu-item {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  height: 100%;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #FFF;
  text-decoration: none;
  padding: 0 .8rem;
  margin: 0;
}

@media all and (max-width: 1280px) {
  .header__menu-item_tablet-hide {
    display: none;
  }
}

@media all and (max-width: 960px) {
  .header__menu-item {
    display: none;
  }
}

.header__more-button {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  display: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #FFF;
  outline: none;
}

.header__more-button:hover, .header__more-button:focus {
  color: #C0F7FF;
}

.header__more-button:hover > svg, .header__more-button:focus > svg {
  stroke: #C0F7FF;
}

@media all and (max-width: 1280px) {
  .header__more-button {
    display: inline-flex;
  }
}

@media all and (max-width: 960px) {
  .header__more-button {
    display: none;
  }
}

.header__more-button_mobile-menu {
  display: none;
}

@media all and (max-width: 960px) {
  .header__more-button_mobile-menu {
    display: inline-flex;
  }
}

.header__more-button_mobile-menu.active {
  color: #03CAE8;
}

.header__more-button_mobile-menu.active > svg {
  transform: rotate(-180deg);
  stroke: #03CAE8;
}

.header__more-button > span {
  transition: color .2s ease;
  margin-right: 1.2rem;
}

.header__more-button > svg {
  width: 4rem;
  height: 4rem;
  stroke: white;
}

.header__tel {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  text-decoration: none;
  color: #FFF;
  margin: 0;
}

@media all and (max-width: 960px) {
  .header__tel {
    display: none;
  }
}

.header__auth {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  text-decoration: none;
  color: #FFF;
  background-color: #03CAE8;
  border: none;
  margin: 0;
  padding: 2rem 2rem;
  flex-shrink: 0;
}

.header__auth:focus, .header__auth:hover {
  color: #03CAE8;
  background-color: white;
}

.header__auth:focus > svg, .header__auth:hover > svg {
  stroke: #03CAE8;
}

.header__auth > svg {
  width: 2.4rem;
  height: 2.4rem;
  stroke: #FFF;
  margin-right: .8rem;
}

@media all and (max-width: 420px) {
  .header__auth > svg {
    margin-right: 0;
  }
  .header__auth > span {
    display: none;
  }
}

@keyframes fadeInBackground {
  from {
    background-image: url("../img/main-page/lead-background-fill-only.svg");
  }
  to {
    background-image: url("../img/main-page/lead-background.svg");
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.main-slider {
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  display: flex;
  flex-flow: column nowrap;
  padding-top: 6.4rem;
  background-color: #181F2D;
  animation: fadeInBackground .3s linear .3s 1 normal forwards;
}

.main-slider__heading-container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.main-slider__heading {
  font-size: 3.2rem;
  line-height: 4.4rem;
  text-align: center;
}

.main-slider__title {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #AEBCC2;
  margin-top: .8rem;
  margin-bottom: 3.2rem;
}

.main-slider h1 {
  color: white;
}

.main-slider__slider-container {
  position: relative;
  width: 100%;
  max-width: 115.2rem;
  margin: 4.4rem auto 0 auto;
}

@media all and (max-width: 1440px) {
  .main-slider__slider-container {
    max-width: 96rem;
  }
}

@media all and (max-width: 1064px) {
  .main-slider__slider-container {
    max-width: 67.2rem;
    margin: 4.2rem auto 0 auto;
  }
}

@media all and (max-width: 744px) {
  .main-slider__slider-container {
    width: 100%;
    margin: 2.4rem auto 0 auto;
  }
}

.main-slider__slider {
  backface-visibility: hidden;
  transition: opacity .3s ease;
  overflow: hidden;
  opacity: 0;
  height: 572px;
}

@media all and (max-width: 1440px) {
  .main-slider__slider {
    height: 476px;
  }
}

@media all and (max-width: 1064px) {
  .main-slider__slider {
    height: 330px;
  }
}

.main-slider__slider.slick-initialized {
  opacity: 1;
}

.main-slider__slider .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  height: 572px;
}

@media all and (max-width: 1440px) {
  .main-slider__slider .slick-track {
    height: 476px;
  }
}

@media all and (max-width: 1064px) {
  .main-slider__slider .slick-track {
    height: 330px;
  }
}

.main-slider__slider .slick-slide {
  outline: none;
}

.main-slider__slider .slick-slide[data-slick-index] {
  position: absolute;
  top: 0;
}

.main-slider__slider .slick-slide[data-slick-index].slick-sprev .main-slider__slide {
  transform: translate(24px, 100%) scale(1);
  opacity: .3;
  z-index: 2;
}

.main-slider__slider .slick-slide[data-slick-index].slick-current .main-slider__slide {
  transform: translate(24px, 24px) scale(1);
  border-radius: 18px 18px 0 0;
  box-shadow: 0 0.192px 6.992px rgba(24, 31, 45, 0.13), 0 0.458px 17.407px rgba(24, 31, 45, 0.0688249), 0 0.863px 37.231px rgba(24, 31, 45, 0.0491033), 0 1.594px 83.754px rgba(24, 31, 45, 0.0367747), 0 4px 220px rgba(24, 31, 45, 0.0240914);
  z-index: 3;
}

@media all and (max-width: 744px) {
  .main-slider__slider .slick-slide[data-slick-index].slick-current .main-slider__slide {
    transform: translate(16px, 24px) scale(1);
  }
}

.main-slider__slider .slick-slide[data-slick-index].slick-current + .slick-slide.slick-snext .main-slider__slide {
  transform: translate(24px, 20px) scale(1.021);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 2px 12px rgba(47, 59, 81, 0.4);
  z-index: 2;
}

@media all and (max-width: 744px) {
  .main-slider__slider .slick-slide[data-slick-index].slick-current + .slick-slide.slick-snext .main-slider__slide {
    transform: translate(16px, 20px) scale(1.021);
  }
}

.main-slider__slider .slick-slide[data-slick-index="0"] .main-slider__slide {
  transform: translate(24px, 24px) scale(1);
  z-index: 3;
}

@media all and (max-width: 744px) {
  .main-slider__slider .slick-slide[data-slick-index="0"] .main-slider__slide {
    transform: translate(16px, 24px) scale(1);
  }
}

.main-slider__slider .slick-slide[data-slick-index="1"] .main-slider__slide {
  transform: translate(24px, 20px) scale(1.021);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 2px 12px rgba(47, 59, 81, 0.4);
  z-index: 2;
}

@media all and (max-width: 744px) {
  .main-slider__slider .slick-slide[data-slick-index="1"] .main-slider__slide {
    transform: translate(16px, 20px) scale(1.021);
  }
}

.main-slider__slider .slick-slide[data-slick-index="2"] .main-slider__slide {
  transform: translate(24px, 16px) scale(1.042);
  border-radius: 28px 28px 0 0;
  box-shadow: 0 2px 12px rgba(47, 59, 81, 0.4);
  z-index: 1;
}

@media all and (max-width: 744px) {
  .main-slider__slider .slick-slide[data-slick-index="2"] .main-slider__slide {
    transform: translate(16px, 16px) scale(1.042);
  }
}

.main-slider__slide {
  backface-visibility: hidden;
  overflow: hidden;
  outline: none;
  transition: all .45s ease;
  position: relative;
  border-radius: 18px 18px 0 0;
  height: 100%;
  width: calc(100% - 48px);
  padding: 0 8.4rem;
  color: #FFF;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  opacity: 1;
}

@media all and (max-width: 1440px) {
  .main-slider__slide {
    padding: 0 6.8rem;
  }
}

@media all and (max-width: 1064px) {
  .main-slider__slide {
    padding: 0 5rem;
  }
}

@media all and (max-width: 744px) {
  .main-slider__slide {
    padding: 0 1.6rem;
    width: calc(100% - 32px);
  }
}

.main-slider__slide .main-catalog-link {
  position: absolute;
  bottom: 7.2rem;
}

.main-slider__slide-label {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  position: absolute;
  top: 0;
  border-radius: 0 0 2px 2px;
  padding: 2rem 1rem 1.2rem;
  color: #E86503;
  background-color: white;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.main-slider__slide-title {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  position: relative;
  color: white;
  font-size: 4rem;
  line-height: 4.4rem;
  max-width: 67.2rem;
  margin-bottom: 2.4rem;
  z-index: 1;
}

.main-slider__slide-title mark {
  padding: 2px 1px;
  color: white;
  background-color: #B3D4E5;
}

@media all and (max-width: 1064px) {
  .main-slider__slide-title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.main-slider__slide-text {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 1;
  color: white;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.main-slider__slide-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}

.main-slider-navigation {
  position: absolute;
  top: 50%;
  right: 6.6rem;
  transform: translateY(-50%);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 100;
  animation: fadeIn .3s linear .2s 1 normal forwards;
}

.main-slider-navigation__item {
  position: relative;
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  transition: all 0.2s ease;
  outline: none;
}

@media all and (max-width: 960px) {
  .main-slider-navigation__item {
    display: none;
  }
}

.main-slider-navigation__item:not(:last-child) {
  margin-bottom: 0.8rem;
}

.main-slider-navigation__item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  content: '';
  border: 1px solid white;
  border-radius: 50%;
}

.main-slider-navigation__item:hover::before {
  border-color: #2F3B51;
}

.main-slider-navigation__item.active::before {
  border-color: transparent;
  background-color: #2F3B51;
}

.main-slider-navigation__item.active > svg {
  visibility: visible;
  pointer-events: auto;
}

.main-slider-navigation__item > svg {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.8rem;
  height: 4.8rem;
}

.main-slider-navigation__item > svg .circle-bg {
  fill: rgba(255, 255, 255, 0);
  stroke: #EBF1F4;
  stroke-width: 1;
  stroke-linecap: butt;
}

.main-slider-navigation__item > svg .circle-go {
  fill: rgba(255, 255, 255, 0);
  stroke: #181F2D;
  stroke-width: 1;
  stroke-linecap: round;
}

.main-slider-navigation__icon {
  position: absolute;
  top: calc(100% + 6.4rem);
  left: 50%;
  transform: translateX(-50%);
  width: 2.8rem;
  height: 4.6rem;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2246%22%20viewBox%3D%220%200%2028%2046%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2227%22%20height%3D%2245%22%20rx%3D%2213.5%22%20stroke%3D%22white%22%2F%3E%0A%3Crect%20x%3D%2212.5%22%20y%3D%2216.5%22%20width%3D%223%22%20height%3D%227%22%20rx%3D%221.5%22%20fill%3D%22white%22%20stroke%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M14%200V19%22%20stroke%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media all and (max-width: 1224px) {
  .main-slider-navigation__icon {
    display: none;
  }
}

.main-categories {
  background-color: #028DA2;
  padding: 12rem 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

@media all and (max-width: 1440px) {
  .main-categories {
    padding: 10.4rem 0;
  }
}

@media all and (max-width: 1064px) {
  .main-categories {
    padding: 7.2rem 0;
  }
}

@media all and (max-width: 744px) {
  .main-categories {
    padding: 4rem 0;
  }
}

.main-categories__grid {
  width: 100%;
  max-width: 112.8rem;
  margin: 0 auto 7.2rem;
  display: flex;
  flex-flow: row wrap;
}

@supports (display: grid) {
  .main-categories__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(28.2rem, 1fr);
  }
  @media all and (max-width: 1440px) {
    .main-categories__grid {
      grid-auto-rows: minmax(23.4rem, 1fr);
    }
  }
  @media all and (max-width: 1064px) {
    .main-categories__grid {
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: minmax(28.2rem, 1fr);
    }
  }
  @media all and (max-width: 744px) {
    .main-categories__grid {
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: auto;
    }
  }
}

@media all and (max-width: 1440px) {
  .main-categories__grid {
    max-width: 93.6rem;
    margin: 0 auto 5.6rem;
  }
}

@media all and (max-width: 1064px) {
  .main-categories__grid {
    max-width: 64.8rem;
    margin: 0 auto 4.4rem;
  }
}

@media all and (max-width: 744px) {
  .main-categories__grid {
    width: calc(100% - 16px);
    display: flex;
    flex-flow: row nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    scroll-padding-inline: 2rem;
    -ms-overflow-style: none;
    margin: 0 0 2rem 1.6rem;
  }
  .main-categories__grid::-webkit-scrollbar {
    display: none;
  }
}

.about-company {
  position: relative;
  background-color: #2F3B51;
  padding: 9.6rem 0 12rem;
  display: flex;
  flex-flow: column nowrap;
}

.about-company .main-catalog-link {
  align-self: center;
  margin-top: 7.2rem;
}

@media all and (max-width: 1440px) {
  .about-company {
    padding: 8rem 0 10.4rem;
  }
  .about-company .main-catalog-link {
    margin-top: 5.6rem;
  }
}

@media all and (max-width: 1064px) {
  .about-company {
    padding: 7.2rem 0 7.2rem;
  }
  .about-company .main-catalog-link {
    margin-top: 4.4rem;
  }
}

@media all and (max-width: 744px) {
  .about-company {
    padding: 4rem 0;
  }
  .about-company .main-catalog-link {
    margin-top: 2.8rem;
  }
}

.about-company__big-title {
  display: inline-block;
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  width: 100%;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #2F3B51;
  margin-bottom: .4rem;
}

.about-company__big-title_orange {
  color: #E86503;
}

.about-company__title {
  display: inline-block;
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #7E889A;
  margin-bottom: auto;
}

@media all and (max-width: 744px) {
  .about-company__title {
    margin-bottom: 4rem;
  }
}

.about-company__numbers {
  display: inline-flex;
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 4rem;
  color: #2F3B51;
  align-items: flex-end;
}

.about-company__numbers_bottom-indent {
  margin-bottom: .8rem;
}

.about-company__numbers + .about-company__numbers {
  margin-left: 4rem;
}

.about-company__numbers .small-text {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #2F3B51;
}

.about-company__numbers .accent-color {
  color: #E86503;
}

@media all and (max-width: 744px) {
  .about-company__numbers {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
  .about-company__numbers .small-text {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.about-company__bg {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 45rem;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

@media all and (max-width: 1440px) {
  .about-company__bg {
    height: 43.4rem;
  }
}

@media all and (max-width: 1064px) {
  .about-company__bg {
    height: 33.6rem;
  }
}

@media all and (max-width: 744px) {
  .about-company__bg {
    height: 28.5rem;
  }
}

.about-company__inner {
  width: 100%;
  max-width: 112.8rem;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

@media all and (max-width: 1440px) {
  .about-company__inner {
    max-width: 93.6rem;
  }
}

@media all and (max-width: 1064px) {
  .about-company__inner {
    max-width: 64.8rem;
    justify-content: flex-start;
  }
}

@media all and (max-width: 744px) {
  .about-company__inner {
    max-width: initial;
    width: auto;
    flex-flow: column nowrap;
    margin: 0 1.6rem;
  }
}

.about-company__text {
  position: relative;
  width: 100%;
  max-width: 53.8rem;
  padding: 1.6rem 3.2rem 4rem;
  margin-right: 1rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

@media all and (max-width: 1440px) {
  .about-company__text {
    max-width: 35rem;
    margin-right: 1rem;
    padding: 1.6rem 3.2rem 4rem 0;
  }
}

@media all and (max-width: 1064px) {
  .about-company__text {
    max-width: initial;
  }
}

.about-company__text .about-company__big-title {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 4rem;
  color: #181F2D;
  margin-bottom: 1.6rem;
}

@media all and (max-width: 744px) {
  .about-company__text .about-company__big-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.about-company__text .about-company__title {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #2F3B51;
  margin-bottom: 0;
}

@media all and (max-width: 744px) {
  .about-company__text .about-company__title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.about-company__card {
  position: relative;
  background-color: #FFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-right: 1rem;
  padding: 2.4rem 3.2rem 4rem;
  width: 36.8rem;
  min-height: 24rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 1rem;
}

@media all and (max-width: 1440px) {
  .about-company__card {
    width: 30.5rem;
    min-height: 26.4rem;
  }
}

@media all and (max-width: 744px) {
  .about-company__card {
    width: auto;
    min-height: 0;
    margin-right: 0;
    padding: 1.6rem 2.4rem 3.2rem;
  }
}

.about-company__card:last-child {
  margin-right: 0;
}

.about-company__card_wide {
  flex-shrink: 0;
  width: 58rem;
  padding: 3.2rem 4rem 4.8rem;
  margin-right: 0;
  margin-top: 0;
  min-height: 24rem;
}

@media all and (max-width: 1440px) {
  .about-company__card_wide {
    width: 57.6rem;
  }
}

@media all and (max-width: 1064px) {
  .about-company__card_wide {
    width: 62rem;
  }
}

@media all and (max-width: 744px) {
  .about-company__card_wide {
    min-height: 0;
    padding: 1.6rem 2.4rem 3.2rem;
    width: 100%;
  }
}

.about-company__card-row {
  display: flex;
}

@media all and (max-width: 744px) {
  .about-company__card-row {
    flex-direction: column;
  }
  .about-company__card-row .about-company__numbers + .about-company__numbers {
    margin-left: 0;
    margin-top: .8rem;
  }
}

.manufacturers {
  background-color: #03CAE8;
}

.manufacturers__heading {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 4rem;
  margin-bottom: 1.6rem;
}

@media all and (max-width: 744px) {
  .manufacturers__heading {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 1.2rem;
  }
}

.manufacturers__title {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

@media all and (max-width: 744px) {
  .manufacturers__title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.manufacturers__hero {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  color: white;
  padding: 12rem 0;
  text-align: center;
}

@media all and (max-width: 1440px) {
  .manufacturers__hero {
    padding: 10.4rem 0;
  }
}

@media all and (max-width: 1064px) {
  .manufacturers__hero {
    padding: 7.2rem 0;
  }
}

@media all and (max-width: 744px) {
  .manufacturers__hero {
    padding: 4rem 0 4.8rem;
  }
}

.manufacturers__link {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  z-index: 1;
}

.manufacturers__cards {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 12rem 0;
}

@media all and (max-width: 1440px) {
  .manufacturers__cards {
    padding: 10.2rem 0;
  }
}

@media all and (max-width: 1064px) {
  .manufacturers__cards {
    padding: 7.2rem 0;
  }
}

@media all and (max-width: 744px) {
  .manufacturers__cards {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 2rem;
    -ms-overflow-style: none;
    padding: 4.8rem 3.2rem 4rem;
  }
  .manufacturers__cards::-webkit-scrollbar {
    display: none;
  }
}

.manufacturers__grid {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 112.8rem;
}

@media all and (max-width: 1440px) {
  .manufacturers__grid {
    max-width: 93.6rem;
  }
}

@media all and (max-width: 1064px) {
  .manufacturers__grid {
    max-width: 64.8rem;
  }
}

@supports (display: grid) {
  .manufacturers__grid {
    display: grid;
    grid-template-columns: repeat(5, 20rem);
    grid-auto-rows: 20rem;
    grid-gap: 2.4rem;
    align-content: center;
    justify-content: center;
    max-width: initial;
  }
  .manufacturers__grid > .manufacturers__card {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  @media all and (max-width: 1440px) {
    .manufacturers__grid {
      grid-template-columns: repeat(5, 17.6rem);
      grid-auto-rows: 17.6rem;
      grid-gap: 1.4rem;
    }
  }
  @media all and (max-width: 1064px) {
    .manufacturers__grid {
      grid-template-columns: repeat(5, 12.2rem);
      grid-auto-rows: 12.2rem;
      grid-gap: 1rem;
    }
  }
  @media all and (max-width: 744px) {
    .manufacturers__grid {
      width: 100%;
      align-content: start;
      justify-content: start;
    }
  }
}

.manufacturers__card {
  background-color: #fff;
  box-shadow: 0 1.63px 4.121px rgba(0, 0, 0, 0.031357), 0 4.508px 11.395px rgba(0, 0, 0, 0.045), 0 10.853px 27.434px rgba(0, 0, 0, 0.058643), 0 36px 91px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: calc(20% - 2.4rem);
  height: 100%;
  margin: 1.2rem;
}

.manufacturers__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.reviews {
  background-size: cover;
}

.reviews__big-title {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 4rem;
  color: #181F2D;
  margin-bottom: 1.6rem;
}

@media all and (max-width: 744px) {
  .reviews__big-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.reviews__title {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #2F3B51;
  margin-bottom: 0;
}

@media all and (max-width: 744px) {
  .reviews__title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.reviews__wrap {
  background-image: url("data:image/svg+xml,%3Csvg width='1128' height='819' viewBox='0 0 1128 819' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='36' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='132' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='228' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='324' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='420' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='516' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='612' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='708' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='804' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='900' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='996' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='1092' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='384' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='768' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='71' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='455' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='839' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='96' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='480' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='864' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='192' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='576' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='960' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='288' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='672' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='1056' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='167' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='551' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='935' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='263' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='647' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='1031' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='359' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='743' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='1127' width='1' height='819' fill='%23EBF1F4'/%3E%3C/svg%3E%0A");
  background-size: 1128px auto;
  background-position: center;
  background-repeat: repeat-y;
  width: 100%;
  max-width: 112.8rem;
  margin: 0 auto;
  padding: 12rem 3.2rem 21.6rem;
}

@media all and (max-width: 1440px) {
  .reviews__wrap {
    max-width: 93.6rem;
    padding: 10.4rem 0 18.4rem;
  }
}

@media all and (max-width: 1064px) {
  .reviews__wrap {
    max-width: 64.8rem;
    padding: 7.2rem 0 13.6rem;
  }
}

@media all and (max-width: 744px) {
  .reviews__wrap {
    max-width: 64.8rem;
    padding: 4rem 1.6rem 8.8rem;
  }
}

.reviews__row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-top: 7.2rem;
}

@media all and (max-width: 1440px) {
  .reviews__row {
    margin-top: 5.6rem;
  }
}

@media all and (max-width: 1064px) {
  .reviews__row {
    margin-top: 4rem;
  }
}

@media all and (max-width: 744px) {
  .reviews__row {
    flex-flow: column nowrap;
    margin-top: 1.6rem;
  }
}

.reviews__card {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  width: 100%;
  max-width: 46.4rem;
  padding: 4rem 4rem 4.4rem;
}

.reviews__card + .reviews__card {
  margin-left: .8rem;
}

@media all and (max-width: 744px) {
  .reviews__card {
    max-width: initial;
  }
  .reviews__card + .reviews__card {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.reviews__organozation {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #181F2D;
  margin-bottom: 3.2rem;
}

@media all and (max-width: 1064px) {
  .reviews__organozation {
    margin-bottom: 2.4rem;
  }
}

.reviews__username {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #03CAE8;
}

.reviews__position {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #2F3B51;
  margin-bottom: 4rem;
}

@media all and (max-width: 1064px) {
  .reviews__position {
    margin-bottom: 2.4rem;
  }
}

.reviews__text {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #2F3B51;
}

.magazine {
  background-size: cover;
}

.magazine__bg {
  background-image: url("data:image/svg+xml,%3Csvg width='1128' height='819' viewBox='0 0 1128 819' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='36' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='132' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='228' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='324' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='420' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='516' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='612' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='708' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='804' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='900' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='996' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='1092' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='384' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='768' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='71' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='455' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='839' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='96' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='480' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='864' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='192' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='576' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='960' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='288' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='672' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='1056' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='167' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='551' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='935' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='263' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='647' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='1031' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='359' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='743' width='1' height='819' fill='%23EBF1F4'/%3E%3Crect x='1127' width='1' height='819' fill='%23EBF1F4'/%3E%3C/svg%3E%0A");
  background-size: 1128px auto;
  background-position: center;
  background-repeat: repeat-y;
  padding: 12rem 0;
}

@media all and (max-width: 1440px) {
  .magazine__bg {
    padding: 10.4rem 0;
  }
}

@media all and (max-width: 1064px) {
  .magazine__bg {
    padding: 7.2rem 0;
  }
}

@media all and (max-width: 1064px) {
  .magazine__bg {
    padding: 4rem 0;
  }
}

.magazine__big-title {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 4rem;
  color: #181F2D;
  margin-bottom: 1.6rem;
}

@media all and (max-width: 744px) {
  .magazine__big-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.magazine__title {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #2F3B51;
  margin-bottom: 0;
  max-width: 42.4rem;
}

@media all and (max-width: 744px) {
  .magazine__title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.magazine__head {
  margin-left: 3.2rem;
}

@media all and (max-width: 1440px) {
  .magazine__head {
    margin-left: 0;
  }
}

@media all and (max-width: 744px) {
  .magazine__links {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: -1.2rem;
  }
}

.magazine__link {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.magazine__link + .magazine__link {
  margin-left: 2.4rem;
}

@media all and (max-width: 744px) {
  .magazine__link {
    margin: 0 1.6rem 1.2rem 0;
  }
  .magazine__link + .magazine__link {
    margin-left: 0;
  }
}

.magazine__row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 7.2rem;
}

@media all and (max-width: 1440px) {
  .magazine__row {
    margin-bottom: 5.6rem;
  }
}

@media all and (max-width: 1064px) {
  .magazine__row {
    flex-flow: row wrap;
  }
  .magazine__row .magazine__links {
    margin-top: 1.6rem;
    width: 100%;
  }
}

.order-card {
  transition: box-shadow 0.2s ease;
  position: relative;
  display: block;
  padding: 1.6rem 1.6rem;
  color: #181F2D;
  background-color: #FFF;
  border-radius: 0.4rem 0.4rem;
  text-decoration: none;
}

.order-card:hover {
  box-shadow: 0 0.192px 6.992px rgba(24, 31, 45, 0.13), 0 0.458px 17.407px rgba(24, 31, 45, 0.0688249), 0 0.863px 37.231px rgba(24, 31, 45, 0.0491033), 0 1.594px 83.754px rgba(24, 31, 45, 0.0367747), 0 4px 220px rgba(24, 31, 45, 0.0240914);
}

.order-card_locked {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.order-card_locked .order-card__wrapper {
  opacity: 0.15;
}

.order-card_locked .order-card__btn-more {
  pointer-events: none;
}

.order-card_locked .order-card__link {
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M38%2022H10C7.79086%2022%206%2023.7909%206%2026V40C6%2042.2091%207.79086%2044%2010%2044H38C40.2091%2044%2042%2042.2091%2042%2040V26C42%2023.7909%2040.2091%2022%2038%2022Z%22%20stroke%3D%22%232F3B51%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M14%2022V14C14%2011.3478%2015.0536%208.8043%2016.9289%206.92893C18.8043%205.05357%2021.3478%204%2024%204C26.6522%204%2029.1957%205.05357%2031.0711%206.92893C32.9464%208.8043%2034%2011.3478%2034%2014V22%22%20stroke%3D%22%232F3B51%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: 4rem 4rem;
  background-position: center center;
}

.order-card_shipment-card {
  background-color: #EBF1F4;
}

.order-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.order-card__btn-more {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 2.4rem;
  height: 2.4rem;
}

.order-card__btn-more:hover, .order-card__btn-more:focus {
  cursor: pointer;
}

.order-card__btn-more:hover > svg, .order-card__btn-more:focus > svg {
  fill: #EBF1F4;
}

.order-card__btn-more > svg {
  width: 100%;
  height: 100%;
  fill: #028DA2;
  transition: all 0.2s ease;
}

.order-card__changed {
  display: inline-flex;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.8rem;
}

.order-card__changed > svg {
  width: 100%;
  height: 100%;
  stroke: #2F3B51;
  transition: all 0.2s ease;
}

.order-card__title {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  width: calc(100% - 2.4rem);
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  color: #181F2D;
  margin: 0;
}

.order-card__row_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media all and (max-width: 960px) {
  .order-card__row_main {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}

.order-card__actions {
  display: flex;
  flex-wrap: wrap;
}

.order-card__table {
  margin-top: 1.6rem;
}

.order-card__table:not(:last-child) {
  margin-right: 2.4rem;
}

.order-card__table tr:first-child td {
  color: #2F3B51;
}

.order-card__additional-info {
  display: flex;
  white-space: nowrap;
}

@media all and (max-width: 960px) {
  .order-card__additional-info {
    justify-content: space-between;
    margin-top: 3.2rem;
  }
}

@media all and (max-width: 640px) {
  .order-card__additional-info {
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
}

.order-card__details {
  display: flex;
  align-items: flex-end;
}

.order-card__measures {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #1F2329;
  margin: 0;
}

.order-card__measures:not(:last-child) {
  margin-right: 1.6rem;
}

.order-card__measures > span:not(:last-child) {
  margin-right: 0.8rem;
}

.order-card__measures_thin {
  color: #2F3B51;
}

.order-card__price {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  color: #181F2D;
  margin: 0 0 0 3.2rem;
}

.order-card__price > span {
  font-size: 1rem;
}

@media all and (max-width: 960px) {
  .order-card__price {
    margin: 0;
  }
}

@media all and (max-width: 640px) {
  .order-card__price {
    margin: 1.2rem 0 0 0;
  }
}

.order-card__message {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #1F2329;
  margin: 0;
}

.card-tooltip {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #FFF;
  box-shadow: 0 0.2rem 1.5rem rgba(4, 13, 16, 0.16);
  border-radius: 0.2rem 0.2rem;
  padding: 0.8rem 0;
}

.card-tooltip__item {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  display: inline-flex;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  text-align: left;
  text-decoration: none;
  width: 100%;
  border: 0;
  color: #00ABE7;
  padding: 1.4rem 2.4rem;
  transition: all 0.2s ease;
}

.card-tooltip__item:hover, .card-tooltip__item:focus {
  background-color: #EBF1F4;
}

.card-orders {
  padding: 1.6rem 1.6rem 0 1.6rem;
  border-top: 1px solid #DCE2E4;
}

.card-orders__title {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  color: #2F3B51;
  margin: 0;
}

.card-orders__text {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  color: #1F2329;
  margin: 0;
}

.card-orders__text:not(:last-child) {
  margin-right: 1.6rem;
}

.card-orders__text_bold {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2rem;
}

.card-orders__text_bold:not(:last-child) {
  margin-right: 2.8rem;
}

@media all and (max-width: 640px) {
  .card-orders__text_bold {
    display: inline-flex;
    width: 100%;
  }
}

.card-orders__price {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #1F2329;
  margin: 0;
}

.card-orders__price > span {
  font-size: 1rem;
}

.card-orders__table {
  width: calc(100% - 0.8rem *2);
  margin: 1.6rem auto 0 auto;
  padding: 0 1.6rem;
}

.card-orders__table tr td {
  padding: 1.6rem 0;
}

.card-orders__table tr:not(:last-child) td {
  border-top: 1px solid #DCE2E4;
  border-bottom: 1px solid #DCE2E4;
}

@media all and (max-width: 640px) {
  .card-orders__table tr {
    display: flex;
    flex-flow: column nowrap;
  }
  .card-orders__table tr td:first-child {
    padding-bottom: 0;
    border-bottom-color: transparent;
  }
  .card-orders__table tr td:last-child {
    padding-top: 0;
    border-top-color: transparent;
  }
}

.card-orders__table-details-col {
  text-align: left;
}

.card-orders__table-price-col {
  text-align: right;
}

@media all and (max-width: 640px) {
  .card-orders__table-price-col {
    text-align: left;
  }
}

.simple-card {
  position: relative;
  display: block;
  padding: 1.6rem 1.6rem;
  color: #181F2D;
  background-color: #FFF;
  border-radius: 0.4rem 0.4rem;
  text-decoration: none;
}

.simple-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.simple-card__btn-more {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 2.4rem;
  height: 2.4rem;
}

.simple-card__btn-more:hover, .simple-card__btn-more:focus {
  cursor: pointer;
}

.simple-card__btn-more:hover > svg, .simple-card__btn-more:focus > svg {
  fill: #EBF1F4;
}

.simple-card__btn-more > svg {
  width: 100%;
  height: 100%;
  fill: #028DA2;
  transition: all 0.2s ease;
}

.simple-card__wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

.simple-card__title {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  width: calc(100% - 2.4rem);
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  color: #181F2D;
  margin: 0;
}

.simple-card__description {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  color: #181F2D;
  margin: 0;
}

.simple-card__title + .simple-card__description {
  margin-top: 0.8rem;
}

.simple-card__actions {
  margin-top: 3.2rem;
}

.simple-card__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.simple-card__medium {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #1F2329;
  text-decoration: none;
}

.simple-card__regular {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  color: #1F2329;
  text-decoration: none;
}

.simple-card__medium + .simple-card__regular {
  margin-top: 0.8rem;
}

.simple-card__ico {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  text-decoration: none;
}

.simple-card__ico > svg {
  width: 100%;
  height: 100%;
  stroke: #1F2329;
}

.category-card {
  position: relative;
  border-radius: 0.8rem 0.8rem;
  background: #FFF;
  text-decoration: none;
  transition: all 0.2s ease;
  /*Aspect ratio hack*/
  /*Aspect ratio hack*/
}

.category-card::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 69.173%;
}

.category-card::after {
  content: "";
  display: table;
  clear: both;
}

.category-card__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem 1.6rem 0 1.6rem;
  overflow: hidden;
}

.category-card:hover .category-card__img {
  transform: scale(1.05);
}

.category-card__title {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #181F2D;
  margin: 0;
  position: relative;
  z-index: 1;
}

.category-card__img {
  transition: all 0.2s ease;
  transform: scale(1);
}

.category-card__img--compilation {
  transition: all 0.2s ease;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  margin-top: 0;
  max-height: 100%;
  width: auto;
}

.category-card_gradient {
  color: #FFF;
}

.category-card_no-padding {
  overflow: hidden;
  z-index: 1;
}

.category-card_no-padding .category-card__wrapper {
  padding: 0;
}

.category-card_no-padding .category-card__title {
  padding: 2.4rem 1.6rem 0 1.6rem;
}

.action-tab {
  position: relative;
  max-width: 20rem;
  background-color: #FEFCFA;
  border-radius: 0.4rem 0.4rem;
  padding: 1.2rem 1.2rem;
}

.action-tab__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.action-tab__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.action-tab__text-regular {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  color: #2F3B51;
  margin: 0;
}

.action-tab__ico {
  width: 1.4rem;
  height: 1.4rem;
}

.action-tab__ico > svg {
  width: 100%;
  height: 100%;
  stroke: #E86503;
}

.action-tab__text-medium {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #2F3B51;
  margin: 0;
}

.action-tab__text-medium_green {
  color: #028DA2;
}

.action-tab__row + .action-tab__text-medium {
  margin-top: 0.4rem;
}

.action-row {
  position: relative;
  max-width: 40rem;
  height: 3.2rem;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #FEFCFA;
  border-radius: 1.6rem 1.6rem;
  padding: 0.8rem 0.8rem;
  flex-shrink: 0;
}

.action-row__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.action-row__ico {
  width: 1.6rem;
  height: 1.6rem;
}

.action-row__ico > svg {
  width: 100%;
  height: 100%;
  stroke: #028DA2;
  stroke-width: 0.2rem;
}

.action-row__text-regular {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  text-decoration: none;
  color: #2F3B51;
  margin: 0;
}

.action-row__text-medium {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  text-decoration: none;
  color: #2F3B51;
  margin: 0;
}

.action-row__text-medium_green {
  color: #028DA2;
}

.action-row__ico + .action-row__text-medium,
.action-row__text-medium + .action-row__text-regular {
  margin-left: 0.8rem;
}

@media all and (max-width: 960px) {
  .action-row_shrink .action-row__text-regular, .action-row_shrink .action-row__text-medium {
    display: none;
  }
}

.action-row_shipments-card {
  background-color: #EBF1F4;
}

@media all and (max-width: 640px) {
  .action-row__text-regular, .action-row__text-medium {
    display: none;
  }
}

.product-card {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 2px;
  background-color: #FFF;
  padding: 1.6rem 1.6rem;
  transition: all 0.2s ease;
}

.product-card:hover .product-card__popup {
  visibility: visible;
  opacity: 1;
}

.product-card__wrapper {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.product-card__pic {
  width: 12rem;
  height: 12rem;
  flex-shrink: 0;
  margin-right: 1.6rem;
}

.product-card__pic_modal {
  cursor: pointer;
  position: relative;
}

.product-card__pic_modal:hover .product-card__pic-fullscreen-label {
  opacity: 1;
}

@media all and (max-width: 640px) {
  .product-card__pic {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
  }
}

.product-card__pic > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.product-card__pic-fullscreen-label {
  transition: opacity 0.2s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  opacity: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  background: #03CAE8;
  padding: .8rem 1.6rem;
  border-radius: 2.4rem;
}

@media all and (max-width: 640px) {
  .product-card__pic-fullscreen-label {
    font-size: 0;
    padding: .8rem;
  }
}

.product-card__pic-fullscreen-label .icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: .8rem;
}

@media all and (max-width: 640px) {
  .product-card__pic-fullscreen-label .icon {
    margin-right: 0;
  }
}

.product-card__main-content {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  padding: 0 0 1rem 1.6rem;
}

.product-card__content-one {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 640px) {
  .product-card__content-one {
    flex-flow: column-reverse nowrap;
  }
}

.product-card__content-two {
  display: flex;
  justify-content: space-between;
  flex-flow: column nowrap;
  flex-grow: 1;
}

@media all and (max-width: 960px) {
  .product-card__content-two {
    flex-flow: column nowrap;
    justify-content: flex-start;
  }
}

@media all and (max-width: 640px) {
  .product-card__content-two {
    padding-top: 1.2rem;
  }
}

.product-card__content-three {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  flex-grow: 1;
}

@media all and (max-width: 640px) {
  .product-card__content-three {
    min-height: 12rem;
    padding-left: 12rem;
  }
}

.product-card__content-four {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.6rem;
}

.product-card__title {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  text-decoration: none;
  color: #1F2329;
  margin: 0;
}

.product-card__description {
  margin: 0;
}

.product-card__description a {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #2F3B51;
}

.product-card__description a:hover {
  color: black;
}

.product-card__title + .product-card__description {
  margin-top: 0.8rem;
}

.product-card__price {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  white-space: nowrap;
  color: #1F2329;
  margin: 0;
}

.product-card__price > span {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #2F3B51;
  margin: 0 0.4rem 0 0;
}

.product-card__num-tags {
  margin: 1.6rem 0 0 0;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}

@media all and (max-width: 960px) {
  .product-card__num-tags {
    margin: .8rem 0 0 0;
  }
}

.product-card__button-add-order {
  margin-top: 3.2rem;
  background-color: #028DA2;
  padding: 1.1rem 2.4rem;
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.product-card__button-add-order:hover {
  background-color: #03CAE8;
}

@media all and (max-width: 960px) {
  .product-card__button-add-order {
    margin-top: 2.4rem;
  }
}

.product-card__product-tags {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  text-align: end;
  max-width: 32rem;
}

.product-card__product-tags .new-product-tag {
  background-color: #6A46B6;
  max-height: 25px;
  width: 14.5rem;
  float: right;
}

.product-card__product-tags .new-product-tag:first-child {
  float: none;
}

.product-card__product-tags .tagSlider {
  position: relative;
  padding-left: 1rem;
  float: right;
}

.product-card__product-tags .tagSlider > svg {
  height: 2rem;
}

.product-card__product-tags .tagSlider .icon-chevron-down-white {
  width: 2.2rem;
  right: -1px;
  transition-delay: 0ms;
  transition-duration: 0ms;
  position: absolute;
}

.product-card__product-tags .tagSlider .rotate {
  transform: rotate(180deg);
  transition-delay: 0ms;
  transition-duration: 0ms;
}

.product-card__product-tags .chevron-down {
  background-image: url("/img/svg/chevron-down-white.svg");
  background-repeat: no-repeat;
  background-position: right;
}

.product-card__product-tags .tag-hiden {
  float: right;
  margin-top: 1px;
  clear: both;
}

.product-card__product-tags .tag-hiden.hide {
  display: none;
}

.product-card__product-tags_alternate {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.product-card__product-tags_alternate .new-product-tag {
  background-color: #6A46B6;
}

.product-card__description-items {
  display: flex;
  flex-wrap: wrap;
}

.product-card__popup {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
  border-top: 2px solid #DCE2E4;
  padding: 1.6rem 1.6rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}

.product-card__remove {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  text-decoration: none;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #2F3B51;
  margin: 0;
}

.product-card__remove > svg {
  width: 1.6rem;
  height: 1.6rem;
  stroke: #2F3B51;
  margin-right: 0.4rem;
}

.product-card__price-summary {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  color: #1F2329;
  margin: 0;
}

.product-card__price-summary > span {
  font-size: 1rem;
}

.product-card_product-page {
  padding-bottom: 8rem;
}

.product-card_product-page .product-card__pic {
  width: 32rem;
  height: 32rem;
}

@media all and (max-width: 960px) {
  .product-card_product-page .product-card__pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 24rem;
    height: 24rem;
  }
}

@media all and (max-width: 640px) {
  .product-card_product-page .product-card__pic {
    width: 20rem;
    height: 20rem;
  }
}

@media all and (max-width: 420px) {
  .product-card_product-page .product-card__pic {
    width: 12rem;
    height: 12rem;
  }
}

.product-card_product-page .product-card__main-content {
  padding: 0;
}

@media all and (max-width: 960px) {
  .product-card_product-page .product-card__content-one {
    flex-flow: column-reverse nowrap;
  }
}

@media all and (max-width: 960px) {
  .product-card_product-page .product-card__content-two {
    padding-top: 1.2rem;
  }
}

@media all and (max-width: 1224px) {
  .product-card_product-page .product-card__content-three {
    min-height: 24rem;
    padding-left: 24rem;
  }
}

@media all and (max-width: 640px) {
  .product-card_product-page .product-card__content-three {
    min-height: 20rem;
    padding-left: 20rem;
  }
}

@media all and (max-width: 420px) {
  .product-card_product-page .product-card__content-three {
    min-height: 12rem;
    padding-left: 12rem;
  }
}

.product-card_product-page .product-card__popup {
  position: static;
  opacity: 1;
  visibility: visible;
  border-top-width: 1px;
  border-bottom: 1px solid #DCE2E4;
  margin-top: 2.6rem;
}

@media all and (max-width: 960px) {
  .product-card_product-page .product-card__popup {
    padding-left: 0;
    padding-right: 0;
  }
}

.related-products__title {
  margin-top: 2rem;
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  display: block;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 2rem;
  text-decoration: none;
  color: black;
}

.related-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.8rem 0.8rem;
  margin-top: 1rem;
}

@media all and (max-width: 960px) {
  .related-products__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.num-tag {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding: .2rem .8rem;
  border: 1px solid rgba(47, 59, 81, 0.52);
  border-radius: .2rem .2rem;
  margin-top: .8rem;
  flex-wrap: wrap;
}

.num-tag:not(:last-child) {
  margin-right: .8rem;
}

.num-tag__number {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #2F3B51;
  margin: 0;
}

.num-tag__text {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: .8rem;
  letter-spacing: 0;
  line-height: .8rem;
  color: #2F3B51;
  margin: 0 0 0 .4rem;
}

.num-tag_number {
  border-color: rgba(232, 101, 3, 0.52);
}

.num-tag_number .num-tag__text {
  color: rgba(232, 101, 3, 0.52);
}

.num-tag_code {
  border-color: #99CDDF;
}

.num-tag_code .num-tag__text {
  color: #99CDDF;
}

.num-tag_barcode {
  border-color: #E9F1F4;
}

.num-tag_barcode .num-tag__text {
  color: #7E889A;
}

.product-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 0.8rem;
  background-color: #2F3B51;
  border-radius: 1.2rem 1.2rem;
  margin-left: 0.8rem;
}

.product-tag__text {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  color: #FFF;
  white-space: nowrap;
  margin: 0;
  text-align: center;
}

.description-item {
  display: flex;
}

.description-item:not(:last-child) {
  margin-right: 1.8rem;
}

.description-item__ico {
  width: 1.6rem;
  height: 1.6rem;
}

.description-item__ico > svg {
  width: 100%;
  height: 100%;
}

.description-item__ico_indicator svg {
  fill: #BBDA62;
}

.description-item__ico_batch svg {
  stroke: #181F2D;
}

.description-item__text {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  color: #181F2D;
  margin: 0 0 0 0.4rem;
}

/*.footer {
    background-color: $color-black;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 2.4rem;

    @include mq-component-max(md) {
        flex-flow: row wrap;
        padding: 2.4rem 2.4rem 3.2rem;
    }

    @include mq-component-max(sm) {
        flex-flow: column nowrap;
        justify-content: center;
    }

    &__column {
        display: flex;
        flex-flow: column nowrap;
        margin-right: auto;
        flex-shrink: 0;

        @include mq-component-max(sm) {
            align-items: center;
            text-align: center;
            margin-right: 0;
            margin-top: 2.4rem;
        }
    }

    &__main-site {
        @include GolosMedium;
        text-decoration: none;
        font-size: 1.4rem;
        line-height: 2rem;
        color: $color-light-blue;
        margin-bottom: .4rem;
    }

    &__copuright {
        @include GolosRegular;
        font-size: 1.2rem;
        line-height: 1.8rem;
        color: $color-dark-gray;
    }

    &__callback-wr {
        display: flex;
        align-items: center;

        @include mq-component-max(sm) {
            order: -1;
            flex-wrap: wrap;
            justify-content: center;
        }
    }

    &__callback {
        @include GolosMedium;
        padding: 1.2rem 2.4rem;
        font-size: 1.4rem;
        line-height: 2rem;
        color: $color-light-blue;
        border: 2px solid $color-light-blue;
        box-shadow: 0 0 12px rgba(205, 237, 246, .2);
        border-radius: 4rem;
        flex-shrink: 0;

        @include mq-component-max(sm) {
            margin: 0 .8rem;
        }
    }

    &__phone {
        @include GolosMedium;
        text-decoration: none;
        font-size: 1.4rem;
        line-height: 2rem;
        color: $color-light-blue;
        margin-left: 1.6rem;
        flex-shrink: 0;

        @include mq-component-max(sm) {
            margin: 1.4rem .8rem;
        }
    }

    &__bd-logo {
        margin-left: auto;

        @include mq-component-max(sm) {
            margin-left: 0;
            margin-top: 2.4rem;
        }

        & > .icon-bd {
            width: 3.2rem;
            height: 3.2rem;
            fill: $color-desaturated;
        }
    }
}*/
.footer {
  display: flex;
  flex-wrap: wrap;
}

.footer__section-one {
  width: 28%;
  display: flex;
  flex-flow: column nowrap;
  flex-shrink: 0;
  background-color: #C0F7FF;
  padding: 3.2rem 3.2rem;
}

@media all and (max-width: 1224px) {
  .footer__section-one {
    width: 50%;
  }
}

@media all and (max-width: 640px) {
  .footer__section-one {
    width: 100%;
  }
}

.footer__section-one .footer__heading,
.footer__section-one .footer__text {
  color: #2F3B51;
}

.footer__section-one .footer__tel,
.footer__section-one .footer__email {
  color: #028DA2;
}

.footer__section-two {
  width: 25%;
  display: flex;
  flex-flow: column nowrap;
  flex-shrink: 0;
  background-color: #03CAE8;
  padding: 3.2rem 3.2rem;
}

@media all and (max-width: 1224px) {
  .footer__section-two {
    width: 50%;
  }
}

@media all and (max-width: 640px) {
  .footer__section-two {
    width: 100%;
  }
}

.footer__section-two .footer__heading,
.footer__section-two .footer__text,
.footer__section-two .footer__tel,
.footer__section-two .footer__email {
  color: #FFF;
}

.footer__section-three {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  background-color: #2F3B51;
  padding: 2rem 3.2rem;
}

@media all and (max-width: 1224px) {
  .footer__section-three {
    width: 100%;
  }
}

.footer__heading {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  color: #181F2D;
  margin: 0;
}

.footer__heading_primary {
  color: #2F3B51;
}

.footer__heading_secondary {
  color: #FFF;
}

.footer__tel, .footer__email {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  text-decoration: none;
  color: #181F2D;
  margin: 1.6rem 0 0 0;
}

.footer__tel + .footer__tel, .footer__email + .footer__tel, .footer__tel + .footer__email, .footer__email + .footer__email {
  margin-top: 0.8rem;
}

.footer__infoblock {
  margin-top: 3.2rem;
}

.footer__text {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  color: #181F2D;
  margin: 0;
}

.footer__text > span {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
}

.footer__heading-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media all and (max-width: 640px) {
  .footer__heading-row {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}

.footer__logo {
  width: 13.4rem;
  height: 4rem;
  text-decoration: none;
}

.footer__logo > svg {
  width: 100%;
  height: 100%;
  fill: #C0F7FF;
}

.footer__telephone-btn {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #C0F7FF;
  background-color: transparent;
  border: 2px solid #C0F7FF;
  box-shadow: 0 0 12px rgba(205, 237, 246, 0.2);
  border-radius: 4rem 4rem;
  padding: 0 2.4rem;
}

.footer__telephone-btn > svg {
  width: 2.4rem;
  height: 2.4rem;
  stroke: #C0F7FF;
  fill: #FFF;
  margin-right: 0.8rem;
}

.footer__telephone-btn:hover {
  box-shadow: 0 0 12px rgba(205, 237, 246, 0.4);
  background-color: #181F2D;
}

@media all and (max-width: 640px) {
  .footer__telephone-btn {
    margin-top: 2.4rem;
  }
}

.footer__links-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5.2rem;
}

@media all and (max-width: 640px) {
  .footer__links-row {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 3.2rem;
  }
}

.footer__menu {
  display: flex;
  flex-flow: column nowrap;
}

.footer__menu-link {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  text-decoration: none;
  color: #FFF;
  margin: 0;
}

.footer__menu-link:not(:last-child) {
  margin-bottom: 1.6rem;
}

@media all and (max-width: 640px) {
  .footer__menu-link {
    text-align: center;
  }
}

.footer__socials {
  display: flex;
  flex-flow: column nowrap;
}

@media all and (max-width: 640px) {
  .footer__socials {
    margin-top: 3.6rem;
  }
}

.footer__socials-item {
  display: flex;
  width: 3.2rem;
  height: 3.2rem;
  transition: all 0.2s ease;
}

.footer__socials-item:not(:last-child) {
  margin-bottom: 2.4rem;
}

.footer__socials-item:hover > svg {
  fill: #C0F7FF;
}

.footer__socials-item > svg {
  width: 100%;
  height: 100%;
  fill: #FFF;
}

.footer__copyrights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5.6rem;
}

@media all and (max-width: 640px) {
  .footer__copyrights {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 3.6rem;
  }
}

.footer__copyright {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  color: #DCE2E4;
  margin: 0;
}

.footer__copyright a {
  color: #DCE2E4;
}

.footer__copyright a:hover {
  color: #03CAE8;
}

.footer__copyright > *:not(:last-child) {
  margin-right: 1.6rem;
}

@media all and (max-width: 640px) {
  .footer__copyright {
    display: inline-flex;
    flex-flow: column nowrap;
    text-align: center;
  }
  .footer__copyright > *:not(:last-child) {
    margin: 0 0 1.6rem 0;
  }
}

.footer__twoletters {
  display: flex;
  font-size: 0;
  text-decoration: none;
  width: 3.2rem;
  height: 3.2rem;
}

@media all and (max-width: 640px) {
  .footer__twoletters {
    margin-top: 3.2rem;
  }
}

.footer__twoletters > svg {
  width: 100%;
  height: 100%;
  fill: #1F2329;
}

.inner-layout {
  display: flex;
  flex-flow: row nowrap;
  flex: 1 0 auto;
  /*&__prev-page {
        @include GolosRegular;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 1.4rem;
        letter-spacing: 0;
        line-height: 2rem;
        text-decoration: none;
        border: 0;
        background-color: transparent;
        color: $color-dark-gray;
        margin: 1.6rem 0;

        & > svg {
            width: 2.4rem;
            height: 2.4rem;
            stroke: $color-dark-gray;
            margin-right: 0.4rem;
        }
    }*/
  /*&__heading-container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 2.4rem;

        & h1 {
            @include GolosBold;
            font-size: 2.4rem;
            line-height: 4rem;
            color: $color-desaturated;
        }

        &_b-bordered {
            justify-content: flex-start;
            padding-bottom: 0.8rem;
            border-bottom: 1px solid rgba($color-base-color, 0.2);

            & h1 {
                color: $color-black;
            }
        }

        &_quite-black {
            margin-bottom: 3.2rem;

            & h2 {
                color: $color-quite-black;
            }
        }
    }*/
}

.inner-layout__main {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 auto;
  width: 100%;
}

.inner-layout__content {
  background-color: #EBF1F4;
  padding: 1.6rem 4.8rem 8rem 4.8rem;
  display: flex;
  flex-flow: column nowrap;
  flex: 1 0 auto;
}

@media all and (max-width: 960px) {
  .inner-layout__content {
    padding: 1.6rem 3.2rem 6.4rem 3.2rem;
  }
}

@media all and (max-width: 640px) {
  .inner-layout__content {
    padding: 1.6rem 1.6rem 4.8rem 1.6rem;
  }
}

.inner-layout__content_product-page {
  padding-bottom: 0;
}

.inner-layout__content-wrapper {
  flex-grow: 1;
  background-color: #FFF;
  border-radius: 0.4rem 0.4rem 0 0;
  box-shadow: 0 1.63px 4.121px rgba(0, 0, 0, 0.031357), 0 4.508px 11.395px rgba(0, 0, 0, 0.045), 0 10.853px 27.434px rgba(0, 0, 0, 0.058643), 0 36px 91px rgba(0, 0, 0, 0.09);
}

.pagination {
  margin-top: 3.2rem;
}

.pagination__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media all and (max-width: 960px) {
  .pagination__items {
    justify-content: center;
  }
}

.pagination__items li a {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #03CAE8;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  border: 1px solid transparent;
}

.pagination__items li:not(.spacer):not(.active):hover a {
  border-color: #03CAE8;
}

.pagination__items li:not(:last-child) {
  margin-right: .4rem;
}

.pagination__items li.active a {
  background-color: #03CAE8;
  color: #FFF;
}

.pagination__items li.spacer {
  color: #03CAE8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  pointer-events: none;
}

.btn {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  display: inline-flex;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.8rem;
  background-color: #03CAE8;
  color: #fff;
  border-radius: 2rem;
  padding: 1.1rem 2.4rem;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.btn:hover {
  background-color: #028DA2;
  color: #fff;
}

.btn_big {
  padding: 1.4rem 4.8rem;
  font-size: 1.4rem;
  line-height: 2rem;
  border-radius: 2.4rem;
}

.btn_green {
  background-color: #028DA2;
}

.btn_green:hover, .btn_green:focus {
  color: white;
  background-color: #03CAE8;
}

.btn_white {
  color: #03CAE8;
  background-color: #FFF;
}

.btn_white:hover, .btn_white:focus {
  color: #028DA2;
  background-color: #FFF;
}

.btn_back {
  color: #7E889A;
  background-color: #EBF1F4;
}

.btn_back:hover, .btn_back:focus {
  color: #EBF1F4;
  background-color: #7E889A;
}

.btn_ico-show-sm > svg {
  display: none;
}

@media all and (max-width: 640px) {
  .btn_ico-show-sm {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    font-size: 0;
    padding: 0;
  }
  .btn_ico-show-sm > svg {
    display: inline-flex;
    width: 2.4rem;
    height: 2.4rem;
    stroke: #FFF;
  }
}

.btn_top-offset {
  margin-top: 3.2rem;
}

.btn_arrow {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2rem;
  display: inline-flex;
  align-items: center;
  height: 4rem;
  border-radius: .4rem .4rem;
  padding: 0 2.4rem;
}

.btn_arrow::after {
  position: absolute;
  top: 0;
  right: -1.35rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 0 2rem 1.6rem;
  border-color: transparent transparent transparent #03CAE8;
  transition: all 0.2s ease;
}

.btn_arrow:hover {
  background-color: #028DA2;
}

.btn_arrow:hover::after {
  border-color: transparent transparent transparent #028DA2;
}

.simple-cards-grid {
  width: calc(100% + 0.8rem);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.8rem;
}

.simple-cards-grid > .simple-card {
  width: calc(50% - 0.8rem);
  min-width: 0;
  margin: 0 0.8rem 0.8rem 0;
}

@media all and (max-width: 640px) {
  .simple-cards-grid > .simple-card {
    width: 100%;
  }
}

.sub-heading {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #7E889A;
  margin: 3.2rem 0 2.4rem 0;
}

.sub-heading::before {
  position: absolute;
  top: calc(50% + 0.5px);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #7E889A;
  z-index: 1;
}

.sub-heading__text {
  position: relative;
  background-color: #EBF1F4;
  padding-right: 0.8rem;
  z-index: 2;
}

.simple-sub-heading {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  color: #2F3B51;
  margin: 2.4rem 0;
}

.checkbox-list {
  display: flex;
  flex-flow: column nowrap;
}

.checkbox-list > .label:not(:last-child),
.checkbox-list > .checkbox:not(:last-child) {
  margin-bottom: 1.6rem;
}

.tag-menu__select {
  display: none;
  transition: border 0.2s ease;
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2rem;
  background-color: white;
  color: #1F2329;
  border: 1px solid #7E889A;
  border-radius: 4px;
  width: 100%;
  padding: 1.4rem 4rem 1.4rem 1.6rem;
  margin-bottom: 3.2rem;
  outline: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%2303CAE8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right 8px;
}

@media all and (max-width: 640px) {
  .tag-menu__select {
    margin-bottom: 2.4rem;
  }
}

.tag-menu__select:focus {
  border-color: #03CAE8;
}

.tag-menu__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 3.6rem;
}

@media all and (max-width: 640px) {
  .tag-menu__items {
    width: calc(100vw - 1.6rem * 2);
    flex-wrap: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .tag-menu__items::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
}

.tag-menu__item {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  text-decoration: none;
  white-space: nowrap;
  color: #028DA2;
  border: 0;
  background-color: transparent;
  margin-bottom: 1.6rem;
}

.tag-menu__item:not(:last-child) {
  margin-right: 1.2rem;
}

.tag-menu__item:hover, .tag-menu__item:focus, .tag-menu__item.active {
  cursor: pointer;
  color: #2F3B51;
}

.tag-menu_with-offsets {
  padding: 1.6rem 0 0 0;
}

@media all and (max-width: 960px) {
  .tag-menu_vertical .tag-menu__select {
    display: inline-flex;
  }
}

.tag-menu_vertical .tag-menu__items {
  flex-flow: column nowrap;
  margin-bottom: 0;
  height: auto;
}

@media all and (max-width: 960px) {
  .tag-menu_vertical .tag-menu__items {
    display: none;
  }
}

.tag-menu_vertical .tag-menu__item {
  margin-bottom: 1.6rem;
}

.tag-menu_vertical .tag-menu__item:not(:last-child) {
  margin-right: 0;
}

.search-row {
  position: relative;
  width: 100%;
}

.search-row__btn-submit, .search-row__btn-clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  outline: none;
}

.search-row__btn-submit svg, .search-row__btn-clear svg {
  width: 100%;
  height: 100%;
  stroke-width: 2px;
}

.search-row__btn-submit {
  left: 1.6rem;
}

.search-row__btn-submit svg {
  stroke: #2F3B51;
}

.search-row__input {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  transition: border-color 0.2s ease;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #1F2329;
  width: 100%;
  height: 4rem;
  background-color: #FFF;
  border-radius: 2rem 2rem;
  padding: 1rem 5.6rem 1rem 4.8rem;
  outline: none;
  border: 1px solid transparent;
}

.search-row__input::-webkit-input-placeholder {
  color: #AEBCC2;
}

.search-row__input::-moz-placeholder {
  color: #AEBCC2;
}

.search-row__input:-ms-input-placeholder {
  color: #AEBCC2;
}

.search-row__input:-moz-placeholder {
  color: #AEBCC2;
}

.search-row__input:focus {
  border-color: #03CAE8;
}

.search-row__btn-clear {
  right: 1rem;
}

.search-row__btn-clear svg {
  stroke: #AEBCC2;
}

.search-row__btn-clear:hover svg {
  stroke: #7E889A;
}

.simple-tag {
  display: inline-block;
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  padding: 1.4rem 1.6rem;
  text-align: center;
  text-decoration: none;
  border: 0;
  color: #028DA2;
  background-color: #FFF;
  border-radius: 0.8rem 0.8rem;
}

.simple-tags {
  display: flex;
  flex-flow: column nowrap;
  margin: 3.2rem 0 0 0;
}

.simple-tags__row {
  display: flex;
}

.simple-tags__row:not(:last-child) {
  margin-bottom: 3.2rem;
}

.simple-tags__heading {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  color: #1F2329;
  padding: 1.4rem 1.4rem;
}

.simple-tags__content .simple-tag {
  margin-bottom: 0.8rem;
}

.simple-tags__content .simple-tag:not(:last-child) {
  margin-right: 0.8rem;
}

.category-cards-grid {
  width: calc(100% + 1.6rem);
  display: flex;
  flex-wrap: wrap;
  margin: 1.6rem 0 0 0;
}

.category-cards-grid > .category-card {
  width: calc(100% / 5 - 1.6rem);
  min-width: 0;
  margin: 0 1.6rem 1.6rem 0;
}

@media all and (max-width: 1440px) {
  .category-cards-grid > .category-card {
    width: calc(100% / 4 - 1.6rem);
  }
}

@media all and (max-width: 1224px) {
  .category-cards-grid > .category-card {
    width: calc(100% / 3 - 1.6rem);
  }
}

@media all and (max-width: 960px) {
  .category-cards-grid > .category-card {
    width: calc(100% / 2 - 1.6rem);
  }
}

@media all and (max-width: 640px) {
  .category-cards-grid > .category-card {
    width: 100%;
  }
}

.menu-tabs__items {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 4.8rem;
}

.menu-tabs__items::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 50%;
  background-color: #2F3B51;
}

.menu-tabs__item {
  outline: none;
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  position: relative;
  height: 4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 0 4rem;
  text-align: center;
  min-width: 19.6rem;
  color: #C0F7FF;
  border-radius: 0.4rem 0 0.4rem 0;
  background-color: #03CAE8;
  transition: all 0.2s ease;
  clip-path: inset(-60px -60px 0 -60px);
}

.menu-tabs__item:hover {
  color: white;
}

@media all and (max-width: 1064px) {
  .menu-tabs__item {
    min-width: initial;
  }
}

.menu-tabs__item:nth-child(2) {
  flex-grow: 1;
  z-index: 2;
  border-radius: 0 0.4rem 0 0;
}

.menu-tabs__item.active {
  height: 4.8rem;
  color: #FFF;
  background-color: #2F3B51;
  box-shadow: 0px 0.192px 6.992px rgba(24, 31, 45, 0.13), 0px 0.458px 17.407px rgba(24, 31, 45, 0.0688249), 0px 0.863px 37.231px rgba(24, 31, 45, 0.0491033), 0px 1.594px 83.754px rgba(24, 31, 45, 0.0367747), 0px 4px 220px rgba(24, 31, 45, 0.0240914);
}

.menu-tabs__item.active .menu-tabs__goods > sup {
  color: #E86503;
}

.menu-tabs__item:nth-child(1).active, .menu-tabs__item:nth-child(2).active {
  color: #FFF;
  background-color: #2F3B51;
  border-radius: 0.4rem 0.4rem 0 0;
}

.menu-tabs__item:nth-child(1).active + .menu-tabs__item {
  border-radius: 0 0.4rem 0 0.4rem;
}

.catalog-product-card {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 0.2rem 0.2rem;
  background-color: #FFF;
  padding: 1.6rem 1.6rem;
  transition: all 0.2s ease;
}

.catalog-product-card:hover .product-card__popup {
  visibility: visible;
  opacity: 1;
}

.catalog-product-card__wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
}

.catalog-product-card__main-content {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 0 auto;
  margin-top: 1.6rem;
}

.catalog-product-card__pic {
  width: 12rem;
  height: 12rem;
  flex-shrink: 0;
}

.catalog-product-card__pic_modal {
  cursor: pointer;
  position: relative;
}

.catalog-product-card__pic_modal .product-card__pic-fullscreen-label {
  font-size: 0;
  padding: .8rem;
}

.catalog-product-card__pic_modal .product-card__pic-fullscreen-label .icon {
  margin-right: 0;
}

.catalog-product-card__pic_modal:hover .product-card__pic-fullscreen-label {
  opacity: 1;
}

.catalog-product-card__pic > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.catalog-product-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.catalog-product-card__title {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  text-decoration: none;
  color: #028DA2;
  margin: 0;
}

.catalog-product-card__title:hover {
  color: #1F2329;
}

.catalog-product-card__description {
  margin: 0;
}

.catalog-product-card__description a {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #2F3B51;
}

.catalog-product-card__description a:hover {
  color: black;
}

.catalog-product-card__title + .catalog-product-card__description {
  margin-top: .8rem;
}

.catalog-product-card__price {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  white-space: nowrap;
  color: #1F2329;
  margin: 0;
}

.catalog-product-card__price > span {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #2F3B51;
  margin: 0 0.4rem 0 0;
}

.catalog-product-card__num-tags {
  margin: auto 0 0 -.8rem;
  padding-top: .8rem;
}

.catalog-product-card__num-tags .num-tag {
  margin-top: .8rem;
}

.catalog-product-card__product-tags {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  z-index: 1;
}

.catalog-product-card__product-tags .product-tag:not(:last-child) {
  margin: 0 0 0.8rem 0;
}

.catalog-product-card__description-items {
  display: flex;
  flex-wrap: wrap;
}

.catalog-product-card__popup {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
  border-top: 2px solid #DCE2E4;
  padding: 1.6rem 1.6rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}

.catalog-product-card__remove {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  text-decoration: none;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #2F3B51;
  margin: 0;
}

.catalog-product-card__remove > svg {
  width: 1.6rem;
  height: 1.6rem;
  stroke: #2F3B51;
  margin-right: 0.4rem;
}

.catalog-product-card__price-summary {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  color: #1F2329;
  margin: 0;
}

.catalog-product-card__price-summary > span {
  font-size: 1rem;
}

.product-card-grid {
  display: flex;
  flex-flow: column nowrap;
  padding-top: 2.4rem;
}

.product-card-grid .product-card:not(:last-child) {
  margin-bottom: 0.8rem;
}

.catalog-category-grid {
  display: flex;
}

.catalog-category-grid .pagination {
  width: 100%;
}

@media all and (max-width: 960px) {
  .catalog-category-grid {
    flex-flow: column nowrap;
  }
}

.catalog-category-grid__sidebar {
  flex-shrink: 0;
  padding-right: 2.4rem;
  width: 28.8rem;
}

@media all and (max-width: 1224px) {
  .catalog-category-grid__sidebar {
    width: 29.1rem;
  }
}

@media all and (max-width: 960px) {
  .catalog-category-grid__sidebar {
    width: 100%;
    padding-right: 0;
  }
}

.catalog-category-grid__content {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  overflow: hidden;
  margin-right: -2.4rem;
  margin-bottom: auto;
}

@media all and (max-width: 640px) {
  .catalog-category-grid__content {
    margin-right: 0;
  }
}

.catalog-category-grid__content .catalog-product-card {
  width: calc(50% - 2.4rem);
  margin: 0 2.4rem 2.4rem 0;
}

@media all and (max-width: 640px) {
  .catalog-category-grid__content .catalog-product-card {
    width: 100%;
    margin: 0 0 .8rem 0;
  }
}

.catalog-card {
  display: block;
  height: 20rem;
  position: relative;
  border-radius: .8rem .8rem;
  background: #FFF;
  text-decoration: none;
  padding: 3.2rem 3.2rem 0 3.2rem;
  margin: 1.6rem 0 2.4rem 0;
  transition: all 0.2s ease;
  overflow: hidden;
}

.catalog-card_brand .catalog-card__img {
  display: block;
  top: 6.4rem;
  height: 7.2rem;
}

@media all and (max-width: 960px) {
  .catalog-card_brand .catalog-card__img {
    top: 7.2rem;
    height: 5.6rem;
  }
}

@media all and (max-width: 640px) {
  .catalog-card_brand .catalog-card__img {
    top: 50%;
    bottom: initial;
    left: 3.2rem;
    right: 3.2rem;
    transform: translateY(-50%);
    width: calc(100% - 6.4rem);
  }
}

.catalog-card:hover .category-card__img {
  transform: scale(1.05);
}

.catalog-card__title {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  color: #FFF;
  margin: 0;
  z-index: 2;
}

.catalog-card__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  height: 130%;
  width: auto;
  transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  vertical-align: top;
  align-self: center;
  transition: all 0.2s ease;
  z-index: 1;
}

.catalog-card_compilation-card {
  height: 19.2rem;
  padding: 1.6rem;
  transition: all 0.2s ease;
}

@media all and (max-width: 639px) {
  .catalog-card_compilation-card {
    height: 100%;
  }
}

@media all and (min-width: 640px) {
  .catalog-card_compilation-card {
    padding: 2.4rem;
  }
}

.catalog-card_compilation-card__content {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 639px) {
  .catalog-card_compilation-card__content {
    flex-direction: column;
  }
}

.catalog-card_compilation-card__content > .text > .caption {
  padding-top: 1rem;
}

.catalog-card_compilation-card__content > .img {
  max-height: 19.2rem;
  height: 100%;
  padding-bottom: 2rem;
}

@media all and (max-width: 640px) {
  .catalog-card_compilation-card__content > .img {
    max-width: 20rem;
  }
}

@media all and (max-width: 639px) {
  .catalog-card_compilation-card__content > .img {
    max-width: 20rem;
    padding-bottom: 0;
    padding-top: 1rem;
    margin: 0 auto;
  }
}

.prev-category-widget {
  width: calc(100% + 4.8rem * 2);
  margin-left: -4.8rem;
  background-color: #C0F7FF;
  padding: 0 4.8rem;
}

@media all and (max-width: 960px) {
  .prev-category-widget {
    width: calc(100% + 3.2rem * 2);
    margin-left: -3.2rem;
    padding: 0 3.2rem;
  }
}

@media all and (max-width: 640px) {
  .prev-category-widget {
    width: calc(100% + 1.6rem * 2);
    margin-left: -1.6rem;
    padding: 0 1.6rem;
  }
}

.prev-category-widget__link {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  padding: 0.8rem 0;
}

.prev-category-widget__ico {
  margin-right: 0.6rem;
}

.prev-category-widget__ico > svg {
  width: 2.4rem;
  height: 2.4rem;
  stroke: #028DA2;
}

.prev-category-widget__title {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  color: #028DA2;
  margin: 0;
}

.product-parameters {
  margin-top: 4rem;
}

@media all and (max-width: 960px) {
  .product-parameters {
    margin-top: 3.2rem;
  }
}

.product-parameters__title {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #000;
  margin: 0;
}

.product-parameters__table tr:not(:last-child) {
  border-bottom: 1.6rem solid transparent;
}

@media all and (max-width: 640px) {
  .product-parameters__table tr {
    display: flex;
    flex-flow: column nowrap;
  }
}

.product-parameters__table tr td:first-child {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  color: #1F2329;
  padding-right: 3.2rem;
}

.product-parameters__table tr td:last-child {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #1F2329;
}

.product-parameters__title + .product-parameters__table {
  margin-top: 1.6rem;
}

.product-parameters__wysiwyg {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #1F2329;
  margin: 2.4rem 0 0 0;
}

.btn-more {
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  border: 0;
  background-color: transparent;
  text-decoration: none;
  z-index: 10;
}

.btn-more > svg {
  width: 100%;
  height: 100%;
  fill: #028DA2;
}

.info-card {
  padding: 3.2rem 3.2rem;
  transition: all 0.2s ease;
}

@media all and (max-width: 960px) {
  .info-card {
    padding: 1.6rem 1.6rem;
  }
}

.info-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media all and (max-width: 960px) {
  .info-card__header {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.info-card__row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.info-card__row .btn + .btn-more {
  margin-left: 1.6rem;
}

@media all and (max-width: 960px) {
  .info-card__row {
    margin-top: 2.4rem;
  }
}

.info-card__title {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 4rem;
  color: #1F2329;
  margin: 0;
}

@media all and (max-width: 640px) {
  .info-card__title {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.info-card__description {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #2F3B51;
  margin: 0;
}

.info-card__section-title {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  color: #2F3B51;
  margin: 3.2rem 0 0 0;
}

.info-card__table {
  width: 100%;
  margin-top: 1.6rem;
}

.info-card__table tr:nth-child(even) {
  background-color: #EBF1F4;
}

@media all and (max-width: 640px) {
  .info-card__table tr {
    display: flex;
    flex-flow: column nowrap;
  }
}

.info-card__table tr td {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  padding: 1.4rem 1.6rem;
}

.info-card__table tr td:first-child {
  width: 20%;
  color: #7E889A;
}

@media all and (max-width: 640px) {
  .info-card__table tr td:first-child {
    width: 100%;
    padding-bottom: 0.4rem;
  }
}

.info-card__table tr td:last-child {
  width: 70%;
  color: #1F2329;
}

@media all and (max-width: 640px) {
  .info-card__table tr td:last-child {
    width: 100%;
    padding-top: 0;
  }
}

.login-page {
  flex: 1 1 auto;
  padding-bottom: 8rem;
}

.login-page__main-heading {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 4rem;
  color: #181F2D;
  margin-bottom: 1.2rem;
}

@media all and (max-width: 744px) {
  .login-page__main-heading {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: .8rem;
  }
}

.login-page__small-title {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
}

.login-page__small-title_top-indent {
  margin-top: 5.6rem;
}

.login-page__text {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #2F3B51;
}

.login-page__row {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}

@media all and (max-width: 744px) {
  .login-page__row {
    width: auto;
    flex-flow: column nowrap;
  }
}

.login-page__col {
  width: 100%;
  flex: 1 1 auto;
}

.login-page__col_wide {
  flex: 59% 1;
  padding-right: 3.2rem;
}

.login-page__col_small {
  flex: 41% 1;
}

.login-page__col_head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.login-page__col_top-indent {
  padding-top: 5.6rem;
}

@media all and (max-width: 1064px) {
  .login-page__col_top-indent {
    padding-top: 4rem;
  }
}

@media all and (max-width: 744px) {
  .login-page__col_top-indent {
    padding-top: 3.2rem;
  }
}

@media all and (max-width: 744px) {
  .login-page__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .login-page__col_wide {
    flex: 1 1 auto;
    padding-right: 0;
  }
  .login-page__col_small {
    flex: 1 1 auto;
  }
}

.login-page__head {
  background: linear-gradient(0deg, #EBF1F4 -7.42%, #FFFFFF 125%);
  height: 25.6rem;
}

.login-page__head .external-container {
  height: 100%;
  background-size: auto 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
}

@media all and (max-width: 744px) {
  .login-page__head .external-container {
    background-size: auto 12.4rem;
    background-position: bottom center;
  }
}

.login-page__head .external-container .login-page__row {
  height: 100%;
}

@media all and (max-width: 744px) {
  .login-page__head {
    height: 27.2rem;
  }
}

.login-page__register {
  padding-top: 5.6rem;
}

@media all and (max-width: 1064px) {
  .login-page__register {
    padding-top: 4rem;
  }
}

.login-page__register .button {
  margin-top: 3.2rem;
}

.login-page__form {
  margin-top: 5.6rem;
  width: 100%;
}

@media all and (max-width: 1064px) {
  .login-page__form {
    margin-top: 4rem;
  }
}

@media all and (max-width: 744px) {
  .login-page__form {
    margin-top: 3.2rem;
  }
}

.login-page__form .button {
  margin-top: 3.2rem;
}

.login-page__form p {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #2F3B51;
}

.login-page__global-error {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  display: flex;
  align-items: center;
  margin-top: 2.4rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #E86503;
}

.login-page__global-error > .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: .8rem;
}

.login-page__password-recovery {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  margin-top: 2.4rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #2F3B51;
}

.login-page__password-recovery > .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: .8rem;
  stroke: #2F3B51;
}

.login-page__password-recovery:hover {
  color: #03CAE8;
}

.login-page__password-recovery:hover > .icon {
  stroke: #03CAE8;
}

.wysiwyg {
  width: 100%;
  max-width: 77.4rem;
  margin: 0 auto 8rem;
}

@media all and (max-width: 1440px) {
  .wysiwyg {
    max-width: 66.4rem;
  }
}

@media all and (max-width: 1064px) {
  .wysiwyg {
    max-width: 53.6rem;
    margin: 0 auto 7.2rem;
  }
}

@media all and (max-width: 744px) {
  .wysiwyg {
    width: auto;
    margin: 0 1.6rem 6rem;
  }
}

.wysiwyg > h1:first-child,
.wysiwyg > h2:first-child,
.wysiwyg > h3:first-child,
.wysiwyg > h4:first-child,
.wysiwyg > h5:first-child,
.wysiwyg > h6:first-child {
  margin-top: 2.4rem;
}

.wysiwyg > h1:not(:first-child),
.wysiwyg > h2:not(:first-child),
.wysiwyg > h3:not(:first-child),
.wysiwyg > h4:not(:first-child),
.wysiwyg > h5:not(:first-child),
.wysiwyg > h6:not(:first-child) {
  margin-top: 3.2rem;
}

.wysiwyg > h1:not(:last-child),
.wysiwyg > h2:not(:last-child),
.wysiwyg > h3:not(:last-child),
.wysiwyg > h4:not(:last-child),
.wysiwyg > h5:not(:last-child),
.wysiwyg > h6:not(:last-child) {
  margin-bottom: 1.6rem;
}

.wysiwyg > h2 {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #181F2D;
}

.wysiwyg > h3 {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #2F3B51;
}

.wysiwyg > blockquote {
  padding-left: 4rem;
  border-left: 1px solid #ccc;
}

.wysiwyg > blockquote:not(:first-child) {
  margin-top: 2.4rem;
}

.wysiwyg > blockquote:not(:last-child) {
  margin-bottom: 2.4rem;
}

.wysiwyg > blockquote > p {
  font-size: 2rem;
  line-height: 1.25;
}

.wysiwyg > blockquote > footer {
  margin-top: 1rem;
}

.wysiwyg > img {
  display: block;
}

.wysiwyg > img:not(:first-child) {
  margin-top: 2.4rem;
}

.wysiwyg > img:not(:last-child) {
  margin-bottom: 2.4rem;
}

.wysiwyg > figure:not(:first-child) {
  margin-top: 2.4rem;
}

.wysiwyg > figure:not(:last-child) {
  margin-bottom: 2.4rem;
}

.wysiwyg > figure > a {
  display: block;
}

.wysiwyg > figure img {
  display: block;
}

.wysiwyg > figure > figcaption {
  margin-top: .8rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #7E889A;
}

.wysiwyg > dl:not(:first-child) {
  margin-top: 1.6rem;
}

.wysiwyg > dl:not(:last-child) {
  margin-bottom: 1.6rem;
}

.wysiwyg > dl > dt {
  margin-bottom: 1rem;
  font-weight: 700;
}

.wysiwyg > ol {
  list-style: decimal;
}

.wysiwyg > ul {
  list-style: disc;
}

.wysiwyg > ol ol,
.wysiwyg > ul ol {
  list-style: decimal;
}

.wysiwyg > ol ul,
.wysiwyg > ul ul {
  list-style: disc;
}

.wysiwyg > ol:not(:first-child),
.wysiwyg > ul:not(:first-child) {
  margin-top: 1.6rem;
}

.wysiwyg > ol:not(:last-child),
.wysiwyg > ul:not(:last-child) {
  margin-bottom: 1.6rem;
}

.wysiwyg > ol ol:not(:last-child),
.wysiwyg > ol ul:not(:last-child),
.wysiwyg > ul ol:not(:last-child),
.wysiwyg > ul ul:not(:last-child) {
  margin-bottom: 1rem;
}

.wysiwyg > ol li,
.wysiwyg > ul li {
  margin-left: 2rem;
  margin-top: 1rem;
}

.wysiwyg p {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #2F3B51;
}

.wysiwyg p:first-child {
  margin-top: 2.4rem;
}

.wysiwyg p:last-child {
  margin-bottom: 2.4rem;
}

.wysiwyg p:not(:first-child) {
  margin-top: 1.6rem;
}

.wysiwyg p:not(:last-child) {
  margin-bottom: 1.6rem;
}

.wysiwyg p > b {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
}

.wysiwyg .marker {
  background-color: #C0F7FF;
  color: #2F3B51;
  padding: 2px 1px;
}

.wysiwyg__table {
  overflow-x: auto;
}

.wysiwyg__table:not(:first-child) {
  margin-top: 2.4rem;
}

.wysiwyg__table:not(:last-child) {
  margin-bottom: 2.4rem;
}

.wysiwyg__table > table {
  width: 100%;
  table-layout: fixed;
}

.wysiwyg__table > table caption {
  color: #999;
  text-align: right;
}

.wysiwyg__table > table th {
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.wysiwyg__table > table td {
  border-bottom: 1px solid #eee;
}

.wysiwyg__table > table th,
.wysiwyg__table > table td {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.wysiwyg__table > table th:not(:first-child),
.wysiwyg__table > table td:not(:first-child) {
  padding-left: .5rem;
}

.wysiwyg__table > table th:not(:last-child),
.wysiwyg__table > table td:not(:last-child) {
  padding-right: .5rem;
}

.wysiwyg__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.wysiwyg__video:not(:first-child) {
  margin-top: 2.4rem;
}

.wysiwyg__video:not(:last-child) {
  margin-bottom: 2.4rem;
}

.wysiwyg__video > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.content-page-container {
  display: flex;
  flex-flow: row nowrap;
  padding: 3.2rem 0 8rem;
}

@media all and (max-width: 1064px) {
  .content-page-container {
    flex-flow: column nowrap;
    padding: 1.6rem 0 0;
  }
}

@media all and (max-width: 744px) {
  .content-page-container {
    padding: 1.6rem 0 0;
  }
}

.wysiwyg-nav {
  margin: 3.2rem auto;
  max-width: 112.8rem;
  width: 100%;
  background-color: #EBF1F4;
  padding: 0 2.4rem;
  border-radius: 4px;
}

@media all and (max-width: 1440px) {
  .wysiwyg-nav {
    max-width: 93.6rem;
  }
}

@media all and (max-width: 1064px) {
  .wysiwyg-nav {
    max-width: 64.8rem;
  }
}

.wysiwyg-nav.wysiwyg-nav_inverse {
  background-color: #2F3B51;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}

.wysiwyg-nav.wysiwyg-nav_inverse a,
.wysiwyg-nav.wysiwyg-nav_inverse span {
  color: #C0F7FF;
}

.wysiwyg-nav.wysiwyg-nav_inverse a.active,
.wysiwyg-nav.wysiwyg-nav_inverse span.active {
  background-color: #ffffff15;
}

.wysiwyg-nav.wysiwyg-nav_inverse a:hover:not(.active),
.wysiwyg-nav.wysiwyg-nav_inverse span:hover:not(.active) {
  background-color: #ffffff15;
}

.wysiwyg-nav > ul {
  display: flex;
}

@media all and (max-width: 744px) {
  .wysiwyg-nav > ul {
    flex-direction: row;
    text-align: center;
    flex: 1 1 auto;
  }
}

.wysiwyg-nav a,
.wysiwyg-nav span {
  display: block;
  padding: 2.2rem 1.6rem;
  color: #2F3B51;
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
}

.wysiwyg-nav a.active,
.wysiwyg-nav span.active {
  cursor: default;
  color: white;
  background-color: #2F3B51;
  text-decoration: underline;
}

.wysiwyg-nav a:hover:not(.active),
.wysiwyg-nav span:hover:not(.active) {
  background-color: #2F3B5115;
}

.wysiwyg-section-nav {
  padding: 2.4rem 2.2rem;
  width: 35.2rem;
  margin-right: 3.2rem;
}

@media all and (max-width: 1440px) {
  .wysiwyg-section-nav {
    max-width: 24.8rem;
  }
}

@media all and (max-width: 1064px) {
  .wysiwyg-section-nav {
    width: 100%;
    max-width: initial;
  }
}

.wysiwyg-section-nav ul {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}

@media all and (max-width: 1064px) {
  .wysiwyg-section-nav ul {
    flex-flow: row nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    -ms-overflow-style: none;
  }
  .wysiwyg-section-nav ul::-webkit-scrollbar {
    display: none;
  }
}

.wysiwyg-section-nav a,
.wysiwyg-section-nav span {
  display: block;
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #2F3B51;
  margin-bottom: 2.8rem;
}

.wysiwyg-section-nav a.active,
.wysiwyg-section-nav span.active {
  cursor: default;
  color: #7E889A;
}

.wysiwyg-section-nav a:hover:not(.active),
.wysiwyg-section-nav span:hover:not(.active) {
  color: #028DA2;
}

@media all and (max-width: 1064px) {
  .wysiwyg-section-nav a,
  .wysiwyg-section-nav span {
    margin-bottom: 0;
    margin-right: 3.2rem;
    scroll-snap-align: start;
    -webkit-tap-highlight-color: transparent;
  }
}

@media all and (max-width: 744px) {
  .digest-nav_inverse {
    width: auto;
    padding: 0;
    margin: 0 1.6rem;
  }
}

.wysiwyg-heading {
  max-width: 112.8rem;
  width: 100%;
  margin: 0 auto;
}

@media all and (max-width: 1440px) {
  .wysiwyg-heading {
    max-width: 93.6rem;
  }
}

@media all and (max-width: 1064px) {
  .wysiwyg-heading {
    max-width: 64.8rem;
  }
}

@media all and (max-width: 744px) {
  .wysiwyg-heading {
    width: auto;
    padding: 0;
    margin: 0 1.6rem;
  }
}

.wysiwyg-heading.wysiwyg-heading_digest .wysiwyg-heading__img-wr {
  margin: 4rem 0 1.6rem;
}

.wysiwyg-heading__date {
  display: inline-block;
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #7E889A;
  margin-bottom: .4rem;
}

.wysiwyg-heading__img-wr {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

@media all and (max-width: 1064px) {
  .wysiwyg-heading__img-wr {
    margin-top: 1.6rem;
  }
}

.wysiwyg-heading__img-wr > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wysiwyg-heading__label {
  position: absolute;
  left: 0;
  top: 3.2rem;
  background-color: #028DA2;
  color: white;
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 1rem 1.6rem;
}

.digest {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding-bottom: 8rem;
}

@media all and (max-width: 1064px) {
  .digest {
    padding-bottom: 7.2rem;
    max-width: 64.8rem;
    margin: 0 auto;
  }
}

@media all and (max-width: 744px) {
  .digest {
    padding-bottom: 6.4rem;
  }
}

.digest__grid {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 115.2rem;
  margin-right: -2.4rem;
}

@media all and (max-width: 1440px) {
  .digest__grid {
    max-width: 96rem;
  }
}

@media all and (max-width: 1064px) {
  .digest__grid {
    max-width: 66rem;
  }
}

@media all and (max-width: 744px) {
  .digest__grid {
    width: auto;
    flex-flow: column nowrap;
    margin: 0 1.6rem;
  }
}

.digest__card {
  display: block;
  width: calc(100% / 3 - 2.4rem);
  margin: 0 2.4rem 3.2rem 0;
  height: auto;
}

.digest__card:hover .digest__card-title {
  color: #028DA2;
}

@media all and (max-width: 1064px) {
  .digest__card {
    width: calc(100% / 3 - 1.2rem);
    margin: 0 1.2rem 3.2rem 0;
  }
}

@media all and (max-width: 744px) {
  .digest__card {
    width: 100%;
  }
}

.digest__card-img-wrap {
  border-radius: 4px;
  width: 100%;
  height: 24rem;
  margin-bottom: 1.6rem;
  overflow: hidden;
}

@media all and (max-width: 1440px) {
  .digest__card-img-wrap {
    height: 19.7rem;
  }
}

@media all and (max-width: 1064px) {
  .digest__card-img-wrap {
    height: 13.8rem;
  }
}

.digest__card-img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}

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

.digest__card-title {
  transition: color 0.2s ease;
  display: inline-block;
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #181F2D;
  margin-bottom: 1rem;
}

@media all and (max-width: 1064px) {
  .digest__card-title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.digest__card-date {
  display: block;
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #7E889A;
}

.digest-wrapper {
  margin-top: -1rem;
}

.contact {
  margin-bottom: 8rem;
}

@media all and (max-width: 1064px) {
  .contact {
    margin-bottom: 7.2rem;
  }
}

@media all and (max-width: 744px) {
  .contact {
    margin-bottom: 6.4rem;
  }
}

.contact_warehouse {
  margin-bottom: 0;
}

.contact .wysiwyg {
  margin-left: 0;
}

.contact__head {
  width: 100%;
  background-color: #c8e7f0;
  height: 25.6rem;
}

.contact__head .external-container {
  height: 100%;
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media all and (max-width: 1064px) {
  .contact__head .external-container {
    background-position: 32rem bottom;
  }
}

@media all and (max-width: 744px) {
  .contact__head .external-container {
    background-position: bottom center;
    background-size: auto 16.4rem;
  }
}

@media all and (max-width: 744px) {
  .contact__head {
    height: 29.6rem;
  }
}

.contact__heading {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 4rem;
  color: #181F2D;
  margin-top: 5.8rem;
  margin-bottom: 1.2rem;
}

.contact__secondary-heading {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: black;
  margin-bottom: 2.4rem;
}

.contact__secondary-heading_top-indent {
  margin-top: 4rem;
}

.contact__descr {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #2F3B51;
  max-width: 48rem;
}

.contact__container {
  position: relative;
  width: 100%;
  max-width: 130.4rem;
  margin: 0 auto;
  z-index: 2;
}

@media all and (max-width: 1440px) {
  .contact__container {
    max-width: 103.2rem;
  }
}

@media all and (max-width: 1064px) {
  .contact__container {
    max-width: 72.8rem;
  }
}

@media all and (max-width: 744px) {
  .contact__container {
    width: 100%;
  }
}

.contact__container .menu-tabs {
  position: absolute;
  z-index: 0;
  top: 0;
  transform: translateY(-100%);
}

.contact__container_blue {
  background-color: #2F3B51;
}

.contact__container_blue .external-container {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 192 212'%3E%3Cg fill='%23181F2D' clip-path='url(%23clip0)'%3E%3Cpath d='M122.241 64.9901L15.9558 126.354c-.4549.262-.7867.695-.9227 1.202-.1359.508-.0647 1.048.1978 1.503l9.5486 16.538-4.8213 2.784c-.4549.263-.7867.695-.9227 1.202-.1359.508-.0647 1.048.1979 1.503l3.3946 5.88c.2626.455.6951.786 1.2024.922.5073.136 1.0478.065 1.5026-.197l4.8214-2.784 8.1556 14.126-4.8214 2.784c-.4548.262-.7867.695-.9226 1.202-.1359.507-.0648 1.048.1978 1.503l3.3947 5.879c.2626.455.6951.787 1.2024.923.5072.136 1.0478.065 1.5026-.198l4.8213-2.784 8.1562 14.127-4.8213 2.784c-.4549.263-.7867.695-.9227 1.202-.1359.508-.0647 1.048.1979 1.503l3.3946 5.88c.2626.454.6951.786 1.2024.922.5073.136 1.0478.065 1.5026-.198l4.8214-2.783 8.1556 14.126-4.8214 2.783c-.4548.263-.7867.696-.9226 1.203-.1359.507-.0648 1.048.1978 1.502l3.3947 5.88c.2626.455.6951.787 1.2024.923.5073.136 1.0478.065 1.5026-.198l4.8213-2.784 9.5486 16.539c.2626.455.6951.787 1.2024.923.5073.135 1.0478.064 1.5026-.198l106.2851-61.364c.455-.263.787-.695.923-1.202.136-.508.064-1.048-.198-1.503L124.946 65.7149c-.263-.4548-.695-.7867-1.202-.9226a1.98047 1.98047 0 00-1.503.1978zm53.481 119.3819l-6.429 3.711L106.21 78.8188l6.428-3.7115 63.084 109.2647zM23.6533 150.821l4.7929-2.767.0284-.017s.0186-.011.0284-.016l4.7861-2.763 1.4144 2.449-9.6358 5.564-1.4144-2.45zm13.5304 23.435l9.6359-5.563 1.4144 2.45-4.7959 2.769-.0186.011-.0186.01-4.8027 2.773-1.4145-2.45zm13.5311 23.437l4.8017-2.773.0187-.01.0186-.011 4.7958-2.769 1.4145 2.45-9.6349 5.563-1.4144-2.45zm13.5305 23.435l9.6358-5.563 1.4144 2.45-4.7851 2.762c-.0098.006-.0186.011-.0284.017a.40664.40664 0 01-.0284.016l-4.7939 2.768-1.4144-2.45zm9.9309 2.106l4.8144-2.78c.2254-.129.4229-.302.5812-.509.1584-.206.2746-.442.3419-.693.0673-.251.0845-.513.0505-.771-.0341-.258-.1186-.506-.2488-.732l-3.3946-5.879c-.1299-.226-.303-.423-.5093-.581a1.96297 1.96297 0 00-.693-.342c-.2512-.068-.5132-.085-.7711-.051-.2578.034-.5064.119-.7316.249l-4.8145 2.78-8.1556-14.126 4.8145-2.78a1.984 1.984 0 00.5812-.509c.1584-.207.2745-.442.3419-.693.0673-.251.0844-.513.0504-.771s-.1186-.507-.2487-.732l-3.3947-5.88c-.1299-.225-.3029-.422-.5092-.581-.2063-.158-.4418-.274-.693-.342a1.98552 1.98552 0 00-.7711-.05c-.2579.034-.5065.118-.7317.249l-4.8145 2.779-8.1562-14.127 4.8145-2.779a1.973 1.973 0 00.5812-.51c.1584-.206.2746-.441.3419-.693.0673-.251.0845-.513.0504-.771-.034-.258-.1185-.506-.2487-.731l-3.3946-5.88c-.1299-.225-.303-.423-.5093-.581a1.9638 1.9638 0 00-.693-.342c-.2512-.068-.5132-.085-.7711-.051-.2578.034-.5064.119-.7316.249l-4.8145 2.78-8.1556-14.126 4.8145-2.78a1.984 1.984 0 00.5812-.509c.1584-.206.2745-.442.3418-.693.0674-.251.0845-.513.0505-.771s-.1186-.507-.2487-.732l-3.3947-5.88c-.1299-.225-.3029-.422-.5092-.581-.2063-.158-.4418-.274-.693-.342a1.9859 1.9859 0 00-.7712-.05c-.2578.034-.5064.118-.7316.249l-4.8145 2.779-8.5584-14.823L102.78 80.799l63.084 109.264-83.1294 47.995-8.5584-14.824zm111.4138-44.56l-6.438 3.717-63.084-109.2639 6.438-3.7171 63.084 109.264z' opacity='.25'/%3E%3Cpath d='M83.6117 189.155l39.4523-22.778c.455-.263.787-.695.923-1.202.136-.508.065-1.048-.198-1.503l-5.861-10.152c-1.783-3.079-4.714-5.326-8.151-6.247-3.436-.921-7.098-.441-10.1815 1.335l-2.1558 1.244-1.3522-2.342c1.3568-2.334 2.1548-4.951 2.3317-7.645.1768-2.694-.2725-5.393-1.3126-7.884.2438-.111.4623-.271.6419-.47.1797-.199.3168-.432.4029-.686.0861-.254.1193-.522.0976-.789a1.9701 1.9701 0 00-.2236-.764c-4.7442-9.013-9.1483-13.695-14.281-15.178-4.3815-1.266-9.2383-.23-15.2836 3.261-6.0453 3.49-9.3691 7.177-10.4586 11.601-1.2828 5.183.5712 11.341 6.0043 19.957.2452.389.6179.68 1.0543.824.4364.144.9093.132 1.3377-.035.0948-.036.1865-.08.2745-.131.0519-.03.0867-.076.1387-.112 1.6376 2.147 3.7496 3.887 6.1711 5.083 2.4215 1.196 5.0868 1.815 7.7875 1.81l1.3528 2.343-2.1559 1.245c-3.0812 1.782-5.3298 4.714-6.2526 8.151-.9227 3.438-.4441 7.102 1.3307 10.187l5.8614 10.152c.2626.455.6951.787 1.2024.923.5073.136 1.0478.065 1.5026-.198zm1.415-33.351c3.2322-.775 6.17-2.471 8.457-4.883l2.4215 4.194c.6475 1.122.8229 2.455.4878 3.705-.3352 1.251-1.1535 2.318-2.275 2.965-1.1214.648-2.4542.823-3.705.488-1.2508-.335-2.3173-1.154-2.9648-2.275l-2.4215-4.194zm-23.1848-25.9c.8187-3.312 3.5521-6.211 8.6008-9.126 5.0487-2.915 8.927-3.833 12.2035-2.885 3.5076 1.012 6.7481 4.256 10.3111 10.391-3.6454-.143-9.1355-.858-10.8302-2.673-.2227-.248-.5047-.437-.8197-.547-.315-.11-.6528-.139-.9819-.084-.2243.043-.4399.124-.6377.238-.3739.215-.6627.552-.8182.954-.643 1.213-6.503 7.174-10.7773 8.717-2.8015 1.005-4.1814 2.584-4.7664 4.51-1.6637-3.85-2.1224-6.905-1.4837-9.49l-.0003-.005zm7.0969 15.641l-2.0425-3.537c.0051-1.976.7104-2.735 2.5361-3.39 4.0574-1.457 9.1661-5.974 11.6583-8.879 3.2561 1.849 8.287 2.379 11.7456 2.483a13.59551 13.59551 0 011.637 7.169c-.1232 2.494-.9313 4.907-2.3354 6.972a13.838 13.838 0 01-4.5081 4.181 13.8516 13.8516 0 01-5.8745 1.814c-2.5613.189-5.1238-.351-7.3916-1.556-2.2679-1.206-4.1486-3.028-5.4249-5.257zm9.5363 30.753c-1.2512-2.176-1.5882-4.759-.9372-7.182.6509-2.424 2.2368-4.49 4.4095-5.746l2.1637-1.249c1.1914 1.989 3.117 3.43 5.3614 4.012 2.2445.582 4.6279.259 6.6359-.9 2.0081-1.16 3.4799-3.062 4.0976-5.297.618-2.235.333-4.623-.794-6.649l2.164-1.25c2.173-1.251 4.754-1.59 7.177-.941 2.422.65 4.489 2.233 5.745 4.404l4.871 8.437-36.0226 20.798-4.8713-8.437zM128.782 176.273l-39.4558 22.779c-.4548.263-.7867.696-.9226 1.203-.1359.507-.0648 1.048.1978 1.503.2626.454.6951.786 1.2024.922.5073.136 1.0478.065 1.5026-.198l39.4556-22.779c.455-.263.787-.696.923-1.203.136-.507.064-1.048-.198-1.502-.263-.455-.695-.787-1.202-.923-.508-.136-1.048-.065-1.503.198zM134.795 186.688l-39.4561 22.78c-.4548.262-.7867.695-.9226 1.202-.1359.507-.0648 1.048.1978 1.503.2626.454.6951.786 1.2024.922.5073.136 1.0478.065 1.5026-.198l39.4559-22.779c.455-.263.786-.695.922-1.203.136-.507.065-1.048-.197-1.502-.263-.455-.696-.787-1.203-.923-.507-.136-1.048-.065-1.502.198z' opacity='.25'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h192v212H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: right bottom;
  background-size: auto 21.2rem;
  background-repeat: no-repeat;
  padding: 4rem 0;
}

.contact__container_lightblue {
  background-color: #EBF1F4;
  border-radius: 0 0 4px 4px;
  padding: 3.2rem 0 6.4rem;
}

.contact__top-row {
  display: flex;
}

.contact__top-row div + div {
  margin-left: 4rem;
}

.contact__top-row .btn + .btn {
  margin-left: 1.6rem;
}

.contact__top-row a:not(.btn) {
  color: #03CAE8;
}

.contact__top-row a:not(.btn):hover {
  color: #C0F7FF;
}

@media all and (max-width: 1064px) {
  .contact__top-row {
    flex-flow: column nowrap;
    align-items: flex-start;
  }
  .contact__top-row div + div {
    margin-left: 0;
    margin-top: 2.4rem;
  }
  .contact__top-row .btn + .btn {
    margin-left: 0;
    margin-top: .8rem;
  }
}

.contact__top-row-title {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #fff;
  margin-bottom: .8rem;
}

.contact__top-row-text {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2rem;
  max-width: 33.6rem;
  color: #C0F7FF;
  margin-bottom: 2.4rem;
}

.contact__users-grid {
  display: flex;
  flex-flow: row wrap;
  width: auto;
  margin-right: -1.6rem;
}

@media all and (max-width: 1064px) {
  .contact__users-grid {
    margin-right: -.8rem;
  }
}

@media all and (max-width: 744px) {
  .contact__users-grid {
    width: 100%;
    margin-right: 0;
  }
}

.contact__data-group td {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  padding-bottom: .8rem;
  font-size: 1.4rem;
  line-height: 2rem;
}

.contact__data-group td:not(:last-child) {
  padding-right: 3.2rem;
}

.contact__data-group_indent {
  margin-bottom: 3.2rem;
}

.contact__user-type {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #AEBCC2;
  margin: 3.2rem 0 2.4rem;
}

.contact__user-type::after {
  content: '';
  width: 100%;
  margin: 0 0 0 1.6rem;
  display: block;
  height: 2px;
  background-color: #DCE2E4;
}

.contact__user-card {
  position: relative;
  width: calc(100% / 3 - 1.6rem);
  background-color: #fff;
  border-radius: 4px;
  padding: 1.6rem;
  margin: 0 1.6rem 1.6rem 0;
  min-height: 16rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}

@media all and (max-width: 1064px) {
  .contact__user-card {
    width: calc(50% - .8rem);
    margin: 0 .8rem .8rem 0;
  }
}

@media all and (max-width: 744px) {
  .contact__user-card {
    width: 100%;
    margin-right: 0;
  }
}

.contact__user-card-img {
  display: block;
  border-radius: 50%;
  width: 7.2rem;
  height: 7.2rem;
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
}

.contact__user-card-name {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #181F2D;
}

.contact__user-card-position {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #2F3B51;
}

.contact__user-card-phone {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #181F2D;
  margin-bottom: .8rem;
  margin-top: auto;
}

.contact__user-card-mail {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #181F2D;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24, 31, 45, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal__close {
  background-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  padding: 0;
  outline: none;
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
}

.modal__close:focus, .modal__close:hover {
  transform: scale(1.05);
}

.modal__close .icon {
  width: 4rem;
  height: 4rem;
  pointer-events: none;
}

.modal__container {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 69.4rem;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  padding: 3.2rem 8rem 5.6rem;
}

@media all and (max-width: 1440px) {
  .modal__container {
    padding: 3.2rem 7.2rem 5.6rem;
  }
}

@media all and (max-width: 1064px) {
  .modal__container {
    padding: 3.2rem 5.6rem 5.6rem;
  }
}

@media all and (max-width: 744px) {
  .modal__container {
    padding: 3.2rem 1.6rem 5.6rem;
  }
}

.modal__container_gallery {
  max-width: 112.8rem;
  padding: 4rem 8.8rem 4rem 4rem;
  max-height: 80vh;
  display: flex;
}

@media all and (max-width: 1440px) {
  .modal__container_gallery {
    max-width: 93.6rem;
    padding: 3.2rem 8rem 3.2rem 3.2rem;
  }
}

@media all and (max-width: 1064px) {
  .modal__container_gallery {
    max-width: 64.8rem;
    padding: 2.4rem 6.4rem 2.4rem 2.4rem;
  }
}

@media all and (max-width: 744px) {
  .modal__container_gallery {
    padding: 5.6rem 4rem 2.4rem;
  }
}

.modal__content {
  width: 100%;
}

.modal__success {
  padding: 18rem 0;
}

@media all and (max-width: 744px) {
  .modal__success {
    padding: 4rem 0;
  }
}

.modal__success .modal__title {
  margin-bottom: 4rem;
}

.modal__header {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.modal__icon {
  width: 5.6rem;
  height: 5.6rem;
  margin-bottom: 1.6rem;
}

.modal__icon .icon {
  width: 5.6rem;
  height: 5.6rem;
}

.modal__heading {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 4rem;
  text-align: center;
  color: #181F2D;
  margin-bottom: .8rem;
}

.modal__title {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #181F2D;
  text-align: center;
  margin-bottom: 1.6rem;
}

.modal__buttons-row {
  display: flex;
  justify-content: center;
}

.modal__buttons-row .btn + .btn {
  margin-left: .8rem;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.cookies-popup {
  position: fixed;
  width: 60rem;
  height: 6.5rem;
  right: 8rem;
  bottom: 4rem;
  background: #FFFFFF;
  box-shadow: 2px 2px 10px rgba(24, 31, 45, 0.3);
  border-radius: 10px;
  z-index: 100;
}

@media all and (max-width: 744px) {
  .cookies-popup {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}

@media all and (max-width: 639px) {
  .cookies-popup {
    min-height: 11rem;
    border-radius: 0;
  }
}

.cookies-popup > .inner {
  padding: 1rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media all and (max-width: 639px) {
  .cookies-popup > .inner {
    flex-direction: column;
    height: 11rem;
  }
}

.new-lk {
  padding: 12rem 0;
  text-align: center;
  background-color: #1F2329;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  color: #fff;
}

@media all and (max-width: 1440px) {
  .new-lk {
    padding: 10.4rem 0;
  }
}

@media all and (max-width: 1064px) {
  .new-lk {
    padding: 7.2rem 0;
  }
}

@media all and (max-width: 744px) {
  .new-lk {
    padding: 4rem 1.6rem;
  }
}

.new-lk p {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  max-width: 74.4rem;
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #DCE2E4;
}

.new-lk__slider-img {
  transition: all .4s ease;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.new-lk__slider {
  flex: 1 1 auto;
  width: 100%;
  max-width: 112.8rem;
  margin: 0 auto;
  height: 74.2rem;
}

@media all and (max-width: 1440px) {
  .new-lk__slider {
    height: 70.8rem;
    max-width: 93.6rem;
  }
}

@media all and (max-width: 1064px) {
  .new-lk__slider {
    height: 42.3rem;
    max-width: 64.8rem;
  }
}

@media all and (max-width: 744px) {
  .new-lk__slider {
    margin: 2.4rem 0 2.4rem;
    height: auto;
  }
  .new-lk__slider .slick-list {
    box-shadow: 0px -0.014px 0.577px rgba(3, 202, 232, 0.0594147), 0px -0.033px 1.342px rgba(3, 202, 232, 0.0858404), 0px -0.059px 2.409px rgba(3, 202, 232, 0.105812), 0px -0.099px 3.998px rgba(3, 202, 232, 0.124188), 0px -0.163px 6.587px rgba(3, 202, 232, 0.14416), 0px -0.284px 11.512px rgba(3, 202, 232, 0.170585), 0px -0.615px 19.982px rgba(3, 202, 232, 0.23);
  }
  .new-lk__slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 1.6em;
  }
  .new-lk__slider .slick-dots li {
    transition: background-color .4s ease;
    display: block;
    width: .8rem;
    height: .8rem;
    border: 1px solid #EBF1F4;
    border-radius: 50%;
  }
  .new-lk__slider .slick-dots li.slick-active {
    background-color: #EBF1F4;
  }
  .new-lk__slider .slick-dots li + li {
    margin-left: 1.2rem;
  }
  .new-lk__slider .slick-slide {
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
}

@media all and (min-width: 744px) {
  .new-lk__slider .slick-list {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
  .new-lk__slider .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
  }
  .new-lk__slider .slick-slide {
    will-change: transform;
    transition: transform, opacity, box-shadow;
    transition-duration: .7s;
    transition-timing-function: ease;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
  }
  .new-lk__slider .slick-slide.slick-current {
    opacity: 1;
    position: relative;
    transform: translate3d(0, 0, 16px);
    z-index: 2;
    box-shadow: 0px -0.046px 1.877px rgba(3, 202, 232, 0.0594147), 0px -0.108px 4.364px rgba(3, 202, 232, 0.0858404), 0px -0.194px 7.837px rgba(3, 202, 232, 0.105812), 0px -0.321px 13.006px rgba(3, 202, 232, 0.124188), 0px -0.529px 21.427px rgba(3, 202, 232, 0.14416), 0px -0.925px 37.449px rgba(3, 202, 232, 0.170585), 0px -2px 65px rgba(3, 202, 232, 0.23);
  }
}

@media all and (min-width: 744px) and (max-width: 1440px) {
  .new-lk__slider .slick-slide.slick-current {
    box-shadow: 0px -0.038px 1.556px rgba(3, 202, 232, 0.0594147), 0px -0.089px 3.618px rgba(3, 202, 232, 0.0858404), 0px -0.16px 6.497px rgba(3, 202, 232, 0.105812), 0px -0.266px 10.783px rgba(3, 202, 232, 0.124188), 0px -0.439px 17.765px rgba(3, 202, 232, 0.14416), 0px -0.767px 31.047px rgba(3, 202, 232, 0.170585), 0px -1.658px 53.889px rgba(3, 202, 232, 0.23);
  }
}

@media all and (min-width: 744px) and (max-width: 1064px) {
  .new-lk__slider .slick-slide.slick-current {
    box-shadow: 0px -0.027px 1.075px rgba(3, 202, 232, 0.0594147), 0px -0.062px 2.5px rgba(3, 202, 232, 0.0858404), 0px -0.111px 4.489px rgba(3, 202, 232, 0.105812), 0px -0.184px 7.45px rgba(3, 202, 232, 0.124188), 0px -0.303px 12.274px rgba(3, 202, 232, 0.14416), 0px -0.53px 21.451px rgba(3, 202, 232, 0.170585), 0px -1.146px 37.233px rgba(3, 202, 232, 0.23);
  }
}

@media all and (min-width: 744px) and (max-width: 744px) {
  .new-lk__slider .slick-slide.slick-current {
    box-shadow: 0px -0.014px 0.577px rgba(3, 202, 232, 0.0594147), 0px -0.033px 1.342px rgba(3, 202, 232, 0.0858404), 0px -0.059px 2.409px rgba(3, 202, 232, 0.105812), 0px -0.099px 3.998px rgba(3, 202, 232, 0.124188), 0px -0.163px 6.587px rgba(3, 202, 232, 0.14416), 0px -0.284px 11.512px rgba(3, 202, 232, 0.170585), 0px -0.615px 19.982px rgba(3, 202, 232, 0.23);
  }
}

@media all and (min-width: 744px) {
  .new-lk__slider .slick-snext,
  .new-lk__slider .slick-sprev {
    display: block;
  }
  .new-lk__slider .slick-snext {
    opacity: 1;
    transform: translate3d(37%, 0, -22px);
    z-index: 1;
  }
  .new-lk__slider .slick-sprev {
    opacity: 1;
    transform: translate3d(-37%, 0, -22px);
  }
}

.error-page {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 7.2rem 0 0;
}

.error-page_not-found .icon {
  margin-bottom: 2.4rem;
}

@media all and (max-width: 640px) {
  .error-page_not-found .error-page__heading {
    margin-bottom: .8rem;
  }
}

.error-page_not-found .error-page__text {
  margin-bottom: 4.8rem;
}

@media all and (max-width: 640px) {
  .error-page_not-found .error-page__text {
    margin-bottom: 2.4rem;
  }
}

@media all and (max-width: 640px) {
  .error-page {
    padding: 2.4rem 0 0;
  }
}

.error-page__heading {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 4rem;
  color: #1F2329;
  margin-bottom: 1.6rem;
}

@media all and (max-width: 640px) {
  .error-page__heading {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 1.2rem;
  }
}

.error-page__text {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 2.4rem;
}

@media all and (max-width: 640px) {
  .error-page__text {
    margin-bottom: 1.2rem;
  }
}

.error-page .icon {
  width: 20rem;
  height: 20rem;
}

.fullscreen-gallery {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}

.fullscreen-gallery__previews {
  flex-shrink: 0;
  display: flex;
  flex-flow: column nowrap;
  padding-right: 2.4rem;
  margin-right: 2.4rem;
  border-right: 1px solid #DCE2E4;
  max-height: 100%;
  overflow-y: scroll;
}

@media all and (max-width: 1064px) {
  .fullscreen-gallery__previews {
    padding-right: 1.6rem;
    margin-right: 1.6rem;
  }
}

@media all and (max-width: 744px) {
  .fullscreen-gallery__previews {
    display: none;
  }
}

.fullscreen-gallery__preview {
  transition: border-color 0.2s ease;
  width: 6.4rem;
  height: 6.4rem;
  border: 1px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}

@media all and (max-width: 1440px) {
  .fullscreen-gallery__preview {
    width: 5.6rem;
    height: 5.6rem;
  }
}

@media all and (max-width: 1064px) {
  .fullscreen-gallery__preview {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.fullscreen-gallery__preview:hover {
  border-color: #DCE2E4;
}

.fullscreen-gallery__preview.active {
  border-color: #03CAE8;
}

.fullscreen-gallery__preview + .fullscreen-gallery__preview {
  margin-top: 1.6rem;
}

.fullscreen-gallery__preview > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fullscreen-gallery__main {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
}

@media all and (max-width: 744px) {
  .fullscreen-gallery__main {
    align-items: center;
  }
}

.fullscreen-gallery__slider-wrapper {
  display: block;
  width: 88.7rem;
}

@media all and (max-width: 1440px) {
  .fullscreen-gallery__slider-wrapper {
    width: 71.9rem;
  }
}

@media all and (max-width: 1064px) {
  .fullscreen-gallery__slider-wrapper {
    width: 47.9rem;
  }
}

@media all and (max-width: 744px) {
  .fullscreen-gallery__slider-wrapper {
    width: 100%;
    max-width: 47.9rem;
  }
}

.fullscreen-gallery__slider {
  width: 100%;
}

.fullscreen-gallery__slider .slick-slide {
  height: 512px;
  outline: none;
}

@media all and (max-width: 744px) {
  .fullscreen-gallery__slider .slick-slide {
    height: 100%;
  }
}

.fullscreen-gallery__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fullscreen-gallery__slider-nav {
  display: flex;
  justify-content: center;
  padding-top: 4rem;
}

@media all and (max-width: 744px) {
  .fullscreen-gallery__slider-nav {
    padding-top: 1.6rem;
  }
}

.fullscreen-gallery__slider-button {
  outline: none;
}

.fullscreen-gallery__slider-button .icon {
  width: 4rem;
  height: 4rem;
  stroke: #2F3B51;
}

.fullscreen-gallery__slider-button + .fullscreen-gallery__slider-button {
  margin-left: 1.6rem;
}

.fullscreen-gallery__slider-button:hover .icon {
  stroke: #03CAE8;
}

.fullscreen-gallery__slider-button.slick-disabled {
  cursor: default;
}

.fullscreen-gallery__slider-button.slick-disabled .icon {
  stroke: #7E889A;
}

.action-item {
  position: relative;
  background-color: #03CAE8;
}

@media all and (max-width: 744px) {
  .action-item {
    width: 25.6rem;
    height: 25.6rem;
    flex-shrink: 0;
  }
}

.action-item__wrapper {
  position: relative;
  max-width: 26.4rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 2.4rem 2.4rem;
  z-index: 2;
}

@media all and (max-width: 744px) {
  .action-item__wrapper {
    padding: 2.4rem;
  }
}

.action-item__tag {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #028DA2;
  background-color: #FFF;
  margin: 0;
  padding: 1.6rem .8rem .8rem .8rem;
  border-radius: 0 0 .2rem .2rem;
}

@media all and (max-width: 744px) {
  .action-item__tag {
    display: none;
  }
}

.action-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.action-item__title {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  color: inherit;
  margin: 5rem 0 0 0;
}

@media all and (max-width: 1440px) {
  .action-item__title {
    margin: 2.6rem 0 0 0;
  }
}

@media all and (max-width: 1064px) {
  .action-item__title {
    margin: 5rem 0 0 0;
  }
}

@media all and (max-width: 744px) {
  .action-item__title {
    font-size: 1.8rem;
    margin: 0;
  }
}

.action-item__html {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  text-decoration: none;
  color: inherit;
  margin-top: 1.6rem;
}

.action-item__html h1,
.action-item__html h2,
.action-item__html h3,
.action-item__html h4,
.action-item__html h5,
.action-item__html h6,
.action-item__html p,
.action-item__html a {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  text-decoration: none;
  color: inherit;
}

.action-item__html .marker,
.action-item__html mark {
  color: inherit;
  background-color: #028DA2;
}

@media all and (max-width: 744px) {
  .action-item__html {
    display: none;
  }
}

.action-item__date {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  color: inherit;
  opacity: .8;
  padding-top: 5.2rem;
  margin: auto 0 0 0;
}

@media all and (max-width: 1440px) {
  .action-item__date {
    padding-top: 2.8rem;
  }
}

@media all and (max-width: 1064px) {
  .action-item__date {
    padding-top: 5.2rem;
  }
}

@media all and (max-width: 744px) {
  .action-item__date {
    display: none;
  }
}

.action-item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
  z-index: 1;
}

.action-item_bg-base {
  background-color: #03CAE8;
}

.action-item_bg-brand {
  background-color: #C0F7FF;
}

.action-item_bg-accent {
  background-color: #E86503;
}

.action-item_bg-brand .action-item__title {
  color: #1F2329;
}

.action-item_f-h {
  height: 100%;
}

.action-item_wide {
  grid-column: span 2;
}

.action-item_category .action-item__wrapper {
  padding: 2.4rem;
}

.action-item_category .action-item__tag, .action-item_category .action-item__html, .action-item_category .action-item__date {
  display: none;
}

.action-item_category .action-item__title {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 0;
}

@media all and (max-width: 1064px) {
  .action-item_category {
    display: none;
  }
}

.action-item_collection {
  margin: 1.6rem 0 2.4rem 0;
  border-radius: .8rem;
}

@media all and (max-width: 744px) {
  .action-item_collection {
    width: auto;
    height: auto;
    flex-shrink: 0;
  }
}

.action-item_collection .action-item__wrapper {
  max-width: 56.4rem;
}

@media all and (max-width: 1224px) {
  .action-item_collection .action-item__wrapper {
    max-width: 46.8rem;
  }
}

@media all and (max-width: 960px) {
  .action-item_collection .action-item__wrapper {
    max-width: 32.4rem;
  }
}

@media all and (max-width: 744px) {
  .action-item_collection .action-item__wrapper {
    padding: 0 2.4rem 2.4rem;
  }
}

@media all and (max-width: 640px) {
  .action-item_collection .action-item__wrapper {
    max-width: 100%;
    height: auto;
    padding: 0 2.4rem 0 2.4rem;
  }
}

@media all and (max-width: 744px) {
  .action-item_collection .action-item__tag {
    display: block;
  }
}

.action-item_collection .action-item__title {
  margin: 2.4rem 0 0 0;
}

@media all and (max-width: 1440px) {
  .action-item_collection .action-item__title {
    margin: 2.4rem 0 0 0;
  }
}

@media all and (max-width: 1064px) {
  .action-item_collection .action-item__title {
    margin: 2.4rem 0 0 0;
  }
}

@media all and (max-width: 744px) {
  .action-item_collection .action-item__title {
    font-size: 2rem;
    margin: 2.4rem 0 0 0;
  }
}

@media all and (max-width: 640px) {
  .action-item_collection .action-item__title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: .8rem 0 0 0;
  }
}

.action-item_collection .action-item__html {
  margin-top: .8rem;
}

@media all and (max-width: 744px) {
  .action-item_collection .action-item__html {
    display: block;
  }
}

.action-item_collection .action-item__date {
  padding-top: 2.4rem;
}

@media all and (max-width: 1440px) {
  .action-item_collection .action-item__date {
    padding-top: 2.4rem;
  }
}

@media all and (max-width: 1064px) {
  .action-item_collection .action-item__date {
    padding-top: 2.4rem;
  }
}

@media all and (max-width: 744px) {
  .action-item_collection .action-item__date {
    display: block;
  }
}

@media all and (max-width: 640px) {
  .action-item_collection .action-item__date {
    padding-top: 1.2rem;
    margin: 0;
  }
}

.action-item_collection .action-item__details {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4rem;
  color: inherit;
  opacity: .8;
  margin: .8rem 0 0 0;
}

@media all and (max-width: 640px) {
  .action-item_collection .action-item__img {
    display: none;
  }
}

.action-item_collection .action-item__mobile-image {
  display: none;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  margin-top: 1.6rem;
}

@media all and (max-width: 640px) {
  .action-item_collection .action-item__mobile-image {
    display: block;
  }
}

.action-item_collection.no-tag .action-item__title {
  margin-top: 2.4rem;
}

.new-catalog-category-grid {
  display: flex;
}

.new-catalog-category-grid__block-buttons {
  display: flex;
}

.new-catalog-category-grid__block-buttons .catalog-filter {
  margin-top: 0;
}

@media all and (max-width: 960px) {
  .new-catalog-category-grid__block-buttons {
    margin-top: 1.6rem;
  }
}

.new-catalog-category-grid__buttons {
  background-color: #fff;
  height: 4rem;
  width: -moz-max-content;
  width: max-content;
  border-radius: .4rem;
  padding: .4rem;
  margin-left: auto;
}

@media all and (max-width: 640px) {
  .new-catalog-category-grid__buttons {
    display: none;
  }
}

.new-catalog-category-grid__display-type {
  height: 3.2rem;
  width: 4rem;
  padding: 0;
  border-radius: .5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.new-catalog-category-grid__display-type .icon {
  width: 24px;
  height: 24px;
  stroke: #AEBCC2;
}

.new-catalog-category-grid__display-type.active {
  cursor: default;
  background-color: #03CAE8;
}

.new-catalog-category-grid__display-type.active .icon {
  stroke: #fff;
}

.new-catalog-category-grid .pagination {
  width: 100%;
}

@media all and (max-width: 960px) {
  .new-catalog-category-grid {
    flex-flow: column nowrap;
  }
}

.new-catalog-category-grid__sidebar {
  flex-shrink: 0;
  padding-right: 5.6rem;
}

@media all and (max-width: 960px) {
  .new-catalog-category-grid__sidebar {
    padding-right: 0;
  }
}

.new-catalog-category-grid__content {
  flex: 1 1 auto;
}

.new-catalog-category-grid__content .error-page {
  padding-top: 0;
}

.new-catalog-category-grid__grid {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  overflow: hidden;
  margin-right: -.8rem;
  margin-bottom: auto;
  margin-top: 1.6rem;
  transition: opacity 0.2s ease;
  opacity: 1;
}

.new-catalog-category-grid__grid.loading {
  opacity: .5;
  pointer-events: none;
}

@media all and (max-width: 640px) {
  .new-catalog-category-grid__grid {
    margin-right: 0;
  }
}

.new-catalog-category-grid__grid .new-catalog-product-card {
  width: calc(25% - .8rem);
  margin: 0 .8rem .8rem 0;
}

@media all and (max-width: 1440px) {
  .new-catalog-category-grid__grid .new-catalog-product-card {
    width: calc(33.333% - .8rem);
  }
}

@media all and (max-width: 1224px) {
  .new-catalog-category-grid__grid .new-catalog-product-card {
    width: calc(50% - .8rem);
  }
}

@media all and (max-width: 960px) {
  .new-catalog-category-grid__grid .new-catalog-product-card {
    width: 100%;
    margin: 0 0 .8rem 0;
  }
}

.new-catalog-category-grid__grid_alternate {
  margin-right: 0;
}

.new-catalog-category-grid__grid_alternate .new-catalog-product-card {
  width: 100%;
  margin: 0 0 .8rem 0;
}

.new-catalog-category-grid__grid_alternate .new-catalog-product-card .new-catalog-product-card__wrapper {
  flex-flow: row;
}

.new-catalog-category-grid__grid_alternate .new-catalog-product-card .new-catalog-product-card__main-content {
  margin-top: 0;
  margin-left: 1.6rem;
}

.new-catalog-category-grid__grid_alternate .new-catalog-product-card .new-catalog-product-card__title {
  max-width: 56.9rem;
}

@media all and (max-width: 1224px) {
  .new-catalog-category-grid__grid_alternate .new-catalog-product-card .new-catalog-product-card__title {
    max-width: 33.4rem;
  }
}

.new-catalog-category-grid__grid_alternate .new-catalog-product-card .new-catalog-product-card__pic {
  width: 12rem;
  height: 12rem;
  margin-top: 3rem;
}

.new-catalog-category-grid__grid_alternate .new-catalog-product-card .new-catalog-product-card__product-tags {
  display: none;
}

.new-catalog-category-grid__grid_alternate .new-catalog-product-card .new-catalog-product-card__product-tags_alternate {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  text-align: end;
  max-width: 34rem;
}

.new-catalog-category-grid__grid_alternate .new-catalog-product-card .new-catalog-product-card__product-tags_alternate .new-product-tag {
  background-color: #6A46B6;
  max-height: 25px;
  width: 15.5rem;
}

.new-catalog-category-grid__grid_alternate .new-catalog-product-card .new-catalog-product-card__product-tags_alternate .tagSlider {
  position: relative;
  padding-left: 2rem;
  float: right;
}

.new-catalog-category-grid__grid_alternate .new-catalog-product-card .new-catalog-product-card__product-tags_alternate .tagSlider > svg {
  height: 2rem;
}

.new-catalog-category-grid__grid_alternate .new-catalog-product-card .new-catalog-product-card__product-tags_alternate .tagSlider .icon-chevron-down-white {
  transition: none !important;
}

.new-catalog-category-grid__grid_alternate .new-catalog-product-card .new-catalog-product-card__product-tags_alternate .tagSlider .rotate {
  transition: none !important;
  transform: rotate(180deg);
}

.new-catalog-category-grid__grid_alternate .new-catalog-product-card .new-catalog-product-card__product-tags_alternate .chevron-down {
  background-image: url("/img/svg/chevron-down-white.svg");
  background-repeat: no-repeat;
  background-position: right;
}

.new-catalog-category-grid__grid_alternate .new-catalog-product-card .new-catalog-product-card__product-tags_alternate .tag-hiden {
  float: right;
  margin-top: 1px;
  clear: both;
}

.new-catalog-category-grid__grid_alternate .new-catalog-product-card .new-catalog-product-card__product-tags_alternate .tag-hiden.hide {
  display: none;
}

.new-catalog-category-grid__grid_alternate .new-catalog-product-card .new-catalog-product-card__product-tags_alternate_alternate {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.new-catalog-category-grid__grid_alternate .new-catalog-product-card .new-catalog-product-card__product-tags_alternate_alternate .new-product-tag {
  background-color: #6A46B6;
}

.new-catalog-category-grid__grid_alternate .new-catalog-product-card .new-catalog-product-card__num-tags {
  margin: 0;
  padding-top: 2.4rem;
}

.new-catalog-category-grid__grid_alternate .new-catalog-product-card .new-catalog-product-card__num-tags .num-tag {
  margin-top: 0;
}

.new-catalog-product-card {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 0.2rem 0.2rem;
  background-color: #FFF;
  padding: 1.6rem 1.6rem;
}

.new-catalog-product-card:hover .product-card__popup {
  visibility: visible;
  opacity: 1;
}

.new-catalog-product-card__wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
}

.new-catalog-product-card__main-content {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 0 auto;
  margin-top: 1.6rem;
}

.new-catalog-product-card__pic {
  width: 16rem;
  height: 16rem;
  flex-shrink: 0;
}

.new-catalog-product-card__pic_modal {
  cursor: pointer;
  position: relative;
}

.new-catalog-product-card__pic_modal .product-card__pic-fullscreen-label {
  font-size: 0;
  padding: .8rem;
}

.new-catalog-product-card__pic_modal .product-card__pic-fullscreen-label .icon {
  margin-right: 0;
}

.new-catalog-product-card__pic_modal:hover .product-card__pic-fullscreen-label {
  opacity: 1;
}

.new-catalog-product-card__pic > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.new-catalog-product-card__header {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.new-catalog-product-card__title {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  text-decoration: none;
  color: #028DA2;
  margin: 0;
}

.new-catalog-product-card__title:hover {
  color: #1F2329;
}

.new-catalog-product-card__description {
  margin: 0;
}

.new-catalog-product-card__description a {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #2F3B51;
}

.new-catalog-product-card__description a:hover {
  color: black;
}

.new-catalog-product-card__title + .new-catalog-product-card__description {
  margin-top: .8rem;
}

.new-catalog-product-card__price {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  white-space: nowrap;
  color: #1F2329;
  margin: 0;
}

.new-catalog-product-card__price > span {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  color: #2F3B51;
  margin: 0 0.4rem 0 0;
}

.new-catalog-product-card__num-tags {
  margin: auto 0 0 -.8rem;
  padding-top: .8rem;
}

.new-catalog-product-card__num-tags .num-tag {
  margin-top: .8rem;
}

.new-catalog-product-card__product-tags {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  text-align: end;
  max-width: 34rem;
}

.new-catalog-product-card__product-tags .new-product-tag {
  background-color: #6A46B6;
  max-height: 25px;
  width: 14.5rem;
  margin-top: 1px;
}

.new-catalog-product-card__product-tags .tagSlider {
  position: relative;
  padding-left: 1rem;
  float: right;
}

.new-catalog-product-card__product-tags .tagSlider > svg {
  height: 2rem;
}

.new-catalog-product-card__product-tags .tagSlider .icon-chevron-down-white {
  width: 2.2rem;
  right: -1px;
  transition-delay: 0ms;
  transition-duration: 0ms;
  position: absolute;
}

.new-catalog-product-card__product-tags .tagSlider .rotate {
  transform: rotate(180deg);
  transition-delay: 0ms;
  transition-duration: 0ms;
}

.new-catalog-product-card__product-tags .chevron-down {
  background-image: url("/img/svg/chevron-down-white.svg");
  background-repeat: no-repeat;
  background-position: right;
}

.new-catalog-product-card__product-tags .tag-hiden {
  float: right;
  margin-top: 1px;
  clear: both;
}

.new-catalog-product-card__product-tags .tag-hiden.hide {
  display: none;
}

.new-catalog-product-card__product-tags_alternate {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.new-catalog-product-card__product-tags_alternate .new-product-tag {
  background-color: #6A46B6;
}

.new-catalog-product-card__description-items {
  display: flex;
  flex-wrap: wrap;
}

.new-catalog-product-card__popup {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
  border-top: 2px solid #DCE2E4;
  padding: 1.6rem 1.6rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}

.new-catalog-product-card__remove {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  text-decoration: none;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #2F3B51;
  margin: 0;
}

.new-catalog-product-card__remove > svg {
  width: 1.6rem;
  height: 1.6rem;
  stroke: #2F3B51;
  margin-right: .4rem;
}

.new-catalog-product-card__price-summary {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 2.4rem;
  color: #1F2329;
  margin: 0;
}

.new-catalog-product-card__price-summary > span {
  font-size: 1rem;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  margin: 0 -1.6rem;
  margin-top: 2.4rem;
}

.breadcrumbs::-webkit-scrollbar {
  display: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  content: '';
  background: transparent;
  padding: 8px;
}

@media all and (max-width: 1224px) {
  .breadcrumbs {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media all and (max-width: 960px) {
  .breadcrumbs {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    scroll-snap-type: x mandatory;
    scroll-padding: 1.6rem;
  }
}

.breadcrumbs__dropdown-container {
  position: relative;
  padding-bottom: 2.4rem;
  flex-shrink: 0;
}

.breadcrumbs__dropdown-container > .breadcrumbs__link {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #181F2D;
  text-decoration: none;
  scroll-snap-align: start;
  flex-shrink: 0;
}

.breadcrumbs__dropdown-container > .breadcrumbs__link.active {
  cursor: default;
  color: #7E889A;
}

.breadcrumbs__dropdown-container:not(:last-child) > .breadcrumbs__link {
  margin-right: 2.2rem;
  position: relative;
}

.breadcrumbs__dropdown-container:not(:last-child) > .breadcrumbs__link::after {
  content: '/';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.4rem;
}

.breadcrumbs__dropdown-container:hover .breadcrumbs__dropdown {
  display: block;
}

@media all and (max-width: 960px) {
  .breadcrumbs__dropdown-container:hover .breadcrumbs__dropdown {
    display: none;
  }
}

.breadcrumbs__dropdown {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 4rem;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(24, 31, 45, 0.15);
  border-radius: .4rem;
  padding: 1.6rem 1.6rem 1.2rem 1.6rem;
}

.breadcrumbs__dropdown-list {
  overflow-y: auto;
  width: 21.2rem;
  max-height: 17.2rem;
}

.breadcrumbs__dropdown-list::-webkit-scrollbar {
  width: 4px;
  background: #EBF1F4;
}

.breadcrumbs__dropdown-list::-webkit-scrollbar-thumb {
  background-color: #028DA2;
}

.breadcrumbs__dropdown-item {
  width: 19.6rem;
}

.breadcrumbs__dropdown-item:not(:first-child) {
  margin-top: 1.2rem;
}

.breadcrumbs__dropdown-link {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #181F2D;
  text-decoration: none;
  scroll-snap-align: start;
  flex-shrink: 0;
}

.breadcrumbs__dropdown-link.active {
  cursor: default;
  color: #7E889A;
}

.new-catalog-categories-list {
  padding-top: 2.4rem;
}

.new-catalog-categories-list__link-back {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #028DA2;
  margin-top: 2.4rem;
  background-color: #C0F7FF;
  padding: .8rem 2rem;
  display: flex;
  align-items: center;
}

.new-catalog-categories-list__link-back .icon {
  width: 2.4rem;
  height: 2.4rem;
  stroke: #028DA2;
  margin-right: .8rem;
}

.new-catalog-categories-list__link-back:hover {
  color: #03CAE8;
}

.new-catalog-categories-list__link-back:hover .icon {
  stroke: #03CAE8;
}

@media all and (max-width: 1224px) {
  .new-catalog-categories-list__link-back {
    margin-top: 1.6rem;
  }
}

.new-catalog-categories-list__title {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #2F3B51;
}

.new-catalog-categories-list__grid {
  margin-top: 2.4rem;
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}

@media all and (max-width: 960px) {
  .new-catalog-categories-list__grid {
    -moz-column-count: 3;
         column-count: 3;
  }
}

@media all and (max-width: 640px) {
  .new-catalog-categories-list__grid {
    -moz-column-count: 2;
         column-count: 2;
    margin-top: 3.2rem;
  }
}

@media (max-width: 420px) {
  .new-catalog-categories-list__grid {
    -moz-column-count: auto;
         column-count: auto;
    margin-top: 3.2rem;
  }
}

.new-catalog-categories-list__item {
  background-color: #fff;
  padding: 1.6rem;
  border-radius: .8rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.new-catalog-categories-list__item:not(:first-child) {
  margin-top: 1.6rem;
}

.new-catalog-categories-list__category {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #028DA2;
}

.new-catalog-categories-list__subcategories {
  margin-top: 1.6rem;
}

.new-catalog-categories-list__subcategory {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding-left: 1.6rem;
}

.new-catalog-categories-list__subcategory:not(:first-child) {
  margin-top: 1.6rem;
}

.category-tree__main-group {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.6rem;
}

@media all and (max-width: 960px) {
  .category-tree__main-group {
    margin-bottom: 0;
  }
}

.category-tree__trigger {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  display: inline-flex;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 1.6rem;
  color: #2F3B51;
  background-color: #fff;
  border-bottom: 1px solid #DCE2E4;
  outline: none;
  transition: 0.2s ease;
}

.category-tree__trigger::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 14L12 9L17 14' stroke='%2303CAE8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  transition: 0.2s ease;
}

.category-tree__trigger.active::after {
  transform: rotate(-180deg);
}

.category-tree__content {
  width: 100%;
  transition: all 0.2s ease;
}

.category-tree-item {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.category-tree-item__header {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  position: relative;
  display: inline-flex;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.6rem;
  color: #2F3B51;
  background-color: #FFF;
  border-bottom: 1px solid #DCE2E4;
  outline: none;
  transition: all 0.2s ease;
}

.category-tree-item__header a {
  text-decoration: none;
  color: #028DA2;
}

.category-tree-item__header::before {
  content: '';
  width: .9rem;
  height: 1px;
  border: 1px dotted #DCE2E4;
  display: inline-block;
  flex-shrink: 0;
}

.category-tree-item__header::after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 1.6rem;
  content: '';
  width: 1px;
  height: 100%;
  border: 1px dotted #DCE2E4;
}

.category-tree-item__header.active > a {
  color: #181F2D;
  pointer-events: none;
}

.category-tree-item__trigger {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%2303CAE8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: auto;
  transition: all 0.2s ease;
  flex-shrink: 0;
  outline: none;
}

.category-tree-item__trigger.active {
  transform: rotate(-180deg);
}

.category-tree-item__content {
  width: 100%;
  transition: all 0.2s ease;
}

.category-tree-item_level-0 > .category-tree-item__header {
  padding: 1.4rem 1.6rem;
}

.category-tree-item_level-0 > .category-tree-item__header::before, .category-tree-item_level-0 > .category-tree-item__header::after {
  display: none;
  opacity: .7;
}

.category-tree-item_level-1 > .category-tree-item__header::before {
  width: calc(.9rem * 1);
}

.category-tree-item_level-2 > .category-tree-item__header::before {
  width: calc(.9rem * 2);
}

.category-tree-item_level-3 > .category-tree-item__header::before {
  width: calc(.9rem * 3);
}

.category-tree-item_level-4 > .category-tree-item__header::before {
  width: calc(.9rem * 4);
}

.category-tree-item_level-5 > .category-tree-item__header::before {
  width: calc(.9rem * 5);
}

.category-tree-item_level-6 > .category-tree-item__header::before {
  width: calc(.9rem * 6);
}

.category-tree-item_level-7 > .category-tree-item__header::before {
  width: calc(.9rem * 7);
}

.category-tree-item_level-8 > .category-tree-item__header::before {
  width: calc(.9rem * 8);
}

.category-tree-item_level-9 > .category-tree-item__header::before {
  width: calc(.9rem * 9);
}

.category-tree-item_level-10 > .category-tree-item__header::before {
  width: calc(.9rem * 10);
}

.category-tree-item_level-11 > .category-tree-item__header::before {
  width: calc(.9rem * 11);
}

.category-tree-item_level-12 > .category-tree-item__header::before {
  width: calc(.9rem * 12);
}

.category-tree-item_level-13 > .category-tree-item__header::before {
  width: calc(.9rem * 13);
}

.category-tree-item_level-14 > .category-tree-item__header::before {
  width: calc(.9rem * 14);
}

.category-tree-item_level-15 > .category-tree-item__header::before {
  width: calc(.9rem * 15);
}

.category-tree-item_level-16 > .category-tree-item__header::before {
  width: calc(.9rem * 16);
}

.category-tree-item_level-17 > .category-tree-item__header::before {
  width: calc(.9rem * 17);
}

.category-tree-item_level-18 > .category-tree-item__header::before {
  width: calc(.9rem * 18);
}

.category-tree-item_level-19 > .category-tree-item__header::before {
  width: calc(.9rem * 19);
}

.category-tree-item_level-20 > .category-tree-item__header::before {
  width: calc(.9rem * 20);
}

.category-tree-item_last .category-tree-item__trigger {
  visibility: hidden;
  pointer-events: none;
}

.catalog-filter {
  position: relative;
  transition: all 0.2s ease;
  margin-top: 1.6rem;
}

@media all and (max-width: 960px) {
  .catalog-filter {
    margin-top: 0;
  }
}

.catalog-filter__trigger {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  display: inline-flex;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 1.6rem;
  color: #2F3B51;
  background-color: #FFF;
  border-bottom: 1px solid #DCE2E4;
  outline: none;
  transition: all 0.2s ease;
}

.catalog-filter__trigger::after {
  content: '';
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7%2010L12%2015L17%2010%22%20stroke%3D%22%2303CAE8%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.2s ease;
}

.catalog-filter__content {
  background-color: #FFF;
  display: none;
}

.catalog-filter__tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 1.6rem 1.6rem;
  margin-bottom: -0.8rem;
}

.catalog-filter__tags:empty {
  display: none;
}

.catalog-filter__tags:empty + .catalog-filter-item {
  border-top: none;
}

.catalog-filter.active .catalog-filter__trigger::after {
  transform: rotate(180deg);
}

.catalog-filter.active .catalog-filter__content {
  display: block;
}

.catalog-filter_loading {
  opacity: 0.7;
  pointer-events: none;
}

.catalog-filter-item {
  border-top: 1px solid #DCE2E4;
  border-bottom: 1px solid #DCE2E4;
}

.catalog-filter-item + .catalog-filter-item {
  margin-top: -1px;
}

.catalog-filter-item__trigger {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  display: inline-flex;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 1.6rem;
  color: #2F3B51;
  background-color: #FFF;
  border-bottom: 1px solid #DCE2E4;
  outline: none;
  transition: all 0.2s ease;
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  border: none;
  text-align: left;
  padding: 1.6rem 1.6rem;
}

.catalog-filter-item__trigger::after {
  content: '';
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7%2010L12%2015L17%2010%22%20stroke%3D%22%2303CAE8%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.2s ease;
}

.catalog-filter-item__content {
  display: none;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 1.6rem 2.4rem 1.6rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.catalog-filter-item__content .label + .label {
  margin-top: 1.6rem;
}

.catalog-filter-item.active .catalog-filter-item__trigger::after {
  transform: rotate(180deg);
}

.catalog-filter-item.active .catalog-filter-item__content {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.catalog-filter-item__inputs-price {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.catalog-filter-item__inputs-price > label {
  width: 47%;
  position: relative;
  border: 1px solid #7E889A;
  border-radius: 4px;
}

.catalog-filter-item__inputs-price input {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  padding: 1.4rem 1.6rem;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
}

.catalog-filter-item__inputs-price input:focus {
  outline: none;
}

.filter-tag {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.4rem 0.8rem;
  margin-bottom: 0.8rem;
  border-radius: 0.4rem 0.4rem;
  background-color: #EBF1F4;
}

.filter-tag:not(:last-child) {
  margin-right: 0.8rem;
}

.filter-tag__color {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}

.filter-tag__title {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  text-decoration: none;
  text-align: left;
  color: #028DA2;
  margin: 0;
}

.filter-tag__value {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.8rem;
  text-decoration: none;
  text-align: right;
  color: black;
  margin: 0 0 0 0.8rem;
}

.filter-tag__remove {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23028DA2' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 36.667c9.205 0 16.667-7.462 16.667-16.667 0-9.205-7.462-16.666-16.667-16.666-9.205 0-16.667 7.461-16.667 16.666S10.795 36.667 20 36.667zM25 15L15 25M15 15l10 10'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}

.block-banners {
  padding-top: 1.4rem;
  background-color: #181F2D;
}

.block-banners__heading-container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.block-banners__heading {
  font-size: 3.2rem;
  line-height: 4.4rem;
  text-align: center;
}

.block-banners__title {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #AEBCC2;
  margin-top: .8rem;
  margin-bottom: 3.2rem;
}

.block-banners h1 {
  color: white;
}

.block-banners__grid {
  padding: 4.6rem 0;
  margin-right: -1.6rem;
  margin-bottom: -1.6rem;
}

@media all and (max-width: 1064px) {
  .block-banners__grid {
    margin-right: 0;
  }
}

.block-banners__grid-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 17rem;
  gap: 1rem;
}

@media all and (max-width: 1440px) {
  .block-banners__grid-top {
    grid-auto-rows: 14rem;
  }
}

@media all and (max-width: 1064px) {
  .block-banners__grid-top {
    grid-auto-rows: 20rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 744px) {
  .block-banners__grid-top {
    display: block;
  }
}

.block-banners__grid-bottom {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 17rem;
  gap: 1rem;
}

@media all and (max-width: 1440px) {
  .block-banners__grid-bottom {
    grid-auto-rows: 14rem;
  }
}

@media all and (max-width: 1064px) {
  .block-banners__grid-bottom {
    grid-auto-rows: 20rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 744px) {
  .block-banners__grid-bottom {
    display: block;
  }
}

.block-banners__grid-item {
  margin-right: 1.6rem;
  margin-bottom: 1.6rem;
  position: relative;
  height: 100%;
  width: 100%;
  padding-left: 1.5rem;
  color: #FFF;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  border-radius: 1rem;
  aspect-ratio: 1.62;
}

@media all and (max-width: 1064px) {
  .block-banners__grid-item {
    margin-right: 0;
  }
}

@media all and (max-width: 744px) {
  .block-banners__grid-item {
    padding: 1.6rem;
  }
}

.block-banners__grid-item_big {
  grid-column: 2 / 4;
  grid-row: 1 / 3;
  background-position: bottom 50% right 6.4rem;
}

.block-banners__grid-item_big .block-banners__slide-title {
  max-width: 40rem;
}

.block-banners__grid-item_big .block-banners__slide-text {
  max-width: 40rem;
}

@media all and (max-width: 1064px) {
  .block-banners__grid-item_big {
    grid-auto-rows: 0;
    grid-column: 1 / 3;
  }
}

@media all and (max-width: 744px) {
  .block-banners__grid-item_big {
    background-position: bottom 50% right 6.4rem;
    min-height: 10rem;
    width: 100%;
    margin-right: 0;
    aspect-ratio: 1 / 1;
  }
  .block-banners__grid-item_big .block-banners__slide-title {
    max-width: 40rem;
    font-size: 2.8rem;
  }
  .block-banners__grid-item_big .block-banners__slide-text {
    max-width: 40rem;
    font-size: 1.6rem;
  }
}

.block-banners__grid-item_medium {
  background-position: bottom 15% right -12.8rem;
}

.block-banners__grid-item_medium .block-banners__slide-title {
  font-size: 1.6rem;
  line-height: normal;
}

@media all and (max-width: 744px) {
  .block-banners__grid-item_medium {
    background-position: bottom 50% right 6.4rem;
    min-height: 10rem;
    width: 100%;
    margin-right: 0;
    aspect-ratio: 1 / 1;
  }
  .block-banners__grid-item_medium .block-banners__slide-title {
    max-width: 40rem;
    font-size: 2.8rem;
  }
  .block-banners__grid-item_medium .block-banners__slide-text {
    max-width: 40rem;
    font-size: 1.6rem;
  }
}

.block-banners__grid-item_small {
  line-height: normal;
  background-position: bottom 50% right -12.8rem;
}

.block-banners__grid-item_small .block-banners__slide-title {
  font-size: 1.4rem;
  line-height: normal;
  margin-top: 0;
}

.block-banners__grid-item_small .block-banners__slide-text {
  font-size: 1.2rem;
}

.block-banners__grid-item_small_double {
  grid-column: span 2;
}

@media all and (max-width: 744px) {
  .block-banners__grid-item_small {
    background-position: bottom 50% right 6.4rem;
    min-height: 10rem;
    width: 100%;
    margin-right: 0;
    aspect-ratio: 1 / 1;
  }
  .block-banners__grid-item_small .block-banners__slide-title {
    max-width: 40rem;
    font-size: 2.8rem;
  }
  .block-banners__grid-item_small .block-banners__slide-text {
    max-width: 40rem;
    font-size: 1.6rem;
  }
}

.block-banners__slide {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  font-size: 0;
}

.block-banners__slide-label {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  position: absolute;
  top: 0;
  border-radius: 0 0 4px 4px;
  padding: 2rem 1.2rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
  z-index: 2;
}

.block-banners__slide-title {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  color: white;
  font-size: 3.2rem;
  line-height: 4rem;
  margin-top: 4rem;
  z-index: 2;
}

@media all and (max-width: 1064px) {
  .block-banners__slide-title {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}

.block-banners__slide-text {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  color: white;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 1.2rem;
  z-index: 2;
}

.block-banners__slide-date {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  color: white;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding-top: 4.8rem;
  margin-top: auto;
  z-index: 2;
}

.block-banners__slide-link {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  color: #181F2D;
  font-size: 1.4rem;
  line-height: 1.6rem;
  background-color: #fff;
  padding: 1.6rem 2.4rem;
  border-radius: 99rem;
  width: 12.6rem;
  margin-top: 3.2rem;
  z-index: 4;
  transition: 0.2s ease;
}

.block-banners__slide-link:hover {
  color: #fff;
  background-color: #181F2D;
}

.block-banners__slide-veil {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000000 19.71%, rgba(0, 0, 0, 0.987259) 26.19%, rgba(0, 0, 0, 0.951407) 32.18%, rgba(0, 0, 0, 0.896) 37.77%, rgba(0, 0, 0, 0.824593) 43.02%, rgba(0, 0, 0, 0.740741) 48.02%, rgba(0, 0, 0, 0.648) 52.83%, rgba(0, 0, 0, 0.549926) 57.52%, rgba(0, 0, 0, 0.450074) 62.18%, rgba(0, 0, 0, 0.352) 66.88%, rgba(0, 0, 0, 0.259259) 71.69%, rgba(0, 0, 0, 0.175407) 76.68%, rgba(0, 0, 0, 0.104) 81.94%, rgba(0, 0, 0, 0.0485926) 87.53%, rgba(0, 0, 0, 0.0127407) 93.52%, rgba(0, 0, 0, 0) 100%);
}

.block-banners__slide-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: 1rem;
}

.filter-date {
  position: relative;
}

@media all and (max-width: 640px) {
  .filter-date {
    width: 100%;
  }
}

.filter-date__toggle {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 1.2rem;
  height: 4rem;
  border-radius: .4rem;
  color: #2f3b51;
  background-color: #fff;
}

@media all and (max-width: 640px) {
  .filter-date__toggle {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

.filter-date__toggle .icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1.2rem;
}

.filter-date__toggle.active .icon {
  transform: rotate(180deg);
}

.filter-date__body {
  position: absolute;
  z-index: 10;
  top: 4.4rem;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(24, 31, 45, 0.15);
  width: 100%;
  padding: .8rem 0;
  display: none;
}

.filter-date__body.active {
  display: block;
}

.filter-date__body::after {
  right: auto;
  left: 50px;
}

.filter-date__body label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.6rem 1.2rem 1.2rem;
  cursor: pointer;
}

.filter-date__body label .icon {
  width: .8rem;
  height: .8rem;
  display: none;
}

.filter-date__body input:checked ~ span {
  color: #028DA2;
}

.filter-date__body input:checked ~ .icon {
  width: .8rem;
  display: block;
}

.wysiwyg-products {
  margin: 0 auto;
  max-width: 77.4rem;
  width: 100%;
}

@media all and (max-width: 1440px) {
  .wysiwyg-products {
    max-width: 66.4rem;
  }
}

@media all and (max-width: 1064px) {
  .wysiwyg-products {
    max-width: 53.6rem;
    margin: 0 auto 7.2rem;
  }
}

@media all and (max-width: 744px) {
  .wysiwyg-products {
    width: auto;
    margin: 0 1.6rem 6rem;
  }
}

.wysiwyg-products > h2 {
  margin-top: 3.2rem;
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #181F2D;
}

@media all and (max-width: 744px) {
  .wysiwyg-products > h2 {
    margin-top: 2.4rem;
  }
}

.wysiwyg-products__grid {
  margin-top: 1.6rem;
  display: flex;
}

@media all and (max-width: 744px) {
  .wysiwyg-products__grid {
    flex-flow: column;
  }
}

.wysiwyg-products__item:not(:first-child) {
  margin-left: .8rem;
}

@media all and (max-width: 744px) {
  .wysiwyg-products__item:not(:first-child) {
    margin-left: 0;
    margin-top: .8rem;
  }
}

.wysiwyg-block-essences {
  width: 100%;
  max-width: 77.4rem;
  margin: 0 auto;
}

.wysiwyg-block-essences_last {
  padding-bottom: 6.4rem;
}

@media all and (max-width: 1440px) {
  .wysiwyg-block-essences {
    max-width: 66.4rem;
  }
}

@media all and (max-width: 1064px) {
  .wysiwyg-block-essences {
    max-width: 53.6rem;
    margin: 0 auto 7.2rem;
  }
}

@media all and (max-width: 744px) {
  .wysiwyg-block-essences {
    width: auto;
    margin: 0 1.6rem 6rem;
  }
}

.wysiwyg-block-essences > h2 {
  margin-top: 3.2rem;
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #181F2D;
}

@media all and (max-width: 744px) {
  .wysiwyg-block-essences > h2 {
    margin-top: 2.4rem;
  }
}

.wysiwyg-block-essences__grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.6rem;
}

@media all and (max-width: 1440px) {
  .wysiwyg-block-essences__grid {
    margin-left: -.8rem;
    margin-top: .8rem;
  }
}

@media all and (max-width: 744px) {
  .wysiwyg-block-essences__grid {
    margin-left: 0;
    flex-flow: column;
  }
}

.wysiwyg-block-essences__item {
  margin-left: 1.6rem;
  margin-top: 1.6rem;
  width: calc(100% / 3 - 1.6rem);
}

@media all and (max-width: 1440px) {
  .wysiwyg-block-essences__item {
    margin-left: .8rem;
    margin-top: .8rem;
    width: calc(50% - .8rem);
  }
}

@media all and (max-width: 744px) {
  .wysiwyg-block-essences__item {
    margin-left: 0;
    width: 100%;
  }
}

.wysiwyg-essence {
  position: relative;
  border-radius: .8rem;
  min-height: 18.4rem;
  overflow: hidden;
}

.wysiwyg-essence_compilation {
  padding: 2.4rem 1.6rem 0 1.6rem;
}

.wysiwyg-essence_compilation .wysiwyg-essence__img {
  width: 12.4rem;
  height: auto;
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
}

.wysiwyg-essence_compilation .wysiwyg-essence__title {
  font-family: 'GolosMedium', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
}

.wysiwyg-essence_action {
  padding: 1.6rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.wysiwyg-essence_action .wysiwyg-essence__img {
  width: 14.4rem;
  height: 14.4rem;
  position: absolute;
  top: 50%;
  right: -7.2rem;
  transform: translateY(-50%);
}

.wysiwyg-essence_action .wysiwyg-essence__title {
  font-family: 'GolosBold', sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.4rem;
  max-width: 20.5rem;
  position: relative;
  z-index: 1;
}

.wysiwyg-essence_brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wysiwyg-essence_brand .wysiwyg-essence__img {
  width: 16.4rem;
  height: auto;
}

.wysiwyg-essence__link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wysiwyg-essence__date {
  font-family: 'GolosRegular', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #fff;
  margin-top: 2.4rem;
}
