html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}

body {
  font-size: 16px;
  color: #212121;
  font-family: "Montserrat";
  background: #fff;
}
body .mobile-menu-open {
  overflow: hidden;
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

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

h1 {
  font-family: "El Messiri";
  font-weight: bold;
  font-size: 45px;
  line-height: 120%;
  margin-bottom: 40px;
}

h2 {
  font-family: "El Messiri";
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 100%;
  margin-bottom: 40px;
}

h3 {
  font-size: 26px;
  line-height: 1.23;
  margin-bottom: 24px;
}

.subtitle {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 38px;
}

b,
strong {
  font-weight: bold;
}

p {
  line-height: 140%;
  margin-bottom: 11px;
}
p.alted {
  margin-bottom: 40px;
}
p:last-child {
  margin-bottom: 0;
}

a,
img {
  outline: none;
}

a {
  color: #212121;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

input[type=submit],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

input[type=search] {
  -webkit-appearance: textfield !important;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input.default,
textarea.default {
  background: #F9F9FD;
  border-radius: 8px;
  height: 48px;
  border: 0;
  outline: 0;
  padding: 0 20px;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea.default {
  height: 200px;
  padding: 20px;
}

input.default::-webkit-input-placeholder,
textarea.default::-webkit-input-placeholder {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input.default::-moz-placeholder,
textarea.default::-moz-placeholder {
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

input.default:-moz-placeholder,
textarea.default:-moz-placeholder {
  -moz-transition: 0.3s;
  transition: 0.3s;
}

input.default:-ms-input-placeholder,
textarea.default:-ms-input-placeholder {
  -ms-transition: 0.3s;
  transition: 0.3s;
}

input.default:focus::-webkit-input-placeholder,
textarea.default:focus::-webkit-input-placeholder {
  opacity: 0;
}

input.default:focus::-moz-placeholder,
textarea.default:focus::-moz-placeholder {
  opacity: 0;
}

input.default:focus:-moz-placeholder,
textarea.default:focus:-moz-placeholder {
  opacity: 0;
}

input.default:focus:-ms-input-placeholder,
textarea.default:focus:-ms-input-placeholder {
  opacity: 0;
}

.button.centered {
  text-align: center;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background: #6D7EF2;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: #5362C7;
}
.btn.btn-md {
  height: 48px;
  padding: 0 32px;
  font-weight: 600;
  font-size: 16px;
}
.btn.btn-lg {
  height: 60px;
  padding: 0 60px;
  font-weight: 500;
  font-size: 18px;
}

.form__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 32px;
  text-align: center;
}
.form__field {
  margin-bottom: 15px;
}
.form__field:last-child {
  margin-bottom: 0;
}
.form .default {
  width: 100%;
}
.form .btn {
  width: 100%;
  text-align: center;
}

.slick-list {
  position: relative;
  margin: auto -12px;
}

.slick-slide {
  padding: 0 12px;
}
.slick-slide img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.slick-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0px 5px 22px rgba(11, 27, 41, 0.113035);
          box-shadow: 0px 5px 22px rgba(11, 27, 41, 0.113035);
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 200;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-arrow.slick-hidden {
  display: none !important;
}
.slick-arrow path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-arrow.slick-prev {
  left: -21px;
}
.slick-arrow.slick-next {
  right: -21px;
}
.slick-arrow:hover {
  background: #6D7EF2;
}
.slick-arrow:hover path {
  stroke: #fff;
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
.slick-dots button {
  display: none;
}
.slick-dots li {
  width: 24px;
  background: #fff;
  height: 3px;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-dots li:not(:last-child) {
  margin-right: 6px;
}
.slick-dots li:hover, .slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.5);
}

.one-click {
  margin-top: 20px;
}
.one-click a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #6D7EF2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.one-click a:hover {
  color: #212121;
}
.one-click a svg {
  margin-right: 10px;
}
.one-click a span {
  text-decoration: underline !important;
}

.wrap {
  max-width: 1248px;
  padding: 0 24px;
  margin: 0 auto;
}

.logo {
  height: 41px;
}
.logo a {
  height: 100%;
  display: block;
}
.logo a svg {
  height: 100%;
}
.logo a path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.logo a:hover path:nth-child(2) {
  fill: #6D7EF2;
}

.social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social a {
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 44px;
  height: 44px;
  border-radius: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social a:not(:last-child) {
  margin-right: 12px;
}
.social a svg {
  width: 24px;
  height: 24px;
}
.social a path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social .instagram {
  background: #E4E4FF;
}
.social .instagram:hover {
  background: #5F5FE5;
}
.social .instagram:hover path {
  fill: #E4E4FF;
}
.social .telegram {
  background: #E0F8FF;
}
.social .telegram:hover {
  background: #5EC5E5;
}
.social .telegram:hover path {
  fill: #E0F8FF;
}
.social .whatsapp {
  background: #E0FFED;
}
.social .whatsapp:hover {
  background: #6FCF97;
}
.social .whatsapp:hover path {
  fill: #E0FFED;
}
.social.dark a {
  background: #292929 !important;
}
.social.dark a path {
  fill: #ACACAC !important;
}
.social.dark a:hover {
  background: #ACACAC !important;
}
.social.dark a:hover path {
  fill: #292929 !important;
}

.search {
  height: 40px;
  max-width: 530px;
  width: 100%;
}
.search form {
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search input {
  height: 100%;
  border: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 16px;
  font-size: 16px;
  color: #828181;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.search input:focus {
  outline: 0;
}
.search button {
  height: 100%;
  width: 67px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  background: #6D7EF2;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search button:hover {
  background: #5362C7;
}

.notify {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #6D7EF2;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.notify svg {
  margin-right: 8px;
}
.notify span {
  text-decoration: underline !important;
}
.notify:hover {
  color: #212121;
}

.personal {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.personal a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
  color: #828181;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.personal a:not(:last-child) {
  margin-right: 18px;
}
.personal a .icon {
  margin-right: 6px;
  height: 24px;
  width: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.personal a path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.personal .favorite path {
  fill: transparent;
}
.personal .favorite:hover path {
  fill: #F7184C;
  stroke: #F7184C;
}
.personal .cart-header .icon {
  margin-right: 18px;
}
.personal .cart-header:hover {
  color: #6D7EF2;
}
.personal .cart-header:hover path {
  fill: #6D7EF2;
}
.personal .icon {
  position: relative;
}
.personal .icon small {
  display: block;
  background: #6D7EF2;
  position: absolute;
  top: -4px;
  right: -8px;
  color: #fff;
  padding: 4px 5px;
  font-size: 8px;
  line-height: 8px;
  border-radius: 4px;
  font-style: normal;
}

.section-std {
  margin: 100px 0;
}

.category__image {
  overflow: hidden;
}
.category__image img {
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.category__title {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  padding: 0 15px;
  font-family: "El Messiri";
  font-weight: bold;
  font-size: 45px;
  line-height: 100%;
  z-index: 2;
}
.category a {
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.category a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  background: #212121;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.category a:hover:before {
  opacity: 0.1;
}
.category a:hover .category__image img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.product {
  max-width: 282px;
  border: 1px solid #F4F3FE;
  border-radius: 4px;
}
.product__image {
  position: relative;
  margin: -1px -1px 0;
}
.product__image a {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  display: block !important;
  position: relative;
}
.product__image a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
}
.product__image a img {
  display: block !important;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.product__image:hover a:before {
  opacity: 0.1;
}
.product__image:hover a img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.product__image .to-favorite {
  position: absolute;
  top: 14px;
  right: 16px;
  cursor: pointer;
  z-index: 3;
}
.product__image .to-favorite path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: transparent;
  stroke: #828181;
}
.product__image .to-favorite:hover path {
  fill: #F7184C;
  stroke: #F7184C;
}
.product__image__buttons {
  position: absolute;
  top: 50px;
  right: 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 3;
}
.product__image__buttons > *:not(:last-child) {
  margin-bottom: 10px;
}
.product__image__buttons .zoom-in path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product__image__buttons .zoom-in:hover path {
  stroke: #6D7EF2;
}
.product .product__image-slider {
  position: relative;
}
.product__labels {
  position: absolute;
  left: 0;
  top: 14px;
  display: block;
  z-index: 2;
}
.product__labels span {
  display: block;
}
.product__labels span:not(:last-child) {
  margin-bottom: 6px;
}
.product__labels span i {
  display: inline-block;
  font-style: normal;
  padding: 2px 8px;
  border-radius: 0 4px 4px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #FFFFFF;
}
.product__labels .discount i {
  background: #F7184C;
}
.product__labels .novelty i {
  background: #24C079;
}
.product__labels .hit i {
  background: #CB3ACE;
}
.product__desc {
  padding: 10px 16px 20px;
}
@media (max-width: 1279px) {
  .product__desc {
    padding: 10px;
  }
}
.product__info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-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: 2px;
}
.product__available {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #24C079;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .product__available {
    font-size: 10px;
  }
}
.product__vendor {
  font-size: 12px;
  line-height: 24px;
  color: #828181;
  margin-bottom: 8px;
}
.product__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 8px;
}
.product__title a {
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product__title a:hover {
  color: #6D7EF2;
}
.product__list {
  margin-bottom: 20px;
}
.product__list ul {
  list-style-type: none;
}
.product__list ul li {
  padding-left: 20px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.product__list ul li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 10px;
  background: #212121;
}
.product__block-buy {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
}
.product__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1279px) {
  .product__price {
    font-size: 16px;
  }
}
.product__price span {
  color: #F7184C;
  display: block;
}
.product__price del {
  display: inline-block;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  position: relative;
}
.product__price del:after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #F7184C;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
}
.product .one-click {
  margin-top: 20px;
}
.product.action {
  border: 0;
  background: #FFD200;
  padding: 45px 24px 0;
  overflow: hidden;
}
.product.action .action__image {
  position: relative;
  margin: 0 -24px 50px 0;
}
@media (max-width: 1279px) {
  .product.action .action__image {
    margin-bottom: 15px;
  }
}
.product.action .action__image img {
  display: block;
}
.product.action .action__title {
  font-family: "El Messiri";
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 100%;
  margin-bottom: 26px;
}
@media (max-width: 1279px) {
  .product.action .action__title {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
.product.action .action__desc {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 50px;
}
@media (max-width: 1279px) {
  .product.action .action__desc {
    margin-bottom: 25px;
  }
}
.product.action .action__desc strong {
  font-weight: 800;
}
.product.action .action__buy {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
}
.advantage {
  max-width: 384px;
  border-radius: 20px;
  border: 1px solid #6D7EF2;
  background: #fff;
  padding: 30px 20px 28px 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.advantage:hover {
  background: #F9FAFF;
}
.advantage__image {
  margin-bottom: 18px;
  height: 50px;
}
.advantage__image svg {
  height: 50px;
}
.advantage__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}

.rating {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating strong {
  font-weight: 500;
  font-size: 16px;
  margin-right: 6px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1279px) {
  .rating strong {
    font-size: 14px;
  }
}
.rating__stars {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating__stars svg {
  position: relative;
  margin-top: -2px;
}
@media (max-width: 1279px) {
  .rating__stars svg {
    width: 12px;
    height: 12px;
  }
}
.rating__stars svg:not(:last-child) {
  margin-right: 2px;
}
.rating__stars svg.grey path {
  stroke: #BEBEC2;
  fill: transparent;
}

.contacts {
  border: 1px solid #E4E4FB;
  border-radius: 8px;
  padding: 38px 24px 45px;
}
.contacts__title {
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  color: #000;
  margin-bottom: 32px;
}
.contacts .social {
  margin-bottom: 30px;
}
.contacts__fileds {
  font-size: 16px;
  line-height: 140%;
  color: #7B7B7B;
}
.contacts__fileds p:not(:last-child) {
  margin-bottom: 17px;
}
.contacts__fileds p a {
  color: #6D7EF2;
  font-weight: 600;
  text-decoration: underline !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts__fileds p a:hover {
  color: #000;
}
.contacts__fileds p strong {
  margin: 0 10px;
  color: #000;
  font-weight: normal;
}
.contacts__fileds p strong a {
  font-weight: normal;
  color: #000;
  text-decoration: none !important;
}
.contacts__fileds p strong a:hover {
  color: #6D7EF2;
}
.contacts__fileds p strong .phone {
  font-size: 20px;
  line-height: 24px;
}

.buy-block__price {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 32px;
}
.buy-block__price strong {
  font-weight: 600;
  color: #F7184C;
  margin-right: 12px;
}
.buy-block__price del {
  display: inline-block;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  position: relative;
}
.buy-block__price del:after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #F7184C;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
}
.buy-block__price .discount {
  margin-left: auto;
  background: #F7184C;
  border-radius: 4px;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 26px;
  padding: 2px 8px;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  margin-left: 42px;
}
.buy-block__quantity {
  overflow: hidden;
  margin-left: 0;
  width: 0;
  opacity: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 44px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  border: 1px solid #F4F3FE;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.buy-block__quantity button {
  border: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  background: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.buy-block__quantity button path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.buy-block__quantity button:hover path {
  fill: #6D7EF2;
}
.buy-block__quantity input {
  margin: 0 7px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 0;
  outline: 0;
  font-family: "Montserrat";
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  cursor: default;
}
.buy-block__submit {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.buy-block__submit:hover .buy-block__quantity {
  margin-left: 7px;
  width: 140px;
  padding: 8px 7px;
  opacity: 1;
}
.buy-block #button-cart {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.params {
  margin: 24px 0;
}
.params__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #212121;
  margin-bottom: 16px;
}
.params__field {
  margin-bottom: 10px;
  line-height: 120%;
  position: relative;
}
.params__field:last-child {
  margin-bottom: 0;
}
.params span {
  display: inline-block;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 331px;
}
.params span:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px dashed #E6E4FB;
  position: absolute;
  left: 0;
  bottom: 3px;
}
.params span i {
  padding-right: 8px;
  background: #fff;
  font-style: normal;
  position: relative;
  z-index: 10;
}
.params strong {
  display: inline-block;
  background: #fff;
  font-weight: normal;
  padding-left: 11px;
}

.tabs {
  margin: 80px 0;
}
.tabs__titles {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 32px;
}
.tabs__title {
  padding: 0 32px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  padding-bottom: 8px;
  font-family: "El Messiri";
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #828181;
  cursor: pointer;
  border-bottom: 2px solid #F4F3FE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tabs__title:hover, .tabs__title.active {
  color: #605DEC;
  border-color: #605DEC;
}
.tabs__content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabs__content.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumbs {
  margin: 40px 0 16px;
}
.breadcrumbs.alted {
  margin: 40px 0;
}
.breadcrumbs__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.breadcrumbs a,
.breadcrumbs span {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 16px;
  color: #828181;
}
.breadcrumbs a:not(:last-child):after,
.breadcrumbs span:not(:last-child):after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #828181;
  margin: 0 10px;
}
.breadcrumbs a {
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumbs a:hover {
  color: #6D7EF2;
}
.breadcrumbs .go-back {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #6D7EF2;
  border: 2px solid #6D7EF2;
  border-radius: 4px;
  padding: 0 16px;
  margin-right: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumbs .go-back:after {
  display: none !important;
}
.breadcrumbs .go-back svg {
  margin-right: 4px;
}
.breadcrumbs .go-back path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumbs .go-back:hover {
  background: #6D7EF2;
  color: #fff;
}
.breadcrumbs .go-back:hover path {
  stroke: #fff;
}

.shadowbox {
  padding: 32px;
  -webkit-box-shadow: 0px 0px 2px rgba(142, 141, 208, 0.12), 0px 4px 8px rgba(142, 141, 208, 0.12);
          box-shadow: 0px 0px 2px rgba(142, 141, 208, 0.12), 0px 4px 8px rgba(142, 141, 208, 0.12);
  border-radius: 8px;
}

.mt0 {
  margin-top: 0 !important;
}

.content-grid {
  margin-top: 16px;
}
.content-grid__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-grid .content {
  position: relative;
  overflow: hidden;
}

.sidebar {
  width: 240px;
  margin-right: 5.4166666667%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1279px) {
  .sidebar {
    width: 200px;
    margin-right: 20px;
  }
}
.sidebar__trigger {
  display: none;
}
.sidebar__block:not(:last-child) {
  margin-bottom: 40px;
}
.sidebar__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 16px;
  cursor: pointer;
}
.sidebar__title span {
  margin-left: 5px;
  font-weight: 500;
}
.sidebar__title svg {
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar__title.inactive svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sidebar input[type=submit] {
  width: 100%;
  padding: 0;
}

.gallery {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-right: -50px;
  margin-bottom: -50px;
}
.gallery a {
  width: calc(33.33% - 50px);
  margin-right: 50px;
  margin-bottom: 50px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.gallery a:after {
  content: "";
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.gallery a:hover:after {
  opacity: 0.2;
}
.gallery a:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 0;
}
.content__inner h2 {
  margin-bottom: 20px;
  font-size: 34px;
}
.content__inner .section-std {
  margin: 70px 0;
}

.filter-form-block__close {
  display: none;
}

.filter-slide .ui-slider {
  height: 32px;
  padding: 6px 7px;
  position: relative;
}
.filter-slide .ui-slider:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  height: 2px;
  background: #f3f3fe;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.filter-slide .ui-slider-range {
  height: 2px;
  background: #6D7EF2;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.filter-slide .ui-slider-handle {
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #fff;
  border: 1px solid #6D7EF2;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.filter-slide .ui-slider-handle:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #6D7EF2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.filter-slide .ui-slider-handle:hover {
  border-color: #fff;
  -webkit-box-shadow: 0px 5px 18px rgba(179, 187, 246, 0.7);
          box-shadow: 0px 5px 18px rgba(179, 187, 246, 0.7);
}
.filter-slide .ui-slider-handle:nth-child(3) {
  margin-left: -20px;
}
.filter-slide .inputDiv {
  margin-bottom: 16px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter-slide .inputDiv__item {
  width: 47.9166666667%;
}
.filter-slide .inputDiv span {
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  color: #828181;
  -webkit-transform: translate(8px, 9px);
          transform: translate(8px, 9px);
}
.filter-slide input {
  display: block;
  width: 100%;
  height: 56px;
  border-radius: 7px;
  border: 1px solid #F2F2F2;
  padding: 29px 8px 8px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
  outline: 0;
  font-family: "Montserrat";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filter-slide input:hover, .filter-slide input:focus {
  border-color: #6D7EF2;
}
.filter-slide input + input {
  float: right;
  padding-left: 7px;
}

.checkboxes .checkbox {
  display: block;
  cursor: pointer;
}
.checkboxes .checkbox:not(:last-child) {
  margin-bottom: 8px;
}
.checkboxes .checkbox span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 130%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkboxes .checkbox span .icon {
  width: 24px;
  height: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkboxes .checkbox span .icon svg {
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  top: -1px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.checkboxes .checkbox span .color {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 12px;
}
.checkboxes .checkbox span .color.white {
  border: 1px solid #EDEFF1;
  background: #fff;
}
.checkboxes .checkbox span .color.black {
  background: #212121;
}
.checkboxes .checkbox span .color.grey {
  background: #E0E0E0;
}
.checkboxes .checkbox span .color.green {
  background: #24C079;
}
.checkboxes .checkbox span .color.red {
  background: #F7184C;
}
.checkboxes .checkbox:hover span {
  color: #6D7EF2;
}
.checkboxes .checkbox:hover span .icon {
  border-color: #6D7EF2;
}
.checkboxes .checkbox input {
  display: none;
}
.checkboxes .checkbox input:checked + span .icon {
  background: #6D7EF2;
}
.checkboxes .checkbox input:checked + span .icon svg {
  opacity: 1;
}

.header {
  margin-bottom: 30px;
}
.header__top {
  background: -webkit-gradient(linear, left bottom, left top, from(#F8F8F8), to(#F8F8F8));
  background: linear-gradient(0deg, #F8F8F8, #F8F8F8);
}
.header__top__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-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;
  padding: 6px 0;
}
.header .logo {
  margin-right: auto;
}
.header .social a {
  width: 36px;
  height: 36px;
  border-radius: 12px;
}
.header .social a:not(:last-child) {
  margin-right: 10px;
}
.header .social a svg {
  max-width: 19px;
  max-height: 19px;
  width: 18px;
  height: 18px;
}
.header .search {
  margin-left: 27px;
}
.header .personal {
  margin-left: 43px;
}
.header__nav-top ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.header__nav-top ul li {
  margin-right: 23px;
}
@media (max-width: 1279px) {
  .header__nav-top ul li {
    margin-right: 10px;
  }
}
.header__nav-top ul li:last-child {
  margin-right: 0;
}
.header__nav-top ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #828181;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1279px) {
  .header__nav-top ul li a {
    font-size: 13px;
  }
}
.header__nav-top ul li a:hover {
  color: #6D7EF2;
}
.header__nav-top ul li.attention a {
  font-weight: 500;
}
.header__nav-top ul li.attention a:not(:hover) {
  color: #F7184C;
}
.header__cities {
  margin-left: auto;
}
.header__city {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__city span {
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
  color: #828181;
}
.header__city a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  margin-left: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1279px) {
  .header__city a {
    font-size: 14px;
  }
}
.header__city a:hover {
  color: #6D7EF2;
}
.header__phone {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-left: 18px;
}
@media (max-width: 1279px) {
  .header__phone {
    font-size: 14px;
  }
}
.header__phone a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__phone a:hover {
  color: #6D7EF2;
}
.header__middle__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 0;
}
.header__bottom {
  background: #F8F8F8;
}
.header__bottom__inner {
  height: 64px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__bottom .cats-menu {
  height: 100%;
}
.header__bottom .cats-menu__btn {
  height: 100%;
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 46px 0 45px;
  background: #6D7EF2;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__bottom .cats-menu__btn .icon {
  margin-right: 18px;
}
.header__bottom .cats-menu__btn:hover {
  background: #5362C7;
}
.header__bottom .cats-menu__block {
  position: absolute;
  z-index: 200;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.15);
  padding: 35px 0 30px;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.header__bottom .cats-menu__block__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header__bottom .cats-menu:hover .cats-menu__block {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__bottom .cats-menu__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20.9166666667%;
  height: 295px;
  margin-right: 4.6666666667%;
}
.header__bottom .cats-menu__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__bottom .cats-menu__list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 44px;
}
.header__bottom .cats-menu__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.header__bottom .cats-menu__item {
  min-width: 180px;
  padding-right: 10px;
}
@media (max-width: 1279px) {
  .header__bottom .cats-menu__item {
    min-width: 1px;
  }
}
.header__bottom .cats-menu__item:not(:last-child) {
  margin-right: 24px;
}
.header__bottom .cats-menu__item ul {
  list-style-type: none;
}
.header__bottom .cats-menu__item ul li {
  font-size: 16px;
  line-height: 24px;
  color: #828181;
}
.header__bottom .cats-menu__item ul li:not(:last-child) {
  margin-bottom: 20px;
}
.header__bottom .cats-menu__item ul li a {
  color: #828181;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__bottom .cats-menu__item ul li a:hover {
  color: #6D7EF2;
}
.header__bottom .cats-menu__link {
  min-width: 180px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #6D7EF2;
}
@media (max-width: 1279px) {
  .header__bottom .cats-menu__link {
    min-width: 1px;
  }
}
.header__bottom .cats-menu__link a {
  color: #6D7EF2;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__bottom .cats-menu__link a:hover {
  color: #828181;
}
.header__bottom .menutop {
  height: 100%;
  margin-left: 48px;
}
.header__bottom .menutop ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  height: 100%;
}
.header__bottom .menutop ul li {
  height: 100%;
}
.header__bottom .menutop ul li:not(:last-child) {
  margin-right: 36px;
}
@media (max-width: 1279px) {
  .header__bottom .menutop ul li:not(:last-child) {
    margin-right: 15px;
  }
}
.header__bottom .menutop ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1279px) {
  .header__bottom .menutop ul li a {
    font-size: 14px;
  }
}
.header__bottom .menutop ul li a:hover {
  color: #6D7EF2;
}
.header__bottom .callback {
  margin-left: auto;
}
.header__bottom .callback a {
  color: #6D7EF2;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline !important;
}
@media (max-width: 1279px) {
  .header__bottom .callback a {
    font-size: 14px;
  }
}
.header__bottom .callback a:hover {
  color: #F7184C;
}

.banner-main {
  margin: 30px 0 -60px;
}
.banner-main__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-main__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 61px 72px 75px 56px;
  background: linear-gradient(269.18deg, #E4DFE0 20.67%, #E4DFE0 21.01%, rgba(228, 223, 224, 0) 85.58%), #E4DFE0;
}
.banner-main__title h1 {
  line-height: 100%;
  margin-bottom: 22px;
}
.banner-main__list {
  margin-bottom: 43px;
}
.banner-main__list ul {
  list-style-type: none;
}
.banner-main__list ul li {
  padding-left: 18px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}
.banner-main__list ul li:not(:last-child) {
  margin-bottom: 6px;
}
.banner-main__list ul li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 10px;
  background: #212121;
}
.banner-main__image {
  width: 54.6666666667%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.banner-main__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.categories {
  margin-bottom: -19px;
}
.categories__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto -12px;
}
.categories .category {
  width: calc(33.33% - 24px);
  margin: 0 12px 19px;
}
.categories.big .category {
  width: calc(33.33% - 24px);
  margin: 0 12px 19px;
}
.categories.big .category:first-child {
  width: calc(100% - 12px);
}
.categories.light .category__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  color: #828181;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.categories.light .category a:hover .category__title {
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

.products-slider {
  position: relative;
}
.products-slider-js {
  overflow: hidden;
}
.products__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px -24px;
}
.products__inner .product {
  max-width: none;
  width: calc(33.33% - 24px);
  margin: 0 12px 24px;
}
.products.products-fw .product {
  width: calc(25% - 24px);
}

.sort {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 34px;
}
.sort span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sort span svg {
  margin-left: 10px;
}
.sort span path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sort__class {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sort__class span,
.sort__class a {
  padding: 8px 16px;
  background: #F4F3FE;
  border-radius: 4px;
  margin-right: 8px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sort__class span.active, .sort__class span:hover,
.sort__class a.active,
.sort__class a:hover {
  background: #6D7EF2;
  color: #fff;
}
.sort__by {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.sort__by span:hover {
  color: #6D7EF2;
}
.sort__by span:hover path {
  stroke: #6D7EF2;
}
.sort__by__select {
  cursor: pointer;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sort__by__select svg {
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.sort__by__select path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sort__by__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat";
  padding-right: 28px;
  cursor: pointer;
  color: #212121;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sort__by__select select option {
  color: #212121 !important;
}
.sort__by__select:hover path {
  stroke: #6D7EF2;
}
.sort__by__select:hover select {
  color: #6D7EF2;
}

.advantages__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 -12px;
}
.advantages .advantage {
  width: calc(100% - 24px);
  margin: 0 12px;
}

.bottom__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottom__text {
  width: 59.4166666667%;
  padding-right: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1279px) {
  .bottom__text {
    width: 50%;
  }
}
.bottom h2 {
  margin-bottom: 24px;
}
.bottom p {
  max-width: 588px;
}
.bottom .contacts {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-full__desc {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
.product-full__images {
  width: 40.5%;
  margin-right: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1279px) {
  .product-full__images {
    width: 30%;
  }
}
.product-full__images .product {
  max-width: none;
  border: 0;
  margin-bottom: 10px;
}
.product-full__thumbs .slick-list {
  margin: 0 0 0 -5px;
  padding: 0 5px 0 0;
  position: relative;
  width: calc(100% + 10px);
}
.product-full__thumbs .slick-slide {
  padding: 0 5px;
}
.product-full__thumbs .slick-slide.slick-current .product-full__thumbs__item:after {
  opacity: 0.1;
}
.product-full__thumbs__slider {
  position: relative;
}
.product-full__thumbs__slider__js {
  overflow: hidden;
}
.product-full__thumbs__item {
  display: block !important;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.product-full__thumbs__item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-full__thumbs__item:hover:after {
  opacity: 0.1;
}
.product-full__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.product-full__title span {
  padding-right: 10px;
  font-weight: bold;
  max-width: 203px;
  width: 100%;
  font-size: 18px;
  line-height: 120%;
}
.product-full__field {
  font-size: 16px;
  line-height: 120%;
  color: #828181;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  position: relative;
}
.product-full__field:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px dashed #E6E4FB;
  position: absolute;
  left: 0;
  bottom: 3px;
}
.product-full__field:not(:last-child) {
  margin-bottom: 10px;
}
.product-full__field span {
  max-width: 193px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-style: normal;
  display: inline-block;
  position: relative;
  z-index: 10;
  margin-bottom: -3px;
}
.product-full__field span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
}
.product-full__field span i {
  font-style: normal;
  background: #fff;
  padding-right: 8px;
}
.product-full__field strong {
  font-weight: normal;
  color: #212121;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  position: relative;
  z-index: 10;
  padding-left: 11px;
}
.product-full__params {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product-full__params__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product-full__params__right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 8.9855072464%;
  max-width: 319px;
  width: 100%;
}
.product-full .product-form {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 2px rgba(142, 141, 208, 0.12), 0px 4px 8px rgba(142, 141, 208, 0.12);
          box-shadow: 0px 0px 2px rgba(142, 141, 208, 0.12), 0px 4px 8px rgba(142, 141, 208, 0.12);
  border-radius: 8px;
  padding: 24px 18px 32px;
}
.product-full .product-form__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 18px;
}
.product-full .product-form .radio {
  margin-bottom: 16px;
}
.product-full .product-form .radio label {
  display: block;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-full .product-form .radio label:not(:last-child) {
  margin-bottom: 19px;
}
.product-full .product-form .radio label span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-full .product-form .radio label span i {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  width: 24px;
  height: 24px;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-full .product-form .radio label span i:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #6D7EF2;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-full .product-form .radio label span strong {
  font-weight: 500;
}
.product-full .product-form .radio label span strong small {
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  display: block;
  margin-top: 2px;
  color: #24C079;
}
.product-full .product-form .radio label span strong small b {
  font-weight: 500;
  color: #F7184C;
}
.product-full .product-form .radio label input {
  display: none;
}
.product-full .product-form .radio label input:checked + span i {
  border-color: #6D7EF2;
}
.product-full .product-form .radio label input:checked + span i:after {
  opacity: 1;
}
.product-full .product-form .radio label:hover {
  color: #6D7EF2;
}
.product-full .product-form .radio label:hover span i {
  border-color: #6D7EF2;
}
.product-full .product-form .buy-block {
  margin-top: 54px;
}
.product-full .product-form .one-click {
  margin-top: 24px;
}
.product-full .tabs__content {
  max-width: 830px;
}

.cart-steps {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.cart-steps__item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  height: 56px;
  width: 32.8333333333%;
  border: 1px solid #E4E4FB;
  border-radius: 3px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #828181;
}
.cart-steps__item:nth-child(1) {
  z-index: 3;
}
.cart-steps__item:nth-child(2) {
  z-index: 2;
}
.cart-steps__item:nth-child(3) {
  z-index: 1;
}
.cart-steps__item .arrow-svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 16px;
  height: 56px;
  overflow: hidden;
}
.cart-steps__item .arrow-svg:first-child {
  left: -2px;
  height: 50px;
}
.cart-steps__item .arrow-svg:last-child {
  right: -16px;
}
.cart-steps__item .arrow-svg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cart-steps__item .dote {
  border: 2px solid #E4E4FB;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: relative;
}
.cart-steps__item.active {
  color: #6D7EF2;
  border-color: #6D7EF2;
  background: #F9FAFF;
}
.cart-steps__item.active .arrow-svg svg path:nth-child(2) {
  fill: #F9FAFF;
}
.cart-steps__item.active .arrow-svg svg path:nth-child(3) {
  fill: #6D7EF2;
}
.cart-steps__item.active .dote {
  border-color: #6D7EF2;
  border-width: 5px;
}
.cart-steps__item.active .dote:after {
  content: "";
  display: block;
}
.cart-steps__item.done {
  color: #fff;
  border-color: #6D7EF2;
  background: #6D7EF2;
}
.cart-steps__item.done .arrow-svg svg path:nth-child(2) {
  fill: #6D7EF2;
}
.cart-steps__item.done .arrow-svg svg path:nth-child(3) {
  fill: #6D7EF2;
}
.cart-steps__item.done .arrow-svg:first-child {
  left: -3px;
}
.cart-steps__item.done .arrow-svg:first-child svg path:nth-child(2) {
  fill: #fff;
}
.cart-steps__item.done .arrow-svg:first-child svg path:nth-child(3) {
  fill: #fff;
}
.cart-steps__item.done .dote {
  border: 0 !important;
  background: url(../img/svg/icons/check-w.svg) center center no-repeat transparent;
  background-size: contain;
}
.cart-steps__item.done .dote:after {
  content: "";
  display: block;
}

.cts-form {
  margin-bottom: 40px;
}
.cts-form__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 24px;
}
.cts-form__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1279px) {
  .cts-form__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -32px;
  }
}
.cts-form__field {
  margin-right: 12px;
}
@media (max-width: 1279px) {
  .cts-form__field {
    width: calc(33.33% - 32px);
    margin-right: 32px;
  }
}
.cts-form__field:last-child {
  margin-right: 0;
}
.cts-form__field input.default {
  width: 262px;
}
@media (max-width: 1279px) {
  .cts-form__field input.default {
    width: 100%;
  }
}
.cts-form__field input.btn {
  padding: 0 49px;
}
.cts-form__field__itog {
  line-height: 24px;
}
.cts-form__field__itog small {
  font-size: 12px;
  color: #828181;
  display: block;
}
.cts-form__field__itog span {
  display: block;
  font-weight: 600;
  font-size: 20px;
}
.cts-form__field__submit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cts-form__itog {
  line-height: 24px;
  margin-left: 28px;
}
@media (max-width: 1279px) {
  .cts-form__itog {
    margin-top: 15px;
    margin-left: 0;
    width: auto;
  }
}
.cts-form__itog small {
  font-size: 12px;
  color: #828181;
  display: block;
}
.cts-form__itog span {
  display: block;
  font-weight: 600;
  font-size: 20px;
}
.cts-form__submit {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1279px) {
  .cts-form__submit {
    margin-top: 15px;
    margin-left: 38px;
  }
}

.cart {
  padding-right: 0;
  padding-bottom: 19px;
}
.cart__inner {
  overflow-y: auto;
  max-height: 566px;
  margin-right: 8px;
}
.cart.cart-success {
  padding-right: 32px;
}
.cart.cart-success .cart__inner {
  max-height: none;
  margin-right: 0;
}

.cart-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 32px;
  margin-bottom: 40px;
}
.cart-head__count {
  font-size: 14px;
  line-height: 120%;
  color: #828181;
}
.cart-head__count strong {
  color: #212121;
  font-weight: 500;
}
.cart-head .search {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 345px;
}

.cart-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 0 25px;
  max-width: 1140px;
}
.cart-item + .cart-item {
  padding-top: 24px;
  border-top: 1px solid #F4F3FE;
}
.cart-item__del {
  position: absolute;
  right: 14px;
  top: 25px;
  cursor: pointer;
}
.cart-item__del path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cart-item__del:hover path {
  stroke: #6D7EF2;
}
.cart-item:nth-child(1) .cart-item__del {
  top: 0;
}
.cart-item__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 147px;
  height: 147px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 24px;
}
.cart-item__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.cart-item__image a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-item__text {
  width: 486px;
  padding-bottom: 10px;
}
.cart-item__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}
.cart-item__title a {
  text-decoration: none;
  color: #212121;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cart-item__title a:hover {
  color: #6D7EF2;
}
.cart-item__params {
  margin-top: 10px;
}
.cart-item__params span {
  display: block;
  font-size: 14px;
  line-height: 120%;
  color: #828181;
  margin-bottom: 4px;
}
.cart-item__params span:last-child {
  margin-bottom: 0;
}
.cart-item__instock {
  margin-top: 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #24C079;
}
.cart-item__price {
  margin: 0 0 0 24px;
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cart-item__price strong {
  display: block;
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.cart-item__price small {
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #BEBEC2;
}
.cart-item__count {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 0 15px;
  height: 40px;
  border: 1px solid #F4F3FE;
  border-radius: 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 140px;
}
.cart-item__count button {
  height: 24px;
  width: 24px;
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  border: 0;
  outline: none !important;
  background: transparent;
  margin: 0 7px;
}
.cart-item__count button path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cart-item__count button:hover path {
  fill: #6D7EF2;
}
.cart-item__count .counter {
  width: 100%;
  text-align: center;
  border: 0;
  outline: none;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #212121;
  cursor: pointer;
}
.cart-item__itog {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 0 31px;
}
.cart-item__itog strong {
  display: block;
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.cart-item__itog small {
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #BEBEC2;
}

.cart-success .cart-item {
  padding-top: 14px;
}
.cart-success .cart-item + .cart-item {
  padding-bottom: 13px;
}
.cart-success .cart-item__text {
  width: 100%;
  max-width: 550px;
  padding-bottom: 0;
}
.cart-success .cart-item__image {
  width: 80px;
  height: 80px;
}
.cart-success .cart-item__amount {
  margin: 0 auto;
}
.cart-success .cart-item__itog {
  margin-left: auto;
}

.confirm-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.confirm-options {
  width: 100%;
  max-width: 588px;
  padding: 29px 0 12px;
}
@media (max-width: 1279px) {
  .confirm-options {
    margin-right: 30px;
  }
}

.confirm-item {
  margin-bottom: 43px;
}
.confirm-item:last-child {
  margin-bottom: 0;
}
.confirm-item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 16px;
}
.confirm-item__city input {
  width: 100%;
}
.confirm-item__btns {
  position: relative;
  margin-right: -24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.confirm-item__btn {
  width: 100%;
  margin-right: 24px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 109px;
}
.confirm-item__btn label {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 1px solid #E4E4FB;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.confirm-item__btn label:hover {
  background: #F9FAFF;
  border-color: #6D7EF2;
}
.confirm-item__btn label svg {
  margin-bottom: 4px;
}
.confirm-item__btn label span {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.confirm-item__btn label span small {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #828181;
  position: relative;
  font-weight: normal;
}
.confirm-item__btn input {
  display: none;
}
.confirm-item__btn input:checked + label {
  background: #F9FAFF;
  border-color: #6D7EF2;
}

.confirm-info {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 2px rgba(142, 141, 208, 0.12), 0px 4px 8px rgba(142, 141, 208, 0.12);
          box-shadow: 0px 0px 2px rgba(142, 141, 208, 0.12), 0px 4px 8px rgba(142, 141, 208, 0.12);
  border-radius: 8px;
  padding: 32px 24px 40px;
  width: 100%;
  max-width: 486px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.confirm-info__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 32px;
}
.confirm-info .params {
  margin-top: 0;
}
.confirm-info .params__field {
  margin-bottom: 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.confirm-info .params__field:last-child {
  margin-bottom: 0;
}
.confirm-info .params span {
  color: #828181;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.confirm-info .params strong {
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.confirm-info__bottom {
  margin-top: auto;
}
.confirm-info__price {
  padding-top: 32px;
  border-top: 1px solid #F4F3FE;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
.confirm-info__price strong {
  margin-left: auto;
  font-weight: 600;
}
.confirm-info__btn {
  margin-top: 24px;
}
.confirm-info__btn input {
  width: 100%;
}

.success-block__head {
  margin-bottom: 40px;
  text-align: center;
}
.success-block__title h1 {
  margin-bottom: 20px;
}
.success-block__title small {
  display: block;
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 30px;
}
.success-block__subtitle {
  font-weight: 500;
  max-width: 500px;
  margin: 0 auto;
}

.delivery {
  position: relative;
  margin-right: -50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.delivery-item {
  width: calc(100% - 50px);
  margin-right: 50px;
  margin-bottom: 50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 210px;
  border: 1px solid #E4E4FB;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition: 0.3s;
}
.delivery-item img {
  width: 80px;
  margin-bottom: 4px;
}
.delivery-item span {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}
.delivery-item span small {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #828181;
  position: relative;
  font-weight: normal;
}
.delivery-item:hover {
  background: #F9FAFF;
  border-color: #6D7EF2;
}

.map__inner {
  height: 400px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.map iframe {
  height: 100% !important;
  width: 100% !important;
}

.contacts-block__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts-block .contacts {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  border: 0;
}
.contacts-block .contacts .social {
  margin: 30px 0;
}
.contacts-block .form {
  width: 440px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 40px;
}

.footer {
  background: #000;
  margin-top: 100px;
}
.footer__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 43px;
}
.footer .logo {
  margin-right: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1279px) {
  .footer .logo {
    margin-right: 25px;
  }
}
.footer__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #C5C5C5;
  margin-bottom: 10px;
}
@media (max-width: 1279px) {
  .footer__title {
    font-size: 14px;
  }
}
.footer__menu {
  margin-right: 23px;
  padding-right: 10px;
  min-width: 140px;
}
@media (max-width: 1279px) {
  .footer__menu {
    margin-right: 15px;
  }
}
.footer__menu ul {
  list-style-type: none;
}
.footer__menu ul li {
  font-size: 16px;
  line-height: 24px;
  color: #C5C5C5;
}
@media (max-width: 1279px) {
  .footer__menu ul li {
    font-size: 13px;
  }
}
.footer__menu ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer__menu ul li a {
  color: #C5C5C5;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__menu ul li a:hover {
  color: #6D7EF2;
}
.footer__contacts {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 10px;
  margin-left: auto;
}
.footer__contacts .footer__title {
  margin-bottom: 16px;
}
.footer__feedback {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #C5C5C5;
  margin-bottom: 8px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1279px) {
  .footer__feedback {
    font-size: 13px;
  }
}
.footer__feedback a {
  color: #C5C5C5;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__feedback a:hover {
  color: #6D7EF2;
}
.footer__feedback .callback {
  margin-left: 8px;
  color: #6D7EF2;
  text-decoration: underline !important;
}
.footer__feedback .callback:hover {
  color: #C5C5C5;
}
.footer__adress {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #C5C5C5;
}
@media (max-width: 1279px) {
  .footer__adress {
    font-size: 13px;
  }
}
.footer .social {
  margin-top: 18px;
}
.footer__bottom {
  padding: 23px 0 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
  border-top: 1px solid #353535;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1279px) {
  .footer__bottom {
    font-size: 13px;
  }
}
.footer__bottom a {
  color: #595959;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__bottom a:hover {
  color: #6D7EF2;
}
.footer .policy {
  margin-left: 19%;
}
.footer .creator {
  margin-left: auto;
}
.footer .creator a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .creator svg {
  margin-left: 16px;
}