/*============= ALIGNES ===============*/

:root {
  --primary: #f3f3f3;
  --head-primary: #f3f3f3;
  --background-primary: #161616;
  --main-text-primary: #9d9d9d;
  --success: #96ff62;
  --danger: #f06b6b;

  --font-family: "Involve", sans-serif;

  --transition: all .3s ease-in-out;

  --min-20: clamp(0.75rem, 0.633rem + 0.58vw, 1.25rem);
  --min-25: clamp(0.938rem, 0.792rem + 0.73vw, 1.563rem);
  --min-30: clamp(0.938rem, 0.719rem + 1.09vw, 1.875rem);
  --min-40: clamp(1.25rem, 0.958rem + 1.46vw, 2.5rem);
  --min-50: clamp(1.563rem, 1.198rem + 1.82vw, 3.125rem);
  --min-60: clamp(1.875rem, 1.437rem + 2.19vw, 3.75rem);
  --min-70: clamp(1.875rem, 1.291rem + 2.92vw, 4.375rem);
  --min-75: clamp(1.875rem, 1.218rem + 3.28vw, 4.688rem);
  --min-80: clamp(2.5rem, 1.916rem + 2.92vw, 5rem);
  --min-100: clamp(2.5rem, 1.624rem + 4.38vw, 6.25rem);
  --min-120: clamp(2.5rem, 1.332rem + 5.84vw, 7.5rem);
}

::selection {
  background: var(--primary);
  color: var(--background-primary);
}

.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 100vw !important;
    max-width: unset;
    /*margin-left: calc(-1 * (1920px - 1170px) / 2) !important;*/
    /*margin-right: calc(-1 * (1920px - 1170px) / 2) !important;*/
  }
}

/* =========== BASE CONFIG =========== */
html {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  color: var(--main-text-primary);
  font-size: 16px;
  font-weight: 400;
  box-sizing: inherit;
}

body {
  background-color: var(--background-primary);
  /*max-width: 1920px;*/
  overflow-x: hidden;
  margin: 0 auto;
  width: auto;
  /*-webkit-box-shadow: 0 0 20px 5px #747474;*/
  /*box-shadow: 0 0 20px 5px #747474;*/
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main,
#primary {
  flex-grow: 1;
}

body .map-holder {
  height: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--main-text-primary);
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
}

a {
  text-decoration: none;
  transition: var(--transition);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

ul li {
  list-style-position: inside;
  /*   font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px; */
}

ul li::marker {
  color: #1F2F47;
}

ol li {
  list-style-position: inside;
  /*   font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px; */
}

.soc__holder {
  display: flex;
  align-items: center;
  gap: var(--min-30);
}

.soc__item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.soc__item svg {
  height: 25px;
  width: 25px;
  object-fit: contain;
  flex-shrink: 0;
}

p,
.p1 {
  font-weight: 400;
  /* font-size: 22px; */
  font-size: clamp(1.125rem, 1.067rem + 0.29vw, 1.375rem);
  line-height: 135%;
}

.p2 {
  font-weight: 400;
  /* font-size: 18px; */
  font-size: clamp(1rem, 0.971rem + 0.15vw, 1.125rem);
  line-height: 140%;
}

.p3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

h1,
.page-title {
  font-weight: 500;
  font-size: 3.4375rem;
  line-height: 113%;
  color: var(--primary);
}

h2,
.h2 {
  font-weight: 500;
  /* font-size: 64px; */
  font-size: clamp(1.75rem, 1.224rem + 2.63vw, 4rem);
  line-height: 125%;
  color: var(--primary);
}

h3,
.h3 {
  font-weight: 500;
  /* font-size: 36px; */
  font-size: clamp(1.375rem, 1.171rem + 1.02vw, 2.25rem);
  line-height: 125%;
  color: var(--primary);
}

h4,
.h4 {
  font-weight: 500;
  /* font-size: 24px; */
  font-size: clamp(1.125rem, 1.037rem + 0.44vw, 1.5rem);
  line-height: 125%;
  color: var(--primary);
}

h5,
.h5 {
  font-weight: 500;
  /*  font-size: 20px; */
  font-size: clamp(1.125rem, 1.096rem + 0.15vw, 1.25rem);
  line-height: 125%;
  color: var(--primary);
}

h6,
.h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: var(--primary);
}

