* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'Inter-regular';
    font-size: 400;
    src: url('../fonts/Inter-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat-bold';
    font-weight: 700;
    src: url('../fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'Inter-medium';
    font-weight: 500;
    src: url('../fonts/Inter-Medium.ttf');
}

@font-face {
    font-family: 'SF-PRO-DISPLAY-BOLD';
    font-weight: 800;
    src: url('../fonts/SF-Pro-Display-Bold.otf');
}

@font-face {
    font-family: 'SF-PRO-DISPLAY-REGULAR';
    font-weight: 400;
    src: url('../fonts/SF-Pro-Display-Regular.otf');
}

@font-face {
    font-family: 'SF-PRO-DISPLAY-HEAVY';
    font-weight: 700;
    src: url('../fonts/SF-Pro-Display-Regular.otf');
}
@font-face {
    font-family: 'Italic';
    font-weight: 400;
    src: url('../fonts/Inter-Italic.otf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    src: url('../fonts/Roboto.ttf');
}
.title_categories--blue {
    color: #4C5068;
    margin-right: 18px;
    display: flex;
    align-items: center;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

form .form__text-area{
    width: 99%;
}
form{
    max-width: 520px;
}
.cart{
    font-family: 'Italic';
}

.catalogie__btn{
    font-family: 'Italic';
}

.fixed {
    position: fixed;
}

.static {
    position: static;
}

.container {
    max-width: 1299px;
    margin: 0 auto;
}

.nav {
    display: flex;
    justify-content: center;
}





.menu {
    position: fixed;
    /* height: 100vh; */
    background: #D9DBE6;
    padding: 23px 71px;
    left: 0;
    z-index: 99999;
    top: 0;
    flex-direction: column;
    gap: 29px;
    height: 100%;
}

.menu_btn {
    position: absolute;
    top: 40px;
    right: 25px;
}

.menu_btn {
    border: none;
    background-color: transparent;
}





.geo {
    width: 17px;
    height: 20px;
    margin-right: 8px;
}





.tel-link {
    font-size: 12px;
}



.btn__img-mobile {
    border: none;
    background-color: transparent;
}


.scroll_bottom_container {
    min-height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}





.show {
    display: flex;
}





.cart {
    display: flex;
    align-items: center;
}

.right-card__coursine {
    gap: 0px;
}

.hidden {
    display: none;
}



.title_categories {
    display: flex;
    gap: 10px;
    color: #8D91A5;
    padding-top: 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    margin-left: -1180px;
    font-family: 'Roboto';
    font-size: 13px;
}

.title_categories--text {
    color: #8D91A5;
}
.title_categories--grey{
    color:#4C5068;
}

.int_reg_8 {
    color: #fff;
    display: flex;
    justify-content: flex-end;
    font-size: 8px;
    font-family: 'Inter-regular';
}

.flex {
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.int_reg_14 {
    font-family: 'Inter-regular';
    font-size: 14px;
}



.onepayment {
    width: 81px;
    height: 46px;
    margin-bottom: 30px;
}

.twopayment {
    width: 87px;
    height: 31px;
    margin-bottom: 30px;
}

.threepayment {
    width: 88px;
    height: 36px;
    margin-bottom: 30px;
}

/*

ÑÑ‚Ð¾ main

*/
.main {

    background-color: #F2F3F8;
    height: 100%;
}






.advertisement {
    background-image: url(../img/advertise.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 299px;
    height: 237px;
}

.advertisement__title {
    font-family: 'SF-PRO-DISPLAY-BOLD';
    font-size: 24px;
    color: #FFF;
    margin-bottom: 38px;
}
.advertisement__wrp{
    padding-left: 11px;
    padding-top: 44px;
}
.advertisement__text {
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    max-width: 270px;
}

.publishing__title {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.advertisement:not(:last-child){
    margin-bottom: 40px;

}
.advertisement:last-child{
    margin-bottom: 68px;

}


.publishing__item {
    background-color: #FFF;
    padding: 16px;
    border-radius: 10px;
}

.info {
    background-color: #FFF;
    width: 945px;
    height: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.publishing__text {
    max-width: 267px;
    font-family: 'Inter-medium';
}

.publishing__item:not(:last-child) {
    margin-bottom: 15px;
}

.publishing__item:last-child {
    margin-bottom: 40px;
}
.main__innerwrp{
    display: flex;
    justify-content: center;
}
.text-block{
    font-family: 'Inter-medium';
    font-size: 16px;
    max-width: 945px;
    margin-right: 61px;
}
.text{
    margin-bottom: 57px;
}
.form{
    padding-left: 91px;
    padding-top: 94px;
    width: 854px;
    height: 736px;
    background-image: url(../img/form.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#FFF;
    border-radius: 20px;
    margin-bottom: 60px;
}
.form__title{
    font-family: 'Montserrat-bold';
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
    width: 500px;
}
.form__item{
    display: flex;
    width: 100%;
}
.form__text{
    padding-left: 13px;
    margin-bottom: 5px;
    font-family: 'Inter-regular';
    font-family: 'Italic';
}
.form__text-area{
    width: 100%;
    height: 106px;
    border-color:#FFF;
    outline: none;
    background-color: transparent;
    border:none;
    border:1px solid #FFF;
    border-radius: 4px;
    color: white;
    padding: 15px;
}
.adress{
    width: 100%!important;
    height: 41px;
    border-color:#FFF;
    outline: none;
    background-color: transparent;
    border:none;
    border:1px solid #FFF;
    border-radius: 4px;
}
.form__input{
    width: 230px;
    height: 41px;
    border-color:#FFF;
    outline: none;
    background-color: transparent;
    border:none;
    border:1px solid #FFF;
    border-radius: 4px;
    color:#FFF;
    padding-left: 20px;
    font-size: 16px;
}
.form__innerwrp{
    display: flex;
    flex-direction: column;
    margin-bottom: 31px;
    width: 100%;
}
.form__innerwrp:not(:last-child){
    margin-right: 40px;
}
.form__newtext{
    text-align: left!important;
    max-width: 500px;
    margin-bottom: 20px;
}
.form__btn{
    background-color: #F71055;
    border-radius: 20px;
    color:#FFF;
    padding: 14px 20px 14px 20px;
    border:none;

}
.form__btn-wrp{
    display: flex;
    justify-content: flex-end!important;
    max-width: 100%;
}
/*

ÑÑ‚Ð¾ main

*/
@media screen and (max-width:1440px) {
    .main__innerwrp{
        flex-direction: column;
        align-items: center;
    }
    .form{
        margin-bottom: 20px;
        width: 350px;
        padding-left: 0;
        display: flex;
        justify-content: center;
        height: 100%;
        flex-direction: column;
        align-items: center;
    }
    .form> form{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .form__wrp{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .text-block{
        margin-right: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .text{
        width: 90%;
    }
    .form__innerwrp{
        margin-right: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .form__newtext{
        margin-bottom: 15px;
        max-width: 242px;
    }
    .form__btn{
        margin-bottom: 45px;
    }
    .form__innerwrp:not(:last-child){
        margin-right: 0px;
    }
    .form__title{
        text-align: center;
    }
    .form__item{
        flex-direction: column;
        align-items: center;
    }
    .form__input{
        width: 262px;
    }
    .adress{
        width: 262px;
    }
    .form__text-area{
        width: 100%!important;
    }
    .title_categories{
        margin-left: -402px;
    }
    .block-title{
        width: 390px;
    }
    .advertisement{
        display: flex;
        justify-content: center;
    }


    .info{
        width: 387px;
        height: 254px;
    }

    .nav {
        flex-direction: column;

    }

    .onepayment {
        width: 86px;
        height: 46px;
        margin-bottom: 0px;
    }


    .twopayment {
        width: 87px;
        height: 31px;
        margin-bottom: 0px;
    }

    .threepayment {
        width: 88px;
        height: 36px;
    }



    .info{
        margin-bottom: 42px;
    }
}

@media screen and (max-width:1200px) {
    .onepayment {
        width: 86px;
        height: 46px;
        margin-bottom: 0px;
    }

    .twopayment {
        width: 87px;
        height: 31px;
        margin-bottom: 0px;
    }

    .threepayment {
        width: 88px;
        height: 36px;
    }


}

@media screen and (max-width:768px) {




}
@media screen and (max-width:500px) {
    .form{
        width: 300px;
    }
    .form__newtext{
        width: 100%;
        text-align: center;
    }
    .form__title{
        text-align: center;
        width: 100%;
    }
    .form{
        flex-direction: column;
    }
    .title_categories {
        margin-left: -185px;
    }
}