@charset "UTF-8";

/* Миксин замены цвета placeholder у input.
Нужно добавить в стилях элемента конструкцию вида @include placeholder(#000); */

@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: "Lato-Regular", Arial, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
  color: #222220;
  font-size: 1.125rem;
  text-rendering: auto;
  line-height: normal;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  outline: none !important;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

header {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.wrapper {
  /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow-x: hidden;
}

footer {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  margin: 0;
  padding: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin: 0;
  display: block;
  line-height: 124%;
}

p:last-child {
  margin-bottom: 0;
}

button,
a,
input {
  outline: none;
}

button:focus,
button:visited,
a:focus,
a:visited,
input:focus,
input:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

label {
  margin: 0;
}

.price {
  white-space: nowrap;
}

.text-white {
  color: #FFFFFF !important;
}

.title {
  font-size: 3.125rem;
  line-height: 135%;
  margin-bottom: 2.875rem;
  font-family: "Lato-Bold";
}

.h1 {
  font-size: 2.75rem;
  font-family: "Lato-Bold";
  margin-bottom: 2.1875rem;
  line-height: 130%;
}

.h2 {
  font-size: 1.875rem;
  font-family: "Lato-Bold";
  margin-bottom: 1.125rem;
  line-height: 124%;
}

.h3 {
  font-size: 1.375rem;
  font-family: "Lato-Bold";
  margin-bottom: 1.125rem;
  line-height: 124%;
}

.subtitle {
  color: #222220;
  font-size: 1.875rem;
  line-height: 124%;
}

.text-gray {
  color: #747474 !important;
}

.tabs__block--js {
  display: none;
}

.tabs__block--js.tab-active {
  display: block;
}

iframe {
  max-width: 100%;
  max-height: 100%;
}

.span-br {
  display: block;
}

.breadcrumb__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  margin-bottom: 3.25rem;
}

.breadcrumb__block-item-link {
  color: #747474;
  white-space: nowrap;
}

.breadcrumb__block-item-link:hover {
  color: #222220;
}

.breadcrumb__block-item-link:after {
  content: "/";
  margin: 0 0.625rem 0 0.3125rem;
}

.breadcrumb__block-item-span {
  color: #222220;
}

.icon-search {
  width: 1.375rem;
  min-width: 1.375rem;
  height: 1.375rem;
}

.icon-23 {
  width: 1.4375rem;
  min-width: 1.4375rem;
  height: 1.4375rem;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.3125rem 3.75rem;
  border-radius: 2.3125rem;
  line-height: 130%;
  height: 2.6875rem;
  white-space: nowrap;
}

.button-blue {
  color: #FFFFFF;
  background: #005D83;
}

