:root {
    color-scheme: light;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
body{
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
    min-width: 350px;
}
header{
    width: 1440px;
    margin: 0 auto;
    height: 73px;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-btn{
    display: flex;
    gap: 15px;
}
.logo-ttc{
    width: 77px;
}
.logo-altel{
    width: 151px;
}
.lang{
    background-color: transparent;
    border: 2px solid green;
    border-radius: 6px;
}
.logo-tel{
    display: block;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight:700;
    font-size: 20px;
    line-height: 20px;
}
.btn{
    padding: 10px 45px;
    background-color: #50B748;
    border-radius: 8px;
    color: #fff;
    border: none;
    font-size: 12px;
}
.btn:hover{
    cursor: pointer;
    background-color: #50B748;
    transition: all .2s ease-in;
}
main{
    width: 1440px;
    height: 670px;
    margin: 0 auto;
    background-image: url('src/bg.jpg');
    background-size: cover;
    overflow-x: hidden;
}
#politic{
    accent-color: #50B748;
}
.baner{
    width: 100%;
    height: 670px;
    padding: 127px 0;
    display: flex;
    justify-content: space-between;
    color: #fff;
    /* overflow: hidden; */
}
.block1{
    min-width: 600px;
    font-weight: bold;
    font-size: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 65px;
}
.block2{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    padding-right: 35px;
    position: relative;
    flex: 1;
    align-items: center;
}
.sub-block1{
    font-size: 60px;
    line-height: 68px;
    font-weight: bolder
}
.sub-block2{
    display: flex;
    gap: 10px;
    flex-direction: column;
    font-size: 32px;
    line-height: 40px;
    position: absolute;
    top: 80px;
    align-items: center;
}
.sub-block2 > p{
    width: 800px;
    padding: 10px 15px;
    background-color: rgba(256, 256, 256, .3);
    font-size: 60px;
    transform: skewX(-20deg);
    text-align: center;
}
.sub-block2>p>span{
    display: block;
    line-height: 68px;
    transform: skewX(20deg);
}
.sub-block3{
    display: flex;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.rubik-mono-one-regular {
    font-family: "Rubik Mono One", monospace;
    font-weight: 400;
    font-style: normal;
}
.sub-block-fon{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    line-height: 108px;
    font-weight: bold;
    padding: 10px 30px;
    background-color: #E6470F;
    position: absolute;
    right: -178px;
    width: 360px;
    transform: skewX(-20deg);
}
.sub-block-fon>span{
    display: flex;
    transform: skewX(20deg);
}
section{
    width: 1440px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 100px;
}
.tarif-list{
    display: flex;
    justify-content: space-around;
    gap: 10px;
    flex-wrap: wrap;
    /* position: relative; */
}
.tarif{
    background-color: #F1F9F0;
    width: 384px;
    border-radius: 32px;
    /* border: 1px solid #DFDFDF; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    /* padding: 140px 0 100px 0; */
    /* margin-top: -20px; */
    min-width: 300px;
    /* top: -20px; */
}
.tarif-price{
    width: 320px;
    height: 161px;
    background: #24d11b;
    background: linear-gradient(250deg, #6AAB4F 0%, #CCD353 100%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    gap: 5px;
    line-height: 32px;
    border-radius: 32px;
    position: absolute;
    top: -26px;
}
.tarif-not-relevant-price{
    color: #fff !important;
    font-weight: normal;
    text-decoration:line-through
}
.tarif-actual-price{
    font-size: 24px;
    line-height: 32px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
}
.tarif-actual-price>span{
    font-size: 14px;
    line-height: 10px;
    color: #040404;
    font-weight: normal;
}
.tarif-info{
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 100%;
    margin: 160px 0 40px 0;
}
.tarif-internet{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    align-items: center;
}
.internet-name{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
}
.internet-speed, .phone-info2{
    display: flex;
    width: calc( 100% - 64px);
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid #50B748;
    padding-bottom: 12px;
}
.phone-info2{
    border-bottom: none;
}
.internet-speed>span{
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
}
.tarif-phone{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.phone-data{
    display: flex;
    width: 90%;
    align-items: center;
}
.phone-info{
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    font-weight:800;
    font-size: 16px;
    line-height: 24px;
}
.phone-info>span{
    font-weight: normal;
    font-size: 1rem;
}
.tarif-benefit{
    width: 100%;
    background: #D75629;
    padding: 25px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius:  0 0 32px 32px;
    color: #fff;
    padding-bottom: 30px;
}

.benefit-text{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.common-text{
    font-size: 16px;
    line-height: 24px;
}

.tarif-tv, .tv-data{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.tv-info{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tarif-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    bottom: -41px;
    background-color: #ACACAC;
}
.tarif-btn span{
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}
.forms{
    display: flex;
    justify-content: space-around;
    gap: 10px;
    margin-top: 100px;
    flex-wrap: wrap;
}
.form{
    background-color: #f4f4f4;
    width: 400px;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 30px;
    min-width: 300px;
}
.input{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.inpt{
    width: 100%;
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
.agreement{
    display: flex;
    gap: 10px;
    align-items: start;
    font-size: .7rem;
    color: #636363;
}
.connect{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.connect p{
    color: #383838;
    font-size: 1.2rem;
}
.connect .btn{
    font-size: 1.2rem;
}
.faq{
    margin-top: 130px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.faq-title{
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: bolder;
}
.faq .inpt{
    padding-right: 20px;
}
.questions{
    display: flex;
    gap: 20px;
    width: 100%;
}
.questions-block{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 50%;
}
.details {
    position: relative;
    display: block;
    background: #f4f4f4;
    border-radius: 5px;
    transition: 0.3s;
    overflow: hidden;
    min-height: 76px;
}
  
.details::after {
    position: absolute;
    right: 24px;
    top: 20px;
    content: "";
    display: block;
    width: 24px; 
    height: 24px;
    background: url("src/arrow.svg") no-repeat center center;
    background-size: contain;
    transition: transform 0.3s;
}
  
.details[open]::after {
    transform: rotate(180deg);
}
  
.details[open] {
    padding-bottom: 100px;
}
  
.details[open] .details__title {
    margin-bottom: 15px;
}
  
.details__title {
    background: #F6F6F7;
    padding: 24px;
    font-size: 22px;
    line-height: 28px;
    cursor: pointer;
    list-style: none;
    font-weight: 700;
    transition: .3s;
    padding-right: 58px;
}
  
.details__title::-webkit-details-marker {
    display: none;
}
  
.details__content {
    padding: 0 20px;
    font-size: 16px;
    color: #6c6d6d;
    margin-bottom: -60px;
}
  
.details__content p:last-child {
    margin-bottom: 0;
}
.details__content p:first-child {
    margin-top: 0;
}
footer{
    width: 100%;
    min-width: 344px;
    /* margin-top: 50px; */
    background-color: #636363;
}
.footer-wrapper{
    padding: 60px 0 40px 0;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.footer-info{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end;
    font-size: 14px;
}
footer a{
    color: #fff;
}
footer img{
    filter: invert(0.5) brightness(2);
}
.shadow{
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.simcard{
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-wrap: wrap;
    height: 70px;
}
.logo{
    display: flex;
    gap: 24px;
    align-items: center;
}
.docs{
    font-size: 12px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 5x;
}
.hiden{
    display: none !important;
}
.modal-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000066;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: #0000006e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sk-folding-cube {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.sk-folding-cube .sk-cube::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: sk-folding-cube-angle 2.4s infinite linear both;
    animation: sk-folding-cube-angle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube-1::before {
    background-color: #2ca449
}

.sk-folding-cube .sk-cube-2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube-3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube-4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube-2::before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    background-color: #50b748
}

.sk-folding-cube .sk-cube-3::before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    background-color: #99ca3c
}

.sk-folding-cube .sk-cube-4::before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    background-color: #b4e226
}
.hide{
    display: none !important;
}
@-webkit-keyframes sk-folding-cube-angle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }
    100%, 90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes sk-folding-cube-angle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }
    100%, 90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@media (max-width: 1400px) {
    header, main, section{
        width: 100%;
    }
    .sub-block-fon{
        justify-content: start;
        padding: 10px;
    }
    .block1{
        min-width: fit-content;
        font-size: 50px;
    }
    .sub-block1, .sub-block2 > p  {
        font-size: 50px;
    }
    .sub-block2, .sub-block3{
        font-size: 25px;
    }
    
    .header-wrapper{
        padding: 10px;
    }
    .wrapper{
        width: 90%;
    }
    .tarif{
        width: 350px;
    }
    .tarif-benefit{
        bottom: -70px;
    }
    /* .tarif-btn{
        bottom: -110px;
    } */
    .forms{
        margin-top: 130px;
    } 
    .questions{
        flex-wrap: wrap;
        justify-content: center;
    }
    .questions-block{
        width: 90%;
    }
}
@media (max-width: 1190px) {
    .tarif-list{
        row-gap: 88px;
    }
    .tarif{
        width: 384px;
    }
}
@media (max-width: 1080px) {
    .baner{
        margin-bottom: 25px;
        flex-direction: column;
        gap: 30px;
        height: max-content;
    }
    .block1{
        flex-direction: row;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    .block2{
        gap: 200px;
        padding-right: 0;
    }
    .sub-block2, .sub-block3 {
        font-size: 32px;
    }
    .sub-block-fon{
        right: -110px;
    }
    .footer-wrapper{
        flex-direction: column;
        gap: 20px;
        align-items: start;
        padding: 20px;
    }
    .footer-info{
        align-items: start;
    }
    .faq{
        padding: 20px;
    }
}
@media (max-width: 940px) {
    .baner{
        padding: 50px;
    }
    .block2{
        gap: 190px;
    }
    .sub-block2 > p  {
        width: 400px;
    }
    /* .tarif-list{
        row-gap: 170px;
    } */
    .sub-block3{
        font-size: 1.8rem;
    }
}
@media (max-width: 750px) {
    .tarif{
        width: 90%;
    }
    .baner{
        gap: 0;
    }
    .block1 {
        min-width: fit-content;
        font-size: 32px;
    }
    .tarif-price{
        width: 90%;
        padding: 12px;
        gap: 5px;
        /* line-height: 0; */
        justify-content: center;
    }
    .form{
        width: 80%;
    }
    .logo{
        gap: 10px;
    }
    .logo-ttc{
        width: 60px;
    }
    .logo-altel{
        width: 100px;
    }
    .logo-tel{
        font-size: .8rem;
    }
    .baner{
        padding: 20px;
    }

    .sub-block1{
        font-size: 2rem;
    }
    .sub-block2{
        font-size: 1.5rem;
    }
    .sub-block2 > p{
        font-size: 1.5rem;
        padding: 0 15px;
    }
    .sub-block2>p>span{
        letter-spacing: 10px;
    }
    .sub-block3{
        font-size: 1.5rem;
    }
    .sub-block-fon{
        font-size: 3rem;
        padding: 5px 15px;
        right: -260px;
    }
    .header-btn{
        gap: 5px;
    }
    .faq-title{
        font-size: 32px;
        line-height: 35px;
        text-align: center;
    }
    /* .sub-block3{
        flex-direction: column;
    } */
}
@media (max-width: 455px) {
    .sub-block3{
        font-size: 1rem;
        line-height: 30px;
    }
    .sub-block-fon{
        font-size: 3rem;
        padding: 5px 15px;
        right: -233px;
    }
}

.btn:disabled{
    background-color: #bebebe !important;
}