@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  font-weight: normal;
  src: url("../fonts/Montserrat-Regular.woff2");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url("../fonts/Montserrat-Bold.woff2");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url("../fonts/Montserrat-SemiBold.woff2");
}
@font-face {
  font-family: "Roboto";
  font-weight: normal;
  src: url("../fonts/Roboto-Regular.woff2");
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
}

.menu-wrapper {
  overflow: hidden;
}

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

body, h1, h2, h3, h4, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}

html, body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  color: #150730;
}

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

.page {
  overflow: hidden;
  position: relative;
  padding-top: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.container {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
}

.header {
  background: #FFFFFF;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 16px 0;
  border-bottom: 1px solid #E8E7EE;
}
.header-searchIcon {
  cursor: pointer;
  display: none;
}
.header-searchIcon svg {
  display: block;
}
.header-searchIcon svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-searchIcon:hover svg path {
  fill: #4C27DF;
}
.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  outline: none;
}
.header-logo span {
  display: inline-block;
  margin-top: 4px;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  font-family: "Montserrat", sans-serif;
  margin-left: 10px;
  color: #150730;
}
.header-logo:hover {
  text-decoration: none;
}
.header-phone {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #150730;
  text-decoration: none;
  display: inline-block;
  outline: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 40px;
}
.header-phone:hover {
  color: #4C27DF;
  text-decoration: none;
}
.header-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-item {
  text-decoration: none;
  outline: none;
  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: 72px;
  min-width: 72px;
  height: 44px;
  border: 1px solid #E8E7EE;
  border-radius: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-item:last-child {
  margin-right: 0;
}
.header-item svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-basket:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
          box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
}
.header-basket:hover svg path {
  fill: #4C27DF;
}
.header-toggle {
  background: #FFFFFF;
  border: 1px solid #E8E7EE;
  border-radius: 10px;
  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;
  cursor: pointer;
  width: 120px;
  min-width: 120px;
  height: 44px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 30px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-toggle__wrapper {
  position: relative;
  margin-right: 8px;
}
.header-toggle svg {
  display: block;
}
.header-toggle svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-toggle__text {
  font-size: 14px;
  line-height: 140%;
  color: #150730;
  -webkit-transition: all 0.4;
  -o-transition: all 0.4;
  transition: all 0.4;
}
.header-toggle__close {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
}
.header-toggle__hamburger {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-toggle:hover {
  -webkit-box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
          box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
}
.header-toggle:hover svg path {
  fill: #4C27DF;
}
.header-toggle.active .header-toggle__hamburger {
  opacity: 0;
}
.header-toggle.active .header-toggle__close {
  opacity: 1;
}
.header-search {
  position: relative;
  width: 404px;
  margin-left: auto;
  max-width: 100%;
}
.header-search__btn {
  cursor: pointer;
  display: block;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  position: absolute;
  z-index: 2;
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
}
.header-search__btn svg {
  display: block;
}
.header-search__btn svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-search__input {
  display: block;
  background: #FFFFFF;
  border: 1px solid #E8E7EE;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #150730;
  padding: 10px 10px 10px 57px;
}
.header-search__input::-webkit-input-placeholder {
  color: #B1AEB8;
}
.header-search__input::-moz-placeholder {
  color: #B1AEB8;
}
.header-search__input:-ms-input-placeholder {
  color: #B1AEB8;
}
.header-search__input::-ms-input-placeholder {
  color: #B1AEB8;
}
.header-search__input::placeholder {
  color: #B1AEB8;
}
.header-search__input:hover {
  -webkit-box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
          box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
}
.header-search__input:focus {
  -webkit-box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
          box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
}
.header-search__input:focus + .header-search__btn svg path {
  fill: #000;
}

.btn {
  text-decoration: none;
  outline: none;
  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;
  text-align: center;
  border: none;
  background: #4C27DF;
  width: 220px;
  height: 44px;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn:hover, .btn.hover {
  -webkit-box-shadow: 0px 18px 39px rgba(41, 21, 121, 0.15), 0px 5.42647px 11.7574px rgba(41, 21, 121, 0.0977383), 0px 2.25388px 4.88341px rgba(41, 21, 121, 0.075), 0px 0.815184px 1.76623px rgba(41, 21, 121, 0.0522617);
          box-shadow: 0px 18px 39px rgba(41, 21, 121, 0.15), 0px 5.42647px 11.7574px rgba(41, 21, 121, 0.0977383), 0px 2.25388px 4.88341px rgba(41, 21, 121, 0.075), 0px 0.815184px 1.76623px rgba(41, 21, 121, 0.0522617);
  background: #2E158F;
}
.btn:active {
  background: #150730;
  -webkit-box-shadow: 0px 18px 39px rgba(41, 21, 121, 0.15), 0px 5.42647px 11.7574px rgba(41, 21, 121, 0.0977383), 0px 2.25388px 4.88341px rgba(41, 21, 121, 0.075), 0px 0.815184px 1.76623px rgba(41, 21, 121, 0.0522617);
          box-shadow: 0px 18px 39px rgba(41, 21, 121, 0.15), 0px 5.42647px 11.7574px rgba(41, 21, 121, 0.0977383), 0px 2.25388px 4.88341px rgba(41, 21, 121, 0.075), 0px 0.815184px 1.76623px rgba(41, 21, 121, 0.0522617);
}
.btn.disabled {
  cursor: default;
  background: #E8E7EE;
  color: #B1AEB8;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  pointer-events: none;
}

.main {
  padding: 70px 0 65px;
  position: relative;
}
.main .container {
  position: relative;
  z-index: 2;
}
.main-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main-bg.main-mobile {
  display: none;
}
.main-title {
  width: 600px;
  max-width: 100%;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
}
.main-text {
  margin: 20px 0 45px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  width: 500px;
  max-width: 100%;
}

.footer {
  padding: 34px 0 20px;
  background: #150730;
  margin-top: auto;
}
.footer-bottom {
  text-align: center;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #85828D;
  padding-top: 20px;
  border-top: 1px solid #85828D;
  margin-top: 34px;
}
.footer-bottom__policy {
  text-decoration: none;
  display: inline-block;
  color: #85828D;
  margin-bottom: 6px;
}
.footer-bottom__policy:hover {
  text-decoration: underline;
}
.footer-bottom__mobile {
  display: none;
}
.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-logo {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
}
.footer-logo span {
  display: inline-block;
  margin-left: 10px;
  padding-top: 4px;
}
.footer-nav {
  padding: 0;
  margin: 0 auto 0 120px;
}
.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-nav ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.footer-nav ul li:last-child {
  margin-right: 0;
}
.footer-nav ul li a {
  text-decoration: none;
  outline: none;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
}
.footer-nav ul li a:hover {
  text-decoration: underline;
}
.footer-contact {
  text-align: right;
  font-size: 14px;
  line-height: 140%;
}
.footer-contact__phone {
  text-decoration: none;
  outline: none;
  display: inline-block;
  color: #fff;
}
.footer-contact__phone:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-contact__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-top: 8px;
}
.footer-contact__btn svg {
  display: block;
  margin-right: 2px;
}
.footer-contact__btn span {
  text-decoration: underline;
}
.footer-contact__btn:hover {
  color: #fff;
  text-decoration: none;
}
.footer-contact__btn:hover span {
  text-decoration: none;
}

.center {
  text-align: center;
}

.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #150730;
  position: relative;
  z-index: 2;
}

.page-slider {
  padding-top: 56px;
  margin-top: -36px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.page-slider__wrapper {
  position: relative;
}
.page-slider__arrows {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 3;
}
.page-slider__arrow {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #FFFFFF;
  border: 1px solid #E8E7EE;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  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;
  text-align: center;
  border-radius: 100%;
  margin-left: 6px;
  width: 36px;
  height: 36px;
}
.page-slider__arrow.page-slider__prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-slider__arrow svg {
  display: block;
}
.page-slider__arrow svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.page-slider__arrow.swiper-button-disabled svg path {
  fill: #E8E7EE;
}
.page-slider__arrow:hover {
  border-color: #4C27DF;
}
.page-slider .swiper-pagination {
  display: none;
}

.type {
  padding: 52px 0 58px;
}
.type-item {
  display: block;
  text-decoration: none;
  outline: none;
  text-align: center;
  padding: 6px 1px 8px;
  position: relative;
}
.type-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #FFFFFF;
  border: 1px solid #E8E7EE;
  border-radius: 8px;
}
.type-item span {
  display: block;
  font-size: 14px;
  line-height: 140%;
  color: #150730;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 6px;
  position: relative;
  z-index: 2;
}
.type-item img {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.type-item:hover span {
  color: #4C27DF;
}
.type-item:hover::before {
  left: -10px;
  width: calc(100% + 20px);
  top: -10px;
  height: calc(100% + 20px);
  -webkit-box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
          box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
}

.m-auto {
  margin: 0 auto;
}

.type-list {
  display: none;
}

.menu {
  position: fixed;
  left: 0;
  top: 77px;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  border-bottom: 1px solid #E8E7EE;
  min-height: 400px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
          transform: translateY(-120%);
  overflow: hidden;
  padding-top: 30px;
}
.menu.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.menu-container {
  position: relative;
  height: 370px;
  overflow-y: auto;
}
.menu-left {
  width: 200px;
  max-width: 100%;
  position: relative;
}
.menu-nav {
  padding: 0;
  margin: 0;
}
.menu-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.menu-nav ul li {
  display: block;
}
.menu-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding-left: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #150730;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  outline: none;
}
.menu-nav ul li a:hover {
  color: #4C27DF;
  text-decoration: none;
}
.menu-nav ul li a.active {
  color: #2E158F;
}
.menu-catalog {
  position: relative;
}
.menu-catalog__nav {
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 1;
}
.menu-catalog__nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: -500px;
  height: 1500px;
  width: 1px;
  background: #E8E7EE;
}
.menu-catalog__nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  min-height: 370px;
}
.menu-catalog__btn {
  border-top: 1px solid #E8E7EE;
  border-bottom: 1px solid #E8E7EE;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #150730;
  font-family: "Montserrat", sans-serif;
  padding-left: 20px;
}
.menu-catalog__btn span {
  display: inline-block;
  margin: 0 8px;
}
.menu-catalog__btn svg {
  display: block;
}
.menu-catalog__btn svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-catalog__btn:hover {
  color: #4C27DF;
}
.menu-catalog__btn:hover svg path {
  fill: #4C27DF;
}
.menu-catalog__btnBox {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
  background: rgba(21, 7, 48, 0.3);
  visibility: hidden;
  pointer-events: none;
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu-login {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  outline: none;
  color: #150730;
  margin-top: 30px;
  display: none;
}
.menu-login svg {
  display: block;
  margin-right: 8px;
}
.menu-login svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-login:hover {
  color: #4C27DF;
  text-decoration: none;
}
.menu-login:hover svg path {
  fill: #4C27DF;
}
.menu-login:active {
  color: #2E158F;
  text-decoration: none;
}
.menu-login:active svg path {
  fill: #2E158F;
}

.menu-catalog__nav ul li, .menu-rightNav ul li {
  display: block;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.menu-catalog__nav ul li a, .menu-rightNav ul li a {
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  height: 37px;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #150730;
  white-space: nowrap;
}
.menu-catalog__nav ul li a svg, .menu-rightNav ul li a svg {
  margin-right: 6px;
}
.menu-catalog__nav ul li a svg svg path, .menu-rightNav ul li a svg svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-catalog__nav ul li.parent > a::after, .menu-rightNav ul li.parent > a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/arrow-1.svg");
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: -1px;
}
.menu-catalog__nav ul li ul, .menu-rightNav ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.menu-catalog__nav ul li ul::before, .menu-rightNav ul li ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: -500px;
  height: 1500px;
  width: 1px;
  background: #E8E7EE;
}

