/*! normalize.sass v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button,
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 16px;
}

* {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.site {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.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;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  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;
  cursor: pointer;
  height: 44px;
  background: #E4BBF0;
  border-radius: 10px;
  padding: 0 20px;
  border: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #5E5162;
  -webkit-box-shadow: 0px 45px 18px rgba(68, 36, 76, 0.03), 0px 25px 15px rgba(68, 36, 76, 0.09), 0px 11px 11px rgba(68, 36, 76, 0.15), 0px 3px 6px rgba(68, 36, 76, 0.17), 0px 0px 0px rgba(68, 36, 76, 0.18);
  box-shadow: 0px 45px 18px rgba(68, 36, 76, 0.03), 0px 25px 15px rgba(68, 36, 76, 0.09), 0px 11px 11px rgba(68, 36, 76, 0.15), 0px 3px 6px rgba(68, 36, 76, 0.17), 0px 0px 0px rgba(68, 36, 76, 0.18);
}

.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn-big {
  max-width: 344px;
  height: 94px;
  font-size: 24px;
  line-height: 140%;
}

.btn:hover {
  background: #754980;
  color: #fff;
}

.btn-dark {
  background: #754980;
  color: #fff;
  -webkit-box-shadow: 0px 45px 18px rgba(68, 36, 76, 0.03), 0px 25px 15px rgba(68, 36, 76, 0.09), 0px 11px 11px rgba(68, 36, 76, 0.15), 0px 3px 6px rgba(68, 36, 76, 0.17), 0px 0px 0px rgba(68, 36, 76, 0.18);
  box-shadow: 0px 45px 18px rgba(68, 36, 76, 0.03), 0px 25px 15px rgba(68, 36, 76, 0.09), 0px 11px 11px rgba(68, 36, 76, 0.15), 0px 3px 6px rgba(68, 36, 76, 0.17), 0px 0px 0px rgba(68, 36, 76, 0.18);
}

.btn-dark:hover {
  background: #E4BBF0;
}

@font-face {
  font-family: Font Awesome;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/FontAwesome/FontAwesome.eot);
  src: url(../fonts/FontAwesome/FontAwesome.woff2) format("woff2");
}

.icon:before {
  font-family: Font Awesome;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_pencil:before {
  content: "\E800";
}

.icon_plus:before {
  content: "\E801";
}

.icon_minus:before {
  content: "\E802";
}

.icon_user:before {
  content: "\E803";
}

.icon_mail:before {
  content: "\E804";
}

.icon_phone:before {
  content: "\E805";
}

.icon_phone-squared:before {
  content: "\F098";
}

.icon_left-open:before {
  content: "\E806";
}

.icon_right-open:before {
  content: "\E807";
}

.icon_up-open:before {
  content: "\E808";
}

.icon_down-open:before {
  content: "\E809";
}

.icon_down-big:before {
  content: "\E80A";
}

.icon_left-big:before {
  content: "\E80B";
}

.icon_right-big:before {
  content: "\E80C";
}

.icon_up-big:before {
  content: "\E80D";
}

.icon_basket:before {
  content: "\E80E";
}

.icon_calendar:before {
  content: "\E80F";
}

.icon_arrows-cw:before {
  content: "\E810";
}

.icon_cw:before {
  content: "\E811";
}

.icon_ccw:before {
  content: "\E812";
}

.icon_cancel:before {
  content: "\E813";
}

.icon_ok:before {
  content: "\E815";
}

.icon_menu:before {
  content: "\F0C9";
}

.icon_doc-text:before {
  content: "\F0F6";
}

.icon_angle-left:before {
  content: "\F104";
}

.icon_angle-right:before {
  content: "\F105";
}

.icon_angle-up:before {
  content: "\F106";
}

.icon_angle-down:before {
  content: "\F107";
}

.icon_circle-empty:before {
  content: "\F10C";
}

.icon_circle:before {
  content: "\F111";
}

.icon_attention:before {
  content: "\E814";
}

.icon_attention-circled:before {
  content: "\E816";
}

.icon_search-1:before {
  content: "\E819";
}

.icon_link:before {
  content: "\E81A";
}

.icon_location:before {
  content: "\E817";
}

.icon_clock:before {
  content: "\E818";
}

.icon_twitter:before {
  content: "\F099";
}

.icon_facebook:before {
  content: "\F09A";
}

.icon_instagram:before {
  content: "\F16D";
}

.icon_youtube-play:before {
  content: "\F16A";
}

.icon_vkontakte:before {
  content: "\F189";
}

.icon_whatsapp:before {
  content: "\F232";
}

.icon_telegram:before {
  content: "\F2C6";
}

.header {
  background: #463949;
  position: relative;
  z-index: 10;
}

.header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-top-wrapper {
  height: 100px;
}

.header-logo {
  display: block;
  width: 203px;
  height: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 44px;
}

.header-logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.header-text {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

.header-phone {
  display: block;
  padding-left: 46px;
  margin-right: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #000;
  background: url(../images/icons.svg#phone) no-repeat left center/26px 26px;
}

.header-phone:hover {
  color: #E4BBF0;
}

.header-bottom {
  padding: 25px 0 20px;
}

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

.header-menu-phone {
  display: none;
}

.header-menu li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.header-menu li a:hover {
  color: #E4BBF0;
}

.header-butter {
  display: none;
}

.banner {
  background: #5E5162;
  overflow: hidden;
}

.banner-wrapper::before {
  position: absolute;
  left: 460px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 1221px;
  height: 1239px;
  border-radius: 100%;
  background: url(../images/banner-bg.png) no-repeat center/cover, #463949;
}

.banner-content {
  position: relative;
  z-index: 2;
  padding: 78px 0 80px;
}

.banner-title {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 46px;
  line-height: 140%;
  color: #FFFFFF;
  max-width: 660px;
  position: relative;
  z-index: 2;
}

.banner-title span {
  display: block;
  color: #E4BBF0;
}

.banner-text {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
}

.banner-img {
  position: absolute;
  right: -100px;
  width: 750px;
  top: 10px;
  height: 100%;
  -webkit-filter: drop-shadow(0px 21.8356px 21.8356px rgba(0, 0, 0, 0.2)) drop-shadow(0px 5.3475px 12.0319px rgba(0, 0, 0, 0.37)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.38));
  filter: drop-shadow(0px 21.8356px 21.8356px rgba(0, 0, 0, 0.2)) drop-shadow(0px 5.3475px 12.0319px rgba(0, 0, 0, 0.37)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.38));
  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;
}

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

.banner-btn {
  height: 94px;
  width: 100%;
  max-width: 344px;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 70px;
}

.banner-flex {
  position: relative;
  z-index: 2;
  max-width: 610px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner-item {
  width: calc(33.333% - 25px);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

.banner-item span {
  display: block;
  margin-bottom: 10px;
  color: #E4BBF0;
}

.banner-item i {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

.banner-item1 i {
  background: url(../images/icons.svg#icon1) no-repeat center/contain;
}

.banner-item2 i {
  background: url(../images/icons.svg#icon2) no-repeat center/contain;
}

.banner-item3 i {
  background: url(../images/icons.svg#icon3) no-repeat center/contain;
}

.about {
  padding: 115px 0 80px;
  background: #EBE5EE;
}

.about-catalog {
  display: none;
}

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

.about-left {
  width: 420px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 420px);
  margin-bottom: -40px;
}

.about-title {
  margin: 0 0 55px;
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  color: #463949;
}

.about-title span {
  display: block;
  margin-top: 15px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}

.about-img {
  width: 223px;
  height: 223px;
}

.about-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.2)) drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.37));
  filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.2)) drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.37));
}

.about-item {
  width: calc(50% - 30px);
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #463949;
}

.about-item b {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #754980;
}

.rassrochka {
  padding: 115px 0 170px;
  background: #463949;
}

.rassrochka-title {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #FFFFFF;
}

.rassrochka-title span {
  display: block;
  color: #E4BBF0;
}

.rassrochka-text {
  margin-bottom: 90px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
}

.rassrochka-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -60px;
}

.rassrochka-item {
  margin-bottom: 60px;
  width: calc(33.333% - 40px);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
}

.rassrochka-item b {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #E4BBF0;
}

.rassrochka2 {
  padding: 115px 0 80px;
  background: #EBE5EE;
}

.rassrochka2-top {
  margin-bottom: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rassrochka2-title {
  width: 615px;
  margin: 0 55px 0 0;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #463949;
}

.rassrochka2-text {
  width: calc(100% - 670px);
  list-style: none;
  padding: 0;
  margin: 0;
}

.rassrochka2-text li {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #463949;
}

.rassrochka2-flex {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.rassrochka2-plash {
  width: calc(50% - 30px);
  background: #5E5162;
  border-radius: 20px;
  padding: 30px 40px;
}

.rassrochka2-plash-btn {
  margin-top: 33px;
  color: #070707;
}

.rassrochka2-plash-title {
  display: block;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  color: #FFFFFF;
}

.rassrochka2-plash-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
}

.rassrochka2-plash-price-old {
  display: block;
  text-decoration: line-through;
}

.rassrochka2-plash-price-old br {
  display: none;
}

.rassrochka2-plash-price-new span {
  color: #E4BBF0;
}

.rassrochka2-plash-price-new b {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  color: #E4BBF0;
}

.control {
  padding: 115px 0 80px;
  background: #EBE5EE;
}

.control-title {
  margin: 0 0 60px;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #463949;
}

.control-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.control-item {
  width: 340px;
  position: relative;
}

.control-item-divider {
  display: block;
  margin: 93px 15px 0;
  width: 41px;
  height: 38px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url(../images/icons.svg#control) no-repeat center/contain;
}

.control-item-img {
  width: 250px;
  height: 224px;
  margin: 0 auto 40px;
  overflow: hidden;
  border-radius: 10px;
}

.control-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.control-item-text {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #463949;
}

.footer {
  background: #463949;
}

.footer-top {
  padding: 48px 0 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.footer-bottom {
  padding: 20px 0;
}

.footer-bottom-link {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
}

.footer-bottom-link:hover {
  color: #E4BBF0;
}

.footer-pay {
  display: block;
  margin-left: 50px;
}

.footer-pay svg {
  display: block;
  width: 75px;
  height: 50px;
}

.footer-pay:first-child {
  margin: 0;
}

.footer-left {
  width: 285px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-text {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
}

.footer-text-mobile {
  display: none;
}

.footer-copyright {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
}

.footer-copyright a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #E4BBF0;
}

.footer-copyright a:hover {
  color: #fff;
}

.footer-link {
  display: inline-block;
  margin-bottom: 16px;
  padding-left: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
}

.footer-link:hover {
  color: #E4BBF0;
}

.footer-phone {
  background: url(../images/icons.svg#phone) no-repeat left center/20px 22px;
}

.footer-email {
  background: url(../images/icons.svg#email) no-repeat left center/20px 14px;
}

.footer-menu {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-menu-title {
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #E4BBF0;
}

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

.footer-menu-list li {
  margin-bottom: 20px;
}

.footer-menu-list li:last-child {
  margin: 0;
}

.footer-menu-list li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
}

.footer-menu-list li a:hover {
  color: #E4BBF0;
}

.footer-contacts {
  width: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-contacts-poddelka {
  display: none;
}

.footer-social {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

.footer-social:hover {
  color: #E4BBF0;
  text-decoration: underline;
}

.footer-social svg {
  display: block;
  margin: 0 auto 8px;
}

.footer-socials {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 20px 0 30px;
}

.footer-youtube a:hover path {
  fill: #fff;
}

.footer-center {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-center-text {
  display: block;
  width: 280px;
  margin-right: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
}

.footer-center-warning {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #E4BBF0;
}

.input {
  display: block;
  width: 100%;
  height: 33px;
  padding: 0;
  border: none;
  border-bottom: 1px solid rgba(70, 57, 73, 0.2);
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #463949;
  margin-bottom: 27px;
  background: transparent;
}

.input::-webkit-input-placeholder {
  opacity: 0.3;
}

.input::-moz-placeholder {
  opacity: 0.3;
}

.input:-ms-input-placeholder {
  opacity: 0.3;
}

.input::-ms-input-placeholder {
  opacity: 0.3;
}

.input::placeholder {
  opacity: 0.3;
}

.input:invalid {
  color: #F33A45;
  border-color: #F33A45;
}

.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
  cursor: pointer;
}

.check input {
  display: none;
}

.check input:checked+.check-custom {
  background: url(../images/icons.svg#check) no-repeat center/14px 10px;
}

.check-custom {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid rgba(70, 57, 73, 0.2);
  background: none;
}

.check-text {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #463949;
}

.check-text a {
  color: #463949;
  text-decoration: underline;
}

.check-text a:hover {
  text-decoration: none;
}

.form {
  padding: 80px 0;
  background: #EBE5EE;
}

.form-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.form-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #754980;
  max-width: 410px;
}

.form-text strong {
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
}

.form-submit {
  width: 100%;
}

.form-block {
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
}

.faq {
  overflow: hidden;
  background: #5E5162;
}

.faq-wrapper {
  padding-top: 115px;
  padding-bottom: 40px;
}

.faq-wrapper::before {
  position: absolute;
  content: "";
  left: 507px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #463949;
  width: 1168px;
  height: 1224px;
  border-radius: 100%;
}

.faq-title {
  position: relative;
  margin: 0 0 44px;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #FFFFFF;
  max-width: 570px;
}

.faq-title-mobile {
  display: none;
}

.faq-title span {
  color: #E4BBF0;
}

.faq-left {
  width: 390px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-flex {
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-img {
  width: 100%;
  height: 545px;
}

.faq-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.faq-plash {
  padding: 16px 16px 30px;
  background: #463949;
  -webkit-box-shadow: 0px 45px 18px rgba(68, 36, 76, 0.03), 0px 25px 15px rgba(68, 36, 76, 0.09), 0px 11px 11px rgba(68, 36, 76, 0.15), 0px 3px 6px rgba(68, 36, 76, 0.17), 0px 0px 0px rgba(68, 36, 76, 0.18);
  box-shadow: 0px 45px 18px rgba(68, 36, 76, 0.03), 0px 25px 15px rgba(68, 36, 76, 0.09), 0px 11px 11px rgba(68, 36, 76, 0.15), 0px 3px 6px rgba(68, 36, 76, 0.17), 0px 0px 0px rgba(68, 36, 76, 0.18);
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  margin-top: -5px;
}

.faq-plash b {
  display: block;
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}

.faq-content {
  padding-top: 20px;
  max-width: 570px;
}

.faq-item {
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
  cursor: pointer;
}

.faq-item.active .faq-item-title::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-item.active {
  border-color: #E4BBF0;
}

.faq-item-title {
  min-height: 68px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 60px 10px 10px;
}

.faq-item-title::before {
  position: absolute;
  right: 19px;
  top: calc(50% - 6px);
  content: "";
  width: 20px;
  height: 12px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: url(../images/icons.svg#down) no-repeat center/contain;
}

.faq-item-text {
  display: none;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9em;
}

.difference {
  overflow: hidden;
  padding: 115px 0 75px;
}

.difference-content {
  position: relative;
  z-index: 2;
}

.difference-wrapper::before,
.difference-wrapper::after {
  position: absolute;
  content: "";
  right: 450px;
  top: -349px;
  width: 1070px;
  height: 1070px;
  background: #EBE5EE;
  opacity: 0.2;
  border-radius: 100%;
}

.difference-wrapper::after {
  left: 700px;
  right: auto;
  top: 430px;
}

.difference-title {
  margin: 0;
  max-width: 655px;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #463949;
}

.difference-btn {
  width: 100%;
}

.difference-btn-container {
  margin-top: 40px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.difference-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid rgba(94, 81, 98, 0.2);
}

.difference-row-th {
  padding: 20px 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.difference-col {
  width: 33.333%;
  max-width: 360px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #463949;
  opacity: 0.8;
}

.difference-col span {
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #754980;
}

.difference-col svg {
  display: block;
}

.difference-col-th {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #754980;
  opacity: 0.8;
}

.difference-images img {
  display: block;
  height: 124px;
  width: auto;
  -webkit-filter: drop-shadow(0px 21.8356px 21.8356px rgba(0, 0, 0, 0.2)) drop-shadow(0px 5.3475px 12.0319px rgba(0, 0, 0, 0.37)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.38));
  filter: drop-shadow(0px 21.8356px 21.8356px rgba(0, 0, 0, 0.2)) drop-shadow(0px 5.3475px 12.0319px rgba(0, 0, 0, 0.37)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.38));
}

.slick-arrow {
  position: absolute;
  width: 12px;
  height: 21px;
  background: url(../images/icons.svg#slick-dark) no-repeat center/contain;
  top: calc(50% - 10px);
  border: none;
  font-size: 0;
  color: transparent;
  left: 0;
  z-index: 2;
}

.slick-next {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.review {
  padding: 0 6px;
}

.review-container {
  height: 230px;
  border-radius: 100%;
  overflow: hidden;
}

.review-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews {
  padding: 115px 0 80px;
  background: #463949;
  overflow: hidden;
}

.reviews-wrapper::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 480px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1150px;
  height: 1116px;
  background: #5E5162;
  border-radius: 100%;
}

.reviews-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.reviews-slider .slick-arrow {
  position: absolute;
  width: 12px;
  height: 21px;
  background: url(../images/icons.svg#slick) no-repeat center/contain;
  border: none;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  top: auto;
  bottom: -82px;
  left: calc(50% - 22px);
}

.reviews-slider .slick-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: calc(50% + 10px);
}

.reviews-title {
  margin: 0 0 30px;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #FFFFFF;
  max-width: 655px;
  position: relative;
}

.reviews-title span {
  color: #E4BBF0;
}

.reviews-text {
  position: relative;
  display: block;
  margin-bottom: 50px;
  max-width: 480px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
}

.reviews-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-link i {
  margin-top: 5px;
  margin-left: 20px;
  width: 61px;
  height: 16px;
  display: block;
  background: url(../images/icons.svg#arrow) no-repeat center/contain;
}

.reviews-link-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.preim {
  padding: 115px 0 80px;
  background: #FFFFFF;
}

.preim-title {
  margin: 0 0 60px;
  font-weight: 600;
  font-size: 48px;
  line-height: 140%;
  color: #463949;
  max-width: 655px;
}

.preim-title span {
  display: block;
  color: #754980;
}

.preim-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.preim-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -30px;
}

.preim-left {
  width: 550px;
  margin-right: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 90px;
}

.preim-right {
  width: calc(100% - 630px);
  margin-bottom: 90px;
}

.preim-left,
.preim-right,
.preim-bottom-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #463949;
}

.preim-left p,
.preim-right p,
.preim-bottom-content p {
  margin: 0 0 20px;
}

.preim-left h3,
.preim-right h3,
.preim-bottom-content h3 {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #754980;
}

.preim-btn {
  margin-top: 40px;
}

.preim-btn2 {
  display: none;
}

.preim-images img {
  width: calc(50% - 13px);
  display: block;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.preim-slider {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.preim-item-container {
  height: 580px;
  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;
}

.preim-item-container img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

.preim-bottom {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.preim-bottom-content {
  width: calc(100% - 660px);
}

.preim-bottom-slide-container {
  height: 400px;
}

.preim-bottom-slide-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.preim-bottom-slider {
  width: 590px;
  margin-left: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 24px;
}

.price {
  margin: 20px 0;
  border-top: 1px solid rgba(70, 57, 73, 0.3);
  border-bottom: 1px solid rgba(70, 57, 73, 0.3);
  padding: 20px 0;
}

.price-block {
  margin: 0 auto;
}

.price-text {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #754980;
  padding-right: 15px;
}

.price-rassrochka {
  display: block;
  margin-left: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #463949;
  opacity: 0.6;
}

.price-counter-btn {
  width: 22px;
  height: 22px;
  display: block;
  cursor: pointer;
  border-radius: 5px;
  background: rgba(70, 57, 73, 0.3);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #463949;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.price-counter-btn:hover {
  background: #754980;
  color: #fff;
}

.price-counter-input {
  display: block;
  width: 41px;
  height: 30px;
  border: 1px solid rgba(70, 57, 73, 0.1);
  text-align: center;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #463949;
  margin: 0 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.select {
  display: block;
  width: 100%;
  max-width: 290px;
  height: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #463949;
  border: 1px solid rgba(70, 57, 73, 0.1);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 10px;
  font-family: "Inter";
  background: url(../images/icons.svg#select-arrow) no-repeat 96% center/22px 12px;
}

.single {
  padding: 115px 0 80px;
}

.single-title {
  margin: 0 0 90px;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  color: #463949;
}

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

.single-content {
  width: calc(100% - 630px);
}

.single-slide-for-container {
  height: 428px;
  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;
}

.single-slide-for-container img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

.single-slide-nav {
  padding: 0 8px;
}

.single-slide-nav-container {
  border: 1px solid rgba(94, 81, 98, 0.3);
  height: 90px;
  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;
}

.single-slide-nav-container img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-slider-nav {
  padding: 0 13px;
  margin-bottom: 40px;
}

.single-slider-for {
  margin-bottom: 45px;
  border: 1px solid rgba(94, 81, 98, 0.3);
}

.single-sliders {
  width: 570px;
  margin-right: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.single-btn {
  width: 50px;
  height: 50px;
  margin: 0 16px;
  cursor: pointer;
}

.single-btn360 {
  background: url(../images/icons.svg#svg360) no-repeat center/contain;
}

.single-btn-play {
  background: url(../images/icons.svg#play) no-repeat center/contain;
}

.single-btns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-content h3 {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #754980;
}

.single-tth {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  max-width: 435px;
}

.single-tth li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #463949;
}

.single-tth li span {
  display: block;
}

.single-tth li strong {
  display: block;
  font-weight: 500;
}

.single-tth li i {
  position: relative;
  top: -3px;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  display: block;
  margin: 0 5px;
  border-bottom: 1px dashed rgba(70, 57, 73, 0.3);
}

.single-dop {
  margin-bottom: 50px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.single-dop-text {
  display: block;
  margin-right: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #463949;
}

.single-inputs {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-check {
  width: 100%;
  margin: 0 0 40px;
}

.single-form-submit {
  width: 100%;
}

.single-form-input {
  width: calc(50% - 28px);
}

.desktop-hide {
  display: none;
}

.popup {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}

.popup-content {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  width: calc(100% - 40px);
  max-width: 420px;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.popup-close:hover::before,
.popup-close:hover::after {
  background: #754980;
}

.popup-close::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #463949;
  left: 0;
  top: 9px;
}

.popup-close::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  background: #463949;
  top: 0;
  left: 9px;
}

.popup-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #754980;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.popup-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #754980;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.popup-submit {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1170px) {
  .site {
    padding-top: 76px;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  .header-top-wrapper {
    height: 76px;
  }

  .header-butter {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 39px;
    height: 27px;
    position: relative;
    margin-right: 25px;
  }

  .header-butter i {
    position: absolute;
    left: 0;
    top: 12px;
    width: 100%;
    height: 3px;
    background: #E4BBF0;
    border-radius: 2px;
  }

  .header-butter::before,
  .header-butter::after {
    position: absolute;
    content: "";
    left: 0;
    width: 39px;
    height: 3px;
    background: #E4BBF0;
    border-radius: 2px;
    top: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .header-butter::after {
    top: auto;
    bottom: 0;
  }

  .header-butter.active i {
    opacity: 0;
  }

  .header-butter.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 2px 2px;
    -ms-transform-origin: 2px 2px;
    transform-origin: 2px 2px;
    left: 5px;
    top: -1px;
  }

  .header-butter.active::after {
    left: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 2px 2px;
    -ms-transform-origin: 2px 2px;
    transform-origin: 2px 2px;
  }

  .header-bottom {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 400px;
    height: calc(100vh - 76px);
    background: #463949;
    -webkit-box-shadow: 0px 25px 18px rgba(68, 36, 76, 0.5);
    box-shadow: 0px 25px 18px rgba(68, 36, 76, 0.5);
    padding: 20px 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
    overflow-y: auto;
  }

  .header-bottom.active {
    opacity: 1;
    visibility: visible;
  }

  .header-menu {
    display: block;
    margin-bottom: 50px;
  }

  .header-menu-phone {
    display: inline-block;
    padding-left: 46px;
    margin-right: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
    background: url(../images/icons.svg#phone) no-repeat left center/26px 26px;
  }

  .header-menu li {
    margin-bottom: 10px;
  }

  .header-logo-block {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .banner-title {
    font-size: 32px;
  }

  .banner-text {
    max-width: 400px;
  }

  .banner-img {
    width: 650px;
  }

  .single-sliders {
    width: 450px;
    margin-right: 30px;
  }

  .single-content {
    width: calc(100% - 480px);
  }

  .single-form-input {
    width: calc(50% - 10px);
  }

  .review-container {
    width: 230px;
    margin: 0 auto;
  }

  .difference-col {
    width: 32%;
  }

  .faq-content {
    margin-left: 30px;
  }

  .footer-left {
    width: 260px;
  }

  .footer-contacts {
    width: 200px;
  }

  .footer-social {
    font-size: 14px;
  }

  .btn-big {
    height: 76px;
  }
}

@media screen and (max-width: 979px) {
  .btn {
    height: 60px;
    font-size: 16px;
  }

  .btn-big {
    font-size: 20px;
  }

  .header-btn {
    height: 44px;
  }

  .header-phone {
    display: none;
  }

  .header-top {
    border-color: transparent;
  }

  .header-top.active {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .banner {
    background: #463949;
  }

  .banner-wrapper::before {
    display: none;
  }

  .banner-content {
    padding: 56px 0 50px;
  }

  .banner-img {
    position: static;
    width: 100%;
    height: 400px;
  }

  .banner-img::before {
    position: absolute;
    content: "";
    bottom: -90px;
    top: -15px;
    left: -20px;
    width: calc(100% + 40px);
    background: url(../images/banner-bg.png) repeat center/cover;
  }

  .banner-text {
    margin: 0;
  }

  .banner-btn {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .banner-flex {
    margin-top: 60px;
    max-width: 100%;
  }

  .about {
    padding: 30px 0 20px;
  }

  .about-flex {
    display: block;
  }

  .about-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .about-img {
    display: none;
  }

  .about-content {
    width: 100%;
  }

  .about-title {
    font-size: 32px;
    margin: 0;
  }

  .about-title span {
    margin: 0;
    line-height: 1.4;
  }

  .about-item b {
    font-size: 20px;
  }

  .about-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 20px;
  }

  .about-catalog-link {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60px;
    height: 60px;
    background: #754980;
    border-radius: 100%;
    font-weight: 300;
    font-size: 10px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  .about-catalog-link i {
    width: 17px;
    height: 17px;
    display: block;
    background: url(../images/icons.svg#catalog) no-repeat center/contain;
    margin-bottom: 3px;
  }

  .single {
    padding: 30px 0 50px;
  }

  .single-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .single-flex {
    display: block;
    max-width: 750px;
    margin: 0 auto;
  }

  .single-sliders {
    width: 100%;
  }

  .single-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single-tth {
    margin: 0;
  }

  .single-tth-container {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 40px;
    width: 100%;
  }

  .single-btns {
    display: none;
  }

  .rassrochka {
    padding: 30px 0 50px;
  }

  .rassrochka2 {
    padding: 30px 0 50px;
  }

  .rassrochka2-top {
    display: block;
  }

  .rassrochka2-title {
    width: 100%;
    font-size: 32px;
    margin-bottom: 30px;
  }

  .rassrochka2-text {
    width: 100%;
  }

  .rassrochka2-plash {
    border-radius: 11px;
    padding: 15px 15px 20px;
  }

  .rassrochka2-plash-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
  }

  .rassrochka2-plash-btn {
    margin-top: 10px;
  }

  .rassrochka2-plash-price-old {
    font-size: 16px;
  }

  .rassrochka2-plash-price-new {
    font-size: 16px;
  }

  .rassrochka2-plash-price-new b {
    font-size: 24px;
  }

  .rassrochka-title {
    font-size: 32px;
  }

  .rassrochka-text {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .rassrochka-item {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }

  .rassrochka-list {
    margin-bottom: -40px;
  }

  .mobile-hide {
    display: none;
  }

  .desktop-hide {
    display: block;
  }

  .preim {
    padding: 30px 0 50px;
  }

  .preim-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .preim-images {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .preim-images img {
    height: 300px;
  }

  .preim-images-title {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #754980;
  }

  .preim-left,
  .preim-right {
    width: calc(50% - 15px);
    margin: 0;
  }

  .preim-wrap {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .preim-slider {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .preim-slider-title {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #754980;
  }

  .preim-item-container {
    height: 400px;
  }

  .preim-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .preim-bottom-content {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    margin-top: 20px;
  }

  .preim-bottom-slide-container {
    height: 300px;
  }

  .preim-bottom-slider-title {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #754980;
  }

  .reviews {
    padding: 30px 0 50px;
  }

  .reviews-wrapper::before {
    display: none;
  }

  .reviews-title {
    font-size: 32px;
  }

  .reviews-text {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .reviews-slider .slick-arrow {
    bottom: -50px;
  }

  .control {
    padding: 30px 0 50px;
  }

  .control-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .control-flex {
    display: block;
    margin-bottom: -20px;
  }

  .control-item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
    background: #5E5162;
    border-radius: 10px;
    padding: 12px 20px;
  }

  .control-item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    max-width: 320px;
    margin: 0 auto;
  }

  .control-item-img {
    display: none;
  }

  .control-item-divider {
    margin: 0 auto 20px;
    width: 18px;
    height: 17px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .difference {
    padding: 30px 0 50px;
  }

  .difference-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .difference-col-th {
    display: none;
  }

  .faq-wrapper {
    padding: 30px 20px 50px;
  }

  .faq-wrapper::before {
    display: none;
  }

  .faq-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .faq-left {
    display: none;
  }

  .faq-content {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .form {
    padding: 30px 0 50px;
  }

  .form-text {
    font-size: 20px;
    margin-right: 30px;
  }

  .form-text strong {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .footer-bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-bottom-link {
    margin-bottom: 10px;
  }

  .footer-text-desktop {
    display: none;
  }

  .footer-text-mobile {
    display: block;
  }

  .footer-top {
    padding: 30px 0;
  }

  .footer-top-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-left {
    width: 100%;
  }

  .footer-left-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link {
    margin-right: 16px;
  }

  .footer-menu {
    width: 100%;
    margin: 30px 0;
  }

  .footer-center {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 80px;
    height: 10px;
    margin-right: 23px;
  }

  .header-text {
    font-size: 10px;
    font-weight: 300;
  }

  .header-btn {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 0;
    color: transparent;
    background: url(../images/icons.svg#phone-dark) no-repeat center/24px 24px, #E4BBF0;
  }

  .header-btn:hover {
    background: url(../images/icons.svg#phone-dark) no-repeat center/24px 24px, #E4BBF0;
  }

  .section-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .btn-big {
    max-width: 270px;
  }

  .banner-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .banner-title span {
    display: inline-block;
  }

  .banner-text {
    font-weight: 600;
    font-size: 16px;
  }

  .banner-img {
    height: 210px;
  }

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

  .banner-item {
    width: 100%;
    padding-left: 60px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 14px;
  }

  .banner-item span {
    margin-bottom: 8px;
    font-weight: 600;
  }

  .banner-item i {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
  }

  .about-title span {
    font-weight: 600;
  }

  .about-item {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 36px;
    font-size: 14px;
    position: relative;
  }

  .about-item::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #754980;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
  }

  .about-item::after {
    position: absolute;
    content: "";
    top: 7px;
    left: 3px;
    background: #754980;
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }

  .about-item b {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
  }

  .about-item b br {
    display: none;
  }

  .slick-arrow {
    width: 10px;
    height: 16px;
  }

  .price-counter-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 40px;
  }

  .price-counter-input {
    height: 40px;
  }

  .price-block {
    display: block;
    margin-right: 0;
    margin-left: 20px;
  }

  .price-text {
    font-size: 24px;
    padding-right: 5px;
  }

  .price-rassrochka {
    margin: 0;
    font-size: 10px;
    text-decoration: none;
  }

  .single-title {
    font-size: 18px;
  }

  .single-title span {
    display: block;
  }

  .single-slide-for-container {
    height: 242px;
  }

  .single-slider-for {
    margin-bottom: 20px;
  }

  .single-slider-nav {
    margin-bottom: 30px;
  }

  .single-slide-nav {
    padding: 0 10px;
  }

  .single-slide-nav-container {
    height: 50px;
  }

  .single-price {
    margin-top: 0;
  }

  .single-dop {
    margin-bottom: 25px;
    display: block;
  }

  .single-dop-text {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .single-form {
    width: 100%;
  }

  .single-form-select {
    height: 40px;
  }

  .single-form-input {
    width: 100%;
    margin-bottom: 20px;
  }

  .single-form-submit {
    margin: 0 auto;
  }

  .single-inputs {
    max-width: 435px;
    display: block;
  }

  .single-content h3 {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .single-tth li {
    font-size: 14px;
  }

  .check {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 30px;
  }

  .check-text {
    font-weight: 300;
    font-size: 10px;
  }

  .rassrochka-title span {
    display: inline-block;
  }

  .rassrochka-text {
    font-size: 16px;
    line-height: 1.4;
  }

  .rassrochka-item {
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.4;
  }

  .rassrochka-item b {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4;
  }

  .rassrochka-list {
    margin-bottom: -30px;
  }

  .rassrochka2-text li {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .rassrochka2-top {
    margin-bottom: 30px;
  }

  .rassrochka2-flex {
    display: block;
    margin: 0 auto -20px;
    max-width: 500px;
  }

  .rassrochka2-plash {
    width: 100%;
    margin-bottom: 20px;
  }

  .rassrochka2-plash-btn {
    margin: 10px auto 0;
  }

  .rassrochka2-plash-title {
    font-size: 23px;
  }

  .rassrochka2-plash-price {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
  }

  .rassrochka2-plash-price-old br {
    display: block;
  }

  .rassrochka2-plash-price-new b {
    display: block;
  }

  .preim-left,
  .preim-right {
    width: 100%;
    font-size: 14px;
  }

  .preim-left p,
  .preim-right p {
    margin: 0 0 10px;
  }

  .preim-images {
    max-width: 450px;
  }

  .preim-images img {
    height: 234px;
  }

  .preim-images-ps {
    width: 100%;
    display: block;
    text-align: right;
    margin: 10px 0 30px;
    font-weight: 300;
    font-size: 10px;
    line-height: 140%;
    color: #000000;
  }

  .preim-btn {
    margin: 30px auto 0;
  }

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

  .preim-item-container {
    height: 234px;
  }

  .preim-slider {
    margin-bottom: 20px;
  }

  .preim-slider .slick-arrow {
    top: 42px;
  }

  .preim-slider .slick-prev {
    left: auto;
    right: 30px;
  }

  .preim-slider-title {
    margin-bottom: 56px;
  }

  .preim-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .preim-flex {
    margin: 0;
  }

  .preim-bottom-content {
    font-size: 14px;
  }

  .preim-bottom-content p {
    margin-bottom: 10px;
  }

  .preim-bottom-slider {
    margin: 40px auto 0;
    max-width: 500px;
    width: 100%;
    padding: 0;
  }

  .preim-bottom-slider .slick-arrow {
    top: -36px;
  }

  .preim-bottom-slider .slick-prev {
    left: auto;
    right: 30px;
  }

  .preim-bottom-slide-container {
    height: 230px;
  }

  .preim-title {
    margin-bottom: 30px;
  }

  .review {
    padding: 0 10px;
  }

  .review-container {
    height: 150px;
    width: 150px;
  }

  .reviews-link {
    font-weight: 300;
    font-size: 10px;
  }

  .reviews-link br {
    display: none;
  }

  .reviews-link i {
    display: none;
  }

  .reviews-link-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .reviews-slider {
    margin-right: -20px;
    margin-bottom: 30px;
  }

  .reviews-slider .slick-arrow {
    top: -36px;
    bottom: auto;
    right: 20px;
    left: auto;
  }

  .reviews-slider .slick-prev {
    right: 50px;
  }

  .reviews-text {
    margin-bottom: 56px;
    font-weight: 600;
    font-size: 16px;
  }

  .difference-title {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.2;
  }

  .difference-col {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .difference-col span {
    line-height: 1.4;
  }

  .difference-col:last-child {
    margin: 0;
  }

  .difference-col-th {
    margin-bottom: 0;
  }

  .difference-col p {
    margin-bottom: 10px;
  }

  .difference-col-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .difference-col-caption span {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
  }

  .difference-row {
    padding: 10px 0;
    display: block;
  }

  .difference-row-th {
    padding: 0 0 30px;
  }

  .difference-row-th .difference-col {
    margin: 0;
  }

  .difference-images {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .difference-images img {
    margin-right: 20px;
  }

  .difference-btn-container {
    display: none;
  }

  .faq-title {
    display: none;
  }

  .faq-title-mobile {
    display: block;
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #fff;
  }

  .faq-title-mobile span {
    color: #E4BBF0;
  }

  .faq-content {
    padding: 0;
  }

  .faq-item {
    font-size: 14px;
  }

  .input {
    height: 31px;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
  }

  .form-wrapper {
    display: block;
  }

  .form-input {
    height: 31px;
  }

  .form-text {
    width: 100%;
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.4;
  }

  .form-text strong {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .form-check {
    margin-top: -17px;
  }

  .form-submit {
    margin: 0 auto;
  }

  .footer-bottom {
    padding: 10px 0 20px;
  }

  .footer-bottom-link {
    font-weight: 300;
    font-size: 10px;
  }

  .footer-pay {
    width: 60px;
    height: 40px;
    margin: 0;
    margin-right: 30px;
  }

  .footer-pay:first-child {
    margin-right: 30px;
  }

  .footer-pay svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .footer-pays {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-top {
    padding-bottom: 25px;
  }

  .footer-menu {
    margin: 30px 0 6px;
    display: block;
  }

  .footer-menu-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-menu-list {
    display: none;
    padding-left: 20px;
  }

  .footer-menu-title {
    font-size: 14px;
    color: #fff;
  }

  .footer-link {
    margin-bottom: 0;
    white-space: nowrap;
  }

  .footer-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 27px;
  }

  .footer-contacts-poddelka {
    display: block;
    width: 100%;
    margin-bottom: 23px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #E4BBF0;
  }

  .footer-social {
    margin-right: 30px;
  }

  .footer-social svg {
    margin: 0;
  }

  .footer-socials {
    margin: 0;
  }

  .footer-social span {
    display: none;
  }

  .footer-youtube svg {
    width: 24px;
    height: 24px;
  }

  .footer-copyright {
    margin: 0;
  }

  .popup-subtitle {
    font-size: 14px;
  }
}

@media screen and (max-width: 359px) {
  .header-butter {
    margin-right: 10px;
  }

  .header-logo {
    margin-right: 10px;
  }
}

/*# sourceMappingURL=main.css.map */
.price-sell {
  font-size: 16px;
  position: relative;
  color: #463949;
  text-decoration: none;
}

