/*
Theme Name: girllondon
Author: SuRzHiK
Template 
Description: New core for sites.
Requires PHP: 8.1
Version: 1.0
*/
:root {
  --txt-acsent: #b90000;
  --txt-grey: #7a7a7a;
  --grey-white: #696969;
  --bg: #1c1c1c;

  --white: #fff;
  --black: #2b2b2b;
  --red: #f00;
  --grey: #777;
}

:root {
  --font-family: "Aldrich", sans-serif;
  --second-family: "Montserrat", sans-serif;  
}
html .no-scroll,
body .no-scroll {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* :root {
  /* --font-family: "Museo Sans Cyrl", sans-serif; */
  /* --font-family: "Nunito Sans", sans-serif; */
  /* --second-family: "El Messiri", sans-serif; */
/* }  */

* {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  color: black;
  font-size: 15px;
  /* background-color: var(--bg) !important; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  display: block;
  padding: 0;
  margin: 0;
}

img {
  display: block;
  padding: 0;
  margin: 0;
}

main {
  overflow: hidden;
}

.value__grey-700 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 17px;
  color: #191919a1;
}

.value__grey-400 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  color: #191919a1;
}

.error-list {
    margin: 5px 0 0 0;
    padding-left: 20px;
    color: red;
    font-size: 0.9em;
    list-style-type: disc;
    display: none;
    align-self: flex-start;
}
.error-list li {
    margin-bottom: 4px;
}
.input-error{
  border:3px solid red
}








/* new for girllondon */
/* .breadcrumbs {
  padding-bottom: 30px;
} */

.breadcrumbs__list {
  display: flex;
  justify-content: center;
}

.breadcrumbs__item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
}

.breadcrumbs__link {
    text-decoration: none;
    color: var(--red);
}

.breadcrumbs__link:hover {
}

.breadcrumbs__separator {
white-space: pre;
  color: var(--grey);
}

.breadcrumbs__item--current > .breadcrumbs__link {
  color: var(--grey);
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 40px 0 70px;
}

.pagination__list {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination__item {
  border-radius: 14px;
  width: 60px;
  height: 60px;
  background: var(--black);
}

.page-numbers{
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: var(--white);
  
}

.page-numbers.current {
  color: var(--red);
}
.next.page-numbers{
  transform: rotate(270deg);
}

/* .pagination__item:hover {
  background-color: #ba0000;
  color: #fff;
} */

.pagination_arrow_left {
  transform: rotate(90deg);
}
.pagination_arrow_rigth {
  transform: rotate(270deg);
}
.pagination__item--arrow {
  font-weight: bold;
}


/* end new for girllondon */




.form-success-popup {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #4caf50;
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  font-size: 16px;
}
.telegram-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.telegram-modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 300px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.telegram-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: #0088cc;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}


#scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #f2f1f1;
  border: 2px solid #0b0b0b;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: opacity 0.3s;
}

.scroll_to_top_img {
  margin: 0 auto;
}

.container__default {
  padding: 0px 15px 40px 15px;
  color: #fff;
}

.default__h1 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 136%;
  color: var(--white);
  margin-bottom: 15px;
}

.default__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  color: var(--white);
  margin-bottom: 5px;
}

.default__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: var(--txt-grey);
  margin-bottom: 20px;
}

.list__default {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-left: 25px;
  margin-bottom: 20px;
}

.list-item__default {
  list-style-type: circle;
  color: var(--txt-grey);
  position: relative;
}

.list-item__default:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -12px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--txt-grey);
}

.list__default.red .list-item__default:before {
  background-color: var(--txt-acsent);
}

.list__default.red .list-item__default {
  color: var(--txt-acsent);
}

.girl-page__header {

}

.additional_text_wrapper h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 166%;
    text-align: left;
    color: var(--black);
    margin-top: 20px;
    margin-bottom: 10px;
}

.girl-page__header-inner {
    padding: 30px 0;
    max-width: 1520px;
    width: 79.16%;
    margin: 0px auto;
    background-color: #000;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('/wp-content/themes/girllondon/assets/img/new/girl_page_title-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.girl-page__name {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 64px;
    line-height: 145%;
    text-align: center;
    color: var(--white);
    margin-bottom: 20px;
}

.girl-page__breadcrumb {
    max-width: max-content;
}

.girl-page__breadcrumb-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: var(--red);
    text-decoration: none;
}

.girl-page__breadcrumb-separator {
    color: var(--grey);
}

.girl-page__breadcrumb-current {
    color: var(--grey);
}



.additional_text_wrapper h2{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 44px;
  line-height: 166%;
  text-align: center;
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
}

.additional_text_wrapper p{
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 17px;
  line-height: 200%;
  color: var(--black);
}

.additional_text_wrapper li{
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 17px;
  line-height: 200%;
  color: var(--black);
}

.additional_text_wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 0 70px 0;
}

.p-custom a {
    color: var(--red);
    text-decoration: none;
    cursor: pointer;
}


@media (min-width: 768px) {
  .container__default {
    padding: 10px 20px 50px 20px;
  }

  .default__h1 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 44px;
    line-height: 136%;
    color: var(--white);
    margin-bottom: 30px;
  }

  .default__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 34px;
    line-height: 176%;
    color: var(--white);
    margin-bottom: 10px;
    margin-top: 40px;
  }

  .default__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 188%;
    color: var(--txt-grey);
    margin-bottom: 40px;
  }
}

@media (max-width: 980px) {
    .additional_text_wrapper {
        row-gap: 30px;
        padding: 40px 20px 50px 20px;
    }
}

@media (max-width: 580px) {
    .additional_text_wrapper {
        row-gap: 30px;
        padding: 20px 15px 40px 15px;
    }
    .additional_text_wrapper h2 {
      font-size: 24px;
      line-height: 158%;
    }
    .additional_text_wrapper p, .additional_text_wrapper li {
        font-size: 15px;
        line-height: 160%;
    }
}

@media (min-width: 1024px) {
  .container__default {
    padding: 20px 20px 70px 20px;
  }

  .default__h1 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 64px;
    line-height: 125%;
    color: var(--white);
  }

  .default__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 44px;
    line-height: 136%;
    color: var(--white);
  }

  .default__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 188%;
    color: var(--txt-grey);
    margin-bottom: 15px;
  }
}

@media (min-width: 1380px) {
  .container__default {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 0 70px 0;
  }

  .default__h1 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 64px;
    line-height: 125%;
    color: var(--white);
    margin-bottom: 40px;
  }

  .default__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 44px;
    line-height: 136%;
    color: var(--white);
  }

  .default__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 188%;
    color: var(--txt-grey);
  }
}

@media (max-width: 1310px) {
    
    .girl-page__header-inner {
        padding: 24px 0 30px 0;
    }

    .girl-page__header-inner {
        width: 100%;
        border-radius: 0;
    }
}


@media (max-width:768px) {
    .girl-page__name {
        margin-bottom: 0;
    } 

    .girl-page__name {
        font-size: 44px;
        line-height: 166%;
    }
}

@media (max-width: 568px) {
    .girl-page__breadcrumb {
        word-wrap: normal;
        max-width: 288px;
        max-height: 16px;
        overflow: hidden;
    }
    
    .girl-page__input-inner {
        max-width: 100%;
    }
    .breadcrumbs__link{
      white-space: nowrap;         
      overflow: hidden;            
      text-overflow: ellipsis;     
      max-width: 110px;
      display: block;   
    }

    .girl-page__header-inner {
      margin: 0;
      padding: 15px 0 20px 0;
    }

    .girl-page__name {
        font-size: 34px;
        line-height: 112%;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
  .pagination__item {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
