@font-face {
    font-family: Beau-Sans-Pro;
    src: url(../fonts/BeauSansPro/PFBeauSansPro-Book.ttf);
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.ttf);
}

html {
    font: 400 18px/25px Beau-Sans-Pro, sans-serif;
    color: #53340D;
}

body {
    background: #E8EAE8;
    font-size: 16px;
}

section {
    position: relative;
}

section.white {
    background: white;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-container, .copyright, .navbar-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    color: #53340D;
    width: 100%
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
}

.text-center {
    text-align: center;
}

.wrap {
    padding: 60px 0 60px 0;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #CC3130;
    text-align: center;
}

.dark {
    color: #53340D;
}

.red {
    color: #CC3130;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
    line-height: 28px;
    color: #53340D;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

a {
    color: #CC3130;
}

a:hover {
    color: #CC3130;
    text-decoration: underline;
}

.kik-select {
    width: 100%;
}

.custom-select {
    height: 38px;
    width: 100%;
    border: 1px solid #53340D;
    border-radius: 5px;
}

.custom-option {
    top: 8px;
    position: absolute;
    left: 15px;
}

.custom-mark {
    right: 15px;
    position: absolute;
    top: 12px;
}

.page-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

.load-more-wrap {
    width: 100%;
    margin: auto;
}

.load-more {
    display: inline-block;
    background-color: rgb(158,158,158);
    text-align: center;
    color: white;
    padding: 10px 40px !important;
    border-radius: 5px;
    margin: 20px auto auto;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

.load-more:hover {
    cursor: pointer;
    background-color: rgb(123, 119, 119);
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

.not-found-block, .preloader-block {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.footer {
    position: relative;
    margin-top: 30px;
}

.footer-info {
    width: 100%;
    height: 100%;
    display: flex;
    margin-bottom: 10px;
}

.footer-info_menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    flex: 1;
    padding: 0 20px;
}

.footer-info_menu_i {
}

.footer-info_menu_i_link {
    display: block;
    color: #444444;
    margin-bottom: 6px;
}

.footer-info_social_i {
    display: inline-block;
}

.footer-info_social_i_link {
    width: 30px;
    margin-right: 2px;
    filter: grayscale(100%);
    opacity: .7;
}

.footer-info_social_i_link:hover {
    filter: grayscale(0);
    opacity: 1;
}

.footer-info_menu_i__first {
    width: 22%;
}

.footer-info_menu_i__second {
    width: 30%;
}

.footer-info_menu_i__third {
    width: 22%;
}

.footer-info_menu_i__fourth {
    width: 26%;
}

.copyright-block {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    border-top: 2px solid #dfe1e1;
    padding: 10px 0;
}

.footer-info_mobile {
    display: none;
    margin-top: 50px;
    text-align: center;
}

.visible-upper-1024 {
    display: block;
}

.hidden-upper-1024 {
    display: none;
}

.ribbon-sale {
    background: #CC3130;
}

.ribbon-blue {
    background: #5e5ec1;
}

.ribbon-sale:hover {
    text-decoration: underline;
}

.ribbon-new {
    background: #57DD43;
}

.dark-button:disabled, .dark-button[disabled]:hover {
    background: #fff !important;
    border: 1px solid #ddd !important;
    color: #ddd !important;
}

.face-book {
    background: #4267b2;
}

.face-book:hover {
    background: #29487d;
}

.vk {
    background: #507299;
}

.vk:hover {
    background: #305075;
}

.twitter {
    background: #1da1f2;
}

.twitter:hover {
    background: #006dbf;
}

.odnoklassniki {
    background: #ee8208;
}

.odnoklassniki:hover {
    background: #da6e07;
}

.social-buttons-block {
    text-align: center;
    margin-bottom: 30px !important;
}

.social-buttons-block_text {
    font-size: 15px;
    line-height: 35px;
    margin-left: 10px;
}

.social-button {
    margin-right: 10px !important;
    color: white;
    font-size: 15px;
    width: 35px;
    height: 35px;
    text-align: center;
    justify-content: center;
    align-items: center;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    cursor: pointer;
}

.social-buttons {
    position: fixed;
    right: 140px;
    width: 50px;
}

.map-bubble {
    max-width: 310px;
    width: 100%;
    padding: 20px 25px;
    font-size: 16px;
    line-height: 1.2;
}

.map-bubble_logo {
    width: 130px;
    height: 53px;
    background: url(../images/logo.png) no-repeat;
    margin-bottom: 15px;
}

.map-bubble_tel {
    margin: 10px 0 10px;
    font-size: 17px;
    line-height: 1;
    display: inline-block;
}

.map-bubble_addr {
    margin-bottom: 10px;
}

.map-bubble_time-lbl {
    margin: 15px 0 5px;
}

.map-bubble_time {
    font-size: 13px;
}

.map-bubble_time-weekday {
    float: left;
    display: inline-block;
    font-size: 13px;
}

.map-bubble_time-holiday {
    float: right;
    display: inline-block;
    font-size: 13px;
}

.l-btn {
    border: none;
    outline: none;
    padding: 7px 30px;
    border-radius: 5px;
    font-size: 16px;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    margin: 0 10px;
    cursor: pointer;
}

button.l-btn {
    padding: 11px 30px;
}

.l-btn.red {
    background-color: rgb(204,49,48);
    color: white;
}

.l-btn.red:hover {
    text-decoration: none;
    background-color: rgb(218,89,88);
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

.l-btn.red:disabled {
    background: rgb(234, 143, 142);
}

.l-btn.brown {
    background-color: rgb(83,52,13);
    color: white;
}

.inner-category-link {
    text-decoration: underline;
    cursor: pointer;
}

.inner-category-link:hover {
    color: #CC3130;
}

.l-btn.brown:hover {
    text-decoration: none;
    background-color: rgb(108,75,33);
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

.l-input {
    height: 40px;
    border: none;
    background-color: rgb(238, 238, 238);
    border-radius: 5px;
    outline: none;
    padding: 0 20px;
    font-size: 16px;
    margin-right: 20px;
}

.l-textarea {
    border: none;
    background-color: rgb(238, 238, 238);
    border-radius: 5px;
    outline: none;
    font-size: 16px;
    padding: 10px 20px 0;
    resize: none;
}

.info-separator {
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #CC3130;
    margin-left: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

.loading img {
    width: 80px;
    height: 80px;
    margin: auto;
}

.important-info {
    margin-top: 20px;
    padding: 20px 0 20px 30px;
    background: #eeeeee;
    border-left: 6px solid #CC3130;
    font-weight: 600;
}

.social-buttons-block_wrap {
    display: flex;
}

.border-bottom-red {
    border-bottom: 4px solid #CC3130;
}

.border-bottom-white {
    border-bottom: 4px solid white;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

@media (max-width: 1500px) {
    .info-separator {
        width: 7px;
        height: 7px;
    }

    .wrap {
        padding: 40px 0 40px 0;
    }

    html {
        font: 400 13px/20px Beau-Sans-Pro, sans-serif;
        color: #53340D;
    }

    .main-container, .navbar-container, .copyright {
        max-width: 1300px;
    }

    .custom-select {
        height: 30px;
    }

    .custom-option {
        top: 6px;
    }

    .custom-mark {
        top: 10px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
        margin-bottom: 35px;
        font-weight: 700;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 20px;
        color: #CC3130;
    }

    h5 {
        font-size: 17px;
        font-weight: 600;
        color: #333;
    }

    h6 {
        font-size: 15px;
        font-weight: 600;
        color: #53340D;
        margin-top: 15px;
    }

    .social-buttons {
        right: 20px;
    }

    .social-button {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .social-buttons-block_text {
        font-size: 18px;
        line-height: 40px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 1366px) {
    .main-container, .navbar-container, .copyright {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .social-buttons-block_text {
        font-size: 16px;
    }

    .social-buttons {
        right: -5px;
    }
}

@media screen and (max-width: 1180px) {
    .footer-info_menu {
        padding: 0;
    }

    .footer-info_img {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .visible-upper-1024 {
        display: none;
    }

    .hidden-upper-1024 {
        display: block;
    }
}

@media (max-width: 960px) {
    .load-more {
        padding: 7px 15px;
    }

    .main-container, .navbar-container, .copyright {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .wrap {
        padding: 40px 0 40px 0;
    }

    .social-buttons-block {
        position: inherit;
        width: 100%;
        margin: 20px 0;
    }

    .social-button {
        margin-bottom: 0;
        margin-right: 8px;
        font-size: 22px;
    }

    .social-button:hover {
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
        transform: rotate(0deg);
    }

    .social-buttons-block {
        margin-top: 30px !important;
        display: inline-block !important;
    }

    .social-buttons-block_wrap {
        display: inline-block;
    }

    .social-button {
        display: inline-block !important;
        line-height: 40px;
    }

    .social-button:last-child {
        margin-right: 0;
    }

    .social-buttons-block_text {
        margin: 0;
    }

    .social-buttons {
        position: absolute;
        display: inline-block;
        width: 204px;
        margin: auto;
        left: 0;
        right: 0;
        top: -60px;
    }

    .social-button:last-child {
        margin: 0 !important;
    }
}

@media screen and (max-width: 770px) {
    .copyright {
        text-align: center;
    }
}

@media screen and (max-width: 630px) {
    .wrap {
        padding: 25px 0 25px 0;
    }

    .footer-info {
        display: block;
    }

    .footer-logo {
        width: 80px;
    }

    .footer-info_menu_i__fourth {
        display: none;
    }

    .footer-info_menu_i__third {
        margin-right: 0;
    }

    .footer-info_mobile {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .main-container, .navbar-container, .copyright {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 15px !important;
    }

    html {
        font-size: 12px;
    }

    .wrap {
        padding: 20px 0 20px 0;
    }

    .map-bubble_logo {
        width: 100px;
        height: 40px;
        background-size: contain;
        margin-bottom: 7px;
    }

    .map-bubble {
        padding: 10px 15px;
        font-size: 11px;
        line-height: 1.2;
        max-width: inherit;
        width: inherit;
    }

    .map-bubble_tel {
        margin: 5px 0 5px;
        font-size: 13px;
    }

    .map-bubble_time-holiday, .map-bubble_time-weekday {
        float: none;
        display: block;
    }

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

    .footer-info {
        position: inherit;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 320px){
    .footer-info_menu {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        white-space: nowrap;
        display: block;
    }

    .footer-info_menu {
        display: inline-block;
    }
}

@media screen and (max-width: 1920px) and (min-width: 1366px) {
    .mb-xl-10 {
        margin-bottom: 10px;
    }

    .mb-xl-20 {
        margin-bottom: 20px;
    }

    .mb-xl-30 {
        margin-bottom: 30px;
    }

    .mb-xl-40 {
        margin-bottom: 40px;
    }

    .mb-xl-50 {
        margin-bottom: 50px;
    }

    .mb-xl-60 {
        margin-bottom: 60px;
    }

    .mb-xl-70 {
        margin-bottom: 70px;
    }

    .mb-xl-80 {
        margin-bottom: 80px;
    }

    .mb-xl-90 {
        margin-bottom: 90px;
    }

    .mb-xl-100 {
        margin-bottom: 100px;
    }
}

