
.container{
    position: relative;
    max-width: 1690px;
    padding: 0 95px;
    margin: 0 auto;
    width: -webkit-fill-available;
    width: -moz-available;
}
.mobile{
    display: none;
}
.bottom_border{
    border-bottom: 1px solid var(--border-line-color);
}
.logo__container svg path{
fill: var(--primary-color);
}
.menu_items li a{
    color: var(--primary-color);
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
}
.menu_items li a:hover{
    color: var(--secondary-color);
}
.header_wrapper{
    display: flex;
    padding: 20px 0px;
    width: 100%;
}
.header_wrapper nav{
    display: flex;
    justify-content: space-between;
}
.overview .main-top-block .title{
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
}
.title{
    text-align: center;
}
.title h1{
    margin-bottom: 2.5rem;
    font-size: 4rem;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    
}
.main-top-block__phone{
    width: 15.8125rem;
    right: calc(100% - .25rem);
    top: -.0625rem;
    transform: rotate(-7deg);
}
.main-top-block__mail--animated{
    animation: main-top-block-mail-rotate 3s ease-in-out infinite;
}
.main-top-block__message {
    left: calc(100% - 2rem);
    top: -4.25rem;
}

.main-top-block-messengers-top__primary{
    top: 0;
    left: 44px;
}
.main-top-block, .overview_desc_title{
    max-width: 53em;
}
.overview{
        height: calc(100vh - 80px);
        max-height: 62rem;
        min-height: 40rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        overflow: hidden;
    
}
.main-top-block-messengers-top {
    top: -71px;
    left: -63px;
}
.main-top-block-messengers-top__primary img, .main-top-block-messengers-bottom__primary img{
    width: 120px;
    height: 120px;
}
.main-top-block-messengers-top__secondary img, .main-top-block-messengers-bottom__secondary img{
    width: 80px;
    height: 80px;
}
.main-top-block-messengers-top__secondary{
    position: absolute;
}
.main-top-block-messengers-animate-appear{
   animation: main-top-block-messenger-appear .7s forwards;
   animation-delay: 100ms;
}
.main-top-block-messengers-bottom {
    top: 212px;
    right: 160px;
}
.main-top-block-messengers-bottom__primary {
    position: absolute;
    top: 57px;
    left: 0;
}
.main-top-block-messengers-bottom__secondary {
    position: absolute;
    top: 0;
    left: 114px;
}

.overview_desc h2{
    font-size: 3rem;
    line-height: 130%;
    font-weight: 500;
}
.overview_desc_title{
    width: 100%;
    text-align: center;
}
.overview_desc_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6.25rem 0px 3.75rem 0px;
}
.overview_desc_img_primary{
    display: flex;
    justify-content: flex-end;
}
.overview_desc_img_last{
    display: flex;
    justify-content: flex-start;
}
.overview_desc_img img{
    max-width: 460px;
    height: 100%;
    width: 100%;
}

.overview_desc_title{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 735px;
    width: 100%;
}
.section_title{
    font-size: 40px;
    line-height: 48px;
    tab-size: 4;
}
.section_title p{
    font-size: 16px;
    line-height: 25.6px;
    tab-size: 4;

}

.cards_desc{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.3rem;
    background:#FFFF;
    padding-top: 3rem;
    padding-bottom: 4.5rem;
    justify-content: space-between;
}
  
.cards_desc .box_item_sub_item_color{
    background:#FFFF;
    padding: 0px;
}
.section_wrapper{
    background:#E0FDBF;
    width: 100%;
    border-radius: 1.25rem;
    overflow: hidden;
    height: 30rem;
    position: relative;
}
.options_wrapper_block .section_wrapper{
    height: 264px;
}
.cards_desc .section{
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;

}

.section_wrapper img{
    position: absolute;
    width: unset;
    height: unset;
    height: 480px;
}
.options_wrapper_block .section_wrapper img{
    height: 320px;
}