main.foned {
  position: relative;
  overflow: hidden;
  z-index: 999;
}

main.foned:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.breadcrumbs {
  padding: 20px 0;
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 18px;
  color: var(--main-text-primary);
}

.breadcrumbs span {
  font-weight: 400;
  /*  font-size: 18px; */
  font-size: clamp(1rem, 0.971rem + 0.15vw, 1.125rem);
  line-height: 140%;
  color: var(--main-text-primary);
  transition: var(--transition);
}

.breadcrumbs span.current-item {
  color: var(--primary);
}

.container {
  max-width: 1690px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.block {
  padding: var(--min-75) 0;
  position: relative;
}

.advantages-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-height: 370px;
  height: 100%;
  background-image: url(../images/block.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  z-index: -1;
}


.block:last-child::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 100%;
  max-height: 370px;
  height: 100%;
  background-image: url(../images/block.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  z-index: -1;
}

.text__holder {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.title,
.page-title {
  margin-bottom: var(--min-40);
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  outline: none;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  border: 1px solid var(--primary);
  border-radius: 100px;
  padding: var(--min-25) var(--min-50);
  font-weight: 500;
  /* font-size: 20px; */
  font-size: clamp(0.875rem, 0.787rem + 0.44vw, 1.25rem);
  line-height: 150%;
  text-transform: uppercase;
  color: var(--primary);
  height: 80px;
  text-align: center;
}

.btn.small {
  height: 50px;
  text-transform: none;
  padding: 15px var(--min-30);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
}

.btn.invert {
  background: var(--primary);
  color: var(--background-primary);
}

.swiper-btn {
  border: 1px solid var(--primary);
  border-radius: 100px;
  transition: var(--transition);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Cosmetics slider arrows placement */
.cosmetics__slider .swiper-button-prev,
.cosmetics__slider .swiper-button-next {
  color: var(--primary);
}
.cosmetics__slider .swiper-button-prev::after,
.cosmetics__slider .swiper-button-next::after {
  font-size: 20px;
}

.swiper-button-disabled {
  border-color: var(--main-text-primary);
  pointer-events: none;
}

.swiper-button-disabled path {
  fill: var(--main-text-primary);
}



/* #main,
#primary {
  min-height: 83vh;
} */

.icon__holder img,
.icon__holder svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

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

.image__holder.grayscale {
  transition: var(--transition);
  overflow: hidden;
}

.image__holder.grayscale img {
  transition: var(--transition);
}

svg,
svg path,
svg g path {
  transition: var(--transition);
}

.page-privacy h2 {
  margin: 20px 0;
  margin-top: 30px;
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
}

.page-privacy p,
.page-privacy table {
  margin-bottom: 20px;
}

body .swiper {
  width: 100%;
  overflow: hidden;
}

/*============ HEADER =================*/
#header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

main {
  padding-top: 90px;
}

#header .header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 1px solid var(--primary);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(22, 22, 22, 0.9);
  padding: var(--min-20) 0;
  gap: 10px;
}

#header .logo__holder {
  height: 40px;
  width: fit-content;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 130px;
}

#header .header__right {
  display: flex;
  align-items: center;
    gap: var(--min-70);
}

  /* Phone in header */
  #header .header__phone {
    font-weight: 500;
    font-size: clamp(1rem, 0.942rem + 0.29vw, 1.25rem);
    line-height: 140%;
    color: var(--primary);
    white-space: nowrap;
  }

/*================ MOBILE MNU =============*/
#header .burger.open_menu {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  height: 30px;
  width: 30px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
  cursor: pointer;
}

