/home/bdqbpbxa/demo-subdomains/nanobiomedical.goodface.com.ua/frontend/css/ui-blocks.css
/*
	preloader
*/

body.-allow-animation .preloader {
  opacity: 1;
  pointer-events: auto;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;

  opacity: 0;
  pointer-events: none;
  background: #ffffff;
  transition: opacity 0.4s;
}

.animated-logo {
  position: absolute;
  top: 50%;
  left: 50%;

  display: block;
  width: 100px;
  height: 100px;

  transform: translate(-50%, -50%);
}

.animated-logo svg,
.animated-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.animated-logo .frame {
  position: relative;
  z-index: 20;
}

.animated-circle {
  position: absolute;
  z-index: 10;

  transform-origin: center;
  transition: transform 1s;
  animation: main-arrow-to-bot 0.6s ease-in-out infinite alternate;
}

body.-allow-animation .preloader.-finish {
  /*transition-delay: 5s;*/
  opacity: 0;
  pointer-events: none;
}

body.-allow-animation .preloader.-finish  .animated-circle  {
  /*animation-play-state: paused !important;*/
}

@keyframes main-arrow-to-bot {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Form element */

.input-box {
  position: relative;
}

.input-box:before {
  content: '';

  position: absolute;
  left: 0;
  bottom: 0;

  height: 1px;
  width: 0;
  background: var(--dark);
  transition: width 0.4s;
}

.input-box:after {
  content: attr(data-error);

  position: absolute;
  left: 0;
  bottom: 1px;

  font-size: 13px;
  font-weight: 900;
  line-height: 150%;
  color: var(--error);

  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.4s;
}

.input-box input {
  width: 100%;
  height: 58px;
  padding-top: 14px;

  border: none;
  border-bottom: 1px solid var(--light);

  font-family: NAMU, sans-serif;
  color: var(--dark);
  transition: border 0.4s;
}

.input-box label {
  position: absolute;
  left: 0;
  bottom: 11px;

  color: var(--brown-grey);
  transform: translateZ(0);
  transform-origin: left center;
  transition: transform 0.4s, bottom 0.4s;
  pointer-events: none;
}

.input-box.-focus label {
  bottom: 38px;
  transform: translateZ(0) scale(0.8);
}

.input-box.-focus:before {
  width: 100%;
}

.input-box.-has-text label {
  bottom: 38px;
  transform: translateZ(0) scale(0.8);
}

.input-box.-has-text:before {
  width: 100%;
}

.input-box.-error:after {
  opacity: 1;
}

.input-box.-error:before {
  background: var(--error);
}

.input-box.-error input {
  border-color: var(--error);
}

/* .tag */

.tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-height: 23px;
  padding: 0 9px 4px 9px;

  border: 1px solid var(--light);
  border-radius: 50px;
  color: var(--dark);
  text-transform: lowercase;

  transition: color 0.4s, border 0.4s, background 0.4s;
}

/* .product-card */

.product-card {
  position: relative;
  max-width: 338px;

  display: block;
  color: var(--dark);
}

.product-card__img {
  position: relative;
  display: block;
  padding-top: 78px;

  border-radius: 6px;
  background: var(--product-card-bg);
  overflow: hidden;
}

.product-card__img-info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;

  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;

  height: 78px;
  width: 100%;
  padding: 20px 84px 20px 20px;
}

.product-card__img-info .tag {
  pointer-events: none;
}

.product-card__img-info .tag:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 10px;
}

.product__sticker {
  position: absolute;
  right: 20px;
  top: 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;

  border-radius: 50%;
  color: #ffffff;
}

.product__sticker.-new {
  background: var(--dark-gradient);
  padding-bottom: 4px;
}

.product__sticker.-sale {
  background: var(--error);
}

.product-card__img-container {
  position: relative;
  z-index: 1;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 338px;
  overflow: hidden;
}

.product-card__img-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: translateZ(0);
  transition: transform 0.4s;
}

.product-card .title {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-right: 28px;
}

.product-card .text {
  margin-top: 10px;
  color: var(--dark-grey);
}

.product-card .title:after {
  content: '';

  position: absolute;
  right: 12px;
  top: 12px;

  display: block;
  width: 14px;
  height: 14px;

  background: no-repeat center / contain url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjUzMDMzIDAuNDY5NjY2TDEzLjA2MDcgN0w2LjUzMDMzIDEzLjUzMDNMNS40Njk2NyAxMi40Njk3TDEwLjE4OTMgNy43NUgwVjYuMjVIMTAuMTg5M0w1LjQ2OTY3IDEuNTMwMzNMNi41MzAzMyAwLjQ2OTY2NloiIGZpbGw9IiMzOTQwNDciLz4KPC9zdmc+Cg==');
  opacity: 0;
  transition: opacity 0.4s;
}

/* .brand-card */

.brand-card {
  position: relative;
  max-width: 338px;
  height: 100%;
  min-height: 416px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  color: var(--dark);
}

.brand-card__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;

  width: 130px;
  height: 70px;
}

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

.brand-card .title {
  position: relative;
  margin-top: 20px;
}

