* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'Inter-regular';
    font-size: 400;
    src: url('../fonts/Inter-Regular.ttf');
}

@font-face {
    font-family: 'Helvetica';
    font-size: 400;
    src: url('../fonts/helvetica_regular.otf');
}


@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';
}

.main__btn {
    background-color: #3494EC;
    border: none;
    color: #FFF;
    font-family: 'Italic';
    padding: 8px 10px;
    border-radius: 20px;
    width: 134px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 101px;

}

.main__block-btn {
    display: flex;
    justify-content: center;
    display: none;
}


.fixed {
    position: fixed;
}

.static {
    position: static;
}

.container {
    max-width: 1299px;
    margin: 0 auto;
}

.nav {
    display: flex;
    justify-content: center;
}
.title_categories--text{
    color:#8D91A5;
    font-family: 'Roboto';
    margin-right: 18px;
}


.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;
}



.main {
    background-color: #F2F3F8;
    width: 100%;
    height: 100%;
}



.int_reg_8 {
    color: #fff;
    display: flex;
    justify-content: flex-end;
}

.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;
}

.title_categories {
    display: flex;
    padding-left: 70px;
    margin-bottom: 31px;
    margin-left: -70px;
    padding-top: 20px;
    font-family: 'Roboto';
    font-size: 13px;
}

.title_categories--grey {
    color: #4C5068;
    margin-right: 18px;
}

.payment__text {
    width: 140px;
}

.schetchik__input {
    border-radius: 30px;
    border: 1px solid #59ADD0;
    color: #59ADD0;
    outline: none;
    text-align: center;
    width: 60px;
    margin-right: 5px;
    height: 29px;
}

.coursine__text--name {
    width: 66px;
    margin-right: 15px;
}

.schetchik__img {
    margin-right: 5px;
}

.schetchik {
    display: flex;
    align-items: center;
}

.coursine__text--model {
    text-align: center;
    width: 268px;
}

.price {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}


.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';
}




.right-card__coursine {
    gap: 0px;
}



.adress__text {
    font-family: 'Helvetica';
    color: #BEC5D7;
    padding-left: 20px;
}

.adress__title {
    margin-bottom: 20px;
    padding-left: 20px;
    font-family: 'SF-PRO-DISPLAY-REGULAR';
    font-size: 18px;
}

.coursine__button {
    display: flex;
    align-items: center;
    background-color: #F71055;
    border: none;
    padding: 10px 15px;
    border-radius: 20px;
    gap: 5px;
    color: #FFF;
    font-family: 'Inter-regular';
}





.int_reg_8 {
    font-family: 'Inter-regular';
    font-size: 8px;
    color: #FFF;
    text-align: right;
}