#header .burger.open_menu svg {
  object-fit: contain;
}

/* #header .burger.open_menu span {
  background-color: #D12D26;
  width: 30px;
  height: 4px;
  transition: var(--transition);
} */

/* #header .burger.open_menu.clicked {
  background-color: #D12D26;
} */

#header .burger.open_menu.clicked path {
  fill: var(--primary);
}

#header #mobile-mnu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 390px;
  width: 100%;
  background: var(--background-primary);
  padding: var(--min-30);
  transition: var(--transition);
  transform: translateX(600px);
  z-index: 9999;
  /* gap: 20px; */
}

#header #mobile-mnu #close-mnu {
  height: 30px;
  width: 30px;
  cursor: pointer;
  /*  font-size: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transform: rotate(45deg);
  display: block;
  color: #D12D26; */
}

#header #mobile-mnu #close-mnu svg {
  object-fit: contain;
}

#header .menu__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: clamp(2.5rem, 0.456rem + 10.22vw, 11.25rem);
}

#header .header__menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin-bottom: var(--min-80);
}

#header .soc__holder {
  padding-left: var(--min-30);
}

#header #mobile-mnu .soc__holder {
  flex-direction: column;
  align-items: start;
  gap: 10px;
  margin-top: var(--min-80);
  padding-left: 0;
}

#header #mobile-mnu .soc__item {
  height: 50px;
}

#header .header__menu a {
  position: relative;
  padding-bottom: 2px;
}

#header .header__menu a::before {
  content: '';
  position: absolute;
  transition: var(--transition);
  background: var(--primary);
  height: 1px;
  width: 0%;
  bottom: 0;
  left: 0;
}

#header .mobile__btn {
  width: 100%;
}

#header #mobile-mnu .logo__holder {
  /* text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; */
}

#header #mobile-mnu .menuTop {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#header #mobile-mnu .adresses__holder {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 30px;
  width: 100%;
}

#header #mobile-mnu .email__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

#header #mobile-mnu .email__holder .email__item svg {
  margin-right: 10px;
}

#header #mobile-mnu .phones__holder,
#header #mobile-mnu .emails__holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}

#header #mobile-mnu .phones__holder .phone__item svg {
  margin-right: 10px;
}

#header #mobile-mnu.opened {
  transform: translateX(0);
}

/*============ FOOTER ===============*/
#footer {}

#footer .footer__lower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  border-top: 1px solid var(--primary);
  padding-top: var(--min-40);
  padding-bottom: var(--min-30);
}

#footer .grampus__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

#footer .grampus__link span {
  font-family: var(--third-family);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: inherit;
}

.glogo {
  width: 111px;
  height: 17px;
  mask-image: url(../images/gmask.png);
  mask-origin: border-box;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

.glogo:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  transform: translateX(100%);
  transition: transform .7s ease-in;
  background: linear-gradient(90deg, #fe6604 10%, #ee0a76 30%, #ee0a76 60%, #fe6604 101%) repeat-x 0 0;
  background-size: 100px;
  animation-duration: 5s;
  animation-name: slideUp;
  animation-iteration-count: infinite;
  animation-delay: 3s;
}

@keyframes slideUp {
  0% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(0);
  }

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


/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

input {
  border: none;
  transition: var(--transition);
  background: transparent;
  border-bottom: 1px solid var(--main-text-primary);
  padding: var(--min-20) 0;
  width: 100%;
  font-weight: 400;
  /* font-size: 22px; */
  font-size: clamp(1.125rem, 1.067rem + 0.29vw, 1.375rem);
  line-height: 135%;
  color: var(--primary);
  outline: none;
  height: 70px;
}

input::placeholder {
  opacity: 0;
  transition: var(--transition);
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 135%;
  color: var(--main-text-primary);
  font-size: clamp(1.125rem, 1.067rem + 0.29vw, 1.375rem);
}

.form__input:not(.input-file) {
  display: flex;
  width: 100%;
}

.label {
  position: relative;
}

.label:hover input {
  padding-bottom: 10px;
}

.form-v2 .label span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: var(--transition);
  font-weight: 400;
  font-size: clamp(1.125rem, 1.067rem + 0.29vw, 1.375rem);
  line-height: 135%;
  color: var(--main-text-primary);
  pointer-events: none;
  width: 90%;
  background: var(--background-primary);
  transition: var(--transition);
}