.section_social_links .text_btn{
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.phrase_wrapper{
    padding-bottom: 6.25rem;
    padding-top: 3.75rem;
    text-align: center;
}
.phrase_wrapper h2{
    font-size: 3rem;
    line-height: 130%;
    font-weight: 500;
}
.phrase_wrapper_block{
    display: flex;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 5.5rem;
}
.options_desc{
    padding-top: 1rem;
    margin-bottom: 2.5rem;
}
.options_wrapper{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 6.25rem;
}
.options_wrapper_block{
    align-items: center;
    background: var(--background-color);
    border-radius: var(--border-radius);
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 1.75rem 3.5rem;
}
.prices_wrapper_values{
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    margin-bottom: 2.5rem;
}
.tabs_values_wrapper{
    display: auto;
    flex: 1 1 auto;
    margin-right: -16px;
    margin-right: -16px;
    scrollbar-width: none;
    overflow: auto;
    order: 2;

}
.tabs_values_container{
    display: flex;
    background: var(--background-color);
    border-radius: 9999px;   
    padding: .375rem;
    min-width: max-content;
    width: fit-content;
}
.price_tab {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration:300ms;
    line-height: 90%;
    font-weight: 500;
    font-size: 1rem;
    padding: .75rem 1.25rem;
    border-radius: 9999px;
    display: inline-block;
}
.peer:checked~.peer-checked\:bg-pastelOrange{
    --tw-bg-opacity: 1;
    background-color: rgb(253 226 169);

}
.social_link{
    line-height: 120%;
    font-weight: 700;
    font-size: 1rem;
    display: inline-block;
}
.offers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.375rem;
    margin-bottom: 3.75rem;
}
.offers_item {
    background: var(--background-color);
    border-radius: var(--border-radius);
    padding: 3rem 3.5rem;
    min-height: 20rem;
    position: relative;
    overflow: hidden;
}
.offers_img{
    position: absolute;
    bottom: 0;
    right: 0;

}
.offers_item_content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}
.offers_item_content .item h2, .price_value{
    font-size: 2rem;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 4px;
}
.offers_item_content button{
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
}
.offer_desc{
    display: flex;
    align-items: center;
}
.text-left{
    cursor: pointer;
}
.js-tooltip-container{
    display: none;
    color: var(--text-white-color);
}
.js-plan-item-total-price{
    background: var(--primary-color);
    padding: .75rem 1rem 1rem 1rem;
    font-weight: 400;
    border-radius: 8px;
}

