/*.header__top {
  padding: 3rem 0;
}
.header__contacts {
  text-align: right;
}
.wrapper.fixed-header .offer {
  padding-top: 30rem;
}*/
.offer__text h1 {
/*  max-width: 95rem;*/
  font-size: 1.8em;
  margin-bottom: 3rem;
}

.offer__text h1 span {
  color: var(--primary-color);
}

.offer__text p {
  max-width: 95rem;
/*  margin-bottom: 2rem;*/
  font-size: 0.6em;
}

/*.offer__benefits {
  padding-top: 3rem;
}

.offer-benefit {
  max-width: 25rem;
  margin-bottom: 3rem;*/
}
@media (hover: hover) {
  .checkbox .checkbox__content:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
  }
}
@media (hover: hover) {
  .checkbox .checkbox__body .checkbox__thumb._big:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
  }
}
.benefit .benefit__desc {
  max-width: 70rem;
  font-size: 1.8rem;
}

.fancybox-content {
  background: #f9f9f9;
}

.title small {
  font-size: 3rem;
}

.title small1 {
  font-size: 4.6rem;
}

@media screen and (min-width: 991px) {
  .nav > ul > li {
    padding: 0 1rem;
  }
}

.service-preview .service-preview__text {
  padding-bottom: 8rem;
}

.calm__benefits .offer-benefit {
  font-size: 1.6rem;
}

.thumb-video iframe {
  width: 100%;
  max-width: 640px;
  height: 380px;
}

@media(max-width: 767px) {
  .thumb-video iframe {
    max-width: 100%;
    height: auto;
  }
}


.container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
.video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.service__body .service__label {
  height: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.7rem;
  border-radius: 5rem;
  background:
  #ffffff;
  color: #F01332;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}