/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/less-loader/dist/cjs.js!./src/style.less ***!
  \**************************************************************************************************************************************************************************************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  position: relative;
  background: #f7f7f7;
  height: 100%;
  overflow: hidden;
}
h1 {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Montserrat';
}
.navigate__container {
  position: fixed;
  top: 50%;
  left: 12px;
  z-index: 800;
}
.nav__items {
  display: flex;
  flex-flow: column;
}
.nav__item {
  cursor: pointer;
  width: 5px;
  height: 30px;
  background: #9b9b9b;
  border-radius: 5px;
  margin-top: 20px;
}
.nav__item:first-child {
  margin-top: 0;
}
.nav__item.active {
  background: transparent;
  border: 1px solid var(--1, #3b3b3b);
}
.navigate__arrow {
  position: absolute;
  bottom: 100px;
  left: 50px;
  z-index: 800;
  cursor: pointer;
}
.arrow__down {
  display: inline-block;
  height: 100px;
  width: 12px;
  background: url("../dist/img/arrow_down_white.svg");
  background-repeat: no-repeat;
}
header {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  background-position-y: -35px;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.header-video-background {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100dvh;
}
.header-video-background video {
  top: 0;
  min-height: 100%;
  height: auto;
  width: auto;
  min-width: 100%;
}
.stop_play {
  position: absolute;
  width: 35px;
  height: 35px;
  bottom: 30px;
  left: 37px;
  cursor: pointer;
}
.header__top {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  height: 100px;
}
.header__top--logo a {
  display: block;
}
.header__top--logo-img--mobile {
  display: none;
}
.header__top-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 23px 0 23px;
  height: 100%;
}
.header__top--auth {
  border: 1px solid #fff;
  border-radius: 54px;
  padding: 14px 15px 14px 15px;
  display: flex;
  align-items: center;
}
.header__top--auth a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Proxima Nova Rg';
  letter-spacing: 0;
  padding-top: 3px;
}
.header__top--auth-ico {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../dist/img/sign_in_circle_light.svg");
  margin-right: 10px;
}
.header__top--auth--mobile {
  display: none;
}
.header__top--auth--mobile a {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  background: url("../dist/img/mob_auth.svg");
}
.header__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__center--text {
  padding-top: 0;
  text-align: center;
  margin: 0 auto;
}
.header__center--link {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Lato';
  font-weight: 600;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 20px 0;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 710px;
  margin-top: 48px;
}
.btn-ico-arrow {
  position: absolute;
  top: 15px;
  display: inline-block;
  width: 38px;
  height: 39px;
  background: url("../dist/img/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.header__bottom {
  position: absolute;
  bottom: 56px;
  right: 0;
}
.header__bottom--right {
  text-align: right;
  color: #fff;
  font-family: 'Lato';
  font-size: 26px;
  font-weight: 400;
  margin-right: 15px;
}
.header__bottom--text p:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../dist/img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 5px;
}
main {
  position: relative;
  top: 0;
}
.block {
  padding: 0 23px;
}
.block__first {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 23px;
  border-bottom: 1px solid #e4e4e4;
}
.block__first-left {
  display: flex;
  align-items: center;
}
.block__first--logo {
  margin-right: 20px;
}
.block__first--logo a {
  display: block;
}
.block__first--txt {
  color: #3B3B3B;
  font-size: 36px;
  font-weight: 600;
  font-family: 'Lato';
  margin-left: 20px;
}
.block__first .btn {
  margin-top: 8px;
}
.block__first--auth--mobile {
  display: none;
}
.icon__big--arrow {
  display: inline-block;
  width: 12px;
  height: 25px;
  background: url("../dist/img/big_arrow_right.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Proxima Nova Rg';
  border-radius: 74px;
  border: 1px solid;
  text-decoration: none;
  padding: 14px 15px 14px 15px;
}
.btn--black {
  color: var(--1, #3b3b3b);
  border-color: var(--1, #3b3b3b);
}
.auth-ico--black {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../dist/img/Sign_in_circle_black.svg");
  margin-right: 10px;
}
.auth-ico--black--mobile {
  display: none;
  width: 48px;
  height: 48px;
  background: url("../dist/img/mob_auth_black.svg");
  margin-top: 8px;
}
.block_second {
  padding: 5% 17% 0 17%;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-family: 'Proxima Nova Rg';
  font-weight: 400;
  line-height: 24px;
  color: var(--Light_gray, #404042);
}
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-pagination-base.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-pagination-base.swiper-vertical > .swiper-pagination-bullets {
  position: fixed;
  top: 50%;
  left: 12px;
  z-index: 0;
}
.swiper-pagination-base.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-base.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-top: 20px;
  cursor: pointer;
  width: 5px;
  height: 30px;
  background: #9b9b9b;
  border-radius: 5px;
}
.swiper-pagination-base .swiper-pagination-bullet.active {
  background: transparent;
  border: 1px solid var(--1, #3b3b3b);
}
.slider {
  margin-top: 5%;
}
.slider-wrapper {
  padding-bottom: 5%;
}
.slider-item {
  max-width: 608px;
  padding: 30px 20px 30px 20px;
  border: 1px solid var(--1, #3b3b3b);
  border-radius: 10px;
  background: rgba(59, 59, 59, 0.1);
  margin-right: 1px;
}
.slider-item--title {
  color: #3B3B3B;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Montserrat';
  line-height: 28px;
  letter-spacing: 0;
}
.slider-item--text {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Montserrat';
  line-height: 24px;
}
.slider-custom-pagination {
  top: 133px;
}
.slider-custom-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #9b9b9b;
}
.slider-custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--1, #3b3b3b);
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 66px;
}
.section.third {
  height: calc(100vh - 191px);
}
.block__third {
  max-width: 1874px;
  margin: 0 auto;
}
.block__four,
.block__five {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 23px;
  border-bottom: 1px solid #e4e4e4;
}
.block__four .btn,
.block__five .btn {
  margin-top: 8px;
}
.block__sex {
  position: relative;
  margin-top: 54px;
  max-width: 1905px;
  margin-left: auto;
  margin-right: auto;
}
.block__control-wrapper {
  position: absolute;
  right: 25px;
  top: -40px;
  display: flex;
  gap: 10px;
  z-index: 999;
}
.block__control-wrapper .sexy__next {
  cursor: pointer;
  width: 30px;
  border-radius: 30px;
  height: 30px;
  background: url("../dist/img/icon-arrow.svg") #3b3b3b;
  background-repeat: no-repeat;
  background-position: center;
}
.block__control-wrapper .sexy__prev {
  cursor: pointer;
  width: 30px;
  border-radius: 30px;
  height: 30px;
  transform: rotate(180deg);
  background: url("../dist/img/icon-arrow.svg") #3b3b3b;
  background-repeat: no-repeat;
  background-position: center;
}
.slider-wrapper--news {
  padding-bottom: 50px;
}
.slider-item--news {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.slider-item--news--img {
  position: relative;
  max-height: 150px;
  overflow: hidden;
}
.slider-item--news--img img {
  width: 100%;
}
.slider-item--news--content {
  padding: 20px;
  background: #fff;
}
.slider-item--news--title {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Montserrat';
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--1, #3b3b3b);
}
.slider-item--news--text {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat';
  line-height: 20px;
  letter-spacing: 0;
}
.slider-item--news--date {
  position: absolute;
  top: 18px;
  left: 20px;
  border-radius: 3px;
  padding: 3px 6px 3px 6px;
  background: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Montserrat';
  letter-spacing: 0;
  color: var(--dark_gray, #2b2b2d);
}
.slider-item--news--date span {
  vertical-align: middle;
}
.slider-item--news .ico-calendar {
  display: inline-block;
  width: 9px;
  height: 11px;
  background: url("../dist/img/calendar.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
footer {
  height: 191px;
  background: url("../dist/img/tavros.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 23px 25px;
}
.footer__top--social {
  display: flex;
}
.footer__bottom {
  padding: 20px 23px 30px;
}
.footer__bottom .copy {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--1, #3b3b3b);
}
.social--icon {
  width: 48px;
  height: 48px;
}
.icon--whatsapp {
  background: url("../dist/img/whats.svg");
  margin-right: 25px;
}
.icon--telegram {
  background: url("../dist/img/telegram.svg");
  margin-right: 25px;
}
.icon--vk {
  background: url("../dist/img/vk.svg");
}
/* map */
.block__map {
  position: relative;
}
#map {
  width: 100%;
  height: calc(100dvh - 107px);
}
.placemark {
  width: 35px;
  height: 40px;
  background: url("../dist/img/marker.svg");
  background-size: 100%;
  cursor: pointer;
  pointer-events: auto;
}
/*.placemark__debug {
  position: absolute;
  left: 0;
  top: 0;
  width: 69px;
  height: 79px;
  border: 2px dashed red;
  box-sizing: border-box;
  cursor: pointer;
  pointer-events: auto;
}*/
.map__town {
  display: none;
  font-family: 'Lato';
  font-weight: 400;
  position: absolute;
  background: var(--main_color, #6b6ba9);
  color: #fff;
  box-sizing: border-box;
  padding: 66px 34px 66px 43px;
  z-index: 10;
  top: 0;
  right: 2%;
  width: 500px;
  height: 706px;
}
.map__town:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  transform: rotateX(180deg);
  width: 0;
  height: 0;
  border-bottom: 50px solid var(--main_color, #6b6ba9);
  bottom: -50px;
  z-index: -1;
  border-left: 250px solid transparent;
}
.map__town:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  /* -webkit-transform: rotate(180deg); */
  transform: rotate(180deg);
  width: 0;
  height: 0;
  border-bottom: 50px solid var(--main_color, #6b6ba9);
  bottom: -50px;
  z-index: -1;
  border-left: 250px solid transparent;
}
.map__town__name {
  display: flex;
  min-height: 50px;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  padding-bottom: 35px;
  margin: 0 auto 30px auto;
}
.map__town__name__item {
  display: flex;
  align-items: center;
}
.map__town__name__icon {
  margin-right: 11px;
}
.map__town__descr__slide {
  font-size: 26px;
  overflow-y: auto;
  height: 450px;
}
.map__town__close__mobile {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url("../dist/img/close.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.application-user-town {
  font-size: 26px;
}
.map__town__name__item {
  font-size: 26px;
}
.br--lg {
  display: block;
  height: 20px;
}
.br--m {
  display: block;
  height: 10px;
}
.slider-item {
  height: 100%!important;
  overflow: hidden;
}
/**/
/* mob */
@media (min-width: 992px) and (max-width: 1500px) {
  .section.third {
    height: calc(100% - 191px);
  }
}
@media (max-width: 991px) {
  body,
  html {
    overflow: unset;
  }
  .swiper-vertical {
    touch-action: unset;
  }
  .swiper.m {
    overflow: unset;
  }
  header {
    background-size: cover;
    background-position-y: 0;
  }
  .navigate__arrow {
    display: none;
  }
  h1 {
    width: 340px;
    font-size: 32px;
    font-family: 'Lato';
  }
  .header__top {
    height: 80px;
  }
  .header__top--auth {
    display: none;
  }
  .header__top--auth--mobile {
    display: block;
  }
  .header__top--logo-img {
    display: none;
  }
  .header__top--logo-img--mobile {
    display: block;
  }
  .header__center--text {
    padding-top: 0px;
  }
  .header__center--link {
    max-width: 279px;
    margin-top: 35px;
    padding: 15px 0;
  }
  .btn-ico-arrow {
    top: 11px;
  }
  .header__bottom {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    margin-top: 63px;
    bottom: 25%;
  }
  .header__bottom--right {
    text-align: center;
    margin-right: 0;
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 300;
  }
  .header__bottom--text p:first-child {
    margin-bottom: 24px;
  }
  .header__bottom--text p:before {
    display: none;
  }
  .block__first {
    padding-top: 14px;
    padding-bottom: 18px;
  }
  .block__first--auth {
    display: none;
  }
  .block__first--auth--mobile {
    display: block;
  }
  .block__first--txt,
  .icon__big--arrow {
    display: none;
  }
  .auth-ico--black--mobile {
    display: block;
  }
  .block_second {
    padding-top: 39px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .slider-item {
    padding: 20px 20px 20px 20px;
  }
  .slider-item--title {
    font-size: 22px;
  }
  .slider-item--text {
    font-size: 14px;
    padding-top: 10px;
  }
  .section.third {
    height: calc(100vh - 222px);
  }
  .block__four,
  .block__five {
    padding-top: 14px;
    padding-bottom: 18px;
    border-bottom: unset;
    margin-top: 0px;
  }
  .block__sex {
    margin-top: 30px;
  }
  footer {
    height: unset;
    background: unset;
  }
  .footer__top {
    justify-content: center;
    flex-flow: column;
  }
  .footer__top--social {
    margin-top: 8px;
  }
  .footer__bottom {
    padding-bottom: 24px;
  }
  .footer__bottom .copy {
    font-size: 14px;
    text-align: center;
  }
  .social--icon {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 20px;
  }
  .map__town {
    display: none;
    left: 2%;
    width: 96%;
    padding: 60px 35px 60px 40px;
  }
  .map__town:after,
  .map__town:before {
    display: none;
  }
  .map__town__name {
    justify-content: space-between;
    padding-bottom: 30px;
  }
  .map__town__name__icon img {
    width: 27px;
  }
  .map__town__name__icon img.small--marker--icon {
    width: 24px;
  }
  .map__town__close__mobile {
    display: inline-block;
  }
  .map__town__name__item {
    font-size: 16px;
  }
  .map__town__descr__slide {
    font-size: 16px;
  }
  .application-user-town {
    font-size: 16px;
  }
}