.brand-card .title:after {
  content: '';

  position: absolute;
  top: 8px;
  right: -8px;

  display: block;
  width: 8px;
  height: 8px;
  background: no-repeat center / contain url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMi41ODUgNS44VjIuMTFINC40M0M0LjYxIDIuMTEgNC43OSAyLjE1NSA0Ljk3IDIuMjQ1QzUuMTUzMzMgMi4zMzE2NyA1LjMwNSAyLjQ2NSA1LjQyNSAyLjY0NUM1LjU0ODMzIDIuODIxNjcgNS42MSAzLjA0MTY3IDUuNjEgMy4zMDVDNS42MSAzLjU3MTY3IDUuNTQ2NjcgMy43OTgzMyA1LjQyIDMuOTg1QzUuMjkzMzMgNC4xNzE2NyA1LjEzNSA0LjMxMzMzIDQuOTQ1IDQuNDFDNC43NTUgNC41MDY2NyA0LjU2NSA0LjU1NSA0LjM3NSA0LjU1NUgzLjA2NVYzLjkySDQuMTQ1QzQuMjY1IDMuOTIgNC4zODMzMyAzLjg2ODMzIDQuNSAzLjc2NUM0LjYyIDMuNjYxNjcgNC42OCAzLjUwODMzIDQuNjggMy4zMDVDNC42OCAzLjA5MTY3IDQuNjIgMi45NDUgNC41IDIuODY1QzQuMzgzMzMgMi43ODUgNC4yNyAyLjc0NSA0LjE2IDIuNzQ1SDMuNDQ1VjUuOEgyLjU4NVpNNC44NTUgNC4wN0w1Ljc1IDUuOEg0LjgwNUwzLjk0NSA0LjA3SDQuODU1Wk00IDhDMy40NDY2NyA4IDIuOTI4MzMgNy44OTY2NyAyLjQ0NSA3LjY5QzEuOTYxNjcgNy40ODMzMyAxLjUzNjY3IDcuMTk2NjcgMS4xNyA2LjgzQzAuODAzMzMzIDYuNDYzMzMgMC41MTY2NjcgNi4wMzgzMyAwLjMxIDUuNTU1QzAuMTAzMzMzIDUuMDcxNjcgMCA0LjU1MzMzIDAgNEMwIDMuNDQ2NjcgMC4xMDMzMzMgMi45MjgzMyAwLjMxIDIuNDQ1QzAuNTE2NjY3IDEuOTYxNjcgMC44MDMzMzMgMS41MzY2NyAxLjE3IDEuMTdDMS41MzY2NyAwLjgwMzMzNCAxLjk2MTY3IDAuNTE2NjY3IDIuNDQ1IDAuMzFDMi45MjgzMyAwLjEwMzMzMyAzLjQ0NjY3IDAgNCAwQzQuNTUzMzMgMCA1LjA3MTY3IDAuMTAzMzMzIDUuNTU1IDAuMzFDNi4wMzgzMyAwLjUxNjY2NyA2LjQ2MzMzIDAuODAzMzM0IDYuODMgMS4xN0M3LjE5NjY3IDEuNTM2NjcgNy40ODMzMyAxLjk2MTY3IDcuNjkgMi40NDVDNy44OTY2NyAyLjkyODMzIDggMy40NDY2NyA4IDRDOCA0LjU1MzMzIDcuODk2NjcgNS4wNzE2NyA3LjY5IDUuNTU1QzcuNDgzMzMgNi4wMzgzMyA3LjE5NjY3IDYuNDYzMzMgNi44MyA2LjgzQzYuNDYzMzMgNy4xOTY2NyA2LjAzODMzIDcuNDgzMzMgNS41NTUgNy42OUM1LjA3MTY3IDcuODk2NjcgNC41NTMzMyA4IDQgOFpNNCA3LjAxQzQuNTUzMzMgNy4wMSA1LjA1NjY3IDYuODc1IDUuNTEgNi42MDVDNS45NjY2NyA2LjMzMTY3IDYuMzMgNS45NjgzMyA2LjYgNS41MTVDNi44NyA1LjA1ODMzIDcuMDA1IDQuNTUzMzMgNy4wMDUgNEM3LjAwNSAzLjQ0NjY3IDYuODcgMi45NDMzMyA2LjYgMi40OUM2LjMzIDIuMDMzMzMgNS45NjY2NyAxLjY3IDUuNTEgMS40QzUuMDU2NjcgMS4xMjY2NyA0LjU1MzMzIDAuOTkgNCAwLjk5QzMuNDQ2NjcgMC45OSAyLjk0MTY3IDEuMTI2NjcgMi40ODUgMS40QzIuMDI4MzMgMS42NyAxLjY2NSAyLjAzMzMzIDEuMzk1IDIuNDlDMS4xMjUgMi45NDMzMyAwLjk5IDMuNDQ2NjcgMC45OSA0QzAuOTkgNC41NTMzMyAxLjEyNSA1LjA1ODMzIDEuMzk1IDUuNTE1QzEuNjY1IDUuOTY4MzMgMi4wMjgzMyA2LjMzMTY3IDIuNDg1IDYuNjA1QzIuOTQxNjcgNi44NzUgMy40NDY2NyA3LjAxIDQgNy4wMVoiIGZpbGw9IiMzOTQwNDciLz4KPC9zdmc+Cg==');
}

