@font-face {
  font-family: 'Averta';
  src: url("../fonts/Averta-Bold.eot");
  src: url("../fonts/Averta-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Averta-Bold.woff2") format("woff2"), url("./fonts/Averta-Bold.woff") format("woff"), url("../fonts/Averta-Bold.ttf") format("truetype"), url("Averta-Bold.svg#Averta-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: rgba(56, 56, 56, 0.7);
  font-weight: 400;
  background: #ffffff;
}

h1 {
  font-size: 60px;
  line-height: 73px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #ffffff;
}

h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  letter-spacing: 1.6px;
  color: #383838;
}

h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  letter-spacing: 1.6px;
  color: #383838;
}

a {
  font-size: inherit;
  line-height: inherit;
}

a,
button {
  color: inherit;
  outline: none;
  font-family: 'Montserrat', sans-serif;
}

button,
input,
textarea,
span,
div,
a {
  outline: none !important;
}

button:hover,
input:hover,
textarea:hover,
span:hover,
div:hover,
a:hover {
  outline: none !important;
}

button:focus,
input:focus,
textarea:focus,
span:focus,
div:focus,
a:focus {
  outline: none !important;
}

button:active,
input:active,
textarea:active,
span:active,
div:active,
a:active {
  outline: none !important;
}

.topMenu {
  padding: 0 50px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.36), 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.36), 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.05);
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 100;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.topMenu__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.topMenu__item:not(:last-child) {
  margin-right: 30px;
}

.topMenu__link {
  padding: 21px 0 22px;
  letter-spacing: 0.78px;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.topMenu__link::after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-image: -o-linear-gradient(345deg, #00afff -9%, #ff1272 134%);
  background-image: linear-gradient(105deg, #00afff -9%, #ff1272 134%);
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.topMenu__link:hover {
  font-weight: 900;
}

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

.topMenu__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topMenu__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
}

.topMenu__mail i {
  margin-right: 13px;
}

.topMenu__mail:not(:last-child) {
  margin-right: 30px;
}

.topMenu__mail_white {
  font-weight: bold;
}

.topMenu-mobile {
  padding: 15px 20px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.36), 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.36), 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.05);
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: none;
}

.topMenu-mobile_active {
  background: rgba(0, 0, 0, 0.8) !important;
}

.topMenu-mobile__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
}

.topMenu-mobile__icon {
  color: #ffffff;
  cursor: pointer;
  font-size: 25px;
}

.topMenu-mobile__drop {
  position: absolute;
  bottom: 0;
  left: -20px;
  width: calc(100% + 40px);
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(calc(100% + 14px));
  -ms-transform: translateY(calc(100% + 14px));
  transform: translateY(calc(100% + 14px));
  display: none;
}

.topMenu-mobile__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.topMenu-mobile__link {
  padding: 15px 50px;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}

.topMenu-mobile__contact {
  padding: 20px 0 0 50px;
  margin-bottom: 20px;
}

.topMenu-mobile__mail:not(:last-child) {
  margin: 0 0 10px 0;
}

.feedback__slide {
  background-image: url("../img/bg-slide.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.feedback__slide .btn-play {
  padding: 23px 50px;
  margin-top: 26px;
  float: left;
}

.feedback__slide .play-btn-2 {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 12;
  cursor: pointer;
}

.feedback__slide .video__par {
  display: block !important;
}

.video__image__element {
  bottom: -30px !important;
  top: initial !important;
  left: -30px !important;
}

.btn {
  border: none;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1px;
  border-radius: 40px;
  line-height: 22px;
  cursor: pointer;
}

.btn__icon {
  margin-right: 12px;
}

.btn-violet {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 23px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(189, 16, 224, 0.73), 0 8px 29px 1px rgba(39, 151, 233, 0.49);
  box-shadow: 0 2px 5px 0 rgba(189, 16, 224, 0.73), 0 8px 29px 1px rgba(39, 151, 233, 0.49);
  background-image: -o-linear-gradient(334deg, #00afff -12%, #ff1272 111%);
  background-image: linear-gradient(116deg, #00afff -12%, #ff1272 111%);
}

.btn-transparent {
  padding: 23px 63px;
  text-transform: uppercase;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4), 0 8px 33px 1px rgba(0, 0, 0, 0.55);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4), 0 8px 33px 1px rgba(0, 0, 0, 0.55);
}

.title__main {
  margin-bottom: 18px;
  text-transform: uppercase;
}

.title__text {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  max-width: 444px;
  margin-bottom: 69px;
}

.title__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title__btns_mobile {
  display: none;
}

.title__btns .btn:not(:last-child) {
  margin-right: 34px;
}

.slide {
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
}

.slide__img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}

