* {
    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: 'Roboto';
    font-weight: 400;
    src: url('../fonts/Roboto.ttf');
}

@font-face {
    font-family: 'Inter-medium';
    font-weight: 500;
    src: url('../fonts/Inter-Medium.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;
}


.fixed {
    position: fixed;
}

.static {
    position: static;
}

.container {
    max-width: 1299px;
    margin: 0 auto;
}

.nav {
    display: flex;
    justify-content: center;
}


.cart {
    font-family: 'Italic';
}

.catalogie__btn {
    font-family: 'Italic';
}

.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;
}

.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;
}











.cart {
    display: flex;
    align-items: center;
}

.right-card__coursine {
    gap: 0px;
}

.hidden {
    display: none;
}


.main {
    background-color: #F2F3F8;
}

.footer_contact p {
    font-family: 'Italic';
    color: #3494EC;
}

.int_reg_8 {
    color: #fff;
    display: flex;
    justify-content: flex-end;
}

.int_reg_14 {
    font-family: 'Inter-regular';
}

.title_categories {
    display: flex;
    padding-left: 70px;
    font-family: 'Roboto';
    font-size: 13px;
}

.title_categories--grey {
    color: #4C5068;
    margin-right: 18px;
}

.title_categories--text {
    color: #8D91A5;
}

.arrow-category {
    margin-right: 17px;
}

.title_categories {
    padding-top: 20px;
    margin-bottom: 31px;
}

.up-card__list {
    padding-left: 15px;
}

.up-card {
    padding: 20px;
    background-color: #FFF;
    width: 234px;
    border-radius: 20px;
    margin-bottom: 20px;
    height: 59%;
    display: flex;
    flex-direction: column;
}

.list {
    padding-left: 15px;
}

.up-card__title {
    font-family: 'Montserrat-bold';
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 28px;
    color: #1E202A;
}

.up-card__link {
    color: #F71055;
    font-family: 'Inter-medium';
}



.up-card__item:hover>.list {
    display: flex;
    flex-direction: column;
    transition: 0.5s;
}

.up-card-inner {
    margin-bottom: 10px;
}

.up-card__item:hover>.up-card-inner>.up-card__link {
    color: #4C5068;
    margin-bottom: 10px;
}

.left-card {
    margin-right: 20px;
    padding-left: 70px;
}



.list__item {
    margin-bottom: 10px;
    font-family: 'Inter-regular';
}

.list__link {
    color: #4C5068;
}

.up-card__item {
    margin-bottom: 10px;
}

.down-card {
    width: 274px;
    height: 170px;
    display: flex;
    align-items: center;
    background-image: url(../img/maskcatalogdesktop.svg);
    color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    border-radius: 20px;

}

.down-card__title {
    max-width: 124px;
    padding-left: 20px;
    font-family: 'Montserrat-bold';
}

.right-card__item {
    padding: 20px;
    background-color: #FFF;
    padding: 32px 40px;
    border-radius: 20px;
    margin-bottom: 20px;
    width: 967.8px;
}

.right-card__item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-card__text {
    font-family: 'Inter-medium';
    color: #4C5068;
    display: flex;
    align-items: center;

}

.right-card__text::after {
    content: '';
    border: 1px solid #8D91A5;
    margin-right: 15px;
    margin-left: 15px;
    height: 20px;
}
.right-card__text:last-child::after{
    margin-left: 83px;
    margin-right: 1px;
}

.left-card-wrp {
    display: flex;
}

.inner-wrp-catalogie {
    display: flex;
    flex-direction: column;

}

.right-card__button {
    display: flex;
    align-items: center;
    background-color: #F71055;
    border: none;
    padding: 10px 15px;
    border-radius: 10px;
    gap: 5px;
    color: #FFF;
    font-family: 'Inter-regular';
}

.catalogie__btn-wrp {
    display: flex;
    justify-content: center;
}

.catalogie__btn {
    background-color: #3494EC;
    border: none;
    color: #FFF;
    font-family: 'Inter-regular';
    padding: 8px 10px;
    border-radius: 20px;
    width: 134px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 101px;
}

.right-card__text-wrp {
    display: flex;
}



.int_reg_8 {
    font-family: 'Inter-regular';
    font-size: 8px;
    color: #FFF;
    text-align: right;
}
.right-card__item  .right-card__text-wrp:nth-child(2) .right-card__text:last-child::after{ 
    margin-left: 79px; 
    margin-right: 15px;
 }