.price-sell:before {
  content: "";
  border-bottom: 2px solid #ff5151;
  position: absolute;
  width: 100%;
  height: 50%;
  transform: rotate(12deg);
}

.itogPrices {
  display: block;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: #483c4b;
  padding-bottom: 15px;
}

#tovar360 {
  width: 600px;
  height: 450px;
  /* border: 1px dotted #cecfd2; */
}

.popup-content-new {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  width: calc(100% - 40px);
  max-width: 660px;
}

.banner-img {
  top: 50px;
}

.submenu {
  position: absolute;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: .3s ease-in-out;
  list-style-type: none;
}

.submenu li {
  position: relative;
  padding: 5px 20px 5px 20px;
  background-color: #fff;
  cursor: pointer;
}

.submenu li:hover {
  background-color: #e6d5ea;
  color: black;
}

.submenu li a {
  color: black;
}

.submenu li a:hover {
  color: black;
}

.submenu .submenu {
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  left: -webkit-calc(100% - 1px);
}

li:hover>.submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(20px);
}

.header-top {
  background-color: white;
}

.header-text {
  color: #000;
}

.flex-soc {
  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: left;
}

.soc-pad {
  padding-right: 5px;
}

.promoBuyStatus {
  font-size: 20px;
  color: green;
  font-weight: 800;
}