.slide__text {
  padding: 23px 37px;
}

.slide__name {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 19px;
}

.slide__price {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

.custom-scrollbar {
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.26);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  height: 10px;
  width: 100%;
  position: initial;
  margin-top: 17px;
}

.custom-scrollbar .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.29);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.custom-scrollbar .swiper-scrollbar-drag:hover {
  background: rgba(255, 255, 255, 0.8);
}

.slider__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 94px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slider__btn {
  position: initial;
  cursor: pointer;
  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;
}

.slider__btn_prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 13px;
}

.slider__btn::after {
  display: none;
}

.header {
  background-image: url("../img/bg-header.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 256px 0 58px;
  overflow: hidden;
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.header .swiper-container {
  overflow: hidden;
}

.feedback__slide {
  background-image: url("../img/bg-slide.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.image {
  position: relative;
}

.image__img {
  width: 516px;
  height: 516px;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}

.image__element {
  width: 338px;
  height: 338px;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: #f5f4f1;
  z-index: 0;
}

.slide-text {
  padding: 78px;
}

.slide-text__title {
  margin-bottom: 37px;
  color: #383838;
  letter-spacing: 1.6px;
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
}

.slide-text__text {
  font-size: 20px;
  letter-spacing: 1.11px;
  line-height: 23px;
  color: #383838;
}

.slide-text__text_mobile {
  display: none;
}

.feedback {
  background: #ffffff;
  padding: 119px 0 140px;
}

.feedback .swiper-button-disabled {
  opacity: 0.35;
  cursor: initial;
}

.feedback__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 5px;
  position: relative;
  z-index: 4;
}

.feedback__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feedback__slider {
  overflow: hidden;
}

.feedback__swiper-scrollbar {
  background: rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 28px;
  z-index: 4;
  position: relative;
}

.feedback__swiper-scrollbar .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.2);
}

.feedback__swiper-scrollbar .swiper-scrollbar-drag:hover {
  background: rgba(0, 0, 0, 0.2);
}

.title-block__desc {
  margin-top: 17px;
  position: relative;
  z-index: 100;
}

.top-stars-slide {
  margin-top: 25px;
  position: relative;
}

.top-stars-slide__img {
  width: 100%;
}

.top-stars-slide__label {
  -webkit-box-shadow: 0 3px 12px rgba(46, 147, 230, 0.58);
  box-shadow: 0 3px 12px rgba(46, 147, 230, 0.58);
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 74px;
  left: 39px;
  border-radius: 36px;
  padding: 22px;
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  /* display: flex; */
  /* -webkit-box-align: center; */
  /* -ms-flex-align: center; */
  /* align-items: center; */
  width: 75%;
  /* justify-content: flex-start; */
  /* -webkit-transform: translate(-43px, 96px); */
  /* -ms-transform: translate(-43px, 96px); */
	display: block;
  transform: translate(-40px, 96px);
}

.top-stars-slide__circle {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  bottom: 0;
  left: 18px;
  height: 100%;
  overflow: hidden;
}

.top-stars-slide__name {
  /*margin-right: 33px;*/
	display: block;
	width: 100%;
  font-size: 16px;
  letter-spacing: 1.1px;
  font-weight: 600;
  color: #383838;
  line-height: 16px;
  padding-left: 60px;
  text-align: left;
	margin-bottom: 8px;
}

