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

.c-title {
    width: 100%;
    margin: 10px;
    font-weight: bold;
}


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

.c-text {
    margin: 10px;
    font-size: 19px;
}

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

.container {
    max-width: 1070px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height:45px;
}

.c-brd {
    font-size: 18px;
}

.c-brd a {
    color: #1C110A;
    text-decoration: none;
}