.form-v2 {
  display: flex;
  flex-direction: column;
  gap: var(--min-20);
}

.form-v2 .form__row {
  margin-top: var(--min-20);
  display: flex;
  justify-content: space-between;
  gap: 15px;
  /* flex-wrap: wrap-reverse; */
}

.form-v2 .form__privacy {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--primary);
  max-width: 370px;
}

.form-v2 .form__privacy a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: underline;
  color: inherit;
}

input.error,
textarea.error,
input.error:hover,
textarea.error:hover,
.form-v2 .label.active input.error,
.form-v2 .label.active textarea.error {
  border-bottom: 1px solid var(--danger);
  color: var(--danger);
}

.form-v2 .label input.error+span {
  color: var(--danger);
}

.form-v2 .label.active input {
  border-bottom: 1px solid var(--primary);
  color: var(--head-primary);
  padding-bottom: 10px;
}

.form-v2 .label.active span,
.form-v2 input:focus+span {
  top: 4px;
  transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

body .theme-modal {
  height: fit-content;
  width: 100%;
  max-height: 90vh;
  max-width: 700px;
  background: var(--background-primary);
  /*  position: fixed; */
  transition: var(--transition);
  z-index: 9999;
  display: none;
  padding: var(--min-30);
  min-height: 180px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body .theme-modal .subtitle {
  color: var(--primary);
  margin-bottom: var(--min-20);
}

body .theme-modal .title {
  margin-bottom: var(--min-20);
}

body .theme-modal .f-button {
  display: none !important;
}

.theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.theme-modal .close-modal {
  position: absolute;
  right: var(--min-30);
  top: var(--min-30);
  /* font-size: 40px;
  font-weight: 750;
  color: #374957;
  transform: rotate(45deg); */
  cursor: pointer;
  z-index: 100;
}

body .fancybox__backdrop {
  background: rgba(0, 0, 0, 0.4) !important;
}

#modal-callback {
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  max-width: 700px;
  height: 100vh;
  max-height: 100vh;
}

#modal-callback .title {
  margin-bottom: clamp(1.25rem, -1.232rem + 12.41vw, 11.875rem);
}

.theme-modal .form-v2 .form__row {
  flex-direction: column-reverse;
}

.theme-modal .form-v2 .form__btn {
  width: 100%;
}

.theme-modal .form__privacy {
  width: 100%;
  max-width: 100%;
}

/* ============= ERROR PAGE =========== */
.error-page .error__wrap {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  /* flex-wrap: wrap; */
  padding-top: clamp(1.875rem, -0.315rem + 10.95vw, 11.25rem);
}

/* ============= REVIEWS =========== */
.reviews__holder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.review-card {
  border: 1px solid var(--primary);
  padding: var(--min-30);
  display: flex;
  flex-direction: column;
  gap: var(--min-20);
  background: rgba(22, 22, 22, 0.85);
}

.review__author .p2 {
  color: var(--primary);
}

.review__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  overflow: hidden;
}

.review__more {
  align-self: flex-start;
  text-decoration: underline;
}