.flex {
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.onepayment {
    width: 86px;
    height: 46px;
    margin-bottom: 30px;
}

.choose {
    display: flex;
}

.choose__wrp {
    width: 1301px;
    height: 198px;
    background-color: #3494EC;
    background-image: url(../img/image_new.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
}

.block-photo-search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-photo-search__text {
    max-width: 448px;
    text-align: center;
    font-family: 'Montserrat-bold';
    font-size: 22px;
}

.block-photo-search__text:last-child {
    margin-bottom: 103px;
}

.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;
}

.choose__btn {
    position: absolute;
    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;
    left: 78%;



}

.choose__newtext {
    margin-right: 10px;
}

.choose__btn-innerwrp {
    display: flex;
    justify-content: space-between;
    max-width: 100px;
}

.choose__blocktext {
    display: flex;
    width: 940px;
    align-items: center;

}
.good-card-wrp{
    margin-bottom: 60px;
}
.choose__text {
    font-size: 28px;
    font-family: 'Montserrat-bold';
    color: #FFF;
}

.choose__input {
    border-radius: 20px;
    outline: none;
    border: none;
    background-color: #F2F3F8;
    width: 643px;
    height: 48px;
    padding-left: 20px;
    font-size: 16px;
}

.choose__input-wrp {
    display: flex;
    position: relative;
    width: 643px;
    align-items: center;
}

.twopayment {
    width: 87px;
    height: 31px;
    margin-bottom: 30px;
}

.threepayment {
    width: 88px;
    height: 36px;
}

.right-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.arrow-category {
    margin-right: 18px;
}

.good-card {
    width: 210px;
    padding: 10px;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    color:#4C5068;
}
.good-card:hover{
    transform: translate(5px, -5px);
}
.cards {
    display: flex;
    justify-content: center;
}

.good-card:not(:last-child) {
    margin-right: 20px;

}

.good-card-wrp {
    display: flex;
    max-width: 2500px;
    flex-wrap: wrap;
    justify-content: center;

}

.good_article_block {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.good-card__text {
    font-family: 'Inter-regular';
    font-size: 10px;
}

.good-card__title {
    font-size: 16px;
    font-family: 'Inter-medium';
}

.m75 {
    min-height: 75px;
}

.good_price_block {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.good_cost {
    font-size: 22px;
    font-family: 'Montserrat-bold';
}

.good_price_btn {
    padding: 10px 15px;
    background: #F71055;
    border-radius: 15px;
}

@media screen and (max-width:1440px) {
    .main__block-btn {
        display: flex;
    }

    .choose__text {
        max-width: 300px;
            margin-top: -75px;
    margin-left: -40px;

    }
    

    .choose__btn {
        left: 54%;
    }

    .choose__input-wrp {
        width: 300px;
    }

    .choose__blocktext {
        flex-direction: column;
    }

    .title_categories {
        margin-left: -434px;
        display: flex;
        justify-content: center;
    }

    .choose__wrp {
        width: 626px;
        height: 234px;
        background-color: #3494EC;
        background-image: url(../img/image_new.svg);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: contain;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        margin-bottom: 40px;
    }

    .choose__blocktext {
        flex-direction: row;
        max-width: 500px;
    }

    .choose {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .choose__input {
        width: 300px;
    }

    .right-card {
        align-items: center;
    }

    .right-card__button {
        flex-direction: column-reverse;
        padding: 0;
        width: 74px;
        height: 62px;
        justify-content: center;
    }



    .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;
    }







}

@media screen and (max-width:1200px) {
    .onepayment {
        width: 86px;
        height: 46px;
        margin-bottom: 0px;
    }

    .twopayment {
        width: 87px;
        height: 31px;
        margin-bottom: 0px;
    }
    .title_categories {
        justify-content: center;
        margin-left: -212px;
    }

    .threepayment {
        width: 88px;
        height: 36px;
    }

.choose__text{
    font-size: 20px;
    max-width: 251px;
}


}

@media screen and (max-width:768px) {
    .good-card > img{
        width: 140px;
        position: relative;
        left: 14px;
    }
    .good-card{
        display: flex;
        justify-content: center;
        width: 166px !important;
    }
    .good-card:nth-child(even){
        margin-right: 0;
    }
    .good-card__title{
        font-size: 12px !important;
    }
    .good-card__text{
        font-size: 7px;
    }
    .good_cost{
        font-size: 16px;
    }
    .good_price_btn{
        padding: 5px 9px;
        background: #F71055;
        border-radius: 15px;
        outline: none;
        border-color: #F71055;
    }
    .good-card-wrp{
        min-width: 432px;
        max-width: 432px;
    }
    .good-card {
        width: 186px;
    }

    .good-card-wrp {
        justify-content: center;
    }


    .title_categories {
        justify-content: center;
        margin-left: -148px;
    }

    .choose__wrp {
        width: 397px;
    }

    .choose__blocktext {
        flex-direction: column;

    }
}

@media screen and (max-width:375px) {
    .title_categories {
        margin-left: -320px;
    }

    .cards {
        align-items: center;
        flex-direction: column;
    }

    .good-card-wrp {
        justify-content: center;
    }

    .right-card__button {
        flex-direction: column-reverse;
        /* padding: 25px 0px; */
        height: 48px;
        justify-content: center;
        font-size: 6px;

    }

    .choose__wrp {
        width: 292px;
    }

    .title_categories {
        margin-left: -67px;
    }

    .choose__text {
        font-size: 22px;
        max-width: 250px;
        margin-bottom: 15px;
    }

    .choose__input {
        width: 250px;
    }

    .choose__btn {
        width: 103px;
        left: 55%;
    }

    .choose__input-wrp {
        justify-content: center;
    }

    .block-photo-search__img {
        width: 310px;
        height: auto;
    }

    .block-photo-search__text {
        font-size: 18px;
    }
}