.menu-left .menu-catalog__nav ul li:hover {
  color: #E8E7EE;
}
.menu-left .menu-catalog__nav ul li:hover > a {
  color: #4C27DF;
}
.menu-left .menu-catalog__nav ul li:hover > a::after {
  background-image: url("../img/arrow-2.svg");
}
.menu-left .menu-catalog__nav ul li:hover > a svg path {
  fill: #4C27DF;
}
.menu-left .menu-catalog__nav ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-mobileNav {
  display: none;
}

.menu-rightNav {
  position: absolute;
  left: calc(100% + 18px);
  top: -20px;
  width: calc(100% - 36px);
}
.menu-rightNav__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #85828D;
}
.menu-rightNav__link {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #150730;
}
.menu-rightNav__link:hover {
  color: #4C27DF;
  text-decoration: none;
}
.menu-rightNav__link:active {
  color: #2E158F;
  text-decoration: none;
}

.menu-rightNav {
  display: none;
}

.mainNews {
  padding-bottom: 100px;
}
.mainNews-item {
  position: relative;
  padding: 20px;
  min-height: 100%;
}
.mainNews-item__wrapper {
  position: relative;
  z-index: 1;
}
.mainNews-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F6F5F7;
  border-radius: 12px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid transparent;
}
.mainNews-item__link {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.mainNews-item__date {
  font-size: 14px;
  line-height: 140%;
  color: #85828D;
}
.mainNews-item__title {
  margin: 8px 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #150730;
}
.mainNews-item__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #150730;
}
.mainNews-item:hover::before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  left: -10px;
  top: -10px;
  background: #FFFFFF;
  border-color: #E8E7EE;
  -webkit-box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
          box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
  border-radius: 10px;
}
.mainNews .swiper-slide {
  height: auto !important;
}

.mainBrands {
  padding: 50px 0 70px;
}
.mainBrands-mobile {
  display: none;
}
.mainBrands-item {
  padding: 10px;
  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;
  text-align: center;
  min-height: 100%;
  position: relative;
  text-decoration: none;
  outline: none;
}
.mainBrands-item img {
  position: relative;
  z-index: 2;
}
.mainBrands-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #E8E7EE;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.mainBrands .swiper-slide {
  height: auto !important;
}
.mainBrands-list {
  display: none;
}

.mainBrands-desktop .mainBrands-item:hover::before, .mainBrands .page-slider__wrapper .mainBrands-item:hover::before, .brands .mainBrands-item:hover::before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  left: -10px;
  top: -10px;
  background: #FFFFFF;
  border: 1px solid #E8E7EE;
  -webkit-box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
          box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
  border-radius: 10px;
}

.header-lc {
  position: relative;
  z-index: 3;
}
.header-lc__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  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;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-lc__hover {
  position: absolute;
  padding-top: 18px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  top: 100%;
  left: 0;
  width: 202px;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header-lc__wrapper {
  background: #FFFFFF;
  border: 1px solid #E8E7EE;
  border-radius: 0px 0px 12px 12px;
  border-top: none;
  padding: 24px 23px 23px;
}
.header-lc__nav {
  padding: 0;
  margin: 0;
}
.header-lc__nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.header-lc__nav ul li {
  display: block;
  margin-bottom: 10px;
}
.header-lc__nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  outline: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #150730;
}
.header-lc__nav ul li a svg {
  display: block;
  margin-right: 6px;
}
.header-lc__nav ul li a svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-lc__nav ul li a:hover {
  color: #4C27DF;
}
.header-lc__nav ul li a:hover svg path {
  fill: #4C27DF;
}
.header-lc__nav ul li:last-child {
  margin-bottom: 0;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #E8E7EE;
}
.header-lc__nav ul li:last-child a {
  color: #85828D;
}
.header-lc__nav ul li:last-child a svg path {
  fill: #85828D;
}
.header-lc__nav ul li:last-child a:hover {
  color: #4C27DF;
}
.header-lc__nav ul li:last-child a:hover svg path {
  fill: #4C27DF;
}
.header-lc:hover .header-lc__hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.header-lc:hover .header-lc__link {
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
          box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
}
.header-lc:hover .header-lc__link svg path {
  fill: #4C27DF;
}