.top-stars-slide__price{
	font-size: 14px;
	letter-spacing: 1.3px;
	color: #383838;
	line-height: 16px;
	padding-left: 60px;
	text-align: left;
}

.top-slider-pagination {
  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;
  max-width: 283px;
  overflow: hidden;
}

.top-slider-pagination .bullet-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: initial;
  height: initial;
  background: none;
  font-size: 14px;
  color: #383838;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.1;
  -webkit-transform: translateX(244px);
  -ms-transform: translateX(244px);
  transform: translateX(244px);
}

.top-slider-pagination .bullet-wrapper:not(:last-child) {
  margin-right: 40px;
}

.top-slider-pagination .bullet-wrapper.swiper-pagination-bullet-active {
  font-weight: 600;
  opacity: 1;
}

.top-slider-pagination .bullet-wrapper.swiper-pagination-bullet-active .circle {
  width: 24px;
  height: 24px;
  background-image: url("../img/oval.png");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.19);
  border: 2px solid transparent;
}

.top-slider-pagination .bullet-wrapper .circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-top: 4px;
  border: solid 2px rgba(0, 0, 0, 0.35);
  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;
  margin-bottom: 10px;
}

.top {
  background: #ffffff;
  padding: 114px 0;
  position: relative;
}

.top__bg-elem {
  position: absolute;
  right: 0;
  top: -200px;
}

.top__bg-elem-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.top-stars-slider {
  overflow: hidden;
  margin-top: 30px;
}

