@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700;800&display=swap');
body{
    font-family: 'Exo 2', sans-serif;
    background-color: #F4F5FA;
}
a{
    text-decoration: none;
}
.container{
    max-width: 1250px;
    margin: 0 auto;
}
.adaptive-switch{
    display: none;
    visibility: hidden;
}
.header{
    background: #F4F5FA;
    width: 1250px;
    height: 100px;
    margin: 0 auto;
    border-radius: 20px;
    -webkit-box-shadow: 16px 11px 30px -8px rgba(99, 25, 208, 0.2);
    -moz-box-shadow: 16px 11px 30px -8px rgba(99, 25, 208, 0.2);
    box-shadow: 16px 11px 30px -8px rgba(99, 25, 208, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sale__block{
    background-color: #6319D0;
    width: 350px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 13px;
    margin-left: 50px;
}
.sale-text{
    color: white;
    font-size: 17px;
}
.remaining-text{
    font-size: 20px;
    color: #252525;
    font-weight: 600;
}
.sale__timer{
    width: 300px;
    height: 80px;
    background-color: #EFE8FA;
    border-radius: 20px;
}
.timer{
    padding-top: 25px;
}
.language__switch{
    margin-right: 50px;
}
.UZ{
    margin-right: 20px;
    font-size: 24px;
    background-color: #6319D0;
    color: white;
    padding: 10px 10px;
    border-radius: 7px;
    font-weight: 600;
}
.RU{
    font-size: 24px;
    background-color: #EFE8FA;
    color: black;
    padding: 10px 10px;
    border-radius: 7px;
    font-weight: 600;
}
.RU:hover,
.UZ:hover{
    background-color: #6319D0;
    color: white;
}
.publicOffer__titile-container{
    margin-top: 70px;
    text-align: center;
}
.publicOffer-titile{
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
.publicOffer__nav-container{
    text-align: center;
    margin-top: 15px;
}
.publicOffer-nav{
    font-size: 20px;
    color: #6319D0;
    font-weight: 600;
}
.main-link{
    text-decoration: underline;
    color: #6319D0;
}
.publicOffer__body-container{
    margin-top: 50px;
}
.offer-title-container{
    margin-top: 20px;
    margin-bottom: 20px;
}
.offer-title{
    font-weight: 700;
    text-decoration: underline;
    padding-top: 10px;
}
.footer__section{
    margin-top: 50px;
    height: 330px;
    background-color: #430A99;
}
.footer__section-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 100px;
}
.footer__middle-container{
    margin-right: 50px;
}
.footer__text-container{
    text-align: center;
    margin-top: 10px;
}
.footer-text{
    color: white;
    font-size: 16px;
}
.footer-link{
    color: white;
    text-decoration: underline;
}
.all-rights-reserved-container{
    text-align: center;
    margin-top: 50px;
}
.all-rights-reserved{
    color: white;
}

@media screen and (max-width: 1200px){
    
    body{
        overflow-x: hidden;
    }
    .container{
        max-width: 900px;
    }
    .main-img{
        display: inherit;
        visibility: visible;
    }

    /* main section */
    
    .main__section{
        background: #F4F5FA;
        padding-bottom: 50px;
    }
    .main__section-body{
        flex-direction: column;
    }
    .body__container-left{
        text-align: center;
    }
    .body__container-text{
        margin-top: 50px;
    }
    .header{
        flex-direction: column;
        width: 600px;
        height: 300px;
        border-radius: 0px 0px 60px 60px;
        justify-content: center;
    }
    .pc-switch{
        display: none;
        visibility: hidden;
    }
    .adaptive-switch{
        visibility: visible;
        display: block;
        margin-right: 0px;
        padding-top: 30px;
    }
    .sale__block{
        margin-left: 0px;
        margin-top: 30px;
    }
    .sale__remaining{
        margin-top: 30px;
    }
    .sale__timer{
        margin-top: 30px;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
}

/* PHONES */

@media screen and (max-width: 500px){
    
    body{
        overflow-x: hidden !important;
    }
    .wrapper{
        overflow-x: hidden !important;
    }

    /* main section */

    .main__section{
        padding-bottom: 0px;
    }
    .header{
        width: 350px;
        height: 220px;
    }
    .adaptive-switch{
        padding-top: 30px;
    }
    .sale__block{
        background-color: transparent;
        margin-top: 10px;
        padding-bottom: 0px;
    }
    .sale-text{
        color: black;
        font-weight: 800;
        font-size: 19px;
    }
    .sale__remaining{
        margin-top: 10px;
    }
    .sale__timer{
        margin-top: 10px;
        height: 50px;
    }
    .timer{
        padding-top: 15px;
    }
    .publicOffer-titile{
        font-size: 30px;
    }
    .publicOffer__body-container{
        margin-left: 10px;
        margin-right: 5px;
    }

    /* footer section */

    .footer__section{
        height: auto;
    }
    .footer__section-container{
        flex-direction: column;
        padding-top: 0px;
    }
    .footer__middle-container{
        margin-right: 0px;
    }
    .foooter__left-container,
    .footer__middle-container,
    .footer__right-container{
        margin-top: 40px;
    }
    .all-rights-reserved-container{
        margin-top: 40px;
        padding-bottom: 40px;
    }
}