@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
html {
  scrollbar-width: thin;
}
.header-top._hide-buttons-search .header-top__order-button {
  opacity: 0;
  pointer-events: none;
}
.header-top._hide-buttons-search .header-top__search-button {
  opacity: 0;
  pointer-events: none;
}
.header-top._hide-buttons-search .header-top__menu-button {
  opacity: 0;
  pointer-events: none;
}
.header-top._hide-buttons-search .el-search__close {
  display: block;
}
.header-top._hide-buttons-menu .header-top__order-button {
  display: none;
}
.header-top._hide-buttons-menu .header-top__search-button {
  display: none;
}
.header-top._hide-buttons-menu .header-top__menu-button {
  display: none;
}
.header-top._hide-buttons-menu .el-menu__close {
  display: block;
}
.header-top._fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
@keyframes headerTopShow {
  0% {
    opacity: 0;
    top: -70px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.header-top._animate {
  opacity: 1;
  z-index: 101;
  animation: headerTopShow 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.header-top .header-top__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 2200px;
  margin: 0 auto;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  background-color: #fff;
}
.header-top .header-top__logo {
  margin: 0;
}
.header-top .header-top__logo-link {
  -webkit-tap-highlight-color: transparent;
}
.header-top .header-top__logo-image {
  height: auto;
  padding-right: 30px;
  box-sizing: border-box;
}
.header-top .header-top__order {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}
.header-top .header-top__order-button {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1F2433;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
.header-top .header-top__order-button svg {
  height: 16px;
  width: auto;
  fill: #1F2433;
  transition: fill 0.3s ease-in-out;
}
.header-top .header-top__order-button svg:hover {
  fill: #87B7E8;
}
.header-top .header-top__order-button:hover {
  color: #87B7E8;
}
.header-top .header-top__center {
  width: 100%;
  max-width: 1348px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top .header-top__search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-top .header-top__search-button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.header-top .header-top__search-button svg rect {
  fill: #1F2433;
  transition: fill 0.3s ease-in-out;
}
.header-top .header-top__search-button svg path {
  stroke: #1F2433;
  transition: stroke 0.3s ease-in-out;
}
.header-top .header-top__search-button:hover svg rect {
  fill: #87B7E8;
}
.header-top .header-top__search-button:hover svg path {
  stroke: #87B7E8;
}
.header-top .header-top__search-button-icon {
  width: 16px;
  height: 16px;
}
.header-top .header-top__scheme {
  display: flex;
  justify-content: flex-end;
}
.header-top .header-top__scheme-body._switched svg circle {
  transform: translateX(9px);
}
.header-top .header-top__scheme-button {
  cursor: pointer;
  padding: 0;
  display: block;
  -webkit-tap-highlight-color: transparent;
}
.header-top .header-top__scheme-button svg circle {
  transition: fill 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.header-top .header-top__scheme-button svg rect {
  transition: stroke 0.3s ease-in-out;
}
.header-top .header-top__scheme-button:hover svg circle {
  fill: #87B7E8;
}
.header-top .header-top__scheme-button:hover svg rect {
  stroke: #87B7E8;
}
.header-top .header-top__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-top .header-top__menu-icon {
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.header-top .header-top__menu-icon rect {
  fill: #1F2433;
  transition: fill 0.3s ease-in-out;
}
.header-top .header-top__menu-icon:hover rect {
  fill: #87B7E8;
}
.header-top .el-menu__close {
  position: absolute;
  top: calc(50% - 8px);
  cursor: pointer;
  display: none;
  -webkit-tap-highlight-color: transparent;
}
.header-top .el-menu__close svg rect {
  fill: #1F2433;
  transition: fill 0.3s ease-in-out;
}
.header-top .el-menu__close svg:hover rect {
  fill: #87B7E8;
}
.header-top .el-search__close {
  display: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
  -webkit-tap-highlight-color: transparent;
}
.header-top .el-search__close svg rect {
  fill: #1F2433;
  transition: fill 0.3s ease-in-out;
}
.header-top .el-search__close svg:hover rect {
  fill: #87B7E8;
}
@media all and (min-width: 1025px) {
  .header-top {
    height: 66px;
  }
  .header-top .header-top__body {
    padding: 10.5px 25px;
  }
  .header-top .header-top__logo-image {
    width: 183px;
    min-width: 183px;
  }
  .header-top .header-top__order {
    width: 25%;
  }
  .header-top .header-top__center {
    max-width: 1348px;
  }
  .header-top .header-top__order-button svg {
    display: none;
  }
  .header-top .header-top__search {
    width: 25%;
  }
  .header-top .header-top__scheme {
    width: 25%;
  }
  .header-top .header-top__menu {
    width: 25%;
  }
  .header-top .el-menu__close {
    right: 25px;
  }
}
@media all and (max-width: 1024px) {
  .header-top {
    height: 50px;
  }
  .header-top .header-top__body {
    padding: 10px 18px;
  }
  .header-top .header-top__logo-image {
    width: 150px;
    min-width: 150px;
  }
  .header-top .header-top__order {
    width: 15%;
  }
  .header-top .header-top__center {
    max-width: 768px;
  }
  .header-top .header-top__order-button span {
    display: none;
  }
  .header-top .header-top__search {
    width: 15%;
  }
  .header-top .header-top__scheme {
    width: 15%;
  }
  .header-top .header-top__menu {
    width: 15%;
  }
  .header-top .el-menu__close {
    right: 18px;
  }
}
@media all and (max-width: 768px) {
  .header-top {
    height: 40px;
  }
  .header-top .header-top__body {
    padding: 10px;
  }
  .header-top .header-top__logo-image {
    width: 120px;
    min-width: 120px;
  }
  .header-top .header-top__center {
    max-width: 220px;
  }
  .header-top .el-menu__close {
    right: 10px;
  }
}
.el-popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  z-index: 999;
}
.el-popup._active {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.el-popup .el-popup__wrap {
  max-width: 2200px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
}
.el-popup .el-popup__body {
  width: 100%;
  display: flex;
  position: relative;
}
.el-popup .el-popup__body._sending .el-popup__form-status {
  opacity: 1;
  visibility: visible;
}
.el-popup .el-popup__body._sent .el-popup__form-status-image {
  display: none;
}
.el-popup .el-popup__body._sent .el-popup__form-status-text {
  display: flex;
}
.el-popup .el-popup__media {
  width: 260px;
  height: auto;
  background-color: #87B7E8;
}
.el-popup .el-popup__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.el-popup .el-popup__form {
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
}
.el-popup .el-popup__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #87B7E8;
  margin-bottom: 15px;
}
.el-popup .el-popup__description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #1F2433;
}
.el-popup .el-popup__fields {
  position: relative;
}
.el-popup .el-popup__field-products {
  border-bottom: 1px transparent;
  position: relative;
}
.el-popup .el-popup__field-products-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  color: #AAA;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
  border: 1px solid #DDD;
  border-bottom: 1px solid transparent;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.el-popup .el-popup__field-products-title svg {
  transform: rotate(180deg);
}
.el-popup .el-popup__field-products-title svg path {
  stroke: #DDD;
  transition: stroke 0.3s ease-in-out;
}
.el-popup .el-popup__field-products-title:hover {
  color: #87B7E8;
  border: 1px solid #87B7E8;
}
.el-popup .el-popup__field-products-title:hover svg path {
  stroke: #87B7E8;
}
.el-popup .el-popup__field-products-title._active {
  color: #1F2433;
}
.el-popup .el-popup__field-products-title._active + .el-popup__field-products-list {
  display: block;
  border: 1px solid #DDD;
  border-top: 1px solid transparent;
}
.el-popup .el-popup__field-products-title._active svg {
  transform: rotate(0);
}
.el-popup .el-popup__field-products-title._active svg path {
  stroke: #1F2433;
}
.el-popup .el-popup__field-products-title._not-empty {
  color: #1F2433;
}
.el-popup .el-popup__field-products-list {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: #fff;
  overflow-y: auto;
  scrollbar-width: thin;
  box-shadow: 0 15px 50px rgba(24, 127, 223, 0.15);
}
.el-popup .el-popup__field-products-list-item {
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}
.el-popup .el-popup__field-products-list-item label {
  font-family: "Inter", sans-serif;
  color: #1F2433;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  user-select: none;
}
.el-popup .el-popup__field-products-list-item input {
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0;
}
.el-popup .el-popup__field-products-list-item._active ._input::before {
  opacity: 1;
}
.el-popup .el-popup__field-products-list-item ._input {
  margin-right: 20px;
  border: 1px solid #DDD;
  border-radius: 2px;
  cursor: pointer;
  transition: border 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.el-popup .el-popup__field-products-list-item ._input::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #87B7E8 url('icons/checked.svg') center no-repeat;
  opacity: 0;
}
.el-popup .el-popup__field-products-list-item:hover {
  background-color: #F6FAFD;
}
.el-popup .el-popup__field-products-list-item:hover ._input {
  border: 1px solid #87B7E8;
}
.el-popup .el-popup__field {
  border: 1px solid #DDD;
  border-top: 1px solid transparent;
  box-sizing: border-box;
  color: #1F2433;
  font-family: "Inter", sans-serif;
  width: 100%;
  outline: none;
  transition: border 0.3s ease-in-out;
  position: relative;
}
.el-popup .el-popup__field._first {
  border-top: 1px solid #DDD;
}
.el-popup .el-popup__field::placeholder {
  color: #AAA;
}
.el-popup .el-popup__field:hover {
  border-color: #3394EC;
}
.el-popup .el-popup__field:focus {
  border-color: #3394EC;
}
.el-popup .el-popup__field:not(:empty) {
  border-color: #DDD;
}
.el-popup .el-popup__field._error {
  border-color: #FF5A50;
}
.el-popup .el-popup__field-message {
  outline: none;
  width: 100%;
  overflow: hidden;
  min-height: 80px;
  border: 1px solid #DDD;
  box-sizing: border-box;
  color: #1F2433;
  font-family: "Inter", sans-serif;
  border-top: 1px solid transparent;
}
.el-popup .el-popup__field-message:hover {
  border-color: #3394EC;
}
.el-popup .el-popup__field-message:focus {
  border-color: #3394EC;
}
.el-popup .el-popup__field-message:not(:empty) {
  border-color: #DDD;
}
.el-popup .el-popup__field-message::placeholder {
  color: #AAA;
}
.el-popup .el-popup__field-file {
  display: flex;
  margin: 10px 0;
}
.el-popup .el-popup__field-file-input {
  width: 47%;
  box-sizing: border-box;
  border: 1px solid #87B7E8;
  position: relative;
}
.el-popup .el-popup__field-file-input input {
  opacity: 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.el-popup .el-popup__field-file-input span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  color: #87B7E8;
}
.el-popup .el-popup__field-file-text {
  width: 53%;
  padding-left: 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.el-popup .el-popup__field-file-text span {
  font-family: "Inter", sans-serif;
  color: #AAA;
}
.el-popup .el-popup__field-file-text svg {
  display: none;
  margin-left: 10px;
  cursor: pointer;
}
.el-popup .el-popup__field-file-text svg rect {
  fill: #1F2433;
  transition: fill 0.3s ease-in-out;
}
.el-popup .el-popup__field-file-text svg:hover rect {
  fill: #87B7E8;
}
.el-popup .el-popup__field-file-text._not-empty svg {
  display: block;
}
.el-popup input::-webkit-outer-spin-button,
.el-popup input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.el-popup input[type=number] {
  -moz-appearance: textfield;
}
.el-popup .el-popup__button {
  background-color: #87B7E8;
  width: 100%;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  outline: none;
}
.el-popup .el-popup__button:hover {
  background-color: #3394EC;
}
.el-popup .el-popup__apply {
  display: flex;
}
.el-popup .el-popup__apply-input {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 10px;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.el-popup .el-popup__apply-input + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.el-popup .el-popup__apply-input + label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  margin-top: -17px;
}
.el-popup .el-popup__apply-input._error + label::before {
  border: 1px solid #FF5A50;
}
.el-popup .el-popup__apply-input:checked + label::before {
  border-color: #87B7E8;
  background-color: #87B7E8;
  background-image: url('icons/checked.svg');
  background-size: 15px 15px;
}
.el-popup .el-popup__apply-label {
  font-family: "Inter", sans-serif;
  color: #1F2433;
  max-width: 380px;
  display: block;
  margin-top: -2px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.el-popup .el-popup__form-close {
  position: absolute;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.el-popup .el-popup__form-close svg {
  width: 16px;
  height: 16px;
}
.el-popup .el-popup__form-close svg rect {
  fill: #1F2433;
  transition: fill 0.3s ease-in-out;
}
.el-popup .el-popup__form-close svg:hover rect {
  fill: #87B7E8;
}
.el-popup .el-popup__form-status {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.el-popup .el-popup__form-status-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.el-popup .el-popup__form-status-image svg {
  display: block;
  animation: loading 2s linear infinite;
}
.el-popup .el-popup__form-status-image svg g circle {
  fill: #fff;
}
.el-popup .el-popup__form-status-image svg g path {
  fill: #87B7E8;
}
.el-popup .el-popup__form-status-text {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.el-popup .el-popup__form-status-text ._text {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.el-popup .el-popup__form-status-text ._button {
  border: none;
  box-sizing: border-box;
  background-color: #87B7E8;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 120px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.el-popup .el-popup__form-status-text ._button:hover {
  background-color: #3394EC;
}
@media all and (min-width: 1025px) {
  .el-popup {
    top: 66px;
  }
  .el-popup .el-popup__wrap {
    align-items: center;
  }
  .el-popup .el-popup__title {
    font-size: 37px;
    margin-bottom: 15px;
  }
  .el-popup .el-popup__description {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .el-popup .el-popup__body {
    max-width: 960px;
  }
  .el-popup .el-popup__form {
    max-width: 700px;
    padding: 48px 160px 48px 55px;
  }
  .el-popup .el-popup__field-products-title {
    padding: 18px 20px;
    font-size: 14px;
  }
  .el-popup .el-popup__field-products-list {
    max-height: 265px;
  }
  .el-popup .el-popup__field-products-list-item label {
    font-size: 14px;
    padding: 18px 20px;
  }
  .el-popup .el-popup__field {
    padding: 18px 20px;
    font-size: 18px;
  }
  .el-popup .el-popup__field::placeholder {
    font-size: 14px;
  }
  .el-popup .el-popup__field-message {
    padding: 18px 20px;
    font-size: 18px;
  }
  .el-popup .el-popup__field-message::placeholder {
    font-size: 14px;
  }
  .el-popup .el-popup__field-file-input input {
    padding: 19px;
  }
  .el-popup .el-popup__field-file-input span {
    font-size: 14px;
  }
  .el-popup .el-popup__field-file-text span {
    font-size: 14px;
  }
  .el-popup .el-popup__button {
    padding: 22px 25px;
    margin-bottom: 25px;
  }
  .el-popup .el-popup__form-close {
    right: 40px;
    top: 40px;
  }
  .el-popup .el-popup__apply-label {
    font-size: 12px;
    line-height: 18px;
  }
  .el-popup .el-popup__form-status-text ._text {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .el-popup .el-popup__form-status-text ._button {
    padding: 11px 40px;
    font-size: 18px;
  }
  .el-popup .el-popup__form-status-image svg {
    width: 80px;
    height: 80px;
  }
}
@media all and (min-width: 1025px) and (max-height: 820px) {
  .el-popup .el-popup__wrap {
    align-items: flex-start;
    overflow-y: auto;
  }
}
@media all and (max-width: 1024px) {
  .el-popup {
    top: 50px;
  }
  .el-popup .el-popup__wrap {
    align-items: flex-end;
  }
  .el-popup .el-popup__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .el-popup .el-popup__description {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .el-popup .el-popup__body {
    max-width: 576px;
  }
  .el-popup .el-popup__media {
    display: none;
  }
  .el-popup .el-popup__form {
    padding: 20px 10px;
    max-width: 576px;
    margin: 0 auto;
    position: relative;
  }
  .el-popup .el-popup__field-products-title {
    padding: 16.5px 14px;
    font-size: 12px;
  }
  .el-popup .el-popup__field-products-list {
    max-height: 242px;
  }
  .el-popup .el-popup__field-products-list-item label {
    padding: 16.5px 14px;
    font-size: 12px;
  }
  .el-popup .el-popup__field {
    padding: 16.5px 14px;
    font-size: 14px;
  }
  .el-popup .el-popup__field::placeholder {
    font-size: 12px;
  }
  .el-popup .el-popup__field-message {
    padding: 16.5px 14px;
    font-size: 14px;
  }
  .el-popup .el-popup__field-message::placeholder {
    font-size: 12px;
  }
  .el-popup .el-popup__field-file-input input {
    padding: 16.5px;
  }
  .el-popup .el-popup__field-file-input span {
    font-size: 12px;
  }
  .el-popup .el-popup__field-file-text span {
    font-size: 12px;
  }
  .el-popup .el-popup__button {
    padding: 16.5px 14px;
    margin-bottom: 15px;
  }
  .el-popup .el-popup__form-close {
    right: 15px;
    top: 15px;
  }
  .el-popup .el-popup__apply-label {
    font-size: 10px;
    line-height: 16px;
  }
  .el-popup .el-popup__form-status-text ._text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .el-popup .el-popup__form-status-text ._button {
    padding: 10px 30px;
    font-size: 18px;
  }
  .el-popup .el-popup__form-status-image svg {
    width: 60px;
    height: 60px;
  }
}
@media all and (max-width: 1024px) and (max-height: 820px) {
  .el-popup .el-popup__wrap {
    overflow-y: auto;
  }
}
@media all and (max-width: 1024px) and (max-height: 600px) {
  .el-popup .el-popup__wrap {
    align-items: flex-start;
    overflow-y: auto;
  }
}
@media all and (min-width: 769px) {
  .el-popup .el-popup__field-message::placeholder {
    font-size: 14px;
  }
  .el-popup .el-popup__button {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .el-popup {
    top: 40px;
  }
  .el-popup .el-popup__description {
    font-size: 12px;
  }
  .el-popup .el-popup__field-products-title {
    padding: 16.5px 14px;
    font-size: 10px;
  }
  .el-popup .el-popup__field-products-list-item label {
    font-size: 10px;
  }
  .el-popup .el-popup__field {
    padding: 16.5px 14px;
    font-size: 12px;
  }
  .el-popup .el-popup__field::placeholder {
    font-size: 10px;
  }
  .el-popup .el-popup__field-message {
    padding: 16.5px 14px;
    font-size: 12px;
  }
  .el-popup .el-popup__field-message::placeholder {
    font-size: 10px;
  }
  .el-popup .el-popup__field-file-input span {
    font-size: 10px;
  }
  .el-popup .el-popup__field-file-text span {
    font-size: 10px;
  }
  .el-popup .el-popup__button {
    font-size: 12px;
    padding: 12.5px 14px;
  }
  .el-popup .el-popup__form-status-text ._text {
    font-size: 12px;
  }
  .el-popup .el-popup__form-status-text ._button {
    padding: 8px 25px;
    font-size: 12px;
  }
  .el-popup .el-popup__form-status-image svg {
    width: 40px;
    height: 40px;
  }
}
.el-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  transition: opacity 0.5s ease-in-out;
  display: none;
  z-index: 999;
  justify-content: center;
  opacity: 0;
}
.el-menu._active {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.el-menu._active .el-menu__body {
  transform: translateX(0);
  transition: transform 0.3s ease-in;
}
.el-menu._active .el-menu__navigation {
  transform: translateX(0);
  transition: transform 0.6s ease-out;
}
.el-menu._active .el-menu__footer {
  transform: translateY(0);
  transition: transform 0.5s ease-in;
}
.el-menu .el-menu__wrap {
  width: 100%;
  max-width: 2200px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  scrollbar-width: thin;
}
.el-menu .el-menu__body {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  position: relative;
  transition: transform 0.3s ease-in;
  box-sizing: border-box;
}
.el-menu .el-menu__row {
  width: 100%;
  display: flex;
}
.el-menu .el-menu__contacts {
  height: 100%;
  display: flex;
  box-sizing: border-box;
  background-color: #fff;
}
.el-menu .el-menu__contacts-item {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.el-menu .el-menu__contacts-item:last-child {
  margin-bottom: 0;
}
.el-menu .el-menu__contacts-item-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #aaaaaa;
  margin-bottom: 12px;
}
.el-menu .el-menu__contacts-item-link {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #1F2433;
  transition: color 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
.el-menu .el-menu__contacts-item-link:hover {
  color: #87B7E8;
}
.el-menu .el-menu__contacts-item-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #1F2433;
}
.el-menu .el-menu__navigation {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  transform: translateX(100px);
  transition: transform 0.6s ease-in;
}
.el-menu .menu-item {
  position: relative;
}
.el-menu .menu-item.current-menu-item a {
  color: #aaaaaa;
}
.el-menu .menu-item.current-menu-item a:hover {
  text-decoration: none;
  color: #aaaaaa;
}
.el-menu .menu-item a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #1F2433;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
.el-menu .menu-item a:hover {
  color: #8FBADF;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}
.el-menu .menu-item-has-children._active .sub-menu {
  display: block;
}
.el-menu .menu-item-has-children._active svg {
  transform: rotate(0);
}
.el-menu .menu-item-has-children span {
  display: flex;
  align-items: center;
}
.el-menu .menu-item-has-children a {
  margin-right: 20px;
}
.el-menu .menu-item-has-children svg {
  transform: rotate(45deg);
  transition: transform 0.3s ease-in;
}
.el-menu .menu-item-has-children svg rect {
  fill: #1F2433;
}
.el-menu .menu-item-has-children svg:hover rect {
  fill: #87B7E8;
}
.el-menu .menu-item-has-children .sub-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 360px;
}
.el-menu .menu-item-has-children .sub-menu a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #1F2433;
  transition: color 0.3s ease-in-out;
}
.el-menu .menu-item-has-children .sub-menu a:hover {
  color: #87B7E8;
}
@media all and (min-width: 1441px) {
  .el-menu .menu-item-has-children svg {
    display: none;
  }
  .el-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 12px;
    left: calc(100%);
    padding-left: 40px;
  }
  .el-menu .menu-item-has-children .sub-menu a {
    font-size: 18px;
    line-height: 25px;
  }
}
@media all and (max-width: 1440px) {
  .el-menu .menu-item-has-children .sub-menu {
    margin-top: 30px;
    padding-left: 30px;
  }
  .el-menu .menu-item-has-children .sub-menu a {
    font-size: 16px;
    line-height: 21px;
  }
  .el-menu .menu-item-has-children .el-menu__links {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .el-menu .menu-item-has-children .sub-menu a {
    font-size: 14px;
    line-height: 19px;
  }
}
@media all and (min-width: 769px) {
  .el-menu .menu-item-has-children .sub-menu svg {
    width: 18px;
    height: 18px;
    margin-top: 2px;
  }
  .el-menu .menu-item-has-children .sub-menu .menu-item {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 768px) {
  .el-menu .menu-item-has-children .sub-menu {
    padding-left: 20px;
    margin-top: 20px;
  }
  .el-menu .menu-item-has-children .sub-menu a {
    font-size: 12px;
    line-height: 16px;
  }
  .el-menu .menu-item-has-children .sub-menu svg {
    width: 16px;
    height: 16px;
  }
  .el-menu .menu-item-has-children .sub-menu .menu-item {
    margin-bottom: 20px;
  }
}
.el-menu .el-menu__footer {
  border-top: 1px solid #dddddd;
  transform: translateY(100px);
  transition: transform 0.5s ease-in;
  box-sizing: border-box;
  background-color: #fff;
}
.el-menu .el-menu__footer-body {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.el-menu .el-menu__footer-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #1F2433;
}
.el-menu .el-menu__footer-link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #1F2433;
  margin-left: 15px;
  transition: color 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
.el-menu .el-menu__footer-link:hover {
  color: #87B7E8;
}
@media all and (min-width: 1441px) {
  .el-menu .menu-item:hover .sub-menu {
    display: block;
  }
}
@media all and (min-width: 1281px) {
  .el-menu .el-menu__navigation {
    padding-left: 156px;
  }
  .el-menu .menu-item {
    margin-bottom: 40px;
  }
  .el-menu .menu-item a {
    font-size: 40px;
  }
  .el-menu .el-menu__footer {
    padding: 35px 25px;
  }
}
@media all and (min-width: 1281px) and (min-height: 1024px) {
  .el-menu .el-menu__body {
    height: 100%;
  }
}
@media all and (max-width: 1280px) {
  .el-menu .el-menu__navigation {
    padding-left: 80px;
  }
  .el-menu .menu-item {
    margin-bottom: 30px;
  }
  .el-menu .menu-item a {
    font-size: 30px;
  }
  .el-menu .el-menu__footer {
    padding: 30px 18px;
  }
}
@media all and (max-width: 1280px) and (min-height: 680px) {
  .el-menu .el-menu__body {
    height: 100%;
  }
}
@media all and (max-width: 1280px) and (min-height: 680px) {
  .el-menu .menu-item {
    margin-bottom: 22px;
  }
  .el-menu .menu-item a {
    font-size: 24px;
  }
}
@media all and (min-width: 1025px) {
  .el-menu {
    top: 66px;
  }
  .el-menu .el-menu__body {
    padding: 0 25px;
  }
}
@media all and (max-width: 1024px) {
  .el-menu {
    top: 50px;
  }
  .el-menu .el-menu__body {
    padding: 0 18px;
  }
  .el-menu .el-menu__navigation {
    padding-left: 60px;
  }
  .el-menu .menu-item {
    margin-bottom: 30px;
  }
  .el-menu .menu-item a {
    font-size: 24px;
  }
  .el-menu .el-menu__footer {
    padding: 25px 18px;
  }
}
@media all and (max-width: 1024px) and (min-height: 720px) {
  .el-menu .el-menu__body {
    height: 100%;
  }
}
@media all and (max-width: 1024px) and (min-height: 360px) {
  .el-menu .el-menu__contacts-item {
    margin-bottom: 20px !important;
  }
}
@media all and (max-width: 1024px) and (min-height: 360px) {
  .el-menu .el-menu__contacts-item-label {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media all and (max-width: 1024px) and (min-height: 360px) {
  .el-menu .el-menu__contacts-item-link {
    font-size: 12px;
    line-height: 16px;
  }
}
@media all and (max-width: 1024px) and (min-height: 360px) {
  .el-menu .el-menu__contacts-item-text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media all and (max-width: 1024px) and (min-height: 360px) {
  .el-menu .menu-item {
    margin-bottom: 18px;
  }
  .el-menu .menu-item a {
    font-size: 18px;
  }
}
@media all and (max-width: 1024px) and (min-height: 360px) {
  .el-menu .el-menu__footer {
    padding: 18px;
  }
}
@media all and (max-width: 1024px) and (min-height: 360px) {
  .el-menu .el-menu__footer-text {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}
@media all and (max-width: 1024px) and (min-height: 360px) {
  .el-menu .el-menu__footer-link {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}
@media all and (min-width: 769px) {
  .el-menu {
    align-items: center;
  }
  .el-menu._active .el-menu__wrap {
    border-top: 1px solid #dddddd;
    box-sizing: border-box;
  }
  .el-menu .el-menu__wrap {
    height: 100%;
  }
  .el-menu .el-menu__body {
    align-items: center;
    transform: translateX(2200px);
  }
  .el-menu .el-menu__row {
    margin-top: 40px;
  }
  .el-menu .el-menu__contacts {
    width: 30%;
    padding-right: 25px;
    align-items: center;
  }
  .el-menu .el-menu__contacts::after {
    content: '';
    position: absolute;
    left: 30%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #dddddd;
  }
  .el-menu .el-menu__contacts-item {
    margin-bottom: 36px;
  }
  .el-menu .el-menu__contacts-item-label {
    font-size: 14px;
    line-height: 19px;
  }
  .el-menu .el-menu__navigation {
    width: 60%;
  }
  .el-menu .el-menu__footer-text {
    font-size: 14px;
    line-height: 19px;
  }
  .el-menu .el-menu__footer-link {
    font-size: 14px;
    line-height: 19px;
  }
}
@media all and (max-width: 768px) {
  .el-menu {
    top: 40px;
    overflow-y: auto;
  }
  .el-menu .el-menu__wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 40px;
  }
  .el-menu .el-menu__body {
    padding: 0;
    transform: translateX(1024px);
  }
  .el-menu .el-menu__row {
    flex-direction: column-reverse;
  }
  .el-menu .el-menu__contacts {
    align-items: flex-end;
    padding: 0 10px;
  }
  .el-menu .el-menu__contacts-items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-top: 20px;
    position: relative;
  }
  .el-menu .el-menu__contacts-items::after {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: 0;
    height: 1px;
    background-color: #dddddd;
  }
  .el-menu .el-menu__contacts-item {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 8px;
    box-sizing: border-box;
  }
  .el-menu .el-menu__contacts-item:nth-child(2n) {
    padding-right: 0;
    padding-left: 8px;
  }
  .el-menu .el-menu__contacts-item-label {
    font-size: 12px;
    line-height: 17px;
  }
  .el-menu .el-menu__navigation {
    padding: 0 10px 40px 10px;
  }
  .el-menu .menu-item {
    margin-bottom: 20px;
  }
  .el-menu .menu-item a {
    font-size: 18px;
  }
  .el-menu .el-menu__footer {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .el-menu .el-menu__footer-text {
    font-size: 12px;
    line-height: 17px;
    width: 50%;
  }
  .el-menu .el-menu__footer-link {
    font-size: 12px;
    line-height: 17px;
    width: 50%;
  }
}
.el-search {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  box-sizing: border-box;
}
.el-search._active .el-search__wrap {
  transform: scale(1);
}
.el-search._top .el-search__body {
  display: flex;
}
.el-search._top .el-search__fields {
  margin-top: 0;
}
.el-search .el-search__wrap {
  max-width: 2200px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in;
  transform: scale(0);
  background-color: #fff;
  box-sizing: border-box;
}
.el-search .el-search__body {
  max-width: 960px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.el-search .el-search__fields {
  margin-top: -80px;
}
.el-search .el-search__field {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #1F2433;
  border: none;
  outline: none;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 12px;
  box-sizing: border-box;
  background-color: transparent;
}
.el-search .el-search__field::placeholder {
  color: #dddddd;
}
.el-search .el-search__field::-moz-selection {
  color: #fff;
  background-color: #87B7E8;
}
.el-search .el-search__field::selection {
  color: #fff;
  background-color: #87B7E8;
}
.el-search .el-search__button {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
  background-color: #87B7E8;
  color: #fff;
  transition: background-color 0.3s ease-in-out;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.el-search .el-search__button:hover {
  background-color: #3394EC;
}
.el-search .el-search__result {
  box-sizing: border-box;
  overflow-y: auto;
  scrollbar-width: thin;
}
.el-search .el-search__result ._not-found {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #1F2433;
}
.el-search .el-search__result ._empty {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #1F2433;
}
.el-search .el-search__result-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #1F2433;
  margin-bottom: 30px;
  display: none;
}
.el-search .el-search__result-item-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #1F2433;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
.el-search .el-search__result-item-title:hover {
  color: #87B7E8;
}
.el-search .el-search__result-item-description {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #aaa;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media all and (min-width: 1025px) {
  .el-search {
    top: 66px;
  }
  .el-search .el-search__wrap {
    padding: 0 25px;
  }
}
@media all and (max-width: 1024px) {
  .el-search {
    top: 50px;
  }
  .el-search .el-search__wrap {
    padding: 0 18px;
  }
}
@media all and (min-width: 800px) {
  .el-search._top .el-search__body {
    flex-direction: column;
    justify-content: flex-start;
  }
  .el-search._top .el-search__fields {
    padding-top: 80px;
  }
  .el-search .el-search__fields {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
  }
  .el-search .el-search__field {
    font-size: 40px;
  }
  .el-search .el-search__field::placeholder {
    font-size: 24px;
  }
  .el-search .el-search__result {
    padding-right: 72px;
  }
  .el-search .el-search__result ._not-found {
    font-size: 25px;
  }
  .el-search .el-search__result ._empty {
    font-size: 25px;
  }
  .el-search .el-search__button {
    font-size: 18px;
  }
  .el-search .el-search__result-item {
    margin-bottom: 40px;
  }
  .el-search .el-search__result-item-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 800px) and (max-height: 780px) {
  .el-search._top .el-search__fields {
    padding-top: 20px;
  }
}
@media all and (min-width: 800px) and (max-height: 800px) {
  .el-search .el-search__fields {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 800px) and (max-height: 600px) {
  .el-search .el-search__result {
    padding-right: 0;
  }
}
@media all and (max-width: 768px) {
  .el-search {
    top: 40px;
  }
  .el-search .el-search__wrap {
    padding: 0 10px;
  }
  .el-search._top .el-search__body {
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .el-search._top .el-search__result-title {
    display: block;
  }
  .el-search._top .el-search__fields {
    padding-bottom: 20px;
  }
  .el-search .el-search__field {
    max-width: 500px;
    margin: 20px auto;
    font-size: 18px;
  }
  .el-search .el-search__field::placeholder {
    font-size: 16px;
  }
  .el-search .el-search__button {
    color: #fff;
    width: 100%;
    max-width: 536px;
    margin: 0 auto;
    display: block;
    font-size: 14px;
  }
  .el-search .el-search__result {
    max-width: 536px;
    margin: 20px auto;
    padding-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
  }
  .el-search .el-search__result ._not-found {
    font-size: 18px;
  }
  .el-search .el-search__result ._empty {
    font-size: 18px;
  }
  .el-search .el-search__result-body {
    height: 100%;
    overflow-y: auto;
  }
  .el-search .el-search__result-item {
    margin-bottom: 20px;
  }
  .el-search .el-search__result-item-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.el-cookie {
  max-width: 2200px;
  margin: 0 auto;
  background-color: #87B7E8;
  position: fixed;
  bottom: -300px;
  left: 0;
  right: 0;
  z-index: 103;
  display: none;
  transition: bottom 1s ease-in-out;
}
.el-cookie._active {
  bottom: 0;
  transition: bottom 1s ease-in-out;
}
.el-cookie .el-cookie__body {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  height: auto;
  box-sizing: border-box;
}
.el-cookie .el-cookie__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #fff;
  max-width: 680px;
}
.el-cookie .el-cookie__buttons {
  display: flex;
  width: 100%;
}
.el-cookie .el-cookie__button {
  font-family: "Inter", sans-serif;
  color: #87B7E8;
  background-color: #fff;
  width: 100%;
  max-width: 320px;
  min-width: 240px;
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
.el-cookie .el-cookie__button:hover {
  background-color: transparent;
  color: #FFF;
  border: 1px solid #FFF;
}
.el-cookie .el-cookie__button._not {
  background-color: #87B7E8;
  color: #FFF;
  border: 1px solid #fff;
}
.el-cookie .el-cookie__button._not:hover {
  background-color: #fff;
  color: #87B7E8;
}
@media all and (min-width: 1281px) {
  .el-cookie .el-cookie__body {
    padding: 40px 25px;
  }
  .el-cookie .el-cookie__text {
    font-size: 18px;
    line-height: 25px;
  }
  .el-cookie .el-cookie__button {
    font-size: 18px;
    padding: 18px;
  }
}
@media all and (max-width: 1280px) {
  .el-cookie .el-cookie__body {
    padding: 30px 18px;
  }
  .el-cookie .el-cookie__text {
    font-size: 16px;
    line-height: 21px;
  }
  .el-cookie .el-cookie__button {
    font-size: 16px;
    padding: 14px;
  }
}
@media all and (max-width: 1024px) {
  .el-cookie .el-cookie__body {
    padding: 20px 18px;
  }
  .el-cookie .el-cookie__text {
    font-size: 14px;
    line-height: 19px;
    margin-right: 20px;
  }
  .el-cookie .el-cookie__button {
    font-size: 14px;
    padding: 11px;
  }
}
@media all and (min-width: 769px) {
  .el-cookie .el-cookie__body {
    align-items: center;
    justify-content: space-between;
  }
  .el-cookie .el-cookie__text {
    margin-right: 20px;
  }
  .el-cookie .el-cookie__button {
    padding: 18px;
  }
  .el-cookie .el-cookie__button._not {
    margin-left: 10px;
  }
}
@media all and (max-width: 768px) {
  .el-cookie .el-cookie__body {
    padding: 20px 10px;
    flex-direction: column;
    align-items: center;
  }
  .el-cookie .el-cookie__text {
    font-size: 12px;
    line-height: 17px;
  }
  .el-cookie .el-cookie__buttons {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .el-cookie .el-cookie__button {
    padding: 9px;
    margin-top: 10px;
    font-size: 12px;
  }
}
.el-to-top {
  position: fixed;
  bottom: -100px;
  z-index: 998;
  cursor: pointer;
  transition: bottom 1s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
.el-to-top svg {
  transform: rotate(90deg);
  width: 40px;
  height: 40px;
}
.el-to-top svg path {
  stroke: #87B7E8;
}
.el-to-top._active {
  bottom: 10px;
}
@media all and (min-width: 2201px) {
  .el-to-top {
    right: calc(50% - 1100px + 40px);
  }
}
@media all and (max-width: 2200px) {
  .el-to-top {
    right: 40px;
  }
}
@media all and (max-width: 1024px) {
  .el-to-top {
    right: 20px;
  }
}
.footer {
  background-color: transparent;
  position: relative;
  z-index: 100;
}
.footer .footer__wrap {
  background-color: #fff;
  max-width: 2200px;
  margin: 0 auto;
  overflow: hidden;
  border-top: 1px solid transparent;
  transition: border-top 0.7s ease-in;
}
.footer .footer__body {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
}
.footer._animate .footer__links {
  opacity: 0;
  transform: translateX(-200px);
}
.footer._animate .footer__form {
  opacity: 0;
}
.footer._animate .footer__contacts {
  opacity: 0;
  transform: translateX(200px);
}
.footer._start .footer__wrap {
  border-top: 1px solid #dddddd;
}
.footer._start .footer__links {
  opacity: 1;
  transform: translateX(0);
  animation: footerLinks 1s ease-out;
}
.footer._start .footer__form {
  opacity: 1;
  animation: footerForm 1s ease-in-out;
}
.footer._start .footer__contacts {
  opacity: 1;
  transform: translateX(0);
  animation: footerContacts 1s ease-in;
}
@keyframes footerLinks {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.footer .footer__links {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .menu-item a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #1F2433;
  margin-bottom: 16px;
  display: inline-block;
  transition: color 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
.footer .menu-item a:hover {
  color: #87B7E8;
}
.footer .footer__links-row {
  display: flex;
}
.footer .footer__links-left {
  box-sizing: border-box;
}
.footer .footer__links-right {
  box-sizing: border-box;
}
.footer .footer__logo {
  display: inline-block;
  display: block;
  -webkit-tap-highlight-color: transparent;
}
.footer .footer__logo img {
  height: auto;
}
@keyframes footerForm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.footer .footer__form {
  width: 100%;
}
.footer .footer__form-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #1F2433;
  box-sizing: border-box;
}
.footer .footer__form-fields._sending .footer__form-loading {
  opacity: 1;
  visibility: visible;
}
.footer .footer__field {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  color: #1F2433;
  font-family: "Inter", sans-serif;
  width: 100%;
  outline: none;
}
.footer .footer__field._first {
  border-bottom: 1px solid transparent;
}
.footer .footer__field._error {
  border-color: #FF5A50;
}
.footer .footer__form-button {
  background-color: #87B7E8;
  width: 100%;
  padding: 22px 25px;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 25px;
  user-select: none;
  position: relative;
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer .footer__form-loading {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 25px;
  opacity: 0;
  visibility: hidden;
}
.footer .footer__form-loading svg {
  animation: loading 2s linear infinite;
}
.footer .footer__form-loading svg g circle {
  fill: #fff;
}
.footer .footer__form-loading svg g path {
  fill: #1F2433;
}
.footer .footer__form-apply {
  display: flex;
}
.footer .footer__form-apply-input {
  width: 16px;
  height: 16px;
  accent-color: #87B7E8;
  display: block;
  margin-right: 10px;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.footer .footer__form-apply-input + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.footer .footer__form-apply-input + label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.footer .footer__form-apply-input._error + label::before {
  border: 1px solid #FF5A50;
}
.footer .footer__form-apply-input:checked + label::before {
  border-color: #87B7E8;
  background-color: #87B7E8;
  background-image: url('icons/checked.svg');
  background-size: 16px 16px;
}
.footer .footer__form-apply-label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #1F2433;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.footer .footer__form-apply-label._error + label::before {
  border: 1px solid #FF5A50;
}
@keyframes footerContacts {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.footer .footer__contacts {
  display: flex;
  justify-content: flex-end;
}
.footer .footer__contacts-right {
  box-sizing: border-box;
}
.footer .footer__contacts-right-body a {
  transition: color 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
.footer .footer__contacts-right-body a:hover {
  color: #87B7E8;
}
.footer .footer__contact {
  font-family: "Inter", sans-serif;
  display: block;
  color: #1F2433;
  max-width: 230px;
}
.footer .footer__policy {
  box-sizing: border-box;
  border-top: 1px solid #dddddd;
  background-color: #fff;
}
.footer .footer__policy-body {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
}
.footer .footer__policy-text {
  font-family: "Inter", sans-serif;
  color: #1F2433;
}
.footer .footer__policy-link {
  font-family: "Inter", sans-serif;
  color: #1F2433;
  transition: color 0.3s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
.footer .footer__policy-link:hover {
  color: #87B7E8;
}
@media all and (min-width: 1201px) {
  .footer .footer__body {
    align-items: flex-start;
  }
  .footer .footer__links-left {
    width: 50%;
    padding-left: 20px;
    border-left: 1px solid #dddddd;
    padding-top: 35px;
  }
  .footer .footer__links-right {
    width: 50%;
    padding-left: 20px;
    padding-top: 35px;
    border-left: 1px solid #dddddd;
  }
  .footer .footer__logo {
    margin-top: 120px;
    width: 230px;
    margin-left: 20px;
  }
  .footer .footer__logo img {
    width: 230px;
  }
  .footer .footer__form {
    max-width: 480px;
    margin: 0 20px;
  }
  .footer .footer__form-title {
    border-left: 1px solid #dddddd;
    padding-left: 20px;
    padding-top: 35px;
  }
  .footer .footer__contacts {
    width: 40%;
  }
  .footer .footer__contacts-left {
    width: 31%;
  }
  .footer .footer__contacts-left .footer__links-left {
    display: none;
  }
  .footer .footer__contacts-left .footer__links-right {
    display: none;
  }
  .footer .footer__contacts-right {
    width: 69%;
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 35px;
    border-left: 1px solid #dddddd;
  }
  .footer .footer__contacts-right .footer__logo {
    display: none;
  }
  .footer .footer__contact {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px;
  }
  .footer .footer__contact:first-child {
    margin-bottom: 40px;
  }
  .footer .footer__policy {
    margin-top: 50px;
    padding-bottom: 25px;
    padding-top: 30px;
  }
  .footer .footer__policy-text {
    font-size: 14px;
    line-height: 18px;
    margin-left: 10px;
  }
  .footer .footer__policy-link {
    font-size: 14px;
    line-height: 18px;
    margin-right: 110px;
    margin-left: 10px;
  }
}
@media all and (max-width: 1200px) {
  .footer .footer__body {
    flex-direction: column;
  }
  .footer .footer__links {
    display: none;
  }
  .footer .footer__logo {
    width: 120px;
  }
  .footer .footer__logo img {
    width: 120px;
  }
  .footer .footer__form {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .footer .footer__contacts {
    border-top: 1px solid #dddddd;
    padding: 0 10px;
    box-sizing: border-box;
    flex-direction: row-reverse;
  }
  .footer .footer__contacts-left {
    width: 50%;
    border-left: 1px solid #dddddd;
    padding-left: 10px;
    padding-top: 20px;
  }
  .footer .footer__contacts-right {
    width: 50%;
    padding-right: 15px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer .footer__contact {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 20px;
  }
  .footer .footer__policy {
    padding: 20px 10px;
  }
  .footer .footer__policy-text {
    font-size: 12px;
    line-height: 17px;
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .footer .footer__policy-link {
    font-size: 12px;
    line-height: 17px;
    padding-left: 5px;
    box-sizing: border-box;
    width: 50%;
    display: block;
  }
}
@media all and (min-width: 1025px) {
  .footer .footer__form-title {
    font-size: 40px;
    line-height: 45px;
    padding: 25px 20px 20px 20px;
  }
  .footer .footer__field {
    padding: 18px 20px;
    font-size: 18px;
  }
  .footer .footer__field::placeholder {
    font-size: 14px;
  }
  .footer .footer__form-button {
    padding: 22px 25px;
    font-size: 14px;
    margin-bottom: 25px;
  }
  .footer .footer__form-apply-input + label::before {
    margin-top: -17px;
  }
  .footer .footer__form-loading svg {
    width: 30px;
    height: 30px;
  }
}
@media all and (max-width: 1024px) {
  .footer .footer__form-title {
    font-size: 18px;
    line-height: 25px;
    padding: 0 20px 15px 0;
  }
  .footer .footer__field {
    padding: 15.5px 14px;
    font-size: 14px;
  }
  .footer .footer__field::placeholder {
    font-size: 14px;
  }
  .footer .footer__form-button {
    padding: 18px 20px;
    font-size: 12px;
    margin-bottom: 15px;
  }
  .footer .footer__form-apply-input + label::before {
    margin-top: -5px;
  }
  .footer .footer__form-loading svg {
    width: 25px;
    height: 25px;
  }
}
@media all and (max-width: 768px) {
  .footer .footer__field {
    padding: 15.5px 14px;
    font-size: 12px;
  }
  .footer .footer__field::placeholder {
    font-size: 10px;
  }
  .footer .footer__form-button {
    padding: 16px 20px;
    font-size: 12px;
  }
  .footer .menu-item a {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 20px;
  }
  .footer .footer__form-apply-label {
    font-size: 10px;
    line-height: 15px;
  }
  .footer .footer__form-loading svg {
    width: 20px;
    height: 20px;
  }
}
body._scroll-hidden {
  overflow-y: hidden;
}
body._black .header-top .header-top__body {
  background-color: #1F2433;
}
body._black .header-top .header-top__logo-link img {
  filter: brightness(10);
}
body._black .header-top .header-top__order-button {
  color: #fff;
}
body._black .header-top .header-top__order-button svg g path {
  fill: #fff;
}
body._black .header-top .header-top__order-button:hover {
  color: #87B7E8;
}
body._black .header-top .header-top__search-button svg rect {
  fill: #fff;
}
body._black .header-top .header-top__search-button svg path {
  fill: transparent;
  stroke: #fff;
}
body._black .header-top .header-top__search-button:hover rect {
  fill: #87B7E8;
}
body._black .header-top .header-top__search-button:hover path {
  stroke: #87B7E8;
}
body._black .header-top .header-top__scheme-button svg circle {
  fill: #fff;
}
body._black .header-top .header-top__scheme-button svg rect {
  stroke: #fff;
}
body._black .header-top .header-top__scheme-button:hover svg circle {
  fill: #87B7E8;
}
body._black .header-top .header-top__scheme-button:hover svg rect {
  stroke: #87B7E8;
}
body._black .header-top .header-top__menu-icon rect {
  fill: #fff;
}
body._black .header-top .header-top__menu-icon:hover rect {
  fill: #87B7E8;
}
body._black .header-top .el-search__close svg rect {
  fill: #fff;
}
body._black .header-top .el-menu__close svg rect {
  fill: #fff;
}
body._black .el-popup .el-popup__title {
  color: #87B7E8;
}
body._black .el-popup .el-popup__media {
  background-color: #87B7E8;
}
body._black .el-popup .el-popup__image path {
  fill: #1F2433;
}
body._black .el-popup .el-popup__form {
  background-color: #1F2433;
}
body._black .el-popup .el-popup__description {
  color: #fff;
}
body._black .el-popup .el-popup__form-close svg rect {
  fill: #5B6583;
}
body._black .el-popup .el-popup__form-close svg:hover rect {
  fill: #87B7E8;
}
body._black .el-popup .el-popup__description {
  color: #FFF;
}
body._black .el-popup .el-popup__media {
  background-color: #1F2433;
}
body._black .el-popup .el-popup__image path {
  fill: #87B7E8;
}
body._black .el-popup .el-popup__field-products-title {
  border: 1px solid #37415E;
  border-bottom: 1px solid transparent;
  color: #5B6583;
}
body._black .el-popup .el-popup__field-products-title svg path {
  stroke: #5B6583;
}
body._black .el-popup .el-popup__field-products-title:hover {
  color: #87B7E8;
  border: 1px solid #87B7E8;
}
body._black .el-popup .el-popup__field-products-title:hover svg path {
  stroke: #87B7E8;
}
body._black .el-popup .el-popup__field-products-title._active {
  color: #FFF;
}
body._black .el-popup .el-popup__field-products-title._active:hover {
  color: #87B7E8;
}
body._black .el-popup .el-popup__field-products-title._not-empty {
  color: #FFF;
}
body._black .el-popup .el-popup__field-products-list {
  background-color: #1F2433;
  border: 1px solid #37415d !important;
  border-top: 1px solid transparent !important;
  box-shadow: 0 46px 50px rgba(24, 127, 223, 0.15);
}
body._black .el-popup .el-popup__field-products-list-item {
  background-color: transparent;
}
body._black .el-popup .el-popup__field-products-list-item label {
  color: #FFF;
}
body._black .el-popup .el-popup__field-products-list-item:hover {
  background-color: #37415d;
}
body._black .el-popup .el-popup__field-products-list-item:hover ._input {
  border: 1px solid #87B7E8;
}
body._black .el-popup .el-popup__field-products-list-item ._input {
  border: 1px solid #37415d;
}
body._black .el-popup .el-popup__field-products-list-item ._input::before {
  background: #3394EC url('icons/checked-dark.svg') center no-repeat;
}
body._black .el-popup .el-popup__field {
  border: 1px solid #37415E;
  border-top: 1px solid transparent;
  background-color: transparent;
  color: #fff;
}
body._black .el-popup .el-popup__field._first {
  border-top: 1px solid #37415d;
}
body._black .el-popup .el-popup__field::placeholder {
  color: #5B6583;
}
body._black .el-popup .el-popup__field:hover {
  border-color: #3394EC;
}
body._black .el-popup .el-popup__field:focus {
  border-color: #3394EC;
}
body._black .el-popup .el-popup__field:not(:empty) {
  border-color: #DDD;
}
body._black .el-popup .el-popup__field._error {
  border-color: #FF5A50;
}
body._black .el-popup .el-popup__field-message {
  border: 1px solid #37415E;
  border-top: 1px solid transparent;
  background-color: transparent;
  color: #fff;
}
body._black .el-popup .el-popup__field-message:hover {
  border-color: #3394EC;
}
body._black .el-popup .el-popup__field-message:focus {
  border-color: #3394EC;
}
body._black .el-popup .el-popup__field-message:not(:empty) {
  border-color: #DDD;
}
body._black .el-popup .el-popup__field-message::placeholder {
  color: #5B6583;
}
body._black .el-popup .el-popup__field-file-input {
  border: 1px solid #5B6583;
}
body._black .el-popup .el-popup__field-file-text span {
  color: #FFF;
}
body._black .el-popup .el-popup__field-file-text svg rect {
  fill: #5B6583;
}
body._black .el-popup .el-popup__field-file-text svg:hover rect {
  fill: #87B7E8;
}
body._black .el-popup .el-popup__button {
  color: #1F2433;
}
body._black .el-popup .el-popup__apply-label {
  color: #FFF;
}
body._black .el-popup .el-popup__form-close svg rect {
  fill: #fff;
}
body._black .el-search .el-search__wrap {
  background-color: #1F2433;
}
body._black .el-search .el-search__result ._not-found {
  color: #fff;
}
body._black .el-search .el-search__result ._empty {
  color: #fff;
}
body._black .el-search .el-search__result-title {
  color: #FFF;
}
body._black .el-search .el-search__button {
  background-color: #87B7E8;
}
body._black .el-search .el-search__close svg rect {
  fill: #fff;
}
body._black .el-search .el-search__field {
  background-color: #1F2433;
  color: #fff;
  border-bottom: 1px solid #37415E;
}
body._black .el-search .el-search__field::placeholder {
  color: #37415E;
}
body._black .el-search .el-search__field::-moz-selection {
  color: #ddd;
  background-color: #87B7E8;
}
body._black .el-search .el-search__field::selection {
  color: #fff;
  background-color: #87B7E8;
}
body._black .el-search .el-search__result-item-title {
  color: #fff;
}
body._black .el-search .el-search__result-item-title:hover {
  color: #87B7E8;
}
body._black .el-search .el-search__result-item-description {
  color: #5B6583;
}
body._black .footer .footer__wrap {
  background-color: #1F2433;
}
body._black .footer._start .footer__wrap {
  border-top: 1px solid #37415E;
}
body._black .footer .footer__links-left {
  border-left: 1px solid #37415E;
}
body._black .footer .footer__links-right {
  border-left: 1px solid #37415E;
}
body._black .footer .menu-item a {
  color: #fff;
}
body._black .footer .menu-item a:hover {
  color: #87B7E8;
}
body._black .footer .footer__logo img {
  filter: brightness(10);
}
body._black .footer .footer__form-title {
  border-left: 1px solid #37415E;
  color: #fff;
}
body._black .footer .footer__field {
  border: 1px solid #37415E;
  background-color: transparent;
  color: #fff;
}
body._black .footer .footer__field._first {
  border-bottom: 1px solid transparent;
}
body._black .footer .footer__field._error {
  border-color: #FF5A50;
}
body._black .footer .footer__field::placeholder {
  color: #5B6583;
}
body._black .footer .footer__form-button {
  background-color: #87B7E8;
  color: #fff;
}
body._black .footer .footer__contacts-left {
  border-left: 1px solid transparent;
}
body._black .footer .footer__links-left {
  border-left: 1px solid #37415E;
}
body._black .footer .footer__links-right {
  border-left: 1px solid #37415E;
}
body._black .footer .footer__contacts-right {
  border-left: 1px solid #37415E;
}
body._black .footer .footer__contacts-right-body a:hover {
  color: #87B7E8;
}
body._black .footer .footer__form-apply-input._error + label::before {
  border: 1px solid #FF5A50;
}
body._black .footer .footer__contact {
  color: #fff;
}
body._black .footer .footer__policy {
  border-top: 1px solid #37415E;
  background-color: #1F2433;
}
body._black .footer .footer__policy-text {
  color: #fff;
}
body._black .footer .footer__policy-link {
  color: #fff;
}
body._black .footer .footer__policy-link:hover {
  color: #87B7E8;
}
body._black .footer .footer__form-apply-label {
  color: #FFF;
}
@media all and (max-width: 1200px) {
  body._black .footer .footer__contacts {
    border-top: 1px solid #37415E;
  }
  body._black .footer .footer__contacts-left {
    border-left: 1px solid #37415E;
  }
  body._black .footer .footer__form-title {
    border-left: 1px solid transparent;
  }
  body._black .footer .footer__contacts-right {
    border-left: 1px solid transparent;
  }
  body._black .footer .footer__links-left {
    border-left: 1px solid transparent;
  }
  body._black .footer .footer__links-right {
    border-left: 1px solid transparent;
  }
  body._black .footer .footer__field._first {
    border-bottom: 1px solid transparent;
  }
}
body._black .el-menu .el-menu__wrap {
  background-color: #1F2433;
  border-top: 1px solid #37415E;
}
body._black .el-menu .menu-item.current-menu-item a {
  color: #5B6583;
}
body._black .el-menu .menu-item a {
  color: #fff;
}
body._black .el-menu .menu-item a:hover {
  color: #87B7E8;
}
body._black .el-menu .current-menu-item a {
  color: #aaaaaa;
}
body._black .el-menu .current-menu-item a:hover {
  color: #5B6583;
}
body._black .el-menu .menu-item-has-children svg rect {
  fill: #5B6583;
}
body._black .el-menu .menu-item-has-children svg:hover rect {
  fill: #87B7E8;
}
body._black .el-menu .el-menu__contacts {
  background-color: #1F2433;
}
body._black .el-menu .el-menu__contacts::after {
  background-color: #37415E;
}
body._black .el-menu .el-menu__navigation {
  background-color: #1F2433;
}
body._black .el-menu .el-menu__footer {
  border-top: 1px solid #37415E;
  background-color: #1F2433;
}
body._black .el-menu .el-menu__contacts-item-link {
  color: #fff;
}
body._black .el-menu .el-menu__contacts-item-link:hover {
  color: #87B7E8;
}
body._black .el-menu .el-menu__contacts-item-text {
  color: #fff;
}
body._black .el-menu .el-menu__footer-text {
  color: #fff;
}
body._black .el-menu .el-menu__footer-link {
  color: #FFF;
}
body._black .el-menu .el-menu__footer-link:hover {
  color: #87B7E8;
}
body._black .el-menu .el-menu__contacts-items::after {
  background-color: #37415E;
}