.top-slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.top-slider-arrows .top-slider-prev {
  cursor: pointer;
  margin-right: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  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;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.top-slider-arrows .top-slider-prev:hover {
  opacity: 0.7;
}

.top-slider-arrows .top-slider-prev.swiper-button-disabled {
  opacity: 0.3;
  -webkit-transform: scale(0.7) rotate(180deg);
  -ms-transform: scale(0.7) rotate(180deg);
  transform: scale(0.7) rotate(180deg);
}

.top-slider-arrows .top-slider-next {
  cursor: pointer;
  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;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.top-slider-arrows .top-slider-next:hover {
  opacity: 0.7;
}

.top-slider-arrows .top-slider-next.swiper-button-disabled {
  opacity: 0.3;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.celebrate-item {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 33px;
  margin-bottom: 30px;
}

.celebrate-item__img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  margin-bottom: 26px;
}

.celebrate-item__title {
  margin-bottom: 19px;
  color: #383838;
  letter-spacing: 1.3px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

.celebrate-item__btn {
  font-size: 14px;
  line-height: 18px;
  color: rgba(56, 56, 56, 0.7);
  letter-spacing: 1.14px;
  padding: 21px 63px;
  background-color: rgba(255, 255, 255, 0.11);
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18);
  border-radius: 30px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.celebrate-item__btn:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(45, 148, 231, 0.49), 0 1px 2px 0 #cc318e;
  box-shadow: 0 4px 8px 0 rgba(45, 148, 231, 0.49), 0 1px 2px 0 #cc318e;
  background-image: -o-linear-gradient(330deg, #00afff -14%, #ff1272 114%);
  background-image: linear-gradient(120deg, #00afff -14%, #ff1272 114%);
  color: #ffffff;
}

.celebrate {
  background: #f8f8f8;
  position: relative;
  padding: 99px 0 56px;
  overflow: hidden;
}

.celebrate__title-block {
  text-align: center;
  margin-bottom: 50px;
}

.celebrate__bg-elem {
  position: absolute;
  left: -6px;
  top: 0;
}

.celebrate__bg-elem-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.celebrate__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.image-2 {
  position: relative;
}

.image-2__img {
  width: 435px;
  -webkit-box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.12);
  height: 435px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.image-2__circle {
  width: 338px;
  height: 338px;
  border-radius: 50%;
  position: absolute;
  bottom: -52px;
  left: -52px;
  background: #f5f4f1;
}

.image-2__circle_top {
  top: -52px;
  right: 23px;
  bottom: initial;
  left: initial;
}

.service {
  padding: 116px 0 127px;
  position: relative;
}

.service__snake {
  position: absolute;
  top: 448px;
  left: 27%;
  height: 1073px;
}

.service__title-block {
  text-align: center;
  margin-bottom: 50px;
}

.service__text-block h3 {
  max-width: 393px;
  margin-bottom: 43px;
}

.service__btn {
  margin-top: 73px;
  font-weight: bold;
}

.gallery-item {
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.13);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 30px;
}

.gallery-item__img {
  width: 100%;
  border-radius: 20px;
}

.gallery-item__label {
  padding: 16px 28px;
  -webkit-box-shadow: 0 3px 12px 0 rgba(46, 147, 230, 0.58);
  box-shadow: 0 3px 12px 0 rgba(46, 147, 230, 0.58);
  background-color: rgba(255, 255, 255, 0.9);
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  position: absolute;
  left: 0;
  bottom: 17px;
  max-width: 80%;
}

.gallery-item__name {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.3px;
  font-weight: 600;
  color: #383838;
  margin-bottom: 1px;
}

.gallery-item__place {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.14px;
}

.gallery-item__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.socials__here {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1.11px;
  text-align: center;
}

.socials__links {
  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;
}

.socials__item:not(:last-child) {
  margin-right: 50px;
}

.apply__title-block {
  margin-bottom: 41px;
  text-align: center;
}

.apply__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

.apply__list {
  padding: 23px 63px;
  font-weight: bold;
  color: rgba(56, 56, 56, 0.7);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0), 0 8px 33px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0), 0 8px 33px 1px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
}

.apply__list .btn__icon {
  -webkit-filter: invert(50%);
  filter: invert(50%);
}

.gallery {
  padding: 99px 0 115px;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.gallery__title-block {
  margin-bottom: 74px;
  text-align: center;
}

.gallery__bg-elem-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.gallery .js-gallery-slider {
  display: none;
}

.gallery .js-gallery-slider .gallery-item {
  width: 250px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/*
.gallery .js-gallery-slider .gallery-item_1 {
  background-image: url("../img/gallery-1.jpg");
}

.gallery .js-gallery-slider .gallery-item_2 {
  background-image: url("../img/gallery-2.jpg");
}

.gallery .js-gallery-slider .gallery-item_3 {
  background-image: url("../img/gallery-3.jpg");
}

.gallery .js-gallery-slider .gallery-item_4 {
  background-image: url("../img/gallery-4.jpg");
}

.gallery .js-gallery-slider .gallery-item_5 {
  background-image: url("../img/gallery-5.jpg");
}

.gallery .js-gallery-slider .gallery-item_6 {
  background-image: url("../img/gallery-1.jpg");
}

.gallery .js-gallery-slider .gallery-item_7 {
  background-image: url("../img/gallery-2.jpg");
}
*/
.gallery-scrollbar {
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.09);
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 10px;
  border-radius: 5px;
  margin-top: 25px;
}

.gallery-scrollbar .swiper-scrollbar-drag {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  height: 10px;
  cursor: pointer;
}



.gallery__socials {
  margin: 34px 0 120px;
}

.footer {
  background: #383838;
  padding: 56px 0;
  display: block;
  position: relative;
  z-index: 1;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__logo-text {
  margin-left: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
}

.footer__logo-text span {
  background-image: -o-linear-gradient(311deg, #3ec3ff 0%, #ff1272 100%);
  background-image: linear-gradient(139deg, #3ec3ff 0%, #ff1272 100%);
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__text {
  margin-top: 22px;
  font-size: 14px;
  letter-spacing: 0.78px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.4);
  max-width: 224px;
}

.footer__item:not(:last-child) {
  margin-bottom: 15px;
}

.footer__list:not(:last-child) {
  margin-right: 100px;
}

.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__link {
  font-size: 14px;
  letter-spacing: 0.78px;
  line-height: 18px;
  color: #ffffff;
}

.footer__mail:not(:last-child) {
  margin: 0 0 15px 0;
}

.footer__policy {
  margin-top: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.78px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: underline;
}

.footer__block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.popup__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500;
  display: none;
  overflow-y: auto;
}

.popup__body {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;*/
  padding-top: 30px;
  max-width: 570px;
  margin: 0 auto;
}

.popup__body .close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 100;
}
.popup__body .close img {
  display:  block;
  width: 24px;
  height: 24px;
}

.wpcf7 {
  max-width: 570px;
  width: 100%;
  border-radius: 22.5px;
  background: #f5f4f1;
  padding: 53px 53px 23px;
 /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  overflow: hidden;
  position: relative;
  overflow-y: auto;
}
.wpcf7 br {
  display: none;
}
.popup__title {
  letter-spacing: 1.67px;
  font-size: 30px;
  line-height: 37px;
  font-weight: bold;
  margin-bottom: 17px;
  color: #383838;
  text-align: center;
}

.popup__text {
  margin: 0 auto 41px;
  letter-spacing: 1.11px;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
}

.popup__input {
  border-radius: 44px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 32px;
  color: #383838;
  border: none;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.78px;
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid transparent;
  text-align: center;
}
.popup__input.wpcf7-not-valid {
  border: 1px solid #ff0000;
}

.popup__input::-webkit-input-placeholder {
  color: rgba(56, 56, 56, 0.7);
  text-align: center;
}

.popup__input::-moz-placeholder {
  color: rgba(56, 56, 56, 0.7);
  text-align: center;
}

.popup__input:-ms-input-placeholder {
  color: rgba(56, 56, 56, 0.7);
  text-align: center;
}

.popup__input::-ms-input-placeholder {
  color: rgba(56, 56, 56, 0.7);
  text-align: center;
}

.popup__input::placeholder {
  color: rgba(56, 56, 56, 0.7);
  text-align: center;
}
/*
.popup__input:not(:last-child) {
  margin-bottom: 12px;
}*/

.wpcf7-response-output,
.wpcf7-not-valid-tip {

  position: absolute;
  left: -9999px;
}
.popup__btn {
  /*margin: 38px auto 33px;*/
  margin: 38px auto 0;
  /*padding-left: 40px;
  background-image: url(../img/star.png);
  background-repeat:  no-repeat;
  background-position:  10px 50%;*/
}
.topMenu__logo img, .topMenu-mobile__logo img {
  max-width: 120px;
}


.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.jq-checkbox,
.jq-radio {
  position: relative;
  overflow: hidden;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #ffffff;
  margin-right: 12px;
  outline: none !important;
  border-radius: 4px;
  border: solid 2px #979797;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55;
}

.jq-checkbox {
  border-radius: 3px;
}

.jq-checkbox.checked {
  -webkit-animation: wave 0.4s ease;
  animation: wave 0.4s ease;
}

.jq-checkbox.checked .jq-checkbox__div {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-image: linear-gradient(135deg, #3023ae -13%, #ee12ff 101%);
}

.jq-radio {
  border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
  cursor: pointer;
}

.jq-file__name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
  border-color: #B3B3B3;
}

.jq-number__field input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
}

.jq-selectbox__select {
  padding: 21px 48px 21px 10px;
  /*border: 1px solid #CCC*/
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background-color: rgba(20, 16, 41, 0.02);
  color: #141029;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  font-family: 'Montserrat';
  border-width: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.jq-selectbox__select:hover {
  webkit-box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.06), 0 2px 4px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
  -webkit-box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.06), 0 2px 4px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
  box-shadow: 0 8px 8px -4px rgba(20, 16, 41, 0.06), 0 2px 4px -1px rgba(20, 16, 41, 0.06), 0 0 1px 0 rgba(20, 16, 41, 0.12);
}

.jq-selectbox__select:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.focused .jq-selectbox__select {
  /*border: 1px solid #5794BF*/
}

.jq-selectbox.disabled .jq-selectbox__select {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: calc(50% - 2px);
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231F20;
}

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

.inp-row {
  font-size: 11px;
}

@media (max-width: 1260px) {
  .topMenu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
  }

  .topMenu__links {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .topMenu__link {
    padding: 12px 0;
  }
}

@media (max-width: 1200px) {
  .slide-text {
    padding: 0 35px;
  }

  .feedback .image__img {
    width: 420px;
    height: 420px;
  }

  .top-stars-slide__label {
    padding: 13px 22px;
    font-size: 14px;
  }

  .top-stars-slide__name {
    margin-right: 10px;
  }

  .service__snake {
    height: 1154px;
    left: 10%;
  }
}

@media (max-width: 992px) {
  .feedback__slide {
    background-image: none;
  }

  .feedback__slide .video__img {
    width: 516px !important;
    height: 516px !important;
  }

  .feedback__slide .video-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 512px !important;
  }

  .video__image__element {
    top: -55px !important;
    bottom: initial !important;
    width: 250px;
    height: 250px;
    left: 50px !important;
  }

  .header__title {
    margin-bottom: 40px;
  }

  .header .swiper-container {
    overflow: visible;
  }

  .feedback__slide {
    background-image: none;
  }

  .slide-text {
    background: #ffffff;
    max-width: 475px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.12);
    border-radius: 39.5px;
    margin-top: -261px;
    padding: 288px 20px 32px 20px;
  }

  .feedback__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feedback .image__img {
    width: 516px;
    height: 516px;
  }

  .top-slider-pagination {
    margin-top: 30px;
  }

  .image-2__img {
    width: 290px;
    height: 290px;
  }

  .image-2__circle {
    width: 158px;
    height: 158px;
    top: -19px;
    left: 12px;
  }

  .service .row {
    margin-bottom: 20px;
  }

  .service__snake {
    height: 914px;
  }

  .service__text-block h3 {
    font-size: 23px;
    letter-spacing: 1.23px;
    margin-bottom: 25px;
    max-width: initial;
  }

  .service__text-block .title-block__desc {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1px;
  }

  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__list {
    text-align: center;
  }

  .footer__block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
  }

  .footer__block2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 46px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }

  h2 {
    font-size: 23px;
    letter-spacing: 1.23px;
    line-height: 28px;
  }

  h3 {
    font-size: 23px;
    letter-spacing: 1.23px;
    line-height: 28px;
  }

  .topMenu {
    display: none;
  }

  .topMenu-mobile {
    display: block;
  }

  .title__text {
    font-size: 18px;
    text-align: center;
    margin: 0 auto 69px;
  }

  .title__btns {
    display: none;
  }

  .title__btns_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 48px;
  }

  .title__btns .btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .title__btns .btn:not(:last-child) {
    margin: 20px 0 0 0;
  }

  .slide__text {
    padding: 13px 24px;
  }

  .slider__btns {
    display: none;
  }

  .header {
    padding: 108px 0 73px;
  }

  .slide-text {
    max-width: 380px;
  }

  .feedback .image__img {
    width: 420px;
    height: 420px;
  }

  .title-block {
    text-align: center;
  }

  .title-block__desc {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .top-stars-slide__label {
    -webkit-transform: translate(-43px, 173px);
    -ms-transform: translate(-43px, 173px);
    transform: translate(-43px, 173px);
  }

  .top-stars-slide__circle {
    left: 33px;
  }

  .top {
    padding: 68px 0;
  }

  .top__bg-elem {
    display: none;
  }

  .top__bg-elem-2 {
    display: none;
  }

  .celebrate {
    padding: 72px 0 82px;
  }

  .celebrate__title-block {
    margin-bottom: 47px;
  }

  .celebrate__bg-elem {
    width: 100%;
  }

  .celebrate__bg-elem-2 {
    display: none;
  }

  .celebrate__items {
    display: initial;
  }

  .celebrate__items .col-xl-3 {
    max-width: 260px;
    width: 100%;
  }

  .image-2 {
    margin-bottom: 20px;
  }

  .service {
    padding: 75px 0 96px;
  }

  .service .row {
    margin-bottom: 86px;
  }

  .service__snake {
    display: none;
  }

  .service__text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gallery-item {
    max-width: 250px;
    width: 100%;
    height: 350px;
    margin-bottom: 0;
  }

  .gallery-item__label {
    width: 70%;
    max-width: 79%;
    padding: 16px 22px;
  }

  .socials__item:not(:last-child) {
    margin-right: 25px;
  }

  .apply__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .apply__list {
    margin-bottom: 24px;
  }

  .apply__list .btn__icon {
    margin-right: 15px;
  }

  .gallery {
    padding: 106px 0 98px;
  }

  .gallery .js-gallery-slider {
    display: block;
  }

  .gallery-hide {
    display: none;
  }

  .gallery__socials {
    margin: 54px 0 100px;
  }
  .gallery .js-gallery-slider {
    display: block;
  }
  .wpcf7 {
    padding: 33px 25px 25px;
    /*max-width: calc(100% - 30px);
    max-height: calc(100vh - 30px);
    overflow-y: auto;*/
  }

  .popup__title {
    font-size: 23px;
    line-height: 28px;
  }

  .popup__text {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 21px;
  }

  .popup__btn {
    margin-top: 7px;
  }

  .popup__btn .btn__icon {
    display: none;
  }
}