.header-menu {
  background-color: #383039;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-menu .button {
  font-weight: 700;
  color: #fff;
  padding: .375rem 1.75rem;
}

.header-menu ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.header-menu__item {
  position: relative;
  text-align: center;
  padding-left: .45rem;
  padding-right: .45rem;
}

.header-menu__item>a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header-menu__item:hover,
.header-menu__item_active {
  background-color: #2d262e;
}

.header-menu__item:hover a,
.header-menu__item_active a {
  color: #fadabf;
}

.menu {
  padding: .5rem 0;
  list-style-type: none;
  background-color: #fff;
}

.menu_primary .menu__item {
  border-bottom: 1px solid #615063;
}

.menu_secondary .menu__item {
  border-bottom: 1px solid #fadabf;
}

.menu_danger .menu__item {
  border-bottom: 1px solid #de8188;
}


.header-menu__item .menu {
  display: none;
  position: absolute;
  top: 3.4rem;
  z-index: 199;
  min-width: 22rem;
}

.header-menu__item .menu li {
  line-height: 1.25;
}

.header-menu__item .menu li a {
  color: #000;
  text-transform: none !important;
}

.header-menu__item:hover .menu {
  display: block;
}

.menu__item:last-child {
  border-bottom: 1px solid transparent;
}

.menu__item {
  display: block;
  color: #000;
  padding-top: .9rem !important;
  padding-bottom: .9rem !important;
  border-radius: 0;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid transparent;
  width: 100%;
  text-align: left;
  transition: all 0.3s ease 0s;
  font-size: 20px;
}