.mainCategory {
  padding: 50px 0;
}
.mainCategory-item {
  display: block;
  text-decoration: none;
  outline: none;
  position: relative;
  background: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #150730;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.mainCategory-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #E8E7EE;
}
.mainCategory-item img {
  position: relative;
  z-index: 2;
  border-radius: 10px 10px 0 0;
  display: block;
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainCategory-item span {
  display: block;
  padding: 8px 10px 10px;
  text-align: center;
}
.mainCategory-item:hover {
  color: #4C27DF;
  -webkit-transform: scale(1.11);
      -ms-transform: scale(1.11);
          transform: scale(1.11);
}
.mainCategory-list {
  display: none;
}

.popular {
  position: relative;
  padding: 40px 0 100px;
}
.popular::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 318px;
  background: #F6F5F7;
  z-index: -1;
}

.catalog-item {
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #FFFFFF;
  border: 1px solid #E8E7EE;
  border-radius: 12px;
  padding: 15px;
  white-space: nowrap;
}
.catalog-item__img {
  height: 200px;
  position: relative;
}
.catalog-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
.catalog-item__type {
  margin: 12px 0 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}
.catalog-item__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.catalog-item__name {
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.catalog-item__brand {
  margin: 10px 0 4px;
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
}
.catalog-item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog-item__text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-item__text span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #85828D;
}
.catalog-item__text p {
  margin-left: 2px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.catalog-item:hover {
  background: #FFFFFF;
  border: 1px solid #E8E7EE;
  -webkit-box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
          box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
  border-radius: 10px;
}

.popular.pagePopular {
  padding: 40px 0 100px;
}

.page-padding {
  padding-bottom: 100px;
}

.breadcrumbs {
  padding: 10px 0 40px;
}
.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #85828D;
}
.breadcrumbs-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.breadcrumbs-list li::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../img/breadcrumbs.svg");
}
.breadcrumbs-list li a {
  text-decoration: none;
  outline: none;
  display: inline-block;
  color: #85828D;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.breadcrumbs-list li a:hover {
  color: #4C27DF;
  text-decoration: none;
}
.breadcrumbs-list li a:active {
  color: #2E158F;
  text-decoration: none;
}
.breadcrumbs-list li:last-child::after {
  display: none;
}

.card-bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-bottom__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card-bottom__right {
  width: 280px;
  min-width: 280px;
  margin-left: 40px;
}
.card-bold {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #150730;
  margin-bottom: 14px;
  font-family: "Montserrat", sans-serif;
}
.card-bold.card-mb {
  margin-bottom: -20px;
}
.card-table {
  border-top: 1px solid #E8E7EE;
}
.card-table__item {
  border-bottom: 1px solid #E8E7EE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 8px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.card-table__gray {
  width: 284px;
  min-width: 284px;
  margin-right: 16px;
  color: #85828D;
}
.card-table__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card-table__text a {
  text-decoration: underline;
  color: #150730;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.card-table__text a:hover {
  text-decoration: underline;
  color: #4C27DF;
}
.card .page-slider {
  margin-top: -28px;
  padding-top: 42px;
  padding-bottom: 56px;
  margin-bottom: 0;
}
.card .page-slider__arrows {
  top: auto;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.card-img {
  padding: 18px;
  border: 1px solid #E8E7EE;
  border-radius: 12px;
  width: 280px;
  min-width: 280px;
  margin-right: 20px;
  display: block;
  text-decoration: none;
  outline: none;
}
.card-img img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}
.card-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #150730;
  display: inline-block;
  margin-right: 20px;
  font-family: "Montserrat", sans-serif;
}
.card-instock {
  padding: 6px 14px;
  background: #F6F5F7;
  border-radius: 6px;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #150730;
}
.card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-box {
  margin-top: 12px;
}
.card-text {
  margin-top: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.card-text span {
  display: inline-block;
  margin-right: 2px;
  color: #85828D;
}
.card-text p {
  display: inline-block;
}
.card-download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #150730;
}
.card-download span {
  display: inline-block;
  text-decoration: underline;
}
.card-download svg {
  display: block;
  margin-right: 6px;
}
.card-download svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.card-download:hover {
  color: #4C27DF;
}
.card-download:hover svg path {
  fill: #4C27DF;
}
.card-download:active {
  color: #2E158F;
}
.card-download:active svg path {
  fill: #2E158F;
}
.card-basket {
  margin-top: 18px;
}
.card-basket svg {
  display: block;
  margin-right: 8px;
}
.card-add {
  height: 72px;
  width: 324px;
  top: 96px;
  position: fixed;
  z-index: 9;
  left: 110%;
  background: #FFFFFF;
  border: 1px solid #E8E7EE;
  -webkit-box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
          box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  font-family: "Montserrat", sans-serif;
  color: #150730;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.card-add.active {
  left: calc(50% + 268px);
}
.card-add svg {
  display: block;
}
.card-add span {
  display: block;
  margin-left: 10px;
}
.card-add__close {
  right: 12px;
  top: 12px;
  cursor: pointer;
  position: absolute;
}
.card-mobile {
  display: none;
}

.news-list {
  margin: -20px -10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-block {
  width: 33.3333333333%;
  padding: 0 10px;
  margin-top: 20px;
}
.news-subtitle {
  width: 380px;
  max-width: 100%;
  font-size: 14px;
  line-height: 140%;
  margin: 14px 0 20px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination a {
  text-decoration: none;
  outline: none;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #B1AEB8;
  margin: 0 5px;
}
.pagination a:hover {
  text-decoration: none;
  color: #4C27DF;
}
.pagination a.active {
  color: #150730;
}
.pagination a:active {
  color: #2E158F;
  text-decoration: none;
}
.pagination a.prev, .pagination a.next {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid #E8E7EE;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/arrow-1.svg");
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0;
  margin-right: 21px;
}
.pagination a.prev:hover, .pagination a.next:hover {
  border-color: #4C27DF;
  background-image: url("../img/arrow-2.svg");
}
.pagination a.prev[disabled], .pagination a.prev.disabled, .pagination a.next[disabled], .pagination a.next.disabled {
  background-image: url("../img/arrow-gray.svg");
}
.pagination a.prev[disabled]:hover, .pagination a.prev.disabled:hover, .pagination a.next[disabled]:hover, .pagination a.next.disabled:hover {
  border: 1px solid #E8E7EE;
}
.pagination a.next {
  margin: 0;
  margin-left: 21px;
}
.pagination a.prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.article .title {
  margin-bottom: 20px;
}
.article-date {
  margin-top: -10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #85828D;
}

.content {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #150730;
}
.content a {
  color: #150730;
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.content a:hover {
  color: #4C27DF;
}
.content p, .content ul, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-bottom: 20px;
}
.content h1, .content h2 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 140%;
}
.content h3, .content h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}
.content h5, .content h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}
.content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.content ul {
  list-style: disc;
  padding-left: 20px;
}
.content ul li {
  margin-bottom: 6px;
}
.content ul li:last-child {
  margin-bottom: 0;
}

.about-subtitle {
  font-size: 16px;
  line-height: 140%;
  margin: 30px 0 40px;
  max-width: 100%;
  width: 780px;
}
.about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-img {
  width: 780px;
  display: block;
  margin-right: 50px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-items {
  width: 306px;
  max-width: 100%;
}
.about-item {
  margin-top: 20px;
}
.about-item:first-child {
  margin-top: 0;
}
.about-item__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
}
.about-item__text {
  margin-top: 6px;
  font-size: 16px;
  line-height: 140%;
}

.mainBrands.pageBrands {
  padding: 0 0 100px;
}
.mainBrands.pageBrands .mainBrands-slider {
  margin-bottom: -25px;
  padding-bottom: 25px;
}

