@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.slider {
  width: 100%;
  min-width: 320px;
}

.mono-slider {
  width: 100%;
  padding: 0;
}

.mono-slider img {
  width: 100%;
  height: auto;
}

.mono-slider .slick-arrow {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 30px;
  height: 50px;
  font-size: 0;
  z-index: 1;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.mono-slider .slick-arrow:focus {
  outline: 0;
}

.mono-slider .slick-arrow:hover {
  background-color: rgba(186, 187, 197, 0.2);
}

.mono-slider .slick-prev {
  left: 0;
}

.mono-slider .slick-prev::before {
  content: "";
  position: absolute;
  top: 16.5px;
  left: 10.5px;
  width: 9.16px;
  height: 17.25px;
  background-image: url(/image/icon-arrow-prev.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.mono-slider .slick-next {
  right: 0;
}

.mono-slider .slick-next::before {
  content: "";
  position: absolute;
  top: 16.5px;
  left: 10.5px;
  width: 9.16px;
  height: 17.25px;
  background-image: url(/image/icon-arrow-next.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.mono-slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  margin-left: -78px;
  bottom: -10px;
  min-height: 10px;
  padding: 0 60px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.mono-slider .slick-dots li {
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
}

.mono-slider .slick-dots button {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  width: 6px;
  height: 6px;
  background-color: rgba(186, 187, 197, 0.8);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.mono-slider .slick-dots button:focus {
  outline: 0;
}

.mono-slider .slick-dots button:hover {
  background-color: #2f3352;
}

.mono-slider .slick-active button {
  background-color: #aab2bd;
}

.mono-slider__img-wrapper {
  display: block;
}

.mono-slider__img-wrapper-house {
  position: relative;
}

.mono-slider__img-wrapper-house::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 184px;
  height: 110px;
  background-image: url(/image/mono-slider1-house.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

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

.basket_inner_list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page-header__phone2 {
  position: relative;
  display: block;
  padding: 16px 5px;
  padding-top: 3px;
  padding-bottom: 16px;
  padding-left: 5px;
  padding-left: 18px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #2f3352;
}

.top_links {
  display: none;
}

@media (min-width: 576px) {
  .mono-slider .slick-prev {
    left: 3%;
  }
  .mono-slider .slick-next {
    right: 3%;
  }
  .mono-slider .slick-dots {
    bottom: 3%;
  }
}
@media (min-width: 768px) {
  .mono-slider__img-wrapper-house::before {
    width: 440px;
    height: 405px;
    background-image: url(/image/mono-slider1-house_desktop.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}
@media (min-width: 1200px) {
  .mono-slider .slick-dots {
    bottom: 7%;
  }
  .hidden-desktop {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hidden-mobile {
    display: none;
  }
}
.basket {
  padding: 35px 3.75% 50px;
}

.basket__product-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 520px;
  margin: 0 auto;
}

.basket__product-item {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border: 1px solid rgba(204, 209, 217, 0.6);
}

.basket__product-section,
.basket__section-price,
.basket__section-size {
  padding-bottom: 15px;
}

.basket__product-image {
  width: 180px;
  height: 180px;
  padding: 15px;
  margin: 0 auto;
}

.basket__product-image img {
  display: block;
  margin: 0 auto;
}

.basket__section-title {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #656d78;
  text-align: center;
}

.basket__product-art,
.basket__product-name,
.basket__product-size {
  margin: 0;
  padding: 0;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #656d78;
  text-transform: uppercase;
  text-align: center;
}

.basket .product-price {
  padding-top: 0;
  padding-bottom: 0;
}

.basket__product-delete {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  width: 170px;
  height: 33px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 33px;
  color: rgba(101, 109, 120, 0.5);
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.basket__product-delete:focus {
  outline: 0;
}

.basket__product-delete:focus,
.basket__product-delete:hover {
  color: rgba(101, 109, 120, 0.7);
}

.basket__section {
  max-width: 520px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border: 1px solid rgba(204, 209, 217, 0.6);
}

.basket__discount,
.basket__present,
.basket__total {
  padding-bottom: 15px;
}

.basket__present-image {
  width: 180px;
  height: 180px;
  padding: 15px;
  margin: 0 auto;
}

.basket__present-image img {
  display: block;
  margin: 0 auto;
}

.basket__present-description {
  margin: 0;
  padding: 0;
  padding: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #354885;
  text-transform: uppercase;
  text-align: center;
}

.basket__discount-price,
.basket__total-price {
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  color: #e6b97e;
  text-align: center;
}

.basket__discount-price {
  font-size: 24px;
  line-height: 65px;
}

.basket__total-price {
  font-weight: 700;
  font-size: 24px;
  line-height: 65px;
}

.basket__booking {
  padding-top: 20px;
  width: 400px;
  margin-left: 20px;
}

.basket__booking .basket__booking__title-section {
  padding: 0;
  text-align: left;
}

.basket__booking__form {
  max-width: 370px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.basket__booking__subtitle {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  padding: 10px 0;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #656d78;
}

.basket__booking-btn {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #0cf;
  -webkit-box-shadow: 0 6px 13px 0 rgba(0, 204, 255, 0.24);
  box-shadow: 0 6px 13px 0 rgba(0, 204, 255, 0.24);
  border-radius: 3px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.basket__booking-btn:focus {
  outline: 0;
}

.basket__booking-btn:focus,
.basket__booking-btn:hover {
  background-color: rgba(0, 204, 255, 0.7);
}

.basket__booking-info {
  margin: 0;
  padding: 0;
  max-width: 750px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #354885;
  text-transform: uppercase;
  text-align: left;
}

@media (min-width: 1200px) {
  .basket {
    padding-right: 15px;
    padding-left: 15px;
  }
  .basket .basket__title-section {
    padding-bottom: 20px;
  }
  .basket__product-list {
    max-width: none;
  }
  .basket__product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 40px 10px 20px;
  }
  .basket__product-section,
  .basket__section-price,
  .basket__section-size {
    padding-bottom: 0;
  }
  .basket__discount,
  .basket__section-price,
  .basket__total {
    min-width: 180px;
  }
  .basket__product-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .basket__product-image {
    width: 140px;
    height: 140px;
    padding: 0;
    margin: 0;
    min-width: 140px;
  }
  .basket__product-description,
  .basket__section-price,
  .basket__section-size {
    padding: 10px;
  }
  .basket__product-description {
    max-width: 300px;
  }
  .basket__section-title {
    text-align: center;
  }
  .basket__product-art,
  .basket__product-name,
  .basket__product-size {
    text-align: left;
  }
  .basket .product-price__old,
  .basket .product-price__real {
    margin: 0;
    padding-left: 10px;
  }
  .basket__product-delete {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .basket__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: none;
    padding: 10px 30px;
  }
  .basket__discount,
  .basket__present,
  .basket__total {
    padding-bottom: 0;
  }
  .basket__present {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .basket__present-image {
    width: 160px;
    height: 140px;
  }
  .basket__discount,
  .basket__total {
    padding: 10px;
    min-width: 190px;
  }
  .basket__present-description {
    text-align: left;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 20px 30px;
  }
  .basket__discount-price,
  .basket__total-price {
    margin: 0;
    padding-left: 5px;
  }
}
.banners__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.banners__link {
  display: block;
  margin-bottom: 30px;
}

.banners__item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 390px;
  height: auto;
}

@media (min-width: 1200px) {
  .banners {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .banners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .banners__item {
    -ms-flex-preferred-size: 418px;
    flex-basis: 418px;
    width: 418px;
    margin-bottom: 35px;
  }
  .banners__item img {
    width: 418px;
    max-width: none;
    height: 300px;
    margin: 0;
  }
  .banners__item:nth-child(1) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  .banners__item:nth-child(1) img {
    min-width: 853px;
    width: 100%;
    height: auto;
  }
  .banners__item:nth-child(4) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  .banners__item:nth-child(4) img {
    min-width: 853px;
    width: 100%;
    height: auto;
  }
  .banners__link {
    margin: 0;
  }
}
.breadcrumbs {
  padding-right: 3.75%;
  padding-left: 3.75%;
}

.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs__list a {
  position: relative;
  display: block;
  margin-right: 8px;
  padding-top: 15px;
  padding-right: 14px;
  padding-bottom: 15px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #656d78;
  text-transform: lowercase;
  outline: 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.breadcrumbs__list a::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 0;
  width: 5px;
  height: 9px;
  background-image: url(/image/icon-breadcrumbs.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 5px 9px;
}

.breadcrumbs__list a[href]:focus,
.breadcrumbs__list a[href]:hover {
  color: rgba(101, 109, 120, 0.7);
}

.breadcrumbs__item--active a {
  cursor: default;
}

.breadcrumbs__item--active a::before {
  display: none;
}

@media (min-width: 768px) {
  .breadcrumbs {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.card-type {
  position: relative;
  width: 217px;
  margin: 0 auto;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #fff;
  border: 1px solid rgba(204, 209, 217, 0.6);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  text-align: center;
}

.card-type:focus,
.card-type:hover {
  -webkit-box-shadow: 0 19px 40px 0 #e0eff6;
  box-shadow: 0 19px 40px 0 #e0eff6;
  z-index: 2;
}

.card-type__link {
  display: block;
  text-align: center;
}

.card-type__link img {
  display: block;
  margin: 0 auto;
}

.card-type__title {
  margin: 0;
  padding: 0;
  min-height: 100px;
  padding-top: 27px;
  padding-bottom: 13px;
  padding-right: 25px;
  padding-left: 45px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #2f3352;
  text-transform: uppercase;
  text-align: left;
}

.card-type__price {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 25px;
  color: #e6b97e;
  padding: 10px 30px 10px 45px;
}

.card-type__btn {
  position: relative;
  width: 162px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-right: 24px;
  padding-left: 20px;
}

.card-type__btn::before,
product__btn-basket::before {
  content: "";
  position: absolute;
  top: 11.5px;
  right: 13px;
  width: 10px;
  height: 10px;
  background-image: url(/image/icon-button.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.card-type__btn:focus::before,
.card-type__btn:hover::before,
product__btn-basket:focus::before,
product__btn-basket:hover::before {
  width: 10px;
  height: 10px;
  background-image: url(/image/icon-button_hover.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (min-width: 576px) {
  .card-type {
    border: none;
  }
}
.cards-types {
  padding-right: 12px;
  padding-left: 12px;
}

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

.cards-types__item {
  padding-bottom: 30px;
}

.cards-types__item:last-child {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .cards-types__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cards-types__item {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cards-types {
    padding: 20px 0;
  }
}
.catalog-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 11px;
  padding-bottom: 19px;
}

.catalog-nav a {
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #2f3352;
  outline: 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  padding: 6px 20px 8px;
}

.catalog-nav a[href]:focus,
.catalog-nav a[href]:hover {
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1199px) {
  .catalog-nav a[href]:focus,
  .catalog-nav a[href]:hover {
    color: rgba(47, 51, 82, 0.7);
  }
}
.catalog-nav__item--active a {
  font-weight: 700;
  cursor: default;
}

@media (min-width: 1200px) {
  .catalog-nav {
    padding: 0;
  }
  .catalog-nav__item {
    padding-right: 17px;
    padding-left: 17px;
  }
  .catalog-nav a {
    font-size: 13px;
    line-height: 24px;
    text-transform: lowercase;
    padding: 4px 0;
  }
  .catalog-nav__item--active a {
    font-weight: 500;
    border-bottom: 2px solid #2b2f49;
  }
}
.catalog-product {
  position: relative;
  width: 217px;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 16px;
  background-color: #fff;
  border: 1px solid rgba(204, 209, 217, 0.6);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  margin-bottom: 30px;
}

.catalog-product:focus,
.catalog-product:hover {
  -webkit-box-shadow: 0 19px 40px 0 #e0eff6;
  box-shadow: 0 19px 40px 0 #e0eff6;
  z-index: 2;
}

.catalog-product__link {
  display: block;
  text-align: center;
}

.catalog-product__link img {
  display: block;
  margin: 0 auto;
}

.catalog-product__title {
  margin: 0;
  padding: 0;
  min-height: 110px;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #2f3352;
  text-align: left;
}

.catalog-product .product__btn-basket,
.catalog-product .product__btn-buy {
  width: 162px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

@media (min-width: 577px) {
  .catalog-product {
    border: none;
  }
}
.catalog-products {
  padding: 20px 12px;
}

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

.catalog-products__item {
  padding-bottom: 30px;
}

.catalog-products__item:last-child {
  padding-bottom: 0;
}

.catalog-products__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.catalog-products__nav a {
  display: block;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 38px;
  color: #2f3352;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  border: 1px solid rgba(47, 51, 82, 0.5);
  border-radius: 3px;
}

.catalog-products__nav a[href]:focus,
.catalog-products__nav a[href]:hover {
  border: 1px solid #2f3352;
  outline: 0;
}

.catalog-products__nav-item--active a {
  background-color: rgba(47, 51, 82, 0.07);
}

@media (min-width: 320px) and (max-width: 576.98px) {
  .catalog-products__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 577px) {
  .catalog-products__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .catalog-products__item {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .catalog-products {
    padding-right: 0;
    padding-left: 0;
  }
}
.contacts {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 10px;
  padding-right: 3.75%;
  padding-bottom: 60px;
  padding-left: 3.75%;
}

.contacts__item {
  position: relative;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #656d78;
  padding: 5px 5px 5px 26px;
}

.contacts__item--phone::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url(/image/icon-phone-contacts.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.contacts__item--email::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(/image/icon-mail-contacts.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.contacts__item--address::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 16px;
  background-image: url(/image/icon-address-contacts.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.contacts__item--metro::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 16px;
  background-image: url(/image/icon-metro-contacts.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.contacts__item--time::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 16px;
  background-image: url(/image/icon-calendar-contacts.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (min-width: 1200px) {
  .contacts--center {
    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;
  }
}
.container {
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
}

.entry {
  background: -webkit-gradient(linear, left top, left bottom, from(#323757), color-stop(90%, #454c7a));
  background: linear-gradient(to bottom, #323757, #454c7a 90%);
}

.entry__wrap {
  padding-right: 3.75%;
  padding-left: 3.75%;
}

.entry__text {
  padding-top: 20px;
  padding-bottom: 30px;
}

.entry__title {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #ccd1d9;
  text-transform: uppercase;
}

.entry__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 5px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #ccd1d9;
}

.entry__item {
  position: relative;
  padding-left: 12px;
}

.entry__item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #ccd1d9;
  border-radius: 50%;
}

.entry__picture {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.entry__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
}

.entry__picture {
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
  padding-bottom: 15px;
}

.entry__picture-image {
  width: 144px;
  height: 134px;
  margin-right: 40px;
}

@media (min-width: 1200px) {
  .entry {
    background: -webkit-gradient(linear, left top, right top, from(#323757), color-stop(99%, #454c7a));
    background: linear-gradient(to right, #323757, #454c7a 99%);
  }
  .entry__wrap {
    background-image: url(/image/bg-entry.svg);
    background-repeat: no-repeat;
    background-position: 98% 0;
    background-size: 299px auto;
  }
  .entry__text {
    padding-bottom: 15px;
  }
  .entry__picture {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: auto;
    padding-bottom: 15px;
  }
  .entry__picture-image {
    width: 372px;
    height: 100px;
  }
}
.feedback {
  padding-top: 40px;
  padding-bottom: 60px;
}

.feedback__form {
  max-width: 478px;
  margin: 0 auto;
  padding-right: 12px;
  padding-left: 12px;
}

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

.feedback__item {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.feedback__field {
  width: 100%;
  height: 40px;
  padding: 5px 13px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  color: #656d78;
  background-color: #fff;
  border: 1px solid rgba(204, 209, 217, 0.6);
  outline-style: none;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.feedback__field--textarea {
  min-height: 120px;
  resize: none;
}

.feedback__field:focus,
.feedback__field:hover {
  border: 1px solid #ccd1d9;
}

.feedback__placeholder {
  position: absolute;
  top: 5px;
  left: 13px;
  pointer-events: none;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  color: #656d78;
}

.feedback__placeholder span {
  padding-left: 5px;
  color: #e6b97e;
}

.feedback__field:focus + .feedback__placeholder,
.feedback__field:valid + .feedback__placeholder {
  display: none;
}

.feedback__file-input {
  width: 100%;
  visibility: hidden;
}

.feedback__file-input:focus {
  outline: 0;
}

.feedback__file-label {
  position: relative;
  display: block;
  width: 188px;
  height: 40px;
  margin: 0 auto;
  padding-right: 18px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
  color: #0cf;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.feedback__file-label:focus,
.feedback__file-label:hover {
  font-weight: 500;
  outline: 0;
}

.feedback__file-label::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 4px;
  width: 13px;
  height: 14px;
  background-image: url(/image/icon-file-label.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.feedback__file-delete {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  width: 108px;
  height: 40px;
  padding-right: 18px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
  color: #0cf;
  text-transform: uppercase;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.feedback__file-delete:focus {
  outline: 0;
}

.feedback__file-delete:focus,
.feedback__file-delete:hover {
  font-weight: 500;
}

.feedback__file-delete::before {
  content: "";
  position: absolute;
  top: 11px;
  right: 2px;
  width: 13px;
  height: 14px;
  background-image: url(/image/icon-file-delete.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.feedback__file-name {
  width: 70px;
  height: 40px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
  color: #656d78;
  text-transform: lowercase;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feedback__file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feedback__button {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  width: 223px;
  height: 48px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 48px;
  color: #2f3352;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #2f3352;
  border-radius: 45px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.feedback__button:focus {
  outline: 0;
}

.feedback__button:focus,
.feedback__button:hover {
  background-color: rgba(47, 51, 82, 0.1);
  border: 1px solid rgba(47, 51, 82, 0.5);
}

@media (min-width: 576px) {
  .feedback__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .feedback__file-label {
    margin: 0;
  }
  .feedback__button {
    width: 100%;
  }
}
.flag-hit {
  position: absolute;
  top: -20px;
  left: -16px;
  width: 136px;
  height: 134px;
  background-image: url(/image/hit.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.flag-new {
  position: absolute;
  top: -20px;
  left: -16px;
  width: 136px;
  height: 134px;
  background-image: url(/image/new.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.filter {
  width: 270px;
}

.filter__group {
  margin: 0;
  padding: 0;
  border: none;
  padding-bottom: 20px;
}

.filter__title {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #2a3882;
  text-transform: uppercase;
}

.filter__toggle-label {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #2a3882;
  cursor: pointer;
}

.filter__checkbox-indicator {
  position: absolute;
  top: 15px;
  left: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(204, 209, 217, 0.8);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.filter__field:focus + .filter__checkbox-indicator,
.filter__field:hover + .filter__checkbox-indicator {
  border: 1px solid rgba(42, 56, 130, 0.5);
}

.filter__field:checked + .filter__checkbox-indicator {
  border: 1px solid #2a3882;
  background-color: #2a3882;
}

.filter__field:checked + .filter__checkbox-indicator::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  width: 13px;
  height: 10px;
  background-image: url(/image/icon-checkbox.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.filter-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 250px;
}

.filter-nav__item {
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
}

.filter-nav__item::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 50px;
  width: 5px;
  height: 8px;
  background-image: url(/image/icon-filter-nav.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.filter-nav__item > a {
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #2a3882;
  padding: 6px 50px 6px 30px;
}

.filter-nav__addition {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 220px;
  background-color: #eaf4fc;
  -webkit-box-shadow: 0 19px 40px 0 #e0eff6;
  box-shadow: 0 19px 40px 0 #e0eff6;
  display: none;
}

.filter-nav__addition a {
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #2a3882;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  padding: 12px 10px 12px 30px;
}

.filter-nav__addition a[href]:focus,
.filter-nav__addition a[href]:hover {
  color: rgba(42, 56, 130, 0.7);
}

.filter-nav__item:hover > a[href] {
  background-color: #eaf4fc;
}

.filter-nav__item:hover > .filter-nav__addition {
  display: block;
  position: absolute;
  top: 6px;
  left: 210px;
  z-index: 5;
}

.filter__price-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 15px;
}

.filter__price-controls input {
  width: 120px;
  height: 30px;
  padding: 3px 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #2a3882;
  text-align: center;
  border: 1px solid rgba(204, 209, 217, 0.8);
}

.filter__range-controls {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

.filter__range-scale {
  height: 3px;
  width: 270px;
  background-color: rgba(204, 209, 217, 0.8);
}

.filter__range-bar {
  height: 3px;
  background-color: #2a3882;
}

.filter__range-toggle {
  position: absolute;
  top: 15px;
  left: 54px;
  width: 23px;
  height: 23px;
  background-color: #fff;
  border: 3px solid #2a3882;
  border-radius: 50%;
  cursor: pointer;
}

.group-type {
  width: 217px;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 10px;
  background-color: #f5fbff;
  border: 1px solid #ccd1d9;
}

.group-type__link {
  display: block;
  text-align: center;
}

.group-type__link img {
  display: block;
  min-height: 155px;
  margin: 0 auto;
}

.group-type__title {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-right: 14px;
  padding-bottom: 10px;
  padding-left: 14px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #2f3352;
  text-transform: uppercase;
}

.groups-types .groups-types__title-section {
  padding-top: 15px;
  padding-bottom: 10px;
}

.groups-types__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 40px;
}

.groups-types__item:nth-child(2) .group-type,
.groups-types__item:nth-child(3) .group-type,
.groups-types__item:nth-child(4) .group-type {
  border-left: none;
}

.groups-types__list a[href]:focus .group-type__title,
.groups-types__list a[href]:hover .group-type__title {
  color: rgba(47, 51, 82, 0.7);
}

.groups-types__item--active .group-type {
  position: relative;
}

.groups-types__item--active .group-type::before {
  content: "";
  position: absolute;
  left: 73.5px;
  bottom: 0;
  width: 70px;
  height: 3px;
  background-color: #2b2f49;
}

.important-info {
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  font-size: 9px;
  line-height: 14px;
  color: #656d78;
  background-color: #fff;
}

.important-info__text {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 10px;
  padding-right: 22px;
  padding-bottom: 5px;
  padding-left: 22px;
  text-align: center;
  font-size: 12px;
}

.important-info__link {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 5px;
  padding-right: 22px;
  padding-bottom: 10px;
  padding-left: 22px;
}

.important-info__link a {
  display: block;
  padding-right: 5px;
  padding-left: 5px;
  color: #656d78;
  text-align: center;
}

.important-info__link a:focus,
.important-info__link a:hover {
  font-weight: 500;
}

@media (min-width: 576px) {
  .important-info__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 400px;
  }
}
.links-types {
  width: 270px;
}

.links-types__title {
  margin: 0;
  padding: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #2a3882;
  text-transform: uppercase;
}

.links-types__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 20px;
}

.links-types__list a {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #2a3882;
}

.links-types__list a[href]:focus,
.links-types__list a[href]:hover {
  color: rgba(42, 56, 130, 0.7);
}

@media (min-width: 768px) {
  .main-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  .main-columns__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .main-columns__left {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    width: 300px;
  }
}
.main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 11px;
  padding-bottom: 19px;
}

.main-nav a {
  display: block;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #2f3352;
  text-transform: uppercase;
  outline: 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  padding: 6px 20px 8px;
}

.main-nav a[href]:focus,
.main-nav a[href]:hover {
  color: rgba(47, 51, 82, 0.7);
}

.main-nav__item--active a {
  font-weight: 700;
  cursor: default;
}

@media (min-width: 1200px) {
  .main-nav {
    padding: 0;
    padding-left: 45px;
  }
  .main-nav__item {
    padding-right: 14px;
    padding-left: 14px;
  }
  .main-nav a {
    line-height: 24px;
    padding: 20px 0 16px;
  }
  .main-nav__item--active a {
    font-weight: 500;
    border-bottom: 2px solid #2b2f49;
  }
}
.new-product {
  position: relative;
  width: 270px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 1px solid rgba(204, 209, 217, 0.6);
}

.new-product a {
  display: block;
  text-align: center;
}

.new-product__title {
  margin: 0;
  padding: 0;
  min-height: 40px;
  margin-top: 26px;
  margin-bottom: 12px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #2f3352;
  text-transform: uppercase;
  text-align: left;
}

.new-product__price {
  margin-top: 12px;
  margin-bottom: 10px;
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 25px;
  color: #e6b97e;
}

.online-map {
  height: 488px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.online-map__text {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #354885;
}

.page-about {
  padding-top: 35px;
}

.page-about .page-about__title-section {
  padding-bottom: 30px;
}

.about-us {
  padding-left: 3.75%;
  padding-right: 3.75%;
  padding-bottom: 50px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #656d78;
}

.about-us__text {
  margin: 0;
  padding: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.about-us__text-color {
  color: #0cf;
}

.our-features {
  padding-left: 3.75%;
  padding-right: 3.75%;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #656d78;
}

.our-features .our-features__title-section {
  padding-bottom: 35px;
}

.our-features__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.our-features__item {
  position: relative;
  padding-top: 8px;
  padding-left: 14px;
  padding-bottom: 8px;
}

.our-features__item::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #ccd1d9;
  border-radius: 50%;
}

.our-features__slogan,
.our-features__text {
  margin: 0;
  padding: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 30px;
  line-height: 28px;
}

.our-features__text:last-of-type {
  margin-bottom: 0;
}

.our-features__text-color {
  font-weight: 700;
  color: #354885;
  text-transform: uppercase;
}

.our-features__slogan {
  text-transform: uppercase;
}

.our-features__banner {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.our-features__banner img {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 298px;
}

@media (min-width: 768px) {
  .page-about {
    padding-right: 15px;
    padding-left: 15px;
  }
  .about-us {
    padding-right: 0;
    padding-left: 0;
  }
  .our-features {
    padding: 0;
  }
  .our-features .our-features__title-section {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .our-features__banner img {
    width: 766px;
    height: 281px;
  }
}
.page-main .page-main__title-section {
  padding-top: 50px;
}

.page-address {
  padding-top: 35px;
}

.page-address__map {
  height: 244px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url(/image/map-lavardi.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

@media (min-width: 576px) {
  .page-address__map {
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .page-address {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .page-address__map {
    background-size: 870px auto;
    height: 488px;
  }
}
.page-catalog {
  max-width: 458px;
  margin: 0 auto;
  padding-top: 35px;
}

.page-catalog__groups-types {
  display: none;
}

.page-catalog .page-catalog__title-section {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .page-catalog {
    max-width: none;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .page-catalog__groups-types {
    display: block;
  }
  .page-catalog .page-catalog__title-section {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.page-contacts {
  padding-top: 35px;
}

.page-contacts .page-contacts__title-section {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .page-contacts {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.page-footer {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
}

.page-footer__top {
  padding-top: 30px;
  padding-bottom: 37px;
  background-color: #2f3352;
  background-image: url(/image/bg-footer.svg);
  background-repeat: no-repeat;
  background-position: -300px -52px;
}

.page-footer__nav {
  padding-right: 12px;
  padding-left: 12px;
}

.page-footer__catalog-nav,
.page-footer__main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 30px;
}

.page-footer__catalog-nav a,
.page-footer__main-nav a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #ccd1d9;
  outline: 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.page-footer__catalog-nav a[href]:focus,
.page-footer__catalog-nav a[href]:hover,
.page-footer__main-nav a[href]:focus,
.page-footer__main-nav a[href]:hover {
  color: rgba(204, 209, 217, 0.6);
}

.page-footer__contacts {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 16px;
  padding-right: 12px;
  padding-bottom: 24px;
  padding-left: 12px;
}

.page-footer__contact-item {
  font-size: 13px;
  line-height: 20px;
  color: #ccd1d9;
  padding-top: 10px;
  padding-bottom: 19px;
}

.page-footer__title {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #ccd1d9;
}

.page-footer__title--phone {
  padding-left: 20px;
}

.page-footer__title--phone::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 13.38px;
  height: 13.34px;
  background-image: url(/image/icon-phone-footer.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.page-footer__title--email {
  padding-left: 24px;
}

.page-footer__title--email::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(/image/icon-mail-footer.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.page-footer__title-address {
  padding-left: 17px;
}

.page-footer__title-address::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 16px;
  background-image: url(/image/icon-pin-footer.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.page-footer__title-time {
  padding-left: 22px;
}

.page-footer__title-time::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 16px;
  background-image: url(/image/icon-calendar-footer.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.page-footer__text {
  margin: 0;
  padding: 0;
  max-width: 320px;
}

.page-footer__logo {
  padding-right: 12px;
  padding-left: 12px;
  text-align: center;
}

.page-footer__bottom {
  font-size: 9px;
  line-height: 14px;
  text-transform: uppercase;
  background-color: #272b45;
}

.page-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: rgba(170, 178, 189, 0.8);
  text-align: center;
  padding: 10px 12px 5px;
}

.page-footer__copyright-symbol {
  position: relative;
  padding-right: 23px;
}

.page-footer__copyright-symbol::after {
  content: "©";
  position: absolute;
  top: -2px;
  right: 11px;
}

@media (min-width: 768px) {
  .page-footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
  }
  .page-footer__top {
    padding-top: 57px;
    padding-bottom: 42px;
  }
  .page-footer__top-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-footer__contacts,
  .page-footer__nav {
    padding: 10px;
  }
  .page-footer__main-nav {
    padding-bottom: 15px;
  }
  .page-footer__catalog-nav {
    padding-bottom: 10px;
  }
  .page-footer__logo {
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .page-footer__top {
    background-position: -10px -10px;
  }
  .page-footer__top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .page-footer-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-preferred-size: 64.1%;
    flex-basis: 64.1%;
    width: 64.1%;
  }
  .page-footer__logo {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    width: 30%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
  }
  .page-footer__logo-image {
    display: block;
    width: 369px;
    height: 273px;
    margin-left: auto;
  }
  .page-footer__copyright {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-footer__copyright span:nth-of-type(2) {
    padding-left: 10px;
  }
}
.page-guarantee {
  padding-top: 35px;
}

.page-guarantee .page-guarantee__title-section {
  padding-bottom: 30px;
}

.guarantee {
  padding-left: 3.75%;
  padding-right: 3.75%;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #656d78;
}

.guarantee__description {
  margin: 0;
  padding: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.guarantee__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 34px;
}

.guarantee__item {
  position: relative;
  padding-top: 8px;
  padding-left: 14px;
  padding-bottom: 8px;
}

.guarantee__item::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #ccd1d9;
  border-radius: 50%;
}

.guarantee__link-article {
  color: #0cf;
}

.guarantee__link-article:focus,
.guarantee__link-article:hover {
  color: rgba(0, 204, 255, 0.7);
  outline: 0;
}

@media (min-width: 768px) {
  .page-guarantee {
    padding-right: 15px;
    padding-left: 15px;
  }
  .guarantee {
    padding: 0;
  }
}
.page-header {
  position: relative;
  min-width: 320px;
  border-top: 1px solid transparent;
  background-color: #fff;
}

.page-header > p:first-child {
  padding-left: 100px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .page-header > p:first-child {
    padding-left: 20px;
  }
}
.page-header__nav-toggle {
  position: absolute;
  top: 0;
  left: 2%;
  display: block;
  width: 72px;
  height: 60px;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.page-header__nav--closed .page-header__nav-toggle::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 22px;
  width: 27px;
  height: 3px;
  background-color: #2f3352;
  -webkit-box-shadow: 0 7px 0 0 #2f3352, 0 14px 0 0 #2f3352;
  box-shadow: 0 7px 0 0 #2f3352, 0 14px 0 0 #2f3352;
}

.page-header__nav-toggle-sub {
  width: 60px;
  height: 50px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: block;
  right: 0;
  position: absolute;
  z-index: 15;
  top: 0;
}

.page-header__nav-toggle-sub::after,
.page-header__nav-toggle-sub::before {
  content: "";
  position: absolute;
  top: 23.5px;
  left: 17px;
  width: 27px;
  height: 3px;
  background-color: #ccd1d9;
}

.page-header__nav-toggle-sub::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-header__nav-toggle-sub::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page-header__nav--opened .page-header__nav-toggle {
  top: 0;
  left: 205px;
  width: 60px;
  height: 50px;
  z-index: 10;
}

.page-header__nav--opened .page-header__nav-toggle::after,
.page-header__nav--opened .page-header__nav-toggle::before {
  content: "";
  position: absolute;
  top: 23.5px;
  left: 17px;
  width: 27px;
  height: 3px;
  background-color: #ccd1d9;
}

.page-header__nav--opened .page-header__nav-toggle::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-header__nav--opened .page-header__nav-toggle::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1199px) {
  .page-header__nav--closed .page-header__nav-wrap {
    display: none;
  }
  .page-header__nav--opened .page-header__nav-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 277px;
    padding-top: 22px;
    padding-bottom: 22px;
    background-color: #fff;
    -webkit-box-shadow: 13px 13px 21px 0 #e0eff6;
    box-shadow: 13px 13px 21px 0 #e0eff6;
    z-index: 5;
  }
  .page-header__nav--nojs .page-header__nav-toggle {
    display: none;
  }
  .page-header__nav--nojs .page-header__nav-wrap {
    position: static;
    display: block;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.page-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 10px 62px 0 rgba(47, 51, 82, 0.05);
  box-shadow: 0 10px 62px 0 rgba(47, 51, 82, 0.05);
  padding: 15.5px 6.25%;
}

.page-header__logo-link {
  display: block;
  height: 29px;
  margin-left: auto;
  outline: 0;
}

.page-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 6.25%;
  padding-right: 6.25%;
}

.page-header__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.page-header__phones .dropdown-phones {
  display: none;
  position: absolute;
  top: 31px;
  right: -11px;
  background: #fff;
  padding: 0 20px 10px 20px;
  z-index: 9;
  border: 1px solid #6b729b;
  min-width: 160px;
}

.page-header__phone {
  position: relative;
  display: block;
  padding: 16px 5px;
  padding-left: 18px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #2f3352;
}

.page-header__phone::before {
  content: "";
  position: absolute;
  top: 19.5px;
  left: 0;
  width: 11px;
  height: 11px;
  background-image: url(/image/icon-phone-header.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.page-header__phones .chevron-up {
  width: 11px;
  height: 11px;
  cursor: pointer;
}

.page-header__phones .chevron-up::before {
  content: "";
  position: absolute;
  top: 14px;
  right: -1px;
  width: 11px;
  height: 11px;
  background-image: url(/image/chevron-u.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.page-header__phones .chevron-down {
  width: 11px;
  height: 11px;
  cursor: pointer;
}

.page-header__phones .chevron-down::before {
  content: "";
  position: absolute;
  top: 14px;
  right: -1px;
  width: 11px;
  height: 11px;
  background-image: url(/image/chevron-d.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .page-header__phones .chevron-up::before {
    top: 21px;
    right: -8px;
  }
  .page-header__phones .chevron-down::before {
    top: 19px;
    right: -8px;
  }
  .page-header__phones .dropdown-phones {
    top: 40px;
    right: -45px;
    padding: 0 0 0 20px;
  }
}
.header-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 20px;
  border-bottom: 1px dotted #1c3968;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-header__time {
  position: relative;
  display: block;
  padding: 16px 15px 16px 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #2f3352;
}

.page-header__time::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url(/image/icon-clock-header.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (min-width: 576px) {
  .page-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-header__logo {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -99px;
    display: block;
    padding-left: 13px;
    padding-right: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page-header__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0;
  }
  .page-header__phone {
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 15px;
  }
  .page-header__phone::before {
    top: 14.5px;
  }
  .page-header__time {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .page-header__time::before {
    top: 4px;
  }
}
@media (min-width: 1200px) {
  .page-header {
    padding: 0;
  }
  .page-header__wrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  .page-header__logo {
    left: 0;
    top: 0;
    margin: 0;
    padding: 15px 0 16px;
  }
  .page-header__info {
    position: absolute;
    top: 0;
    right: 9px;
  }
  .page-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  .page-header__catalog-wrap {
    -webkit-box-shadow: inset 0 6px 35px 0 rgba(47, 51, 82, 0.05);
    box-shadow: inset 0 6px 35px 0 rgba(47, 51, 82, 0.05);
    background-color: #1c3968;
  }
  .main_menu_top a {
    color: #fff;
  }
  .page-header__nav-toggle {
    display: none;
  }
}
.page-index {
  max-width: 458px;
  margin: 0 auto;
  padding-top: 35px;
}

@media (min-width: 768px) {
  .page-index {
    max-width: none;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.page-leaders {
  max-width: 458px;
  margin: 0 auto;
  padding-top: 35px;
}

.page-leaders .page-leaders__title-description {
  padding-bottom: 25px;
}

.page-leaders__wrap {
  padding: 20px 12px;
}

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

.page-leaders__item {
  padding-bottom: 30px;
}

.page-leaders__item:last-child {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .page-leaders__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .page-leaders__item {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .page-leaders {
    max-width: none;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-leaders__wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.page-reviews {
  padding-top: 35px;
  padding-bottom: 35px;
}

.page-reviews .page-reviews__title-section {
  padding-bottom: 30px;
}

.page-reviews__list {
  padding: 20px 12px;
}

@media (min-width: 768px) {
  .page-reviews {
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-reviews__list {
    padding-right: 0;
    padding-left: 0;
  }
}
.page-sales {
  max-width: 458px;
  margin: 0 auto;
  padding-top: 35px;
}

.page-sales .page-sales__title-section {
  padding-bottom: 30px;
}

@media (max-width: 576px) {
  .page-header__phone2 {
    padding-left: 0;
  }
  .page-header__phone {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .page-header__info {
    padding-left: 6px;
    padding-right: 6px;
  }
  .product__wrap-main {
    max-width: 270px;
    margin: 0 auto;
  }
  .basket_outer {
    display: block;
  }
  .basket__booking {
    width: auto;
  }
  .basket__booking__title-section {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .page-sales {
    max-width: none;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 35px;
  }
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 20;
}

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

.modal-content {
  position: relative;
  width: 300px;
  padding: 30px 20px;
  background-color: #fff;
}

.modal-content__show {
  display: block;
  -webkit-transition: 5s linear;
  transition: 5s linear;
}

.modal-content__close {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

.modal-content__close:focus {
  outline: 0;
}

.modal-content__close::after,
.modal-content__close::before {
  content: "";
  position: absolute;
  top: 14.5px;
  left: 6px;
  width: 18px;
  height: 1px;
  background-color: #354885;
}

.modal-content__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-content__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-content__title {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  padding: 5px 0;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 23px;
  color: #354885;
  text-transform: uppercase;
  text-align: center;
}

.modal-content__subtitle {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #656d78;
}

.modal-content__form {
  margin-top: 10px;
}

.modal-content__field {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #656d78;
  background-color: #fff;
  border: 1px solid rgba(204, 209, 217, 0.9);
  outline-style: none;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.modal-content__field:focus,
.modal-content__field:hover {
  border: 1px solid rgba(101, 109, 120, 0.6);
}

.modal-content__checkbox {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 30px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #656d78;
  cursor: pointer;
}

.modal-content__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(204, 209, 217, 0.9);
  background-color: #fff;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.modal-content__checkbox input:focus + .modal-content__indicator,
.modal-content__checkbox input:hover + .modal-content__indicator {
  border: 1px solid rgba(101, 109, 120, 0.6);
}

.modal-content__checkbox input:checked + .modal-content__indicator {
  border: 1px solid #2a3882;
  background-color: #2a3882;
}

.modal-content__checkbox input:checked + .modal-content__indicator::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  width: 13px;
  height: 10px;
  background-image: url(/image/icon-checkbox.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.modal-content__btn {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #0cf;
  -webkit-box-shadow: 0 6px 13px 0 rgba(0, 204, 255, 0.24);
  box-shadow: 0 6px 13px 0 rgba(0, 204, 255, 0.24);
  border-radius: 3px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.modal-content__btn:focus {
  outline: 0;
}

.modal-content__btn:focus,
.modal-content__btn:hover {
  background-color: rgba(0, 204, 255, 0.7);
}

@media (min-width: 576px) {
  .modal-content {
    width: 430px;
    padding: 30px;
  }
  .modal-content__close {
    width: 55px;
    height: 55px;
  }
  .modal-content__close::after,
  .modal-content__close::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 17.5px;
    width: 20px;
    height: 1px;
    background-color: #354885;
  }
  .modal-content__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
  }
  .modal-content__subtitle {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
  }
  .modal-content__field {
    margin-bottom: 25px;
    padding: 5px 23px;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
  }
  .modal-content__checkbox {
    margin-top: 10px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 11px;
  }
}
.post {
  width: 270px;
  padding-bottom: 25px;
  border: 1px solid rgba(204, 209, 217, 0.6);
}

.post__image {
  display: block;
}

.post__title {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #2f3352;
  text-transform: uppercase;
}

.post__text {
  margin: 0;
  padding: 0;
  margin-top: 13px;
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  color: #2f3352;
}

.post__to-all {
  display: block;
  width: 223px;
  height: 48px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 48px;
  color: #2f3352;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #2f3352;
  border-radius: 45px;
  outline: 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.post__to-all:focus,
.post__to-all:hover {
  background-color: rgba(47, 51, 82, 0.1);
  border: 1px solid rgba(47, 51, 82, 0.5);
}

.product {
  padding-top: 35px;
  padding-bottom: 35px;
}

.product__title-tablet {
  display: none;
}

.product__art,
.product__art_in,
.product__title {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 12px;
  padding-left: 12px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #354885;
  text-align: center;
}

.product__art_in {
  text-align: left;
}

.product__art {
  padding-top: 0;
  display: inline-block;
}

.product__photo {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px;
}

.product__photo img {
  display: block;
  margin: 0 auto;
}

.product .product-price__old,
.product .product-price__real {
  font-size: 28px;
  line-height: 35px;
}

.product__control .product__btn-basket,
.product__control .product__btn-buy,
.product__control .product__btn-phone {
  width: 245px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.product__features,
.product__present {
  padding: 15px 12px;
}

.product__social {
  display: none;
  padding: 15px 12px;
}

.product__present-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 32px;
  color: #354885;
  text-transform: uppercase;
}

.product__present-item {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 45px;
}

.product__present-item--box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: #bde2ff;
  border-radius: 50%;
  background-image: url(/image/icon-present-box.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.product__present-item--discount::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: #bde2ff;
  border-radius: 50%;
  background-image: url(/image/icon-present-discount.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
}

.product__present-item--guarantee::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: #bde2ff;
  border-radius: 50%;
  background-image: url(/image/icon-present-guarantee.svg);
  background-repeat: no-repeat;
  background-position: 8px center;
}

.product__features-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #656d78;
}

.product__features-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.product__features-item span {
  color: #aab2bd;
}

.product__article,
.product__description {
  margin: 0;
  padding: 0;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.38;
  color: #656d78;
}

.product__description {
  padding-top: 15px;
  padding-bottom: 20px;
}

.product__description .title-section {
  padding-left: 0;
  text-align: left;
}

.product__description-text.oversize {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product__description-text.open {
  height: auto;
  -webkit-line-clamp: initial;
  overflow: initial;
}

.product__description-text p {
  margin-top: 0;
  margin-bottom: 0;
}

.product__description-btn {
  padding-left: 0;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  background: 0 0;
  border: none;
  text-decoration: underline;
  color: inherit;
}

.product__description-btn:focus {
  outline: 0;
  opacity: 0.8;
}

.product__description-btn.hide {
  display: none;
}

.product__article {
  margin-top: 15px;
  margin-bottom: 15px;
}

.product__article-link {
  padding-left: 5px;
  color: #0cf;
  text-transform: uppercase;
}

.product__article-link:focus,
.product__article-link:hover {
  color: rgba(0, 204, 255, 0.7);
  outline: 0;
}

@media (min-width: 768px) {
  .product {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .product__wrap-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  .product__title-mobile {
    display: none;
  }
  .product__title-tablet {
    display: block;
  }
  .product__wrap-left {
    -ms-flex-preferred-size: 300px;
    flex-basis: 400px;
    max-width: 400px;
    max-width: 400px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .product__wrap-right {
    -ms-flex-preferred-size: 60%;
    flex-basis: 40%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 30%;
  }
  .product__art,
  .product__title {
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
  }
  .product__features,
  .product__present {
    padding-right: 15px;
    padding-left: 15px;
  }
  .product__social {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }
  .product__present-list {
    padding: 0;
  }
  .product__features-list {
    padding: 0;
  }
  .product__article,
  .product__description {
    padding-right: 15px;
    padding-left: 15px;
  }
  .product__social .social__title {
    padding-left: 0;
  }
}
.sameitems {
  margin-top: 20px;
}

.slick-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.basket__present-description {
  text-align: center;
}

.product__add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .product__add-to-cart {
    margin-bottom: 0;
  }
}
.product-btn {
  cursor: pointer;
  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;
  font-size: 13px;
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
  border: 1px solid #656d78;
  border-radius: 3px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  color: #656d78;
  white-space: nowrap;
  background-color: #fff;
  text-align: center;
  outline: 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  margin: 0 auto;
}

.product__btn-basket {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.4em 1em;
  max-width: 250px;
  height: auto;
  margin-left: 0;
  margin-right: 6px;
  line-height: 1.15;
  font-size: 14px;
}

@media (min-width: 768px) {
  .product-btn {
    display: inline-block;
    vertical-align: middle;
  }
  .product__btn-basket {
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
  }
}
.product-btn:focus,
.product-btn:hover {
  color: #fff;
  background-color: #0cf;
  -webkit-box-shadow: 0 6px 13px 0 rgba(0, 204, 255, 0.24);
  box-shadow: 0 6px 13px 0 rgba(0, 204, 255, 0.24);
  border: 1px solid rgba(0, 204, 255, 0.24);
}

.product-btn-active {
  color: #fff;
  background-color: #0cf;
  -webkit-box-shadow: 0 6px 13px 0 rgba(0, 204, 255, 0.24);
  box-shadow: 0 6px 13px 0 rgba(0, 204, 255, 0.24);
  border: 1px solid rgba(0, 204, 255, 0.24);
}

.product-btn-active:focus,
.product-btn-active:hover {
  text-decoration: underline;
}

.product__product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.product__product-price .product-price__real {
  margin-right: 0.8em;
}

.product__product-price .product-price__old {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 0;
}

.product-price {
  padding-top: 0;
  padding-bottom: 10px;
}

.product-price__old,
.product-price__real {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
}

.product-price__real {
  color: #e6b97e;
}

.product-price__old {
  color: #ccd1d9;
  text-decoration: line-through;
}

.price-info {
  position: relative;
}

.price-info__btn {
  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;
  width: 1.5em;
  height: 1.5em;
  padding: 2px 2px 5px;
  border: 1px solid #ccd1d9;
  border-radius: 50%;
  font-weight: 700;
  background: 0 0;
  color: #ccd1d9;
}

.price-info__btn:focus,
.price-info__btn:hover {
  background: #eee;
  outline: 0;
}

.price-info:hover .price-info__text {
  display: block;
}

.price-info__text {
  display: none;
  position: absolute;
  top: 100%;
  right: 100%;
  width: 225px;
  padding: 1.2em;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px 0 10px 10px;
  color: #fff;
  z-index: 2;
}

@media (min-width: 768px) {
  .price-info__text {
    width: 270px;
  }
}
.reviews {
  width: 270px;
  padding-bottom: 25px;
  border: 1px solid rgba(204, 209, 217, 0.6);
}

.reviews__image {
  display: block;
}

.reviews__title {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #2f3352;
  text-transform: uppercase;
}

.reviews__to-all {
  display: block;
  width: 223px;
  height: 48px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 48px;
  color: #2f3352;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #2f3352;
  border-radius: 45px;
  outline: 0;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.reviews__to-all:focus,
.reviews__to-all:hover {
  background-color: rgba(47, 51, 82, 0.1);
  border: 1px solid rgba(47, 51, 82, 0.5);
}

.short-description {
  padding: 10px 3.75% 20px;
}

.short-description__text {
  margin: 0;
  padding: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #656d78;
}

.short-description__text-feature {
  font-size: 14px;
  font-weight: 700;
  color: #354885;
  text-transform: uppercase;
}

.sidebar {
  padding: 20px 12px;
}

.sidebar__new-product,
.sidebar__post,
.sidebar__reviews {
  margin: 0 auto;
  margin-bottom: 40px;
}

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

.sidebar__filter,
.sidebar__links-types {
  display: none;
}

@media (min-width: 768px) {
  .sidebar {
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .sidebar__filter,
  .sidebar__links-types {
    display: block;
  }
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social__title {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  padding-right: 5px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #656d78;
}

.social__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social__item {
  padding: 10px 5px;
}

.social__link {
  position: relative;
  display: block;
  height: 15px;
}

.social__link--yandex {
  width: 14px;
}

.social__link--yandex::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 14px;
  height: 15px;
  background-image: url(/image/icon-yandex.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.social__link--google {
  width: 27px;
}

.social__link--google::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 27px;
  height: 17px;
  background-image: url(/image/icon-google.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.social__link--fb {
  width: 10px;
}

.social__link--fb::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 10px;
  height: 19px;
  background-image: url(/image/icon-fb.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.social__link--vk {
  width: 21px;
}

.social__link--vk::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 21px;
  height: 13px;
  background-image: url(/image/icon-vk.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.social__link--ok {
  width: 12px;
}

.social__link--ok::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 12px;
  height: 20px;
  background-image: url(/image/icon-ok.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.social__link--mmir {
  width: 21px;
}

.social__link--mmir::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 21px;
  height: 14px;
  background-image: url(/image/icon-mmir.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.social__link--lj {
  width: 18px;
}

.social__link--lj::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(/image/icon-lj.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.social__link--viber {
  width: 20px;
}

.social__link--viber::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 20px;
  height: 22px;
  background-image: url(/image/icon-viber.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.social__link--twit {
  width: 17px;
}

.social__link--twit::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 17px;
  height: 14px;
  background-image: url(/image/icon-twit.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.title-description {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #878999;
  text-align: center;
}

.title-section {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
  padding-left: 25px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 30px;
  color: #2f3352;
  text-transform: uppercase;
  text-align: center;
}

.title-section__icon {
  position: relative;
}

.title-section__icon::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -20px;
  width: 14px;
  height: 14px;
  background-image: url(/image/icon-title.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.video-full .video-full__title-section {
  padding-top: 50px;
}
.video-full .video-full__title-description {
  padding-bottom: 0;
}

.video-full__show {
  position: relative;
  height: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 30px;
  padding-bottom: 56.2%;
  overflow: hidden;
}
.video-full__show iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 768px) {
  .video-full {
    padding-top: 15px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .video-full__show {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.video-short .video-short__title-section {
  padding-top: 50px;
}

.video-short__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 15px;
  padding-right: 12px;
  padding-left: 12px;
}

.video-short__link {
  display: block;
  margin-bottom: 30px;
}

.video-short__item img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .video-short {
    padding-top: 10px;
    padding-bottom: 35px;
  }
  .video-short__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
  .video-short__item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .video-short__link {
    margin-bottom: 0;
  }
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

.content-box-component {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .breadcrumbs__item--active,
  .entry {
    display: none;
  }
  .product {
    padding-top: 0;
  }
  .product__art,
  .product__art_in {
    display: block;
  }
  .product__art_in {
    padding: 0;
  }
  .product__photo {
    margin-bottom: 0;
    padding: 1px;
  }
  .product__wrap-main {
    max-width: 90%;
  }
  .product__present-list {
    margin: 0;
  }
  .product-price {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .main-nav {
    padding-bottom: 0;
  }
  .page-header__phone2 {
    padding-top: 16px;
  }
}
@media (max-width: 577px) {
  .page-catalog {
    padding-top: 0;
  }
  .card-type,
  .catalog-product {
    width: auto;
  }
  .card-type {
    padding-top: 0;
    padding-bottom: 0;
  }
  .card-type img,
  .catalog-product__link img {
    float: left;
    max-width: 160px;
    margin-top: 5px;
    margin-left: 10px;
  }
  .product-price__old,
  .product-price__real {
    padding-right: 0;
    padding-left: 0;
    font-weight: 400;
  }
  .catalog-product .product__btn-buy {
    display: none;
  }
  .catalog-product .product__btn-basket {
    width: auto;
  }
  .catalog-product__title {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .catalog-product__link img {
    float: none;
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .catalog-product__title {
    text-align: center;
    margin: 0;
    padding: 0 5px;
    line-height: 20px;
    min-height: 0;
  }
}
@media (max-width: 390px) {
  .catalog-product .product__btn-basket {
    width: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 350px) {
  .page-header__phone,
  .page-header__phone2,
  .page-header__time {
    font-size: 10px;
  }
}
#quiz-popup {
  --quiz-field-width: 100%;
  display: none;
  width: 800px;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #656d78;
}

#quiz-popup table {
  display: none;
  width: 100%;
}

#quiz-popup td:first-child {
  width: 70%;
  padding: 0 50px 0 0;
}

#quiz-popup td:last-child {
  width: 30%;
}

#quiz-popup .product-btn {
  width: var(--quiz-field-width);
  text-decoration: none;
}

@media (max-width: 768px) {
  #quiz-popup {
    width: 100%;
  }
  #quiz-popup td:first-child {
    width: 100%;
    padding: 0;
  }
  #quiz-popup td:last-child {
    display: none;
  }
  #quiz-popup .product-btn {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: var(--quiz-field-width);
    max-width: initial;
  }
  #quiz-popup .link-blue {
    display: block;
    margin-top: 20px;
  }
}
#quiz-popup label {
  font-size: 14px;
}

#quiz-popup .text-md {
  font-weight: 700;
  font-size: 12px;
  line-height: 32px;
  color: #354885;
  text-transform: uppercase;
}

#quiz-popup .img {
  width: 210px;
  height: 210px;
  background-image: url("/image/entry-picture.svg");
  background-size: 210px;
  background-repeat: no-repeat;
  background-position: center;
}

#quiz-popup label {
  color: #354885;
  font-size: 14px;
  padding: 10px;
  border: #dcdcdc 1px solid;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
  min-width: var(--quiz-field-width);
  -webkit-box-shadow: 0 3px 4px 0 #e0eff6;
          box-shadow: 0 3px 4px 0 #e0eff6;
}

#quiz-popup label:hover {
  border: #0cf 1px solid;
  -webkit-box-shadow: 0 6px 13px 0 rgba(0, 204, 255, 0.24);
          box-shadow: 0 6px 13px 0 rgba(0, 204, 255, 0.24);
  font-weight: 700;
}

#quiz-popup label.active {
  border: #0cf 1px solid;
  -webkit-box-shadow: 0 6px 13px 0 rgba(0, 204, 255, 0.24);
          box-shadow: 0 6px 13px 0 rgba(0, 204, 255, 0.24);
  font-weight: 700;
}

#quiz-popup select {
  width: var(--quiz-field-width);
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid rgba(204, 209, 217, 0.9);
  border-radius: 5px;
}

#quiz-popup select:focus {
  outline: 0;
  -webkit-box-shadow: 0 6px 13px 0 rgba(0, 204, 255, 0.24);
          box-shadow: 0 6px 13px 0 rgba(0, 204, 255, 0.24);
}

#quiz-popup textarea {
  width: var(--quiz-field-width);
  height: 120px;
  padding: 10px;
  border: 1px solid rgba(204, 209, 217, 0.9);
  border-radius: 5px;
  resize: none;
}

#quiz-popup textarea:focus {
  outline: 0;
  -webkit-box-shadow: 0 6px 13px 0 rgba(0, 204, 255, 0.24);
          box-shadow: 0 6px 13px 0 rgba(0, 204, 255, 0.24);
}

#quiz-popup input[type=radio] {
  display: none;
}

.quizBlock {
  padding: 20px;
  height: 420px;
  min-width: 300px;
  max-width: 300px;
  -webkit-box-shadow: 0 19px 40px 0 #e0eff6;
  box-shadow: 0 19px 40px 0 #e0eff6;
  background-color: #fff;
  text-align: center;
  color: #656d78;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 50px;
}

@media (min-width: 768px) {
  .quizBlock {
    margin-left: 50px;
  }
}
.quizBlock .title {
  color: #354885;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.viewed_items {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 5px;
  width: 100%;
}

.viewed_items p {
  font-size: 10px;
  text-align: center;
}

.vitem {
  overflow: hidden;
}

.viewed_items a,
.viewed_items a:visited {
  color: #354885;
}

.viewed_items .slick-slide {
  width: 160px;
  padding: 10px;
}

#product-info-tabs {
  margin-top: 20px;
  margin-left: 15px;
  margin-bottom: -2px;
}

#product-info-tabs div {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #2f3352;
  cursor: pointer;
  margin: 20px 20px 0 0;
}

#product-info-tabs div.active,
#product-info-tabs div:hover {
  border-bottom: #2f3352 1px solid;
}

.product-item-tab {
  display: none;
  margin-left: 15px;
}

.product-item-tab.active {
  display: block;
}

.product-size-selector input {
  display: none;
}

.product-size-selector label {
  border: #ecebeb 1px solid;
  border-radius: 1px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px 10px 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
}

.product-size-selector label.active,
.product-size-selector label:hover {
  background: #0cf;
  border: #0cf 1px solid;
  color: #fff;
}

.product-price__real {
  display: inline;
  padding: 0 0 0 15px;
}

.product .product-price__old {
  display: inline;
  font-size: 22px;
}

.link-blue {
  color: #0cf;
  font-size: 14px;
}

.link-blue:focus,
.link-blue:hover {
  color: rgba(0, 204, 255, 0.7);
  outline: 0;
}

.link-block {
  display: block;
  text-align: center;
}

.text-lg {
  font-size: 28px;
}

.text-md {
  font-size: 16px;
}

.text-thin {
  font-weight: 200;
}

#online-presentation-phone-form {
  display: none;
  margin: 30px 0 0;
}

.online-presentation-link {
  display: block;
  margin-bottom: 20px;
}

#feedback-popup,
#online-presentation-popup {
  display: none;
  text-align: center;
}

#feedback-popup img,
#online-presentation-popup img {
  height: 100px;
  width: 128px;
  margin: 0 0 20px;
}

#feedback-popup .text-lg,
#feedback-popup .text-md,
#online-presentation-popup .text-lg,
#online-presentation-popup .text-md,
#quiz-popup .text-lg,
#quiz-popup .text-md {
  color: #354885;
}

#feedback-popup .col-right .modal-content__btn,
#online-presentation-popup .modal-content__btn {
  padding: 0 10px;
  margin: 41px 0 0 0;
}

#online-presentation-popup .modal-content__btn {
  width: 200px;
  display: inline-block;
}

#feedback-popup .blk-success,
#online-presentation-popup .blk-success {
  display: none;
}

#feedback-popup .col-left.success .blk-success,
#online-presentation-popup .success .blk-success {
  display: block;
}

#feedback-popup .col-left.success .content,
#online-presentation-popup .success .content {
  display: none;
}

@media (min-width: 900px) {
  .online-presentation-link {
    margin-bottom: 0;
  }
  #feedback-popup .col-left {
    float: left;
    width: 200px;
  }
  #feedback-popup .col-right {
    float: right;
    width: 250px;
    margin: 0 0 0 40px;
    border-left: 1px #c7ccdd solid;
    padding: 0 0 0 35px;
    height: 138px;
  }
}
@media (max-width: 900px) {
  #feedback-popup .col-right .modal-content__btn {
    margin: 10px 0 0 0 !important;
  }
  .quizBlock {
    display: none;
  }
}
.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.share a {
  margin-right: 5px;
}

.share img {
  width: 27px;
}

.share img:hover {
  width: 27px;
  opacity: 0.7;
}

.product__description.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__description.location img {
  width: 27px;
  margin-right: 10px;
}

.video_add {
  height: 432px;
}

@media (max-width: 920px) {
  .video_add {
    display: none;
  }
}
.video_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

@media (max-width: 600px) {
  .video_box {
    display: none;
  }
}
.right_arrow_img {
  display: none;
}

.btn_index {
  overflow: hidden;
}

.mobile_new_menu {
  display: none;
}

.title-mobile-new {
  color: #354885;
  font-size: 27px;
  font-weight: 400;
  padding-top: 30px;
  padding-bottom: 30px;
}

.mobile_new_menu a img {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}

.new_menu_item {
  border: 1px solid rgba(204, 209, 217, 0.6);
  display: inline-block;
  width: 140px;
  text-align: center;
  padding: 10px;
  margin: 8px;
  color: #656d78;
}

.new_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 320px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .slider {
    display: none;
  }
}
@media (max-width: 575px) {
  .mobile_new_menu {
    display: block;
  }
  .btn_index:not(.product-btn) {
    width: 155px;
    margin: 8px auto;
    border: 0;
    text-decoration: underline;
    color: #0cf;
    font-size: 15px;
    padding-left: 0;
    margin-left: 0;
  }
  .btn_index:focus,
  .btn_index:hover {
    color: #0df !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
  }
  .btn_index::after:not(.product-btn) {
    content: "";
    position: absolute;
    top: 11.5px;
    right: 13px;
    width: 10px;
    height: 10px;
    background-image: url("/image/icon-button_blue.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
  .card-type__title {
    padding-right: 45px;
  }
  .cards-types__item {
    padding-bottom: 10px;
  }
  .right_arrow_img {
    display: block;
    position: absolute;
    right: 5px;
    height: 45px;
    top: 45px;
  }
}
.p-t-50 {
  padding-top: 50px;
  padding-bottom: 20px;
}

.p-t-r {
  padding-top: 0 !important;
}

@media (max-width: 600px) {
  .slider_desktop {
    display: none;
  }
  .slider_mobile {
    display: block;
  }
}
@media (min-width: 601px) {
  .slider_desktop {
    display: block;
  }
  .slider_mobile {
    display: none;
  }
}
@media (max-width: 310px) {
  .slider_mobile {
    display: none;
  }
  .slider_desktop {
    display: none;
  }
}
.slider_desktop {
  display: none;
}

@media (max-width: 600px) {
  .slider_desktop {
    display: none;
  }
  .slider_mobile {
    display: block;
  }
}
@media (min-width: 601px) {
  .slider_desktop {
    display: block;
  }
  .slider_mobile {
    display: none;
  }
}
@media (max-width: 310px) {
  .slider_mobile {
    display: none;
  }
  .slider_desktop {
    display: none;
  }
}
.slider_desktop {
  display: none;
}

.social_icons {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social_icons li {
  float: left;
  margin-right: 7px;
}

.main_submenu {
  display: none;
  list-style: none;
  position: absolute;
  font-size: 13px;
  line-height: 30px;
  padding: 0;
  border-width: 0;
  background-color: #fff;
  z-index: 999;
}

.main_submenu2 {
  display: none;
  list-style: none;
  position: absolute;
  font-size: 13px;
  line-height: 30px;
  padding: 0;
  border-width: 0;
  border-left: 0;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.main_submenu li,
.main_submenu2 li {
  padding-left: 10px;
  position: relative;
  border-width: 0;
}

.main_submenu li:hover,
.main_submenu2 li:hover {
  background-color: #1c3968;
  color: #fff;
  border-width: 0;
}

.main_submenu li:hover > a,
.main_submenu2 li:hover > a {
  color: #fff !important;
}

.catalog-nav__item:hover .main_submenu {
  display: block;
  margin-left: -17px;
  width: 102px;
}

li.catalog-nav__item:hover > .main_submenu2 {
  display: block;
  margin-left: -17px;
}

li.catalog-nav__item:hover > .main_submenu2 {
  position: absolute;
  left: 118px;
  top: 0;
}

.main_menu_additional > li {
  width: 102px;
  line-height: 30px;
  background-color: #fff;
}

.main_menu_additional li:hover {
  background-color: #1c3968;
  color: #fff !important;
}

.main_menu_additional li:hover > a {
  color: #fff !important;
}

.main_submenu2 > li {
  width: 150px;
}

.main_submenu2 > li a {
  text-align: left;
}

.catalog-nav > li > a {
  text-align: center;
}

@media (max-width: 1199px) {
  .page-header__nav--closed .page-header__nav-wrap {
    display: none;
  }
}
.menu-img-link {
  display: inline-block;
  text-align: center;
}

.menu-img-link img {
  display: block;
  margin: 0 auto;
  width: 88px;
  padding: 10px 8px 0 10px;
}

.menu-img-link p {
  text-align: center;
  margin: 0;
  color: #2f3352;
  font-size: 12px;
}

.video_box div {
  position: relative;
}
.video_box div .preview {
  display: none;
}
.video_box div iframe {
  border: none;
  width: 768px;
  height: 432px;
}

.social_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -ms-flex-pack: distribute;
  -webkit-box-pack: center;
          justify-content: center;
  width: 150px;
  padding: 0;
}

.social_icons a img {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.cookies {
  display: none;
  font-size: 12px;
  line-height: 15px;
  color: #888787;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 3px 3px 13px #d3d3d3;
  box-shadow: 3px 3px 13px #d3d3d3;
  padding: 5px 2px;
  position: fixed;
  margin: 0 auto;
  bottom: 0;
  width: 988px;
  max-width: 100px;
  z-index: 9999;
  right: 50%;
  margin-right: -494px;
  opacity: 0.8;
}

.btn_cook {
  width: 60px;
  margin: 10px 5px 0;
  display: inline-block;
}

.btn_cook_ok {
  color: #fff;
  background-color: #0cf;
  background-color: rgba(0, 203, 254, 0.9);
  -webkit-box-shadow: 0 6px 13px 0 rgba(0, 204, 255, 0.24);
  box-shadow: 0 6px 13px 0 rgba(0, 204, 255, 0.24);
  border: 1px solid rgba(0, 204, 255, 0.24);
}

@media (max-width: 822px) {
  .cookies {
    width: 100%;
    margin: 0 auto;
    right: 0;
    font-size: 10px;
  }
}
.sort_default {
  font-weight: 700;
}

.des_change span,
.p_sort,
.p_sort span {
  text-align: center;
  color: #2a3882;
  font-size: 13px;
}

.des_change {
  text-align: center;
}

.des_hide {
  display: none;
}

.loupe img {
  max-width: unset;
}

.likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 1em 4px;
  margin-right: 30px;
  border: 2px solid #ecebeb;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .likes {
    padding: 4px;
    border: none;
  }
}
.likes a {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 24px;
  background: url(/image/ico_heart.png) no-repeat 0 0;
  background-size: 100%;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
}

.likes a.full,
.likes a:active,
.likes a:focus,
.likes a:hover {
  background-position: 0 bottom;
}

.likes span {
  line-height: 23px;
  padding: 4px 0 0 5px;
}

.likes a.full + span,
.likes a:active + span,
.likes a:focus + span {
  display: inline;
}

div.ml_box {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(75, 75, 75, 0.95);
  text-align: center;
}

div.ml_box img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: zoom-out;
  cursor: -webkit-zoom-out;
  border-radius: 4px;
  border: 4px solid #d7d7d7;
}

.limg,
.loupe {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.user_phone:before {
  content: "+7";
  display: block;
  height: 40px;
  color: #363636;
  position: absolute;
  top: 11px;
  left: 7px;
  font-size: 18px;
}

.user_phone {
  position: relative;
  width: 202px;
  margin: 0 auto;
}

#user_phone {
  width: 200px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 8px 36px;
  height: 40px;
  font-size: 16px;
  color: #363636;
}

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.about_price {
  font-size: 12px;
  color: #656d78;
  margin-top: 5px;
}

@media (max-width: 844px) {
  .product__art,
  .product__art_in,
  .product__title {
    text-align: left !important;
    max-width: 90%;
    padding: 0 22px;
    margin: 0 auto;
  }
}
#description-text.closedtext {
  height: 85px !important;
  overflow: hidden;
}

#description-text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body.nooverflow {
  overflow: hidden;
}

#modal_container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#modal_container.showit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_body {
  max-width: 600px;
  max-height: 600px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  position: relative;
}

#closeit {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}

#closeit:after,
#closeit:before {
  content: "";
  height: 20px;
  width: 1px;
  background: rgba(0, 0, 0, 0.8);
  top: 1px;
  left: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
}

#closeit:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#forload {
  padding: 45px 22px 22px;
  overflow: auto;
  max-height: 600px;
  height: 100%;
}

.user_phone {
  margin-bottom: 25px;
}

#preview_video {
  position: absolute;
  z-index: 990;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

#preview_video img {
  width: 100%;
}

#pl_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 64;
}

#pl_btn svg {
  height: 100%;
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media (max-width: 768px) {
  amp-img {
    max-width: 100%;
    height: auto !important;
  }
  amp-img img {
    position: relative !important;
    width: auto !important;
    height: auto !important;
  }
  .header-message {
    padding-left: 70px;
  }
}
.loupe img {
  max-width: unset;
}

.likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 1em 4px;
  margin-right: 30px;
  border: 2px solid #ecebeb;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .likes {
    padding: 4px;
    border: none;
  }
}
.likes a {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 24px;
  background: url(/image/ico_heart.png) no-repeat 0 0;
  background-size: 100%;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
}

.likes a:hover,
.likes a:active,
.likes a:focus,
.likes a.full {
  background-position: 0 bottom;
}

.likes span {
  line-height: 23px;
  padding: 4px 0 0 5px;
}

.likes a:active + span,
.likes a:focus + span,
.likes a.full + span {
  display: inline;
}

div.ml_box {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(75, 75, 75, 0.95);
  text-align: center;
}

div.ml_box img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: zoom-out;
  cursor: -webkit-zoom-out;
  border-radius: 4px;
  border: 4px solid #D7D7D7;
}

.loupe, .limg {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.user_phone:before {
  content: "+7";
  display: block;
  height: 40px;
  color: #363636;
  position: absolute;
  top: 11px;
  left: 7px;
  font-size: 18px;
}

.user_phone {
  position: relative;
  width: 202px;
  margin: 0 auto;
}

#user_phone {
  width: 200px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 8px 36px;
  height: 40px;
  font-size: 16px;
  color: #363636;
}

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.about_price {
  font-size: 12px;
  color: #656d78;
  margin-top: 5px;
}

.top_img {
  background-color: black;
}

.about_flats {
  max-width: 1000px;
  margin: 0 auto;
}

.aflat {
  display: block;
  float: left;
  width: 500px;
  height: 405px;
  padding-right: 10px;
}

.aimg {
  max-width: 100%;
  padding: 30px;
  padding-left: 0px;
}

.p_property {
  color: #1C3967;
  font-size: 22px;
  font-weight: 500;
  margin-top: 50px;
}

.p_after {
  color: #1C3967;
  font-size: 13px;
  font-weight: 500;
}

.p_items, .ul_items {
  color: #485567;
  font-size: 13px;
}

.article-box {
  border: 1px solid rgba(204, 209, 217, 0.6);
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}

.article-box .img {
  width: 160px;
  height: 160px;
  padding: 5px;
  margin-right: 10px;
}

.article-box .img img {
  width: 100%;
}

.img_wrap {
  width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

@media (max-width: 768px) {
  .article-box {
    display: block;
  }
  .img_wrap {
    width: 100%;
  }
}
#user_online_presentation_phone,
#user_feedback_phone,
#quiz_phone {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 8px 36px;
  height: 40px;
  font-size: 16px;
  color: #363636;
  border: 1px solid rgba(204, 209, 217, 0.9);
}

@media (max-width: 1208px) {
  .page-header__logo {
    display: none;
  }
}
@media (max-width: 800px) {
  .page-header__nav-toggle {
    /*margin-top: 66px;*/
  }
}
@media (max-width: 616px) {
  .page-header__nav-toggle {
    /*margin-top: 52px;*/
  }
}
@media (max-width: 580px) {
  .page-header__info {
    margin-top: 50px;
  }
}
@media (max-width: 418px) {
  .page-header__nav-toggle {
    /*margin-top: 75px;*/
  }
}
@media (max-width: 321px) {
  .page-header__nav-toggle {
    margin-top: 90px;
  }
}
.sizes label input {
  display: none;
}

.sizes label span {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 28px;
  font-size: 12px;
  line-height: 30px;
  margin: 2px 0px;
  border: 1px solid #d1d2d4;
  cursor: pointer;
}

.sizes label span:hover {
  border: 1px solid #e6b97e;
}

.sizes label input:checked + span {
  border: 2px solid #e6b97e;
}

.user_phone_modal:before, .user_phone:before {
  content: "+7";
  display: block;
  height: 40px;
  color: #363636;
  position: absolute;
  top: 11px;
  left: 7px;
  font-size: 18px;
}

.user_phone_modal, .user_phone {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
}

#user_phone_modal, #user_phone {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 8px 36px;
  height: 40px;
  font-size: 16px;
  color: #363636;
  border: 1px solid rgba(204, 209, 217, 0.9);
}

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#mobile_cats {
  display: none;
}

@media (max-width: 767px) {
  #mobile_cats {
    display: block;
    margin: 5px auto;
    text-align: center;
  }
}
#mobile_cats ul {
  margin: 3px auto;
  list-style: circle;
  width: 200px;
  display: block;
  text-align: left;
}

#mobile_cats ul a {
  color: #2a3882;
}

.p_sort, .p_sort span, .des_change span {
  text-align: center;
  color: #2a3882;
  font-size: 13px;
}

.des_change {
  text-align: center;
}

.des_hide {
  display: none;
}

.filter__range-scale {
  background-color: #2a3882;
  cursor: pointer;
}

.ui-widget-header {
  background-color: rgba(204, 209, 217, 0.8);
  height: 3px;
  position: relative;
  top: -3px;
  cursor: pointer;
}

.ui-slider-handle {
  position: absolute;
  top: 15px;
  left: 54px;
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  border: 3px solid #2a3882;
  border-radius: 50%;
  cursor: pointer;
}

.filter__range-scale {
  background-color: #2a3882;
  cursor: pointer;
}

.ui-widget-header {
  background-color: rgba(204, 209, 217, 0.8);
  height: 3px;
  position: relative;
  top: -3px;
  cursor: pointer;
}

.ui-slider-handle {
  position: absolute;
  top: 15px;
  left: 54px;
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  border: 3px solid #2a3882;
  border-radius: 50%;
  cursor: pointer;
}

.catalog-product__link img {
  width: 140px;
  height: 140px;
}

.catalog-product__title {
  font-size: 15px;
}

@media (min-width: 576px) {
  .catalog-product__title {
    min-height: 5px;
    text-align: center;
  }
  /*.product-price {*/
  /*    display: none;*/
  /*}*/
}
.right_arrow_img {
  display: none;
}

.btn_index {
  overflow: hidden;
}

.mobile_new_menu {
  display: none;
}

.title-mobile-new {
  color: #354885;
  font-size: 27px;
  font-weight: normal;
  padding-top: 30px;
  padding-bottom: 30px;
}

.mobile_new_menu a img {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}

.new_menu_item {
  border: 1px solid rgba(204, 209, 217, 0.6);
  display: inline-block;
  width: 140px;
  text-align: center;
  padding: 10px;
  margin: 8px;
  color: #656d78;
}

.new_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 320px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .slider {
    display: none;
  }
}
@media (max-width: 575px) {
  .mobile_new_menu {
    display: block;
  }
  .btn_index {
    width: 155px;
    margin: 8px auto;
    border: 0px;
    text-decoration: underline;
    color: #00ccff;
    font-size: 15px;
    padding-left: 0px;
    margin-left: 0px;
  }
  .btn_index:hover, .btn_index:focus {
    color: #00ddff !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0px !important;
  }
  .btn_index::after {
    content: "";
    position: absolute;
    top: 11.5px;
    right: 13px;
    width: 10px;
    height: 10px;
    background-image: url("/image/icon-button_blue.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
  .card-type__title {
    padding-right: 45px;
  }
  .cards-types__item {
    padding-bottom: 10px;
  }
  .right_arrow_img {
    display: block;
    position: absolute;
    right: 5px;
    height: 45px;
    top: 45px;
  }
}
.p-t-50 {
  padding-top: 50px;
  padding-bottom: 20px;
}

.p-t-r {
  padding-top: 0px !important;
}

.sizes label input {
  display: none;
}

.sizes label span {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 28px;
  font-size: 12px;
  line-height: 30px;
  margin: 2px 0px;
  border: 1px solid #d1d2d4;
  cursor: pointer;
}

.sizes label span:hover {
  border: 1px solid #e6b97e;
}

.sizes label input:checked + span {
  border: 2px solid #e6b97e;
}

.user_phone_modal:before, .user_phone:before {
  content: "+7";
  display: block;
  height: 40px;
  color: #363636;
  position: absolute;
  top: 11px;
  left: 7px;
  font-size: 18px;
}

.user_phone_modal, .user_phone {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
}

#user_phone_modal, #user_phone {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 8px 36px;
  height: 40px;
  font-size: 16px;
  color: #363636;
  border: 1px solid rgba(204, 209, 217, 0.9);
}

input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user_phone::before {
  font-size: 15px;
}

.sizes label input {
  display: none;
}

.sizes label span {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 28px;
  font-size: 12px;
  line-height: 30px;
  margin: 2px 0px;
  border: 1px solid #d1d2d4;
  cursor: pointer;
}

.sizes label span:hover {
  border: 1px solid #e6b97e;
}

.sizes label input:checked + span {
  border: 2px solid #e6b97e;
}

.catalog-product__link img {
  width: 140px;
  height: 140px;
}

.catalog-product__title {
  font-size: 15px;
}

@media (min-width: 576px) {
  .catalog-product__title {
    min-height: 5px;
    text-align: center;
  }
  /*.product-price {*/
  /*    display: none;*/
  /*}*/
}
.product__photo {
  position: relative;
  overflow: hidden;
}

.product__photo img {
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}