* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* a {
  display: block;
  text-decoration: none;
}
* ul {
  list-style: none;
}
* img {
  width: 100%;
  height: 100%;
}

.container {
  max-width: 1290px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 420px;
  }
}
@media (max-width: 425px) {
  .container {
    max-width: 340px;
  }
}

.promo {
  display: flex;
  justify-content: center;
  position: relative;
  min-height: 1042px;
  box-shadow: inset 0px 1042px 4px rgba(0, 0, 0, 0.25);
  filter: brightness(0.8);
}
@media (max-width: 767px) {
  .promo {
    min-height: 640px;
  }
}
@media (max-width: 480px) {
  .promo {
    background: url("../img/main-bg-mobile.png") no-repeat;
    background-size: cover;
  }
}
.promo__sidebar {
  top: 40%;
  left: 10%;
  position: absolute;
  transform: translateY(-50%);
  z-index: 12;
}
@media (max-width: 1023px) {
  .promo__sidebar {
    left: 1%;
  }
}
@media (max-width: 767px) {
  .promo__sidebar {
    left: 0;
  }
}
@media (max-width: 425px) {
  .promo__sidebar {
    top: 100px;
    left: 15px;
  }
}
.promo__sidebar a {
  padding: 10px;
  border-bottom: 1px solid #ffd700;
  border-radius: 100%;
  display: flex;
}
.promo__sidebar svg {
  fill: #fff;
}
.promo__sidebar svg:hover {
  fill: #ffd700;
}
.promo__sidebar a:not(first-child) {
  margin-top: 15px;
}
@media (max-width: 425px) {
  .promo__sidebar a:not(first-child) {
    margin-top: 10px;
  }
}
.promo__nav {
  position: absolute;
  top: 72px;
  display: flex;
  align-items: center;
  z-index: 10;
}
@media (max-width: 1300px) {
  .promo__nav {
    top: 50px;
  }
}
@media (max-width: 1023px) {
  .promo__nav {
    display: none;
  }
}
.promo__menu {
  display: flex;
  align-items: center;
  margin-left: 50px;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .promo__menu {
    margin-left: 30px;
  }
}
.promo__descr {
  text-align: center;
  width: 860px;
  position: absolute;
  top: 40%;
}
@media (max-width: 1023px) {
  .promo__descr {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .promo__descr {
    width: 330px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .promo__descr {
    top: 35%;
  }
}
@media (max-width: 425px) {
  .promo__descr {
    top: 206px;
  }
}
.promo__video {
  display: flex;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .promo__video {
    display: none;
  }
}
.promo__text {
  width: 656px;
  text-align: center;
  margin: 8px auto 0;
}
@media (max-width: 767px) {
  .promo__text {
    width: 330px;
  }
}
@media (max-width: 425px) {
  .promo .promo__text {
    font-size: 18px;
  }
}
.promo__block__btn {
  display: flex;
  justify-content: center;
  margin-top: 23px;
}
.promo__btn {
  backdrop-filter: blur(15px);
  padding: 10px 28px;
}
.promo__list, .promo__link {
  display: flex;
  align-items: center;
}
.promo__list-column, .promo__list-column_normal, .promo__link-column, .promo__link-column_normal {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 10px;
}
.promo__list-column_normal, .promo__link-column_normal {
  align-items: center;
  margin-top: 0;
}
.promo__list:not(:last-child) {
  margin-right: 50px;
}
@media (max-width: 1300px) {
  .promo__list:not(:last-child) {
    margin-right: 7px;
  }
}
.promo__list, .promo__link, .promo__text-info {
  font-family: "Podkova", serif;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1300px) {
  .promo__list, .promo__link, .promo__text-info {
    font-size: 18px;
  }
}
.promo__link:hover {
  color: #ffd700;
}
.promo__text-info {
  display: flex;
  margin-top: 22px;
}
@media (max-width: 1300px) {
  .promo__text-info {
    align-items: center;
    margin-top: 12px;
  }
}
.promo__link-column {
  margin-top: 3px;
}
@media (max-width: 1300px) {
  .promo__link-column {
    margin: 0;
  }
}
.promo__text-info:before {
  margin-right: 15px;
  content: url("../img/icons/geopositions.svg");
}
.promo .clock {
  margin-top: -18px;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
}
@media (max-width: 1300px) {
  .promo .clock {
    margin-top: -11px;
  }
}
.promo .mt5 {
  margin-bottom: 7px;
}
.promo .logo__link {
  display: flex;
  width: 106px;
  height: 35px;
}

.btn {
  border: 2px solid #ffd700;
  border-radius: 3px;
  text-transform: uppercase;
  color: #ffd700;
  font-size: 18px;
  line-height: 20px;
  font-family: "Podkova", serif;
}
.btn:hover {
  background: #fff;
  color: #000;
  border: 2px solid;
  transition: 0.8s all;
}
.btn:active {
  background: #fff;
  border: 2px solid #ffd700;
  color: #ffd700;
}
.btn:hover .svg_yellow {
  fill: #000;
}
.btn:active .svg_yellow {
  fill: #ffd700;
}

.about {
  padding: 61px 0 40px 0;
  min-height: 830px;
  background: #2A2A28;
}
@media (max-width: 425px) {
  .about {
    padding-top: 36px;
    padding-bottom: 12px;
    min-height: 600px;
  }
}
.about__top, .about__bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .about__top {
    flex-direction: column;
  }
}
.about__top__descr {
  width: 60%;
}
@media (max-width: 1300px) {
  .about__top__descr {
    width: 100%;
  }
}
.about__bottom {
  margin-top: 32px;
}
@media (max-width: 1300px) {
  .about__bottom {
    display: none;
  }
}
.about__text {
  margin-top: 26px;
  width: 740px;
}
@media (max-width: 1300px) {
  .about__text {
    width: 100%;
  }
}
.about__top__img {
  width: 520px;
  height: 320px;
  border-radius: 3px;
}
@media (max-width: 1300px) {
  .about__top__img {
    display: none;
  }
}
.about__top__photo {
  filter: brightness(0.8);
  height: 320px;
}
@media (max-width: 767px) {
  .about__top__photo {
    height: 120px;
  }
}
.about__bottom__photo {
  filter: brightness(0.8);
}
.about__bottom__img {
  width: 410px;
  height: 320px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
@media (max-width: 1300px) {
  .about__bottom__img {
    display: none;
  }
}
.about__top__img-mobile, .about__bottom__img-mobile {
  display: none;
}
@media (max-width: 1300px) {
  .about__top__img-mobile, .about__bottom__img-mobile {
    display: flex;
    width: 48%;
    height: 48%;
  }
}
@media (max-width: 425px) {
  .about__top__img-mobile, .about__bottom__img-mobile {
    width: 160px;
  }
}
.about__block__img-mobile {
  display: none;
}
@media (max-width: 1300px) {
  .about__block__img-mobile {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
}
.about__bottom__img-mobile {
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .about__bottom__img-mobile {
    width: 100%;
  }
}
.about__block__link {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
@media (max-width: 425px) {
  .about__block__link {
    margin-top: 26px;
  }
}
.about__link {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 131.5%;
  color: #fff;
}
@media (max-width: 425px) {
  .about__link {
    font-size: 14px;
  }
}
.about__link:after {
  width: 57px;
  content: url("../img/icons/arrow-right.svg");
  margin-left: 25px;
}
@media (max-width: 425px) {
  .about__link:after {
    content: url("../img/icons/low-arrow.svg");
  }
}

.title {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.title_fs20 {
  font-weight: 600;
  font-size: 20px;
  line-height: 158.5%;
}
@media (max-width: 425px) {
  .title_fs20 {
    font-size: 18px;
    line-height: 112.5%;
  }
}
.title_fs22 {
  font-weight: 600;
  font-size: 22px;
  line-height: 131.5%;
}
@media (max-width: 425px) {
  .title_fs22 {
    font-size: 18px;
    line-height: 112.5%;
  }
}
.title_fs24 {
  font-weight: 600;
  font-size: 24px;
  line-height: 131.5%;
}
@media (max-width: 767px) {
  .title_fs24 {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .title_fs24 {
    font-size: 18px;
    line-height: 112.5%;
  }
}
.title_fs30 {
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 425px) {
  .title_fs30 {
    font-size: 24px;
    line-height: 29px;
  }
}
.title_fs36 {
  font-size: 36px;
  line-height: 43px;
}
@media (max-width: 425px) {
  .title_fs36 {
    font-size: 24px;
    line-height: 29px;
  }
}
.title_fs48 {
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
}
@media (max-width: 1300px) {
  .title_fs48 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .title_fs48 {
    font-size: 32px;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .title_fs48 {
    font-size: 30px;
  }
}

.text {
  font-family: "Lato", sans-serif;
  line-height: 146%;
  font-weight: 600;
  color: #fff;
}
.text_fs24 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}
.text_fs20 {
  font-size: 20px;
}
@media (max-width: 425px) {
  .text_fs20 {
    font-size: 15px;
  }
}
.text_fs22 {
  font-size: 22px;
}

.services {
  position: relative;
  padding-bottom: 91px;
  min-height: 2000px;
  background: url("../img/main-bg.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 425px) {
  .services {
    padding-bottom: 30px;
  }
}
@media (max-width: 1300px) {
  .services__header {
    padding-top: 12px;
  }
}
.services__top, .services__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .services__top {
    flex-wrap: wrap;
    margin-top: 15px;
    gap: 32px;
  }
}
@media (max-width: 1023px) {
  .services__top {
    gap: 16px;
  }
}
@media (max-width: 425px) {
  .services__top {
    gap: 10px;
  }
}
.services__top-price {
  position: absolute;
  top: 72px;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.services .top__price-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .services .top__price-close {
    width: 15px;
    height: 15px;
    top: 6px;
  }
}
.services__bottom {
  position: relative;
  justify-content: center;
  align-items: center;
}
.services__top__img {
  position: relative;
  width: 300px;
  height: 300px;
}
@media (max-width: 1300px) {
  .services__top__img {
    width: 48%;
    height: 500px;
  }
}
@media (max-width: 1023px) {
  .services__top__img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .services__top__img {
    height: 200px;
  }
}
.services .blur {
  filter: blur(20px);
}
.services__top__img-price {
  position: absolute;
  left: 0;
  width: 300px;
  height: 300px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52));
  border-radius: 3px;
  display: none;
}
@media (max-width: 1023px) {
  .services__top__img-price {
    min-height: 200px;
  }
}
@media (max-width: 425px) {
  .services__top__img-price {
    min-height: 190px;
  }
}
.services .active-1, .services .active-2, .services .active-3, .services .active-4 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1300px) {
  .services .active-1, .services .active-2, .services .active-3, .services .active-4 {
    width: 460px;
    height: 500px;
  }
}
@media (max-width: 1023px) {
  .services .active-1, .services .active-2, .services .active-3, .services .active-4 {
    width: 336px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .services .active-1, .services .active-2, .services .active-3, .services .active-4 {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .services .active-1, .services .active-2, .services .active-3, .services .active-4 {
    width: 163px;
    height: 200px;
  }
}
@media (max-width: 1300px) {
  .services .active-1 {
    top: -2px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .services .active-1 {
    top: -16px;
  }
}
.services .active-2 {
  left: 330px;
}
@media (max-width: 1300px) {
  .services .active-2 {
    top: -2px;
    left: 500px;
  }
}
@media (max-width: 1023px) {
  .services .active-2 {
    left: 364px;
  }
}
@media (max-width: 767px) {
  .services .active-2 {
    left: 218px;
  }
}
@media (max-width: 425px) {
  .services .active-2 {
    top: -16px;
    left: 177px;
  }
}
.services .active-3 {
  left: 660px;
}
@media (max-width: 1300px) {
  .services .active-3 {
    top: 530px;
    left: 0;
  }
}
@media (max-width: 1023px) {
  .services .active-3 {
    top: 364px;
  }
}
@media (max-width: 767px) {
  .services .active-3 {
    top: 214px;
  }
}
@media (max-width: 425px) {
  .services .active-3 {
    top: 194px;
  }
}
.services .active-4 {
  left: 990px;
}
@media (max-width: 1300px) {
  .services .active-4 {
    top: 530px;
    left: 500px;
  }
}
@media (max-width: 1023px) {
  .services .active-4 {
    top: 364px;
    left: 364px;
  }
}
@media (max-width: 767px) {
  .services .active-4 {
    top: 214px;
    left: 218px;
  }
}
@media (max-width: 425px) {
  .services .active-4 {
    top: 194px;
    left: 177px;
  }
}
.services__header-price {
  text-align: center;
  font-family: "Podkova", serif;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .services__header-price {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 425px) {
  .services__header-price {
    font-size: 14px;
  }
}
.services .menu__price {
  flex-grow: 1;
  margin-left: 22px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .services .menu__price {
    margin-top: 5px;
  }
}
.services .price__list {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 131.5%;
}
@media (max-width: 767px) {
  .services .price__list {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .services .price__list {
    font-size: 12px;
  }
}
.services .price__btn {
  font-family: "Lato", sans-serif;
  padding: 19px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .services .price__btn {
    font-size: 14px;
    padding: 8px;
  }
}
.services__bottom__parent {
  margin: 0 auto;
  width: 630px;
  position: relative;
}
@media (max-width: 1300px) {
  .services__bottom__parent {
    width: 100%;
  }
}
.services__bottom-price {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 630px;
  height: 192px;
  margin: 0 auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  border-radius: 3px;
}
@media (max-width: 1300px) {
  .services__bottom-price {
    width: 100%;
    height: 300px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .services__bottom-price {
    height: 200px;
  }
}
.services .active-bottom {
  display: block;
  text-align: center;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .services .active-bottom {
    height: 200px;
  }
}
.services .blur-bottom {
  filter: blur(10px);
}
.services .blur-bottom .discount {
  display: none;
}
.services .blur-bottom .services__header {
  padding-top: 20px;
  text-align: center;
}
.services__bottom-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .services__bottom-close {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 425px) {
  .services__bottom-close {
    top: 4px;
  }
}
.services__border-price {
  display: inline-block;
  margin-top: 0;
  margin: 0 auto;
  border-bottom: 1px solid #ffd700;
}
@media (max-width: 767px) {
  .services__border-price {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .services__border-price {
    font-size: 14px;
  }
}
.services .block__bottom__descr-price {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 425px) {
  .services .block__bottom__descr-price {
    flex-wrap: wrap;
  }
}
.services .bottom__descr__price {
  margin-top: 6px;
  margin-bottom: 20px;
}
@media (max-width: 425px) {
  .services .bottom__descr__price {
    margin-bottom: 10px;
  }
}
.services .bottom__descr__price, .services .descr__price__list {
  font-size: 16px;
  color: #fff;
  font-family: "Lato", sans-serif;
}
@media (max-width: 767px) {
  .services .bottom__descr__price, .services .descr__price__list {
    font-size: 14px;
  }
}
.services .descr__price__list {
  line-height: 158.5%;
}
@media (max-width: 425px) {
  .services .descr__price__list {
    font-size: 14px;
  }
}
.services__bottom__img {
  width: 630px;
  height: 192px;
  position: relative;
}
@media (max-width: 1300px) {
  .services__bottom__img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .services__bottom__img {
    height: 200px;
  }
}
.services .block__img {
  width: 520px;
  height: 256px;
}
@media (max-width: 767px) {
  .services .block__img {
    width: 200px;
    height: 48%;
  }
}
@media (max-width: 425px) {
  .services .block__img {
    width: 160px;
  }
}
.services__photo {
  filter: brightness(0.8);
  width: 100%;
  height: 100%;
}
.services__photo_top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.services .discount {
  width: 10%;
  height: 62px;
}
.services__descr {
  position: absolute;
  width: 190px;
  bottom: 25px;
  left: 25px;
}
@media (max-width: 767px) {
  .services__descr {
    left: 10px;
  }
}
@media (max-width: 425px) {
  .services__descr {
    width: 128px;
    bottom: 15px;
  }
}
.services__bottom__descr {
  position: absolute;
}
.services__border {
  margin-top: 10px;
  width: 80px;
}
.services__border_blue {
  border: 1px solid #5f5ffc;
  border-radius: 3px;
}
.services__border_green {
  border: 1px solid #24a60f;
}
.services__border_red {
  border: 1px solid #a60a0a;
}
.services__border_gray {
  border: 1px solid #fff;
}
.services__border_yellow {
  width: 150px;
  border: 1px solid #ffd700;
}
.services__link {
  font-size: 20px;
  line-height: 131.5%;
  color: #fff;
}
@media (max-width: 425px) {
  .services__link {
    font-size: 15px;
  }
}
.services__link::after {
  content: url("../img/icons/low-arrow.svg");
  margin-left: 10px;
}
.services__online {
  margin-top: 66px;
}
.services__header__online {
  text-align: center;
}
.services__block__online {
  padding: 60px 10px;
  display: flex;
  justify-content: space-around;
  min-height: 514px;
  margin-top: 26px;
  border: 3px solid #fff;
  border-radius: 3px;
}
@media (max-width: 1300px) {
  .services__block__online {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 425px) {
  .services__block__online {
    padding: 32px 10px;
  }
}
.services .online__block {
  width: 300px;
}
.services .online__block__header {
  line-height: 131.5%;
  color: #fff;
  font-family: "Lato", sans-serif;
}
@media (max-width: 1300px) {
  .services .online__block__header {
    margin-bottom: 10px;
    text-align: center;
  }
}
.services input[type=checkbox]:checked,
.services input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.services input[type=checkbox]:checked + label,
.services input[type=checkbox]:not(:checked) + label {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 44px;
  cursor: pointer;
}
.services input[type=checkbox]:checked + label:before,
.services input[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 27px;
  height: 27px;
  border: 2px solid #fff;
  cursor: pointer;
}
.services input[type=checkbox]:checked + label:before,
.services input[type=checkbox]:not(:checked) + label:before {
  border-radius: 2px;
}
.services input[type=checkbox]:checked + label:after,
.services input[type=checkbox]:not(:checked) + label:after {
  content: url("../img/icons/ok.svg");
  position: absolute;
  left: 10px;
  top: 2px;
  transition: all 0.2s ease;
}
.services input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}
.services .online__label {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-weight: 600;
  font-size: 22px;
  line-height: 131.5%;
  text-transform: uppercase;
  color: #fff;
  font-family: "Podkova", serif;
  cursor: pointer;
}
.services .online__label-text {
  font-size: 24px;
  line-height: 131.5%;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  margin-top: 20px;
  margin-bottom: 4px;
}
.services .input__text {
  color: #fff;
  padding: 0 10px;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  background: transparent;
}
@media (max-width: 1300px) {
  .services .input__text {
    width: 100%;
  }
}
.services .online__text {
  display: flex;
  margin-top: 31px;
  width: 290px;
  font-size: 17px;
  line-height: 127.7%;
  color: #bababa;
  font-family: "Lato", sans-serif;
}
.services .online__text:before {
  margin-right: 6px;
  content: url("../img/icons/ok.svg");
}
.services .block__date {
  margin-top: 25px;
}
.services .air-datepicker {
  background: #2A2A28;
  font-weight: 900;
  font-size: 1rem;
  color: #ffd700;
}
@media (max-width: 1300px) {
  .services .air-datepicker {
    margin: 0 auto;
  }
}
.services .air-datepicker-nav--title:hover {
  background: #000;
}
.services .air-datepicker-nav--title:active {
  background: #ed143d;
}
.services .air-datepicker-cell.-selected- {
  background: #00adf5;
}
.services .air-datepicker-button:hover {
  background: #00adf5;
  color: #fff;
}
.services .air-datepicker-cell.-current-.-focus- {
  color: #fff;
}
.services .air-datepicker-button span {
  font-weight: 900;
  font-size: 0.9rem;
}
.services .air-datepicker-cell.-day-:hover {
  background: #000;
}
.services .air-datepicker-body--day-name {
  color: #40d140;
}
.services .-weekend- {
  color: #ed143d;
}
.services .-current-, .services .air-datepicker-nav--title i {
  color: #00bfff;
}
.services .air-datepicker-nav--action path {
  fill: #fff;
  stroke: #fff;
}
.services .air-datepicker-nav--action:hover {
  background: #000;
}
.services .air-datepicker-nav--action:active {
  background: #ed143d;
}
.services .time {
  margin-top: 80px;
}
.services .online__info {
  font-size: 19px;
  line-height: 131.5%;
  color: #fff;
  font-family: "Lato", sans-serif;
  margin-top: 19px;
}
@media (max-width: 1300px) {
  .services .online__info {
    text-align: center;
  }
}
.services .online__info_fs20 {
  margin-top: 5px;
  width: 301px;
  text-align: center;
  font-size: 20px;
  line-height: 160%;
  color: #fff;
}
.services .online__info__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Podkova", serif;
}
.services .online__info__tel-svg {
  width: 20px;
  margin-right: 6px;
  fill: #fff;
}
.services .online__info__tel:hover .online__info__tel-svg, .services .online__info__tel:hover {
  fill: #ffd700;
  color: #ffd700;
}
.services .online__btn {
  width: 100%;
  text-align: center;
  padding: 16px;
  margin-top: 24px;
  background: transparent;
  cursor: pointer;
}
.services .online__btn:hover {
  background: #fff;
}
.services__reviews {
  margin-top: 91px;
}
@media (max-width: 1300px) {
  .services__reviews {
    margin-top: 26px;
  }
}
.services__block__info {
  display: flex;
  align-items: center;
}
@media (max-width: 1300px) {
  .services__block__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.services__info__text {
  width: 740px;
  margin-top: 31px;
}
@media (max-width: 1023px) {
  .services__info__text {
    width: 100%;
  }
}
@media (max-width: 1023px) and (max-width: 425px) {
  .services__info__text {
    font-size: 16px;
  }
}
.services__info__btn {
  margin-left: 30px;
  padding: 3px 0;
  width: 258px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1300px) {
  .services__info__btn {
    margin-top: 15px;
    align-self: center;
  }
}
.services__contacts {
  margin-top: 85px;
}
@media (max-width: 1300px) {
  .services__contacts {
    margin-top: 26px;
  }
}
.services .block__contacts {
  display: flex;
  justify-content: space-between;
}
.services .block__contacts img {
  height: 100%;
}
.services__menu {
  width: 55%;
}
@media (max-width: 1300px) {
  .services__menu {
    width: 45%;
  }
}
.services__list {
  display: flex;
  align-items: center;
  font-size: 30px;
  line-height: 33px;
  font-family: "Podkova", serif;
  color: #fff;
  margin-top: 31px;
}
@media (max-width: 1300px) {
  .services__list {
    display: none;
  }
}
@media (max-width: 1300px) {
  .services__list_adress {
    align-items: flex-start;
    flex-direction: column;
    display: none;
  }
}
.services__list-mobile {
  display: none;
}
@media (max-width: 1300px) {
  .services__list-mobile {
    display: flex;
  }
}
@media (max-width: 767px) {
  .services__list-mobile {
    font-size: 25px;
  }
}
@media (max-width: 425px) {
  .services__list-mobile {
    font-size: 20px;
    line-height: 22px;
  }
}
.services__list-social-icons {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .services__list-social-icons {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .services__list-social-icons {
    width: 100%;
  }
}
.services__list-social-icons a {
  height: 32px;
}
.services__list-social-icons a:first-child {
  margin-left: 22px;
}
@media (max-width: 425px) {
  .services__list-social-icons a:first-child {
    margin-left: 11px;
  }
}
.services__list-social-icons a:not(:last-child) {
  margin-right: 28px;
}
@media (max-width: 425px) {
  .services__list-social-icons a:not(:last-child) {
    margin-right: 13px;
  }
}
.services .svg {
  fill: #fff;
}
.services .svg_yellow {
  fill: #ffd700;
}
.services .svg:hover {
  fill: #ffd700;
}
.services .svg:active {
  fill: #ffd700;
}
.services .svg_yellow:hover {
  fill: #000;
}
.services .svg_yellow:active {
  fill: #ffd700;
}
.services .svg_mobile {
  fill: #ffd700;
}
.services .svg_mobile:active {
  fill: #ffd700;
}
@media (max-width: 425px) {
  .services__info-mobile {
    font-size: 20px;
    line-height: 22px;
  }
}
.services__link-info, .services__adress-info {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
}
.services__link-info {
  margin-left: 20px;
}
.services__link-info:hover {
  color: #ffd700;
}
@media (max-width: 425px) {
  .services__link-info {
    margin-left: 10px;
    font-size: 16px;
    line-height: 19px;
  }
}
.services__adress-info {
  display: flex;
  align-items: center;
}
@media (max-width: 1300px) {
  .services__adress-info {
    margin-top: 10px;
  }
}
@media (max-width: 425px) {
  .services__adress-info {
    font-size: 15px;
    line-height: 133%;
  }
}
.services__adress-info::before {
  margin-left: 20px;
  margin-right: 15px;
  content: url("../img/icons/geopositions.svg");
}
@media (max-width: 1300px) {
  .services__adress-info::before {
    content: none;
  }
}
.services .footer__bottom {
  display: none;
}
@media (max-width: 1300px) {
  .services .footer__bottom {
    display: flex;
  }
}

.header {
  background: #2A2A28;
  height: 50px;
  width: 100%;
  display: none;
}
@media (max-width: 1023px) {
  .header {
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 10;
  }
}

.burger-menu-img {
  display: none;
  position: absolute;
  top: 19px;
  right: 15px;
  width: 28px;
  height: 20px;
}
@media (max-width: 1023px) {
  .burger-menu-img {
    display: block;
  }
}

.close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 18px;
}

.promo__logo-mobile {
  width: 106px;
  height: 40px;
  display: none;
  position: absolute;
  top: 9px;
}
@media (max-width: 1023px) {
  .promo__logo-mobile {
    display: block;
  }
}

.mobile__menu {
  display: block;
  transition: 1s all;
  left: -9999px;
  padding-top: 10px;
  position: fixed;
  top: 50px;
  width: 100%;
  height: 250px;
  background: #2A2A28;
  border-radius: 3px;
  z-index: 100;
}
@media (max-width: 1023px) {
  .mobile__menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.mobile__menu .menu {
  padding-bottom: 20px;
}
.mobile__menu .top {
  display: flex;
  justify-content: space-between;
}
.mobile__menu .top .mobile__left__block, .mobile__menu .top .mobile__right__block {
  margin-right: 40px;
}
.mobile__menu .mobile__list {
  margin-top: 16px;
}
.mobile__menu .text, .mobile__menu .mobile__text {
  width: 100px;
  font-family: "Lato", sans-serif;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.mobile__menu .mobile__left__block {
  display: flex;
}
.mobile__menu .mobile__left__block::before {
  display: inline-block;
  padding-left: 10px;
  padding-right: 5px;
  content: url("../img/icons/geopositions.svg");
}
.mobile__menu .mobile__link {
  margin-top: 9px;
  font-size: 18px;
  line-height: 20px;
  font-family: "Podkova", serif;
  color: #fff;
  text-transform: uppercase;
}
.mobile__menu .mobile__link:hover {
  color: #ffd700;
}

.active {
  top: 50px;
  left: 0;
  transition: 1s all;
}/*# sourceMappingURL=style.css.map */