:root{
  --color-text-link: #19181E;
  --color-text-title: #1F2327;
  --bgc-btn: #00A6E6;
  --color-btn-text: #fff;
  --hover-btn: #0687ba;
}
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
button{
  cursor: pointer;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  height: auto;
}
a{
  text-transform: none;
  text-decoration: none;
  transition: color 0.3s ease;
}
.container{
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background-color:#f3f8ff;
  overflow-x: hidden;
}
main{
  position: relative;
  z-index: 1;
}
.swiper-wrapper {
  display: flex;
}
.swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.swiper-slide {
  width: 100% !important;
  max-width: 366px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 363px;
  object-fit: cover;
}
.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 40px;
  fill: rgba(255, 255, 255, 0.20);
  stroke-width: 1px;
  stroke: rgba(255, 255, 255, 0.40);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  z-index: 10;
}
.swiper-button-next img,
.swiper-button-prev img {
  width: 16px;
  height: 16px;
  transition: filter 0.3s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.swiper-button-next:hover img,
.swiper-button-prev:hover img {
  filter: brightness(0) invert(1);
}
.swiper-pagination-bullet{
  background-color: rgba(255, 255, 255, 0.6);
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #fff;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-slide.blur {
  position: relative;
  overflow: hidden;
}

.wrapper_blur {
  position: relative;
}
.wrapper_blur img {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1.05);
  max-height: 363px;
}
.swiper-slide img{
  max-height: 363px;
}
.wrapper_view{
  display: flex;
  justify-content: center;
}
.wrapper_card{
  margin-bottom: 70px;
}
.link_show{
  color: #00A6E6;
  font: 700 16px/21px "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
}
.blur_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #fff;
  font: 400 24px/28px "Montserrat", Arial, sans-serif;
  text-align: center;
  backdrop-filter: none;
}
.blur_text span{
  font-weight: 700;
}
.no-scroll {
  overflow: hidden;
}
.wrapper_text{
  padding: 20px;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 0;
}
.card:hover .wrapper_text {
  max-height: 1000px;
}
.name_text{
  font: 700 24px/30px "Montserrat", Arial, sans-serif;
  color: var(--color-text-title);
}
.age{
  font: 700 16px/24px "Montserrat", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.3);
}
/*Start NavBar */
.navbar{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f3f8ff;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  z-index: 999;
  padding: 7px 0;
  border-bottom: 1px solid rgba(25, 24, 30, 0.10);
}
.navbar.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Додається тінь після скролу */
}
.wrapper_nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.mobile_none{
  display: none;
}
.logo{
  height: 54px;
  width: auto;
}
.menu ul{
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 80px;
}
.link{
  color: var(--color-text-link);
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  position: relative;
}
.link::after{
  content: '';
  width: 0%;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  background-color: var(--color-text-link);
  transition: width 0.3s ease-in-out;
}
.link:hover::after{
  width: 100%;
}
.flex{
  display: flex;
  justify-content: center;
}
.wrapper_main{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
}
.apply-button{
  background-color: var(--bgc-btn);
  color: var(--color-btn-text);
  text-transform: uppercase;
  font-weight: 700;
  padding: 17px 30px;
  border-radius: 10px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;

}
.card .apply-button{
  margin-left: 20px;
  margin-right: 20px;
  align-items: center;
  justify-content: center;
}
.apply-button::before{
  content: '';
  width: 30px;
  height: 20px;
  background-image: url("../img/icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
}
.submit{
  background-color: var(--bgc-btn);
  color: var(--color-btn-text);
  text-transform: uppercase;
  font-weight: 700;
  padding: 17px 40px;
  border-radius: 10px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  border: none;
  width: 260px;
}
.submit::after{
  background-color: var(--hover-btn);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 100%;
  transition: width 0.3s ease, left 0.3s ease;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.apply-button::after{
  background-color: var(--hover-btn);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 100%;
  transition: width 0.3s ease, left 0.3s ease;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.apply-button:hover::after{
  width: 100%;
}
.submit:hover::after{
  width: 100%;
}
.apply.mobile{
  display: none;
}
.hamburger {
  display: flex;
}
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 29px;
  height: 29px;
  cursor: pointer;
}
.main_title{
  font: 700 40px/44px "Montserrat", Arial, sans-serif;
  text-align: center;
  margin-bottom: 16px;
}
.main_title.card_item{
  margin-bottom: 40px;
}
.main_text{
  font: 500 20px/140% "Montserrat", Arial, sans-serif;
  color: rgb(25, 24, 30, 0.5);
  margin-bottom: 40px;
  text-align: center;
}
.hamburger span {
  width: 100%;
  height: 3px;
  background-color: #19181E;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.apply-button.mobile{
  display: none;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 5px);
}
.wrapper_slider{
  background-color: #fff;
  border-radius: 80px;
  padding-top: 100px;
  padding-bottom: 60px;
  box-shadow: 0px 0px 20px 0px rgba(37, 82, 111, 0.08);
  position: relative;
  z-index: 2;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -5px);
}
/* End NavBar */