.title__text.mobile {
	display: none;
}

@media (max-width: 600px) {
	.title__text {
		display: none;
	}

	.title__text.mobile {
		display: block;
		margin-bottom: 0;
		position: relative;
		margin-top: 48px;
		padding: 0 20px;
	}
}

@media (max-width: 576px) {
  .popup__body {
    display: block;
    max-width: 480px;
    margin: 0 auto;
  }
  .feedback__slide {
    margin-top: 20px;
  }

  .feedback__slide .play-btn-2 {
    width: 68px;
    height: 68px;
  }

  .feedback__slide .play-btn-2 img {
    width: 100%;
  }

  .feedback__slide .video__img {
    width: 290px !important;
    height: 290px !important;
  }

  .feedback__slide .video-text {
    max-width: 286px !important;
  }

  .video__image__element {
    width: 168px;
    height: 168px;
    top: -30px !important;
    left: 29px !important;
  }

  .btn__icon {
    margin-right: 4px;
  }

  .btn {
    font-size: 16px;
    letter-spacing: 0.89px;
  }

  .feedback__slide {
    margin-top: 20px;
  }

  .image__element {
    width: 168px;
    height: 168px;
    top: -11px;
  }

  .slide-text {
    max-width: 224px;
    margin-top: -160px;
    padding: 186px 13px 25px 13px;
  }

  .slide-text__title {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1.07px;
    margin-bottom: 24px;
  }

  .slide-text__text {
    font-size: 16px;
    /*display: none;*/
    letter-spacing: 1px;
  }

  .slide-text__text_mobile {
    display: block;
  }

  .feedback {
    padding: 64px 0 98px;
  }

  .feedback .image__img {
    width: 250px;
    height: 250px;
  }

  .top-stars-slide__label {
    -webkit-transform: translate(-43px, 96px);
    -ms-transform: translate(-43px, 96px);
    transform: translate(-43px, 96px);
  }

  .top-stars-slide__circle {
    left: 18px;
  }

  .top-stars-slide__name {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.14px;
  }

  .service__btn {
    font-size: 16px;
    letter-spacing: 0.89px;
  }

  .service__btn .btn__icon {
    margin-right: 4px;
  }

  .apply__btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__logo-text {
    margin: 8px 0 0 0;
  }

  .footer__list:not(:last-child) {
    margin: 0 0 15px 0;
  }

  .footer__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup__input {
    padding: 27px 20px;
    font-size: 16px;
    line-height: 19px;
  }

  .popup__btn {
    padding: 23px 8px;
  }
}