.benefits {
  position: relative;
  padding: 66px 0 100px;
}
.benefits::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 264px;
  background: #F6F5F7;
  z-index: -1;
}
.benefits-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.benefits-subtitle {
  width: 380px;
  max-width: 100%;
  font-size: 14px;
  line-height: 140%;
}
.benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.benefits-block {
  width: 25%;
  margin-top: 28px;
  padding: 0 10px;
}
.benefits-item {
  min-height: 100%;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E8E7EE;
  border-radius: 10px;
}
.benefits-item__title {
  margin: 20px 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.benefits-item__text {
  font-size: 14px;
  line-height: 140%;
  color: #85828D;
}

.basket-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.basket-top__flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.basket-top__number {
  margin-left: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #B1AEB8;
  margin-bottom: 3px;
}
.basket-clear {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 140%;
  color: #B1AEB8;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.basket-clear svg {
  display: block;
}
.basket-clear svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.basket-clear:hover {
  color: #4C27DF;
}
.basket-clear:hover svg path {
  stroke: #4C27DF;
}
.basket-bottom {
  font-size: 16px;
  line-height: 140%;
  margin: 50px 0 20px;
}
.basket-item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8E7EE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.basket-item__img {
  border: 1px solid #E8E7EE;
  border-radius: 12px;
  display: block;
  text-decoration: none;
  outline: none;
  padding: 10px;
  margin-right: 20px;
  height: 110px;
  width: 180px;
  min-width: 180px;
}
.basket-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.basket-item__info {
  margin-right: auto;
}
.basket-item__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #150730;
  display: inline-block;
  margin-bottom: 8px;
  text-decoration: none;
}
.basket-item__title:hover {
  text-decoration: underline;
}
.basket-item__title.basket-item__mobile {
  display: none;
}
.basket-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 480px;
  max-width: 100%;
}
.basket-item__block {
  width: 50%;
}
.basket-item__text {
  font-size: 12px;
  line-height: 140%;
  color: #150730;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.basket-item__textGray {
  color: #85828D;
  display: inline-block;
  margin-right: 2px;
}
.basket-item__textDark {
  display: inline-block;
}
.basket-item:last-child {
  margin-bottom: 0;
}
.basket-item__delete {
  border: 1px solid #E8E7EE;
  border-radius: 8px;
  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;
  text-align: center;
  text-decoration: none;
  outline: none;
  width: 36px;
  height: 36px;
}
.basket-item__delete svg {
  display: block;
}
.basket-item__delete svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.basket-item__delete:hover {
  text-decoration: none;
}
.basket-item__delete:hover svg path {
  fill: #DC1B4A;
}
.basket-item__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  width: 284px;
  max-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.counter {
  border: 1px solid #E8E7EE;
  border-radius: 8px;
  width: 104px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.counter-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;
  text-align: center;
  width: 34px;
  height: 100%;
  min-width: 35px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.counter-btn svg {
  display: block;
}
.counter-btn svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.counter-btn:hover {
  text-decoration: none;
  background: rgba(246, 245, 247, 0.5);
}
.counter-btn:hover svg path {
  stroke: #4C27DF !important;
}
.counter-btn.counter-btn.counter-plus {
  border-right: none;
}
.counter-result {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px solid #E8E7EE;
  border-right: 1px solid #E8E7EE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: #F6F5F7;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 140%;
  color: #150730;
}

.catalog-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 11px 0;
}
.catalog-clear {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 14px;
  line-height: 20px;
  color: #85828D;
}
.catalog-clear svg {
  display: block;
  margin-right: 4px;
}
.catalog-clear svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.catalog-clear:hover {
  color: #4C27DF;
}
.catalog-clear:hover svg path {
  stroke: #4C27DF;
}
.catalog-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #150730;
  position: relative;
  z-index: 2;
}
.catalog-sort__item {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 10px;
  color: #85828D;
}
.catalog-sort__item svg {
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.catalog-sort__item svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.catalog-sort__item.active {
  color: #4C27DF;
}
.catalog-sort__item.active svg path {
  fill: #4C27DF;
}
.catalog-sort__item.catalog-sort__item__popular svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.catalog-left {
  width: 280px;
  min-width: 280px;
  margin-right: 20px;
}
.catalog-filter__title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 42px;
  padding-left: 18px;
  padding-right: 10px;
  background: #F6F5F7;
  border-radius: 10px;
  margin: -1px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #150730;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.catalog-filter__title svg {
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.catalog-filter__wrapper {
  padding: 16px 18px;
  display: none;
}
.catalog-filter__item {
  margin-bottom: 8px;
  border: 1px solid #E8E7EE;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.catalog-filter__item.active .catalog-filter__wrapper {
  display: block;
}
.catalog-filter__item.active .catalog-filter__title svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.catalog-filter__label {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
}
.catalog-filter__label:nth-child(1), .catalog-filter__label:nth-child(2), .catalog-filter__label:nth-child(3), .catalog-filter__label:nth-child(4), .catalog-filter__label:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-filter__label input {
  display: none;
}
.catalog-filter__label b {
  display: block;
  border: 1px solid #2E158F;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  width: 18px;
  height: 18px;
  min-width: 18px;
}
.catalog-filter__label b::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/checkbox.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.catalog-filter__label span {
  display: block;
  margin-left: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.catalog-filter__label input:checked + b {
  background: #2E158F;
}
.catalog-filter__label input:checked + b::before {
  opacity: 1;
}
.catalog-filter__label:first-child {
  margin-top: 0;
}
.catalog-filter__open {
  margin-top: 8px;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #85828D;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.catalog-filter__open:hover {
  text-decoration: none;
}
.catalog-filter__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.catalog-filter__inputs::before {
  content: "";
  width: 8px;
  height: 1px;
  left: calc(50% - 4px);
  background: #B1AEB8;
  top: 50%;
  position: absolute;
  display: block;
  pointer-events: none;
}
.catalog-filter__range {
  margin: 22px 0 12px;
}
.catalog-filter__input {
  position: relative;
  width: 108px;
}
.catalog-filter__input span {
  left: 12px;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 140%;
  color: #85828D;
  pointer-events: none;
  z-index: 1;
  position: absolute;
}
.catalog-filter__input input {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E8E7EE;
  border-radius: 10px;
  padding: 5px 5px 5px 31px;
  font-size: 14px;
  line-height: 140%;
  color: #150730;
}
.catalog-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.catalog-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px -10px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-block {
  width: 33.3333333333%;
  margin-top: 20px;
  padding: 0 10px;
}
.catalog-mobile {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
.catalog-mobile__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-mobile__back {
  cursor: pointer;
}
.catalog-mobile__back svg {
  display: block;
  margin-right: 10px;
}
.catalog-mobile__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #150730;
  font-family: "Montserrat", sans-serif;
}
.catalog-btn {
  width: 140px !important;
  height: 40px !important;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.catalog-btn svg {
  display: block;
  margin-right: 8px;
}
.catalog-btn span {
  display: inline-block;
}
.catalog-btn b {
  top: -8px;
  right: -4px;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #DC1B4A;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #FFFFFF;
}
.catalog-bottom {
  margin-top: 40px;
  text-align: center;
  display: none;
}
.catalog-bottom__text {
  font-size: 12px;
  line-height: 140%;
  color: #85828D;
}
.catalog-bottom__btn {
  margin: 14px auto 0;
}

.noUi-horizontal {
  height: 1px;
}

.noUi-target {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #B1AEB8;
}

.noUi-connect {
  background: #2E158F;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #2E158F;
  border-radius: 100%;
  cursor: pointer;
  top: calc(50% - 9.5px);
  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;
  text-align: center;
}
.noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after {
  display: none;
}

.noUi-touch-area {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
}

.fancybox__slide {
  padding: 18px;
}

.contact-wrapper {
  margin: 30px 0 50px;
  position: relative;
  padding: 40px 0;
}
.contact-inner {
  padding: 24px;
  width: 280px;
  max-width: 100%;
  background: #FFFFFF;
  border: 1px solid #E8E7EE;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.contact-map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-item {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-item__icon {
  width: 20px;
  min-width: 20px;
  margin-right: 6px;
  padding-top: 1px;
}
.contact-item__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #150730;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8px;
}
.contact-item__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #150730;
}
.contact-item__text a {
  color: #150730;
  display: inline-block;
  margin-bottom: 4px;
  text-decoration: none;
}
.contact-item__text a:hover {
  text-decoration: underline;
}
.contact-item__text a:last-child {
  margin-bottom: 0;
}
.contact-item:first-child {
  margin-top: 0;
}
.contact-info {
  padding: 40px 0;
  background: #F6F5F7;
}
.contact-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-info__item {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-info__item svg {
  display: block;
  min-width: 24px;
  margin-right: 10px;
}
.contact-info__item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #150730;
}
.contact-bottom {
  margin-top: 50px;
}
.contact-bottom__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-bottom__img {
  width: 780px;
  max-width: 100%;
  margin-right: 20px;
  border-radius: 16px;
  border: 1px solid #E8E7EE;
  overflow: hidden;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.contact-bottom__img img {
  width: 100%;
}
.contact-bottom .contact-item {
  margin-top: 16px;
}

[class*=ymaps-2][class*=-ground-pane] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.brands-subtitle {
  margin: 14px 0 20px;
  max-width: 100%;
  width: 400px;
  font-size: 14px;
  line-height: 140%;
}
.brands-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px -10px 0;
}
.brands-block {
  width: 16.6666666667%;
  padding: 0 10px;
  margin-top: 20px;
}

.brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
.brand-block {
  width: 180px;
  margin-right: 20px;
  max-width: 100%;
}
.brand-text {
  width: 610px;
  max-width: 100%;
}

.type-item__bottom {
  margin-top: 8px;
  font-size: 12px;
  line-height: 140%;
  color: #85828D;
  text-align: center;
}

.brandType {
  padding: 60px 0 80px;
}

.brandCategory {
  padding: 0 0 100px;
}

.hide {
  display: none;
}

.popup {
  width: 780px;
  background: #FFFFFF;
  border-radius: 12px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px;
}
.popup-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #150730;
  font-family: "Montserrat", sans-serif;
}
.popup-title.pb {
  padding-bottom: 8px;
}
.popup-wrapper {
  width: 280px;
  max-width: 100%;
  margin: 0 auto;
}
.popup-form__box {
  margin-top: 12px;
  position: relative;
}
.popup-form__text {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #85828D;
}
.popup-form__text::after {
  content: "*";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #DC1B4A;
  display: inline-block;
  margin-left: 2px;
}
.popup-form__text.not-necessary::after {
  display: none;
}
.popup-form__input {
  display: block;
  width: 100%;
  padding: 11px;
  background: #FFFFFF;
  border: 1px solid #E8E7EE;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #150730;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.popup-form__input:hover, .popup-form__input:focus {
  -webkit-box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05) !important;
          box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05) !important;
}
.popup-form__toggle {
  position: absolute;
  right: 12px;
  bottom: 12px;
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/input-toggle-1.svg");
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.popup-form__toggle.active {
  background-image: url("../img/input-toggle-2.svg");
}
.popup-form__btn {
  margin: 26px auto 0;
}
.popup-links {
  text-align: center;
  margin-top: 14px;
}
.popup-links__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #4C27DF;
  text-decoration: none;
  outline: none;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.popup-links__item:hover {
  color: #2E158F;
  text-decoration: none;
}
.popup-links__item:active {
  color: #150730;
  text-decoration: none;
}
.popup-links__line {
  display: block;
  width: 100%;
  height: 1px;
  background: #E8E7EE;
  margin: 20px 0;
}
.popup .carousel__button.is-close {
  width: 24px;
  height: 24px;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 24px;
  right: 24px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.popup .carousel__button.is-close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.popup .carousel__button.is-close::before, .popup .carousel__button.is-close::after, .popup .carousel__button.is-close svg {
  display: none;
}

.thanks {
  padding: 80px 22px;
}
.thanks-text {
  margin: 15px auto 40px;
  width: 450px;
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}
.thanks-btn {
  margin: 0 auto;
}

.basketDelete-buttons {
  padding: 10px 0;
  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;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.basketDelete-btn {
  width: 168px;
  height: 44px;
  margin: 0 10px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.basketDelete-gray {
  background: #F6F5F7;
  color: #150730;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.basketDelete-gray:hover {
  background: #2E158F;
  color: #fff;
}

.registration-tabs {
  margin: 20px 0 30px;
  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;
}
.registration-tabs__item {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #150730;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  padding-left: 26px;
}
.registration-tabs__item:first-child {
  margin-right: 35px;
}
.registration-tabs__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #2E158F;
}
.registration-tabs__item::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #2E158F;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.registration-tabs__item.active::after {
  opacity: 1;
}
.registration-policy {
  width: 420px;
  max-width: 100%;
  margin: 14px auto 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #85828D;
}
.registration-policy a {
  color: #4C27DF;
  text-decoration: none;
  outline: none;
}
.registration-policy a:hover {
  text-decoration: underline;
}
.registration-required {
  margin: 14px 0 30px;
  text-align: center;
  font-size: 14px;
  line-height: 140%;
  color: #150730;
}
.registration-required span {
  color: #DC1B4A;
}
.registration-content {
  display: none;
}
.registration-content.active {
  display: block;
}

.profile-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 40px;
}
.profile-link {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  height: 38px;
  padding: 0 20px;
  background: transparent;
  border: 1px solid #E8E7EE;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  font-size: 16px;
  line-height: 140%;
  color: #150730;
  border-radius: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.profile-link:last-child {
  margin-right: 0;
}
.profile-link:hover, .profile-link.active {
  border-color: #4C27DF;
  background: #4C27DF;
  color: #fff;
}
.profile-person {
  border-top: 1px solid #E8E7EE;
  padding-top: 20px;
}
.profile-person__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.profile-person__bold {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  font-family: "Montserrat", sans-serif;
}
.profile-person__edit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #B1AEB8;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.profile-person__edit svg {
  display: block;
  margin-left: 4px;
}
.profile-person__edit svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.profile-person__edit:hover {
  color: #4C27DF;
  text-decoration: none;
}
.profile-person__edit:hover svg path {
  fill: #4C27DF;
}
.profile-person__item {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.profile-person__item:first-child {
  margin-top: 0;
}
.profile-person__svg {
  width: 20px;
  min-width: 20px;
  margin-right: 6px;
}
.profile-person__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #B1AEB8;
  font-family: "Montserrat", sans-serif;
}
.profile-person__text {
  margin-top: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #150730;
}
.profile-person__text a {
  text-decoration: none;
  outline: none;
  display: inline-block;
  color: #150730;
}
.profile-person__text a:hover {
  text-decoration: underline;
}
.profile .popup-wrapper {
  margin: 0;
}
.profile .registration-required {
  text-align: left;
}
.profile .popup-form__btn {
  margin: 0;
}
.profile-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.profile-top__back {
  text-decoration: none;
  outline: none;
  display: inline-block;
  margin-right: 10px;
  min-width: 24px;
}
.profile-top__back svg {
  display: block;
}
.profile-top__back svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.profile-top__back:hover {
  text-decoration: none;
}
.profile-top__back:hover svg path {
  stroke: #4C27DF;
}
.profile-top__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  font-family: "Montserrat", sans-serif;
}
.profile-history {
  margin-top: 30px;
}
.profile-history__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F6F5F7;
  border-radius: 12px 12px 0px 0px;
  padding: 20px 24px;
}
.profile-history:first-child {
  margin-top: 0;
}
.profile-history__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile-history__topItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #85828D;
  width: 376px;
  max-width: 100%;
}
.profile-history__topItem:last-child {
  width: auto;
}
.profile-history__topItem span {
  display: inline-block;
  margin-right: 2px;
}
.profile-history__topItem p {
  color: #150730;
}
.profile-history__topItem p b {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.profile-history__btn {
  width: 180px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E8E7EE;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #150730;
  background: #FFFFFF;
  border: 1px solid #E8E7EE;
  border-radius: 10px;
}
.profile-history__btn svg {
  display: block;
  margin-right: 8px;
}
.profile-history__btn svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.profile-history__btn:hover {
  background: #4C27DF;
  border-color: #4C27DF;
  color: #fff;
}
.profile-history__btn:hover svg path {
  fill: #fff;
}
.profile-history__wrapper {
  padding: 0 24px;
  background: #FFFFFF;
  border: 1px solid #E8E7EE;
  border-radius: 0px 0px 12px 12px;
}
.profile-history__nav {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile-history__block {
  width: 200px;
}
.profile-history__block:nth-child(1) {
  width: 376px;
}
.profile-history__block:nth-child(3) {
  width: 270px;
}
.profile-history__block:nth-child(5) {
  width: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.profile-history__gray {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #85828D;
}
.profile-history__toggle {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #150730;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.profile-history__toggle svg {
  display: block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.profile-history__toggle svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.profile-history__toggle.active svg {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.profile-history__toggle:hover {
  color: #4C27DF;
}
.profile-history__toggle:hover svg path {
  fill: #4C27DF;
}
.profile-history__item {
  padding: 14px 0;
  border-top: 1px solid #E8E7EE;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #150730;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile-history__item span {
  display: none;
}
.profile-history__delete {
  margin-left: auto;
  background: #FFFFFF;
  border: 1px solid #E8E7EE;
  border-radius: 10px;
  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;
  text-align: center;
  width: 60px;
  height: 40px;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.profile-history__delete svg {
  display: block;
}
.profile-history__delete svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.profile-history__delete:hover {
  border-color: #4C27DF;
}
.profile-history__delete:hover svg path {
  fill: #4C27DF;
}
.profile-history__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #150730;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  text-decoration: none;
}
.profile-history__title:hover {
  text-decoration: underline;
  color: #4C27DF;
}
.profile-equipment__add {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 20px;
}
.profile-equipment__btn svg {
  display: block;
  margin-right: 8px;
}

#save-popup .thanks-text {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
#save-popup .popup-title {
  width: 100%;
}

.profile-person__mt {
  margin-top: 30px;
}

.equipment-item {
  margin-top: 30px;
  font-size: 14px;
  line-height: 140%;
}
.equipment-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #F6F5F7;
  border-radius: 12px 12px 0px 0px;
  padding: 24px;
}
.equipment-item__left {
  width: 376px;
  max-width: 100%;
}
.equipment-item__text {
  color: #150730;
}
.equipment-item__text span {
  display: inline-block;
  margin-right: 2px;
  color: #85828D;
}
.equipment-item__text p {
  display: inline-block;
}
.equipment-item__status {
  width: 360px;
  max-width: 100%;
}
.equipment-item__statusTitle {
  color: #85828D;
}
.equipment-item__statusItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.equipment-item__statusItem svg {
  display: block;
  margin-right: 4px;
}
.equipment-item__statusItem.equipment-item__error {
  color: #DC1B4A;
}
.equipment-item__statusItem.equipment-item__check {
  color: #4C27DF;
}
.equipment-item__form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #150730;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: auto;
  -ms-flex-item-align: center;
      align-self: center;
}
.equipment-item__form svg {
  display: block;
  margin-right: 4px;
}
.equipment-item__form svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.equipment-item__form:hover {
  color: #4C27DF;
}
.equipment-item__form:hover svg path {
  fill: #4C27DF;
}
.equipment-item__delete {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #85828D;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -ms-flex-item-align: center;
      align-self: center;
}
.equipment-item__delete svg {
  display: block;
}
.equipment-item__delete svg path {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.equipment-item__delete span {
  display: inline-block;
  margin-right: 4px;
}
.equipment-item__delete:hover {
  color: #4C27DF;
  text-decoration: none;
}
.equipment-item__delete:hover svg path {
  stroke: #4C27DF;
}

svg.equipment-item__mobile {
  display: none;
}

.menu .header-lc__nav {
  display: block;
  padding-left: 56px;
}

.menu-login.menu-login__active {
  color: #4C27DF;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.menu-login.menu-login__active svg path {
  fill: #4C27DF;
}

.menu-login__arrow {
  margin-left: 8px;
}

.header-basket span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #150730;
  margin-left: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-basket:hover span {
  color: #4C27DF;
}

.basketActive svg {
  width: 20px;
}

.contact-bottom__mob {
  display: none;
}

@media (max-width: 1200px) {
  .container {
    width: 960px;
  }

  .page {
    padding-top: 58px;
  }

  .header {
    padding: 12px 0;
  }
  .header .container {
    position: relative;
    z-index: 1;
  }
  .header-search {
    top: calc(100% + 20px);
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header-search__input {
    padding: 9px 15px;
    line-height: 20px;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #E8E7EE;
    -webkit-box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
            box-shadow: 0px 1px 15px rgba(21, 7, 48, 0.05), 0px 8px 12px rgba(21, 7, 48, 0.05);
    border-radius: 10px;
  }
  .header-search__btn {
    left: auto;
    right: 12px;
  }
  .header-search.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
  .header-searchIcon {
    display: inline-block;
  }
  .header-phone {
    font-size: 12px;
    line-height: 140%;
    margin-left: auto;
    margin-right: 30px;
  }
  .header-item {
    border: none;
    background: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 0;
    width: auto;
    display: inline-block;
    margin: 0 27px !important;
    min-width: auto;
    height: auto;
  }
  .header-item:first-child {
    display: none;
  }
  .header-toggle {
    background: transparent;
    border: none;
    padding: 0;
    width: auto;
    height: auto;
    min-width: auto;
    margin: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .header-toggle__text {
    display: none;
  }
  .header-toggle__wrapper {
    margin: 0;
  }
  .header-logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-logo img {
    width: auto;
    height: 32px;
  }
  .header-logo span {
    font-size: 14px;
    margin: 0 0 0 10px;
  }

  .footer {
    padding: 30px 0 20px;
  }
  .footer-list {
    display: block;
  }
  .footer-bottom {
    padding-top: 20px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .footer-nav {
    margin: 0;
    width: 400px;
    max-width: 100%;
  }
  .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-nav ul li {
    width: 50%;
    margin: 20px 0 0 0;
  }
  .footer-contact {
    text-align: left;
    margin-top: 30px;
  }

  .footer-logo span {
    margin-top: 9px;
    font-size: 18px;
    line-height: 25px;
    margin-left: 6px;
  }

  .footer-bottom__copy {
    display: none;
  }
  .footer-bottom__policy {
    margin: 0;
  }
  .footer-bottom__mobile {
    display: block;
  }
  .footer-bottom__mobile p {
    margin-top: 8px;
  }

  .menu {
    top: 58px;
    min-height: auto;
    padding: 30px 0;
    height: calc(100vh - 58px);
    overflow-y: auto;
  }
  .menu-container {
    height: 370px;
    overflow: hidden;
  }

  .catalog-item__img {
    padding-top: 79%;
    height: auto;
  }

  .card-add.active {
    left: calc(50% + 155px);
  }

  .about-img {
    width: calc(100% - 356px);
  }

  .benefits-item {
    padding: 18px;
  }

  .about-subtitle {
    width: calc(100% - 356px);
  }

  .basket-item__right {
    width: 220px;
  }

  .catalog-list {
    display: block;
  }
  .catalog-left {
    position: fixed;
    left: 0;
    top: 58px;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 58px);
    overflow-y: auto;
    padding-bottom: 40px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    visibility: hidden;
  }
  .catalog-left.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  .catalog-filter {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 18px;
  }
  .catalog-block {
    width: 25%;
  }

  .catalog-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog-sort {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
  }
  .catalog-clear {
    font-size: 12px;
  }
  .catalog-clear svg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 0 4px;
  }
  .catalog-bottom {
    display: block;
  }

  .contact-bottom__img {
    width: 700px;
  }

  .type-item__bottom {
    font-size: 11px;
  }

  .profile-history__block:nth-child(1), .profile-history__topItem {
    width: 300px;
    min-width: 300px;
  }

  .profile-history__block:nth-child(3) {
    width: 200px;
  }

  .equipment-item__left {
    width: 270px;
    min-width: 270px;
  }

  .equipment-item__status {
    width: 290px;
    min-width: 290px;
  }

  .catalog-filter__input {
    width: calc(50% - 36px);
  }

  .catalog .catalog-item__text:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

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

  .header-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-basket span {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .container {
    width: 730px;
  }

  .main {
    padding: 45px 0 51px;
  }
  .main-title {
    width: 265px;
    font-size: 24px;
    line-height: 140%;
  }
  .main-text {
    margin: 12px 0 30px;
    width: 265px;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .btn {
    width: 212px;
    height: 40px;
    border-radius: 10px;
    font-size: 14px;
  }

  .type {
    padding: 60px 0;
  }

  .page-slider__arrows {
    display: none;
  }

  .title {
    font-size: 20px;
    line-height: 28px;
  }

  .page-slider {
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .page-slider .swiper-pagination {
    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;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .page-slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #E8E7EE;
    border-radius: 100%;
    margin: 0 2px;
    opacity: 1;
    font-size: 0;
  }
  .page-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #4C27DF;
  }

  .mobile-hide {
    display: none;
  }

  .type-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 8px -6px 20px;
  }

  .type-block {
    width: 25%;
    padding: 0 6px;
    margin-top: 12px;
  }

  .menu {
    padding: 0;
  }

  .menu-container {
    width: 100% !important;
    padding: 30px 18px !important;
    overflow: visible;
  }

  .menu {
    width: 200%;
  }
  .menu-left {
    display: none;
  }

  .menu-mobileNav {
    display: block;
  }

  .menu-left {
    width: 100%;
  }

  .menu-catalog__nav {
    position: static;
    padding: 0;
    padding-left: 56px;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: none;
  }

  .menu-catalog__nav ul li a {
    padding: 0;
  }

  .menu-catalog__nav ul li ul {
    display: none;
  }

  .svg-arrow {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .menu-catalog__btnBox.active .svg-arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .menu-catalog__nav::before {
    display: none;
  }

  .menu-login {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .menu-catalog__btn {
    border: none;
  }

  .menu-nav ul li {
    border-top: 1px solid #E8E7EE;
  }
  .menu-nav ul li:last-child {
    border-bottom: 1px solid #E8E7EE;
  }

  .menu-catalog__btnBox {
    height: 48px;
  }

  .menu-catalog__btn:hover .menu-catalog__nav {
    opacity: 1;
  }

  .menu.step-next {
    left: -100%;
  }

  .menu-mobileNav {
    position: relative;
    width: 50%;
  }

  .menu-catalog__nav {
    opacity: 1;
  }

  .menu-catalog__nav ul {
    min-height: auto;
  }

  .menu-catalog__btn {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-nav ul li a {
    padding-left: 0;
  }

  .menu {
    left: 0%;
  }

  .menu-catalog__btnBox.open {
    color: #4C27DF;
  }
  .menu-catalog__btnBox.open svg path {
    fill: #4C27DF;
  }
  .menu-catalog__btnBox.open .svg-arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .menu-container {
    height: auto;
  }

  .menu-rightNav ul li a {
    padding: 0;
  }

  .menu-nav {
    width: calc(50% - 18px);
  }

  .menu-rightNav ul li.active a {
    color: #4C27DF;
  }
  .menu-rightNav ul li.active a svg path {
    fill: #4C27DF;
  }
  .menu-rightNav ul li.active a::after {
    background-image: url("../img/arrow-2.svg");
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .menu-rightNav ul li ul {
    display: none;
    opacity: 1;
    position: static;
    visibility: visible;
    pointer-events: auto;
  }
  .menu-rightNav ul li ul li {
    padding-left: 56px;
  }
  .menu-rightNav ul li ul li a {
    color: #150730 !important;
    font-size: 14px;
  }

  .menu-rightNav ul li.active ul {
    display: block;
  }

  .menu-catalog__nav ul li ul::before, .menu-rightNav ul li ul::before {
    display: none;
  }

  .mainNews {
    padding-bottom: 80px;
  }
  .mainNews-item {
    padding: 15px;
  }
  .mainNews-item__date {
    font-size: 14px;
    line-height: 140%;
  }
  .mainNews-item__title {
    margin: 4px 0 8px;
    font-size: 16px;
    line-height: 140%;
  }
  .mainNews-item__text {
    font-size: 14px;
    line-height: 140%;
  }

  .mainBrands {
    padding: 30px 0 40px;
  }
  .mainBrands-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 8px -6px 20px;
  }
  .mainBrands-block {
    width: 25%;
    padding: 0 6px;
    margin-top: 12px;
  }

  .brands-block {
    width: 25%;
  }

  .mainCategory {
    padding: 0 0 30px;
  }
  .mainCategory-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 8px -6px 20px;
  }
  .mainCategory-block {
    width: 33.3333333333%;
    padding: 0 6px;
    margin-top: 12px;
  }

  .mainCategory-item img {
    height: 130px;
  }

  .popular::before {
    height: 292px;
  }

  .popular {
    padding: 30px 0 60px;
  }

  .popular.pagePopular {
    padding: 30px 0 80px;
  }

  .page-padding {
    padding-bottom: 60px;
  }

  .card-bottom {
    display: block;
  }
  .card-bottom__right {
    min-width: auto;
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }
  .card-bottom__left {
    margin: 0;
    width: 100%;
    min-width: auto;
  }

  .card-bold {
    font-size: 20px;
    line-height: 140%;
  }

  .card-bold.card-mb {
    margin-bottom: 0;
  }

  .card .page-slider {
    padding: 0 0 20px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .card-table__gray {
    margin-right: 16px;
    width: 200px;
    min-width: 200px;
  }

  .breadcrumbs {
    padding-bottom: 20px;
  }

  .card-add {
    top: 66px;
    left: auto;
    right: -100%;
  }
  .card-add.active {
    right: 18px;
    left: auto;
  }

  .news {
    padding-bottom: 80px;
  }
  .news-block {
    width: 50%;
    padding: 0 6px;
    margin-top: 12px;
  }
  .news-list {
    margin: -12px -6px 0;
  }
  .news-subtitle {
    margin: 10px 0 40px;
  }

  .pagination {
    margin-top: 20px;
  }

  .about-subtitle {
    margin: 30px 0;
  }

  .mainBrands.pageBrands {
    padding: 0 0 60px;
  }

  .benefits {
    padding: 30px 0 80px;
  }
  .benefits-block {
    padding: 0 6px;
    margin-top: 12px;
    width: 50%;
  }
  .benefits-list {
    margin: -12px -6px 0;
  }
  .benefits-top {
    display: block;
  }
  .benefits-subtitle {
    margin: 14px 0 24px;
    width: 100%;
  }
  .benefits-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .benefits-item__icon {
    width: 62px;
    min-width: 62px;
    margin-right: 12px;
  }
  .benefits-item__info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .benefits-item__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin: 0;
  }
  .benefits-item__text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 140%;
  }

  .card .page-slider {
    margin-left: auto;
    margin-right: auto;
  }

  .about-subtitle {
    width: 100%;
  }

  .pb-mobile {
    padding-bottom: 80px;
  }

  .basket-bottom {
    margin: 30px 0 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .basket-clear {
    font-size: 12px;
    line-height: 140%;
  }
  .basket-clear svg {
    margin-left: 4px;
  }
  .basket-items {
    padding-top: 16px;
    border-top: 1px solid #E8E7EE;
  }
  .basket-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .basket-item__title {
    display: none;
  }
  .basket-item__title.basket-item__mobile {
    display: block;
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 140%;
    width: 100%;
  }
  .basket-item__img {
    width: 112px;
    min-width: 112px;
    margin-right: 14px;
    height: 109px;
    padding: 6px;
    border-radius: 12px;
  }
  .basket-item__info {
    width: calc(100% - 126px);
  }
  .basket-item__right {
    margin: 14px 0 0 0;
    width: 230px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .basket-item__delete {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0;
  }

  .catalog-block {
    width: 33.3333333333%;
  }

  .contact-bottom {
    margin-top: 30px;
  }
  .contact-bottom__list {
    padding-top: 4px;
    display: block;
  }
  .contact-bottom__img {
    width: 100%;
    margin-top: 30px;
  }

  .contact-wrapper {
    padding-top: 0;
    padding-bottom: 460px;
    margin-top: 30px;
  }
  .contact-map {
    height: 430px;
    top: auto;
    bottom: 0;
  }
  .contact-inner {
    width: 400px;
    max-width: 100%;
  }
  .contact-info {
    padding: 30px 0;
  }
  .contact-info__list {
    display: block;
  }
  .contact-info__item {
    margin-top: 20px;
    width: 100%;
  }
  .contact-info__item:first-child {
    margin-top: 0;
  }

  .brands-block {
    padding: 0 6px;
    margin-top: 12px;
  }
  .brands-list {
    margin: -12px -6px 0;
  }
  .brands-subtitle {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 30px;
  }

  .type-item__bottom {
    font-size: 12px;
    margin-top: 4px;
  }

  .brandType {
    padding: 40px 0 60px;
  }

  .brandCategory {
    padding-bottom: 80px;
  }

  .profile-history__btn {
    width: 180px;
    min-width: 180px;
    height: 40px;
  }

  .profile-history__top {
    padding: 16px;
    height: auto;
  }

  .profile-history__left {
    display: block;
  }

  .profile-history__topItem {
    min-width: auto;
    width: auto;
  }
  .profile-history__topItem span {
    display: none;
  }
  .profile-history__topItem p b::before {
    content: "№";
  }

  .profile-history__nav {
    display: none;
  }

  .profile-history__wrapper {
    padding: 0 16px;
  }

  .profile-history__item {
    display: block;
    padding: 20px 0;
    position: relative;
  }
  .profile-history__item span {
    display: inline-block;
    margin-right: 2px;
    color: #B1AEB8;
  }

  .profile-history__title {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 12px;
    width: calc(100% - 100px);
  }

  .profile-history__delete {
    position: absolute;
    top: 20px;
    right: 16px;
  }

  .profile-history__block {
    width: 100% !important;
    min-width: 100% !important;
    margin-top: 2px !important;
  }
  .profile-history__block:first-child, .profile-history__block:last-child {
    margin-top: 0 !important;
  }

  .profile-equipment__add {
    margin-bottom: 30px;
  }

  .equipment-item__left {
    width: 100%;
    min-width: auto;
  }

  .equipment-item__status {
    width: 100%;
    min-width: auto;
  }

  .equipment-list {
    padding-top: 20px;
  }

  .equipment-item {
    margin-top: 20px;
  }
  .equipment-item__top {
    display: block;
    position: relative;
    padding: 16px 16px 20px;
  }
  .equipment-item__delete {
    position: absolute;
    bottom: 12px;
    right: 18px;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #E8E7EE;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .equipment-item__delete span {
    display: none;
  }
  .equipment-item__status {
    padding: 10px 0;
    border-top: 1px solid #E8E7EE;
    border-bottom: 1px solid #E8E7EE;
    margin-bottom: 20px;
    margin-top: 8px;
  }

  svg.equipment-item__desktop {
    display: none;
  }
  svg.equipment-item__mobile {
    display: block;
  }

  .profile-history__delete {
    right: 0;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }

  .mainCategory-item img {
    height: 100px;
  }

  .card-list {
    display: block;
  }
  .card-img {
    display: none;
    margin: 20px 0;
    min-width: auto;
    width: 350px;
    max-width: 100%;
  }
  .card-img.card-mobile {
    display: block;
  }
  .card-top {
    display: block;
  }
  .card-title {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 140%;
  }

  .about-list {
    display: block;
  }
  .about-img {
    width: 100%;
    height: 290px;
    margin: 0 0 40px;
  }

  .benefits {
    padding: 30px 0 80px;
  }
  .benefits::before {
    height: 410px;
  }
  .benefits-block {
    width: 100%;
  }

  .header-phone {
    margin-right: auto;
  }

  .mainBrands-desktop {
    display: none;
  }
  .mainBrands-mobile {
    display: block;
  }

  .mainBrands-item {
    min-height: auto;
    height: 100px;
  }
  .mainBrands-item img {
    max-height: 100%;
  }

  .mainBrands-mobile .mainBrands-slider {
    padding: 0;
    margin: 20px 0 0 0;
  }

  .pageBrands .mainBrands-item:last-child {
    margin-top: 12px;
  }

  .basket-item__list {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .basket-item__text {
    width: 100%;
    font-size: 12px;
    line-height: 17px;
  }
  .basket-item__block {
    margin-bottom: 6px;
    width: 100%;
  }
  .basket-item__block:last-child {
    margin-top: auto;
    margin-bottom: 0;
  }

  .catalog-block {
    width: 50%;
  }

  .brand-list {
    display: block;
  }
  .brand-block {
    width: 156px;
    margin: 0 0 20px;
  }
}
@media (min-width: 577px) {
  .mobile-br {
    display: none;
  }
}
@media (max-width: 576px) {
  .container {
    width: 100%;
    padding: 0 18px;
  }

  .header-search {
    left: 18px;
    width: calc(100% - 36px);
  }

  .header-logo span {
    display: none;
  }

  .main-bg {
    display: none;
  }
  .main-bg.main-mobile {
    display: block;
  }

  .type-block {
    width: 33.3333333333%;
  }

  .mainBrands-block {
    width: 50%;
  }

  .brands-block {
    width: 50%;
  }

  .mainCategory-block {
    width: 50%;
  }

  .catalog-item {
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
  }

  .catalog-item__text {
    width: 50%;
  }
  .catalog-item__text:last-child {
    width: 50%;
  }

  .card-table__gray {
    width: 156px;
    min-width: 156px;
  }

  .card-add {
    width: calc(100% - 36px);
  }

  .card-basket {
    margin: 30px auto 0;
  }

  .news-block {
    width: 100%;
  }

  .basket .title span {
    display: none;
  }
  .basket-clear {
    margin-top: 6px;
  }
  .basket-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .basket-top__flex {
    display: block;
  }
  .basket-top__number {
    margin-top: 2px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-left: 0;
  }

  .catalog-block {
    width: 100%;
    margin-top: 12px;
  }

  .popup {
    padding: 60px 22px 30px;
  }

  .popup .carousel__button.is-close {
    right: 16px;
    top: 16px;
  }

  .thanks {
    padding: 60px 22px 50px;
  }
  .thanks-text {
    margin: 20px 0 40px;
  }
  .thanks .popup-title {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
  }

  .basketDelete-buttons {
    padding: 0;
    display: block;
  }
  .basketDelete-btn {
    margin: 0 auto;
  }
  .basketDelete-gray {
    margin-bottom: 12px;
  }

  .registration-tabs {
    display: block;
    margin: 24px auto;
    width: 160px;
    max-width: 100%;
  }
  .registration-tabs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .registration-tabs__item:first-child {
    margin: 0 0 12px 0;
  }

  .popup-wrapper {
    width: 100%;
  }

  .profile-person__edit svg {
    margin: 0;
  }

  .profile-person__edit span {
    display: none;
  }

  .profile-top__title {
    line-height: 24px;
  }

  .profile-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .profile-person__bold {
    width: 250px;
    max-width: 100%;
  }

  .profile-person__flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .profile-person__edit {
    margin-top: -2px;
  }

  .profile-links {
    overflow-x: scroll;
    margin-right: -18px;
  }

  .contact-bottom__mob {
    display: block;
  }

  .contact-bottom__desktop {
    display: none;
  }
}
@media (max-width: 370px) {
  .header-item {
    margin: 0 15px !important;
  }
}
@media (max-width: 359px) {
  .card-table__gray {
    width: 140px;
    min-width: 140px;
  }

  .card-table__item, .catalog-sort {
    font-size: 12px;
  }

  .registration-required, .registration-policy {
    line-height: 120%;
    font-size: 12px;
  }

  .profile-history__btn {
    width: 150px;
    min-width: 150px;
    font-size: 12px;
  }

  .profile-history__btn svg {
    margin-right: 4px;
  }

  .catalog-filter__input {
    width: calc(50% - 20px);
  }

  .header-item {
    margin: 0 12px !important;
  }

  .basket-item__text {
    line-height: 12px;
  }

  .header-basket span {
    margin-left: 2px;
  }
}