:root {
  --color-title: #1F2327;
  --color-text: #19181E;
  --color-accent: #00A6E6;
  --background-image-desktop: url('../img/desktop_main.webp');
  --background-image-tablet: url('../img/tablet_main.webp');
  --background-image-mobile: url('../img/mobile_main.webp');
}
a{
  text-decoration: none;
}
ul {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.logo{
  width: 110px;
}
html, body {
  height: auto;
  font: 16px "Montserrat", Arial, Helvetica sans-serif;
}
body{
  background: url("../img/bg_main.webp") no-repeat 0 0 / cover;
}
.header{
  margin-top:20px;
  margin-bottom: 0px;
}
.nav{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}
.left_nav.mobile{
  display: none;
}

.slider_small_model.active{
  position: relative;
}
.text_icon{
  font: 500 12px/16px "Montserrat", Arial, Helvetica, sans-serif;
  color:#404040
}
.main_wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}
.photo-tile .div_data{
  display: none;
  transition: opacity 0.1s ease;
  height: 100%;
}
.photo-tile .div_data.active {
  display: block;
  opacity: 1;
}
.div_data{
  position: relative;
}
.photo-tile .div_data:not(.active) {
  opacity: 0;
}
.thumbnail_slider{
  width: 586px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  justify-content: flex-start;
}
.slider_small_model{
  border-radius: 10px;
  overflow: hidden;
  height: 118px;
}
.thumbnail_slider_wrapper{
  position: relative;
  width: 542px;
}
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  text-decoration: none;
}
.slider-arrow img {
  width: 24px; 
  height: auto;
  transition: opacity 0.3s ease;
}
.thumbnail_slider_wrapper{
  position: relative;
  width: 100%;
  height: 100%;
}
.arrow{
  position: absolute;
  z-index: 9;
  width: 24px;
  height: 27px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.arrow img{
  width: 100%;
  height: 100%;
}
.arrow_top.prev-arrow{
  left: 20px;
}.arrow_top.next-arrow{
  right: 20px;
}
.prev-arrow{
 left: 30px;
}
.next-arrow{
  right: 20px;
}

.slider-arrow:hover img {
  opacity: 0.7;
}
.photo-slider{
  box-shadow: 0px 4px 25.1px 0px rgba(142, 142, 142, 0.20);
  overflow: hidden;
  border-radius: 0 20px 20px 0;
  margin-bottom: 24px;
}
.wrapper_photo {
  display: grid;
  grid-template-areas: 
    "thumbnail_slider_wrapper photo_display";
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: auto auto;
  gap: 0;
  overflow: hidden;
}
.wrapper_title_text{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.main_title{
  max-width: 100%;
}
.main__form {
  grid-area: main__form;
  max-width: 352px;
  width: 100%;
}
.photo_display{
  position: relative;
  border-radius: 0  10px 10px 0;
  overflow: hidden;
}
.photo_display {
  grid-area: photo_display;
}

.thumbnail_slider_wrapper {
  grid-area: thumbnail_slider_wrapper;
}
.photo_lady{
  object-fit: cover;
  border-radius: 0;
}
.main_photo{
  height: 100%;
}
.main_slider {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
.bg_opacity{
  position: absolute;
  background: rgba(0, 0, 0, .3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.online_indicator_white {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 50%;
  z-index: 2;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.online_indicator {
  background-color: #6AB62D;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

.online_indicator.small .online_text{
   color: #fff;
   font: 500 10px/12px "Montserrat", Arial, Helvetica, sans-serif;
   text-transform: uppercase;
}
.online_indicator .online_text{
  color: #fff;
  font: 500 16px/21px "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.photo-tile{
  border-radius: 10px 0 0px 10px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out;
  will-change: transform;
  transform-origin: center;
  z-index: 10;
  width: 100%;
}
.photo-tile{
  width: 100% !important;
  height: auto;
  display: flex;
  justify-content: center;
}
.div_data img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider_model_main .swiper-wrapper {
  display: flex !important;
  flex-wrap: wrap;
}
.div_data video{
  width: 100%;
}
.slider_model_main .swiper-slide {
  width: 20%; /* Adjust based on how many slides per row */
  height: auto !important;
  position: relative;
  transition: border 0.1s ease;
  overflow: hidden;
  border: 3px solid transparent;
}
.slider_model_main .swiper-slide{
  max-height: 118px !important;
}
.slider_model_main .swiper-slide.active {
  border: 3px solid var(--color-accent);
  box-sizing: border-box;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.slider_model_main .swiper-slide {
  box-sizing: border-box;
}
.swiper.model_selector_slider.swiper-initialized.swiper-horizontal.swiper-android{
  padding-bottom: 20px;
}

.model_selector_slider{
  padding-bottom: 30px;
}
.photo-tile.swiper-slide{
  border-radius: 10px 0 0 10px;
  display: block;
}
.photo-tile img{
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.bg_opacity{
  transition: background-color .3s ease;
}
.photo-tile:hover .bg_opacity{
  background-color: transparent;
}

.text_small.id{
  font-weight: 400;
  font-size: 12px;
  display: block;
  text-align: center;
}

.wrapper_main_slider_photo{
  position: relative;
  height: 642px
}

.main_slider .main_photo {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: #fff;
  padding: 40px 60px;
  border-radius: 0 20px 20px 0px;
}
.wrapper_main_model{
  display: flex;
  gap: 20px;
}



/* Start slider small info */
.slider_model_main {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.slider_small_model {
  width: 100px;
  transition: opacity 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.photo-tile.active-border .bg_opacity{
  background: none;
}
.slider_small_model.active::after {
  opacity: 0;
}
.model_img {
  width: 100%;
  height: 101%;
  display: block;
  overflow: hidden;
}
.name_model_second{
  color: var(--color-title);
  font: 700 20px/30px "Montserrat", Arial, Helvetica sans-serif;
}
.text_insta.small{
  font-size: 14px;
  line-height: 22px;
  margin-top: -5px;
}
.wrapper_insta{
  margin-bottom: 10px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background-image: url('../img/arrow_right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
  transform: scale(1.1) translateY(-50%);
}
.swiper-button-prev:hover{
 transform:  translateY(-50%) rotate(180deg) scale(1.1);
}

.div_data .online{
  top: 20px;
  right: 20px;
}
.online{
  position: absolute;
  top: 10px;
  right: 20px;
  width: 16px;
  height: 16px;
  background-color: #30E733;
  display: block;
  border-radius: 50%;
  animation: onlinePulse 1.5s infinite;
}

.swiper-button-prev {
  left: -50px;
  transform: translateY(-50%) rotate(180deg);
}

.swiper-button-next {
  right: -50px;
}
.slider_bottom{
  position: relative;
  padding-bottom: 50px;
}
.model_tile img{
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  max-height: 220px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  top: auto;
  bottom: 0px;
}
.model_tile:hover img{
  transform: scale(1.05);
  border-radius: 10px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main{
  background: var(--color-accent) !important;
}
span.swiper-pagination-bullet{
  background: #00A6E6 !important;
}
.model_tile img{
  overflow: hidden;
  max-width: 177px;
  width: 100%;
  border-radius: 10px;
}


.div_data {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.div_data img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.blur_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 10px;
  z-index: 1;
  pointer-events: none;
}
.lock_icon {
  width: 16px;
  height: 16px;
  margin-bottom: 3px;
}.copy{
  text-align: center;
  font: 400 14px / 120% "Montserrat", Helvetica, sans-serif;
    color: #161618;
}
.footer tablet{
  display: none;
}
.blur_text {
  font: 700 10px/14px "Montserrat", Arial, Helvetica, sans-serif;
  max-width: 80%;
}
.blur_text span{
  font-weight: 600;
}
.slider_small_model.blurred::after{
  background: none;
}
.lock_icon img{
  filter: none !important;
}
/* End slider small info */


.main_slider .main_photo.active {
  opacity: 1;
  position: relative;
}
.wrapper_info{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.div_data .blur_text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  font-size: 30px;
  line-height: 34px;
}
.div_data .blur_overlay{
  display: block;
}
.apply_btn{
  max-width: 277px;
  display: block;
  text-align: center;
  padding: 14px 0;
  background-color: #00A6E6;
  font: 600 14px/23px "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  border-radius: 10px;
  transition: background-color .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer.tablet{
  display: none;
}
.apply_btn::before{
  content: '';
  display: inline-block;
  background-image: url('../img/onlyfans_icon.webp');
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 20px;
}
.apply_btn:hover{
  background-color: #046c94;
}
.wrapper_model_photo {
  position: relative;
  width: 218px;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.model_photo {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  border-radius: 10px;
  overflow: hidden;
}
.slider_small_model{
  border: 3px solid transparent;
  transition: border-color 0.3s ease-in-out;
}
.slider_small_model.active{
  position: relative;
  opacity: 1;
  border: 3px solid var(--color-accent);
}
.model_photo.active {
  opacity: 1;
  visibility: visible;
  position: absolute;
}
.id_model_wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper_main_model{
  flex-wrap: wrap;
}
.verified_wrapper{
  display: flex;
  gap: 12px;
  align-items: center;
}
.apply_trial{
  padding: 16px 24px;
  border-radius: 10px;
  background: rgba(0, 166, 230, 0.10);
  color: var(--color-accent);
  font: 600 16px/14px 'Montserrat', Arial, sans-serif;
  text-transform: uppercase;
  position: relative;
  transition: all .3s ease-in-out;
  cursor: default;
}

.id_model{
  color: #BEBECA;
  font: 500 16px/22px "Montserrat", Arial, Helvetica, sans-serif;
}
.verified_text{
  color: #05028A;
  font: 500 16px/22px "Montserrat", Arial, Helvetica, sans-serif;

}
.name_model{
  color: var(--color-title);
  font: 700 30px/34px "Montserrat", Arial, Helvetica, sans-serif;
}
.text_insta{
  color: var(--color-accent);
  font: 700 14px/22px "Montserrat", Arial, Helvetica, sans-serif;
  transition: all .3s ease-in-out;
  margin-bottom: 4px;
}
.slider_bottom .text_insta{
  font-weight: 500;
}
.text_insta:hover{
  color: var(--color-accent)
}
.model_info{
  color: var(--color-title);
  font: 400 14px/22px "Montserrat", Arial, Helvetica, sans-serif;
  opacity: 0.5;
}
.wrapper_button{
  margin-bottom: 12px;
}
.main_slider .main_photo{
  height: 100% !important;
}
.online_indicator.small{
  font-size: 10px;
  top: 6px;
  padding: 4px 10px;
  right: 6px;
  animation: pulse 1.5s infinite;
}
.main__form{
  width: 357px;
}
.container_fluid{
  max-width: 100%;
  margin: 0 auto;
}
.main_title{
  font: 700 40px/44px  "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--color-text);
  margin-bottom:10px;
  text-align: center;
}
.main_text_header{
  font: 500 16px/140%  "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--color-title);
  opacity: 0.5;
  margin-bottom: 40px;
  text-align: center;
}
.wrapper_btn{
  display: flex;
  justify-content: center;
  gap: 10px;
}
.footer {
  width: 100%;
  margin-top: auto;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  position: relative;
  background-color: #fff;
}
.copy.tablet{
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.wrapper_link_footer{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.link_footer{
  transition: all .3s ease-in-out;
  position: relative;
  display: inline;
}
.link_footer:hover{
  font-weight: 500;
}
.wrapper_footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link_footer{
  color: #161618;
}
.logo_footer{
  width: 120px;
  height: auto;
}
.copy.mobile{
  display: none;
}
.footer-right {
  display: flex;
  align-items: center;
}

.footer-right p {
  margin-right: 15px;
}
.wrapper_footer{
  font: 400 14px/120% "Montserrat", Helvetica, sans-serif;
  color: #161618;
}
/* Start Style Form */
.formBlock {
  width: 100%;
}
.hide {
  position: absolute;
  left: -99999px;
  top: -99999px
}
#logo, .formBlock{
  border-radius: 20px;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
}
.forgot, .login, .registration {
  position: relative;
  opacity: 1;
  height: auto;
  transform: translateX(0);
  transition: transform .5s ease-in-out
}
.hideStep {
  opacity: 0;
  height: 0;
  z-index: -1;
  display: none;
}
.quiz.form_lead{
  padding: 0;
}
.header_form{
  background: #E32A5A;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  padding: 18px 0;
  border-radius: 10px 0 0 0;
}
.formBlock .next_step,
.formBlock .submit {
    border: none;
    cursor: pointer;
    background-color: #6ab62d;
    color: #fff;
    border-radius: 5px;
    padding: 12px 16px;
    max-width: 310px;
    margin: 0 auto 0;
    margin-bottom: 12px;
    display: block;
    width: 100%;
    font: 600 16px/22px "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.formBlock .next_step:disabled,
.formBlock .submit:disabled {
    opacity: .5
}
.formBlock .next_step:disabled:hover,
.formBlock .submit:disabled:hover {
    color: #fff;
    cursor: default
}
.formBlock .next_step:hover ,
.formBlock .submit:hover {
    color: #212529;
    text-decoration: none;
    cursor: pointer
}
.formBlock .headerForm {
  text-align: center;
}
.header_form h2{
  color: #fff;
  font: 20px/24px 'Austin-Medium', Arial, Helvetica, sans-serif;
  letter-spacing: 1.12px;
}
.formBlock .headerForm h2 {
  font: 24px/100% 'Austin-Medium', Arial, Helvetica, sans-serif;;
  line-height: 38px;
  margin: 0 0 9px;
  letter-spacing: 5.6px;
  color: #404040;
  padding: 0 16px;
}
.formBlock .headerForm .subTitle {
  font: 600 12px/18px "Montserrat", Helvetica, Arial, sans-serif;
  height: 24px;
  color: #404040;
  text-transform: uppercase;
  letter-spacing: .36px;
  max-width: 363px;
  margin: 0 auto;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.formBlock .headerForm .subTitle:after, .formBlock .headerForm .subTitle:before {
  content: "....";
  position: relative;
  display: block;
  height: 0;
  line-height: 0;
  color: #bebeca;
  font-size: 30px;
  top: -10px;
  bottom: 0
}
.formBlock .headerForm .subTitle:before {
  left: -3px
}
.formBlock select {
  background: url("../img/arrow_down.webp") no-repeat right .7em top 50% / .65em auto;
  background-color: #f8f6ff;
}
.formBlock .headerForm .subTitle:after {
  right: -3px
}
.formBlock .row {
  padding-bottom: 8px
}
.formBlock .dubleInput {
  display: flex;
  margin: 0 auto;
  max-width: 310px;
  position: relative
}
.formBlock .dubleInput:after {
  content: "";
  background: linear-gradient(to bottom, rgba(190, 190, 202, .5) 100%, rgba(255, 255, 255, 0) 0);
  height: 30px;
  width: 1px;
  position: absolute;
  top: 22px;
  left: 50%;
  margin: -15px 0 0 -1px
}
.formBlock .dubleInput .fieldHolder {
  max-width: 50%;
  flex: 0 0 50%
}
.formBlock .dubleInput input[type='email'], .formBlock .dubleInput input[type='password'], .formBlock .dubleInput input[type='text'], .formBlock .dubleInput select {
  background-color: #f8f6ff;
  border-radius: 0 5px 5px 0
}
.formBlock .dubleInput input[type='email']#firstName, .formBlock .dubleInput input[type='password']#firstName, .formBlock .dubleInput input[type='text']#firstName, .formBlock .dubleInput select#firstName {
  border-radius:5px 0 0 5px
}
.formBlock .dubleInput input[type='email']:focus, .formBlock .dubleInput input[type='password']:focus, .formBlock .dubleInput input[type='text']:focus, .formBlock .dubleInput select:focus, .formBlock input[type='email']:focus, .formBlock input[type='password']:focus, .formBlock input[type=text]:focus, .formBlock select:focus {
  box-shadow: inset 0 0 2px 4px rgba(0, 157, 255, .2)
}
.formBlock .dubleInput input[type='email'].input-error, .formBlock .dubleInput input[type='password'].input-error, .formBlock .dubleInput input[type='text'].input-error, .formBlock .dubleInput select.input-error, .formBlock input[type='email'].input-error, .formBlock input[type='password'].input-error, .formBlock input[type='text'].input-error, .formBlock select.input-error {
  box-shadow: none !important;
  border: 2px solid #e32a5a !important;
  padding: 0 18px
}
.formBlock .error {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #e32a5a;
  margin: 0 auto;
  width: 100%;
  display: block;
  max-width: 330px
}
.formBlock input[type='email'], .formBlock input[type='password'], .formBlock input[type='text'], .formBlock select {
  font: 400 14px/19px "Montserrat", Helvetica, Arial, sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 5px;
  background-color: #f8f6ff;
  display: block;
  height: 44px;
  width: 100%;
  margin: 0 auto;
  max-width: 310px;
  padding: 0 20px;
  color: #373b4e;
  outline: 0;
  transition: box-shadow .2s linear
}
.formBlock select {
  background: url("../img/arrow_down.webp") no-repeat right .7em top 50% / .65em auto;
  background-color: #f8f6ff;
}
.formBlock .notice {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.67;
  font-weight: 400;
  text-align: center;
  color: #bebeca;
  margin: 0 0 36px;
  padding: 0;
}
.formBlock .notice a {
  color: #bebeca;
  text-decoration: underline;
}
.formBlock .notice a:hover{
  text-decoration: none;
}
.formBlock .footerForm {
  padding: 11px 0 0 0
}
.formBlock .changeStep button, .formBlock .fargotState, .formBlock .goBack, .formBlock .showPass {
  background: 0 0;
  border: none;
  padding: 0;
  cursor: pointer
}
.formBlock .changeStep {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 330px;
  margin: 30px auto 20px
}
.formBlock .changeStep button {
  text-align: center;
  color: #0250c5;
  font: 600 16px/20px "Montserrat", Helvetica, Arial, sans-serif;
  margin: 0
}
.formBlock .checkboxHolder, .formBlock .holder {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 363px;
  padding: 0 23px;
}
.formBlock .showPass {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 32px;
  top: 11px;
  bottom: auto;
  font-size: 0;
  z-index: 10
}
.formBlock .showPass:focus {
  outline: 0
}
.formBlock .fargotState, .formBlock .goBack {
  outline: 0;
  text-align: center;
  color: #009dff;
  font: 600 14px/20px "Montserrat", Helvetica, Arial, sans-serif;
  display: block;
  margin: 0 auto 20px
}
.formBlock .forgotInfoText {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 330px;
  text-align: center;
  font: 400 14px/20px "Montserrat", Helvetica, Arial, sans-serif;
}
.badgeContainer {
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0;
  position: relative;
  z-index: 20;
  max-width: 310px;
  margin: 0 auto;
  margin-bottom: 30px;
}
/* Start checkbox form */
.checkboxHolderContainer {
  display: flex;
  gap: 8px;
  position: relative;
}
.subscribedBlock{
  font: 400 12px/16px "Open Sans","Helvetica","Arial",sans-serif;
  margin: 5px 0 -10px;
  text-align: left;
  color: #565F6B;
}

.checkboxHolderContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid #eee;
  border-radius: 5px;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
}

.checkboxHolderContainer:hover input ~ .checkmark {
  border: 2px solid #eee;
}

.checkboxHolderContainer input:checked ~ .checkmark {
  background-color: #2196F3;
  border-color: transparent;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkboxHolderContainer input:checked ~ .checkmark:after {
  display: block;
}


/* End checkbox form */
.badgeContainer div {
  margin: 0 5px
}
.badgeContainer .mcAfeeItem_d {
  width: 90px;
  height: 37px
}
.badgeContainer .ywxiItem_d {
  height: 26px !important;
  flex: 0 0 60px
}
.badgeContainer .mcAfeeItem {
  height: 26px !important;
  flex: 0 0 70px
}
.badgeContainer .godaddyBadge_c {
  flex: 0 0 70px;
}
.badgeContainer .godaddyBadge_c div {
  overflow: hidden;
  min-width: 80px !important;
  max-width: 80px !important;
  background-size: contain
}

.badgeContainer .DigiCertClickIDtC0vjAz {
  width: 90px;
  height: auto;
  flex: 0 0 90px
}

.badgeContainer .DigiCertClickIDtC0vjAz img {
  overflow: hidden;
  width: 100% !important;
  background-size: contain
}
.arrow.next-arrow.swiper-button-disabled{
    display: none !important;
  }
.badgeContainer .segpayBadgeItem {
  width: 120px
}
.arrow_top{
  width: 40px;
  height: 40px;
}
.step_form_counter{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 17px;
}
.step_form_counter li{
  width: 24px;
  height: 24px;
  margin: 0 8px;
  background: #f8f6ff;
  border-radius: 50%;
  color: #bebeca;
  position: relative;
  font: 400 14px/24px "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 24px;
}
.step_form_counter li.active{
  background: #05028a;
  color: #fff;
}
.wrapper_main_model .swiper-slide{
  cursor: pointer;
  transition: all .3s ease;
}
.wrapper_main_model .swiper-slide img{
  transition: all .3s ease;
}
.wrapper_main_model .swiper-slide:hover img{
  transform: scale(1.1);
}
.step_form_counter li:first-child:before{
  display: none;
}
.step_form_counter li.active:before{
  background: #05028a;
}
.privacy_title{
  margin-bottom: 20px;
  font-family: "";
}
.step_form_counter li:before{
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  height: 6px;
  width: 20px;
  background: #f8f6ff;
  margin: -3px 0 0 0;
  z-index: -1;
}
.air-datepicker-global-container {
  z-index: 10;
}
.line_footer{
  display: none;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.main__form{
  position: relative;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
}
.close{
  position: absolute;
  display: block;
  top: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  z-index: 100;
  cursor: pointer;
}
.popup-overlay.active {
  display: flex;
}
.main__form.active {
  transform: translateY(0);
}
/* End Style Form */

/* Media Start */
@media(max-width: 1400px){

  .container_fluid{
    padding: 0 20px;
  }
}
@media(max-width: 1200px){
  .container{
    padding: 0 20px !important;
  }
  .slider_model_main .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap;
}
}
@media(max-height: 650px){
  body{
    background: url("../img/bg_tablet.webp") no-repeat 0 0 / cover;
  }
  html, body{
    overflow-y: auto;
  }
}
@media(max-width: 1100px) {
  .nav{
    padding: 12px 14px;
  }

  #logo, .formBlock{
    border-radius: 10px;
  }
  .wrapper_info{
    max-width: 100%;
  }
  .thumbnail_slider_wrapper{
    width: 100%;
  }
  .div_data img {
    width: 100%;
    height: auto;
  }
  .wrapper_main_model{
    gap: 0px;
  }
  .thumbnail_slider{
    width: 100%;
  }
.wrapper_main_slider_photo{
  height: 407px;
}
  .model_info{
    margin-bottom: 20px;
  }
  .main_slider .main_photo{
    padding: 20px;
  }
  .swiper-wrapper{
    padding-bottom: 0;
  }
    .thumbnail_slider .photo-tile img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .thumbnail_slider_wrapper{
    height: auto;
  }

  .photo-tile {
    width: 100%; 
    height: auto;
  }
  .main__form{
    width: 357px;
  }
  .slider-arrow {
    display: none;
  }
  .photo-tile{
    border: none;
    border-radius: 0px;
  }
  .main__form,
  .photo_display {
    width: 100%;
  }
  .div_data img{
    height: 100%;
  }
  .main__form{
    margin-bottom: 40px;
  }
  .photo_display{
    max-width: none;
  }
  .main_slider .main_photo{
    max-width: none;
  }
  .main_slider .main_photo{
    padding-bottom: 20px;
  }
  .photo_display{
    border-radius: 0px;
  }
  .model_img{
    height: auto;
  }
  .slider_model_main .swiper-slide{
    overflow: hidden;
    max-height: 90px;

  }
  .wrapper_button{
    margin-bottom: 0;
  }
  .apply_trial{
    font-size: 10px;
    line-height: 14px;
    padding: 10px 12px;
  }
  .model_info{
    font-size: 10px;
    line-height: 14px;
  }
  
  .slider_model_main .swiper-slide:nth-child(2) {
    order: 10 !important;
  }
  .slider_model_main .swiper-slide:nth-child(3) {
    order: 9 !important;
  }
  .slider_model_main .swiper-slide:nth-child(4) {
    order: 8 !important;
  }
  .slider_model_main .swiper-slide:nth-child(5) {
    order: 7 !important;
  }
  .slider_model_main .swiper-slide:nth-child(6) {
    order: 6 !important;
  }
  .slider_model_main .swiper-slide:nth-child(7) {
    order: 2 !important;
  }
  .slider_model_main .swiper-slide:nth-child(8) {
    order: 3 !important;
  }
  .slider_model_main .swiper-slide:nth-child(9) {
    order: 4 !important;
  }
  .slider_model_main .swiper-slide:nth-child(10) {
    order: 5 !important;
  }
  .footer.desktop{
    display: none;
  }
  .footer.tablet{
  display: block;
}
.footer.tablte > .copy{
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}
.wrapper_footer{
  padding-bottom: 10px;
}
}
@media(max-width: 860px){
  .slider_small_model.active::before{
    width: 96%;
    height: 96%;
  }
}
@media(max-width: 1024px){
  html, body{
    overflow-y: auto;
  };
  .formBlock .headerForm h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    letter-spacing: .18em;
    text-align: center;
    padding: 0;
  }
  .wrapper_info{
    max-width: none;
  }
  .form{
    padding: 0 15px 15px;
  }
  .container{
    flex-direction: column;
    gap: 50px;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .header_form{
    border-radius: 10px 10px 0 0;
  }
  .photo-tile.swiper-slide{
    height: 100%;
  }
  .thumbnail_slider{
    height: 100%;
  }
  .div_data img {
  max-width: 100%;
  min-height: 407px; /* пример */
  object-fit: cover;
}
.model_tile img{
  max-width: 100%;
}
}
@media(max-width: 760px){
  .wrapper_photo {
    display: grid;
    grid-template-areas:
      "thumbnail_slider_wrapper"
      "photo_display";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
@media(max-width: 650px){
  body{
    background: url("../img/bg_mobile.webp") no-repeat 0 0 / cover;
  }
  .nav{
    background-color: transparent;
  }
  .left_nav.mobile{ 
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }

  .container{
    padding: 20px 15px;
  }
  .main_text,
  .main_text.italic
  {
    font-size: 12px;
    margin-bottom: 16px;
    padding: 0;
  }
  .apply_button{
    font-size: 14px;
    padding: 10px 73px;
  }
  .slider_small_model.active::before{
    width: 95%;
    height: 97%;
  }
  .wrapper_btn{
    gap: 10px;
  }

  .main_slider{
    width: 100%;
    height: 100%;
  }
  .main__form{
    width: 330px;
  }
  .photo_display img{
    width: 100%;
  }
  .close{
    right: 5px;
    top: 5px;
  }
  .min_width{
    padding: 7px 40px;
  }
  .main_slider .main_photo{
    border-radius: 5px;
    overflow: hidden;
  }
  .slider_model_main{
    margin-bottom: 5px;
  }
  .footer{
    padding-top: 27px;
  }
  .wrapper_footer img{
    width: 128px;
    height: auto;
  }
  .thumbnail_slider .photo-tile img{
    width: 100%;
  }
  .model_info{
    margin-bottom: 10px;
  }
  .copy.desktop{
    display: none;
  }
  .footer_logo{
    margin-bottom: 28px;
  }
  .copy .desktop{
    display: block;
    text-align: center;
  }
  .copy.mobile{
    font-size: 12px;
    display: block;
    text-align: center;
  }
  .wrapper_photo{
    margin-bottom: 0;
  }
  .copy{
    order: 2;
  }


  .footer{
    margin-top: 20px;
  }
  .footer {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding: 10px 15px;
    border-radius: 0px;
  }
  .wrapper_footer img{
    width: 94px;
  }
  .wrapper_main_model{
    flex-direction: column;
    gap: 10px;
  }
  .wrapper_model_photo{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .main__form {
    order: 1;
  }
  .slider_small_model{
    display: block;
  }
  .thumbnail_slider_wrapper {
    order: 2;
    width: 100%;
  }
  .photo_display {
    order: 3;
  }
 .link_footer{
    margin-bottom: 20px;
  }
  .footer_logo{
    display: block;
    width: 100%;
    max-width: 176px;
  }
  .footer_logo img{
    width: 100%;
  }
  .main__form{
    margin-bottom: 15px;
  }
  .wrapper_photo{
    gap: 0;
  }
  .main_slider .main_photo{
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .wrapper_main_model{
    gap: 20px;
  }
  .wrapper_footer{
    font: 400 14px/120% "Montserrat", Helvetica, sans-serif;
  }
  .apply_btn{
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .id_wrapper_main{
    margin-right: 15px;
    margin-left: 15px;
  }
  .header{
    margin: 0;
  }
  .container{
    padding-bottom: 0;
  }
  .nav{
    flex-direction: column;
    gap: 20px;
    margin-bottom: 12px;
    padding: 0;
  }
  .blur_text{
    font-size: 6px;
    line-height: 8px;
  }
  .name_model{
    font-size: 24px;

  }
  .photo_lady{
    width: 100%;
    object-fit: cover;
  }
  .wrapper_model_photo{
    order: 1;
  }
  .wrapper_info{
    order: 3;
  }
  .thumbnail_slider{
    max-width: 100%;
    width: 100%;
    height: 380px;
  }
  .photo-tile.swiper-slide{
    border-radius: 10px 10px 0 0;
  }
  .slider_model_main{
    order: 2;
    width: 100%;
    position: relative;
    z-index: 100 !important;
    opacity: 1 !important;
    display: block !important;
  }
  .logo{
    max-width: 100px;

  }
  .main_title{
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 12px;
  }
  .wrapper_main_model{
    flex-wrap: wrap;
  }
  .left_nav .logo{
    margin-top: 16px;
  }
  .photo-tile {
    width: 100%;
    height: auto;
  }
  .photo-tile{
    min-height: auto;
  }
  .container{
    padding-top: 0;
  }
  .thumbnail_slider .photo-tile img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .wrapper_photo {
    grid-template-areas:
      "thumbnail_slider_wrapper"
      "photo_display";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .logo_wrapper{
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 560px) and (-webkit-min-device-pixel-ratio: 2) {
  .formBlock {
    padding: 0 0 0px;
  }
  .formBlock .headerForm h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 5px;
  }
  .wrapper_footer{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .wrapper_footer a:first-child{
    display: block;
    width: 100%;
    justify-content: center;
  }

}
/* Media End */

/* Animation */
@keyframes pulse {
  0%, 100% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.3); 
  }
}
@keyframes pulseSecond {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}
@media(max-width: 480px){
  .thumbnail_slider{
    max-width: 480px;
  }
}
@media(max-width: 400px){
  .thumbnail_slider{
    max-width: 360px;
  }
}
/* Hide default Swiper arrows, show only custom ones with background-image */
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
  content: none !important;
}
@keyframes onlinePulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(48, 231, 51, 0.7);
  }
  70% {
    transform: scale(1.2);
    box-shadow: 0 0 0 10px rgba(48, 231, 51, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(48, 231, 51, 0);
  }
}

/* --- Custom link_footer underline animation --- */
.link_footer {
  display: inline;
  position: relative;
  text-decoration: none;
}
.privacy_title{
  margin-bottom: 20px; 
  font-family: 'Montserrat';
}
.privacy_text{
  margin-bottom: 10px;
}
.privacy_subtitle{
  margin-bottom: 10px;
}
.link_footer:hover::after {
  font-weight: 500;
}