/*Стили для страницы фильтр по артистам - начало */
/* Общий стиль для блока фильтров */
#artist-filters{
    display: flex;
    gap: 15px;
    align-items: baseline;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
}

}

.filters {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

/* Основной заголовок страницы */
.page-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    text-transform: uppercase;
}

/* Заголовок для форм */
.filters-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #555;
}

/* Стиль для заголовка */
.filters h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

/* Стиль для полей формы */
.filters label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
    font-weight: 500;
}

.filters select,
.filters input[type="number"] {
    width: 100%;
    padding: 10px 15px;
    font-size: 18px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: border-color 0.3s ease;
}

.filters select:focus,
.filters input[type="number"]:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}
.jq-selectbox__select {
    padding: 10px 15px;
}
/* Стиль для кнопки "Применить фильтры" */
.filters button[type="submit"] {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #007bff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.filters button[type="submit"]:hover {
    background-color: #0056b3;
}

/* Блок с артистами */
.artists-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

/* Карточки артистов */
.artist-item {
    text-align: center;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.artist-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

/* Заголовок карточки */
.artist-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px;
    color: #333;
}

/* Ссылка на артиста */
.artist-item a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.artist-item a:hover {
    color: #007bff;
}

/* Текст о стоимости */
.artist-item p {
    font-size: 18px;
    margin: 10px 15px 15px;
    color: #555;
}