/* Start First Section */
.recruitment{
  padding-top: 173px;
  padding-bottom: 63px;
  position: relative;
}
.circle_1{
  position: absolute;
  left: 10px;
  top: 400px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #00A6E6;
}
.circle_2{
  position: absolute;
  top: 250px;
  right: 200px;
  width: 10px;
  height: 10px;
  background-color: #00A6E6;
  border-radius: 50%;
}
.circle_3{
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #00A6E6;
  position: absolute;
  border-radius: 50%;
  bottom: 300px;
  right: 20px;
}
.circle_4{
  position: absolute;
  width: 21px;
  height: 21px;
  border: 1px solid var(--bgc-btn);
  border-radius: 50%;
  bottom: 100px;
  left: 700px;
}
.container_full{
  width: 95%;
  padding: 0 2rem;
}
.highlight{
  color: var(--color-btn-text);
  background-color: var(--bgc-btn);
  margin-top: 10px;
  font-style: italic;
}
.highlight.block{
  display: inline-block;
  margin-top:20px
}

.text-content>.apply-button{
  display: inline-block;
}
.link.mobile{
  display: none;
}
.wraper_flex_main{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.apply-button.w-236{
  max-width: 236px;
}
.btn_subcription{
  border-radius: 10px;
  background: rgba(0, 166, 230, 0.10);
  padding: 10px 12px;
  font: 600 10px/14px "Montserrat", Arial, sans-serif;
  color: #00A6E6;
  text-transform: uppercase;
  transition: all .3s ease;
  cursor: pointer;
}
.btn_subcription:hover{
  background: rgba(38, 114, 144, 0.1);
}
.text_slider {
  font: 400 14px/22px "Montserrat", Arial, sans-serif;
  color: var(--color-text-title);
  overflow: hidden;
  white-space: normal;
  transition: max-height 0.6s ease, -webkit-line-clamp 0.6s ease, padding-bottom 0.6s ease;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  opacity: 0.5;
  margin-bottom: 10px;
}


.insta{
  font: 700 14px/22px "Montserrat", Arial, sans-serif;
  color: #00A6E6;
  margin-bottom: 10px;
  display: block;
}
.online{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
  background-color: #30E733;
  border-radius: 50%;
  animation: pulseOnline 1.5s infinite ease-out;
  z-index: 2;
}
.wrapper_text .apply-button{
  margin-top: auto;
  display: flex;
  justify-content: center;
}
.wrapper_card{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37.18px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.flex_name{
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.card {
  border-radius: 15px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(37, 82, 111, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease, z-index 0.4s ease;
  position: relative;
  cursor: pointer;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  gap: 0;
  scroll-margin-top: 200px;
}
.card:hover {
  transform: scale(1.01) translateY(-5px);
  z-index: 30;
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.2);
}
.name_text{
  font: 700 24px/30px "Montserrat", Arial, sans-serif;
  color: var(--color-text-title);
}
.cross_line{
  display: none;
}
.services{
    margin-top: -100px;
    padding-top: 190px;
    padding-bottom: 120px;
    background-image: url('../img/sign_img.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.services_title{
  font: 700 40px/44px "Montserrat", Arial, sans-serif;
  color: var(--color-btn-text);
  text-align: center;
  margin-bottom: 16px;
}
.services_text{
  font: 500 20px/140% "Montserrat", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  text-align: center;
  margin-bottom: 80px;
}
.services_wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
.icon_services{
  width: 40px;
  height: 40px;
  position: relative;
}

.icon img{
  display: block;
  width: 40px;
}
.icon_services img{
  width: 100%;
  height: 100%;
}
.item_title{
  font: 700 24px/30px "Montserrat", Arial, sans-serif;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 20px;
}
.item_text{
  font: 400 14px/22px "Montserrat", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.5);
}


.border{
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.message_icon_second{
  max-width: 124px;
  position: absolute;
  right: 3vw;
  top: 9vw;
}
.highlight_second{
  color: var(--bgc-btn);
}

.wrapper_btn{
  display: flex;
  justify-content: center;
}

.chat-operator{
  color: var(--color-text-title);
  opacity: 0.5;
  font-size: 12px;
}
.name_operator{
  color: var(--color-text-title);
  font-size: 16px;
  font-weight: 500;
}
/* End First Section */

/* Start FAQ Section */
.container.small{
  max-width: 990px;

}
.faq-section {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding:160px 0;
  background-color: #f2f8ff;
}
.faq-heading {
  text-align: center;
  margin-bottom: 60px;
  font-size: 64px;
  color: var(--color-text-title);
  font-weight: 700;
}

.faq-item {
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  transition: padding 0.3s ease;
  padding: 25px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 20px 0px rgba(37, 82, 111, 0.08);
  max-width: 750px;
}

.faq-question {
  cursor: pointer;
  color: var(--color-text-title);
  font: 700 24px/30px "Montserrat", Arial, sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.faq-toggle-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  transition: transform 0.3s ease;
  background-color: #EBEBEB;
  border-radius: 10px;
}

.faq-toggle-icon::before,
.faq-toggle-icon::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: var(--color-text-title);
  top: 48%;
  left: 25%;
  transform: translateX(-50%);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.faq-toggle-icon::before {
  transform: rotate(0deg);
}

.faq-toggle-icon::after {
  transform: rotate(90deg);
}

.faq-item.active .faq-toggle-icon {
  transform: rotate(45deg);
}

.faq-item.active .faq-toggle-icon::before {
  transform: rotate(-45deg);
}

.faq-item.active .faq-toggle-icon::after {
  transform: rotate(-45deg);
}
.wrapper_faq{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  position: relative;
}
.faq-answer p{
  margin-top: 7px;
  font: 400 14px/22px "Montserrat", Arial, sans-serif;
  color: var(--color-text-link);
  opacity: 0.5;
  max-width: 95%;
}

.faq-item.active .faq-answer {
  max-height: 200px; 
  opacity: 1;
}
.wrapper_icon{
  display: none;
}

.custom-select {
  position: relative;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  color: var(--color-text-link);
  margin-top: 5px;
}

.select-header {
  width: 100%;
  background-color: #f6f9ff;
  padding: 12px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  color: rgb(25, 24, 30, 0.5);
  font-weight: 500;
  transition: border-color 0.3s;
  font-family: 'Montserrat';
}
.select-header img {
  z-index: 10;
  pointer-events: none;
}
.chat-section{
  padding-top: 57px;
  background-color: #fff;
  position: relative;
}
.wrapper_grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 20px;
}
.flex_center .apply-button::before{
  content: none;
}
.chat_title{
  font: 700 40px/48px "Montserrat", Arial, sans-serif;
  color: var(--color-text-title);
  margin-bottom: 10px;
}
.chat_title span{
  color: #00A6E6;
}
.chat_text{
  font: 400 14px/22px "Montserrat", Arial, sans-serif;
  color: var(--color-text-title);
  opacity: 0.5;
  margin-bottom: 40px;
}
.right_grid img{
  margin-bottom: -5px;
}
.select-options {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  list-style: none;
  background-color: #fff;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  z-index: 10;
}

.select-options li {
  padding: 8px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 14px;
  color: rgb(25, 24, 30, 0.5);
  font-weight: 400;
}
.select-options.show {
  max-height: 200px;
  opacity: 1;
  padding: 10px 0;
}
.select-options li:hover {
  background-color: #00A6E6;
  color: #fff;
}
.wrappper_bread{
  display: flex;
  align-items: center;
  color: var(--color-text-link);
  text-transform: uppercase;
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 56px;
}

.select-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: 20px;
  width: 20px;
  transition: transform 0.3s ease-in-out;
}
.select-header.active .select-arrow {
  transform: translateY(-50%) rotate(180deg);
}
/* End FAQ Section */

/* Start Footer */
footer{
  background-color: #fff;
}
.menu_footer{
  list-style: none;
}
.wrapper_footer.desktop{
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 60px;
}
.wrapper_footer.tablet{
  display: none;
}
.wrapper_left{
  display: flex;
  gap: 240px;
}
.right_footer{
  display: flex;
  gap: 160px;
}
.link_footer{
  color: var(--color-text-link);
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.menu_footer li{
  margin-bottom: 24px;
}
.link_footer::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background-color: var(--color-btn-text);
  transition: width .2s ease-in-out;
}
.link_footer:hover::after{
  width: 100%;
}
.link_footer.last{
  margin-bottom: 0;
}
.footer_title{
  font-size: 20px;
  color: var(--color-text-title);
  font-weight: 700;
  margin-bottom: 4px;
}
.footer_text{
  color: var(--color-text-title);
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 23px;
  opacity: 0.5;
}
.footer .apply-button::before{
  content: none;
}
.link_footer::after {
  content: "";
  width: 0%;
  position: absolute;
  left: 0px;
  bottom: -4px;
  height: 2px;
  background-color: var(--color-text-link);
  transition: width 0.3s ease-in-out;
}
/* End Footer */
.copy_text{
  color: var(--color-text-title);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.copyright{
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.error_title{
  text-align: center;
  font-size: 300px;
  color: #00A6E6;
}
.error_description{
  font-size: 64px;
  font-weight: 700;
  color: var(--color-text-link);
  text-align: center;
  margin-bottom: 40px;
}

.error_page{
  padding-top: 172px;
  padding-bottom: 273px;
}
.wrapper_footer.mobile{
  display: none;
}
.privacy{
  padding-top: 134px;
  padding-bottom: 160px;
}
.privacy_title{
  font-size: 48px;
  margin-bottom: 16px;
}
.privacy_text{
  color: var(--color-text-link);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 40px;
}
.privacy_link{
  text-decoration: underline;
  font-style: italic;
  color: #2245FF;
}
.link_privacy{
  text-decoration: underline;
  color: #2245FF;
}
.title_privacy_second{
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: var(--color-text-link);
}
/* Pop Up Start */
.popup-overlay {
  position: fixed; 
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  z-index: 100;
}

.popup-form, .popup-success {
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 200;
  padding: 30px 60px;
}
.contact_form{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form_title{
  font-size: 32px;
  font-weight: 700;
  color: var(--color-text-link);
  text-align: center;
  margin-bottom: 8px;
}
.form_description{
  color: var(--color-text-link);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px;
}
.label{
  font-size: 12px;
  color: var(--color-text-link);
  font-weight: 600;
  display: block;
}
.input{
  background-color: #F6F9FF;
  display: block;
  padding: 12px 20px;
  border: 0;
  width: 100%;
  font-size: 14px;
  color: rgb(25, 24, 30, 0.5);
  font-family: serif;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-top: 5px;
}
.popup-form {
  max-height: 90vh;
  overflow-y: auto;
  width: 570px;
  z-index: 200;
  border-radius: 40px;
}
.popup-success {
  width: 690px;
}

.popup-close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  font-size: 24px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-close::before {
  content: '\00d7';
  font-size: 36px;
  cursor: pointer;
}
.disclaimer{
  color: #80828D;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.error-message{
  display: none;
  color: #FF4747;
  font-size: 12px;
  margin-top: 5px;
  text-align: right;
}
.input-error {
  outline: 1px solid #FF4747;
}
.input.error + .error {
  display: block;
}
.popup-overlay {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.popup-overlay.show {
  display: flex;
  opacity: 1;
}
.popup-form, .popup-success {
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.popup-overlay.show .popup-form,
.popup-overlay.show .popup-success {
    transform: scale(1);
}
footer .apply-button{
  position: relative;
  z-index: 0;
}
.wraper_footer_logo{
  max-width: 141px;
}
/* Pop Up End */

@keyframes pulseOnline {
  0% {
    box-shadow: 0 0 0 0 rgba(62, 209, 105, 0.7);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(62, 209, 105, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(62, 209, 105, 0);
  }
}
.animated-text{
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.scroll-animated-text{
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.scroll-animated-text.visible {
  opacity: 1;
  transform: translateY(0);
}
.image_container{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 78px;
}
.image_item{
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(0px 4px 43.3px rgba(142, 142, 142, 0.40));
  position: relative;
  transition: transform 0.3s ease;
  z-index: 1;
}
.image_item.first{
  max-width: 179px;
  width: 100%;
  transform: translateX(50px) translateY(31px) rotate(-15deg);
}
.image_item.second{
  max-width: 262px;
  width: 100%;
  transform: translateX(20px) rotate(-10deg) scale(1.0);
}
.image_item.third{
  position: relative;
  z-index: 11;
  max-width: 296px;
  width: 100%;
}
.image_item.fourth{
  max-width: 262px;
  width: 100%;
  transform: translateX(-16px) rotate(7deg);
}

.image_item.fifth{
  max-width: 174px;
  width: 100%;
  transform: translateX(-38px) rotate(7deg);
  z-index: 0;
}
.image_item:hover {
  transform: scale(1.1);
  z-index: 10;
}
/* Start Media style */
@media (max-width: 1440px){
  .container{
    max-width: 1170px;
    width: 100%;
  }
  .menu ul{
    justify-content: flex-start;
    gap: 30px;
  }

  .recruitment{
    padding-top: 190px;
  }
  .wrapper_footer{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .wrapper_left{
    gap: 102px;
  }
  .right_footer{
    gap: 115px;
  }
  .privacy{
    padding-top: 135px;
    padding-bottom: 147px;
  }

}


@media (max-width: 1230px) {
  .container{
    padding: 0 40px;
  }
  .hamburger {
    display: flex;
  }
  .menu_nav {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100vh;
    border-top: 1px solid rgba(25, 24, 30, 0.10);
    z-index: 1000;
    transform: translateY(-125%);
    transition: all .3s;
    background: url('../img/main-bg.webp') no-repeat center;
    background-size: cover;
    align-items: flex-start;
    overflow-y: hidden;
    padding: 60px 40px;
  }
  .services_wrapper{
    grid-template-columns: repeat(2, 1fr);
  }
  .link.mobile{
    display: block;
  }
  .menu ul{
    padding: 30px 20px;
  }
  .apply{
    display: none;
  }
  .apply.mobile{
    display: block;
    color: var(--color-btn-text);
  }
  .menu_nav.show {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transform: translateY(0);
  }
  .swiper-slide{
    max-width: 100%;
  }
  .wrapper_card{
    grid-template-columns: repeat(2, 1fr);
  }
  .text-content{
    width: 100%;
  }
  .cross_line{
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main_text{
    font-size: 16px;
    line-height: 130%;
  }
  .apply-button{
    font-size: 16px;
    line-height: 21px;
  }
  .apply-button{
    display: flex;
    align-items: center;
  }
  .line_bottom{
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #fff;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .line_top{
    width: 2px;
    height:100px;
    position: absolute;
    background-color: #fff;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .services_wrapper{
    flex-wrap: wrap;
    justify-content: center;
  }
  .services_item{
    width: 100%;
  }
  .services_item.last{
    width: 100%;
  }
  .mobile_none{
    display: block;
  }
  .navbar{
    background: url("../img/bg_small.webp") no-repeat center;
    background-size: cover;
  }
  .image_item.first{
    max-width: 115px;
    transform: translateX(49px) translateY(21px) rotate(-15deg);
  }
  .image_item.second{
    max-width: 175px;
  }
  .image_item.third{
    max-width: 195px;
  }
  .image_item.fourth{
    max-width: 175px;
  }
  .image_item.fifth{
    max-width: 115px;
  }
}
@media(max-width:1163px){
  .services{
    padding-top: 100px;
    margin-top: 80px;

  }
    .recruitment{
      padding-bottom: 100px;
    }
  .services_wrapper{
    gap: 40px;
  }
  .faq-section{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .faq-heading{
    font-size: 48px;
    margin-bottom: 60px;
  }
  .faq-item{
    padding-top: 30px;
    padding-left: 24px;
    padding-bottom: 26px;
  }
  .wrapper_footer{
    gap: 0;
  }
  .wrapper_left{
    gap:50px;
  }
  .right_footer{
    margin-top: 40px;
    justify-content: space-between;
  }
  .chat-section{
    padding-top: 9px;
  }
  .chat_title{
    font-size: 24px;
    line-height: 28px;
  }
  .chat-section .apply-button{
    max-width: 236px;
  }

  .wrapper_footer.desktop{
    display: none;
  }
  .wrapper_footer.tablet{
    display: block;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .wrapper_left{
    justify-content: space-between;
    gap: 0;
  }
  .wrapper_link_double{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media(max-width:960px){

  .link_footer.last{
    margin-bottom: 0;
  }
  .menu_footer li:last-child{
    margin-bottom: 0;
  }
  .circle_1,
  .circle_2,
  .circle_3,
  .circle_4{
    display: none;
  }

  .error_page{
    padding-top: 180px;
    padding-bottom: 260px;
  }
  .error_title{
    font-size: 260px;
  }
  .error_description{
    font-size: 48px;
    margin-bottom: 40px;
  }
  .menu_nav{
    top:11vw;
  }
  .image_item img{
    width: 100%;
  }
  .swiper-slide img {
    max-height: 363px;
  }
  .wrapper_slider{
    padding-top: 80px;
    border-radius: 20px;
  }
  .image_item.third{
    transform: translateX(0px) translateY(-10px) rotate(0deg);
  }
  .image_item.fifth{
    transform: translateX(-38px)translateY(15px) rotate(7deg);
  }
  .wrapper_main .main_title{
    max-width: 90%;
  }
}
@media (max-width: 769px) {
  .container{
    padding: 0 33px;
  }
  .navbar{
    padding: 13px 0;
  }
  .highlight.block{
    margin-top: 9px;
  }
  
  .recruitment{
    padding-bottom: 60px;
  }
  .services_wrapper{
    gap: 20px;
  }
  .services_title{
    font-size: 48px;
    margin-bottom: 16px;
  }
  .services_text{
    margin-bottom: 80px;
  }
  .services_item {
    width: 100%;
  }
  .services_item.last{
    width: 100%;
  }
  .copyright{
    padding: 16px 0;
    border-top: 1px solid rgba(255,255,255, 0.2);
  }
  .privacy{
    padding-top: 135px;
    padding-bottom: 120px;
  }
  .privacy_title{
    font-size: 32px;
  }
  .title_privacy_second{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }
  .privacy_text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
}
@media (max-width: 730px) {
}
@media (max-width: 672px) {
  .services_title{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .services_text{
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 60px;
  }
  .services_wrapper{
    gap: 30px;
  }
  .faq-section{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .menu_nav{
    top: 12vw;
  }
  .recruitment{
    padding-top: 195px;
    padding-bottom: 150px;
  }
  .circle_1, .circle_2, .circle_3, .circle_4{
    display: block;
  }
  .circle_1{
    top: 130px;
    left: 40px;
  }
  .circle_2{
    right: 30px;
    top: 160px;
  }
  .circle_3{
    width: 10px;
    height: 10px;
    background-color: var(--bgc-btn);
    right: auto;
    left: 40px;
    bottom: 220px;
  }
  .wrapper_card{
    grid-template-columns: repeat(1, 1fr);
  }
  .circle_4{
    left: 0;
  }
  .services {
    padding-top: 170px;
    margin-top: -100px;
}
  .apply-button{
    padding: 16px 24px;
  }
  .wrapper_card{
    margin-bottom: 30px;
  }
  .wrapper_slider{
    padding-bottom: 54px;
  }
  .services_wrapper{
    grid-template-columns: repeat(1, 1fr);
  }
  .wrapper_grid{
    grid-template-columns: repeat(1, 1fr);
  }
  .chat-section{
    padding-top: 54px;
  }
  .chat_title{
    text-align: center;
  }
  .chat-section .circle_1{
    display: none;
  }
  .chat-section .circle_2{
    display: none;
  }
  .chat-section .circle_3{
    display: none;
  }
  .chat-section .circle_4{
    display: none;
  }
  .chat_text{
    text-align: center;
  }
  .chat-section .apply-button{
    max-width: 100%;
  }
  .faq-question{position: static;
  }
  .faq-item{
    position: relative;
  }
  .wrapper_footer.tablet{
    display: none;
  }
  .left_footer{
    width: 100%;
  }
  .right_footer{
    width: 100%;
    gap: 0px;
  }
  .right_btn_footer{
    margin-top: 40px;
  }
  .faq-question{
    max-width: 240px;
  }
  .wrapper_footer.mobile{
    display: block;
  }

  .faq-toggle-icon{
    position: absolute;
    right: 20px;
  }
  .right_footer{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .wrapper_link_double{
    width: 50%;
  }
  .left_footer{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wraper_footer_logo{
    width: 176px;
  }
}
@media (max-width: 543px) {
  .select-header {
    white-space: nowrap;      
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 469px;
  }
  .wrapper_main .main_title{
    max-width: 100%;
  }
  .select-arrow{
    right: 5px;
  }
  .popup-form {
    width: 90%;
    max-height: 85vh;
  }
  .image_item.first{
    max-width: 54px;
    transform: translateX(21px) translateY(11px) rotate(-15deg)
  }
  .image_item.second{
    max-width: 80px;
    transform: translateX(12px) rotate(-9deg) scale(1.0);
  }
  
  .image_item.third{
    max-width: 90px;
    transform: translateX(2px) translateY(-10px) rotate(0deg);
    z-index: 10;
    
  }
  .image_item.fourth{
    max-width: 80px;
    transform: translateX(-11px) rotate(7deg);
  }
  .image_item.fifth{
    max-width: 54px;
    transform: translateX(-19px)translateY(6px) rotate(7deg)
  }
}
@media (max-width: 525px) {
  .container{
    padding: 0 15px;
  }
  .navbar{
    padding: 5px 0;
  }
  .main_title{
    font-size: 24px;
    line-height: 32px;
  }
  .faq-heading{
    font-size: 24px;
    margin-bottom: 40px;
  }
  .image_container{
    margin-bottom: 35px;
  }
  .circle_3{
    bottom: 240px;
  }
  .faq-item{
    padding-top: 15px;
    padding-left: 16px;
    padding-bottom: 15px;
  }
  .faq-question{
    font-size: 16px;
    line-height: 24px;
  }
  .wrapper_footer{
    flex-direction: column;
    gap: 24px;
  }
  .wrapper_footer.tablet{
    display: none;
  }
  .wrapper_left{
    gap: 35px;
  }
  .wrapper_footer{
    padding: 60px 0;
  }
  .copyright{
   padding: 16px 0;
  }
  .error_page{
    padding-top: 140px;
    padding-bottom: 195px;
  }
  .error_title{
    font-size: 140px;
    font-weight: 700;
  }
  .error_description{
    font-size: 20px;
    margin-bottom: 40px;
  }
  .privacy{
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .privacy_title{
    font-size: 24px;
    margin-bottom: 12px;
  }
  .title_privacy_second{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 4px;
    line-height: 28px;
  }
  .privacy_text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .popup-form{
    padding: 60px 15px;
  }
  .menu_nav{
    top: 15vw;
  }
}
/* End Media style */

/* Start Guide style */
.mb-5{
  margin-bottom: 5px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-16{
  margin-bottom: 16px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-4{
  margin-bottom: 4px;
}
.mb-17{
  margin-bottom: 17px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-80{
  margin-bottom: 80px;
}
.mb-100 {
  margin-bottom: 100px;
}
.text_center{
  text-align: center;
}
.breadcrumbs_link{
  font: 400 12px/16px "Montserrat", Arial, sans-serif;
  color: var(--color-text-title);
}
.wrapper_breadcrumbs{
  margin-bottom: 20px;
}
.guide.container{
  max-width: 800px;
}
.wrapper_main_image{
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}
.main_title_guide{
  font: 700 40px/48px "Montserrat", Arial, sans-serif;
  color: var(--color-text-title);
  margin-bottom: 10px;
}
.main_title_subtitle{
  font: 400 14px/22px "Montserrat", Arial, sans-serif;
  color: var(--color-text-title);
  opacity: 0.5;
}
.wrapper_list{
  border-radius: 20px;
  background-color: #fff;
  padding: 30px;
}
.second_title{
  font: 700 24px/30px "Montserrat", Arial, sans-serif;
  color: var(--color-text-title);
}
.guide_main_text{
  font: 400 14px/22px "Montserrat", Arial, sans-serif;
  color: var(--color-text-title);
}

.list_guide{
  margin-left: 20px;
  margin-bottom: 16px;
}
.itel_guide{
  font: 600 14px/22px 'Montserrat', Arial, sans-serif;
  color: var(--color-text-title);
  margin-bottom: 12px;
}
.itel_guide.last{
  margin-bottom: 0;
}
.question_guide{
  font: 600 14px/22px "Montserrat", Arial, sans-serif;
  color: var(--color-text-title);
}
.link_guide{
  color: var(--color-text-title);
  text-decoration: underline;
}
.bottom_text{
  font: 400 14px/22px "Montserrat", Arial, sans-serif;
  color: var(--color-text-title);
  opacity: 0.5;
}
.list_second li{
  font: 400 14px/22px "Montserrat", Arial, sans-serif;
  color: var(--color-text-title);
}
.alert_text{
  font: 400 14px/22px "Montserrat", Arial, sans-serif;
  color: var(--color-text-title);
  width: 95%;
}
.alert_text span{
  color: #00A6E6;
  font-weight: 700;
}
.item_icon_guide{
  width: 5%;
  height: 40px;
}
.item_icon_guide img{
  width: 40px;
  height: 40px;
}
.wrapper_icon_bottom_text{
  display: flex;
  gap: 20px;
  border-radius: 20px;
  background-color: rgba(0, 166, 230, 0.05);
  padding: 16px 20px;
}
.main_title_guide.mb-40{
  margin-bottom: 40px;
}
.guide_second .wrapper_slider{
  border-radius: 0;
}
.btn_link{
  font: 700 16px/24px "Montserrat", Arial, sans-serif;
  color: #00A6E6;
  padding: 16px 30px;
  border: 1px solid #00A6E6;
  border-radius: 10px;
  text-transform: uppercase;
  transition:  all 0.3s ease-out;
}
.btn_link:hover{
  background-color: #0589bd;
  color: #fff;
}
.wrapper_flex_btn{
  display: flex;
  justify-content: center;
}
.guide_second .wrapper_card.desktop{
  display: flex;
}
.guide_second .wrapper_card.mobile{
  display: none;
}
@media(max-width: 1100px){
  .recruitment.guide{
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .wrapper_main_image{
    margin-bottom: 30px;
  }
  .mb-80{
    margin-bottom: 60px;
  }
  .guide_second .wrapper_card.desktop{
  display: none;
}
.guide_second .wrapper_card.mobile{
  display: flex;
  }
  .mb-100{
    margin-bottom: 80px;
  }

}
@media(max-width: 640px){
  .main_title_guide{
    font-size: 24px;
    line-height: 28px;
  }
  .wrapper_list{
    padding: 30px 20px;
  }
  .recruitment.guide{
    padding-bottom: 40px;
  }
  .list_second{
    margin-left: 20px;
    
  }
  .wrapper_icon_bottom_text{
    flex-direction: column;
    margin-bottom: 60px;
  }
  .wrapper_icon_bottom_text .item_icon_guide{
    width: 100%;
  }
  .alert_text{
    width: 100%;
  }
.guide_second .wrapper_card.desktop{
    display: flex;
    flex-direction: column;
  }
.guide_second .wrapper_card.mobile{
    display: none;
  }
}
/* End Guide style */