/* Main page */

.main-catalog {
    padding: 50px 0;
}

.main-title {
    font-size: 1.5rem;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    color: #f29059;
    margin-bottom: 24px;
}

.main-best {
    position: relative;
    width: 100%;
    height: 100vw;
    max-height: 630px;
    /*background-size: cover;*/
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

/*.main-best::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: 28px solid transparent;
    border-left: 28px solid #ffec3b;
    border-top: 28px solid #ffec3b;
}*/


/* main-category */

.main-category {
    margin-top: 34px;
}

.category-title {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.category-list-title {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.category-poster-title{
	width: 100px;
    height: 100px;
	max-width: 100px;
    max-height: 100px;
    border-radius: 12%;
    -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 14px;
}

.category-list {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category-poster {
    width: 100%;
    height: 100px;
    /* border-radius: 12%; */
    border-radius: 50px;
    border: 1px solid lightgrey;
    /* -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.24); */
    /* box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.24); */
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*max-width: 200px;*/
    /*max-height: 200px;*/
    background: #ffffff !important;
}

.category-name-menu {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}


.category-name {
    position: absolute;
    top: 45%;
    left: 50%;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #1e2026;
}


/* main-about */

.main-about {
    margin-top: 30px;
    background: #23252e;
    padding: 33px 0 40px;
}

.about-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 21px;
}

.main-about__txt {
    color: #6c6d71;
    font-size: 18px;
    line-height: 29px;
    min-height: 131px;
}

/*@media screen and (max-width: 420px) {
    .category-name {
        font-size: 14px;
    }
}*/

@media screen and (max-width: 374px) {
    .category-name {
        font-size: 18px;
    }
}

.main-page_order-type-select-div {
    margin-left: 20px;
    margin-bottom: 20px;
}