.brand-card .button {
  margin-top: 20px;
  width: 100%;
}

/* review-card */

.review-card {
  width: 533px;
  min-height: 280px;
}

.review-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-card__img {
  display: block;
  width: 93px;
  min-width: 93px;
  height: 93px;

  border-radius: 50%;
  overflow: hidden;
}

.review-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-card__user {
  margin: 0 auto 0 20px;
  min-height: 60px;
}

.review-card__user .link {
  margin-top: 6px;
}

.review-card__details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;

  margin-top: 9px;
}

.review-card__details-rating {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 108px;
}

.review-card__details-rating img {
  width: 100%;
  object-fit: contain;
}


.review-card__details-rating .stars-active {
  position: absolute;
  left: 0;
  top: 0;
}


.review-card__details-date {
  margin-top: 8px;
}

.review-card__bottom {
  margin-top: 20px;
  padding-right: 73px;
}

.show-more-text {
  display: none;
}

/* insta-card */

.instagram-section .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.insta-card {
  display: block;
  width: 338px;
  border-radius: 6px;
  background: #FFFFFF;
  color: var(--dark);
  cursor: url('../images/icons/instagram-cursor.png') 4 12, pointer;
}

.insta-card__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 8px 4px 8px;
}

.insta-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 36px;
  min-width: 36px;
  height: 36px;
  margin-right: 7px;
}

.insta-card__logo img {
  width: 32px;
  height: 32px;
}

.insta-card__header .svg {
  margin: 0 0 0 auto;
}

.insta-card__img {
  width: 100%;
  height: 338px;
}

.insta-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insta-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 8px 14px 8px;
}

/* container */

.container {
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 80px;
}


/* header */

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;

  width: 100%;
  padding: 20px 0;
  border-radius: 0 0 0 0;

  transition: background 0.5s, border-radius 0.5s, height 0.5s;
}

.header * {
  color: var(--dark);
}

.header.-clothing {
  background: #ffffff;
}

.header.-active {
  transition-delay: 0.5s;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
}

.header.-always-filled {
  background: #ffffff;
}

.header.-always-filled .button {
  color: #FFFFFF;
  background: var(--dark);
}

.header.-filled {
  background: #ffffff;
}

.header.-filled .button {
  color: #FFFFFF;
  background: var(--dark);
}

.header__row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__row .logo {
  min-width: 151px;
  width: 151px;
  margin-right: 30px;
}

.header__row .logo img {
  display: block;
  max-width: 100%;
}

.header__mobile-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header__menu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
}

.header__menu.-brand-menu {
  /*margin: 0 15.265% 0 auto;*/
  margin: 0 auto;
}

.header__menu.-brand-menu a {
  white-space: nowrap;
}

.header__row .custom-menu {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 337px;
  padding: 0 15px 0 0;
}

.header__row .custom-menu a {
  max-width: 160px;
}

.header__row .button {
  z-index: 2;
}

.header__row .text-1,
.header__row .text-1 * {
  font-size: 15px;
  line-height: 24px;
}

.header__menu li:not(:last-child) {
  margin-right: 60px;
}

.header__menu a {
  display: block;
  max-width: 200px;
  transition: color 0.4s;
}

.header__row .header__menu a sup {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 14px;
  height: 16px;

  font-size: 10px;
  line-height: 100%;
  transition: color 0.4s;
}

.header__row .button {
  height: 46px;
  min-width: 151px;
  padding: 0 10px;
}

.header__row .social-list {
  display: none;
}

.social-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-list a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 46px;
  height: 46px;

  border: 1px solid var(--dark);
  border-radius: 100px;

  transition: background 0.4s;
}

.social-list a:not(:last-child) {
  margin-right: 10px;
}

.social-list a svg,
.social-list a img {
  max-width: 18px;
  max-height: 18px;
  object-fit: contain;
}

.social-list a svg path {
  transition: fill 0.4s;
}

/* footer */


.footer {
  min-height: 380px;
  padding: 60px 0 32px 0;
  background: #FFFFFF;
}

.footer__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__bottom-row {
  margin-top: 118px;
  flex-wrap: wrap;
}

.footer__bottom-row .link {
  margin-top: 0;
}

.footer__row .copyright {
  max-width: 200px;
}

.footer__row .logo {
  display: block;
  max-width: 62px;
  margin-bottom: 10px;
}

.footer__row .logo img {
  display: block;
  width: 100%;
}

.footer__row * {
  color: var(--dark);
}

.footer__row .footer__col-title {
  color: var(--dark-grey);
}

.footer__menus {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 164px 0 auto;
}

.footer__single-menu ul {
  margin-top: 20px;
}

.footer__single-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer .footer__single-menu a {
  transition: color 0.4s;
}

.footer__single-menu:not(:last-child) {
  margin-right: 150px;
}

.footer__contact {
  padding-right: 40px;
}

.footer__contact .link {
  margin-top: 22px;
}

.footer__contact .social-list {
  margin-top: 18px;
}

.footer__bottom-row .link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer__bottom-row .link svg {
  min-width: 28px;
  max-width: 28px;
  margin-left: 8px;
}