.js-tooltip-button-control:hover .js-tooltip-container{
    display: block;
}
.js-tooltip-button-control:hover .question{
    color: var(--secondary-color);
}
.rectangle{
    left: 50%;
    top: -1.6rem;
    transform: rotate(45deg);
    width: 20px;
    background: var(--primary-color);
    height: 20px;
}
.offers_desc_txt{
    font-weight: 500;
    text-align: center;
    padding-bottom: 2.5rem;
}
.get_free{
    background: var(--primary-color);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    margin: 0;
}
.get_free_container{
    max-width: 42.5rem;
    margin: 0 auto;
    padding: 3.75rem 0 6.25rem 0;
    color: var(--text-white-color);
    text-align: center;
}
.get_free_container h2{
    font-size: 3rem;
    line-height: 130%;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1rem;
}
.get_free_container_btn{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.footer{
    background: var(--primary-color);
}
.footer_img{
    z-index: 20;
    width: 160px;
    top: -5rem;
}
.footer_img img{
    width: 100%;
    height: auto;
}
.footer_wrapper{
    margin: 0px 48px;
    padding: 56px 80px;
    background: var(--text-white-color);
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}
.footer_wrapper_nav{
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    justify-items: center;
    background: var(--background-color);
    padding: 24px;
}
.js-control-select-list {
    display: none; /* Для начального состояния */
    position: absolute;
    z-index: 50;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    min-width: 200px;
    padding: 10px;
  }
  .lang-list{
    min-width: 18rem;
    z-index: 30;
    border-radius: 10px;
    background: var(--text-white-color);
    bottom: 40px;
    border: 2px solid var(--primary-color);
    padding: 1rem;
  }
  .lang-button{
    font-family: 'Euclid Circular A', sans-serif;
    display: flex;
    color: var(--primary-color);
    align-items: center;
    background: none;
    border: none;
    font-weight: 500;
    font-size: 1rem;
  }
  .lang-button svg path{
    fill: var(--primary-color);
  }
  .lang-button:hover svg path {
    fill: var(--secondary-color);
  }
  
  .lang-button:hover{
    color: var(--secondary-color);
  }
  .lang-button.open {
    color: var(--secondary-color); /* Цвет текста кнопки */
  }
  
  .lang-button.open svg path {
    fill: var(--secondary-color); /* Цвет иконки */
  }
  
  .js-control-select-list.visible {
    display: block;
  }
 
.lang-list-ul .active{
    background: var(--primary-color);
    
}
.lang-list-ul .active a{
    color: var(--text-white-color);
}
.lang-list-ul li{
padding: .75rem;
border-radius: 4px;
}
.lang-list-ul li a{
    color: var(--primary-color);
    font-family: 'Euclid Circular A', sans-serif ;
}
.lang-list-ul li a:hover{
    color: var(--secondary-color);
}
.footer_social_links{
    display: flex;
    gap: 20px;
}
.footer_social_links .item svg path{
    fill: var(--primary-color);
}
.d_1200, .d_750{
    display: none;
}

.main-top__mail {
    top: 5.5rem;
  }
.overview_desc_wrapper_mob{
    display: none;
    flex-direction: column;
    gap: 10px;
    width: 100vh;
    height: 100vh;
}
.popup{
    display: none;
    position: absolute;
    background: var(--text-white-color);
    width: 100%;
    height: 100vh;
    z-index: 40;
}
.popup.active {
    display: flex;
}
.close_btn{
    cursor: pointer;
}
.close-popup{
    display: none;
}
.close-popup.active{
    display: block;
}
.popup_wrapper_container{
    width: 28rem;
    height: 30rem;
    padding-bottom: 1rem;
    flex-direction: column;
    display: flex;
    position: relative;
}
.popup_content{
    align-items: center;
    display: flex;
    flex-direction: column;
}
.popup_content h2{
    font-size: 2.5rem;
    line-height: 120%;
    text-align: center;
    font-weight: inherit;
}
.popup_content p{
    max-width: 768px;
    margin-top: 1rem;
    font-size: 1rem;
    text-align: center;
    padding-left: .75rem;
    padding-right: .75rem;
    line-height: 24px;
}
.popup_content input{
    background: transparent;
    border: 2px solid var(--primary-color);
    border-radius: 10px;
    padding-left: 40px;
    font-family: 'Euclid Circular A', sans-serif;
    font-size: 16px;
}
.popup_input{
    position: relative;
}
.popup_input input::placeholder{
    color: grey;
    font-size: 16px;
    font-family: 'Euclid Circular A', sans-serif ;
}
.input_icon_popup{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    height: 14px;
}
.popup_form{
    padding-bottom: 2rem;
    margin-top: 2rem;
    width: 100%;
}
.popup_form button{
    margin-top: 24px;
    width: 100%;
    font-size: 1rem;
    font-family: 'Euclid Circular A', sans-serif ;
    line-height: 90%;
    font-weight: 400;
}
.input-wrapper{
    margin-top: 15px;
    width: 100%;
}
.js-input-label {
    position: relative;
    display: flex;
    border-radius: .5rem;
    border-width: 2px;
    border-color: var(--primary-color);;
    background-color: transparent;
    color: var(--primary-color);
    outline-width: 4px;
    outline-color: rgb(95 67 208/.5);
}
.js-control-input{
    z-index: 10;
    max-width: 387px;
    width: 100%;
    background-color: transparent;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.input__placeholder{
    position: absolute;
    top: 1rem;
    z-index: 10;
    font-size: 1rem;
    line-height: 160%;
    left: 2.5rem;
    color: var(--primary-color);
    outline-color: #fff;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}
.input__icon-left{
    width: fit-content;
    padding-left: 1rem;
    position: absolute;
    display: flex;
    height: 100%;
    align-items: center;
    z-index: 10;
}
.error{
    color: red!important;
}
.popup_wrapper{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.align_center{
    text-align: center;
}
.g-recaptcha{
    display: flex;
    justify-content: center;
    margin-top: 24px;
    width: 100%;
}
.img_cont img{
    width: 100%;
}
.popup_content input:hover{
    border-color: var(--secondary-color);
}
.low_text{
    font-size: 12px;
    color: rgb(134, 128, 160);
}
@keyframes main-top-block-mail-rotate{
    0%{
        transform: rotate(0);
      }
  
    100%{
        transform: rotate(8deg);
    }
}
@keyframes main-top-block-message-rotate {
    0%, 70%{
        transform: rotate(0);
    }
    35%{
        transform: rotate(6deg);
    }
}