.button-blue:hover {
  background: -webkit-gradient(linear, left top, right top, from(#005D83), to(#87A4AF));
  background: -o-linear-gradient(left, #005D83 0%, #87A4AF 100%);
  background: linear-gradient(90deg, #005D83 0%, #87A4AF 100%);
  color: #FFFFFF;
}

.button-transparent {
  border-width: 1.3px;
  border-style: solid;
}

.button-transparent_black {
  border-color: #222220;
  color: #222220;
}

.button-transparent_black.button-arrow:after {
  background-image: url("../img/arrow-button-black.svg");
}

.button-transparent_black:hover {
  background: -webkit-gradient(linear, left top, right top, from(#373C3E), to(#7E8B91));
  background: -o-linear-gradient(left, #373C3E 0%, #7E8B91 100%);
  background: linear-gradient(90deg, #373C3E 0%, #7E8B91 100%);
  color: #FFFFFF;
  border: none;
}

.button-transparent_black:hover.button-arrow:after {
  background-image: url("../img/arrow-button-white.svg");
}

.button-transparent_white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.button-transparent_white.button-arrow:after {
  background-image: url("../img/arrow-button-white.svg");
}

.button-transparent_white:hover {
  background: -webkit-gradient(linear, left top, right top, from(#373C3E), to(#7E8B91));
  background: -o-linear-gradient(left, #373C3E 0%, #7E8B91 100%);
  background: linear-gradient(90deg, #373C3E 0%, #7E8B91 100%);
  color: #FFFFFF;
  border: none;
}

.button-arrow {
  padding-left: 4.1875rem;
  padding-right: 4.1875rem;
}

.button-arrow:after {
  content: "";
  width: 1.5rem;
  min-width: 1.5rem;
  height: 0.6875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.625rem;
}

.button-black {
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#373C3E), to(#7E8B91));
  background: -o-linear-gradient(left, #373C3E 0%, #7E8B91 100%);
  background: linear-gradient(90deg, #373C3E 0%, #7E8B91 100%);
}

.button-black.button-arrow:after {
  background-image: url("../img/arrow-button-white.svg");
}

.button-black:hover {
  background: -webkit-gradient(linear, left top, right top, from(#373C3E), to(#7E8B91));
  background: -o-linear-gradient(left, #373C3E 0%, #7E8B91 100%);
  background: linear-gradient(90deg, #373C3E 0%, #7E8B91 100%);
  color: #FFFFFF;
}

.main-slider__slide {
  height: 59.625rem;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 0.625rem;
  min-width: 0.625rem;
  height: 0.625rem;
  background: #888888;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.0625rem;
  min-width: 1.0625rem;
  height: 1.0625rem;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.8125rem;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 5.5625rem;
}

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

.button-slider-main {
  position: absolute;
  left: 50%;
  width: 17.875rem;
  margin-left: -8.4375rem;
  bottom: 12.875rem;
  background: -webkit-gradient(linear, left top, right top, from(#373C3E), to(#7E8B91));
  background: -o-linear-gradient(left, #373C3E 0%, #7E8B91 100%);
  background: linear-gradient(90deg, #373C3E 0%, #7E8B91 100%);
  color: #FFFFFF;
  border: none;
  font-size: 1.25rem;
  height: 3.25rem;
}

.button-slider-main.button-arrow:after {
  background-image: url("../img/arrow-button-white.svg");
  margin-top: 0.3125rem;
}

.section-slider {
  margin-bottom: 7.875rem;
}

.product-slider__slide {
  text-align: center;
}

.product-slider__slide img {
  margin-bottom: 2.5rem;
  width: 22.3125rem;
  height: 22.3125rem;
}

.product-slider__title {
  font-family: "Lato-Bold";
  font-size: 1.375rem;
  color: #222220;
}

.product-slider {
  margin-bottom: 5.125rem;
  padding: 0 4.375rem;
}

.product-slider .swiper-button-next,
.product-slider .swiper-button-prev {
  height: auto;
  width: auto;
  margin-top: -2.5rem;
}

.product-slider .swiper-button-next:after,
.product-slider .swiper-button-next:before,
.product-slider .swiper-button-prev:after,
.product-slider .swiper-button-prev:before {
  display: none;
}

.product-slider .swiper-button-prev {
  left: 0.1875rem;
}

.product-slider .swiper-button-next {
  right: 0;
}

.section-product-slider {
  margin-bottom: 9.375rem;
}

/* Слайдер карточки товара */

.swiper-product-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-product-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

.swiper-product .swiper-slide,
.swiper-product-preview .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-product-preview {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 13rem;
  height: 41.0625rem;
  overflow: hidden;
  margin-right: 8.3125rem;
}

.swiper-product-preview:hover .swiper-product-button-prev,
.swiper-product-preview:hover .swiper-product-button-next {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.swiper-product-preview:hover .swiper-product-button-next.swiper-button-disabled,
.swiper-product-preview:hover .swiper-product-button-prev.swiper-button-disabled {
  opacity: 0.3;
}

.product-slide__img-preview img,
.product-slide__img-preview iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.product-slide__img-preview iframe {
  pointer-events: none;
}

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

.swiper-product {
  width: 41.0625rem;
  height: 41.0625rem;
}

.swiper-product-container .swiper-thumbs .swiper-slide-thumb-active {
  border: 1px solid #D1D1D1;
}

.swiper-product-container .swiper-thumbs .product-slide__img-preview,
.swiper-product-container .swiper-thumbs iframe {
  max-width: 96%;
  height: 98%;
}

.product-slide__img-big img {
  max-width: 98%;
  max-height: 41.0625rem;
}

.swiper-product-button-prev {
  top: -3rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-product-button-next,
.swiper-product-button-prev {
  position: absolute;
  left: 3.8125rem;
  z-index: 10;
  width: 5rem;
  height: 5rem;
  background-image: url("../img/arrow-slider-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.swiper-product-button-next {
  bottom: -3.125rem;
}

/**/

.swiper-bay .swiper-slide {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-input-wrap {
  position: relative;
  height: 2.875rem;
  margin-bottom: 0.875rem;
}

.form__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 0.5625rem;
  padding: 0.75rem 1.0625rem;
  border: 1px solid #222220;
}

.form__label {
  font-size: 1rem;
  position: absolute;
  left: 1rem;
  top: 0.75rem;
  color: #BABABA;
  cursor: text;
  -webkit-transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
  -o-transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
  transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
}

.form__label span {
  color: #FF7557;
  margin-left: 0.1875rem;
}

.error-message {
  display: none;
  color: #FF7557;
  font-size: 0.75rem;
  position: absolute;
  bottom: -0.875rem;
  left: 0;
}

.form-input-wrap.input-error .error-message,
.select-wrap.input-error .error-message {
  display: block;
}

.form__input:focus ~ .form__label,
.form__input:not(:placeholder-shown).form__input:not(:focus) ~ .form__label {
  top: 0.1875rem;
  font-size: 0.6875rem;
  left: 1rem;
}

.form-input-wrap_textarea {
  min-height: 5.75rem;
  height: auto;
}

.form-input-wrap_textarea .form__input {
  min-height: 5.75rem;
  position: static;
}

/* dropzone */

.dropzone-wrap {
  padding: 0.6875rem 1.0625rem 0.8125rem;
  border: 1px solid #222220;
  border-radius: 9px;
}

.dropzone {
  border: none;
  padding: 0;
  min-height: 0rem;
}

.dropzone .dz-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1.25rem;
  margin: 0.3125rem 0 0;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg,
.dz-error-message {
  display: none !important;
}

.dropzone .dz-preview .dz-details {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  color: #BABABA;
  opacity: 1;
  padding: 0 0 0rem 17px;
  font-size: 1rem;
}

.dropzone .dz-preview .dz-details .dz-filename {
  max-width: 90%;
  overflow: hidden;
}

.dropzone .dz-preview .dz-image {
  height: auto;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background: none;
  font-size: 1.125rem;
}

.dropzone .dz-preview .dz-details .dz-size span {
  color: #90949A;
}

.dropzone .dz-preview .dz-details .dz-filename {
  margin-bottom: 0.5625rem;
}

.dz-size span strong {
  color: #90949A;
}

.dropzone .dz-preview .dz-details .dz-size {
  font-weight: 300;
  display: none;
}

.dropzone .dz-message {
  margin: 0;
  text-align: left;
}

.dz-message {
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: auto;
  color: #BABABA;
}

.dz-message:before {
  content: "";
  background-image: url("../img/add-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.875rem;
  height: 1.25rem;
  margin-right: 5px;
}

.dz-message span {
  color: #C3C8CC;
  margin-top: 0.1875rem;
}

.dropzone .dz-preview .dz-image {
  display: none;
}

.dropzone .dz-preview .dz-remove {
  text-indent: -6249.9375rem;
  background-image: url("../img/icon-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  z-index: 10;
  margin-top: 0.125rem;
}

.dropzone .dz-preview .dz-progress {
  height: 0.3125rem;
}

/**/

.icon-clear {
  background-image: url("../img/icon-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: 4.375rem;
  top: 50%;
  margin-top: -0.625rem;
  z-index: 10;
}

.city-block__select__dropdown__search:not(:valid) ~ .icon-clear,
.search-block__input:not(:valid) ~ .icon-clear {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.select-theme {
  opacity: 0;
}

.form-input-wrap_select .jq-selectbox {
  opacity: 1;
  width: 100%;
  z-index: 25 !important;
}

.form-input-wrap_select .jq-selectbox.focused .jq-selectbox__select {
  outline: none;
  border-color: #222220;
}

.form-input-wrap_select .jq-selectbox .jq-selectbox__select-text {
  line-height: 2.875rem;
  font-size: 1rem;
  color: #BABABA;
}

.form-input-wrap_select .jq-selectbox .jq-selectbox__select-text:after {
  content: "*";
  color: #FF7557;
  margin-left: 0.3125rem;
}

.form-input-wrap_select .jq-selectbox.changed .jq-selectbox__select-text {
  color: #222220;
}

.form-input-wrap_select .jq-selectbox.changed .jq-selectbox__select-text:after {
  content: none;
}

.form-input-wrap_select .jq-selectbox.opened .jq-selectbox__select {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-input-wrap_select .jq-selectbox__select {
  border-radius: 0.5625rem;
  height: 2.875rem;
  border: 1px solid #222220;
  background: none;
}

.form-input-wrap_select .jq-selectbox__trigger {
  border: none;
}

.form-input-wrap_select .jq-selectbox__trigger-arrow {
  top: 1.25rem;
  border: none;
  background-image: url("../img/arrow-down-select-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  min-width: 8px;
  height: 5px;
}

.form-input-wrap_select .jq-selectbox__dropdown {
  top: 2.75rem !important;
  border-bottom-left-radius: 0.5625rem;
  border-bottom-right-radius: 0.5625rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: none;
  z-index: 10;
  font-size: "Lato-Regular";
}

.form-input-wrap_select .jq-selectbox__dropdown ul {
  -webkit-overflow-scrolling: touch;
}

.form-input-wrap_select .jq-selectbox__dropdown ul::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0;
}

.form-input-wrap_select .jq-selectbox__dropdown ul::-webkit-scrollbar-track {
  background-color: #E7EBF1;
  border-radius: 4px;
}

.form-input-wrap_select .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #747474;
  cursor: pointer;
}

.form-input-wrap_select .jq-selectbox__dropdown ul::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0;
}

.form-input-wrap_select .jq-selectbox__dropdown ul::-webkit-scrollbar {
  width: 6px;
  left: -100px;
}

.form-input-wrap_select .jq-selectbox__dropdown li:hover {
  background-color: #005D83;
}

.modal-title {
  margin-bottom: 2rem;
}

.modal-content {
  border-radius: 0.5625rem;
}

.close-modal {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  background-image: url("../img/icon-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  background-color: transparent;
  border: none;
  z-index: 10;
}

.modal-body {
  padding: 1.875rem;
}

.modal-dialog {
  max-width: 34.1875rem;
}

.text-requred {
  color: #FF7557;
  font-size: 1rem;
  margin-top: 0.3125rem;
  margin-bottom: 0.9375rem;
}

.captcha {
  width: 12.4375rem;
  height: 3.1875rem;
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 1.5625rem 0 1.5625rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
}

.header-wrapper_fixed {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-top: 1.5625rem;
}

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

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-nav__wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-logo {
  background-image: url("../img/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6.53125rem;
  min-width: 6.53125rem;
  height: 4.125rem;
}

.nav-menu__item {
  margin-right: 4.75rem;
}

.nav-menu__item.active .nav-menu__item-link,
.nav-menu__item:hover .nav-menu__item-link {
  color: #747474;
}

.nav-menu__item-link {
  color: #222220;
}

.empty-block {
  width: 6.53125rem;
  min-width: 6.53125rem;
  height: 4.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu-mob-wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  height: 100vh;
  top: -2500px;
  padding: 14px 14px 30px 14px;
  z-index: 20;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  background: #FFFFFF;
  overflow-y: auto;
}

.open-menu .menu-mob-wrap {
  top: 0;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.menu-mob__logo {
  background-image: url("../img/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 56px;
  min-width: 56px;
  height: 35px;
}

.menu-mob__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 35px;
  margin-bottom: 60px;
}

.nav-menu-mob__item-link {
  font-size: 13px;
  padding: 5px 0;
  color: #222220;
}

.nav-menu-mob__item {
  margin-bottom: 18px;
}

.nav-menu-mob {
  margin-bottom: 54px;
  padding-left: 5px;
}

.footer-wrap {
  padding: 2.4375rem 0 2.9375rem;
  border-top: 1px solid #D1D1D1;
  max-width: 100%;
}

.footer-block {
  padding-top: 0.5625rem;
}

.footer-block__title {
  font-family: "Lato-Bold";
  margin-bottom: 1.625rem;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon-social {
  width: 1.875rem;
  min-width: 1.875rem;
  height: 1.875rem;
  margin-right: 1.25rem;
}

.icon-social use {
  fill: #005D83;
}

.footer-block_center {
  padding-left: 3rem;
}

.footer-block_right,
.social-list {
  padding-left: 1.25rem;
}

.footer-block__link {
  font-size: 1rem;
  color: #222220;
}

.footer-block__link:hover {
  color: #636363;
}

.footer-block__item {
  margin-bottom: 0.5625rem;
}

.footer-block__item:last-child {
  margin-bottom: 0;
}

.contact-links {
  margin-bottom: 2.0625rem;
}

.contact-link {
  display: block;
  font-size: 1rem;
  color: #000000;
  margin-bottom: 0.625rem;
}

.contact-link:last-child {
  margin-bottom: 0;
}

.contact-link:hover {
  color: #222220;
}

.footer-block__info {
  padding-left: 0.5rem;
  padding-top: 0.5625rem;
}

.owner-link {
  color: #222220;
  margin-bottom: 2.875rem;
  font-size: 1rem;
  display: inline-block;
}

.owner-link:hover {
  color: #222220;
}

.copy {
  color: #747474;
  margin-bottom: 0.625rem;
  font-size: 1rem;
}

.politic {
  color: #747474;
  display: inline-block;
  text-decoration: underline;
  font-size: 1rem;
}

.politic:hover {
  color: #222220;
}

.footer-logo {
  width: 6.5625rem;
  height: 4.125rem;
}

.main-desc__img-wrap {
  width: 100%;
  border-radius: 2.1875rem;
  overflow: hidden;
}

.main-desc__img-wrap img {
  width: 100%;
}

.section-description {
  margin-bottom: 9.125rem;
}

.description-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  padding-top: 1.8125rem;
  padding-left: 0.4375rem;
}

.description-block .button-transparent {
  margin-top: auto;
  margin-bottom: 1.3125rem;
}

.description-block .h1 {
  margin-bottom: 3.4375rem;
}

.description-text {
  font-size: 1.375rem;
  margin-bottom: 1.5625rem;
}

.section-why {
  background-image: url("../img/why-bg-2.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 51.0625rem;
  width: 100%;
  margin-bottom: 12.5rem;
}

.section-why .h1 {
  margin-bottom: 8.9375rem;
}

.why-wrap {
  position: relative;
  z-index: 10;
  padding-top: 13.125rem;
}

.why-wrap .title {
  margin-bottom: 125px;
}

.why-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5.4375rem;
}

.why-item {
  text-align: center;
  color: #FFFFFF;
}

.why-item__desc {
  font-size: 1rem;
  line-height: 130%;
}

.why-item__title {
  margin-bottom: 1.3125rem;
  min-height: 3.375rem;
}

.why-item__img {
  width: 10rem;
  height: 10rem;
  margin-bottom: 1.875rem;
}

.section-care {
  background-image: url("../img/care-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 59.5625rem;
}

.section-care .h1 {
  margin-bottom: 6.75rem;
}

.care-wrap {
  padding-top: 9.375rem;
}

.care-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5.5rem;
}

.care-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 22.125rem;
  width: 43.75rem;
  border-radius: 2.5rem;
  overflow: hidden;
  padding: 2.8125rem 20.625rem 2.8125rem 2.8125rem;
  margin: 0 2.8125rem;
  position: relative;
}

.care-item .button-arrow {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  position: relative;
}

.care-item .button {
  margin-top: auto;
}

.care-item__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.care-item__title {
  position: relative;
  font-family: "Lato-Bold";
  margin-bottom: 1.375rem;
  font-size: 1.375rem;
}

.care-item__desc {
  position: relative;
  font-size: 1rem;
  line-height: 130%;
}

#upbutton {
  width: 5.625rem;
  height: 5.75rem;
  position: fixed;
  right: 0.9375rem;
  bottom: 3.125rem;
  z-index: 20;
  opacity: 0;
}

#upbutton:hover {
  cursor: pointer;
}

/* brand */

.brand-banner {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 43.75rem;
}

.stage__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 39.6875rem;
  position: relative;
}

.stage__block iframe {
  width: 100%;
  height: 100%;
}

.stage__left {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  min-width: 100%;
  padding: 4.1875rem 0;
}

.stage__left .container,
.stage__left .row {
  height: 100%;
}

.stage__right {
  width: 50%;
  min-width: 50%;
  padding-left: 50%;
  position: relative;
  z-index: -1;
}

.stage__right img {
  height: 100%;
  display: block;
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stage__block-reverse .stage__right {
  padding-right: 50%;
  padding-left: 0;
  overflow: hidden;
}

.stage__block_banner .picture_img {
  width: 100%;
}

/* */

.page-brand .description-block {
  padding-left: 0;
  padding-top: 0.9375rem;
}

.page-brand .description-block .h1 {
  margin-bottom: 2rem;
}

.page-brand .description-block .button-transparent {
  margin-bottom: 0.6875rem;
}

.banner-content-brand {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 31.25rem;
  margin-bottom: 1.5625rem;
}

.page-catalog .page-head .h1 {
  margin-bottom: 0.375rem;
}

.page-head {
  margin-bottom: 1.875rem;
}

.catalog-filters {
  margin-bottom: 2.875rem;
}

.catalog-filters__big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.1875rem;
}

.catalog-filters__big-item {
  border-radius: 2.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.875rem 1.9375rem;
  font-size: 1.25rem;
  white-space: nowrap;
}

.catalog-filters__big-item.tab-active {
  background: #EFF2F3;
  -webkit-box-shadow: 2px 2px 19px rgba(0, 0, 0, 0.19);
          box-shadow: 2px 2px 19px rgba(0, 0, 0, 0.19);
  font-family: "Lato-Bold";
}

.catalog-filters__big-item:hover {
  cursor: pointer;
}

.catalog-filters__small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog-filters__small-item {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 19px rgba(0, 0, 0, 0.19);
          box-shadow: 2px 2px 19px rgba(0, 0, 0, 0.19);
  border-radius: 1.5rem;
  margin-right: 2.125rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  white-space: nowrap;
}

.catalog-filters__small-item.item-active,
.catalog-filters__small-item.tab-active {
  background: #EFF2F3;
  -webkit-box-shadow: 2px 2px 19px rgba(0, 0, 0, 0.19);
          box-shadow: 2px 2px 19px rgba(0, 0, 0, 0.19);
  font-family: "Lato-Bold";
}

.catalog-filters__small-item:hover {
  cursor: pointer;
}

.catalog-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 5.875rem;
     -moz-column-gap: 5.875rem;
          column-gap: 5.875rem;
  row-gap: 4.375rem;
}

.catalog-block__wrap {
  margin-bottom: 8.75rem;
  margin-top: 2.5rem;
}

.catalog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 0;
}

.catalog-item img {
  max-width: 100%;
}

.catalog-item:hover {
  -webkit-box-shadow: 2px 2px 19px rgba(0, 0, 0, 0.19);
          box-shadow: 2px 2px 19px rgba(0, 0, 0, 0.19);
  border-radius: 1.25rem;
}

.catalog-item-img__wrap {
  margin-bottom: 2.4375rem;
  height: 22.3125rem;
}

.catalog-title {
  font-size: 1.375rem;
  margin-bottom: 1.625rem;
  font-family: "Lato-Bold";
}

.catalog-description {
  margin-bottom: 1.625rem;
  height: 2.8125rem;
  overflow: hidden;
  text-align: center;
}

.page-product main {
  padding-top: 9.375rem;
  padding-bottom: 0px;
}

.page-product .footer-wrap {
  border-top: none;
}

.product-top {
  margin-bottom: 7.8125rem;
}

.tare-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.9375rem;
  margin-bottom: 3.75rem;
}

.tare-block__item {
  border: 1.3px solid #D1D1D1;
  border-radius: 0.5625rem;
  height: 2.6875rem;
  min-width: 3.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.3125rem;
  color: #747474;
}

.tare-block__item.item-active {
  border-color: #222220;
  color: #222220;
}

.tare-block__item:hover {
  border-color: #222220;
  color: #222220;
}

.product-desc__right {
  padding-left: 5.4375rem;
}

.product-desc__right .h1 {
  margin-bottom: 3.6875rem;
}

.product-description {
  -webkit-box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.16);
  border-radius: 2.5rem;
  overflow: hidden;
}

.product-description__left,
.product-description__right {
  height: 33.1875rem;
}

.product-description__left {
  padding: 3rem 2.6875rem;
}

.product-description__left .h3 {
  margin-bottom: 2.5rem;
}

.product-description__block p {
  margin-bottom: 1.25rem;
}

.product-description__block p:last-child {
  margin-bottom: 0;
}

.product-desc__img-wrap {
  overflow: hidden;
  height: 26.9375rem;
}

.product-description__right .product-desc__img-wrap {
  height: 22.75rem;
}

.product-desc__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-description__texts {
  padding: 2.375rem 2.6875rem;
}

.product-desc {
  margin-bottom: 1.875rem;
}

.product-description__instr__left,
.product-description__instr__right {
  min-height: 42.4375rem;
}

.product-description__instr__left {
  height: 100%;
}

.instr__block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
}

.instr__block-item:last-child {
  margin-bottom: 0;
}

.instr__block-item__img {
  margin-right: 2.9375rem;
  width: 5.375rem;
  min-width: 5.375rem;
  height: 5.375rem;
}

.product-description__instr__right {
  padding: 2.5625rem 16.875rem 3rem 2.0625rem;
}

.product-description__instr__right .h3 {
  margin-bottom: 2.5rem;
}

.product-banner {
  margin-bottom: 4.9375rem;
  height: 39.6875rem;
}

.product-banner img {
  width: 100%;
  height: 100%;
}

.product-instr {
  margin-bottom: 4.625rem;
}

.product-video {
  margin-bottom: 4.625rem;
  height: 39.6875rem;
}

.product-video iframe {
  width: 100%;
  height: 100%;
}

.section-products {
  margin-bottom: 5.625rem;
}

.section-products .h2 {
  margin-bottom: 4.625rem;
}

.section-bay {
  padding: 3.0625rem 0 4.5625rem;
  background: #EFF2F3;
}

.section-bay .h3 {
  margin-bottom: 3rem;
}

.scrollhost::-webkit-scrollbar {
  display: none;
}

.scrollhost ::-moz-scrollbar {
  display: none;
}

.scrollhost {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-color: transparent transparent;
  /*just hides the scrollbar for firefox */
}

.market-block {
  padding: 0 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.market-list {
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.market-list:hover {
  cursor: pointer;
}

.market-item {
  display: inline-block;
  width: auto;
  margin: 0 1.5625rem;
  height: 2.125rem;
}

.market-item img {
  max-height: 100%;
}

.page-news main {
  padding-top: 8.125rem;
}

.page-news .page-head {
  margin-bottom: -0.5rem;
}

.page-news--content .news-item__description-data {
  margin-bottom: 3.875rem;
}

.page-news--content .h3 {
  margin-bottom: 2.5rem;
}

.page-news--content main {
  padding-bottom: 4.125rem;
}

.section-news {
  margin-bottom: 5rem;
}

.news-item {
  -webkit-box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.16);
  border-radius: 2.1875rem;
  margin-bottom: 1.875rem;
  overflow: hidden;
  width: 100%;
  display: block;
}

.news-item__img-wrap {
  height: 26.9375rem;
}

.news-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.news-item__description {
  padding: 2.125rem 2.5625rem 2.75rem;
  height: 21rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news-item__description .button {
  margin-top: auto;
  max-width: 11.75rem;
}

.news-item__description-block {
  margin-bottom: 1.25rem;
  display: block;
}

.news-item__description-data {
  color: #747474;
  margin-bottom: 2.5rem;
  font-size: 1rem;
}

.news-item__description-block-title {
  max-height: 3.375rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  color: #222220;
}

.news-item__description-block-text {
  color: #222220;
  height: 4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  -webkit-line-clamp: 3;
}

.text-block {
  margin-bottom: 2.5rem;
}

.text-block p {
  margin-bottom: 1.25rem;
}

.news-detail-img__wrap {
  width: 100%;
  border-radius: 2.1875rem;
  overflow: hidden;
  margin-bottom: 3.75rem;
  height: 26.9375rem;
}

.news-detail-img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.page-search main {
  padding-top: 8.125rem;
  padding-bottom: 0px;
}

.map-block {
  margin-bottom: 7.8125rem;
}

.shops-block {
  margin-bottom: 3.875rem;
}

.city-block {
  display: none;
  margin-bottom: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.city-block.open .city-block__select__dropdown {
  opacity: 1;
  pointer-events: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.city-block.city-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.city-block__title {
  font-size: 1.375rem;
  color: #747474;
  margin-right: 0.8125rem;
}

.city-block__select-text {
  font-size: 1.375rem;
  font-family: "Lato-Bold";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.city-block__select-text:after {
  content: "";
  background-image: url("../img/arrow-down-select.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.5rem;
  min-width: 0.5rem;
  height: 0.3125rem;
  margin-top: 0.1875rem;
  margin-left: 0.3125rem;
}

.city-block__select-text:hover {
  cursor: pointer;
}

.search-block {
  display: grid;
  grid-template-columns: 2fr 40fr;
  grid-column-gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-block__input-wrap {
  position: relative;
}

.search-block__input-wrap,
.search-block__input {
  height: 2.875rem;
  width: 100%;
  border-radius: 0.5625rem;
}

.search-block__input {
  border: 1px solid #222220;
  padding: 0 5.9375rem 0.1875rem 1.5rem;
  background: #FFFFFF;
}

.search-block__icon {
  position: absolute;
  top: 50%;
  margin-top: -0.8125rem;
  right: 1.5rem;
}

.map-partners {
  width: 100%;
  height: 46.9375rem;
}

.map-partners__wrap {
  border-radius: 2.5rem;
  overflow: hidden;
}

.shop-block {
  height: 46.9375rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 4.0625rem;
  margin-right: 3.375rem;
}

.shop-block::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0;
}

.shop-block::-webkit-scrollbar-track {
  background-color: #E7EBF1;
  border-radius: 4px;
}

.shop-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #747474;
  cursor: pointer;
}

.shop-block::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0;
}

.shop-block::-webkit-scrollbar {
  width: 6px;
  left: -100px;
}

.partners__list-title {
  color: #222220;
  margin-bottom: 0.8125rem;
  font-family: "Lato-Bold";
}

.partners__list-address {
  color: #747474;
  margin-bottom: 0.6875rem;
  display: block;
}

.partners__list-phone {
  color: #222220;
  display: block;
  margin-bottom: 0.8125rem;
}

.partners__list-item {
  margin-bottom: 3.9375rem;
}

.partners__list-time-title {
  color: #222220;
  margin-bottom: 0.5625rem;
}

.partners__list-time {
  color: #747474;
  margin-bottom: 0.125rem;
}

.partners__list-shop-link {
  color: #222220;
  display: block;
  margin-top: 0.625rem;
  text-decoration: underline;
}

.partners__list-shop-link:hover {
  color: #747474;
}

.search-block {
  margin-bottom: 2.5rem;
}

.city-block__select {
  position: relative;
}

.city-block__select__dropdown {
  position: absolute;
  left: -4.375rem;
  top: 2.1875rem;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.dropdown-close {
  display: block;
  position: absolute;
  z-index: 5;
  right: 1.875rem;
  top: 1.875rem;
  background-image: url("../img/icon-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
}

.city-block__select__dropdown--inner {
  position: relative;
  padding: 1.875rem;
  -webkit-box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.16);
  border-radius: 0.5625rem;
  background: #FFFFFF;
  width: 21.4375rem;
}

.city-block__select__dropdown-title {
  font-family: "Lato-Bold";
  margin-bottom: 1.625rem;
}

.city-block__select__dropdown__search-wrap {
  position: relative;
  height: 2.875rem;
  width: 16.375rem;
  margin-bottom: 1.625rem;
  max-width: 100%;
}

.city-block__select__dropdown__search-wrap .search-block__icon {
  right: 0.75rem;
}

.city-block__select__dropdown__search-wrap .icon-clear {
  right: 2.8125rem;
}

.city-block__select__dropdown__search {
  position: absolute;
  border: 1px solid #222220;
  border-radius: 0.5625rem;
  height: 2.875rem;
  width: 16.375rem;
  max-width: 100%;
  padding: 0.3125rem 4.375rem 0.3125rem 1.0625rem;
  background: #FFFFFF;
}

.city-block__select__dropdown__search::-webkit-input-placeholder {
  color: #BABABA;
  font-size: 1rem;
}

.city-block__select__dropdown__search::-moz-placeholder {
  color: #BABABA;
  font-size: 1rem;
}

.city-block__select__dropdown__search:-ms-input-placeholder {
  color: #BABABA;
  font-size: 1rem;
}

.city-block__select__dropdown-list {
  height: 20.6875rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.city-block__select__dropdown-list::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0;
}

.city-block__select__dropdown-list::-webkit-scrollbar-track {
  background-color: #E7EBF1;
  border-radius: 4px;
}

.city-block__select__dropdown-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #747474;
  cursor: pointer;
}

.city-block__select__dropdown-list::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0;
}

.city-block__select__dropdown-list::-webkit-scrollbar {
  width: 6px;
  left: -100px;
}

.city-block__select__dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0.625rem;
  margin-bottom: 0.625rem;
}

.city-block__select__dropdown-item:after {
  content: "";
  background-image: url("../img/icon-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  display: none;
}

.city-block__select__dropdown-item.item-active .city-block__select__dropdown-item-link {
  color: #005D83;
}

.city-block__select__dropdown-item.item-active:after {
  display: block;
}

.city-block__select__dropdown-item-link {
  color: #222220;
}

.city-block__select__dropdown-item-link:hover {
  color: #636363;
}

.balloon {
  width: 15.625rem;
  padding: 0.3125rem;
  font-family: "Lato-Regular";
}

.balloon-title {
  font-family: "Lato-Bold";
  color: #222220;
  font-size: 1rem;
  margin-bottom: 0.4375rem;
}

.balloon-contacts__block_desc {
  font-family: "Lato-Regular";
  color: #747474;
  font-size: 1rem;
  margin-bottom: 0.4375rem;
}

.balloon-contacts__block_tel {
  font-family: "Lato-Regular";
  display: block;
  color: #222220;
  font-size: 1rem;
  margin-bottom: 0.625rem;
}

.balloon-contacts__block_tel:hover {
  color: #747474;
}

.balloon-time__title {
  margin-bottom: 0.3125rem;
}

.shops-list__item-title {
  color: #222220;
  font-family: "Lato-Bold";
  margin-bottom: 1rem;
}

.shops-list__item-link {
  color: #222220;
  display: block;
  margin-bottom: 0.8125rem;
  text-decoration: underline;
}

.shops-list__item-link:hover {
  color: #747474;
}

.shops-list__item-phone {
  color: #222220;
  display: block;
}

.shops-list__item-phone:hover {
  color: #747474;
}

.more-link {
  color: #747474;
  text-decoration: underline;
  font-size: 1rem;
}

.more-link:hover {
  color: #222220;
}

.shops-list {
  display: grid;
  grid-template-columns: 18fr 18fr 11fr;
  row-gap: 2.625rem;
  margin-bottom: 3.875rem;
}

.shops-list .more-link {
  margin-top: 1.375rem;
}

.city-block__select__choise {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  position: absolute;
  padding: 1.25rem 1.875rem;
  border-radius: 0.5625rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 2px 2px 22px;
          box-shadow: rgba(0, 0, 0, 0.16) 2px 2px 22px;
  background: #FFFFFF;
  top: 2.1875rem;
  left: -1.875rem;
  z-index: 5;
}

.city-block__select__choise .city-block__select__dropdown-title {
  margin-bottom: 0.9375rem;
}

.city-block__select__choise .button {
  padding: 0.1875rem 0.3125rem;
  min-width: 5rem;
  font-size: 1rem;
  height: 2.25rem;
}

.city-block__select__choise_show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.disclaimer {
  position: absolute;
  right: 0;
  top: -1.5625rem;
  font-size: 0.875rem;
  color: #D54249;
}

.page-contacts main {
  padding-top: 8.125rem;
  padding-bottom: 6.9375rem;
}

.page-contacts .page-head {
  margin-bottom: 2.5rem;
}

.page-contacts .h3 {
  margin-bottom: 1.875rem;
}

.contacts-img {
  width: 100%;
  height: 16.875rem;
  border-radius: 2.5rem;
  overflow: hidden;
}

.contacts-address,
.contacts-mail {
  color: #747474;
  margin-bottom: 0.875rem;
  display: block;
}

.contacts-phone {
  color: #222220;
  margin-bottom: 0.875rem;
  display: block;
}

.page-404 {
  padding-top: 9.125rem;
}

.page-404 .page-head {
  margin-top: 3.125rem;
}

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

.section-404 {
  margin-bottom: 3.125rem;
}

.title-404 {
  font-size: 7.5rem;
  font-family: "Lato-Bold";
}

.img-404 {
  width: 40.25rem;
  height: 30.125rem;
  margin-left: -5.6875rem;
  margin-top: -5.4375rem;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 991px) {
  .container {
    max-width: 109.5rem;
  }

  .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media (max-width: 1920px) {
  html {
    font-size: 13px;
  }
}

@media (max-width: 1650px) {
  html {
    font-size: 12px;
  }

  .button-slider-main.button-arrow:after {
    margin-top: 0.125rem;
  }
}

@media (max-width: 1500px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 1400px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 1300px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 11px;
  }
}

@media (max-width: 1100px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 1000px) {
  html {
    font-size: 9px;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 16px;
  }

  p {
    font-size: 13px;
  }

  .h1 {
    font-size: 27px;
  }

  .h2 {
    font-size: 20px;
  }

  .h3 {
    font-size: 15px;
  }

  .subtitle {
    font-size: 20px;
    margin-bottom: 22px;
  }

  iframe {
    height: 100%;
  }

  .span-br {
    display: inline;
  }

  .breadcrumb__block {
    margin-bottom: 1.0625rem;
  }

  .breadcrumb__block-item-link {
    font-size: 11px;
  }

  .breadcrumb__block-item-span {
    font-size: 11px;
  }

  .button {
    font-size: 13px;
    height: 32px;
    padding: 5px 40px;
  }

  .button-arrow:after {
    width: 17px;
    min-width: 17px;
  }

  .main-slider__slide {
    height: 83.3333333333vw;
  }

  .main-slider .swiper-horizontal > .swiper-pagination-bullets,
  .main-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }

  .main-slider .picture_img img {
    -o-object-position: center top;
       object-position: center top;
  }

  .button-slider-main {
    width: 140px;
    margin-left: -70px;
    bottom: 30px;
  }

  .section-slider {
    margin-bottom: 12px;
  }

  .product-slider__slide img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 17px;
  }

  .product-slider__title {
    font-size: 15px;
  }

  .product-slider {
    padding: 0;
    margin-bottom: 38px;
  }

  .product-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 22px;
  }

  .product-slider .swiper-button-next,
  .product-slider .swiper-button-prev {
    display: none;
  }

  .section-product-slider {
    margin-bottom: 40px;
  }

  .section-product-slider .button {
    width: 100%;
  }

  .swiper-product-container {
    margin-bottom: 50px;
  }

  .swiper-product-container .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -32px;
  }

  .swiper-product-preview {
    display: none;
  }

  .swiper-product {
    width: 100%;
    height: 290px;
  }

  .product-slide__img-big img {
    max-height: 290px;
  }

  .form__label {
    font-size: 13px;
    top: 14px;
  }

  .dropzone .dz-message {
    font-size: 13px;
  }

  .icon-clear {
    right: 45px;
  }

  .form-input-wrap_select .jq-selectbox .jq-selectbox__select-text {
    font-size: 13px;
  }

  .modal-content .button {
    width: 100%;
  }

  .captcha {
    width: 100%;
  }

  .header-wrapper {
    right: 0px;
    padding: 12px 0;
  }

  .header-logo {
    width: 56px;
    min-width: 56px;
    height: 35px;
  }

  .empty-block {
    width: 56px;
    min-width: 56px;
    height: 35px;
  }

  .menu-mob-wrap {
    display: block;
  }

  .footer-wrap {
    padding-top: 16px;
  }

  .footer-block__title {
    font-size: 13px;
    font-family: "Lato-Bold";
  }

  .footer-block_center {
    padding-left: 0;
  }

  .footer-block_right {
    margin-top: 11px;
  }

  .footer-block_right .footer-block__title {
    margin-bottom: 22px;
  }

  .footer-block_right,
  .social-list {
    padding: 0;
  }

  .footer-block__link {
    font-size: 11px;
  }

  .footer-block__item {
    margin-bottom: 3px;
  }

  .contact-links {
    margin-bottom: 20px;
  }

  .contact-link {
    font-size: 13px;
  }

  .footer-block__info {
    padding-left: 0px;
    padding-top: 0;
    margin-top: 38px;
  }

  .owner-link {
    margin-bottom: 14px;
  }

  .owner-link {
    font-size: 11px;
  }

  .copy {
    font-size: 11px;
    margin-bottom: 0;
  }

  .politic {
    font-size: 11px;
  }

  .footer-logo {
    width: 57px;
    height: 36px;
    margin-bottom: 20px;
  }

  .footer-block_accord {
    border-top: 1px solid #EFF2F3;
    border-bottom: 1px solid #EFF2F3;
    padding: 9px 15px;
    margin: 0 -15px;
  }

  .footer-block_accord .footer-block__list {
    display: none;
  }

  .footer-block_accord .footer-block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }

  .footer-block_accord .footer-block__title:after {
    content: "";
    background-image: url("../img/arrow-down-select-blue.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    min-width: 8px;
    height: 5px;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }

  .footer-block_accord.active .footer-block__title:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }

  .footer-block_accord .footer-block__list {
    margin-top: 12px;
  }

  .main-desc__img-wrap {
    border-radius: 17px;
  }

  .section-description {
    margin-bottom: 69px;
  }

  .description-block {
    padding-left: 0;
    padding-top: 34px;
  }

  .description-block .button-transparent {
    margin-top: 33px;
    margin-bottom: 0;
    width: 100%;
  }

  .description-block .h1 {
    margin-bottom: 22px;
  }

  .description-text {
    font-size: 15px;
    margin-bottom: 21px;
  }

  .section-why {
    background-image: url("../img/why-bg-mob.jpg");
    height: auto;
    padding-bottom: 48px;
    margin-bottom: 40px;
  }

  .section-why .h1 {
    margin-bottom: 27px;
  }

  .why-wrap {
    padding-top: 49px;
  }

  .why-list {
    grid-template-columns: 1fr;
    gap: 19px;
    margin-left: -2px;
  }

  .why-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }

  .why-item__desc {
    font-size: 13px;
  }

  .why-item__title {
    font-size: 15px;
    min-height: 0px;
    margin-bottom: 10px;
  }

  .why-item__img {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    margin-right: 21px;
  }

  .section-care {
    background-image: url("../img/care-bg-mob.png");
    height: auto;
    padding-bottom: 32px;
  }

  .section-care .h1 {
    margin-bottom: 26px;
  }

  .care-wrap {
    padding-top: 33px;
  }

  .care-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 33px;
  }

  .care-item {
    width: 100%;
    margin: 0 0 28px 0;
    padding: 29px 40% 25px 25px;
    height: 292px;
    border-radius: 20px;
  }

  .care-item:last-child {
    margin-bottom: 0;
  }

  .care-item .button-arrow {
    padding-left: 28px;
    padding-right: 28px;
  }

  .button-wrap_care .button {
    width: 100%;
  }

  .care-item__title {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .care-item__desc {
    font-size: 13px;
  }

  #upbutton {
    width: 50px;
    height: 52px;
    bottom: 15px;
    right: 15px;
  }

  .brand-banner {
    height: 27.7777777778vw;
  }

  .stage__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }

  .stage__block .button {
    margin-top: 25px;
  }

  .section-stage {
    margin-bottom: 35px;
  }

  .stage__left {
    position: static;
    padding: 0;
    margin-bottom: 15px;
  }

  .stage__right {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
  }

  .stage__right img {
    width: 100%;
    position: static;
  }

  .stage__block-reverse .stage__right {
    padding-right: 0;
    overflow: auto;
  }

  .stage__block_banner {
    height: 320px;
    overflow: hidden;
  }

  .page-brand .description-block .h1 {
    margin-bottom: 25px;
  }

  .page-brand .stage__left {
    margin-bottom: 22px;
  }

  .catalog-banner {
    height: 27.7777777778vw;
    margin-bottom: 16px;
  }

  .page-catalog .page-head {
    margin-bottom: 22px;
  }

  .page-catalog .page-head .h1 {
    margin-bottom: 6px;
  }

  .catalog-filters {
    margin-bottom: 17px;
  }

  .catalog-filters__big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }

  .catalog-filters__big-item {
    font-size: 15px;
    padding: 9px 22px;
    margin-bottom: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .catalog-filters__small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .catalog-filters__small-item {
    margin-bottom: 17px;
    font-size: 11px;
    padding: 6px 22px;
    margin-right: 14px;
  }

  .catalog-block {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 40px;
  }

  .catalog-block__wrap {
    margin-top: 17px;
    margin-bottom: 32px;
  }

  .catalog-item {
    padding: 0;
  }

  .catalog-item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }

  .catalog-item .button {
    padding: 7px 17px;
  }

  .catalog-item-img__wrap {
    margin-bottom: 34px;
    height: 44.375vw;
  }

  .catalog-title {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .catalog-description {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .page-product main {
    padding-top: 71px;
  }

  .product-top {
    margin-bottom: 40px;
  }

  .tare-block {
    margin-bottom: 20px;
    margin-top: 22px;
  }

  .tare-block__item {
    font-size: 13px;
    height: 32px;
    min-width: 56px;
    margin-right: 16px;
  }

  .product-desc__right .h1 {
    margin-bottom: 20px;
  }

  .product-desc__right {
    padding-left: 0;
  }

  .product-desc__right .h3 {
    margin-bottom: 8px;
  }

  .product-desc__right .button {
    width: 100%;
  }

  .product-description {
    border-radius: 20px;
  }

  .product-description__left,
  .product-description__right {
    height: auto;
  }

  .product-description__left .h3 {
    margin-bottom: 20px;
  }

  .product-description__left {
    padding: 21px 15px;
    margin-bottom: 30px;
  }

  .product-desc__img-wrap {
    height: 364px;
  }

  .product-description__texts {
    padding: 18px 14px 31px;
  }

  .product-description__instr__left,
  .product-description__instr__right {
    min-height: 0;
  }

  .product-description__instr__left {
    height: auto;
    margin-bottom: 30px;
  }

  .instr__block-item__img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 20px;
  }

  .instr__block-item__text {
    font-size: 13px;
  }

  .product-description__instr__right .h3 {
    margin-bottom: 32px;
  }

  .product-description__instr__right {
    padding: 30px 15px;
  }

  .product-banner {
    height: 320px;
    margin-bottom: 23px;
  }

  .product-instr {
    margin-bottom: 40px;
  }

  .product-video {
    height: 148px;
    margin-bottom: 37px;
  }

  .section-products .h2 {
    margin-bottom: 33px;
  }

  .section-products {
    margin-bottom: 50px;
  }

  .section-products .button {
    width: 100%;
  }

  .section-bay {
    padding: 18px 0;
  }

  .section-bay .h3 {
    margin-bottom: 33px;
  }

  .market-list {
    display: grid;
    gap: 20px;
    white-space: normal;
    grid-template-columns: repeat(3, 1fr);
  }

  .market-item {
    height: 22px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .market-item img {
    max-width: 100%;
  }

  .page-news main {
    padding-top: 70px;
    padding-bottom: 13px;
  }

  .page-news .page-head {
    margin-bottom: 20px;
  }

  .page-news--content .news-item__description-data {
    margin-bottom: 22px;
  }

  .page-news--content main {
    padding-bottom: 30px;
  }

  .page-news--content .button {
    width: 100%;
  }

  .section-news {
    margin-bottom: 0;
  }

  .section-news .h1 {
    margin-bottom: 0;
  }

  .news-item {
    border-radius: 20px;
  }

  .news-item__img-wrap {
    height: 130px;
  }

  .news-item__description {
    padding: 15px 15px 30px 15px;
    height: auto;
  }

  .news-item__description .button {
    padding: 5px 26px;
  }

  .text-block {
    margin-bottom: 20px;
  }

  .news-detail-img__wrap {
    height: 292px;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .page-search main {
    padding-top: 74px;
    padding-bottom: 32px;
  }

  .page-search main .catalog-filters {
    margin-bottom: 0;
  }

  .page-search .page-head {
    margin-bottom: 22px;
  }

  .page-search .page-head .h1 {
    margin-bottom: 0;
  }

  .city-block {
    margin-bottom: 24px;
  }

  .city-block__title {
    font-size: 15px;
    margin-right: 9px;
  }

  .city-block__select-text {
    font-size: 15px;
  }

  .search-block {
    grid-template-columns: 1fr;
    margin-bottom: 27px;
  }

  .search-block__input-wrap {
    margin-top: 15px;
  }

  .search-block__input {
    padding-right: 70px;
  }

  .search-block__input::-webkit-input-placeholder {
    color: #BABABA;
    font-size: 13px;
  }

  .search-block__input::-moz-placeholder {
    color: #BABABA;
    font-size: 13px;
  }

  .search-block__input:-ms-input-placeholder {
    color: #BABABA;
    font-size: 13px;
  }

  .search-block__icon {
    right: 14px;
  }

  .map-partners {
    height: 363px;
  }

  .map-partners__wrap {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 26px;
    border-radius: 0;
  }

  .shop-block {
    margin-right: 0;
    height: auto;
    padding-right: 0;
  }

  .partners__list-title {
    font-size: 13px;
    margin-bottom: 9px;
  }

  .partners__list-address {
    font-size: 13px;
    margin-bottom: 7px;
  }

  .partners__list-phone {
    font-size: 13px;
    margin-bottom: 9px;
  }

  .partners__list-item {
    margin-bottom: 25px;
  }

  .partners__list-time-title {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .partners__list-time {
    font-size: 13px;
  }

  .partners__list-shop-link {
    font-size: 13px;
  }

  .city-block__select__dropdown {
    left: -60px;
  }

  .dropdown-close {
    right: 14px;
    top: 14px;
  }

  .city-block__select__dropdown--inner {
    width: 292px;
    padding: 36px 32px;
  }

  .city-block__select__dropdown-title {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .city-block__select__dropdown__search {
    padding-bottom: 10px;
  }

  .city-block__select__dropdown__search::-webkit-input-placeholder {
    color: #BABABA;
    font-size: 13px;
  }

  .city-block__select__dropdown__search::-moz-placeholder {
    color: #BABABA;
    font-size: 13px;
  }

  .city-block__select__dropdown__search:-ms-input-placeholder {
    color: #BABABA;
    font-size: 13px;
  }

  .city-block__select__dropdown-list {
    height: 257px;
  }

  .city-block__select__dropdown-item {
    margin-bottom: 8px;
  }

  .city-block__select__dropdown-item-link {
    font-size: 13px;
  }

  .shops-list__item-title {
    margin-bottom: 6px;
  }

  .shops-list__item-link {
    margin-bottom: 9px;
  }

  .shops-list__item {
    font-size: 13px;
  }

  .more-link {
    font-size: 11px;
  }

  .shops-list {
    row-gap: 29px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .shops-list .more-link {
    margin-top: -5px;
  }

  .city-block__select__choise .button {
    font-size: 0.75rem;
    height: 1.875rem;
    min-width: 3.75rem;
  }

  .disclaimer {
    font-size: 11px;
    top: -17px;
  }

  .page-contacts main {
    padding-top: 75px;
    padding-bottom: 40px;
  }

  .page-contacts .h3 {
    margin-bottom: 23px;
  }

  .page-contacts .page-head {
    margin-bottom: 21px;
  }

  .page-contacts .page-head .h1 {
    margin-bottom: 0;
  }

  .contacts-img {
    border-radius: 20px;
    height: 292px;
  }

  .contacts-address,
  .contacts-mail {
    font-size: 13px;
  }

  .contacts-mail {
    margin-bottom: 23px;
  }

  .contacts-phone {
    font-size: 13px;
  }

  .page-404 {
    padding-top: 70px;
  }

  .page-404 .page-head {
    margin-top: 0px;
    margin-bottom: 14px;
  }

  .page-404 .page-head .h1 {
    margin-bottom: 0;
  }

  .section-404 {
    margin-bottom: 18px;
    margin-left: 14px;
  }

  .title-404 {
    font-size: 100px;
  }

  .img-404 {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-bay .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .swiper-bay .swiper-slide.swiper-slide-prev {
    -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
            transform: translateX(20%);
  }

  .swiper-bay .swiper-slide.swiper-slide-next {
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}

@media (max-width: 576px) {
  .main-slider__slide {
    height: 150vw;
  }

  .brand-banner {
    height: 50vw;
  }

  .catalog-banner {
    height: 50vw;
  }
}

@media (max-width: 450px) {
  .market-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .market-item:nth-child(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 374px) {
  .care-item .button {
    margin-top: 15px;
  }
}

@media (max-width: 340px) {
  .img-404 {
    min-width: 320px;
    margin-left: -15px;
  }
}

@media (min-width: 2500px) and (max-width: 4000px) {
  html {
    font-size: 22px;
  }
}

@media (min-width: 1921px) and (max-width: 2500px) {
  html {
    font-size: 20px;
  }
}

.catalog-filters__small-item {
  margin-bottom: 1rem;
}
.catalog-filters__small {
  flex-wrap: wrap;
}
