/* Main page */

.main-catalog {
    padding-top: 55px;
}

.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: 55px;
}

.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: 80%;
    height: 100px;
    /* border-radius: 12%; */
    border-radius: 15px;
    /*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: 0 auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*max-width: 200px;*/
    max-height: 77px;
    background: transparent !important;
    border: 2px solid #e0b94b;
}

/* .category-list .category[href="http://access.clientomer.ru/qr/446090/category-list.php/?catId=901"]:nth-child(1) .category-poster {
    background: url(../img/bg-btn-1.jpg) !important;
    background-size: cover !important;
}

.category-list .category[href="http://access.clientomer.ru/qr/446090/category-list.php/?catId=902"]:nth-child(2) .category-poster {
    background: url(../img/bg-btn-2.jpg) !important;
    background-size: cover !important;
}

.category-list .category[href="http://access.clientomer.ru/qr/446090/category-list.php/?catId=904"]:nth-child(3) .category-poster {
    background: url(../img/bg-btn-3.jpg) !important;
    background-size: cover !important;
}

.category-list .category[href="http://access.clientomer.ru/qr/446090/category-list.php/?catId=903"]:nth-child(4) .category-poster {
    background: url(../img/bg-btn-4.jpg) !important;
    background-size: cover !important;
} */

/* .category-list .category[href="#"]:nth-child(5) .category-poster {
    background: url(../img/bg-btn-5.jpg) !important;
    background-size: cover !important;
} */

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


.category-name {
    position: absolute;
    top: 40%;
    left: 50%;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: none;
}


/* 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;
    }
}