/* Жанр */
.artist-item .genre {
    font-size: 18px;
    margin: 0 15px 15px;
    color: #777;
}

/* Если нет артистов */
.artists-list p {
    text-align: center;
    font-size: 18px;
    color: #777;
    margin: 20px;
}

/* Адаптивность для средних экранов */
@media (max-width: 1200px) {

#artist-filters{
    display: grid;

}
    .filters {
        padding: 15px;
    }

    .filters select,
    .filters input[type="number"] {
        width: 100%;
        font-size: 18px;
        padding: 8px 12px;
    }

    .filters button[type="submit"] {
        font-size: 18px;
        padding: 10px 15px;
        justify-content: center;
    }

    .artist-item {
        max-width: 100%;
    }

    .artist-item h3 {
        font-size: 18px;
    }

    .artist-item p {
        font-size: 18px;
    }
}

/* Адаптивность для маленьких экранов */
@media (max-width: 768px) {
.page-title{
     margin-top:18px;
}
#artist-filters{
    display: grid;

}
    .filters {
        padding: 15px;
    }

    .filters select,
    .filters input[type="number"] {
        width: 100%;
        font-size: 18px;
        padding: 8px 12px;
    }

    .filters button[type="submit"] {
        font-size: 18px;
        padding: 10px 15px;
        justify-content: center;
    }

    .artist-item {
        max-width: 100%;
    }

    .artist-item h3 {
        font-size: 18px;
    }

    .artist-item p {
        font-size: 18px;
    }
}

/* Адаптивность для очень маленьких экранов */
@media (max-width: 480px) {

#artist-filters{
    display: grid;

}
    .filters {
        padding: 10px;
    }

    .filters select,
    .filters input[type="number"] {
        font-size: 18px;
        padding: 6px 10px;
    }

    .filters button[type="submit"] {
        font-size: 18px;
        padding: 8px 12px;
    }

    .artist-item h3 {
        font-size: 18px;
    }

    .artist-item p {
        font-size: 18px;
    }
}
.jq-selectbox li {
    font-size: 18px;
}
.celebrate {
   background: #ffffff;
}

/* Поле поиска */
#search {
    width: 100%;
    padding: 10px 15px;
    font-size: 18px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: border-color 0.3s ease;
}

#search:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}
/*Стили для страницы фильтр по артистам - конец */