@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Light.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-LightItalic.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Black.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Red Ring';
  src: url("../fonts/RedRing-Bold.woff2") format("woff2"), url("../fonts/RedRing-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

html {
  font-family: HelveticaNeueCyr;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  max-width: 100%;
  min-width: 1px;
}

* {
  box-sizing: border-box;
}

.svg-icons {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

input,
button {
  font-family: sans-serif;
}

.color-red {
  color: #E4373A;
}

.menu,
.header-callback__btn,
.slider-control,
.modal__close {
  padding: 0;
  border: none;
  background: none;
}

.nav__list,
.main-advantages,
.advantages-list,
.product-sections__btns,
.lets-try__steps,
.brands,
.contacts__list,
.socials {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.button {
  padding: 0 20px;
  border: 1px solid currentColor;
  border-radius: 100px;
  font-size: inherit;
  font-weight: normal;
  line-height: 1;
  color: inherit;
  transition: all .3s ease;
}

.button:focus {
  outline: none;
}

.button--red {
  border-color: #E4373A;
  background: #E4373A;
  color: #fff;
}

.button--red:hover {
  background: #fff;
  color: #E4373A;
}

.button--transparent-gray {
  background: none;
}

.button--transparent-gray:hover {
  background: #262626;
  border-color: #262626;
  color: #fff;
}

.button--transparent-red {
  background: none;
  color: #E4373A;
}

.button--transparent-red:hover {
  background: #E4373A;
  border-color: #E4373A;
  color: #fff;
}

.button--transparent-white {
  background: none;
  color: #fff;
}

.button--transparent-white:hover {
  background: #E4373A;
  border-color: #E4373A;
  color: #fff;
}

input[type="submit"][disabled],
button[type="submit"][disabled] {
  background: #c4c4c4 !important;
  color: #fff !important;
}

.nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  padding-top: 55px;
  font-size: 1.4em;
  text-transform: uppercase;
  background: #fff;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out, visibility 0s 0.35s;
  transform: translateY(-10px);
  transform-origin: 50% 0;
  --circle-width: 1240px;
  --element-height: 463px;
  --bottom-offset: calc((var(--circle-width) - var(--element-height)) * -1);
  -webkit-clip-path: circle(var(--circle-width) at 50% var(--bottom-offset));
  clip-path: circle(var(--circle-width) at 50% var(--bottom-offset));
  text-align: center;
}

.nav-opened .nav {
  transition: opacity 0.35s ease-out, transform 0.35s ease-out, visibility 0s 0s;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.nav__list {
  padding: 50px 15px;
  border-top: 4px solid #E4373A;
}

.nav__item {
  margin-bottom: 10px;
}

.nav__callback {
  position: relative;
  z-index: 40;
  padding: 15px;
  background: #E4373A;
  color: #fff;
  text-align: center;
}

.menu {
  position: relative;
  z-index: 25;
  -webkit-tap-highlight-color: rgba(228, 55, 58, 0.1);
}

.menu:focus {
  outline: none;
}

.menu__wrapper {
  display: flex;
  align-items: center;
}

.menu__text {
  font-size: 12px;
  font-weight: 500;
  margin-right: 0.57em;
  text-transform: uppercase;
}

.burger {
  position: relative;
  display: block;
  width: 1em;
  height: 1em;
  font-size: 26px;
  background: #E4373A;
  color: #fff;
  border-radius: 50%;
}

.burger__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.45em;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.burger__line:nth-child(1) {
  transform: translate(-50%, -5px);
}

.nav-opened .burger__line:nth-child(1) {
  -webkit-animation: makeCloseFirstLine .75s ease-in-out both;
  animation: makeCloseFirstLine .75s ease-in-out both;
}

.nav-closed .burger__line:nth-child(1) {
  -webkit-animation: makeBurgerFirstLine .75s ease-in-out both;
  animation: makeBurgerFirstLine .75s ease-in-out both;
}

.burger__line:nth-child(2) {
  transition: opacity 0.5s 0.25s;
}

.nav-opened .burger__line:nth-child(2) {
  opacity: 0;
  transition: opacity 0.5s;
}

.burger__line:nth-child(3) {
  transform: translate(-50%, 3px);
}

.nav-opened .burger__line:nth-child(3) {
  -webkit-animation: makeCloseThirdLine .75s ease-in-out both;
  animation: makeCloseThirdLine .75s ease-in-out both;
}

.nav-closed .burger__line:nth-child(3) {
  -webkit-animation: makeBurgerThirdLine .75s ease-in-out both;
  animation: makeBurgerThirdLine .75s ease-in-out both;
}

@-webkit-keyframes makeCloseFirstLine {
  0% {
    transform: translate(-50%, -5px);
  }

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

  100% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@keyframes makeCloseFirstLine {
  0% {
    transform: translate(-50%, -5px);
  }

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

  100% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@-webkit-keyframes makeCloseThirdLine {
  0% {
    transform: translate(-50%, 3px);
  }

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

  100% {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

@keyframes makeCloseThirdLine {
  0% {
    transform: translate(-50%, 3px);
  }

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

  100% {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

@-webkit-keyframes makeBurgerFirstLine {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

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

  100% {
    transform: translate(-50%, -5px);
  }
}

@keyframes makeBurgerFirstLine {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

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

  100% {
    transform: translate(-50%, -5px);
  }
}

@-webkit-keyframes makeBurgerThirdLine {
  0% {
    transform: translate(-50%, -50%) rotate(45deg);
  }

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

  100% {
    transform: translate(-50%, 3px);
  }
}

@keyframes makeBurgerThirdLine {
  0% {
    transform: translate(-50%, -50%) rotate(45deg);
  }

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

  100% {
    transform: translate(-50%, 3px);
  }
}

.header-callback {
  display: inline-block;
  text-align: center;
  line-height: 0;
}

.header-callback__tel {
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
  color: inherit;
  line-height: 1;
}

.header-callback__btn {
  font-size: 15px;
  color: #E4373A;
  line-height: 1;
}

.header-callback__btn--white {
  color: #fff;
}

.header {
  position: relative;
  --circle-width: 1240px;
  --element-height: 374px;
  --bottom-offset: calc((var(--circle-width) - var(--element-height)) * -1);
}

.header__top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

.header__container {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header__main {
  position: relative;
  padding-top: 94px;
  padding-bottom: 68px;
  background-color: #F4F4F4;
  overflow: hidden;
  -webkit-clip-path: circle(var(--circle-width) at 50% var(--bottom-offset));
  clip-path: circle(var(--circle-width) at 50% var(--bottom-offset));
}

.header__content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.header__house {
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/header/header-bg.png") center left 45%/auto 98.9% no-repeat;
  opacity: .2;
}

.header__house--desktop {
  display: none;
}

.logo {
  position: relative;
  z-index: 25;
  display: inline-block;
  flex: 0 0 110px;
  width: 110px;
  height: auto;
  line-height: 0;
}

.md-callback {
  display: none;
}

.main-heading {
  margin: 0 0 25px;
  font-size: 28px;
  font-family: 'Red Ring';
  line-height: 1;
}

.main-advantages {
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.main-advantages li {
  margin-bottom: .1em;
}

.main-button {
  width: 100%;
  height: 66px;
  font-size: 14px;
  font-weight: 500;
}

.main-button:hover {
  background: #F4F4F4;
}

.heading {
  margin: 0 0 30px;
  font-family: 'Red Ring';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.15;
  text-align: center;
}

.advantages {
  padding: 50px 0 20px;
  overflow: hidden;
}

.advantages__content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.advantages__col {
  flex: 0 0 100%;
}

.advantages__col--illustration {
  position: relative;
  margin-top: -95px;
  right: -20px;
}

.advantages-block {
  margin-left: 5px;
  margin-bottom: 46px;
  border-left: 1px solid #F7F7F7;
  counter-reset: advantagesCounter;
  line-height: 1.3;
}

.advantages-list__item {
  position: relative;
  counter-increment: advantagesCounter;
  margin-bottom: 20px;
  padding-left: 35px;
}

.advantages-list__item::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: counter(advantagesCounter);
  color: rgba(38, 38, 38, 0.15);
  font-weight: 500;
  line-height: 1.6;
  font-size: inherit;
  transform: translateX(-50%);
}

.counters-block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.counters-block__counter {
  flex: 0 1 auto;
  margin-bottom: 35px;
  padding-right: 13px;
}

.counter {
  display: inline-block;
  text-align: left;
  font-weight: 400;
}

.counter__num {
  margin-bottom: 7px;
  font-weight: 900;
  font-size: 60px;
  line-height: 1;
  color: #E4373A;
  font-family: 'Red Ring';
}

.counter__num span {
  display: flex;
}

.counter__num .odometer {
  position: relative;
  top: -4px;
}

.counter__text {
  line-height: 1;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit,
.odometer.odometer-auto-theme .odometer-digit *,
.odometer.odometer-theme-minimal .odometer-digit * {
  vertical-align: top !important;
}

.products {
  padding: 50px 0;
  overflow: hidden;
}

.products__heading {
  text-align: left;
}

.product-sections__sections {
  overflow: visible;
}

.product-sections__sections > .swiper-wrapper > .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.product-sections__btns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.product-sections__btn-wrapper {
  flex: 0 0 50%;
}

.product-sections__trigger {
  position: relative;
  width: 100%;
  height: 45px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #E7E7E7;
  background: #fff;
  color: #4B4B4B;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.product-sections__trigger:focus {
  z-index: 1;
  outline: none;
}

.product-sections__trigger--active {
  background: #E4373A;
  color: #fff;
  border-color: #E4373A;
}

.product-section {
  background: #fff;
}

.product-tile {
  width: 220px;
  background: #F4F4F4;
}

.product-tile__image {
  position: relative;
  display: flex;
  width: 100%;
  padding-bottom: 118.8%;
  overflow: hidden;
}

.product-tile__image img {
  position: absolute;
  top: 0;
  left: 0;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .product-tile__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.product-tile__name {
  padding: 15px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.scroll-container {
  overflow: visible;
}

.scroll-container__element {
  width: 220px;
}

.lets-try {
  padding: 50px 0;
  background: #F4F4F4;
}

.lets-try__steps {
  padding-bottom: 48px;
  counter-reset: stepsCnt;
}

.lets-try__step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.2;
}

.lets-try__step:last-child {
  margin-bottom: 0;
}

.lets-try__step::before {
  flex: 0 0 85px;
  counter-increment: stepsCnt;
  content: counter(stepsCnt, decimal-leading-zero);
  font-weight: bold;
  font-size: 49px;
  color: #E4373A;
}

.lets-try__heading {
  margin-bottom: 25px;
  text-align: left;
}

.lets-try__button {
  min-width: 254px;
  height: 60px;
  font-size: 20px;
  line-height: 1;
}

.about-company {
  padding: 50px 0 20px;
  overflow: hidden;
}

.about-company__heading {
  margin-bottom: 20px;
  text-align: left;
}

.about-company__brands {
  max-width: 290px;
  margin: 0 0 18px;
}

.about-company__text {
  margin-bottom: 25px;
}

.about-company__text p {
  margin-top: 0;
}

.about-company__button {
  min-width: 254px;
  font-size: inherit;
  font-weight: 500;
}

.brands {
  display: flex;
  flex-wrap: wrap;
}

.brands__item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.brands__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 66px;
  padding: 5px;
}

.our-promotion {
  padding: 50px 0;
  overflow: hidden;
}

.our-promotion__heading {
  text-align: left;
  margin-bottom: 20px;
}

.our-promotion__text {
  margin-bottom: 20px;
}

.promo-block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.promo-block__name {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.promo-block__button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  min-width: 140px;
  margin: 0;
  height: 44px;
  padding: 0 12px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  transform: translateX(-50%);
}

.promo-block--youtube {
  background-image: url(../img/media/01.jpg);
}

.promo-block--instagram {
  background-image: url(../img/media/02.jpg);
}

.promo-block--polygraphy {
  background-image: url(../img/media/03.jpg);
}

.promo-block--site {
  background-image: url(../img/media/04.jpg);
}

.testimonials {
  padding: 50px 0 30px;
  background: #F4F4F4;
}

.testimonials__heading {
  margin-bottom: 10px;
}

.testimonials__slider {
  position: relative;
}

.testimonials__control {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
}

.testimonials__control--prev {
  left: 0;
}

.testimonials__control--next {
  right: 0;
}

.testimonials__pagination {
  margin-top: 20px;
}

.testimonial {
  position: relative;
  padding-top: 15px;
}

.testimonial::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #fff;
}

.testimonial::after {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 2;
  width: 40px;
  height: 32px;
  background: url("../img/quotes.svg") center/contain no-repeat;
}

.testimonial__wrapper {
  position: relative;
  z-index: 1;
  padding: 35px 25px;
  font-size: 14px;
  line-height: 1.6;
}

.testimonial__text {
  margin-bottom: 25px;
  font-style: italic;
}

.testimonial__author {
  display: flex;
  align-items: center;
}

.testimonial__photo {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  overflow: hidden;
}

.testimonial__author-name {
  margin: 0 0 7px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

.testimonial__author-position {
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.testimonial__pubdate {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #a7a7a7;
}

.slider-control {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.07);
  background: #fff;
  color: #c1c1c1;
  transition: color .35s;
}

.slider-control:focus {
  outline: none;
}

.slider-control:hover,
.slider-control:active {
  color: #E4373A;
}

.slider-control svg {
  width: 22px;
  height: 14px;
}

.slider-pagination {
  display: flex;
  justify-content: center;
}

.slider-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  border: 1px solid #E4373A;
  background: none;
  transition: background 0.35s;
  cursor: pointer;
}

.slider-pagination .swiper-pagination-bullet-active {
  background: #E4373A;
}

.slider-pagination .swiper-pagination-bullet:focus {
  outline: none;
}

.app {
  padding: 50px 0 70px;
}

.app__heading {
  margin-bottom: 20px;
  text-align: left;
}

.app__desc {
  margin: 0 0 20px;
}

.app__input {
  margin-bottom: 20px;
  font-weight: 300;
}

.app__submit-wrapper {
  width: 100%;
}

.app__submit {
  width: 100%;
  height: 70px;
  margin-top: 12px;
  font-weight: 500;
}

.input-field {
  position: relative;
}

.input-field--select {
  position: relative;
}

.input-field--select::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  border-top: 7px solid #E4373A;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  transform: translateY(-50%);
  pointer-events: none;
}

.input-field__input {
  width: 100%;
  padding: 10px 0;
  line-height: 1.6;
  border: none;
  border-bottom: 1px solid #C2C2C2;
}

.input-field__input--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
}

.input-field__input--select::-ms-expand {
  display: none;
}

.input-field__input::-webkit-input-placeholder {
  color: #C2C2C2;
  font-weight: 300;
}

.input-field__input::-moz-placeholder {
  color: #C2C2C2;
  font-weight: 300;
}

.input-field__input:-ms-input-placeholder {
  color: #C2C2C2;
  font-weight: 300;
}

.input-field__input::-ms-input-placeholder {
  color: #C2C2C2;
  font-weight: 300;
}

.input-field__input::placeholder {
  color: #C2C2C2;
  font-weight: 300;
}

.input-field__input:focus {
  outline: none;
  border-bottom-color: #9c9c9c;
}

.footer {
  font-size: 15px;
}

.footer__content {
  width: 100%;
  padding: 50px 15px 110px;
  background: #262626;
  color: #fff;
}

.footer__content--full {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.footer__copyrights {
  opacity: .5;
}

.contacts__heading {
  margin-bottom: 35px;
  text-align: left;
}

.contacts__address {
  margin: 0 0 30px;
}

.contacts__list {
  margin-bottom: 30px;
  line-height: 1;
}

.contacts__item {
  margin-bottom: 20px;
}

.contacts__socials {
  margin-bottom: 30px;
}

.socials {
  display: flex;
}

.socials__item {
  margin-right: 12px;
  font-size: 44px;
  line-height: 1;
}

.socials__item a {
  display: flex;
}

.socials__item a:hover {
  color: #E4373A;
}

.go-top {
  position: fixed;
  left: 15px;
  bottom: 50px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  color: #4B4B4B;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.go-top--visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0s;
}

.go-top__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid currentColor;
  font-size: 12px;
  border-radius: 50%;
}

.go-top__text {
  text-transform: uppercase;
}

.icon {
  width: 1em;
  height: 1em;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  transition: opacity 0.5s 0.17s, visibility 0s 0.5s;
}

.modal:focus {
  outline: none;
}

.modal::before,
.modal::after {
  content: '1';
  display: block;
  width: 100%;
  height: 15px;
  color: rgba(0, 0, 0, 0);
}

.modal--opened {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0s;
}

.modal__dialog {
  width: 100%;
  margin: auto;
  max-width: 900px;
  transform: scale(0.9);
  transition: transform 0.5s;
}

.modal--opened .modal__dialog {
  transform: scale(1);
}

.modal--pic .modal__dialog,
.modal--default .modal__dialog {
  width: auto;
}

.modal--callback .modal__dialog {
  min-height: calc(100% - 30px);
}

.modal__content {
  position: relative;
  background: #fff;
}

.modal--default .modal__content {
  min-height: 100%;
  padding: 60px 15px;
}

.modal--pic .modal__content {
  line-height: 0;
}

.modal__close {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #4B4B4B;
  color: #fff;
}

.modal__close::before,
.modal__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 24px;
  height: 2px;
  background: currentColor;
}

.modal__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__heading {
  margin-bottom: 15px;
  text-align: left;
}

.modal__description {
  margin-bottom: 20px;
}

.modal-form__input {
  margin-bottom: 20px;
  font-weight: 300;
}

.modal-form__submit {
  width: 100%;
  height: 70px;
  margin-top: 12px;
  font-weight: 500;
}

.illustration--initialized .illustration__trees path {
  transform: scaleY(0);
  transform-origin: 50% 100%;
}

.illustration--initialized .illustration__truck {
  opacity: 0;
  transform: translateX(50%);
}

.illustration--initialized .illustration__clouds {
  opacity: 0;
  transform: translateX(20%);
}

.illustration--initialized .illustration__smoke path {
  opacity: 0;
  transform-origin: 50% 50%;
}

.illustration--is-in-viewport .illustration__trees path {
  transform: scaleY(1);
  transition: transform 1.5s;
}

.illustration--is-in-viewport .illustration__trees path:nth-child(1) {
  transition-delay: 0.3s;
}

.illustration--is-in-viewport .illustration__trees path:nth-child(2) {
  transition-delay: 0.6s;
}

.illustration--is-in-viewport .illustration__trees path:nth-child(3) {
  transition-delay: 0.9s;
}

.illustration--is-in-viewport .illustration__truck {
  transition: opacity 1s 2.5s, transform 4s 2s;
}

.illustration--is-in-viewport .illustration__clouds {
  transition: transform 15s 2s ease-out, opacity 5s 3s ease-out;
}

.illustration--is-in-viewport .illustration__truck,
.illustration--is-in-viewport .illustration__clouds {
  opacity: 1;
  transform: none;
}

.illustration--is-in-viewport .illustration__smoke {
  opacity: 1;
  transition: opacity 1s 2s ease-out;
}

.js-animate.invisible {
  opacity: 0;
}

.js-animate.animation-initialized {
  opacity: 1;
  -webkit-animation: fadeIn 1s ease-in-out both;
  animation: fadeIn 1s ease-in-out both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .nav__item {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-button {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .advantages__content {
    max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }

  .nav {
    padding-top: 90px;
    -webkit-clip-path: none;
    clip-path: none;
    font-size: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  }

  .nav__list {
    position: relative;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: calc((100% - 768px) / 2 + 15px);
    padding-right: calc((100% - 768px) / 2 + 15px);
    border-bottom: 4px solid #E4373A;
  }

  .nav__list::before {
    content: '';
    position: absolute;
    bottom: 100%;
    margin-bottom: 3px;
    right: calc((100% - 768px) / 2 + 15px);
    border-bottom: 10px solid #E4373A;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
  }

  .nav__item {
    margin-bottom: 0;
    margin: 0 30px 0 0;
  }

  .menu__text {
    font-size: 18px;
  }

  .header-callback__tel {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: bold;
  }

  .header-callback__btn {
    font-size: 12px;
  }

  .header {
    --ellipse-width: 3300px;
    --ellipse-height: 2200px;
    --element-height: 620px;
    --bottom-offset: calc((var(--ellipse-height) - var(--element-height)) * -1);
  }

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

  .header__main {
    padding-top: 195px;
    padding-bottom: 157px;
    -webkit-clip-path: ellipse(var(--ellipse-width) var(--ellipse-height) at 50% var(--bottom-offset));
    clip-path: ellipse(var(--ellipse-width) var(--ellipse-height) at 50% var(--bottom-offset));
  }

  .header__content {
    text-align: left;
  }

  .header__house {
    top: auto;
    bottom: -35px;
    left: 50%;
    width: 977px;
    height: 463px;
    opacity: 1;
    transform: translateX(-90px);
    background-image: url("../img/header/header-bg-md.png");
  }

  .logo {
    flex: 0 0 201px;
    width: 201px;
  }

  .md-callback {
    flex-shrink: 0;
    position: relative;
    top: 12px;
    z-index: 25;
    display: block;
    margin-right: 50px;
    margin-left: auto;
  }

  .xs-callback {
    display: none;
  }

  .main-heading {
    margin: 0 0 34px;
    font-size: 50px;
  }

  .main-advantages {
    margin-bottom: 40px;
    padding-left: 3px;
    text-align: left;
    line-height: 1.6;
    font-weight: 300;
  }

  .main-button {
    font-size: 16px;
  }

  .heading {
    margin: 0 0 70px;
    font-size: 40px;
  }

  .advantages {
    padding-top: 90px;
  }

  .advantages__content {
    max-width: 768px;
  }

  .advantages__col--illustration {
    margin-top: 3px;
    right: -13px;
  }

  .advantages__heading {
    margin-bottom: 64px;
  }

  .advantages-block {
    display: flex;
    line-height: 1.6;
    border-left: none;
  }

  .advantages-block__inner:nth-child(1) {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .advantages-block__inner:nth-child(2) {
    flex: 0 0 37%;
    max-width: 37%;
  }

  .advantages-block__inner:nth-child(3) {
    flex: 0 0 28%;
    max-width: 28%;
  }

  .advantages-list {
    position: relative;
  }

  .advantages-list::before {
    content: '';
    position: absolute;
    left: 0;
    top: -15px;
    display: inline-block;
    width: 1px;
    height: 440px;
    background: #f7f7f7;
  }

  .advantages-list__item {
    margin-bottom: 39px;
    padding-left: 13px;
  }

  .counters-block {
    flex-wrap: nowrap;
    margin-left: 5px;
  }

  .counters-block::before,
  .counters-block::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: calc(100% + 32px);
    height: 1px;
    background: #f7f7f7;
  }

  .counters-block::before {
    top: 29px;
    left: -16px;
  }

  .counters-block::after {
    bottom: 1px;
    left: -16px;
  }

  .counters-block__counter {
    position: relative;
    margin-bottom: 0;
    padding-left: 14px;
  }

  .counters-block__counter::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 29px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e7e7e7;
    transform: translateY(-50%);
  }

  .counters-block__counter--experts {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .counters-block__counter--factories {
    order: 1;
    flex: 0 0 28%;
    max-width: 28%;
  }

  .counters-block__counter--offices {
    flex: 0 0 37%;
    max-width: 37%;
  }

  .counter__num {
    margin-bottom: 13px;
  }

  .products {
    padding-top: 73px;
    padding-bottom: 100px;
  }

  .products__heading {
    margin-bottom: 46px;
  }

  .product-sections__btns {
    margin-bottom: 36px;
  }

  .product-sections__btn-wrapper {
    flex: 0 0 110px;
  }

  .product-sections__btn-wrapper:nth-child(n+2) button {
    border-left: none;
  }

  .product-sections__trigger {
    height: 50px;
  }

  .product-sections__btn-wrapper:first-child .product-sections__trigger {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .product-sections__btn-wrapper:last-child .product-sections__trigger {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  .product-tile {
    width: 328px;
  }

  .product-tile__name {
    padding: 24px 15px 24px;
    font-size: 18px;
  }

  .scroll-container__element {
    width: 328px;
  }

  .lets-try {
    padding-top: 77px;
    padding-bottom: 88px;
  }

  .lets-try__steps {
    display: flex;
    justify-content: space-between;
  }

  .lets-try__step {
    display: block;
    flex: 0 1 auto;
    line-height: 1.4;
  }

  .lets-try__step:nth-child(1) {
    flex-basis: 170px;
  }

  .lets-try__step:nth-child(2) {
    flex-basis: 170px;
  }

  .lets-try__step:nth-child(3) {
    flex-basis: 50px;
  }

  .lets-try__step:nth-child(1),
  .lets-try__step:nth-child(2) {
    position: relative;
  }

  .lets-try__step:nth-child(1)::after,
  .lets-try__step:nth-child(2)::after {
    position: absolute;
    left: 85px;
    top: 36px;
    content: '';
    display: block;
    width: 180px;
    height: 1px;
    background: #E2E2E2;
  }

  .lets-try__step::before {
    display: block;
    margin-bottom: 25px;
  }

  .lets-try__header {
    text-align: center;
  }

  .lets-try__heading {
    margin-bottom: 30px;
    font-size: 29px;
    font-family: HelveticaNeueCyr;
    text-align: inherit;
  }

  .lets-try__button {
    min-width: 328px;
  }

  .about-company {
    padding-top: 103px;
  }

  .about-company__container {
    display: flex;
    flex-wrap: wrap;
  }

  .about-company__heading {
    margin-bottom: 9px;
    order: 0;
  }

  .about-company__brands {
    max-width: 100%;
    flex: 0 0 100%;
    order: 2;
    margin-bottom: 38px;
  }

  .about-company__text {
    order: 1;
    margin-bottom: 13px;
  }

  .about-company__footer {
    display: flex;
    align-items: center;
    order: 3;
  }

  .about-company__footer p {
    margin: 0;
  }

  .about-company__button {
    order: 1;
    min-width: 200px;
    margin-left: 20px;
    height: 52px;
  }

  .brands {
    border: 1px solid #F3F3F3;
  }

  .brands__item {
    border-right: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
  }

  .brands__item--arcelormittal {
    order: 0;
  }

  .brands__item--technonicol {
    order: 3;
  }

  .brands__item--fakro {
    order: 5;
    border-right: none;
  }

  .brands__item--nlmk {
    order: 1;
  }

  .brands__item--rockwool {
    order: 4;
  }

  .brands__item--vilpe {
    order: 8;
    border-right: none;
    border-bottom: none;
  }

  .brands__item--severstal {
    order: 2;
    border-right: none;
  }

  .brands__item--velux {
    order: 7;
    border-bottom: none;
  }

  .brands__item--knauf {
    order: 6;
    border-bottom: none;
  }

  .brands__wrapper {
    height: 142px;
    padding: 35px;
  }

  .our-promotion {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .our-promotion__heading {
    margin-bottom: 25px;
  }

  .our-promotion__text {
    max-width: 564px;
    margin-bottom: 44px;
  }

  .promo-block__name {
    font-size: 30px;
  }

  .promo-block__button {
    bottom: 40px;
  }

  .testimonials {
    padding-top: 88px;
    padding-bottom: 90px;
  }

  .testimonials__heading {
    margin-bottom: 37px;
  }

  .testimonials__pagination {
    margin-top: 32px;
  }

  .testimonial {
    padding-top: 30px;
  }

  .testimonial::before {
    top: 30px;
  }

  .testimonial::after {
    left: 30px;
    width: 63px;
    height: 50px;
  }

  .testimonial__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 77px 80px 80px;
  }

  .testimonial__text {
    flex: 0 0 360px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
  }

  .testimonial__author {
    display: block;
    flex: 0 0 auto;
    padding-top: 7px;
  }

  .testimonial__photo {
    width: 80px;
    height: 80px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .testimonial__author-name {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .testimonial__author-position {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .testimonial__pubdate {
    font-size: 15px;
  }

  .app {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .app__desc {
    margin-bottom: 40px;
    max-width: 670px;
  }

  .app__input {
    margin-bottom: 33px;
  }

  .input-field__input {
    padding: 11px 12px;
    line-height: 1.625;
  }

  .footer {
    display: flex;
    font-size: 16px;
  }

  .footer__map {
    order: 1;
    width: 50%;
    height: auto;
    flex-basis: 50%;
  }

  .footer__content {
    width: 50%;
    flex-basis: 50%;
    padding-top: 87px;
    padding-left: calc((100% - 768px) / 2 + 15px);
    padding-bottom: 83px;
  }

  .contacts__heading {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .modal::before,
  .modal::after {
    height: 1px;
  }

  .modal--callback .modal__dialog {
    min-height: 0;
    width: 700px;
  }

  .modal--default .modal__content {
    min-height: 0;
    padding: 70px 50px;
  }

  .modal__close {
    bottom: auto;
    top: 0;
  }

  .modal__heading {
    margin-bottom: 20px;
  }

  .modal-form {
    display: flex;
    flex-wrap: wrap;
  }

  .modal-form__input {
    flex: 0 0;
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-bottom: 33px;
  }

  .modal-form__input:nth-child(odd) {
    margin-right: 40px;
  }

  .modal-form__submit {
    flex: 0 0;
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media screen and (min-width: 1024px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 1000px;
  }

  .nav {
    position: relative;
    top: -2px;
    padding: 0;
    width: auto;
    flex-grow: 1;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    background: none;
    transform: none;
    font-size: 12px;
    font-weight: 500;
    overflow: visible;
    z-index: 0;
  }

  .nav__list {
    padding: 0;
    justify-content: flex-end;
    border: none;
  }

  .nav__list::before {
    display: none;
  }

  .menu {
    display: none;
  }

  .header {
    overflow: hidden;
    -webkit-clip-path: ellipse(var(--ellipse-width) var(--ellipse-height) at 50% var(--bottom-offset));
    clip-path: ellipse(var(--ellipse-width) var(--ellipse-height) at 50% var(--bottom-offset));
  }

  .header__container {
    align-items: center;
  }

  .header__main {
    z-index: -1;
    -webkit-clip-path: none;
    clip-path: none;
  }

  .header__house {
    transform: translateX(-170px);
    background-image: url("../img/header/header-bg-lg.png");
  }

  .header__house--mobile {
    display: none;
  }

  .header__house--desktop {
    display: block;
  }

  .md-callback {
    top: 6px;
    margin-right: 0;
  }

  .advantages__content {
    flex-wrap: nowrap;
    max-width: 100%;
    padding-left: calc((100% - 1000px) / 2);
  }

  .advantages__col--content {
    flex: 1 1 60%;
    max-width: 975px;
    min-width: 800px;
  }

  .advantages__col--illustration {
    position: relative;
    left: -26px;
    top: 7px;
    align-self: flex-end;
    margin: 0;
    flex-basis: 40%;
  }

  .advantages-list {
    padding-right: 1em;
  }

  .product-sections__sections {
    overflow: hidden;
  }

  .product-tile {
    width: auto;
  }

  .product-tile__name {
    font-size: 16px;
  }

  .scroll-container__element {
    width: auto;
  }

  .lets-try__step:nth-child(1)::after,
  .lets-try__step:nth-child(2)::after {
    left: 145px;
  }

  .promo-block__name {
    font-size: 24px;
  }

  .promo-block__button {
    bottom: 30px;
  }

  .testimonials__slider {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonials__control {
    display: inline-block;
  }

  .testimonial {
    padding-left: 90px;
    padding-right: 90px;
  }

  .testimonial::before {
    left: 30px;
    right: 30px;
    transform: skew(-6.3deg);
  }

  .testimonial__wrapper {
    padding: 70px 50px;
  }

  .app__form {
    display: flex;
    flex-wrap: wrap;
  }

  .app__input {
    flex: 0 0;
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }

  .app__input:nth-child(odd) {
    margin-right: 30px;
  }

  .app__submit {
    width: auto;
    min-width: 328px;
  }

  .footer__content {
    padding-left: calc((100% - 1000px) / 2);
  }

  .go-top {
    left: auto;
    right: 15px;
  }

  .modal {
    padding: 30px;
  }
}

@media screen and (min-width: 1430px) {
  .container {
    max-width: 1300px;
  }

  .nav__item {
    position: relative;
    margin-right: 43px;
  }

  .nav__link {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    transition: transform .3s, color .3s;
    color: #8e8e8e;
  }

  .nav__link::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1px;
    height: 340px;
    background: #e7e7e7;
    margin-top: 0;
    transition: background-color .3s;
  }

  .nav__link::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 3px;
    height: 3px;
    margin-top: -5px;
    border: 1px solid #E4373A;
    border-radius: 50%;
    transform: translateX(-2px);
    opacity: 0;
    transition: opacity .3s;
  }

  .nav__link:hover {
    transform: translateY(-1em);
    color: #262626;
  }

  .nav__link:hover::before {
    background-color: #E4373A;
  }

  .nav__link:hover::after {
    opacity: 1;
  }

  .header {
    --ellipse-width: 4110px;
    --ellipse-height: 2570px;
  }

  .header__house {
    bottom: -49px;
    left: 50%;
    z-index: 22;
    width: 1335px;
    height: 607px;
    transform: translateX(-245px);
  }

  .advantages {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .advantages__content {
    padding-left: calc((100% - 1300px) / 2);
  }

  .advantages__heading {
    margin-bottom: 67px;
  }

  .advantages-list {
    padding-right: 6%;
  }

  .products {
    padding-top: 110px;
  }

  .lets-try {
    padding-bottom: 65px;
  }

  .lets-try__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .lets-try__steps {
    padding-bottom: 0;
    white-space: pre;
  }

  .lets-try__step:nth-child(1)::after,
  .lets-try__step:nth-child(2)::after {
    left: 95px;
    width: 225px;
  }

  .about-company {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .about-company__container {
    justify-content: space-between;
  }

  .about-company__heading {
    flex: 0 0 100%;
    margin-bottom: 62px;
  }

  .about-company__brands {
    flex: 0 0 670px;
  }

  .about-company__text {
    flex: 0 0 630px;
    margin-bottom: 0;
    padding-right: 120px;
  }

  .about-company__footer {
    flex: 0 0 630px;
    display: block;
    margin-top: -173px;
  }

  .about-company__footer p {
    flex-basis: auto;
    padding: 0;
  }

  .about-company__button {
    margin-left: 0;
    margin-top: 30px;
    height: 60px;
  }

  .our-promotion {
    padding-bottom: 121px;
  }

  .promo-block__name {
    font-size: 30px;
  }

  .promo-block__button {
    bottom: 40px;
  }

  .testimonials {
    padding-top: 95px;
    padding-bottom: 100px;
  }

  .testimonials__slider {
    padding-left: 170px;
    padding-right: 170px;
  }

  .testimonials__control {
    transform: translateY(-89%);
  }

  .testimonials__pagination {
    margin-top: 67px;
  }

  .testimonial::before {
    transform: skew(-7.7deg);
  }

  .testimonial__wrapper {
    padding: 75px 11px 70px 12px;
  }

  .testimonial__text {
    flex: 0 0 470px;
  }

  .app {
    padding-top: 98px;
  }

  .app__heading {
    margin-bottom: 14px;
  }

  .app__desc {
    margin-bottom: 52px;
  }

  .app__input {
    margin-bottom: 38px;
  }

  .footer {
    font-size: 18px;
  }

  .footer__map {
    width: 54.153%;
    flex: 0 0 54.153%;
    max-width: 54.153%;
  }

  .footer__content {
    flex: 0 0 45.847%;
    max-width: 45.847%;
    padding-left: calc((100% - 1300px) / 2);
    padding-top: 117px;
    padding-bottom: 115px;
  }

  .contacts__heading {
    margin-bottom: 59px;
    font-size: 35px;
  }

  .contacts__address {
    margin-bottom: 40px;
  }

  .contacts__list {
    margin-bottom: 40px;
  }

  .contacts__socials {
    margin-bottom: 56px;
  }

  .illustration {
    max-width: 110%;
  }
}

@media screen and (max-width: 767px) {
  .product-sections__btn-wrapper:nth-child(even) button {
    border-left: none;
  }

  .product-sections__btn-wrapper:nth-child(n + 3) button {
    border-top: none;
  }
}

@media screen and (max-width: 349px) {
  .product-sections__trigger {
    font-size: 12px;
  }
}



/* cookies */
.cookies {
  opacity: 0;
  color: #fff;
  z-index: 500;
  display: flex;
  left: -9999px;
  right: 9999px;
  bottom: 9999px;
  position: fixed;
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: center;
  align-items: center;
  padding: 1.5rem 4rem;
  justify-content: center;
  background: rgba(34, 34, 34, 0.87);
  transform: translateY(100%);
  transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s ease;
}
@media only screen and (max-width: 750px) {
  .cookies {
    display: block;
    font-size: 2rem;
    padding-top: 2.4rem;
    line-height: 2.8rem;
    padding-bottom: 3rem;
  }
}
.cookies.visible {
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.cookies__text {
  display: block;
}
@media only screen and (max-width: 750px) {
  .cookies__text {
    margin-bottom: 2.6rem;
    font-size: 1.25rem;
    line-height: 1;
  }
}
.cookies__text a {
  text-decoration: underline;
}
.cookies__text a:hover {
  text-decoration: none;
}
.cookies__btn-holder {
  margin-left: 2.8rem;
}
@media only screen and (max-width: 750px) {
  .cookies__btn-holder {
    margin: 0;
  }
}
.cookies__btn-holder .btn {
    margin: 0;
    z-index: 10;
    border: none;
    height: 4.6rem;
    cursor: pointer;
    line-height: 1.2;
    user-select: none;
    font-size: 1.4rem;
    position: relative;
    text-align: center;
    font-style: normal;
    white-space: nowrap;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
    vertical-align: middle;
    justify-content: center;
    font-family: "Open Sans", "Circle", Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
    text-transform: uppercase;
    transition: all 0.35s ease;
    padding: 0.4rem 3.1rem 0.6rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 2.6rem;
}
.btn--default:hover {
    background: #ad0e27;
}
.btn--rounded {
    border-radius: 2.6rem;
}
.btn--default {
    color: #fff;
    background: #cf2c2f;
}
@media only screen and (max-width: 750px) {
  .cookies__btn-holder .btn {
    height: 4rem;
    font-size: 1.3rem;
    border-radius: 2rem;
  }
}
.cookies__close {
  top: 2.9rem;
  right: 2.1rem;
  line-height: 1;
  color: #bbbbbb;
  font-size: 1.7rem;
  position: absolute;
  transition: color 0.35s ease;
}
.cookies__close:hover {
  color: #fff;
}
/* /cookies */