/* default-editor */

.default-editor h1,
.default-editor h2,
.default-editor h3,
.default-editor h4,
.default-editor h5,
.default-editor h6 {
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.5px;
  font-feature-settings: 'cv11' on;
  margin-bottom: 20px;
}

.default-editor h1:not(:first-child),
.default-editor h2:not(:first-child),
.default-editor h3:not(:first-child),
.default-editor h4:not(:first-child),
.default-editor h5:not(:first-child),
.default-editor h6:not(:first-child) {
  margin-top: 40px;
}

.default-editor p,
.default-editor li {
  font-size: 16px;
  line-height: 150%;
  font-feature-settings: 'pnum' on, 'lnum' on, 'salt' on, 'cv11' on;
  color: var(--dark-grey);
}

.default-editor p {
  margin-top: 10px;
}

.default-editor ol,
.default-editor ul {
  margin-top: 10px;
}


.default-editor ol {
  counter-reset: section;
}

.default-editor li {
  position: relative;
  padding-left: 22px;
  color: var(--dark-grey);
  font-feature-settings: 'pnum' on, 'lnum' on, 'salt' on, 'cv11' on;
}

.default-editor li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;

  display: block;
  width: 6px;
  height: 6px;

  border-radius: 50%;
  background: var(--blue);
}

.default-editor ol li::before {
  content: counter(section)".";

  position: absolute;
  top: 0;

  counter-increment: section;
  display: inline-block;
  width: auto;
  min-width: 14px;
  height: auto;
  margin-right: 8px;

  border-radius: 0;
  background: none;
}

.default-editor li:not(:last-child) {
  margin-bottom: 10px;
}

/* insta-slider */

.animation-line-block {
  display: flex;
  align-items: center;
  padding: 51px 0 52px;

  border-top: 1px solid var(--light);
  overflow: hidden;
}

.animation-line-block * {
  color: var(--dark);
}

.animation-line-block .animation-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 30px;

  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.animation-line-block .text {
  margin-right: 30px;
  white-space: nowrap;
}

.animation-line-block .icon {
  width: 56px;
  max-height: 56px;
  margin-right: 30px;
}

.animation-line-block .icon img,
.animation-line-block .icon svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
}

.animation-line-block .instagram-link {
  margin-top: -25px;
}

@keyframes animation-line {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* Instagram section */

.instagram-section {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
  background: var(--gradient);
}


/* Modal */

.modal-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50;

  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(57, 64, 71, 0.6);

  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.modal-wrapper.-hide {
  opacity: 0;

  -webkit-transition: 0s;
  transition: 0s;
}

.modal-wrapper.-active {
  opacity: 1;
  pointer-events: auto;
  overflow-y: scroll;
}

.modal-block {
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.modal {
  position: relative;
  height: 100%;
  border-radius: 20px 0px 0px 20px;
  background-color: #ffffff;
  overflow-y: auto;

  -webkit-transform: translateX(100%);
  transform: translateX(100%);

  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

.modal-wrapper.-active .modal {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/* Consultation modal styles */

.consultation-modal .modal {
  width: 560px;
}

.consultation-modal .modal-scroll-box {
  margin: 80px;
  min-height: calc(100% - 160px);
}

.consultation-modal .title-box {
  text-align: center;
}

.consultation-modal .title-box .subtitle {
  margin-top: 10px;
  color: var(--dark-grey);
}

.consultation-modal .phone-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 50px;
  text-align: center;
}

.consultation-modal .phone-box .text {
  margin-bottom: 10px;
}

.consultation-modal .phone-box .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  user-select: none;
  white-space: nowrap;

  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.consultation-modal .phone-box .phone svg,
.consultation-modal .phone-box .phone img {
  display: block;
  width: 18px;
  height: auto;
  margin-right: 10px;
  margin-bottom: -4px;
}

.consultation-modal .phone-box .phone svg path {
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}

.consultation-modal .and-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  color: var(--brown-grey);
}

.consultation-modal .and-item:before,
.consultation-modal .and-item:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: -5px;
  background-color: var(--light);
}

.consultation-modal .and-item:before {
  margin-right: 10px;
}

.consultation-modal .and-item:after {
  margin-left: 10px;
}

.consultation-modal .form {
  margin-top: 40px;
}

.consultation-modal .form .form-title {
  margin-bottom: 20px;
  text-align: center;
}

.consultation-modal .form .input-box {
  margin-bottom: 40px;
}

.consultation-modal .form .input-box:last-of-type {
  margin-bottom: 0;
}

.consultation-modal .form .button {
  width: 100%;
  margin-top: 40px;

  font-family: NAMU, sans-serif;
}

.consultation-modal .form .agreement {
  text-align: center;
  margin-top: 20px;
  color: var(--dark-grey);
}

.consultation-modal .form .agreement a {
  position: relative;
  display: inline-block;
  color: var(--dark);
}

.consultation-modal .form .agreement a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--light);

  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.consultation-modal .socials-box {
  margin-top: 80px;
  text-align: center;
}

.consultation-modal .socials-box .text {
  margin-bottom: 30px;
  color: var(--brown-grey);
}

