@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --font-family: "Raleway", sans-serif;
}

.bg {
    background: #EADDDC;
}

.holst {
    background: #EADDDC;
    --font-family: "Raleway", sans-serif;
}

.products {
    display: flex;
    justify-content: center;
    gap: 35px;
    padding: 34px 0 0;
}

.products__item {
    flex: 0 0 calc(20% - 24px);
    position: relative;
    border: 1px solid #6d6160;
    border-radius: 18px;
    font-size: 0;
    display: flex;
}

.products__item img{
    max-width: 100%;
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
}

.products__item .name{
    position: absolute;
    bottom: 23px;
    right: 0;
    padding: 18px 34px;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    color: #6d6160;
    border: 1px solid #6d6160;
    border-right: none;
    border-radius: 12px 0 0 12px;
    background: #fff;
}

.products__sticker {
    position: absolute;
    top: -8px;
    left: -41px;
    width: 80px;
    height: 80px;
    border: 1px solid #6d6160;
    border-radius: 50%;
    font-weight: 400;
    font-size: 24px;
    line-height: 80px;
    text-transform: uppercase;
    color: #6d6160;
    text-align: center;
    background: #fff;
}

    /*.products__item {*/
/*    position: relative;*/
/*    margin: 0 30px 0 0;*/
/*}*/

/*.products__item + .products__item {*/
/*    margin: 0 0 0 30px;*/
/*}*/

/*.products__item img {*/
/*    width: auto;*/
/*}*/


.products__item:hover {
    opacity: 0.9;
}

.logotip {
    padding-top: 80px;
    padding-bottom: 86px;
}

.logotip .row{
    margin: 0;
}

.title_block_wr {
    text-align: center;
    font-family: var(--font-family);
    padding-bottom: 40px;
}

.title_block_wr .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #6d6160;
}

.title_block_wr .subtitle {
    font-weight: 700;
    font-size: 31px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: rgba(109, 97, 96, 0.5);
}



/*@media all and (max-width: 768px) {*/
/*    .products__item {*/
/*        margin: 0;*/
/*    }*/

/*    .products__item + .products__item {*/
/*        margin: 30px 0 0;*/
/*    }*/



/*    .products {*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*    }*/

/*    .products__sticker {*/
/*        width: 151px;*/
/*        height: 131px;*/
/*        top: -45px;*/
/*        left: -58px;*/
/*    }*/
/*}*/

/*@media all and (max-width: 480px) {*/
/*    .products {*/
/*        margin-left: 5px !important;*/
/*        margin-right: 5px !important;*/
/*    }*/
/*}*/

/*@media all and (max-width: 400px) {*/
/*    .products__sticker {*/
/*        width: 30%;*/
/*        height: 50%;*/
/*        top: -17%;*/
/*        left: -8%;*/
/*    }*/

/*    .products {*/
/*        margin-left: 30px !important;*/
/*        margin-right: 30px !important;*/
/*    }*/
/*}*/

.row.search_block {
    display: block;
}

.row.search_block .input-group {
    max-width: 570px;
    margin: 0 auto !important;
    box-sizing: border-box;
    font-family: var(--font-family);
}

.row.search_block .input-group .form-control.promik {
    flex: 1 1 auto;
    height: 40px;
    padding: 9px;
    border: 1px solid #6d6160;
    border-radius: 12px 0 0 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #6d6160;

}

.row.search_block .input-group .btn  {
    width: 105px;
    height: 40px;
    border-radius: 0 12px 12px 0;
    background: #6d6160;
    border: none;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}

.line_new {
    height: 10px;
    background: #6d6160;
    margin-bottom: 5px;
}

.images .img-fluid {
    max-height: 378px;
    border: 1px solid #6d6160;
    object-fit: cover;
}

@media all and (max-width: 1200px) {
    .logotip {
        padding: 30px 0;
    }

    .products__sticker {
        width: 80px;
        height: 80px;
        font-size: 26px;
        line-height: 80px;
    }

    .products__item .name {
        padding: 10px 24px;
    }
}

@media all and (max-width: 1024px) {
    .title_block_wr .title {
        font-size: 28px;
    }

    .title_block_wr .subtitle {
        font-size: 22px;
    }
}

@media all and (max-width: 1020px) {

    .products {
        flex-wrap: wrap;
        gap: 34px;
    }

    .products__item {
        flex: 0 0 calc(50% - 17px);
    }
}

@media all and (max-width: 580px) {

    .title_block_wr {
        padding-bottom: 30px;
    }

    .title_block_wr .title {
        font-size: 24px;
    }

    .title_block_wr .subtitle {
        font-size: 18px;
    }

    .products {
        flex-wrap: wrap;
        gap: 26px;
        margin: 0 40px 30px !important;
    }

    .products__item {
        flex: none;
        width: 100%;
    }

    .products__sticker {
        width: 60px;
        height: 60px;
        font-size: 22px;
        line-height: 60px;
        left: -30px;
    }

    .products__item .name {
        padding: 10px 24px;
    }
}