.menu__item a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 20px !important;
}

.menu__item:last-child {
  border-bottom: none;
}

.menu__item:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button_secondary.button_hover,
.button_secondary:hover {
  background-color: #fce8d7;
}

.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: all 0.5s ease 0s;
  background-color: #fff;
  -webkit-box-shadow: 0 .5px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 .5px 0 rgba(0, 0, 0, .05);
  -webkit-transform: translate(-101%);
  -ms-transform: translate(-101%);
  transform: translate(-101%);
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  -o-transition: transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
  max-width: 50%;
}


.footer {
  background: #3D3D3D;
  padding-top: 1.7rem;
}

.footer a {
  color: #f4cfaf;
}

.footer__row {
  display: grid;
  grid-template-columns: 230px 150px 170px 240px 250px;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 30px;
}

.footer__row .h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.footer__row .menu {
  background: transparent;
}

.footer__bar {
  color: #F4CCA4;
  background: #615063;
  padding: 10px 0;
}

.footer__phone a,
.footer__email a {
  font-size: 18px;
}

.footer__buy {
  display: flex;
  align-items: center;
  column-gap: 25px;
  row-gap: 10px;
}

.footer__buy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer__buy a svg {
  width: 60px;
  height: 60px;
}

.footer__social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer__social a svg {
  width: 45px;
  height: 45px;
}