.consultation-modal .modal-header {
  position: sticky;
  top: 0;
  pointer-events: none;
}

.consultation-modal .modal-header .burger {
  position: absolute;
  right: 20px;
  top: 20px;
  margin-left: auto;
  pointer-events: auto;
}

.modal .burger {
  width: 46px;
  height: 46px;
} 

/* .modal-product */

.modal-product .modal-content {
  transition: 0.4s;
  opacity: 1;
}

.modal-product .modal {
  /* overflow-y: scroll; */
}

.modal-product.-loading .modal-content {
  opacity: 0;
}

.modal-product .burger {
  width: 62px;
  height: 62px;
}

.modal-product .burger.-active-forever span {
  width: 18px;
}

.modal-product .modal {
  width: 1182px;
  padding: 0 80px 30px 30px;
}

.modal-product.modal-wrapper {
  overflow: hidden;
}

.modal-product .modal-header {
  position: sticky;
  top: 0;
  z-index: 5;

  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 26px 0;
  background: #fff;
}

.modal-product__top-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-info__row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 43px;
}

.product-info__col {
  position: sticky;
  top: 114px;
}

.product-info__mobile-img {
  display: none;
}


.product-info__gallery {
  width: 520px;
}

.product-info__slider .swiper-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.product-info__slider .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 520px;

  background: #F7F3F2;
  border-radius: 6px;
  overflow: hidden;
}

.product-info__slider .swiper-wrapper .swiper-slide:not(:last-child) {
  margin-bottom: 30px;
}

.product-info__slider .swiper-wrapper .swiper-slide.video-slide {
  height: 340px;
  cursor: pointer;
}

.product-info__slider .swiper-wrapper .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-info__slider .swiper-wrapper .swiper-slide.video-slide img {
  position: relative;
  z-index: 1;
  object-fit: cover;
}

.product-info__slider .swiper-wrapper .swiper-slide.video-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;

  background: var(--dark);
  opacity: 0.4;
}

.product-info__slider .swiper-wrapper .swiper-slide.video-slide:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;

  display: block;
  width: 62px;
  height: 62px;

  transform: translate(-50%, -50%);
  background: no-repeat center / contain url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjIiIGhlaWdodD0iNjIiIHZpZXdCb3g9IjAgMCA2MiA2MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjYyIiBoZWlnaHQ9IjYyIiByeD0iMzEiIGZpbGw9IiMzOTQwNDciLz4KPHBhdGggZD0iTTI3IDI0TDM3IDMxTDI3IDM4VjI0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');

}

.product-info__slider .swiper-wrapper .swiper-slide.video-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;

  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.product-info__description {
  max-width: 522px;
  margin-left: 30px;
}

.product-info__description .tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-info__description .tags .tag {
  margin-right: 5px;
  margin-bottom: 5px;
}

.product-info__main-info .title {
  margin-top: 15px;
}

.product-info__description .text {
  margin-top: 10px;
  color: var(--dark-grey);
}

.product-info__description .info-content {
  margin-top: 40px;
}

.info-content:before {
  content: '';
  display: inline-block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  margin-right: 12px;

  background: no-repeat center / contain url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTQuMjUiIHN0cm9rZT0iIzM5NDA0NyIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHJlY3QgeD0iMTQiIHk9IjEyIiB3aWR0aD0iMiIgaGVpZ2h0PSIxMCIgcng9IjEiIGZpbGw9IiMzOTQwNDciLz4KPGNpcmNsZSBjeD0iMTUiIGN5PSI5IiByPSIxIiBmaWxsPSIjMzk0MDQ3Ii8+Cjwvc3ZnPgo=');
}

.info-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 16px 20px;

  border-radius: 6px;
  background: var(--gradient);
  overflow: hidden;
}

.product-info__description .button-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;

  margin-top: 40px;
}

.product-info__description .button-container .button {
  min-width: auto;
}

.product-info__description .button-container .button:first-child {
  margin-right: 10px;
}

.product-info__bottom-sep {
  padding: 0 0 60px 0;
  border-bottom: 1px solid var(--light);
}

.product-info__editor {
  margin-top: 60px;
}

.product-info__cross-sell {
  margin-top: 60px;
}

.product-info__cross-sell .title {
  margin-bottom: 40px;
}

.product-info__cross-sell a:not(:last-child) {
  margin-bottom: 20px;
}



/* Show thanks window styles */

.send-form-container {
  position: relative;
  overflow-y: hidden;
}

.send-form-container .form-window {
  position: static;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  pointer-events: auto;

  transition: opacity 0.4s;
}

.send-form-container .thanks-window {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;

  transition: opacity 0.4s;
}