@media (max-width: 1250px) {
  .reviews__holder {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .reviews__holder {
    grid-template-columns: 1fr;
  }
}

.error-page .error__text {
  padding-bottom: clamp(1.875rem, 0.707rem + 5.84vw, 6.875rem);
  max-width: 750px;
  width: 100%;
}

.error-page .error__img {
  display: flex;
  max-width: 676px;
  width: 100%;
  max-height: 190px;
  margin-top: auto;
}



/* ============= MEDIA QUERIES =========== */
@media(any-hover: hover) {
  .grampus__link:hover .glogo:before {
    /*transform: translateY(-100%);*/
    animation-name: unset;
    transform: translateX(0);
  }

  a:hover {
    color: var(--primary);
  }

  .btn:hover {
    background: var(--primary);
    color: var(--background-primary);
  }

  .btn.invert:hover {
    background: #363434;
    border-color: #363434;
    color: var(--primary);
  }

  #header .burger.open_menu:hover path {
    fill: var(--primary);
  }

  #header #mobile-mnu #close-mnu:hover path {
    fill: var(--primary);
  }

  #header .header__menu a:hover::before {
    width: 100%;
  }

  .soc__item:hover path {
    fill: var(--primary);
  }

  .breadcrumbs span:hover {
    color: var(--primary);
  }

  .image__holder.grayscale {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
  }

  .image__holder.grayscale:hover {
    filter: grayscale(0);
  }

  .image__holder.grayscale:hover img {
    transform: scale(1.05);
  }

  .swiper-btn:hover {
    background: var(--primary);
  }

  .swiper-btn:hover path {
    fill: var(--background-primary);
  }

  .form-v2 .label:hover input::-moz-placeholder,
  .form-v2 .label:hover textarea::-moz-placeholder {
    opacity: 1;
  }

  .form-v2 .label:hover input::placeholder,
  .form-v2 .label:hover textarea::placeholder {
    opacity: 1;
  }

  .form-v2 .label:hover span {
    top: 4px;
    transform: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
  }

  .form-v2 .form__privacy a:hover {
    color: var(--main-text-primary);
  }

  .theme-modal .close-modal:hover path {
    fill: var(--primary);
  }
}

@media(max-width: 1250px) {
  .error-page .error__wrap {
    flex-direction: column;
  }

  .error-page .error__text {
    max-width: 100%;
  }

  .error-page .error__img {
    max-width: 100%;
    margin-left: auto;
    width: fit-content;
  }
}

@media(max-width: 800px) {
  #footer .footer__lower {
    flex-direction: column;
  }

  #header .logo__holder {
    position: relative;
    transform: unset;
    top: 0;
    left: 0;
  }

  #header .header__right {
    gap: var(--min-20);
  }

  #header .header__phone {
    font-size: 14px;
  }
}

@media(max-width: 500px) {
  #header .header__soc {
    display: none;
  }

  .btn,
  .btn.small {
    height: auto;
  }

  .form-v2 .form__row {
    flex-direction: column-reverse;
  }

  .form__btn {
    width: 100%;
  }

  .form-v2 .form__privacy {
    max-width: 100%;
  }

}

.stop-scroll {
  height: 100vh;
  overflow: hidden;
}

@media(max-width: 426px) {}


@media(max-width: 400px) {
  #header .logo__holder {
    height: 30px;
  }

  #header .header__right {
    gap: 10px;
  }

  #header .header__btn {
    font-size: 12px;
  }

  .btn {
    width: 100%;
  }

  .error-page .error__btn {
    font-size: 13px;
  }

  .swiper-btn {
    height: 50px;
    width: 50px;
  }

  main {
    padding-top: 70px;
  }
}

@media(max-width: 600px) {}

/*# sourceMappingURL=main.css.map */

/* === MARKETING BLOCK FIX === */
.marketing__wrap {
  display: flex !important;
  gap: 30px !important;
  justify-content: left !important;
  align-items: stretch !important;
}

.marketing__item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 360px !important;
  flex: 1 1 0 !important;
}

.marketing__img {
  width: 100% !important;
  height: 360px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #222 !important;
  border-radius: 0px !important;
}

.marketing__img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.marketing__descr {
  margin-top: 0px !important;
  text-align: left !important;
  min-height: 80px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.advantages-block .advant__info {
  padding-top: 0px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}