.footer__column .h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.footer__phone a,
.footer__email a,
.col p {
  color: #fff !important;
}

.footer .icon.icon_phone,
.footer .icon.icon_mail {
  color: #f4cfaf;
}

.footer__column .menu-item {
  margin-bottom: 5px;
}

.cookies {
  position: fixed;
  width: 100%;
  bottom: 30px;
  left: 50%;
  z-index: 15;
  transform: translateX(calc(-50% - 100px));
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}

.cookies_row {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 6px 35px 0px rgba(29, 29, 31, 0.08);
  padding: 25px;
  max-width: 485px;
  position: relative;
}

.cookies_title {
  color: #2b2e38;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 20px;
}

.cookies_info {
  color: #2b2e38;
  font-size: 14px;
  font-weight: 500;
  line-height: 128.571%;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.cookies_info a {
  display: inline-block;
  opacity: 0.75;
  font-weight: 800;
  line-height: 18px;
  text-decoration-line: underline !important;
  color: #2b2e38;
}

.cookies.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%);
}

.cookies_btn {}

.marketplace {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
}

.marketplace-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 134%;
  text-transform: uppercase;
}

.marketplace-row {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.marketplace-row img {
  width: 54px;
  height: 54px;
}

.marketplace.mobile {
  display: none;
}

.btn-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}

