/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 10 version
*/

@charset "UTF-8";

/* ------------ *Default ------------- */
/* Flex Class */
.fx-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fx-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fx-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fx-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fx-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fx-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Flex Class End */

/* Reserved Class */
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.no-scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.symbol-rub {
  font-family: -apple-system, system-ui, Arial, Helvetica, sans-serif;
}

.text-crop {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.ff-vesna {
  font-family: 'Vesna', sans-serif;
}

.ff-corinthia {
  font-family: 'Corinthia', sans-serif;
}

.blue {
  color: #00aeef;
}

/* Reserved Class End*/

/* Style Default*/
a, button, .speed {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

button {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  outline: none;
}

/* Style Default End */

body {
  color: #2b2a29;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Avenir Next Cyr', sans-serif;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.btn {
  font-size: 12px;
  padding: 0 15px;
  line-height: 48px;
  text-align: center;
  font-weight: normal;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr', sans-serif;
}

.btn--blue {
  color: #fff;
  background: #00aeef;
}

.btn--blue:hover {
  background: #13bfff;
}

.btn--borderBlue {
  color: #2b2a29;
  border: 2px solid #00aeef;
}

.btn--borderBlue:hover {
  color: #fff;
  background: #00aeef;
}

/* Title */

.title {
  margin-bottom: 50px;
}

.title__top {
  font-size: 72px;
  line-height: .98;
  font-family: 'Corinthia', sans-serif;
}

.title__add_text {
  font-weight: bold;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
  text-transform: lowercase;
  font-size: .9em;
  margin-top: 10px;
}

.title__top .ff-vesna {
  font-size: 48px;
}

.title__h1 {
  line-height: .75;
}

.title__h1 .ff-vesna {
  font-size: 42px;
}

.title__h2 {
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: 'Spectral', sans-serif;
}

.title__h2--semibold {
  font-weight: 600;
}

/* SL swiper */

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  opacity: 1 !important;
  background: transparent;
  width: 10px;
  height: 10px;
  border: 2px solid rgb(43 42 41 / 30%);
}

.swiper-pagination-bullet-active {
  background: #00aeef;
  border-color: #00aeef;
}

/* ------------ *Header ------------- */

.header {
  z-index: 4;
  padding-top: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* Nav */

.nav__item:not(:last-child) {
  margin-bottom: 10px;
}

.nav__link {
  color: #2b2a29;
}

.nav__link.active,
.nav__link:hover,
.info__item--tel a:hover {
  color: #00aeef;
}

/* Logo */

.logo {
  margin: 0 auto;
  max-width: 195px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.logo img {
  width: 100%;
  display: block;
  min-height: 78px;
}

/* Relations */

.relations__items {
  line-height: 1.5;
}

.relations__item a {
  color: #2b2a29;
}

.relations__item a:hover {
  text-decoration: underline;
}

.relations_mnogo {
  position: absolute;
  padding-left: 5px;
  font-size: .9em;
  top: 4px;
}

/* Navbar-toggle */

.navbar-toggle {
  z-index: 10;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  position: relative;
}

.navbar-toggle span {
  display: block;
  position: relative;
  background: #2b2a29;
  width: 32px;
  height: 2px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 7px;
}

.navbar-toggle.active span:first-child {
  top: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggle.active span:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.active span:last-child {
  top: -9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Header scroll */

.header-scroll {
  z-index: 11;
  padding: 8px 0;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 7px 29px 0px rgba(207, 200, 195, 0.3);
  box-shadow: 0px 7px 29px 0px rgba(207, 200, 195, 0.3);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header-scroll_show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header-scroll__logo {
  width: 152px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-scroll__logo a,
.header-scroll__logo img {
  display: block;
}

.menu {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.menu .nav__item {
  margin: 0 11px;
}

.menu .nav__link {
  font-size: 14px;
}

.info {
  font-size: 14px;
}

.info__item:not(:last-child) {
  margin-bottom: 5px;
}

.info__item--tel {
  font-size: 16px;
}

.info__item--tel a {
  color: #2b2a29;
  font-weight: bold;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.header-scroll__btn {
  min-width: 164px;
  margin-left: 30px;
}

.header-scroll .navbar-toggle {
  margin-top: 0;
}

/* ------------- *Intro -------------- */

.intro {
  padding: 175px 0 35px;
  background: url(../img/bg/intro.jpg) center/cover no-repeat;
}

.intro .title__h1 {
  display: inline-block;
  text-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 50px #fff,
    0 0 0 #fff, 0 0 0 #fff, 0 0 50px #fff,
    0 0 0 #fff, 0 0 0 #fff, 0 0 50px #fff,
    0 0 0 #fff, 0 0 0 #fff, 0 0 50px #fff,
    0 0 0 #fff, 0 0 0 #fff, 0 0 50px #fff,
    0 0 0 #fff, 0 0 0 #fff, 0 0 50px #fff,
    0 0 0 #fff, 0 0 0 #fff, 0 0 50px #fff,
    0 0 0 #fff, 0 0 0 #fff, 0 0 50px #fff,
    0 0 0 #fff, 0 0 0 #fff, 0 0 50px #fff,
    0 0 0 #fff, 0 0 0 #fff, 0 0 50px #fff,
    0 0 0 #fff, 0 0 0 #fff, 0 0 50px #fff,
    0 0 0 #fff, 0 0 0 #fff, 0 0 50px #fff,
    0 0 0 #fff, 0 0 0 #fff, 0 0 50px #fff,
    0 0 0 #fff, 0 0 0 #fff, 0 0 50px #fff,
    0 0 0 #fff, 0 0 0 #fff, 0 0 50px #fff,
    0 0 0 #fff, 0 0 0 #fff, 0 0 50px #fff,
    0 0 0 #fff, 0 0 0 #fff, 0 0 50px #fff;
}

/* Discount */

.discount,
.recording,
.experts {
  z-index: 1;
  position: relative;
}

.discount {
  padding: 40px;
  text-align: center;
  width: 344px;
  height: 344px;
}

.discount:after {
  z-index: -1;
  top: -75px;
  left: -60px;
  width: 464px;
  height: 537px;
  background: url(../img/other/discount.png) center/contain no-repeat;
}

.discount__title {
  font-size: 36px;
  line-height: 20px;
  color: #00aeef;
  font-family: "Corinthia", sans-serif
}

.discount__txt {
  line-height: 1.35;
  margin-top: 5px;
}

.discount__txt.discount__txt--mt span {
  background-color: #28a5de;
  color: #fff;
  font-weight: bold;
  font-family: 'Spectral', sans-serif;
  font-size: 16px;
  line-height: 28px;
  padding: 0 6px;
  text-transform: uppercase;
}

.discount__txt--mt {
  margin-top: 8px;
}

.discount__body img.sun {
  width: 30px;
  /* margin-top: 5px; */
  height: auto;
  margin-bottom: -7px;
  margin-right: 5px;
}

.discount__txt span {
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.discount__body {
  /* color: #00aeef; */
  margin-top: 12px;
  font-weight: normal;

}

.discount__sum {
  line-height: 1;
  font-size: 25px;
  color: #00aeef;
  font-family: 'Spectral', sans-serif;
}

.discount__sum span {
  font-size: 25px;
}

.discount__subsum {
  line-height: 25px;
  font-size: 15px;
  margin-top: -5px;
}

.discount__subsum.solar {
  font-size: 20px;
  font-weight: bold;
}

.discount__subsum span {
  font-size: 14px;
}

.discount__plus {
  line-height: 1;
  font-size: 24px;
  margin-top: 5px;
  font-weight: bold;
}

.discount__line {
  height: 1px;
  background: #ecd2b4;
  margin: 10px -20px;
}

.discount__btn {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  font-size: 13px;
  right: -60px;
  top: 160px;
  box-shadow: 0px 8px 46px 0px rgba(40, 165, 222, 0.34);
}

.modal_discount .record__item {
  margin-top: 10px;
}

.modal_discount .record__group {
  margin-top: 10px;
}

/* Box */

.intro .box {
  margin-top: 20px;
}

/* Recording */

.recording {
  padding: 15px 40px;
  width: 809px;
  height: 83px;
}

.recording:after {
  z-index: -1;
  top: -19px;
  left: -22px;
  width: 853px;
  height: 131px;
  background: url(../img/other/recording.png) center/contain no-repeat;
}

/* Social */

.recording .social {
  margin-left: 35px;
}

.social {
  max-width: 150px;
  width: 100%;
}

.social__item,
.ways__icon {
  width: 25px;
  height: 25px;
}

.social__item:hover {
  opacity: .6;
}

.social__item:not(:last-child) {
  margin-right: 37px;
}

/* Recordin title */

.recording__title {
  padding: 0 30px;
  font-size: 40px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

/* Ways */

.ways {
  max-width: 240px;
  width: 100%;
}

.ways__item {
  color: #2b2a29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

a.ways__item:hover {
  color: #00aeef;
}

.ways__item:not(:last-child) {
  margin-right: 20px;
}

.ways__icon {
  margin-right: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ways__txt {
  font-size: 14px;
}

/* Experts */

.experts {
  background: #fff;
  border-radius: 50%;
  width: 230px;
  height: 230px;
  -webkit-box-shadow: 0px 27px 76px 0px rgba(214, 206, 199, 0.63);
  box-shadow: 0px 27px 76px 0px rgba(214, 206, 199, 0.63);
}

.experts:after {
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid #ecd2b4;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.experts__icon {
  display: block;
  margin: 0 auto;
  width: 43px;
  height: 43px;
  background: url(../img/svg/i-clock.svg) center/contain no-repeat;
}

.experts__txt {
  margin-top: 12px;
}

.experts__txt span {
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

/* ----------- *Services ------------ */

.services {
  z-index: 1;
  position: unset;
  padding: 65px 0 20px;
}

/* Accordion */

.accordion>li {
  border-top: 2px solid rgb(43 42 41 / 10%);
}

.accordion-header {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  padding: 23px 40px 23px 0;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.accordion__lines {
  padding: 0 40px;
  position: relative;
  display: inline-block;
}

.accordion__line {
  top: 50%;
  position: absolute;
  border-radius: 2px;
  background: #ecd2b4;
  width: 32px;
  height: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion__line--left {
  left: 0;
}

.accordion__line--right {
  right: 0;
}

.accordion__small {
  font-size: 14px;
  font-family: 'Avenir Next Cyr', sans-serif;
  font-weight: bold;
  text-transform: none;
}

.accordion__smaller {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Avenir Next Cyr', sans-serif;
  text-transform: lowercase;
}

.accordion__smaller_med {
  font-size: 16px;
  font-family: 'Avenir Next Cyr', sans-serif;
  font-weight: normal;

}

.accordion__icon {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 24px;
  height: 24px;
  background: url(../img/svg/i-plus.svg) center/contain no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion li.active .accordion__icon {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.accordion-body {
  display: none;
  padding: 25px 0 70px;
}

.services__img img {
  width: 100%;
  display: block;
}

.services__img .slide-show-service {
  height: 460px;
}

.services__title {
  color: #28abe3;
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.services__text {
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.6;
}

/* Dignity */

.dignity__item {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dignity__icon,
.dignity__sum {
  margin-right: 35px;
  width: 60px;
  height: 61px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.dignity__sum {
  line-height: 1;
  color: #28abe3;
  font-size: 40px;
  text-align: center;
  height: auto !important;
  font-family: 'Gilroy', sans-serif;
}

.dignity__sum span {
  font-size: 37px;
}

.dignity__name {
  font-weight: bold;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.dignity__txt {
  line-height: 1.5;
  margin-top: 10px;
}

.dignity__list {
  margin-top: 20px;
  padding-left: 18px;
}

.dignity__list li {
  color: #28abe3;
  margin-top: 8px;
  list-style: disc;
}

.dignity__list li span {
  color: #2b2a29;
}

/* Record */

.services .record {
  margin-top: 45px;
}

.record__title {
  font-weight: bold;
  margin-bottom: 18px;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.record__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.record__item:not(:last-child) {
  margin-right: 10px;
}

.record__item .btn {
  color: #2b2a29;
  padding: 0 15px;
  background: #fff;
  min-width: 168px;
  line-height: 48px;
  border: 1px solid #28abe3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.record__item .btn:hover {
  background: rgb(40 171 227 / 8%);
}

.record__icon {
  margin-right: 8px;
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}


#services .record__item:not(:last-child):not(:first-child) .btn {
  min-width: auto;
  width: 50px;
  height: 50px;
}

#services .record__item:not(:last-child):not(:first-child) .record__icon {
  margin-right: 0;
}

/* Price */

.price {
  margin-top: 60px;
}

.price__list {
  border-top: 2px solid rgb(43 42 41 / 50%);
}

.price__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  margin: 45px 0 5px;
  text-transform: uppercase;
}

.price_top__add_text {
  font-weight: bold;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
  text-transform: lowercase;
  font-size: .9em;
  margin-top: 20px;
}

.price__item {
  padding: 15px 0 6px;
  border-bottom: 1px solid rgb(43 42 41 / 20%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.two_prices .price__item {
  align-items: center;

}

.two_prices .price__sum {
  text-align: center;
}

.price__sum_first+div {
  margin-top: 15px;
}

.two_prices .price__item .price__sum_first {
  font-size: .85em;
}

.two_prices .price__item .price__sum_second {
  font-size: 1.4em;
}

.two_prices .price__item .price__sum_first span {
  display: block;
  font-size: 14px;
  color: #5e5e5e;
  font-weight: 100;
  margin-top: 3px;
}

.two_prices .price__item .price__sum_second span {
  display: block;
  font-size: 14px;
  color: #353535;
  font-weight: 100;
  margin-top: 3px;
}

.two_prices .list-dots+.list-dots {
  margin-top: 20px;
}

.two_prices.price__list_zone .list-dots li:first-child {
  font-weight: bold;
  color: #28abe3;
}

.price__box {
  max-width: 540px;
  width: 100%;
}

.price__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.35;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.price__txt {
  font-size: 15px;
  line-height: 1.2;
}

.price__sum {
  line-height: 1;
  color: #28abe3;
  font-size: 20px;
  font-weight: bold;
  margin-left: 20px;
  white-space: nowrap;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.pomo-abonement {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 24px;
  justify-content: center;
}

.pomo-abonement div {
  margin: 30px 20px;
  font-weight: bold;
}

.pomo-abonement div span {
  color: #28abe3;
  font-weight: bold;
  font-size: 35px;
}

.price__text,
.warning {
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.45;
  max-width: 540px;
  width: 100%;
}

.warning strong {
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

/* Stock */

.stock--sl {
  position: relative;
}

.stock--sl .swiper-slide {
  height: auto;
}

.stock__item {
  height: 100%;
  background: #f9f6f3;
}

.stock__img {
  display: block;
  width: 100%;
  height: 148px;
  border-bottom-left-radius: 50px;
}

.stock__box {
  padding: 20px;
}

.stock__name {
  line-height: 1.5;
  font-family: 'Avenir Next Cyr Demi', sans-serif
}

.stock__txt {
  margin-top: 2px;
  line-height: 1.5;
}

.stock__price,
.stock__priceList {
  margin-top: 13px;
}

.stock__price {
  color: #00aeef;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stock__priceOk {
  margin-right: 13px;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.stock__priceNo {
  color: #2b2a29;
  font-size: 18px;
  text-decoration: line-through;
}

.stock__priceListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.stock__priceListItem+.stock__priceListItem {
  margin-top: 5px;
}

.stock__priceListName {
  font-size: 14px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.stock__priceListSum {
  color: #00aeef;
  font-size: 18px;
  margin-left: 10px;
  white-space: nowrap;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.swiper-pagination-fraction {
  font-size: 12px;
}

.swiper-pagination-current {
  font-size: 16px;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.stock__button {
  text-align: center;
  margin-bottom: 20px;
}

.stock__button .btn {
  font-size: 15px;
}

/* ------------ *Welcome ------------- */

.welcome {
  background: #f9f6f3;
  padding: 70px 0 90px;
}

.welcome .title {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.welcome .box {
  min-height: 755px;
  position: relative;
}

.welcome__img {
  position: absolute;
}

.welcome__img--1,
.welcome__img--3 {
  top: 87px;
  z-index: 1;
}

.welcome__img--4,
.welcome__img--5 {
  bottom: -50px;
}

.welcome__img--1 {
  left: -65px;
  width: 477px;
  height: 537px;
  background: url(../img/other/welcome-1.png) center/contain no-repeat;
}

.welcome__img--2 {
  top: 0;
  left: 50%;
  margin-left: 20px;
  width: 624px;
  height: 427px;
  background: url(../img/other/welcome-2.png) center/contain no-repeat;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.welcome__img--3 {
  right: -50px;
  width: 463px;
  height: 532px;
  background: url(../img/other/welcome-3.png) center/contain no-repeat;
}

.welcome__img--4 {
  left: 35px;
  width: 489px;
  height: 341px;
  background: url(../img/other/welcome-4.png) center/contain no-repeat;
}

.welcome__img--5 {
  right: 30px;
  width: 350px;
  height: 364px;
  background: url(../img/other/welcome-5.png) center/contain no-repeat;
}

/* Play */

.play {
  margin: 0 auto;
  position: absolute;
  border-radius: 50%;
  border: 9px solid #fff;
  width: 88px;
  height: 88px;
  top: 150px;
  left: 0;
  right: 0;
  background: url(../img/svg/i-play.svg) center/cover no-repeat #fff;
}

.play:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* Present */

.present {
  z-index: 5;
  padding: 30px;
  margin: 0 auto;
  position: absolute;
  width: 444px;
  height: 444px;
  left: 0;
  right: 0;
  bottom: -25px;
}

.present:after {
  z-index: -1;
  top: -35px;
  left: -62px;
  width: 568px;
  height: 568px;
  background: url(../img/other/present.png) center/contain no-repeat;
}

.present__txt {
  font-size: 20px;
  line-height: 1.35;
}

.present__txt span {
  display: block;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.present__group {
  margin-top: 18px;
}

.present__item {
  margin: 0 7px;
}

.present__num {
  display: block;
  position: relative;
  width: 33px;
  height: 66px;
  background: url(../img/svg/i-varnish.svg) center/contain no-repeat;
}

.present__num span {
  position: absolute;
  text-align: center;
  top: 37px;
  left: 0;
  right: 0;
}

.present__check {
  display: block;
  margin: 10px auto 0;
  width: 13px;
  height: 9px;
  background: url(../img/icons/i-check.png) center/contain no-repeat;
}

.present__item--big {
  margin: 0;
}

.present__item--big .present__num {
  width: 87px;
  height: 170px;
  background: url(../img/svg/i-varnish-big.svg) center/contain no-repeat;
}

.present__item--big .present__num span {
  top: 30px;
  font-size: 30px;
}

.present__icon {
  margin: 0 auto;
  position: absolute;
  width: 64px;
  height: 57px;
  left: 0;
  right: 0;
  bottom: 16px;
  background: url(../img/icons/i-present.png) center/contain no-repeat;
}

/* Link */

.link {
  margin-top: 25px;
}

.link a {
  color: #2b2a29;
  font-weight: normal;
  padding-bottom: 1px;
  letter-spacing: .25px;
  text-transform: uppercase;
  border-bottom: 1px dashed #00aeef;
  font-family: 'Gilroy', sans-serif;
}

.link a:hover {
  border-color: transparent;
}

/* ----------- *Standards ------------ */

.standards {
  padding-top: 65px;
}

.standards .title {
  margin-bottom: 30px;
}

.standards__item {
  position: relative;
  border-radius: 50px;
  padding: 0 20px 35px;
}

.standards__icon {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width: 122px;
  height: 122px;
  -webkit-box-shadow: 0px 5px 32px 0px rgba(214, 206, 199, 0.72);
  box-shadow: 0px 5px 32px 0px rgba(214, 206, 199, 0.72);
}

.standards__name {
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  font-family: 'Spectral', sans-serif;
}

.standards__item .dignity__list {
  margin-top: 5px;
  line-height: 1.5;
}

.standards__item .dignity__list li {
  color: #ecd2b4;
  margin-top: 3px;
}

.standards__item--bg {
  padding-top: 122px;
  background: #f9f6f3;
}

.standards__img {
  position: absolute;
  width: 110px;
  height: 163px;
  -webkit-box-shadow: 4px 0 49px #dbdbdb;
  box-shadow: 4px 0 49px #dbdbdb;
}

.standards__img--1 {
  z-index: 1;
  top: -45px;
  left: 65px;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.standards__img--2 {
  top: -55px;
  right: 65px;
  -webkit-transform: rotate(-171deg);
  -ms-transform: rotate(-171deg);
  transform: rotate(-171deg);
}

/* ------------- *Time -------------- */

.time {
  overflow: hidden;
  background: #f9f6f3;
}

.time .container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.time__img {
  position: absolute;
  top: -75px;
  right: -115px;
  width: 977px;
  height: 676px;
  background: url(../img/other/time.png) center/contain no-repeat;
}

.time .box {
  z-index: 1;
  position: relative;
  text-align: center;
  border-radius: 80px;
  padding: 120px 30px 20px;
  max-width: 360px;
  width: 100%;
  background: rgb(255 255 255 / 60%);
}

.time .box:before {
  margin: 0 auto;
  width: 165px;
  height: 165px;
  top: -60px;
  left: 0;
  right: 0;
  background: url(../img/svg/i-time.svg) center/contain no-repeat;
}

.time__big {
  font-size: 21px;
  margin-top: 15px;
  line-height: 1.4;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Spectral', sans-serif;
}

.time__big span {
  display: block;
  font-size: 21px;
}

.time__small {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.7;
}

.time__small strong {
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

/* ------------- *Keys -------------- */

.keys {
  padding: 90px 0 70px;
}

.keys__item {
  position: relative;
}

.keys__item img {
  width: 100%;
  display: block;
}

.keys__item--in {
  z-index: 1;
  height: 100%;
  background: #f9f6f3;
  border-radius: 80px;
}

.keys__item--in:before,
.keys__item--in:after {
  z-index: -1;
}

.keys__item--in:before {
  top: 50%;
  left: 50%;
  background: inherit;
  border-radius: 66px;
  width: 239px;
  height: 239px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 15px 59px 0px rgba(223, 220, 218, 0.7);
  box-shadow: 0px 15px 59px 0px rgba(223, 220, 218, 0.7);
}

.keys__item--in:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/keys/8.png) center/auto no-repeat;
}

.keys__title {
  color: #2b2a29;
}

.keys__name {
  font-size: 34px;
  font-style: italic;
  font-family: 'Spectral', sans-serif;
}

/* ---------- *Certificate ----------- */

.certificate {
  overflow: hidden;
  position: relative;
  background: #f9f6f3;
  padding: 55px 0 90px;
}

.certificate .title {
  margin-bottom: 40px;
}

/* Certificate nav */

.certificate__nav {
  margin: 0 auto;
  max-width: 650px;
  width: 100%;
}

.certificate__nav .swiper-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.certificate__nav .swiper-slide {
  width: auto;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.certificate__navItem {
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.certificate__navItem:after {
  opacity: 0;
  height: 2px;
  background: #00aeef;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}

.swiper-slide-thumb-active .certificate__navItem:after {
  opacity: 1;
}

/* Certificate box */

.certificate__box {
  margin-top: 30px;
}

.certificate__item {
  background: #fff;
  min-height: 464px;
  padding: 20px 95px;
  border-radius: 80px;
  -webkit-box-shadow: 0px 27px 76px 0px rgba(214, 206, 199, 0.63);
  box-shadow: 0px 27px 76px 0px rgba(214, 206, 199, 0.63);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.certificate__text {
  z-index: 2;
  width: 425px;
  position: relative;
}

.certificate__name {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .6px;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.certificate__txt {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.7;
}

.certificate__txt+.certificate__txt {
  margin-top: 10px;
}

.certificate__txt a {
  color: #2b2a29;
}

.certificate__txt a:hover {
  text-decoration: underline;
}

.certificate__btn {
  margin-top: 20px;
}

.certificate__btn .btn {
  font-size: 14px;
  min-width: 165px;
  line-height: 44px;
}

/* Certificate img */

.certificate__graphicsImg {
  position: absolute;
}

/* Certificate img 1 */

.certificate__graphicsImg--1 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.certificate__graphicsImg--1 {
  right: 45px;
  width: 518px;
  height: 451px;
}

/* Certificate img 2 */

.certificate__graphicsImg--2 {
  top: -10px;
  right: -67px;
  width: 664px;
  height: 570px;
}

/* Certificate img 3 */

.certificate__graphicsImg--3 {
  top: 0;
  right: 0;
  width: 569px;
  height: 100%;
  border-radius: 0 80px 80px 0;
}

/* Dots */

.certificate .swiper-pagination {
  bottom: 30px !important;
}

/* ----------- *Contacts ------------- */

.contacts {
  padding: 80px 0 90px;
}

.contacts .title {
  margin-bottom: 40px;
}

.contacts__sl {
  margin-bottom: 0 !important;
}

/* Dots */

.slick-dots {
  bottom: -42px;
}

.slick-dots li {
  margin: 0 4px;
  width: 10px;
  height: 10px;
}

.slick-dots li button {
  padding: 0;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  border: 2px solid rgb(43 42 41 / 30%);
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button {
  background: #00aeef;
  border-color: #00aeef;
}

/* Box */

.contacts .box {
  margin-left: auto;
  max-width: 360px;
  width: 100%;
}

.contacts__info--metro,
.contacts__tels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__info--metro:before,
.contacts__tels:before {
  content: " ";
  margin-right: 10px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contacts__info--metro:before {
  top: -1px;
  width: 17px;
  height: 12px;
  background: url(../img/svg/i-metro.svg) center/contain no-repeat;
}

.contacts__tels:before {
  width: 18px;
  height: 19px;
  background: url(../img/svg/i-tel.svg) center/contain no-repeat;
}

.contacts__info {
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.contacts__tels {
  margin-top: 25px;
}

.contacts__tels_mnogo {
  display: block;
  text-align: center;
}

.contacts__telsItem+.contacts__telsItem {
  margin-top: 8px;
}

.contacts__telsItem a {
  color: #2b2a29;
  font-size: 24px;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.contacts__telsItem a:hover {
  text-decoration: underline;
}

.contacts__group {
  margin-top: 30px;
}

.contacts__btn {
  width: 100%;
  color: #2b2a29;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  font-family: 'Avenir Next Cyr', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__btn:not(:last-child) {
  margin-right: 55px;
}

.contacts__btn--play {
  max-width: 150px;
}

.contacts__btn--map {
  max-width: 115px;
}

.contacts__btn:before {
  content: " ";
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contacts__btn--play:before {
  width: 26px;
  height: 26px;
  background: url(../img/svg/i-play.svg) center/contain no-repeat;
}

.contacts__btn--map:before {
  width: 27px;
  height: 28px;
  background: url(../img/svg/i-map.svg) center/contain no-repeat;
}

.contacts__btnText span {
  margin-bottom: 1px;
  display: inline-block;
  border-bottom: 1px dotted #00aeef;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.contacts__btn:hover span {
  border-color: transparent;
}

/* ------------ *Footer ------------- */

.footer {
  padding: 45px 0;
  background: #f9f6f3;
}

/* Footer recording */

.footer .recording {
  left: 0;
  margin: 0 auto 50px;
  width: 810px;
  height: 128px;
}

.footer .recording:after {
  width: 852px;
  height: 176px;
  background: url(../img/other/footer-recording.png) center/contain no-repeat;
}

.footer .recording__title {
  line-height: 1;
  font-size: 48px;
}

.footer .social {
  width: auto;
  margin-left: 0;
  max-width: none;
}

.footer .social__item {
  width: auto;
  color: #2b2a29;
  font-size: 14px;
  padding-top: 4px;
  padding-left: 34px;
  background-position: 0 center !important;
}

.footer .social__item,
.footer .ways__item:not(:last-child) {
  margin-right: 40px !important;
}

.footer .ways__item {
  text-align: left;
}

/* Footer info */

.footer__paragraph {
  font-size: 14px;
  color: rgb(43 42 41 / 50%);
}

.footer__paragraph:not(:last-child) {
  margin-bottom: 15px;
}

.footer__paragraph a {
  color: inherit;
  padding-bottom: 5px;
  border-bottom: 1px dotted rgb(43 42 41 / 50%);
}

.footer__paragraph a:hover {
  border-color: transparent;
}

/* ------- *Open modal social -------- */

.btn-fix {
  z-index: 51;
  width: 100%;
  color: #fff;
  position: fixed;
  font-size: 18px;
  line-height: 54px;
  background: #00aeef;
  text-transform: uppercase;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: 'Avenir Next Cyr Dime', sans-serif;
}

.btn-fix:hover {
  background: #13bfff;
}

.btn-fix svg {
  fill: #fff;
  margin-left: 10px;
  width: 23px;
  height: 23px;
}

/* ------------- *Modal -------------- */

.modal {
  z-index: 99;
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(40 40 40 / 30%);
}

.fullScreen {
  padding: 50px 0;
  min-height: 100%;
}

.modal__box {
  padding: 50px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  max-width: 420px;
  width: 96%;
}

.close {
  opacity: .5;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 18px;
  height: 18px;
}

.close:hover {
  opacity: 1;
}

.close svg {
  fill: #2b2a29;
  display: block;
  width: 100%;
  height: 100%;
}

.title__small {
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.modal__title {
  font-size: 24px;
  line-height: 1.5;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.modal__title .ff-corinthia,
.modal_method .ff-corinthia {
  line-height: .1;
  font-size: 48px;
  font-weight: normal;
}

/* Modal record */

.modal_record .modal__box,
.modal_record_stock .modal__box,
.modal_discount .modal__box {
  max-width: 750px;
  padding: 40px 50px 32px 320px;
}

.modal__img {
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.modal__form {
  margin-top: 20px;
  max-width: 305px;
  width: 100%;
}

.modal__field {
  float: none;
  margin-bottom: 10px;
}

.modal__field input,
.nice-select {
  color: #2b2a29;
  display: block;
  padding: 0 25px;
  font-size: 16px;
  background: #fff;
  line-height: 40px;
  font-weight: normal;
  border-radius: 25px;
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  font-family: 'Avenir Next Cyr', sans-serif;
  -webkit-box-shadow: inset 0px 1px 10px 0px rgba(43, 42, 41, 0.35);
  box-shadow: inset 0px 1px 10px 0px rgba(43, 42, 41, 0.35);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  overflow: hidden;
}

.modal__field *::-webkit-input-placeholder {
  color: rgb(43 42 41 / 80%);
}

.modal__field *::-moz-placeholder {
  color: rgb(43 42 41 / 80%);
}

/* Firefox 19+ */
.modal__field *:-moz-placeholder {
  color: rgb(43 42 41 / 80%);
}

/* Firefox 18- */
.modal__field *:-ms-input-placeholder {
  color: rgb(43 42 41 / 80%);
}

.modal__field input:focus,
.nice-select:focus {
  border-color: #00aeef;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nice-select {
  float: none;
  padding-right: 45px;
}

.nice-select:after {
  border: 0;
  margin-top: 0;
  top: 50%;
  right: 23px;
  width: 17px;
  height: 17px;
  background: url(../img/svg/i-down.svg) center/auto no-repeat;
  -webkit-transform-origin: initial;
  -ms-transform-origin: initial;
  transform-origin: initial;
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.nice-select.open {
  overflow: visible;
}

.nice-select.open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.nice-select .current {
  line-height: 50px;
}

.nice-select .list {
  overflow-y: auto;
  max-height: 200px;
}

.nice-select .list,
.modal__btn {
  width: 100%;
}

.modal__btn {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 54px;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

/* Check */

.check {
  margin-top: 20px;
  margin-bottom: 20px;
}

.check input[type="radio"],
.check input[type="checkbox"] {
  opacity: 0;
  position: absolute; /* чтобы не занимали место */
  width: 1px; /* минимальный размер */
  height: 1px;
}

.check__item {
  position: relative;
}

.check__mark {
  cursor: pointer;
  top: 0;
  /* left: -33px; */
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-box-shadow: inset 0px 1px 5px 0px rgba(43, 42, 41, 0.35);
  box-shadow: inset 0px 1px 5px 0px rgba(43, 42, 41, 0.35);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.check__mark:before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../img/icons/i-check.png') center/10px no-repeat;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

input[type="radio"]:checked+span:before,
input[type="checkbox"]:checked+span:before {
  opacity: 1;
}

.check__text {
  opacity: .6;
  font-size: 12px;
  line-height: 1.32;
  margin-left: 25px;
  margin-top: -4px;
}

.check__text a{
  color: #28abe3;
  text-decoration: underline;
}

.check__text a:hover{
  text-decoration: none;
}

/* Modal method */

.modal_method .record__item {
  max-width: 240px;
  width: 100%;
}

.modal_method .record__item .btn {
  width: 100%;
}

.modal_method .record__icon {
  margin-right: 15px !important;
}

/* Modal option */

.modal__row {
  margin-top: 20px;
}

.modal__rowText a {
  color: #2b2a29;
  font-weight: bold;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.modal__rowText a:hover {
  text-decoration: underline;
}

.modal__row .record__group {
  margin-top: 10px;
  padding-bottom: 0;
}

.modal__row .record__item .btn {
  padding: 0;
  font-size: 0;
  min-width: auto;
  line-height: 38px;
  width: 40px;
  height: 40px;
}

.modal__row .record__item .btn .record__icon {
  margin-right: 0;
  width: 20px;
  height: 20px;
}

/* Video && Map */

.modal_video .modal__box,
.modal_map .modal__box {
  padding: 0;
  max-width: 800px;
}

.modal_video .close,
.modal_map .close {
  opacity: 1;
  top: -25px;
  right: 0;
}

.modal_video .close svg,
.modal_map .close svg {
  fill: #fff;
}

.modal__video,
.map {
  height: 480px;
}

.modal__video iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* Politics */

.modal_politics .modal__box {
  padding: 45px;
  max-width: 800px;
}

.politics__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  font-family: 'Avenir Next Cyr', sans-serif;
}

.politics__body {
  margin-top: 25px;
}

.politics__body p:not(:last-child) {
  margin-bottom: 10px;
}

/* Social */

.modal_social {
  background: transparent;
}

.modal_social .modal__box {
  max-width: 290px;
  border-radius: 30px;
  padding: 45px 30px 40px;
  -webkit-box-shadow: -1.929px 6.729px 7.74px 1.26px rgba(155, 145, 134, 0.07);
  box-shadow: -1.929px 6.729px 7.74px 1.26px rgba(155, 145, 134, 0.07);
}

.modal_social .title,
.modal_method .title {
  margin-bottom: 20px;
}

.modal_social .record__group,
.modal_method .record__group {
  padding-bottom: 0;
}

.modal_social .record__item,
.modal_method .record__item {
  position: static;
}

.modal_social .record__item:not(:last-child),
.modal_method .record__item:not(:last-child) {
  margin-right: 0;
  margin-bottom: 12px;
}

.modal_social .record__item .btn,
.modal_method .record__item .btn {
  font-size: 16px;
  padding: 0 15px;
  line-height: 48px;
}

/* Thanks modal */

.thanks .modal__box {
  max-width: 300px;
  padding: 40px;
  text-align: center;
}

.thanks .modal__title {
  font-size: 22px;
}

.thanks .modal__title span {
  line-height: 1;
  font-size: 40px;
}

/* Gift modal */

.modal_gift .modal__box {
  max-width: 600px;
  padding: 40px 30px 25px;
}

.gift__title {
  font-size: 60px;
}

.gift__subtitle {
  margin-top: 10px;
  line-height: 1.5;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.gift__text {
  line-height: 1.5;
  margin-top: 15px;
}

.gift__list {
  margin-top: 40px;
  counter-reset: gift-nums;
}

.gift__item {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gift__item+.gift__item {
  margin-top: 20px;
}

.gift__num {
  top: 2px;
  color: #fff;
  width: 20px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  position: relative;
  margin-right: 12px;
  border-radius: 50%;
  background: #00aeef;
  font-family: 'Avenir Next Cyr Demi', sans-serif;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.gift__num:before {
  counter-increment: gift-nums;
  content: counter(gift-nums);
}

.gift__signature {
  font-size: 38px;
  margin-top: 40px;
}

.gift__signature .ff-vesna {
  font-size: 26px;
}

.thanks__wrap .modal__title .blue {
  font-size: 72px;
  line-height: .98;
  font-family: 'Corinthia', sans-serif;
}

.transition-fast-all {
  top: auto !important;
  bottom: 60px;
  left: auto !important;
  right: 20px;
}

/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* ------------ *Default ------------- */
/* --------- *Before::After ---------- */
.check__mark:before,
.nav:before,
.discount:after,
.recording:after,
.experts:after,
.present:after,
.time .box:before,
.keys__item--in:before,
.keys__item--in:after,
.certificate__navItem:after {
  content: " ";
  position: absolute;
}




.services__info__dop {
  margin-bottom: 30px;
}

.services__info__dop p {
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.5;
}

.services__info__dop .list-dots {
  margin-top: 15px;
  padding-left: 18px;
  margin-bottom: 25px;
}

.services__info__dop .list-dots li {
  color: #28abe3;
  list-style: disc;
  padding-left: 3px;
}

.services__info__dop .list-dots li span {
  color: #2b2a29;
}

.services__info__dop strong {
  font-family: 'Avenir Next Cyr Demi', sans-serif;
}

.services__info__dop .price__list.top {
  margin-bottom: 50px;
}

.services__info__dop .price__list.top li {
  border-bottom: 2px solid #56a745;
  padding-bottom: 18px;

}


.price__txt .list-dots li {
  margin-top: 7px;
  padding-left: 15px;
}

.text_bottom_price {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}

.spec_block p {
  margin-top: 16px;
  font-size: 1.2em;
  font-weight: bold;
  color: #28abe3;
}

.services__info__dop .pomo-price__block {
  text-align: center;
  font-size: 1.3em;
}

.services__text_link {
  font-size: 20px;
  margin-top: 15px;
  line-height: 1.6;
}

.services__text_link a {
  text-decoration: underline;
  color: #28abe3;
}

.services__text_link a:hover {
  text-decoration: none;
}


.modal__field.mail-mask {
  display: none;
}


.cookie-notification {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  /* width: 600px; */
  padding: 15px;
  background: #333;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.cookie-notification.active {
  opacity: 1;
  visibility: visible;
}

.cookie-notification p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #FFF;
}

.cookie-notification a {
  color: #FFF;
  text-decoration: underline;
}

.cookie-button {
  background: #00aeef;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin-left: 15px;
  flex-shrink: 0;
  max-width: 130px;
}

.cookie-button:hover {
  background: #13bfff;
}

.price__text a{
  color: #28a5de;
}

.happy-hours{
  width: 809px;
  margin-bottom: -130px;
  margin-top: 70px;
  font-size: 43px;
  margin-left: -110px;
   background: rgba(255,255,255,0.35);
  backdrop-filter: blur(3px);
  padding: 8px 18px;
  border-radius: 6px;
  }

 .intro .happy-hours .title__h1{
  /* background: rgba(255,255,255,0.35);
  backdrop-filter: blur(3px);
  padding: 8px 18px;
  border-radius: 6px; */
  text-shadow: none;
} 

.happy-hours span{
  display: block;
  margin-top: 15px;
  text-shadow:
  0 0 5px rgba(255, 255, 255, 0.9),
  0 0 20px rgba(255, 255, 255, 0.5),
  0 0 50px rgba(255, 255, 255, 0.25);
  font-size: 50px;
}

.footer__paragraph_ooo{
  display: none;
}
