* {
    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: 'Roboto';
    font-weight: 400;
    src: url('../fonts/Roboto.ttf');
}
@font-face {
    font-family: 'Italic';
    font-weight: 400;
    src: url('../fonts/Inter-Italic.otf');
}

.title_categories--blue {
    color: #4C5068;
    margin-right: 18px;
    display: flex;
    align-items: center;
}
a {
    text-decoration: none;
}

li {
    list-style: none;
}


.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%;
}

.payment-block {
    display: flex;
    justify-content: center;
}

.pay__title {
    font-size: 28px;
    font-family: 'Montserrat-bold';
    margin-bottom: 20px;
    color:#1E202A;
}

.pay__subtitle {
    font-family: 'Montserrat-bold';
    font-size: 22px;
    margin-bottom: 20px;
    color:#1E202A;
}

.list__item {

    width: 301px;
    height: 192px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border-radius: 25px;
}

.list {
    display: flex;
}

.pay__text {
    color: #F71055;
    font-family: 'Montserrat-bold';
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.list__text {
    max-width: 241px;
}

.list__subtitle {
    max-width: 241px;
    font-family: 'Montserrat-bold';
    margin-bottom: 10px;
    color:#1E202A;
}

.list__text {
    font-family: 'Inter-medium';
    color:#3E3E47;
}

.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;
    color:#3E3E47;
}

.advertisement:not(:last-child) {
    margin-bottom: 40px;

}

.advertisement:last-child {
    margin-bottom: 68px;

}

.info__text {
    max-width: 800px;
    font-family: 'Inter-medium';
    color:#1E202A;
}

.publishing__item {
    background-color: #FFF;
    padding: 16px;
    border-radius: 10px;
}

.list {
    margin-bottom: 40px;
}

.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';
    color:#3E3E47;
}

.publishing__item:not(:last-child) {
    margin-bottom: 15px;
}

.publishing__item:last-child {
    margin-bottom: 40px;
}

.pay {
    margin-right: 59px;
}

/*

это main

*/
@media screen and (max-width:1440px) {
    .pay {
        margin-right: 0px;
    }

    .title_categories {
        margin-left: -402px;
    }

    .block-title {
        width: 390px;
    }

    .advertisement {
        display: flex;
        justify-content: center;
    }

    .info__text {
        max-width: 334px;
    }

    .pay__title {
        font-size: 22px;

    }

    .pay__subtitle {
        font-size: 18px;
        padding-left: 0;

    }

    .payment-block {
        flex-direction: column;
        align-items: center;
    }

    .info {
        width: 387px;
        height: 254px;
    }

    .list {
        flex-direction: column;
    }

    .nav {
        flex-direction: column;

    }

    .onepayment {
        width: 86px;
        height: 46px;
        margin-bottom: 0px;
    }

    .list__item {
        width: 387px;
        margin-bottom: 20px;
        border-radius: 20px;
        margin-right: 0;
    }

    .pay {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .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) {
   
    .list__item {
        width: 350px;
        margin-right: 0;
    }
    .title_categories{
        margin-left: -321px;
    }

   
}

@media screen and (max-width:500px) {

    .list__item {
        width: 260px;
    }

    .main__title {
        max-width: 300px;
        font-size: 24px;
    }

    .publications_subtitle--big {
        font-size: 18px;
    }

    .publications_subtitle--low {
        font-size: 14px;
    }

    .title_categories {
        width: 300px;
        margin-left: -52px;
    }

    .block-title {
        max-width: 280px;
    }

    .pay__subtitle {
        font-size: 14px;
    }
    .info{
        width: 280px;
    }
    
    .info__text{
        font-size: 12px;
        max-width: 223px;
    }
    
}