.send-form-container.-sent .form-window {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.send-form-container.-sent .thanks-window {
  position: static;
  opacity: 1;
  pointer-events: auto;
}

/* burger */

.burger {
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;

  border: 1px solid rgba(0,0,0,0);
  background: #FFFFFF;
  border-radius: 50%;

  transition: opacity 0.4s, border 0.4s, transform 0.4s;
  cursor: pointer;
}


.burger.-active  span {
  background: rgba(0,0,0,0);
  transition: background 0.4s;
}

.burger span {
  position: relative;
  width: 14px;
  height: 1.5px;
  background: var(--dark);
  transition: all 0.4s;
}

.burger span:after,
.burger span:before {
  content: '';
  position: absolute;
  left: 0;

  display: block;
  width: 100%;
  height: 1.5px;
  background: var(--dark);
  transition: all 0.4s;
}

.burger span:before {
  transform: translateY(-5px);
}

.burger span:after {
  transform: translateY(5px);
}

.burger.-active span:after,
.burger.-active span:before {
  width: 100%;
}

.burger.-active span::before {
  transform: translateY(0) translateX(0.5px) rotate(-45deg);
}
.burger.-active span::after {
  transform: translateY(0) translateX(0.5px) rotate(45deg);
}

.burger.-bordered {
  border: 1px solid var(--light);
}

.burger.-active-forever {
  display: flex;
  justify-content: center;
  align-items: center;

  border: 1px solid var(--light);
  background: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;

  transition: opacity 0.4s, border 0.4s, transform 0.4s;
}

.burger.-active-forever span {
  background: rgba(0,0,0,0);
  transition: background 0.4s;
}

.burger.-active-forever span {
  position: relative;
  width: 14px;
  height: 1.5px;
  background: rgba(0,0,0,0);
  transition: background 0.4s;
}

.burger.-active-forever span:after,
.burger.-active-forever span:before {
  content: '';
  position: absolute;
  left: 0;

  display: block;
  width: 100%;
  height: 1.5px;
  background: var(--dark);
  transition: all 0.4s;
}

.burger.-active-forever span:before {
  transform: translateY(-5px);
}

.burger.-active-forever span:after {
  transform: translateY(5px);
}

.burger.-active-forever span::before {
  transform: translateY(0) translateX(0.5px) rotate(-45deg);
}
.burger.-active-forever span::after {
  transform: translateY(0) translateX(0.5px) rotate(45deg);
}

/* Blur */

.-blur-section {
  position: relative;
}

.-blur-section .container {
  position: relative;
  z-index: 1;
}

.blur-item-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  overflow: hidden;
}

.blur-item {
  position: absolute;
  display: block;

  filter: blur(190px);
}

.blur-item.-bottom-right {
  right: 130px;
  bottom: -160px;
}

.blur-item.-bottom-left {
  left: -69px;
  bottom: -110px;
}

.blur-item.-top {
  left: calc(50% + 35px);
  top: -217px;

  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1590px) {

  /* container */

  .container {
    padding: 0 40px;
  }

}