.flex {
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.cart__coursine {
    margin-right: 0px !important;
}
.right-card__item .right-card__text-wrp:nth-child(2) .right-card__text:last-child::after{
    margin-left: 15px;
}
.right-card__text:last-child::after{
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (max-width:1440px) {
    .list__item {
        display: flex;
        text-align: center;
    }

    .list {
        overflow-y: scroll;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 60px;
        padding-left: 0;
    }

    .list__link {
        padding: 10px;
        background-color: #FFF;
        border-radius: 20px;
        padding: 8px 15px;
        margin-bottom: 0;
        display: inherit;
        font-size: 12px;
        padding: 15px;
        text-align: center;
        justify-content: center;
        width: 149px;


    }

    .up-card__item:not(:last-child) {
        margin-right: 15px;
    }

    .left-card-wrp {
        flex-direction: column;
    }

    .up-card__item {
        margin-bottom: 0;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
        text-align: center;
    }




    .right-card__button {
        flex-direction: column-reverse;
        padding: 30px 10px;
        height: 62px;
        justify-content: center;
    }

    .down-card {
        width: 580px;
        height: 110px;
        border-radius: 20px;
        margin-bottom: 20px;

    }

    .up-card__list {
        display: flex;
        justify-content: space-between;
        padding-left: 0;
        flex-direction: row;

    }

    .up-card {
        width: 580px;
        background-color: transparent;
        padding: 0px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .down-card__title {

        max-width: none;
    }

    .up-card__link {
        background-color: #FFF;
        border-radius: 20px;
        padding: 8px 15px;
        margin-bottom: 0;
        display: flex;
        text-align: center;
        font-size: 12px;
        width: 149px;
        display: flex;
        justify-content: center;
        padding: 15px;
    }




    .inner-wrp-catalogie {
        flex-direction: column;
        align-items: center;
    }

    .left-card {
        padding-left: 0px;
        margin-right: 0;
    }

    .title_categories {
        width: 580px;
        padding-left: 0;
    }

    .right-card__text-wrp {
        flex-direction: column;
        align-items: flex-start;
    }


    .nav {
        flex-direction: column;

    }

    .right-card__item {
        width: 500px;

    }

    .right-card__text:last-child::after {
        margin-left: 83px;
        margin-right: 15px;
    }
    .right-card__item  .right-card__text-wrp:nth-child(2) .right-card__text::after{ 
        display: none;
      }
      .right-card__item  .right-card__text-wrp:nth-child(2) {
        margin-right: 20px;
     }
     .right-card__text:not(:last-child){
        margin-bottom: 9px;
     }

}

@media screen and (max-width:1200px) {
    .up-card__item {
        margin-left: 0px;
    }

    .up-card__link {
        margin-left: 0;
    }

    .up-card__list {
        flex-direction: row;
        align-items: center;
    }
    .right-card__item  .right-card__text-wrp:nth-child(2) .right-card__text::after{ 
       display: none;
     }
     .right-card__item  .right-card__text-wrp:nth-child(2) {
        margin-right: 20px;
     }
 
}

@media screen and (max-width:768px) {
    .right-card__item  .right-card__text-wrp:nth-child(2) .right-card__text::after{ 
        display: none;
      }
    .right-card__item .right-card__text-wrp:nth-child(2) .right-card__text:last-child::after {
        margin-left: 62px;
        margin-right: 1px;
    }
    .right-card__text::after{
        height: 20px;
    }
    .right-card__text:last-child::after {
        margin-left: 66px;
        margin-right: 1px;
    }
    .right-card__button--active {
        background-color: #F2F3F8;
        color: #3494EC;
    }

    .right-card__button {
        font-size: 8px;
    }


    .down-card {
        width: 374px;
        padding: 20px;
        background-position: right;
        display: flex;
        justify-content: center;
    }

    .footer_top_right {
        flex-direction: column;
    }

    .right-card__text {
        font-size: 12px;
    }

    .right-card__item {
        width: 387px;
        padding: 13px;

    }
    .list__link{
        width: 100px;
    }
    .up-card__link{
        width: 100px;
    }
    .down-card__title {
        display: flex;
        justify-content: center;
        padding-left: 0;

    }

    .title_categories {
        width: 414px;
    }

    .up-card {
        width: 378px;
    }
    .right-card__item  .right-card__text-wrp:nth-child(2) {
        margin-right: 20px;
     }
}

@media screen and (max-width:450px) {
    .right-card__text:last-child::after{
        margin-left: 65px;
    }
    .right-card__item  .right-card__text-wrp:nth-child(2) .right-card__text::after{
       display: none;
    }
    .right-card__item  .right-card__text-wrp:nth-child(2) {
        margin-right: 20px;
     }
     .right-card__text{
        height: 31px;
     }
    .right-card{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .down-card {
        width: 100%;
        padding: 0;
    }

    .right-card__item {
        /* width: 80%; */
        font-size: 10px;
    }

    .up-card {
        font-size: 10px;
        width: 100%;
    }

    /* .header__search{
        margin-right: 0;
    } */
    .title_categories {
        width: 100%;
    }

    .right-card__item {
        width: 342px;
    }

    .right-card__text {
        font-size: 12px;
        font-family: 'Italic';
    }
}

@media screen and (max-width:400px) {
    .up-card__link {
        background-color: #FFF;
        border-radius: 10px;
        padding: 8px 15px;
        margin-bottom: 0;
        display: flex;
        text-align: center;
        font-size: 8px;
        width: 57px;
        display: flex;
        justify-content: center;
        padding: 5px;
    }

    .list__link {
        margin-bottom: 0;
        display: inherit;
        font-size: 8px;
        padding: 5px;
        text-align: center;
        justify-content: center;
        width: 61px;
        background-color: #FFF;
        border-radius: 20px;
    }
    .up-card__list{
        flex-direction: row;
        max-width: 290px;
    }
    .header__input{
        min-width: auto !important;
    }
}