.btn-row button,
.btn-row .btnras {
  width: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.btn-row .btnras {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}



@media (max-width: 1300px) {
  .footer__row {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }


}



@media (max-width: 1200px) {
  .marketplace {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .marketplace-row img {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 1170px) {
  .header-menu {
    margin-bottom: 0 !important;
  }

  .header-menu li a {
    font-size: 14px;
  }

  .header-menu li {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .header__menu-button {
    display: none;
  }
}

@media (max-width: 1024px) {
  .header__menu-button {
    margin-left: -20px;
    margin-right: 20px;
  }

  .header__menu-button button {
    height: 2.75rem;
    width: 2.75rem;
    padding: .5rem;
    color: #fff;
    background-color: #615063;
    box-shadow: none;
    border: 0;
  }

  .header-menu {
    display: none;
  }

  .fixed-top {
    top: 0;
  }

  .fixed-top .text-right {
    text-align: right;
  }

  .fixed-top.header-popup_open {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
  }


  .header-popup-menu__item {
    padding: .375rem 1.75rem;
  }

  .header-popup__cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background: #de8188;
    margin-top: 15px;
    margin-right: 15px;
  }

  .header-popup__cancel .icon.icon_cancel {
    color: #fff;
  }

  .header-popup__phone {
    font-size: 1.5rem;
    font-weight: 700;
    display: inline-block;
    margin: 0 15px 15px 15px;
  }

  .header-popup__phone a {
    color: #070707;
  }

  .mt-3.mb-4.col-12 .btn {
    margin: 0 15px 30px 15px;
    max-width: 250px;
  }
}

@media (max-width: 991px) {
  .footer__row {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 20px;
  }

  .footer__menu-wrapper,
  .footer__menu-wrapper .h5 {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .header-menu__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 979px) {
  .marketplace {
    display: none;
  }

  .marketplace.mobile {
    display: grid;
    order: 6;
  }
}

@media screen and (max-width: 961px) {
  .submenu {
    display: none;
  }
}

@media (max-width: 768px) {
  .cookies {
    bottom: 100px;
  }

  .cookies_row {
    padding: 15px;
    max-width: 100%;
  }

  .cookies_btn {
    width: 100% !important;
  }

  .footer__row {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 20px;
  }

  .footer__row .row.d-sm-flex,
  .footer__column:first-child,
  .footer__column:nth-child(3),
  .footer__column:nth-child(4) {
    grid-column: span 2;
  }


}

@media (max-width: 640px) {
  .fixed-top {
    max-width: 100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}

.footer-callback {
  background-color: #EFEFEF;
  padding: 25px;
}

.footer-callback__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px
}

.footer-callback__socials {
  text-align: center;
}

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

.callme-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.callme-form .input {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .footer-callback__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-callback__socials {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
  }

  .footer-callback__check {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
  }
}

@media (min-width: 1200px) {
  .callme-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }
}

.footer-callback__title {
  font-size: 1.25rem;
  margin-top: 0;
}

.footer-callback .checkbox__text {
  font-size: 0.75rem;
  color: #818181;
}

.footer-callback__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-callback .input {
  border-radius: 10px;
  background-color: white;
  border: 1px solid #818181;
  padding-inline: 15px;
}

.footer-callback .input,
.footer-callback .btn {
  min-height: 52px;
}