@media screen and (max-width: 1260px) {

  /* container */

  .container {
    padding: 0 30px;
  }

  /* Form element */

  .input-box input {
    height: 52px;
    padding-top: 4px;
  }

  .input-box:after {
    bottom: 0;
    font-size: 12px;
    line-height: 130%;
  }

  /* .tag */

  .tag {
    min-height: 18px;
    padding: 0 5px 3px 5px;
  }

  /* review-card */

  .review-card {
    width: 320px;
    min-height: auto;
  }

  .review-card__top {
    align-items: flex-start;
  }

  .review-card__img {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .review-card__user {
    margin-left: 10px;
    min-height: auto;
  }

  .review-card__user .link {
    border-bottom: 1px solid var(--light);
    padding-bottom: 2px;
    display: inline;
  }

  .review-card__details {
    margin-top: 7px;
  }

  .review-card__details-rating {
    width: 88px;
  }

  .review-card__details-date {
    margin-top: 6px;
  }

  .review-card__bottom {
    padding: 0;
  }

  /* header */

  .header {
    padding: 19px 0;
    overflow: hidden;
  }

  .header__row .logo {
    min-width: 132px;
    width: 132px;
  }

  .header__row {
    position: static;
  }

  .header__mobile-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: auto;
    padding: 40px;

    transform: translateY(78px);
    pointer-events: none;
    transition: opacity 0.4s, transform 0.4s, background 0.4s;
  }

  .header.-active .header__mobile-wrapper {
    pointer-events: auto;
  }

  .mobile-menu-opener {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: color 0.4s;
  }

  .mobile-menu-opener .burger {
    margin-left: 10px;
  }

  .header.-filled .burger {
    border: 1px solid var(--light);
  }

  .header.-active .burger {
    border: 1px solid var(--light);
  }

  .header__menu.-brand-menu {
    width: 50%;
    margin: 0;
  }

  .header__row .custom-menu {
    position: relative;
    right: 0;
    width: 50%;
    padding: 0;
  }

  .header__row .custom-menu  a {
    max-width: 100%;
  }

  .header__mobile-wrapper .social-list {
    margin: 40px 0;
  }

  .header__mobile-wrapper .button {
    margin: 40px;
    color: #FFFFFF;
    background: var(--dark);
    height: 52px;
  }

  .mobile-menu-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;

    height: var(--window-inner-height);
    background: rgba(57, 64, 71, 0.6);
    pointer-events: none;
    opacity: 0;

    transition: opacity 0.7s;
  }

  .mobile-menu-background.-active {
    opacity: 1;
    pointer-events: auto;
  }

  .header__mobile-wrapper .social-list {
    display: flex;
  }

  /* footer */

  .footer__menus {
    margin: 0 100px 0 auto;
  }

  .footer__single-menu:not(:last-child) {
    margin-right: 70px;
  }

  .footer__contact {
    padding-right: 0;
  }


  /* default-editor */

  .default-editor h1,
  .default-editor h2,
  .default-editor h3,
  .default-editor h4,
  .default-editor h5,
  .default-editor h6 {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.5px;
    font-feature-settings: 'cv11' on;
    margin-bottom: 10px;
  }

  .default-editor h1:not(:first-child),
  .default-editor h2:not(:first-child),
  .default-editor h3:not(:first-child),
  .default-editor h4:not(:first-child),
  .default-editor h5:not(:first-child),
  .default-editor h6:not(:first-child) {
    margin-top: 30px;
  }

  .default-editor p,
  .default-editor li {
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.3px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'cv11' on;
  }

  .default-editor li {
    padding-left: 20px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'salt' on, 'cv11' on;
  }


  .default-editor li:before {
    top: 9px;
  }

  .default-editor ol li::before {
    margin-right: 6px;
  } 
  
  /* Instagram section */

  .animation-line-block {
    padding: 36px 0 37px;
  }

  .animation-line-block .animation-line {
    padding-right: 20px;
  }

  .animation-line-block .text {
    margin-right: 20px;
  }

  .animation-line-block .icon {
    width: 26px;
    margin-right: 20px;
  }

  .animation-line-block .instagram-link {
    margin-top: -14px;
  }

  .instagram-section {
    padding: 80px 0;
  }

  .instagram-section .insta-card {
    width: 335px;
  }


  /* Consultation modal styles */

  .modal .burger {
    width: 40px;
    height: 40px;
  }

  .consultation-modal .modal-scroll-box {
    margin: 80px 20px 30px;
    min-height: calc(100% - 110px);
  }

  .consultation-modal .phone-box .text {
    margin-bottom: 8px;
  }

  .consultation-modal .phone-box .phone svg,
  .consultation-modal .phone-box .phone img {
    width: 16px;
    margin-right: 6px;
  }

  .consultation-modal .and-item {
    margin-top: 30px;
  }

  .consultation-modal .and-item:before {
    margin-right: 13px;
  }

  .consultation-modal .and-item:after {
    margin-left: 13px;
  }

  .consultation-modal .form {
    margin-top: 30px;
  }

  .consultation-modal .form .button {
    margin-top: 30px;
  }

  .consultation-modal .socials-box {
    margin-top: 70px;
  }

  /* .modal-product */

  .modal-product .burger {
    width: 40px;
    height: 40px;
  }

  .modal-product .burger.-active-forever span {
    width: 14px;
  }

  .modal-product .modal {
    width: 80%;
    padding: 0 40px 80px 30px;
  }

  .modal-product .modal-header {
    padding: 20px 0;
  }

  .modal-product .product-info__row {
    margin-top: 5px;
  }

  .product-info__description {
    max-width: 50%;
  }

  .product-info__slider .swiper-wrapper .swiper-slide {
    height: 300px;
  }

  .product-info__slider .swiper-wrapper .swiper-slide:not(:last-child) {
    margin-bottom: 20px;
  }

  .product-info__cross-sell a.link {
    display: block;
    width: fit-content;
  }

  .product-info__description .button-container {
    flex-direction: column;
  }

  .product-info__description .button-container .button {
    width: 100%;
  }

  .product-info__description .button-container .button:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .product-info__description .info-content {
    margin-top: 30px;
  }

  .product-info__description .button-container {
    margin-top: 30px;
  }

  .product-info__description .button-container .button {
    height: 52px;
  }

  .product-info__cross-sell .title {
    margin-bottom: 20px;
  }

  .product-info__cross-sell a:not(:last-child) {
    margin-bottom: 10px;
  }

  .info-content {
    padding: 12px;
  }

  /* product modal */

  .product-info__main-info .mob-text-2 {
    line-height: 150%;
  }

}

