:root {


  --font-family: "Monda", sans-serif;
  --second-family: "Montserrat", sans-serif;

  --white: #f2f1f1;
  --gold: #ffd700;
  --grey-white: #7c828d;
  --grey: #292b2f;
  --bg: #1b1c1d;
  --purple: #48467d;
  --yellow-white: #ffee93;
}

.model_template_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.model_template_wrapper .container {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}

/* .model_template_block {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
} */
.model_template_block {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
}

.bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  align-items: stretch;
}

.block_right_content {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  flex: 1;
}

.block_areas_available .block_parameters_wrapper .block_parameters_section a:hover,
.block_services_section .block_services_section__item:hover a
{
  color: var(--gold);
}
.block_parameters {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 0 0 calc(50% - 10px);
}

.block_prices {
  grid-area: prices;
  border-top-right-radius: 30px;
  padding: 15px 15px 20px 30px;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.block_prices .model_title_block {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.prices-links {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex: 1 1 100%;
}

.prices-soc-links {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: flex-end;
}
.prices-soc-links span{
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: var(--yellow-white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.prices-soc-links span:hover,
.prices-soc-links a:hover {
  background: var(--gold);
}
.prices-soc-link{
    display: flex;
  gap: 10px;
}
.prices-soc-link span{
  width: 100%;
  background: none;
}


.prices-soc-links img {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(6%) saturate(1094%) hue-rotate(181deg) brightness(96%) contrast(84%);
  margin: 0;
}

.prices-soc-link img{
  width: 60px !important;
  height: 60px !important;
  padding: 18px;
  border-radius: 14px;
  background: var(--yellow-white);
  filter: none;
}
.block_language {
  grid-area: language;
}

.block_services {
  flex: 0 0 calc(50% - 10px);
  border-radius: 0 30px 30px 0;
  padding: 20px 30px;
}

.block_prices,
.block_language,
.block_services {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.block_language {
  padding: 20px 30px;
  border-bottom-right-radius: 30px;
  height: 100%;
  flex: 0 0 calc(50% - 10px);
  width: 100%;
  height: auto;
}

.block_language .model_title_block,
.model_template_block__item .model_title_block {
  margin: 0 auto 20px 0;
}

.block_services_section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 3px;
  font-weight: 700;
  justify-content: flex-start;
  height: 100%;
  max-height: calc((24px + 15px) * 6);
  /* 3 рядки по висоті елемента + gap */
  overflow-y: auto;
}

.block_services_section__item {
  flex: 0 0 32%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.block_services_section__item a {
  font-family: var(--second-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #F2F1F1;
}

.model_template_block__item {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  background: rgba(41, 43, 47, 1);

}

.parameters-flex {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  padding-right: 20px;
}

.parameters-block {
  display: flex;
  flex-flow: column;
  width: 100%;
}

.parameters-title {
  margin-bottom: 10px;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #F2F1F1;
}

.parameters-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row;
  gap: 5px;
  justify-content: space-between;
}

.parameters-item {
  display: flex;
  flex-flow: column;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  max-width: max-content;
  justify-content: space-between;
}

.parameters-label {
  font-family: var(--second-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFEE93;

}

.parameters-value {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  color: #F2F1F1;
}

.parameters-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}

.parameters-table th,
.parameters-table td {
  text-align: center;
  color: black;
}

.parameters-table thead th {
  font-weight: 600;
}

.block_services_section p {
  display: flex;
  gap: 3px;
  align-items: center;
}

.block_language_section {
  align-self: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 600;
  gap: 8px;
  overflow: hidden;
  max-height: 100px;
}

.block_services_section span {
  font-size: 15px;
}

.block_parameters_language,
.block_services_prices {
  width: 460px;
  background: white;
  border-radius: 4px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 435px;
  min-width: 335px;
}

.block_slider {
  flex: 0 0 calc(33% - 20px);
  width: 100%;
  height: 630px;
  min-width: 420px;
  max-width: 420px;
  display: flex;
  align-self: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  grid-area: slider;
  border-radius: 30px 0 0 30px;
  background: transparent;
  overflow: hidden;
}

.model_template_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-top: 0;
}

.model_template_title:first-child {
  margin: 40px 0;
}

.model_title_block {
  width: min-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.btn_get_started {
  width: 170px;
  text-align: center;
  padding: 15px;
  border: 1px solid #F62DA3;
  border-radius: 8px;
  font-size: 20px;
  margin: 0 auto;
  background-color: #F62DA3;
  color: white;
}

.btn_get_started_section {
  background-color: transparent;
  width: auto;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}



.btn_get_started_section .btn_get_started_block {
  padding: 15px;
}

.btn_get_started.mobile {
  display: block !important;
}

.mobile .btn_get_started_booking {
  padding: 10px !important;
}

.btn_get_started_booking {
  position: relative;
  background-color: transparent;
  border-radius: 5px;
  font-size: 24px;
  margin: 10px auto;
  color: white;
}

.btn_get_started_block {
  background-color: var(--gold);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
}
.btn_get_started_block:hover{
  background: var(--yellow-white);
}
.btn_get_started_block .btn_get_started_booking {
  position: relative;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 33px;
  color: #292B2F;
  padding: 0 30px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.btn_get_started_booking:hover {
  color: #292B2F;
}

.btn_get_started .desktop-contacts-block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /*margin-top: 30px;*/
}



.btn_get_started_section .seo-contact-container {
  margin-bottom: 6px;
}

.btn_get_started_contancts {
  position: relative;
  background-color: transparent;
  font-size: 24px;
  margin: 10px auto;
  color: white;
}


.slider-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 15px 0;
    position: absolute;
    bottom: 10px;
    background-color: var(--bg);
    padding: 10px 20px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 14px;
    width: max-content;
    height: 60px;
    align-items: center;
}

.slider-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--white);
    cursor: pointer;
    transition: all 0.3s ease;
}


.slider-dot.active {
    background: var(--gold);
}

.slider-dot:not(.active):hover {
    background: var(--yellow-white);
}



.icon_params {
  border: 2px solid rgba(255, 215, 0, 1);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
}

.block_language_section div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.model_h1 {
  color: var(--white);
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 104px;
  margin-bottom: 0;
}

.model_h1_params {
  color: black;
  font-size: 26px;
  font-weight: bold;
}

.escort_title,
.escort_title_params,
.escort_title_main_params {
  width: max-content;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 46px;
  color: #F2F1F1;
}

.escort_title_main_params {
  color: white;

}

.escort_title {
  color: white;

}

.escort_title_params {
  width: max-content;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 46px;
  color: #F2F1F1;
  display: flex;
  gap: 15px;
}

.block_description .escort_title_params {
  font-size: 54px;
  line-height: 88px;
}

.model_hr {
  width: calc(100% - 20px) !important;
  margin: 2px;
}

.block_parameters_wrapper {
  display: flex;
  gap: 10px;
  width: 100%;
}

.block_parameters {
  border-radius: 30px 0 0 30px;
  padding: 20px 30px;
}
.block_parameters_section {
  width: 100%;
  display: flex;
  gap: 25px;
  font-size: 15px;
  font-weight: 600;
  flex-wrap: wrap;
  flex-direction: row;

}
.block_parameters_wrapper
.block_parameters_section {
  width: 100%;
  display: flex;
  gap: 25px;
  font-size: 15px;
  font-weight: 600;
  flex-wrap: wrap;
  flex-direction: row;

}

.block_areas_available .block_parameters_wrapper .block_parameters_section {
  max-height: calc((21px + 10px) * 5);
  overflow-y: auto;
  padding-right: 10px;
  gap: 10px 20px;
}

.block_parameters_section p span,
.block_services_section p span,
.block_parameters_section div span,
.block_language_section div span {
  color: var(--white);
}

.block_parameters_section div span {
  font-family: var(--second-family);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFEE93;
}

.block_parameters_section span a,
.block_parameters_section span:last-child {
  font-family: var(--second-family);
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #F2F1F1;
  text-align: left;
}

.block_parameters_section__item {
  flex: 0 0 calc(25% - 20px);
  cursor: pointer;
}
.block_parameters_section__item.location{
  flex: 0 0 40%;
}
.block_parameters_section a {
  font-family: var(--second-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #F2F1F1;

  display: inline-block;
 
  transition: all 0.3s ease;
  cursor: pointer;
}

.show-more-btn {
  display: none;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: var(--yellow-white);
  transition: 0.3s;
}

.show-more-btn:hover {
  color: var(--gold);
}

.toggle-params {
  display: none;
}

.block_parameters_section a:hover {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  position: relative;
  z-index: 10;

}


.block_parameters_section__item a:hover,
.block_parameters_section__item div span:last-of-type:hover {
  color: var(--gold);
}

.block_parameters_section__item div {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.block_parameters_section div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}

.block_parameters_section .icon_params {
  margin-top: 5px;
}

.separator_section {
  height: 165px;
  width: 2px;
  background-color: #F62DA3;
}

.separator_location {
  height: 255px;
}


.slick-slide.slick-cloned,
.slick-slide.slick-active,
.slick-slide {
  width: 60px;
  height: 100px;
}

.slider-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.slider-for .slider-item.active {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.slider-item {
  width: 100%;
  height: 100%;
}



.slider-for .slider-item img {
  width: 100%;
  height: 100%;
}

.slider-for img,
.slider-for video {
  width: 100%;
  margin: auto 0;
  object-fit: cover;
}

.slider-for video {
  height: 100%;
}





.like-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  padding: 1px 4px;
  border-radius: 10px;
}


.rating-circles .error__field-inner{
    padding-bottom: 5px;
}

.error-message {
  color: #d81212;
  background: white;
  width: fit-content;
  padding: 5px;
  border-radius: 5px;
  margin: 0 auto;
  font-weight: 600;
}

.views-icon {
  position: absolute;
  bottom: 125px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 8px;
  border-radius: 10px;
  display: flex;
  font-size: 15px;
  gap: 10px;
  align-items: center;
}

.block_areas_available {
  grid-area: available;
}

.block_description {
  width: 100%;
  max-width: 900px;
  background: transparent;
  border-radius: 14px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  height: auto;
  flex: 0 0 100%;
}

.block_description .model_title_block {
  margin: 0 auto 20px 0;
  width: 100%;
  align-items: flex-start;
}

.block_description p,
.block_description a {
  font-family: var(--second-family);
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #7C828D;
}

.block_description a {
  color: var(--yellow-white);
  font-weight: 600;
}

.block_description a:hover {
  color: var(--gold);
}

.block_areas_available {
  flex: 0 0 calc(50% - 10px);
  width: 100%;
  max-width: 100%;
  background: var(--grey);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: auto;
}
.field_container.author_name{
  width: 100%;
}
.field_container.rating_wrapper{
  width: max-content;
  display: flex;
}
.field_container {
  width: 100%;
}
.model_description {
  font-size: 14px;
  font-weight: 600;
  color: black;
  overflow-y: auto;
  justify-content: center;
  height: auto
}

.second_half,
.availiable_text {
  text-align: end;
}

.block_reviews {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 0 0;
  text-align: center;
  display: flex;
  flex-flow: column;
}

.block_areas_available .model_title_block {
  width: max-content;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 46px;
  color: #F2F1F1;
  margin: 0 auto 20px 0;
}

.block_areas_available .block_parameters_wrapper {
  width: 100%;
  max-width: max-content;
  display: flex;
  gap: 12px 30px;
}

.block_areas_available .block_parameters_wrapper .block_parameters_section p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

.block_areas_available .block_parameters_wrapper .block_parameters_section a {
  font-family: var(--second-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #F2F1F1;
}

.second_half {
  align-items: flex-end;
}

.block_areas_available .block_parameters_wrapper {
  justify-content: center;
}

.model_review_template {
  width: 100%;
  height: auto;
  background: transparent;
  display: flex;
  padding: 0 0 30px 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.model_review_template:last-child {
  padding-bottom: 0;
}

.model_review_template_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.model_review_template_header time {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #7C828D;
}

.block_reviews .model_review_template+.model_review_template {
  border-top: 1.5px solid var(--grey-white);
  padding-top: 30px;
}

.model_review_template p {
  font-family: var(--second-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7C828D;
  text-align: left;
}

.model_review_template .model_h1_params {
  font-family: var(--font-family);
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 39px;
  letter-spacing: 0%;
  color: var(--white);
}

.stars {
  display: flex;
  justify-content: center;
  gap: 5px;

}

.model_star {
  font-size: 31px;
}

.model_recommend_escort {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.model-box-photo {
  width: 140px !important;
  height: 220px !important;
}

.model_foto {
  width: 140px !important;
  height: 220px !important;
}

.model_container {
  width: 300px !important;
}

.model-info-main {
  font-size: 13px !important;
}

.model_template_block_description {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  margin: 50px 0;
  align-items: center;
  justify-content: flex-start;
}

.model_review_template.slick-slide {
  display: flex !important;
  float: left;
  height: 200px;
  min-height: 1px;
  margin: 0 10px;
  justify-content: space-around;
}

.model_template_block_related {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 40px 0 20px;
}

.model_banners_block {
  width: 100%;
  margin: 20px auto;
  background: white;
  padding: 4px 30px 0px;
  max-width: max-content;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #f62da3;
  border-radius: 50%;
  border: none;
  z-index: 100;
  cursor: pointer;
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.centered_reviews {
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.block_reviews .slick-prev {
  left: -10px !important;
}

.block_reviews .slick-next {
  right: -10px !important;
}

.block_reviews.slick-prev:before,
.block_reviews.slick-next:before {
  content: '';
}

.block_btn_mobile {
  display: none;
}

.slider-for {
  min-height: 200px;
  height: 100%;
  position: relative;
}



.slick-next,
.slick-prev {
  height: 100px !important;
  border-radius: 0px !important;
}

.slick-prev:before,
.slick-next:before {
  content: '' !important;
}

.block_slider .slick-next {
  right: -40px !important;
}

.block_slider .slick-prev {
  left: -40px !important;
}

.block_slider .slick-next,
.block_slider .slick-prev {
  width: 26px !important;
  height: 115px !important;
  top: -260px;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.custom-video {
  width: 100%;
  height: auto;

}

.add_rewiev_btn {
  padding: 10px 15px;
  background-color: #F62DA3;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 auto;
}

.add_rewiev_btn:hover {
  color: #9243c1;
}

.model_h1_reviews {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 88px;
  color: #F2F1F1;
  margin-bottom: 30px;
}

.model_h1_reviews span {
  color: var(--gold);
}

.block_reviews_wrapper_container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.block_reviews_form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  max-width: 450px;
  margin: 0 auto 50px 0;
}

.block_reviews_form .input-group {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 100%;
}

.block_reviews_form input {
  flex: 1;
  width: 100%;
  height: 36px;
  border: none;
  background: transparent;
  border-bottom: 1.50px solid var(--grey-white);
  border-radius: 0;
  padding: 0 10px 10px 10px;
  font-family: var(--second-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--grey-white);
  resize: none;
  box-shadow: none;
  outline: none;
}

.block_reviews_form textarea {
  width: 100%;
  height: 36px;
  border: none;
  background: transparent;
  border-bottom: 1.50px solid var(--grey-white);
  border-radius: 0;
  padding: 0 10px;
  font-family: var(--second-family);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--grey-white);
  resize: none;
  box-shadow: none;
}

.block_reviews_form input:focus,
.block_reviews_form textarea:focus {
  outline: none;
  border-bottom: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
}

.model_related_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 70px;
}

.model_related_wrapper .model_title_block {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  align-items: flex-start;
}

.model_related_wrapper .model_title_block .escort_title_params {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 54px;
  color: var(--white);
  line-height: 100px;
}

.related_slider-container {
  position: relative;
  width: 100%;
  max-width: 1865px;
  margin: 0 auto;
  overflow: hidden;
}

.related_slider-track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.related_slider-track .model_card_new {
  flex: 0 0 15.5%;
  max-width: 16.5%;
  box-sizing: border-box;
  margin: 0 10px;
  align-items: center;
}

.slider_btns {
  max-width: 110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  display: none;
}

.slider_btn {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background-color: var(--grey);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.slider_btn:hover {
  background-color: var(--grey-white);
}

.slider_btn img.arrow-prev {
  transform: rotate(182deg);
}

.related_slider-track.slide-left {
  transform: translateX(-100%);
}

.related_slider-track.slide-right {
  transform: translateX(100%);
}

@media (max-width: 1720px) {
  .slider_btns {
    display: flex;
  }

  .related_slider-track .model_card_new {
    flex: 0 0 18.9%;
    max-width: 18.9%;
  }

}

@media (max-width: 1420px) {
  .related_slider-track .model_card_new {
    flex: 0 0 23.5%;
    max-width: 23.5%;
  }

}

@media (max-width: 1180px) {
  .related_slider-track .model_card_new {
    flex: 0 0 31.5%;
    max-width: 31.5%;
  }

}

@media (max-width: 845px) {
  .related_slider-track .model_card_new {
    flex: 0 0 47.5%;
    max-width: 47.5%;
  }

}

@media (max-width: 590px) {
  .related_slider-track .model_card_new {
    flex: 0 0 100%;
    max-width: 290px;
  }

  .related_slider-container {
    width: 310px;
    position: relative;
  }

}

.block_reviews_form .send_rewiev_btn {
  height: 60px;
  max-width: max-content;
  background: var(--gold);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border: none;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
  color: #292B2F;
  cursor: pointer;
  margin: 0 auto 0 0;
}
.block_reviews_form .send_rewiev_btn:hover {
  background: var(--yellow-white);
}
.block_reviews_wrapper {
  width: 100%;
  max-width: calc(100% - 110px);
  margin: 0 auto;
  padding: 50px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: rgba(41, 43, 47, 1);
  border-radius: 100px;
  margin-bottom: 70px;
}

.rating-circles,
.rating-display {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.rating-circles p {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #7C828D;
  margin-right: 10px;
}

.rating-circle {
  flex: 0 0 auto;
  display: flex;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.rating-circle.active {
  background: var(--gold);
  border-color: var(--gold);
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.add_modal_review {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  padding: 20px;
  background: #000000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1000;
}

.add_modal_review input,
.add_modal_review textarea {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.add_modal_review textarea {
  height: 100px;
}

.close_modal_btn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #333;
}

.small_container_reviews {
  align-items: center;
  height: 100%;
  gap: 10px;
}

.rating-stars {
  gap: 5px;
  display: flex;
  justify-content: center;
  margin: 10px;
}

.send_rewiev_btn {
  padding: 10px 15px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  border-radius: 5px;
  cursor: pointer;
  margin: 15px auto 0;
  width: max-content;
}

.add_modal_review h3 {
  color: white;
  text-align: center;
}

.modal_content {
  display: none;
  width: 200px;
  padding: 15px;
  background: #277a27;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  right: 10px;
}

.seo-contacts {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}

.seo-contact-container {
  display: flex;
  column-gap: 10px;
}

.desktop-contacts {
  display: flex;
  position: absolute;
  top: -36px;
  left: -158%;
}

.mobile-contacts {
  margin: 10px 0;
  row-gap: 10px;
  flex-direction: column;
}


.cart_label_video,
.cart_label_recomended {
  font-size: 12px !important;
}

@media only screen and (max-width: 1500px) {
  .block_reviews_wrapper_container {
    max-width: calc(100% - 40px);

  }

  .block_reviews_wrapper {
    border-radius: 50px;
    max-width: calc(100% - 50px);

  }
}
@media only screen and (max-width: 1280px) {
    .es-breadcrumbs {
        padding: 0 0 0 20px !important;
    }
}
@media only screen and (max-width: 1260px) {
  .block_parameters_section a {
    max-width: 80px;
  }

  .escort_title_params .hidden_element {
    display: none;
  }

  .block_parameters_section {
    font-size: 14px;
  }

  .model_template_block_description {
    margin: 50px 0;
  }

  .block_services_section span {
    font-size: 16px;
  }

  .block_slider {
    width: 420px;
  }

  .model_card {
    width: 36%;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .block_areas_available,
  .block_language {
    padding: 20px;
  }

  .block_areas_available .model_title_block {
    width: 100%;
  }

  .block_areas_available .block_parameters_wrapper .block_parameters_section {
    gap: 10px 15px;
  }

  .block_prices {
    padding: 20px;
  }

  .block_areas_available .escort_title_params {
    width: auto;
    word-break: break-word;
  }

  .model_h1_params {
    font-size: 22px;
  }

  .block_reviews_wrapper {
    max-width: 100%;
    border-radius: 50px;
  }
}

@media (max-width: 1100px) {
  .prices-soc-link img {
    width: 50px !important;
    height: 50px !important;
    padding: 13px;
  }
  .block_prices .model_title_block {
    align-items: center;
  }
  .block_areas_available .model_title_block {
    align-items: flex-start;
  }

  .block_areas_available .block_parameters_wrapper {
    width: 100%;
  }

  .block_areas_available .block_parameters_wrapper .block_parameters_section {
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .block_areas_available .block_parameters_wrapper .block_parameters_section .block_parameters_section__item {
    flex: 0 0 100%;
    max-width: 130px;

  }

  .block_areas_available .block_parameters_wrapper .block_parameters_section {
    max-height: calc((19px + 10px) * 5);
  }

  .prices-soc-links span,
  .prices-soc-links a {
    width: 50px !important;
    height: 50px;
  }
  .prices-soc-link {
    width: 100% !important; 
    justify-content: flex-end;
  }
  .prices-soc-link span{
    width: fit-content !important;
  }

  .model_template_wrapper {
    padding: 0;
  }

  .block_areas_available,
  .block_prices {
    padding: 20px;
  }

  .escort_title_params {
    word-break: break-word;
  }
  .model_title_block .escort_title_params {
    word-break:normal;
    width: 45%;
  }

  .bottom {
    flex-flow: column;
  }

  .model_template_title:first-child {
    margin: 20px 0;
  }

  .escort_title_params .hidden_element {
    display: none;
  }

  .block_parameters,
  .block_services {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    border-radius: 30px 30px 0 0;
  }

  .block_services {
    border-radius: 0 0 30px 30px;
  }

  .block_services_section {
    gap: 15px 40px;
    justify-content: flex-start;
    max-height: calc((19px + 15px) * 8);
  }

  .block_services_section__item {
    flex: 0 0 calc(33% - 26px);
  }

  .block_reviews_wrapper_container {
    max-width: 100%;
  }

  .block_reviews_wrapper {
    max-width: 100%;
    border-radius: 0;
    padding: 30px 20px;
  }

  .block_reviews_wrapper.small_container_reviews {
    margin-bottom: 40px;
  }

  .model_related_wrapper .model_title_block {
    padding: 0 20px;
  }

  .model_template_block {
    flex-wrap: wrap;
    align-items: center;
  }

  .block_slider {
    border-radius: 30px;
  }

  .block_parameters_section a {
    max-width: 100%;
  }

  .mobile {
    background-color: transparent;
    font-size: 24px;
    color: white;
  }

  .btn_get_started {
    display: none;
  }

  .small_container_reviews {
    flex-direction: column-reverse;
  }

  .small_container_reviews {
    width: 100%;
  }

  .block_description,
  .block_areas_available {
    width: 100%;
  }

  .block_areas_available,
  .block_language {
    border-radius: 0;
  }

  .block_slider {
    order: 0;
    flex: 0 0 100%;
    width: 100%;
  }

  .block_right_content {
    flex: 0 0 100%;
  }

  .block_prices {
    border-radius: 30px 30px 0 0;
  }

  .block_reviews {
    width: 100%;
  }

  .model_template_block_description {
    gap: 10px;
    flex-wrap: wrap;
  }

  .model_banners_block {
    margin: 20px auto;
    padding: 4px 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
    max-width: 600px;
  }

  .model_banners_block a img {
    width: 100%;
  }

  .btn_get_started_section {
    display: none;
  }
}

@media only screen and (max-width: 840px) {
  .model_container {
    width: 215px !important;
  }

  .model-box-photo {
    width: 200px !important;
    height: 300px !important;
  }

  .model_foto {
    width: 200px !important;
    height: 300px !important;
  }

  .block_description,
  .block_areas_available {
    height: max-content;
  }

  .block_description {
    width: 100%;
  }

  .model_description {
    height: auto;
  }

  .model_card {
    flex: 0 0 260px;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .block_parameters_language,
  .block_services_prices {
    width: 365px;
  }

  .model_template_block_related {
    margin: 0;
  }
  
}


@media only screen and (max-width: 768px) {
    .prices-links {
      display: flex;
      flex-flow: row;
      justify-content: flex-end;
      align-items: center;
      gap: 20px;
      flex: 1 1 100%;
      flex-wrap: wrap;
  }
  .model_h1 {
    font-size: 54px;
    line-height: 88px;
  }

  .parameters-label {
    font-size: 18px;
  }

  .block_description .escort_title_params {
    font-size: 44px;
  }

  .model_h1_reviews {
    font-size: 44px;
    line-height: 72px;
  }

  .block_reviews_wrapper {
    margin-bottom: 30px;
  }

  .model_related_wrapper .model_title_block .escort_title_params {
    line-height: 60px;
    font-size: 44px;
  }

  .model_related_wrapper .model_title_block {
    padding: 0 15px;
  }

  .model_images_new {
    object-position: top;
  }
}

@media only screen and (max-width: 739px) {

  .block_areas_available,
  .block_language {
    flex: 1 1 310px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .block_right_content{
  max-height: 100%;
}
.block_areas_available, .block_language{
  flex: 0 0 auto;
}
.block_parameters{
  border-radius: 0;
}
}
@media only screen and (max-width: 624px) {
  .parameters-list {
    flex-wrap: wrap;
    gap: 10px;
  }

}

@media only screen and (max-width: 560px) {
  .es-breadcrumbs {
      padding: 0 0 0 10px !important;
  }
  .model_h1 {
    font-size: 32px;
    line-height: 52px;
  }

  .model_template_block_description {
    padding: 0 10px;
  }

  .model_template_wrapper .container {
    padding: 0 10px;
  }

  .model_template_block_description {
    margin: 40px 0;
  }

  .block_reviews_wrapper {
    margin-bottom: 20px;
  }

  .model_related_wrapper .model_title_block .escort_title_params {
    line-height: 60px;
    font-size: 32px;
  }

  .btn_get_started_block {
    width: 100%;
    max-width: 100%;
  }

  .block_areas_available,
  .block_language {
    gap: 0;
  }

  .block_language .model_title_block,
  .block_areas_available .model_title_block,
  .block_services .model_title_block,
  .model_template_block__item .model_title_block {
    margin-bottom: 15px;
  }

  .model_template_block,
  .block_right_content,
  .bottom {
    gap: 5px;
  }

  .block_prices {
    gap: 15px;
    padding: 15px;
    border-radius: 20px 20px 0 0;
  }

  .block_parameters,
  .block_services,
  .block_areas_available,
  .block_language {
    padding: 15px;
  }

  .block_parameters {
    border-radius: 0;
  }

  .block_areas_available,
  .block_language {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .escort_title_params {
    font-size: 24px;
    line-height: 39px;
  }

  .block_prices .model_title_block {
    margin-bottom: 0;
  }

  .block_reviews_wrapper {
    padding: 15px 20px;
  }

  .model_h1_reviews {
    font-size: 32px;
    line-height: 52px;
    margin-bottom: 15px;
  }
.block_areas_available{
  margin-bottom: 20px;
}
  .block_services_section {
    gap: 20px;
    max-height: calc((35px + 15px) * 8);
  }
.block_right_content{
  flex: 1;
  max-height: 100%;
}
.block_areas_available, .block_language{
  flex: 0 0 auto;
}
  .block_services_section__item {
    flex: 1 1 calc(50% - 30px);
  }
}

@media only screen and (max-width: 520px) {
  .parameters-list {
    flex-flow: row wrap;
    gap: 10px 15px;
  }

  .parameters-label {
    font-size: 15px;
  }

  .parameters-item:first-child .parameters-label {
    font-size: 15px;
    max-width: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: inherit;
    display: inline-block;
    vertical-align: middle;
  }

  .parameters-value {
    font-size: 18px;
  }

  .parameters-item {
    flex: 1 1 calc(33.3334% - 20px);
    max-width: 100%;
  }

  .block_reviews_form .input-group {
    flex-flow: column;
  }

  .block_reviews_form input {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .block_reviews_wrapper {
    padding: 15px;
  }

  .rating-circles {
    flex: 0 0 100%;
    margin: 0 auto 0 0;
  }

  .block_reviews_form .send_rewiev_btn {
    width: 100%;
    max-width: 100%;
    height: 50px;
  }
}

@media (max-width: 485px) {
    .block_areas_available .block_parameters_wrapper .block_parameters_section .block_parameters_section__item {
        flex: 0 0 100%;
        max-width: 47%;
    }
}
@media only screen and (max-width: 425px) {
  .prices-soc-link span{
    display: none;
  }
  .block_services {
    border-radius: 0 0 20px 20px;
  }
  .slider-nav{
    height: 50px;
    bottom: 5px;
    padding: 5px 10px;
  }
  .slider-dot{
    width: 15px;
    height: 15px;
  }

  .show-more-btn {
    display: block;
    margin-top: 15px;
    width: 100%;
  }

  .block_parameters_section {
    max-height: 230px;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .block_services_section {
    max-height: 276px;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  

  .block_areas_available.model_template_block__item .model_title_block {
    align-self: flex-start;
    align-items: flex-start;
  }

  .toggle-params:checked~.block_parameters_section {
    max-height: 2000px;
  }

  .toggle-params:checked~.block_services_section {
    max-height: 2000px;
  }
  .block_parameters_section {
    max-height: 180px;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .block_areas_available .block_parameters_wrapper .block_parameters_section{
    overflow: hidden;
  }
  .toggle-params:checked ~ .block_parameters_wrapper .block_parameters_section {
    max-height: 2000px; 
  }

  .toggle-params:not(:checked)~.show-more-btn::after {
    content: " more";
  }

  .toggle-params:checked~.show-more-btn::after {
    content: " less";
  }

  .toggle-params:checked~.show-more-btn {
    content: "Show less";
  }

  .model_template_title:first-child {
    margin: 10px 0;
  }

  .block_areas_available .block_parameters_wrapper .block_parameters_section p {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .block_parameters_section__item {
    flex: 1 1 40%;
  }

  .block_parameters_section {
    gap: 20px 25px;
  }

  .block_parameters_language,
  .block_services_prices {
    min-width: 100%;
    height: auto;
  }

  .separator_section {
    display: none;
  }

  .block_parameters_wrapper {
    flex-direction: column;
    align-items: center;
  }


  .second_half {
    align-items: self-start;
  }

  .second_half p {
    display: flex;
    gap: 0;
    flex-direction: row-reverse;
  }

  .block_areas_available .block_parameters_wrapper {
    height: auto;
    max-height: max-content;
    justify-content: center;
    gap: 2px;
  }


  .model_banners_block {
    width: 100%;
  }

  .large_banner {
    width: 100%;
  }

  .block_slider {
    border-radius: 20px;
    width: 290px;
    height: 435px;
    max-width: 290px;
    min-width: 290px;
  }

  .btn_get_started_block {
    padding: 8px 20px;
  }

  .model_review_template_header {
    flex-flow: row wrap;
    gap: 15px 30px;
  }
.block_description .escort_title_params{
  font-size: 32px;
  line-height: 45px;
}
  .model_review_template .model_h1_params {
    font-size: 20px;
    line-height: 33px;
  }

  .model_review_template.slick-slide.slick-cloned,
  .model_review_template.slick-slide.slick-active,
  .slick-slide {
    height: 200px;
  }

  .block_areas_available {
    width: 100%;
    margin-bottom: 0!important;
  }

  .add_modal_review {
    width: 300px;
  }
}