body {
    background: #F8F9FA;
}



.body {
    width          : 100%;
    display        : flex;
    justify-content: center;
}

.Plain_body {
    width: 80%;
}

.url_body {
    display        : flex;
    width          : 10%;
    flex-direction : row;
    align-items    : center;
    justify-content: space-between;
}

.url_body h2,
.url_body a {
    font-family   : Gotham Pro;
    font-size     : 12px;
    line-height   : 160%;
    letter-spacing: 0.02em;
}

.url_body h2 {
    color: #262728;
}

.url_body a {
    transition-duration: 0.2s;
    text-decoration    : none;
    color              : #A8A9AA;
}

.url_body a:hover {
    font-size  : 14px;
    color      : #49A069;
    font-weight: bolder;
}

.Plain_title {
    width         : 100%;
    height        : 64px;
    font-family   : Gotham Pro;
    font-weight   : 900;
    font-size     : 40px;
    line-height   : 160%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color         : #262728;
}

.Products_milk {
    width             : 100%;
    display           : flex;
    flex-wrap         : wrap;
    /* justify-content: center; */
}

.products_milk_block {
    padding      : 33px 0 0 0;
    margin       : 50px 15px 0 15px;
    width        : 20%;
    background   : #FFFFFF;
    box-shadow   : 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.products_milk_block h1 code {
    color: #49A069;
}

.products_milk_block_title {
    width         : 100%;
    height        : 52px;
    font-family   : Gotham Pro;
    font-weight   : 900;
    font-size     : 16px;
    line-height   : 160%;
    text-align    : center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color         : #262728;
}

.Products_milk_img_body {
    display        : flex;
    justify-content: center;
}

.stakan {
    width: 128px !important;
}

.stakan2 {
    width: 95% !important;
}

.Products_milk_detail_btn_body {
    display        : flex;
    justify-content: center;
}

.Products_milk_detail_btn {
    transition-duration       : 0.6s;
    transition-property       : all;
    transition-timing-function: linear;
    width                     : 90%;
    height                    : 40px;
    border                    : 1px solid #49A069;
    border-radius             : 100px;
    margin                    : 23px 0 30px 0;
    display                   : flex;
    align-items               : center;
    justify-content           : center;
    /* Button text */
    color                     : #49A069;
    text-decoration           : none;
    font-family               : Gotham Pro;
    font-weight               : bold;
    font-size                 : 16px;
    line-height               : 160%;
    letter-spacing            : 0.02em;
}

.Products_milk_detail_btn:hover {
    background-color: #49A069;
    font-weight     : bolder;
    text-decoration : none;
    color           : #FFFFFF;
    border          : none;
}

.Products_milk_all_products_btn_body {
    display        : flex;
    justify-content: center;
}

.Products_milk_all_products_btn_body button {
    transition-duration       : 0.6s;
    transition-property       : all;
    transition-timing-function: linear;
    width                     : 270px;
    height                    : 45px;
    background                : #49A069;
    border-radius             : 100px;
    margin                    : 50px 0 5rem 0;
    border                    : none;
    outline                   : none;
    /* Button text */
    font-family               : Gotham Pro;
    font-weight               : bold;
    font-size                 : 16px;
    line-height               : 160%;
    text-align                : center;
    letter-spacing            : 0.02em;
    color                     : #FFFFFF;
}

.Products_milk_all_products_btn_body button:hover {
    background: #FFFFFF;
    color     : #49A069;
    border    : 1px solid #49A069;
}

.Products_milk_img_body img {
    height: 173px !important;
}

@media (min-width:0) and (max-width:559.9px) {
    .Products_milk {
        flex-direction: column;
    }

    .products_milk_block {
        margin: 20px 0 0 0;
    }

    .url_body {
        width: 70%;
    }

    .Plain_title {
        margin    : 0;
        height    : 100%;
        text-align: center;
        font-size : 20px;
    }

    .products_milk_block_title {
        font-size: 12px;
    }

    .Plain_title,
    .products_milk_block {
        width: 100%;
    }

    .Products_milk_img_body img {
        width: 90%;
    }
}

@media (min-width:370px) and (max-width:559.9px) {
    .url_body {
        width: 40% !important;
    }

    .Products_milk_img_body img {
        width: 60%;
    }
}

@media (min-width:560px) and (max-width:1200.9px) {

    .products_milk_block {
        width : 45%;
        margin: 30px 15px 0 0;
    }

    .Products_milk {
        justify-content: flex-end;
    }

    .url_body {
        width: 30%;
    }

    .Plain_title {
        width: 100%;
    }

    .Products_milk_img_body img {
        width : 70%;
        height: 214px !important;
    }

    .stakan {
        width: 70% !important;
    }

    .products_milk_block_title {
        font-size: 14px;
    }

    .stakan2 {
        width : 100%;
        height: 165.625px;
    }
}