@media screen and (max-width: 1024px) {


  /* .product-card */

  .product-card {
    max-width: 163px;
    width: 163px;
  }

  .product-card__img {
    padding-top: 37px;
  }

  .product-card__img-info {
    height: 37px;
    padding: 6px 43px 6px 6px;
  }

  .product-card__img-info .tag:not(:last-child) {
    margin-right: 6px;
    margin-bottom: 6px;
  }

  .product__sticker {
    top: 6px;
    right: 6px;

    width: 31px;
    height: 31px;
  }

  .product-card__img-container {
    height: 163px;
  }

  .product-card .title {
    margin-top: 10px;
  }

  .product-card .text {
    margin-top: 4px;
  }

  .product-card .title:after {
    right: 12px;
    top: 7px;
  }

  .mobile-hidden-content {
    position: relative;
    overflow: hidden;
  }

  .mobile-hidden-content.-active .show-more-text {
    opacity: 0;
    pointer-events: none;
  }

  .mobile-hidden-content .text,
  .mobile-hidden-content .text * {
    line-height: 150%;
  }

  .show-more-text {
    position: absolute;
    left: 0;
    bottom: 0;

    display: flex;
    justify-content: center;
    align-items: flex-end;

    height: 50%;
    min-height: 42px;
    width: 100%;
    padding-bottom: 6px;

    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.539773) 34.9%, #FFFFFF 91.67%);

    transition: opacity 0.4s;
  }

  .show-more-text:after {
    content: '';

    position: relative;
    display: block;
    width: 14px;
    height: 14px;

    background: no-repeat center / contain url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy41MzAzIDYuNTMwMzNMNi45OTk5NCAxMy4wNjA3TDAuNDY5NjE0IDYuNTMwMzNMMS41MzAyNyA1LjQ2OTY3TDYuMjQ5OTQgMTAuMTg5M0w2LjI0OTk0IC0zLjE4MjMzZS0wN0w3Ljc0OTk0IC0yLjUyNjY2ZS0wN0w3Ljc0OTk0IDEwLjE4OTNMMTIuNDY5NiA1LjQ2OTY3TDEzLjUzMDMgNi41MzAzM1oiIGZpbGw9IiMzOTQwNDciLz4KPC9zdmc+Cg==');

    margin-left: 6px;
  }

  /* .brand-card */

  .brand-card {
    justify-content: flex-start;
  }

  .brand-card__logo {
    width: 120px;
    height: 50px;
  }

  .brand-card .title {
    display: block;
    margin-top: 10px;
  }

  .brand-card .title:after {
    top: 9px;
    right: -6px;
    width: 6px;
    height: 6px;
  }

  .brand-card .text {
    margin-top: 10px;
  }

  .brand-card .button {
    display: none;
  }

  /* header */

  .header__menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .header__menu li:not(:last-child) {
    margin: 0 0 20px 0;
  }

  /* footer */

  .footer {
    padding: 40px 0 30px 0;
  }

  .footer__row {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .footer__row .copyright {
    width: 100%;
    max-width: none;
    margin-bottom: 50px;
  }

  .footer__row .logo {
    max-width: 40px;
  }

  .footer__menus {
    margin: 0 100px 0 0;
  }

  .footer__single-menu {
    width: 133px;
  }

  .footer__single-menu:not(:last-child) {
    margin-right: 40px;
  }

  .footer__single-menu ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .footer__bottom-row {
    margin-top: 50px;
    justify-content: space-between;
    align-items: center;
  }

  /* .modal-product */

  .product-info__col {
    position: relative;
    top: 0;
  }

  .modal-product .modal {
    width: calc(100% - 20px);
    padding: 0 20px 40px 20px;
    overflow-x: hidden;
  }

  .modal-product .product-info__row {
    margin-top: 0;
  }

  .product-info__row {
    display: block;
  }

  .product-info__gallery {
    width: 100%;
  }

  .product-info__description {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .product-info__slider .swiper-wrapper {
    flex-direction: row;
  }

  .product-info__slider .swiper-wrapper .swiper-slide {
    width: 98px;
    height: 98px;
  }

  .product-info__slider .swiper-wrapper .swiper-slide.video-slide {
    height: 98px;
  }

  .product-info__slider .swiper-wrapper .swiper-slide:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .product-info__mobile-img {
    display: block;
    width: 100%;
    height: 315px;
    margin-bottom: 10px;

    border-radius: 6px;
    background: #F7F3F2;
    overflow: hidden;
  }

  .product-info__mobile-img img,
  .product-info__mobile-img iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .product-info__slider .swiper-wrapper .swiper-slide.video-slide:before {
    height: 40px;
    width: 40px;
  }

}

@media screen and (max-width: 760px) {

  /* blur-item-box */

  .blur-item-box {
    display: none;
  }

  /* container */

  .container {
    padding: 0 20px;
  }



  /* header */

  .header__mobile-wrapper  {
  padding: 40px 20px 20px 20px;
}

  .header__mobile-wrapper .button {
    margin: 0;
    width: 100%;
  }

  .header__mobile-wrapper .social-list {
    width: 100%;
  }

  /* footer */

  .footer__row {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .footer__row .copyright {
    margin-bottom: 0;
  }

  .footer__menus {
    width: 100%;
    margin: 50px 0 0 0;
  }

  .footer__single-menu {
    width: 50%;
  }

  .footer__bottom-row {
    margin-top: 50px;
  }

  .footer__contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-top: 40px;
  }

  .footer__contact .link {
    margin-top: 20px;
  }

  .footer__contact .footer__contact-top {
    margin-right: 40px;
    width: 50%;
  }

  .footer__contact .social-list {
    margin-top: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }


  .footer__contact .social-list a {
    width: 40px;
    height: 40px;
    margin-top: 18px;
  }

  .footer__contact .social-list a svg,
  .footer__contact .social-list a img  {
    width: 14px;
    height: 14px;
  }

  .footer__bottom-row {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .footer__bottom-row .link:not(:last-child) {
    margin-bottom: 20px;
  }

  /*  consultation-modal  */

  .consultation-modal .modal {
    width: calc(100% - 20px);
  }

  /* consultation-modal */

  .consultation-modal .modal-header .burger {
    right: 11px;
    top: 19px;
  }

  .consultation-modal .phone-box {
    margin-top: 39px;
  }

}