body {
    font-family: Rubik;
}
.page {
    width: 100%;
    min-width: 540px;
    background: rgb(255,250,242);
    background: linear-gradient(180deg, rgba(255,250,242,1) 51%, rgba(255,236,200,1) 100%);
}

.h-bg {
    width: 100%;
    height: 250px;
    background-image: url(../images/h-bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
    
.h-top-line-container {
    max-width: 1100px;
    min-width: 540px;
    margin: auto;
    padding-top: 15px;
}

.h-top-line {
    display: flex;
    flex-wrap: wrap;
}

.h-top-item {   
    min-width: 125px;
    height: 30px;
    text-align: center;
    padding-left: 10px;
}

.h-top-item-logo {
    width: 110px;
    height: 60px;
}

.h-menu-item {
    margin-top: 20px;
}

.h-menu-item a {
    color: #1C110A;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    top: 50%;
}

.h-menu-item a:hover
{
    text-decoration: underline;
}

@media screen and (max-width: 850px) {

}

@media screen and (min-width: 480px) {
    .h-top-line {
        min-width: 480px;
    }
}

.c-container {
    max-width: 1100px;
    margin: auto;
}

footer {
    background-color: #E9B44C;
    width: 100%;
    height: 230px;
}

.f-container {
    margin: auto;
    max-width: 1100px;
}

.f-contacts {
    width:100%;
    padding-top: 25px;
    font-family: Rubik;
    float: left;
    height:115px;
}

.f-contacts-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    min-width: 540px;
}

.f-contacts-h {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
}
.f-contacts-t {
    margin-top: 25px;;
    color: #ffffff;
    font-size: 18px;
}
.f-img {
    position:relative;
    top:-140px;
    left:-58px;
    float:right;
    width:315px;
    height:10px;
    background-repeat: no-repeat;
    background-size: contain;
}
.f-img img {
    height: 230px;
}

@media screen and (max-width: 850px) {
    .f-img {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .f-img {
        display: none;
    }
}



.cnt {
    max-width:1100px;
    min-width: 540px;
    margin: auto;
    min-height: 700px;
    margin-top: 15px;
}

.cnt-left-h1 {
    font-size: 30px;
    font-weight: bold;
    margin-left: 20px;
}

.cnt-left-h2 {
    font-size: 20px;
    font-weight: bold;
}

.cnt-left-text {
    margin-top: 10px;
    font-size: 18px;
}

.cnt-left-img {
    width: 175px;
    height: 175px;
    float: left;
}

.cnt-left-text-block {
    height:105px;
    padding: 25px;
}

.cnt-left {
    margin-top:15px;
    margin-left:10px;
    width:500px;
    float: left;
}

.cnt-left-row {
    margin-top: 15px;
    height: 175px;
}

.cnt-right {
    margin-top: 15px;
    float: right;
    width: 500px;
    height: 470px;
}

@media screen and (max-width: 1100px) {
    .cnt-left {
        width: 100%;
    }
    .cnt-right {
        display: none;
    }
}



.catalogs {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 25px;
}
.packaged {
    width: 320px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 20px 41px rgba(124, 99, 48, 0.2);
    border-radius: 50px;
    margin-top: 25px;
    margin-right:15px;
    margin-left:15px;
}

.image {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width:150px;
    height: 225px;
}

.image img {
    width: 150px;
    height: 220px;
    object-fit:fill;
}

.title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height:45px;
}

.title {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    height: 75px;
}

.title1 {
    font-size: 14px;
    width: 100%;
}
.title2 {
    font-size: 24px;
    font-weight: bold;
    width: 100%;
}
.title3 {
    font-size: 16px;
    width: 100%;
}

.line {
    width: 100%;
    height:45px;
}

.line a {
    color:#1C110A;
}

.line-button {
    float: right;
    width: 180px;
    background-color: #E9B44C;
    border-radius: 45px 0px 45px 0px;
    line-height: 45px;
    text-align: center;
}

.line-button span {
    font-size: 18px;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    color:#1C110A;
}

.c-page-title {
    text-align: center;
}