@charset "UTF-8";
/* GLOBAL */
/* здесь используйте глобальные переменные */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
} /* здесь используйте глобальные селекторы img, body, html и так далее */
body {
  color: #252525;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
body a {
  color: #252525;
  text-decoration: none;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-style: 100%;
  line-height: 1;
  font-style: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-style: inherit;
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Unbounded";
  font-display: swap;
  src: url("../fonts/Unbounded-Regular.woff2") format("woff2"), url("../fonts/Unbounded-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Unbounded";
  font-display: swap;
  src: url("../fonts/Unbounded-Medium.woff2") format("woff2"), url("../fonts/Unbounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* BLOCKS */
.visially {
  background-color: #000000;
  z-index: 1000;
}
.visially__wrap {
  max-width: 1340px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
.visially__link {
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration-line: underline;
  text-transform: uppercase;
  padding: 12px 0;
  text-align: left;
  display: block;
  padding-left: 40px;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .visially__link {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .visially__link {
    font-size: 14px;
    padding-left: 32px;
  }
}
.visially__link::before {
  position: absolute;
  top: 13px;
  left: 10px;
  width: 24px;
  height: 24px;
  background-image: image-set(url("../icons/stack.svg#eye"));
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 600px) {
  .visially__link::before {
    top: 10px;
    width: 20px;
    height: 20px;
  }
}
.visially__close {
  background-image: image-set(url("../icons/stack.svg#close"));
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 13px;
  right: 10px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .visially__close {
    top: 10px;
    width: 20px;
    height: 20px;
  }
}

.header__wrapper {
  max-width: 1340px;
  /*margin: 34px auto 30px;*/
  margin: 0 auto;
  padding: 34px 0 30px;
}
@media screen and (max-width: 1600px) {
  .header__wrapper {
    /*margin: 16px auto 10px;*/
    padding: 16px 10px 8px;
  }
}
.header__wrapper_carousel {
  /*margin: 34px auto 24px;*/
  padding: 34px 10px 24px;
}
@media screen and (max-width: 1600px) {
  .header__wrapper_carousel {
    /*margin: 26px auto 0;*/
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .header__wrapper_carousel {
    /*margin: 20px auto 10px;*/
    padding: 15px 10px 10px;
  }
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 800px) {
  .header__row {
    justify-content: center;
  }
}

.logo__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 68px;
}
@media screen and (max-width: 1600px) {
  .logo__wrap {
    column-gap: 58px;
  }
}
@media screen and (max-width: 800px) {
  .logo__wrap {
    column-gap: 38px;
  }
}
@media screen and (max-width: 600px) {
  .logo__wrap {
    column-gap: 18px;
  }
}
.logo__item {
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.logo__item a {
  display: block;
  height: 100%;
}
.logo__item_prof {
  background-image: image-set(url("../images/logo01.svg"));
  width: 169.282px;
  height: 52.75px;
  background-repeat: no-repeat;
}
.logo__item_prof a {
  display: block;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .logo__item_prof {
    width: 120px;
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .logo__item_prof {
    width: 105px;
    height: 33px;
  }
}
.logo__item_ru {
  background-image: image-set(url("../images/logo02.svg"));
  width: 139px; /*138.709px;*/
  height: 53px; /*52.75px;*/
}
@media screen and (max-width: 1600px) {
  .logo__item_ru {
    width: 105px;
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .logo__item_ru {
    width: 95px;
    height: 36px;
  }
}
.logo__item_ru::after {
  left: -34px;
  position: absolute;
  top: -5px;
  content: "";
  width: 1px;
  height: calc(100% + 10px);
  background-color: #000000;
  opacity: 0.3;
}
@media screen and (max-width: 1600px) {
  .logo__item_ru::after {
    left: -29px;
  }
}
@media screen and (max-width: 800px) {
  .logo__item_ru::after {
    left: -19px;
  }
}
@media screen and (max-width: 600px) {
  .logo__item_ru::after {
    left: -9px;
  }
}
.logo__item_rkn {
  background-image: image-set(url("../images/logo03@1x.webp") 1x type("image/webp"), url("../images/logo03@2x.webp") 2x type("image/webp"), url("../images/logo03@1x.png") 1x type("image/png"), url("../images/logo03@2x.png") 2x type("image/png"));
  width: 90px;
  height: 64px;
}
@media screen and (max-width: 1600px) {
  .logo__item_rkn {
    width: 70px;
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .logo__item_rkn {
    width: 56px;
    height: 40px;
  }
}
.logo__item_rkn::after {
   position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 25px;
    background: url('../images/x-header.svg');
	 background-size: 100%;
    height: 25px;
   left: -40px;
  /*background-color: #000000;
  opacity: 0.3;*/
}
@media screen and (max-width: 1600px) {
  /*.logo__item_rkn::after {
    left: -29px;
  }*/
}
@media screen and (max-width: 800px) {
  .logo__item_rkn::after {
     width: 20px;
	   height: 20px;
		left: -25px;
  }
}
@media screen and (max-width: 600px) {
  .logo__item_rkn::after {
     width: 15px;
	   height: 15px;
		left: -10px;
  }
}
.soc {
  position: relative;
}
@media screen and (max-width: 800px) {
  .soc {
    display: none;
  }
}
.soc__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 16px;
}
@media screen and (max-width: 1600px) {
  .soc__wrap {
    column-gap: 12px;
  }
}

.soc__item {
  cursor: pointer;
}
.soc__item_txt {
  font-size: 18px;
  line-height: 22px;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1600px) {
  .soc__item_txt {
    font-size: 16px;
    line-height: 20px;
  }
}
.soc__link {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
@media screen and (max-width: 1600px) {
  .soc__link {
    width: 46px;
    height: 46px;
    background-size: 20px 20px;
  }
}
.soc__link_vk {
  background-color: #0077FF;
  background-image: image-set(url("../icons/stack.svg#vk"));
}
.soc__link_tw {
  background-color: #00B0F2;
  background-image: image-set(url("../icons/stack.svg#tw"));
}
.soc__link_link {
  background-color: #2CAAFF;
  background-image: image-set(url("../icons/stack.svg#link"));
}
.soc__link_vk_vis {
  background-color: #000000;
  background-image: image-set(url("../icons/stack.svg#vk_vis"));
}
.soc__link_tw_vis {
  background-color: #000000;
  background-image: image-set(url("../icons/stack.svg#tg_vis"));
}
.soc__link_link_vis {
  background-color: #000000;
  background-image: image-set(url("../icons/stack.svg#link_vis"));
}
.soc__link_rule {
  background-color: transparent;
  border-radius: 16px;
  border: 1px solid #2CAAFF;
  background-image: image-set(url("../icons/stack.svg#rules"));
}
.soc__link_muz {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 16px;
  border: 1px solid #2CAAFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.soc__link_muz_on {
  background-image: image-set(url("../icons/stack.svg#muz_off"));
}
.soc__link_muz_off {
  background-image: image-set(url("../icons/stack.svg#muz_on"));
}

.carousel__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.carousel__rule {
  color: #2CAAFF;
  font-family: Unbounded;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
body {
  background-color: #EFEFEF;
}

.game__wrap {
  position: relative;
}

.hidden_page {
  display: none;
}

.page__bg {
  background: linear-gradient(0deg, rgba(239, 239, 239, 0) 0%, #EFEFEF 100%);
  background-image: image-set(url("../images/bg@1x.webp") 1x type("image/webp"), url("../images/bg@2x.webp") 2x type("image/webp"), url("../images/bg@1x.png") 1x type("image/png"), url("../images/bg@2x.png") 2x type("image/png"));
  background-size: 100% auto;
  padding-bottom: 50px;
  background-position: bottom center;
  background-repeat: no-repeat;
  min-height: 100vh;
  /*height: calc(100vh - 40px);*/
}
.page__carousel {
  position: relative;
}
.page__rules {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 800;
}
.page__start {
  max-width: 1320px;
  /*margin: 0 auto;*/
  background-color: #FFFFFF;
  border-radius: 32px;
  text-align: center;
  margin: 30px auto 38px;
  padding: 8px 30px 56px;
}
@media screen and (max-width: 1600px) {
  .page__start {
    max-width: 960px;
    margin: 16px auto 12px;
    padding: 8px 20px 30px;
  }
}
@media screen and (max-width: 980px) {
  .page__start {
    margin: 20px 10px 28px;
    padding: 0 10px 26px;
  }
}
@media screen and (max-width: 600px) {
  .page__start {
    margin: 30px 10px 28px;
    padding: 0 0 26px;
    border-radius: 46px 46px 32px 32px;
  }
}
@media screen and (max-width: 600px) {
  .page__start_padding {
    padding: 0 10px;
  }
}
.page__start h1 {
  color: #4D4D4D;
  font-family: Unbounded, Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  padding: 0 10px;
}
@media screen and (max-width: 1600px) {
  .page__start h1 {
    padding: 3px 10px 0;
    font-size: 42px;
  }
}
@media screen and (max-width: 600px) {
  .page__start h1 {
    font-size: 30px;
  }
}
.page__start p {
  color: #4D4D4D;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  padding: 16px 10px 32px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .page__start p {
	 max-width: 700px;
    font-size: 18px;
    padding: 10px 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  .page__start p {
    font-size: 18px;
  }
}
.page__img {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 0 34px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .page__img {
    max-width: 900px;
  }
}
@media screen and (max-width: 600px) {
  .page__img {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 450px) {
  .page__img {
    padding: 0 0 30px;
  }
}
.page__img img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .page__img img {
    margin-top: -22px;
  }
}
@media screen and (max-width: 400px) {
  .page__img img {
    margin-top: -12px;
  }
}
.page__bubble {
  position: absolute;
  top: 50%;
  left: 8%;
  width: 323px;
  height: 225px;
  background-image: image-set(url("../images/bubble@1x.webp") 1x type("image/webp"), url("../images/bubble@2x.webp") 2x type("image/webp"), url("../images/bubble@1x.png") 1x type("image/png"), url("../images/bubble@2x.png") 2x type("image/png"));
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  .page__bubble {
    width: 230px;
    height: 164px;
  }
}
@media screen and (max-width: 900px) {
  .page__bubble {
    left: 5%;
  }
}
@media screen and (max-width: 700px) {
  .page__bubble {
    width: 210px;
  }
}
@media screen and (max-width: 600px) {
  .page__bubble {
    width: 156px;
    height: 100px;
    top: 50%;
    left: 5%;
    width: 162px;
    height: 112px;
    background-image: image-set(url("../images/bubble_mob@1x.webp") 1x type("image/webp"), url("../images/bubble_mob@2x.webp") 2x type("image/webp"), url("../images/bubble_mob@1x.png") 1x type("image/png"), url("../images/bubble_mob@2x.png") 2x type("image/png"));
  }
}
@media screen and (max-width: 450px) {
  .page__bubble {
    top: 46%;
    left: -2%;
    width: 150px;
    height: 107px;
  }
}
.page__bubble p {
  transform: rotate(-3.84deg);
  color: #FFFFFF;
  text-align: center;
  font-family: Unbounded;
  font-size: 42.392px;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
  padding-top: 80px;
}
@media screen and (max-width: 1600px) {
  .page__bubble p {
    font-size: 30px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .page__bubble p {
    padding-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .page__bubble p {
    font-size: 22px;
    padding-top: 45px;
  }
}
@media screen and (max-width: 450px) {
  .page__bubble p {
    font-size: 22px;
    padding-top: 40px;
  }
}
.page__button {
  color: #FFF;
  font-family: Unbounded, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  display: block;
  max-width: 424px;
  width: 100%;
  padding: 24px 10px;
  border-radius: 16px;
  background: #2CAAFF;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .page__button {
    padding: 22px 10px;
  }
}
@media screen and (max-width: 600px) {
  .page__button {
    padding: 17px 10px;
  }
}
.page__button-start:hover {
  animation: flip 1s; /* Название и время анимации */
}
@keyframes flip {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
.page__footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  column-gap: 16px;
  padding-bottom: 40px;
  font-family: Unbounded;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 1600px) {
  .page__footer {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .page__footer {
    column-gap: 0px;
    justify-content: space-around;
    margin: 0 10px;
  }
}
.page__footer li {
  flex: 0 1 230px;
}
.page__footer a {
  text-decoration: none;
  color: #2CAAFF;
  border: 2px solid #2CAAFF;
  border-radius: 16px;
  padding: 16px 10px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1600px) {
  .page__footer a {
    font-size: 16px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 500px) {
  .page__footer a {
    border: none;
    font-family: Inter;
  }
}
.page__link-mob {
  display: none;
  background-color: #FFFFFF;
  border-radius: 32px;
  text-align: center;
  margin: 20px 10px;
  padding: 16px 10px 26px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .page__link-mob {
    display: block;
  }
}
.page__link-mob p {
  color: #252525;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 8px;
}
.page__link-mob .soc__wrap {
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .page__link-mob .soc__wrap {
    width: 180px;
  }
}
.page__final__wrap {
  padding: 0 10px;
}

.rules {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 10px;
}
.rules__wrap {
  max-width: 404px;
	width: 100%;
	min-width: 320px;
  background-color: #120E09;
  border-radius: 32px;
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-weight: 400;
  padding: 32px 20px;
}

.rules__wrap h3 {
  font-family: Unbounded;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
}
.rules__wrap p {
  font-family: Inter;
  font-size: 18px;
  line-height: 150%;
  padding-bottom: 32px;
}
.rules__wrap img {
  max-width: 364px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0;
}
@media screen and (max-width: 600px) {
  .rules__wrap img {
    padding: 16px 20px;
  }
}
.rules__button {
  color: #2CAAFF;
  font-family: Unbounded;
  font-size: 18px;
  line-height: 100%;
  max-width: 364px;
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  border: 2px solid #2CAAFF;
  padding: 22px 10px;
  background-color: transparent;
}
.rules__button:hover {
  animation: flip 1s; /* Название и время анимации */
}

.carousel__wrapper {
  position: relative;
  max-width: 100%;
  margin: -10px auto 0;
  overflow: hidden;
  padding: 0 10px;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .carousel__wrapper {
    padding: 10px 0 0;
  }
}
.carousel__container {
  /*position: relative;

  margin: 0 auto;
  overflow: hidden;*/
  position: relative;
  margin: 0 auto;
  max-width: 910px;
  height: 84vh;
  max-width: 400px;
  /*max-height: 800px;*/
  z-index: 1;
  margin: 0 auto 94px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 1600px) {
  .carousel__container {
    max-width: 350px;
  }
}
.carousel__item img {
  width: 100%;
}
.carousel__rule a {
  text-decoration: none;
  color: #2CAAFF;
}
.carousel__title {
  margin: 0 auto 20px;
  width: 290px;
  height: 80px;
  background-image: image-set(url("../images/orange_line@1x.webp") 1x type("image/webp"), url("../images/orange_line@2x.webp") 2x type("image/webp"), url("../images/orange_line@1x.png") 1x type("image/png"), url("../images/orange_line@2x.png") 2x type("image/png"));
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  .carousel__title {
    width: 250px;
    height: 69px;
  }
}
@media screen and (max-width: 600px) {
  .carousel__title {
    width: 200px; 
    height: 55px; 
    margin: 0 auto 10px;
  }
}
.carousel__title p {
  text-align: center;
  transform: rotate(-3.977deg);
  color: #FFFFFF;
  text-align: center;
  font-family: Unbounded;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  padding-top: 22px;
}
@media screen and (max-width: 1600px) {
  .carousel__title p {
    font-size: 28px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 600px) {
  .carousel__title p {
    padding-top: 10px;
    font-size: 20px;
  }
}
.carousel__wrap {
  /*max-width: 424px;*/
  width: 100%;
  /*margin: 40px auto 94px;*/
  border-radius: 42px 42px 32px 32px;
  background-color: #FFFFFF;
  text-align: center;
  overflow: hidden;
  cursor: grab;
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  user-select: none;
  touch-action: none;

}
.carousel__wrap:first-child {
  box-shadow: 0 116.49px 32.722px 0 rgba(0, 46, 138, 0), 0 74.606px 30.104px 0 rgba(0, 46, 138, 0.01), 0 41.884px 24.869px 0 rgba(0, 46, 138, 0.03), 0 18.324px 18.324px 0 rgba(0, 46, 138, 0.04), 0 5.235px 10.471px 0 rgba(0, 46, 138, 0.05);
}
@media screen and (max-width: 1600px) {
  .carousel__wrap {
    /*max-width: 350px;*/
    margin: 10px auto 40px;
  }
}
@media screen and (max-width: 600px) {
  .carousel__wrap {
    max-width: 400px;
    margin: 0 auto 64px;
  }
}
.carousel__rate {
  background-color: #FFFFFF;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 500;
  transition: all 0.2s;
}
@media screen and (max-width: 800px) {
  .carousel__rate {
    width: 80px;
    height: 80px;
    top: 32%;
  }
}
.carousel__rate_dislike {
  background-image: image-set(url("../icons/stack.svg#dislike_0"));
  left: 20%;
  background-size: 42px 38px;
}
@media screen and (max-width: 1000px) {
  .carousel__rate_dislike {
    left: 10%;
  }
}
@media screen and (max-width: 800px) {
  .carousel__rate_dislike {
    display: none;
    /*left:50%;*/
    /*transform: translateY(-50%);
    background-image:
    image-set(
    	url("../../icons/dislike_mob.svg"),
    );
    background-color: #F15A29;
    background-size: 38px 34px;
    box-shadow: 0 64px 18px 0 rgba(179, 15, 15, 0.00), 0 41px 16px 0 rgba(179, 15, 15, 0.04), 0 23px 14px 0 rgba(179, 15, 15, 0.13), 0 10px 10px 0 rgba(179, 15, 15, 0.21), 0 3px 6px 0 rgba(179, 15, 15, 0.25);*/
  }
}
.carousel__rate_dislike_active {
  background-image: image-set(url("../icons/stack.svg#dislike"));
}
@media screen and (max-width: 700px) {
  .carousel__rate_dislike_active {
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background-image: image-set(url("../icons/stack.svg#dislike_mob"));
    background-color: #F15A29;
    background-size: 38px 34px;
  }
}
.carousel__rate_like {
  background-image: image-set(url("../icons/stack.svg#like_0"));
  right: 20%;
  background-size: 42px 36px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .carousel__rate_like {
    right: 10%;
  }
}
@media screen and (max-width: 700px) {
  .carousel__rate_like {
    /*right:50%;
    transform: translateY(-50%);*/
    display: none;
    /*background: #79C55F;
    background-image:
    image-set(
    	url("../../icons/like_mob.svg"),
    );
    background-size: 38px 34px;
    background-repeat: no-repeat;
    background-position: center;
    	box-shadow: 0 64px 18px 0 rgba(10, 97, 32, 0.00), 0 41px 16px 0 rgba(10, 97, 32, 0.04), 0 23px 14px 0 rgba(10, 97, 32, 0.13), 0 10px 10px 0 rgba(10, 97, 32, 0.21), 0 3px 6px 0 rgba(10, 97, 32, 0.25);*/
  }
}
.carousel__rate_like_active {
  background-image: image-set(url("../icons/stack.svg#like"));
}
@media screen and (max-width: 700px) {
  .carousel__rate_like_active {
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background-image: image-set(url("../icons/stack.svg#like_mob"));
    background-color: #79C55F;
    background-size: 38px 34px;
  }
}

.card__text-wrap {
  padding: 0 20px 24px;
}
@media screen and (max-width: 600px) {
  .card__text-wrap {
    padding: 0 20px 15px;
  }
}
.card__place {
  color: #707070;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.6;
  padding: 16px 0 8px;
}
@media screen and (max-width: 1600px) {
  .card__place {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .card__place {
    font-size: 18px;
  }
}
.card__position {
  color: #4D4D4D;
  font-family: Unbounded;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  padding: 0 0 30px;
  height: 140px;
  vertical-align: top;
}
@media screen and (max-width: 1600px) {
  .card__position {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .card__position {
    font-size: 24px;
	 padding: 0 0 30px;
	 height: 120px;
  }
}
.card__salary {
  padding: 22px 20px 16px;
  border-radius: 16px;
  border: 1.309px solid rgba(144, 144, 144, 0.5);
  max-width: 376px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .card__salary {
    padding: 12px 20px 6px;
  }
}
.card__salary_title {
  color: #909090;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
  background-color: #ffffff;
  padding: 0 12px;
}
@media screen and (max-width: 1600px) {
  .card__salary_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .card__salary_title {
    font-size: 18px;
	 top: -15px;
  }
}
.card__value {
  color: #2CAAFF;
  font-family: Unbounded;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .card__value {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .card__value {
    font-size: 24px;
  }
}
.card__value span {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .card__value span {
    font-size: 12px;
  }
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  bottom: -19%;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #A6A6A6;
  margin: 0 8px;
  opacity: 1;
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #2CAAFF;
  width: 16px;
  height: 16px;
}

.swiper-wrapper {
  height: 710px;
}
@media screen and (max-width: 1600px) {
  .swiper-wrapper {
    height: 680px;
  }
}

.swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.vacation {
  text-align: left;
  max-width: 1320px;
  margin: 0 auto;
  padding-bottom: 56px;
  height: 100%;
}
.vacation__bg {
  background: linear-gradient(0deg, rgba(239, 239, 239, 0) 0%, #EFEFEF 100%);
  background-image: image-set(url("../images/bg_heart@1x.webp") 1x type("image/webp"), url("../images/bg_heart@2x.webp") 2x type("image/webp"), url("../images/bg_heart@1x.png") 1x type("image/png"), url("../images/bg_heart@2x.png") 2x type("image/png"));
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100%;
}
.vacation__wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 24px;
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .vacation__wrap {
    padding: 0;
  }
}
.vacation__like {
  flex: 0 1 424px;
}
@media screen and (max-width: 1200px) {
  .vacation__like {
    display: none;
    flex: 0;
  }
}
.vacation__title {
  color: #4D4D4D;
  font-family: Unbounded;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  padding: 60px 0 32px 0;
}
@media screen and (max-width: 1600px) {
  .vacation__title {
    padding: 85px 0 32px 0;
  }
}
.vacation__description {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 1600px) {
  .vacation__description {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .vacation__description {
    margin-top: 50px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .vacation__description {
    margin-top: 40px;
  }
}
.vacation__place {
  color: #707070;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
  opacity: 0.8;
  padding: 8px 0 24px;
}

.like__wrap {
  background-color: #FFFFFF;
  border-radius: 32px;
  padding: 22px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: margin 0.4s;
}
.like__wrap_active {
  background-color: #2CAAFF;
  margin-right: -18px;
  margin-left: 18px;
}
.like__wrap_active .like__text {
  color: #FFFFFF;
}
.like__wrap_active .like__text span {
  color: #FFFFFF;
}
.like__wrap_active .like__icon {
  background-image: image-set(url("../icons/stack.svg#heart_white"));
}
.like__row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 16px;
}
.like__icon {
  background-image: image-set(url("../icons/stack.svg#heart_orange"));
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}
.like__text {
  color: #252525;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}
.like__text span {
  color: #707070;
  opacity: 0.6;
}
.like__btn {
  color: #2CAAFF;
  font-family: Unbounded;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  padding: 23px;
  display: block;
  background: #EAF7FF;
  border-radius: 16px;
  width: 100%;
  margin-top: 24px;
}

.description {
  position: relative;
  padding-top: 60px;
}

@media screen and (max-width: 700px) {
  .description {
    padding-top: 0;
  }
}


.description__count-score_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.description__img {
  color: #252525;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  max-width: 280px;
  margin-left: 150px;
  margin-top: -28px;
  transform: rotate(-2deg);
  animation: scaleText 2s; /* Название и время анимации */
}
@media screen and (max-width: 1200px) {
  .description__img {
    margin-left: 20%;
  }
}
@media screen and (max-width: 900px) {
  .description__img {
    margin-left: 15%;
  }
}
@media screen and (max-width: 700px) {
  .description__img {
    margin: 0 auto;
  }
}
@keyframes scaleText {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.description__img::before {
  position: absolute;
  top: -40px;
  left: -50px;
  width: 366px;
  height: 183px;
  background-image: image-set(url("../images/border@1x.webp") 1x type("image/webp"), url("../images/border@2x.webp") 2x type("image/webp"), url("../images/border@1x.png") 1x type("image/png"), url("../images/border@2x.png") 2x type("image/png"));
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 366px) {
  .description__img::before {
    width: 320px;
    height: 160px;
    left: 50%;
    top: -32px;
    transform: translateX(-50%);
  }
}
.description__wrap {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 32px;
  padding: 32px;
  margin-top: 70px;
  user-select: none;
}
@media screen and (max-width: 1600px) {
  .description__wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 700px) {
  .description__wrap {
    margin-top: 110px;
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .description__wrap {
    padding: 20px 16px;
  }
}
.description__wrap h3 {
  color: #4D4D4D;
  font-family: Unbounded;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.description__wrap p {
  color: #252525;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.description__wrap p a {
  color: #252525;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .description__wrap p {
    font-size: 16px;
  }
}
.description__wrap span {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  display: inline;
}
.description__wrap span a {
  color: #252525;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .description__wrap span {
    font-size: 16px;
  }
}
.description__title {
  color: #000000;
  font-family: Unbounded;
  font-size: 24px;
  font-weight: 400;
  padding: 50px 0 16px;
}
@media screen and (max-width: 600px) {
  .description__title {
    padding: 38px 0 12px;
  }
}
.description__line-height p {
  line-height: 190%;
}
.description__line-height p:last-child {
  line-height: 170%;
}
.description__list li {
  padding: 0 0 8px 26px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .description__list li {
    padding: 0 0 4px 22px;
  }
}
.description__list li::before {
  position: absolute;
  top: 12px;
  left: 11px;
  width: 5px;
  height: 5px;
  background-color: #252525;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 600px) {
  .description__list li::before {
    top: 10px;
    left: 8px;
  }
}
.description__list li:last-child {
  /*padding: 0 0 0 26px;*/
}
.description__list li p.active {
  background-color: #F15A29;
  display: inline-block;
  color: #FFFFFF;
  padding: 0 5px;
  margin-left: -5px;
}
.description__row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 420px) {
  .description__row {
    flex-wrap: wrap;
  }
}
.description__row_padding {
  padding: 24px 0 10px;
}
.description__column_grey {
  flex: 0 0 152px;
}
.description__column_grey p {
  color: #707070;
  opacity: 0.6;
}
@media screen and (max-width: 420px) {
  .description__column_title {
    flex: 100%;
  }
}
.description__column_text {
  /*background-color: #F3F3F3;*/
  padding: 0 4px 0 4px;
}
.description__score {
  width: 100%;
  position: relative;
  margin-top: 48px;
  border-radius: 16px;
  background: #EAF7FF;
  box-shadow: 0 4px 8px rgba(0, 46, 138, 0.05), 0 14px 14px rgba(0, 46, 138, 0.04), 0 32px 19px rgba(0, 46, 138, 0.03), 0 57px 23px rgba(0, 46, 138, 0.01), 0 89px 25px rgba(0, 46, 138, 0);
  padding: 24px 24px 24px 56px;
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .description__score {
    height: 64px;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  .description__score {
    padding: 20px 20px 20px 56px;
  }
}
.description__score p {
  font-family: Unbounded;
  font-size: 16px;
  line-height: 100%;
  color: #252525;
}
.description__score_result {
  color: #A6A6A6;
}
.description__score::before {
  position: absolute;
  top: 16px;
  left: 24px;
  width: 32px;
  height: 32px;
  background-image: image-set(url("../icons/stack.svg#flag"));
  content: "";
}
.description__capybara {
  position: absolute;
  /*max-width: 360px;*/
  width: 100%;
  /*height: 130px;*/
  /*top: 8px;
  left: 370px;*/
  transform: translateX(-50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .description__capybara {
    left: 40%;
  }
}
@media screen and (max-width: 900px) {
  .description__capybara {
    left: 45%;
  }
}
@media screen and (max-width: 700px) {
  .description__capybara {
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
  }
}
@media screen and (max-width: 360px) {
  .description__capybara {
    width: 320px;
    top: 110px;
  }
}
.description__capybara_capybara {
  background-image: image-set(url("../images/img02@1x.webp") 1x type("image/webp"), url("../images/img02@2x.webp") 2x type("image/webp"), url("../images/img02@1x.png") 1x type("image/png"), url("../images/img02@2x.png") 2x type("image/png"));
   height: 200px;
    background-size: 100% auto;
    top: 0;
    left: 50%;
    max-width: 360px;
}

.description__capybara_person {
  max-width: 304px;
  background-image: image-set(url("../images/person@1x.webp") 1x type("image/webp"), url("../images/person@2x.webp") 2x type("image/webp"), url("../images/person@1x.png") 1x type("image/png"), url("../images/person@2x.png") 2x type("image/png"));
  top: -60px;
  left: 50%;
  height: 200px;
  background-size: 80% auto;
}
@media screen and (max-width: 700px) {
  .description__capybara_person {
    left: 50%;
    transform: translateX(-50%);
    background-size: 70% auto;
	 background-position: top center;
	 height: 180px;
    /*top: 80px;*/
  }
}
.description__result {
  margin-top: 48px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
}
@media screen and (max-width: 700px) {
  .description__result {
     column-gap: 12px;
  }
}
.description__result_arrow {
	display: none;
  background: #2CAAFF;
  box-shadow: 0 89px 25px 0 rgba(0, 46, 138, 0), 0 57px 23px 0 rgba(0, 46, 138, 0.01), 0 32px 19px 0 rgba(0, 46, 138, 0.03), 0 14px 14px 0 rgba(0, 46, 138, 0.04), 0 4px 8px 0 rgba(0, 46, 138, 0.05);
  width: 64px;
  height: 74px;
  border-radius: 16px;
  background-image: image-set(url("../icons/stack.svg#arrow_white"));
  background-position: center;
  background-size: 18px 15px;
  background-repeat: no-repeat;
  cursor: pointer;
  
}
@media screen and (max-width: 1200px) {
  .description__result_arrow {
    /*width: 54px;*/
	 display: block;
	  height: 64px;
  }
}
@media screen and (max-width: 600px) {
  .description__result_arrow {
    /*width: 54px;*/
	  height: 58px;
  }
}
.description__result_btn {
  width: 100%;
  /*height: 64px;*/
  position: relative;
  border-radius: 16px;
  background: #2CAAFF;
  color: #FFFFFF;
  font-family: Unbounded;
  font-size: 18px;
  line-height: 100%;
  cursor: pointer;
  box-shadow: 0 89px 25px 0 rgba(0, 46, 138, 0), 0 57px 23px 0 rgba(0, 46, 138, 0.01), 0 32px 19px 0 rgba(0, 46, 138, 0.03), 0 14px 14px 0 rgba(0, 46, 138, 0.04), 0 4px 8px 0 rgba(0, 46, 138, 0.05);
  padding: 24px 10px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .description__result_btn {
    font-size: 15px;
	 padding: 22px 10px;

  }
}

.red_flag {
  color: #252525;
  text-decoration: none;
}
.red_flag:hover {
  background-color: #F15A29;
  display: inline-block;
  color: #FFFFFF;
  padding: 0 5px;
  margin-left: -5px;
}

pre {
  margin: 0;
  display: inline;
  white-space: normal;
}

code {
  -webkit-user-select: all;
  user-select: all;
  color: #252525;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

code::selection {
  background: #F15A29;
  color: #FFFFFF;
}

code::-moz-selection {
  background: #F15A29;
  color: #FFFFFF;
}

/*code:focus {
  border: 2px dashed #F15A29;
  outline: none;
  animation: select 100ms step-end forwards;
}

@keyframes select {
  to {
    -webkit-user-select: text;
    user-select: text;
  }
}*/
.cont_select-text {
  color: #252525;
}

.result_select-text {
  color: #A6A6A6;
}

.vacation__pay {
  color: #2CAAFF;
  font-family: Unbounded;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.vacation__pay span {
  font-family: Unbounded;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .select_text {
    font-size: 16px;
  }
}

.description__count-score_wrap .description__btn_prev {
  /*display: none;*/
  margin-top: 48px;
}
@media screen and (max-width: 1200px) {
  .description__count-score_wrap .description__btn_prev {
    display: block;
	}
}

@media screen and (max-width: 700px) {
	.description__count-score_wrap .description__btn_prev {
		max-width: 54px;
	}
}

.popup-vacation {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.8s ease 0s;
  z-index: 1000;
  /*&__close{
  	background-image:
  		image-set(
  			url("../../icons/close.svg"),
  		);
  	width: 24px;
  	height: 24px;
  	background-size: 100%;
  	background-position: center center;
  	background-repeat: no-repeat;
  	position: absolute;
  	top:0;
  	right: 0;
  	cursor: pointer;
  }*/
}
.popup-vacation.open {
  opacity: 1;
  visibility: visible;
}
.popup-vacation.open .popup-vacation__content {
  opacity: 1;
  transform: translate(0px, 0px);
  position: relative;
}
.popup-vacation__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}
.popup-vacation__content {
  max-width: 655px;
  width: 100%;
  position: relative;
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: translate(0px, -100%);
}
#popupFinal .popup-vacation__content {
	 max-width: 855px;
	 margin-top: 142px;
}
@media screen and (max-width: 600px) {
	#popupFinal .popup-vacation__content {
		margin-top: 110px;
	}
}
#popupFinal2 .popup-vacation__content {
	 margin-top: 190px;
}
@media screen and (max-width: 600px) {
	#popupFinal2 .popup-vacation__content {
		margin-top: 140px;
	}
}
.popup-vacation__wrap-height {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.popup-vacation__wrap {
  width: 100%;
  /*height: 380px;*/
  vertical-align: middle;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 89px 25px 0 rgba(0, 46, 138, 0), 0 57px 23px 0 rgba(0, 46, 138, 0.01), 0 32px 19px 0 rgba(0, 46, 138, 0.03), 0 14px 14px 0 rgba(0, 46, 138, 0.04), 0 4px 8px 0 rgba(0, 46, 138, 0.05);
  border-radius: 37px;
  border: 32px solid transparent;
  background-color: #FFFFFF;
  /*border: 4px solid #F15A29;*/
  /*background-image:
  		image-set(
  			url("../../images/img05@1x.webp") 1x type("image/webp"),
  			url("../../images/img05@2x.webp") 2x type("image/webp"),
  			url("../../images/img05@1x.png") 1x type("image/png"),
  			url("../../images/img05@2x.png") 2x type("image/png")
  	);*/
  text-align: left;
  position: relative;
  /*background-repeat: no-repeat;
  background-size: auto 100% ;*/
}
.popup-vacation__wrap_orange {
  border-image: url("../images/img04@1x.png") 12% round;
  padding: 15px 0;
}
.popup-vacation__wrap_blue {
  border-image: url("../images/border_blue@1x.png") 8% round;
  padding: 5px 0;
}
@media screen and (max-width: 400px) {
  .popup-vacation__wrap {
    border-radius: 24px;
    border: 16px solid transparent;
    border-image: url("../images/img04@1x.png") 8% round;
    /*background-image:
    	image-set(
    		url("../../images/img08@1x.webp") 1x type("image/webp"),
    		url("../../images/img08@2x.webp") 2x type("image/webp"),
    		url("../../images/img08@1x.png") 1x type("image/png"),
    		url("../../images/img08@2x.png") 2x type("image/png")
    );*/
  }
}
.popup-vacation__wrap h4 {
  color: #000000;
  font-family: Unbounded;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  align-self: flex-start;
}
@media screen and (max-width: 600px) {
  .popup-vacation__wrap h4 {
    font-size: 20px;
  }
}
.popup-vacation__wrap p {
  color: #252525;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding: 12px 0 24px;
  text-align: left;
}
.popup-vacation__wrap p a {
  text-decoration: none;
  color: #2CAAFF;
}
.popup-vacation__wrap p b {
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .popup-vacation__wrap p {
    font-size: 16px;
  }
}
.popup-vacation__wrap li p {
  padding: 0;
}
.popup-vacation__img {
  margin: 0 auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  bottom: 0;
}
.popup-vacation__img_capybara {
  width: 350px;
  height: 162px;
  background-image: image-set(url("../images/img03@1x.webp") 1x type("image/webp"), url("../images/img03@2x.webp") 2x type("image/webp"), url("../images/img03@1x.png") 1x type("image/png"), url("../images/img03@2x.png") 2x type("image/png"));
}
@media screen and (max-width: 360px) {
  .popup-vacation__img_capybara {
    width: 300px;
    height: 140px;
  }
}
.popup-vacation__img_person {
  width: 304px;
  height: 238px;
  background-image: image-set(url("../images/person@1x.webp") 1x type("image/webp"), url("../images/person@2x.webp") 2x type("image/webp"), url("../images/person@1x.png") 1x type("image/png"), url("../images/person@2x.png") 2x type("image/png"));
}
@media screen and (max-width: 600px) {
  .popup-vacation__img_person {
     width: 180px;
  		height: 150px;
  }
}
.popup-vacation__btn {
  color: #FFF;
  font-family: Unbounded;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 16px;
  max-width: 300px;
  width: 100%;
  padding: 22px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  background: #2CAAFF;
}

#popupFinal {
  z-index: 1;
}

.popup-final__list p {
  padding: 10px 0 6px 0;
}
.popup-final__list ul li {
  position: relative;
  padding: 4px 0 4px 26px;
}
.popup-final__list ul li::before {
  position: absolute;
  top: 16px;
  left: 12px;
  width: 5px;
  height: 5px;
  background-color: #252525;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 600px) {
  .popup-final__list ul li::before {
    top: 10px;
    left: 8px;
  }
}
.popup-final__list .popup-vacation__btn {
  margin-top: 20px;
}

.popup-final__close {
  background-image: image-set(url("../icons/stack.svg#close_blue"));
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

@media screen and (max-width: 400px) {
  .popup-vacation__wrap_blue {
    border-radius: 24px;
    border: 16px solid transparent;
    border-image: url("../images/border_blue@1x.png") 8% round;
    /*background-image:
    	image-set(
    		url("../../images/img08@1x.webp") 1x type("image/webp"),
    		url("../../images/img08@2x.webp") 2x type("image/webp"),
    		url("../../images/img08@1x.png") 1x type("image/png"),
    		url("../../images/img08@2x.png") 2x type("image/png")
    );*/
  }
}

.favourites__title {
  color: #4D4D4D;
  text-align: center;
  font-family: Unbounded;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  padding: 22px 10px;
}
@media screen and (max-width: 1600px) {
  .favourites__title {
    font-size: 28px;
    padding: 16px 8px;
  }
}
@media screen and (max-width: 600px) {
  .favourites__title {
    font-size: 24px;
  }
}
.favourites__container {
  max-width: 648px;
  margin: 0 auto;
  padding: 0 10px 30px;
}
.favourites__wrap {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 32px;
  padding: 24px;
  margin-bottom: 12px;
  cursor: pointer;
}
.favourites__wrap:hover {
  border: 2px solid #2CAAFF;
}
@media screen and (max-width: 1600px) {
  .favourites__wrap {
    padding: 18px;
  }
}
@media screen and (max-width: 600px) {
  .favourites__wrap {
    padding: 16px;
  }
}
.favourites__row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 16px;
}
@media screen and (max-width: 600px) {
  .favourites__row {
    column-gap: 12px;
  }
}
.favourites__icon {
  flex: 0 0 40px;
  background-image: image-set(url("../icons/stack.svg#heart_orange"));
  background-size: 100%;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 600px) {
  .favourites__icon {
    width: 32px;
    height: 32px;
  }
}
.favourites__info {
  flex: 1;
}
.favourites__place {
  color: #707070;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.6;
}
@media screen and (max-width: 1600px) {
  .favourites__place {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .favourites__place {
    font-size: 18px;
  }
}
.favourites__spec {
  color: #252525;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  padding: 4px 0 8px;
}
@media screen and (max-width: 1600px) {
  .favourites__spec {
    font-size: 20px;
    padding: 4px 0 4px;
  }
}
@media screen and (max-width: 600px) {
  .favourites__spec {
    font-size: 18px;
  }
}
.favourites__pay {
  color: #252525;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 1600px) {
  .favourites__pay {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .favourites__pay {
    font-size: 18px;
  }
}
.favourites__arrow {
  flex: 0 0 40px;
  background-image: image-set(url("../icons/stack.svg#arrow"));
  background-size: 100%;
  width: 26px;
  height: 26px;
  align-self: center;
}
@media screen and (max-width: 600px) {
  .favourites__arrow {
    display: none;
  }
}
.favourites__btn {
  color: #FFFFFF;
  font-family: Unbounded;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  padding: 23px;
  display: block;
  background: #2CAAFF;
  border-radius: 16px;
  width: 100%;
  margin-top: 24px;
  box-shadow: 0 89px 25px 0 rgba(0, 46, 138, 0), 0 57px 23px 0 rgba(0, 46, 138, 0.01), 0 32px 19px 0 rgba(0, 46, 138, 0.03), 0 14px 14px 0 rgba(0, 46, 138, 0.04), 0 4px 8px 0 rgba(0, 46, 138, 0.05);
}
@media screen and (max-width: 1600px) {
  .favourites__btn {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .favourites__btn {
    font-size: 18px;
  }
}
.favourites__active {
  border: 2px solid #2CAAFF;
}
.favourites__active__arrow {
  fill: #2CAAFF;
}
.favourites__next {
  display: none;
  color: #2CAAFF;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  padding: 12px 20px 0 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .favourites__next {
    display: block;
  }
}
.favourites__next::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 230px;
  background-image: image-set(url("../icons/stack.svg#arrow_circle"));
  background-size: 100%;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 350px) {
  .favourites__next::before {
    top: 20px;
    left: 170px;
  }
}
.favourites__empty {
  display: none;
  margin-top: 50px;
}
.favourites__empty_img {
  width: 160px;
  height: 160px;
  margin: 0 auto 24px;
  background-color: #E5E5E5;
  border-radius: 50%;
  background-image: image-set(url("../icons/stack.svg#heart_broken"));
  background-size: 60px 55px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 350px) {
  .favourites__empty_img {
    margin-bottom: 20px;
  }
}
.favourites__empty_title {
  color: #000000;
  text-align: center;
  font-family: Unbounded;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 12px;
}
.favourites__empty_text {
  max-width: 450px;
  margin: 0 auto;
  color: #252525;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 40px;
}

.favourites__wrap:hover .favourites__arrow {
  background-image: image-set(url("../icons/stack.svg#arrow_blue"));
}

.interview {
  max-width: 1320px;
  margin: 0 auto;
}
.interview__row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .interview__row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .interview__row {
    margin-top: 16px;
  }
}
.interview__img {
  flex: 1 0 435px;
}
@media screen and (max-width: 1300px) {
  .interview__img {
    flex: 0 1 435px;
  }
}
@media screen and (max-width: 800px) {
  .interview__img {
    flex: 0 1 335px;
  }
}
.interview__img img {
  width: 100%;
  padding: 0 10px 16px;
}
.interview__wrapper {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 32px;
  height: 700px;
  padding: 20px;
  box-shadow: 0 89px 25px 0 rgba(0, 46, 138, 0), 0 57px 23px 0 rgba(0, 46, 138, 0.01), 0 32px 19px 0 rgba(0, 46, 138, 0.03), 0 14px 14px 0 rgba(0, 46, 138, 0.04), 0 4px 8px 0 rgba(0, 46, 138, 0.05);
}
@media screen and (max-width: 1600px) {
  .interview__wrapper {
    height: calc(100vh - 200px);
  }
}
@media screen and (max-width: 1000px) {
  .interview__wrapper {
    border-radius: 22px;
    padding: 14px;
    margin-bottom: 30px;
  }
}
.interview__container {
  width: 100%;
  /*background-color: #FFFFFF;
  border-radius: 20px;
  height: calc(100vh - 200px);*/
  height: 100%;
  overflow-y: auto;
  padding: 12px 12px 18px;
  /*padding: 32px;*/
}
@media screen and (max-width: 1000px) {
  .interview__container {
    padding: 0px 15px 18px 4px;
  }
}

#croll_wrap {
  overflow-y: auto;
  /*scrollbar-width: 16px;*/
  /*scrollbar-color: rgba(0, 0, 0, .15) rgba(0, 0, 0, .05);*/
}

::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.1);
}

.dialog__line {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
  /*visibility: hidden;
  opacity: 0;*/
}
.dialog__line_visible {
  visibility: visible;
  opacity: 1;
}
.dialog__line_reverse {
  flex-direction: row-reverse;
}
.dialog__line_reverse .dialog__img {
  background: none;
  flex: 1;
}
.dialog__line_reverse .dialog__text {
  color: #252525;
  border-radius: 16px 16px 0 16px;
  background: #EAF7FF;
}
.dialog__img {
  flex: 1 0 48px;
  width: 48px;
}
.dialog__img img {
  width: 100%;
}
.dialog__text {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  border-radius: 0 16px 16px 16px;
  background: #2CAAFF;
  padding: 16px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .dialog__text {
    padding: 12px;
    font-size: 16px;
  }
}
.dialog__content {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 12px;
}
.dialog__padding {
  flex: 1 0 184px;
}
@media screen and (max-width: 1000px) {
  .dialog__padding {
    flex: 0;
  }
}
.dialog__container {
  margin-top: 24px;
}
.dialog__button {
  margin: 20px auto 10px;
  max-width: 808px;
  width: 100%;
  font-family: Unbounded;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  padding: 22px 10px;
  border-radius: 16px;
  display: block;
}
@media screen and (max-width: 1600px) {
  .dialog__button {
    padding: 18px 10px;
  }
}
@media screen and (max-width: 600px) {
  .dialog__button {
    font-size: 16px;
    padding: 18px 10px;
  }
}
.dialog__button_question {
  color: #2CAAFF;
  background: #EAF7FF;
}
.dialog__button_interview {
  color: #FFFFFF;
  background: #2CAAFF;
}
.dialog__button_interview-final {
  color: #FFFFFF;
  background: #2CAAFF;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

.visible {
  visibility: visible;
  opacity: 1;
}

.answer {
  padding-top: 8px;
  /*visibility: hidden;
  opacity: 0;*/
}
.answer p {
  color: #252525;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 12px;
}
.answer__wrap {
  border-radius: 16px;
  box-shadow: 0 89px 25px 0 rgba(0, 46, 138, 0), 0 32px 19px 0 rgba(0, 46, 138, 0.03), 0 14px 14px 0 rgba(0, 46, 138, 0.04), 0 4px 8px 0 rgba(0, 46, 138, 0.05);
  background: #EAF7FF;
}
.answer__wrap p {
  color: #252525;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding: 16px 16px 16px 43px;
  text-align: left;
  border-bottom: 1px solid #CEECFF;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .answer__wrap p {
    padding: 12px 38px;
    font-size: 16px;
  }
}
.answer__wrap p:last-child {
  border-bottom: 0;
}
.answer__wrap p::after {
  position: absolute;
  top: 16px;
  left: 16px;
  content: "";
  color: #252525;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 600px) {
  .answer__wrap p::after {
    font-size: 16px;
    top: 12px;
    left: 12px;
  }
}
.answer__wrap p:nth-child(1)::after {
  content: "A.";
}
.answer__wrap p:nth-child(2)::after {
  content: "Б.";
}
.answer__wrap p:nth-child(3)::after {
  content: "В.";
}
.answer__wrap p:nth-child(4)::after {
  content: "Г.";
}

.final {
  max-width: 1320px;
  margin: 24px auto 50px;
  border-radius: 32px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1600px) {
  .final {
    max-width: 1100px;
    margin: 20px auto 20px;
  }
}
@media screen and (max-width: 1000px) {
  .final {
    max-width: 600px;
    margin: 20px auto 20px;
  }
}
@media screen and (max-width: 600px) {
  .final {
    border-radius: 40px 40px 32px 32px;
  }
}
.final__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .final__row {
    margin-top: 40px;
  }
}
.final__img {
  padding: 32px;
  flex: 0 1 616px;
  border-radius: 24px;
}
@media screen and (max-width: 1600px) {
  .final__img {
    flex: 0 1 550px;
    padding: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .final__img {
    padding: 22px;
  }
}
@media screen and (max-width: 600px) {
  .final__img {
    padding: 0 0 26px;
    flex: 0 1 600px;
  }
}
.final__img img {
  width: 100%;
  border-radius: 24px;
}
@media screen and (max-width: 600px) {
  .final__img img {
    margin-top: -40px;
  }
}
.final__text {
  max-width: 444px;
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  text-align: left;
  padding: 22px 10px;
}
@media screen and (max-width: 1000px) {
  .final__text {
    padding: 0 10px 30px;
  }
}
@media screen and (max-width: 600px) {
  .final__text {
    padding: 0 20px 24px;
  }
}
.final__text h3 {
  color: #000000;
  font-family: Unbounded;
  font-size: 40px;
  line-height: 110%;
  padding-bottom: 24px;
}
@media screen and (max-width: 1600px) {
  .final__text h3 {
    font-size: 34px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 600px) {
  .final__text h3 {
    font-size: 24px;
    padding-bottom: 12px;
  }
}
.final__text p {
  color: #252525;
  font-family: Inter;
  font-size: 18px;
  line-height: 150%;
  padding-bottom: 32px;
}
@media screen and (max-width: 1600px) {
  .final__text p {
    font-size: 17px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 600px) {
  .final__text p {
    font-size: 16px;
    padding-bottom: 24px;
  }
}
.final__button {
  display: block;
  width: 100%;
  padding: 23px;
  font-family: Unbounded;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  border-radius: 16px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .final__button {
    font-size: 16px;
    padding: 18px 10px;
  }
}
.final__button_restart {
  color: #2CAAFF;
  background: #EAF7FF;
  margin-bottom: 16px;
}
.final__button_platform {
  color: #FFFFFF;
  background: #2CAAFF;
}

#like, #hate { --p: 0; transition: transform .12s ease, filter .12s ease, opacity .12s ease; }
#like, #hate { transform: scale(calc(1 + .25 * var(--p))); opacity: calc(.5 + .5 * var(--p)); }

/* мягкое свечение при перетаскивании */
/*#like  { filter: drop-shadow(0 0 calc(14px * var(--p)) rgba(42,140,255,.7)); }
#hate  { filter: drop-shadow(0 0 calc(14px * var(--p)) rgba(255,77,79,.7)); }*/

/* “вспышка” на клике/завершении свайпа */
@keyframes pulse-quick {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}
.pulse-like  { animation: pulse-quick .35s ease; }
.pulse-hate  { animation: pulse-quick .28s ease; }

#like.is-hold { background-image: image-set(url("../icons/stack.svg#like")); }
#hate.is-hold { background-image: image-set(url("../icons/stack.svg#dislike")); }

/* если используешь иконки как фон — можно подсветить кружок */
/*.carousel__rate_like_active   { box-shadow: 0 0 24px rgba(42,140,255,.6); }
.carousel__rate_dislike_active{ box-shadow: 0 0 24px rgba(255,77,79,.6); }*/

.link__hint {
  color: #2CAAFF;
  font-family: Unbounded;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 15px 20px;
  position: absolute;
  bottom: -82px;
  right: -19px;
  display: none;
  z-index: 1000;
}
 @media screen and (max-width: 800px) {
	.link__hint {
		bottom: -52px;
  		right: 25%;
	}
}
@media screen and (max-width: 600px) {
	.link__hint {
		font-size: 15px;
		right: 15%;
	}
}
@media screen and (max-width: 400px) {
	.link__hint {
		font-size: 14px;
		right: 5%;
	}
}
.bvi-body a:focus,
.bvi-body button:focus {
  outline: 3px solid #000 !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) a.soc__link:not(.bvi-no-styles){
	background-color: #000000 !important;
}

.vsoc{
	position: relative;
}






.flag__rules{
	display: none;
}

.rules__container{
	position: fixed;
	top:50vh;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top:-20px;
}

.rules__container_first{
	position: fixed;
	top:50vh;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top:-20px;
}


.bvi-body {
  font-family: "Times New Roman", serif !important;
}

#popup{
	 -webkit-user-select: none;
  	user-select: none;
}



#popupFinal .popup-vacation__content.popup__content::after {
	position: absolute;
	top: -142px;
	left: 50%;
	transform:translateX(-50%);
	content: "";
	background-image: url("../images/img_popap1.png");
	height: 142px;
	width:200px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
@media screen and (max-width: 600px) {
	#popupFinal .popup-vacation__content.popup__content::after {
		top: -110px;
		height: 110px;
		width:150px;
	}
}

#popupFinal2 .popup-vacation__content.popup__content::after {
	position: absolute;
	top: -190px;
	left: 50%;
	transform:translateX(-50%);
	content: "";
	background-image: url("../images/img_popap2.png");
	height: 190px;
	width:200px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
@media screen and (max-width: 600px) {
	#popupFinal2 .popup-vacation__content.popup__content::after {
		top: -140px;
		height: 140px;
		width:150px;
	}
}
