body {
    min-width: 320px;
    font-family: 'Roboto', Arial, sans-serif;
}
img {
    max-width: 100%;
    height: auto
}
a,
a:hover {
    color: #ff8562;
    text-decoration: none;
}
a[href^=tel],
a[href^=tel]:hover {
    text-decoration: underline;
}

header a,
header a:hover,
footer a,
footer a:hover {
    text-decoration: none;
    color: #FFF;
}
.page-content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding-top:1px;
    font-size: 14px;
    line-height: 1.55;
    padding-left: 15px;
    padding-right: 15px;
}
.page-content .col_8 {
    max-width: 760px;
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
}
strong {
    font-weight: 700;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.page-h1 {
    font-weight: 700;
    padding-top: 130px;
    padding-bottom: 30px;
    text-align: center;
}
.font-playfair {
    font-family: "Playfair Display";
}
.font-roboto {
    font-family: "Roboto";
}
.content-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.content-row .col_6 {
    max-width: 50%;
    padding: 1em;
}
@media screen and (max-width:768px) {
    .page-h1 {
        padding-top: 40px;
    }
}

/*common*/
.d-none {
    display: none;
}
.full-size-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 9;
    cursor: pointer;
}

.bx-admin-panel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.portrait-img {
    height: 100%!important;
    width: auto!important;
    max-width: inherit;

    margin: auto;
    display: block;
    /*width: 100%;
    height: 100%;
    min-width: 0;*/
    object-fit: contain;
    user-select: none;
}
.landscape-img {
    height: 100% !important;
    width: auto !important;
    max-height: inherit;

    margin: auto;
    display: block;
    /*width: 100%;
    height: 100%;
    min-height: 0;*/
    object-fit: contain;
    user-select: none;
}

/*header*/
header {
    display: block;
    position: absolute;
    width:100%;
    height : 120px;
    color: #FFF;
    z-index: 90;
    top: 0;
    left: 0;
}
header::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: #000;
    opacity: .4;
    box-shadow: 0 1px 3px rgba(0,0,0,0.60);
    z-index: -1;
}
header .content,
.header_main-menu-popup .content {
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.header_main-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    height: 100%
}
header .content a,
.header_main-menu-popup .content a {
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}
header .content a:hover,
.header_main-menu-popup .content a:hover {
    color: #FFF;
}

.header_main-menu-popup .header_logos,
header .header_logos {
    display: block;
    position: absolute;
    top: 0;
    left: 2em;
    height: 100%;
    width: auto;
}
.header_main-menu-popup .logo-item,
header .header_logos .logo-item {
    margin: 50%;
    height: 50%;
}
header .header_left,
header .header_right,
.header_main-menu-popup .header_left,
.header_main-menu-popup .header_right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 1;
    max-width: 45%;
    height: 100%;
    align-items: center;
    column-gap: 30px;
}
header .header_left,
.header_main-menu-popup .header_left {
    justify-content: end;
}
header .header_right,
.header_main-menu-popup .header_left {
    justify-content: start;
}
.header_menu_main-logo {
    margin: 0 2em; /*50px;*/
}
.header_menu_main-logo .img-logo {
    max-width: 140px;
}
.header-phone {
    align-self: center;
    margin-left: 50px;
}
.header-search {
    align-self: center;
    margin-left: 30px;
}
@media screen and (max-width: 1020px) {
    .header_menu_main-logo {
        margin: 0 1em;
    }
    .header_menu_main-logo .img-logo {
        max-width: 120px;
    }
    header .header_left,
    header .header_right,
    .header_main-menu-popup .header_left,
    .header_main-menu-popup .header_right {
        column-gap: 20px;
    }
}

.header_main-menu-popup {
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    height: 80px;
    z-index: 10;
    background-color: #000;
    transition: top .5s;
}
.header_main-menu-popup .header_menu_main-logo {
    height: 100%;
}
.header_main-menu-popup .header_menu_main-logo .img-logo {
    height:100%;
    width: auto;
}

header .mobile-menu-content {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: 70px;
    background-color: #000000;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
header .mobile-menu-content .mobile-menu_header-block {
    /*display: -webkit-flex;
    display: flex;*/
    display: block;
    text-align: center;
    height: 100%;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: center;
}
header .mobile-menu-content .logo-item {
    height: 100%;
    width: auto;
}
header .mobile-menu-content .header_logos .header-logos-content {
    margin: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}

header .mobile-menu-content .header_logos {
    width: 100%;
    max-width: 33%;
}
header .mobile-menu-content .header_logos .logo-item {
    margin: auto auto auto 0;
    height: 60%;
}

header .mobile-menu-content .mobile-btn {
    position: absolute;
    top: 0;
    right: 20px;
    width: 50px;
    height: 100%;
    cursor: pointer;
}
header .mobile-menu-icon {
    transform: translateY(50%);
}
header .mobile-menu-block {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
header .mobile-menu-block .shadow {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    opacity: .5;
}
@media screen and (max-width:980px) {
    .mobile-menu-content {
        /*display: flex!important;*/
        display: block!important;
    }
    header .content,
    header:before,
    .header_main-menu-popup {
        display: none!important;
    }
}

.main-slider-block {
    height: auto;
}
@media screen and (max-width: 980px) {
    .main-slider-block {
        margin-top: 70px;
    }   
}

/*cover*/
.cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 40vh;
    background-color: #000;
    overflow: hidden;
    max-height: 700px;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.cover::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .6;
}
.cover .content {
    display: block;
    position: relative;
    padding-top: 42px;
    padding-bottom: 42px;
}
.cover h1.title {
    padding-top: 0px;
    padding-bottom: 0;
    letter-spacing: .5px;
    color: #fff;
    font-weight: 600;
    font-size: 72px;
    line-height: 1.17;
    font-size:62px;
    font-family:'Roboto';
}
@media screen and (max-width:980px) {
    .cover h1.title {
        padding-top: 0px;
        font-size: 40px;
    }
}

h2.title {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.23;
    font-size:42px;
    font-family:'Playfair Display';
    font-weight: 600;
    color: #000000;
}

.page-content.nocover {
    margin-top: 80px;
}

/*rest list*/
.rest-list-block {
    /*padding-top: 45px;*/
    background-color: #fcf9f9;
}
.rest-list-block .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 45px;
    padding-bottom: 105px;
    background-color: #fcf9f9;
    row-gap: 60px;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .rest-list-block .container {
        max-width: 100%;
    }
}
@media screen and (max-width: 668px) {
    .rest-list-block .container {
        flex-direction: column;
        align-content: center;
    }
}

/*wellcome*/
section.wellcome-block {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding-top:7px;
    padding-bottom:15px;
    background-color:#ffffff; 
}
section.wellcome-block .content {
    padding: 0 200px;
}
section.wellcome-block .header {
    font-size:42px;
    font-family:'Playfair Display';
    text-align: center;
    margin-bottom: 60px;
}
section.wellcome-block .text {
    font-size:20px;
    text-align:center;
    line-height: 1.45;
    font-weight: 300;
    color: #000000;
    padding: 0 15px;
}
section.wellcome-block .gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 60px;
}
section.wellcome-block .gallery .gallery-item {
    width: 33%;
    display: inline-block;
    height: 360px;
    overflow: hidden;
    position: relative;
    padding: 1em;
}
section.wellcome-block .gallery .img-item {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
section.wellcome-block .gallery .img-item img {
    height: 100%;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width:1200px) {
    .section.wellcome-block {
        max-width: 640px;
    }
    section.wellcome-block .content {
        padding: 0 2em;
    }
}
@media screen and (max-width:998px) {
    section.wellcome-block .gallery .gallery-item {
        height: 260px;
    }
}

@media screen and (max-width:668px) {
    section.wellcome-block .gallery {
        flex-direction: column;
    }
    section.wellcome-block .gallery .gallery-item {
        width: 100%;
        max-height: 400px;
    }
}
@media screen and (max-width:480px) {
    section.wellcome-block .content {
        padding: 0 1em;
    }
}

/*map*/
section.map .map-block {
    width:100%;
    height:470px;
}
ymaps a {
    color: #ff8562;
}

/*footer*/
footer {
    padding-bottom:0px;
    background-color:#111111;
    padding-bottom: 60px;
}

footer .social-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    column-gap: 60px;
    height: 80px;
}
footer .social-block .social-item {
    width: 200px;
}
footer .social-block .social-item img {
    width: 100%;
}
footer .footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top:0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
}
@media screen and (max-width:640px) {
    footer .footer {
        flex-direction: column;
        align-items: center;
    }
    footer .social-block .social-item {
        width: 100px;
    }
}

footer .footer .left-block {
    order: 1;
}
footer .footer .left-block .img-logo {
    max-width: 200px;
}
footer .footer .left-block .copyright-block {
    color: #525252;
    margin-top: 21px;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 300;
    position: relative;
}
footer .footer .left-block .copyright-block a {
    color: #ff8562;
    text-decoration: none;
}
footer .footer .right-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    justify-content: space-between;
    order: 2;
    padding: 0 20px;
}
.footer-menu_item {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.55
}
@media screen and (max-width:640px) {
    footer .footer .left-block {
        order: 2;
        text-align: center;
    }
    footer .footer .right-block {
        order: 1;
        padding: 0 20px;
    }
}
@media screen and (max-width:460px) {
    footer .footer {
        margin-top: 2em;
    }
}

/*controls*/
.btn {
    display: inline-block;
    font-family: 'Roboto',Arial,sans-serif;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.booking-btn {
    color: #ffffff;
    border: 3px solid #ffffff;
    background-color: #fa2f2f;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    overflow: hidden;
    isolation: isolate;
    height: 60px;
    font-size: 22px;
    padding: 0 70px;
    font-family: 'Roboto',Arial,sans-serif;
    text-align: center;
    line-height: 60px;
    border: 0 none;
    -webkit-appearance: none;
    font-weight: 700;
    cursor: pointer;
}
.booking-btn:hover {
    text-decoration: none;
    color: #FFF;
}

.default-btn {
    color:#000;
    border: 2px solid #000;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    width: auto;
    height: auto;
    margin: auto;
    font-size: 16px;
    padding: 1em 4em;
    display: inline-block;
}

.table-booking-control {
    text-align: center;
}

.popup-block {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 120;
}
.popup-block.with-shadow:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: .7;
    z-index: -1;
}
.adult-warning-block {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
}
.adult-warning_text {
    margin-top: 17px;
    line-height: 1.55;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    color: #000;
    padding: 2em 2em;
}
.adult-warning_controls {
    text-align: center;
    padding: 1em 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.adult-warning_controls .btn_default {
    color: #FFF;
    border: 2px solid #000;
    background-color: #000;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    max-width: 130px;
    width: 100%;
    padding: 1em;
}

@media screen and (max-width:980px) {
    .adult-warning-block {
        max-width: 460px;
    }
    .adult-warning_text {
        padding: 20px;
    }
    .adult-warning_text {
        font-size: 18px;
    }
}
@media screen and (max-width:576px) {
    .adult-warning-block {
        max-width: 320px;
    }
    .adult-warning_text {
        padding: 10px;
    }
    .adult-warning_text {
        font-size: 14px;
    }
}

.rekvizit {
    position: absolute;
    right: -156px;
    top: 0;
}

.preim-block {
    background: linear-gradient(180deg, rgba(175, 147, 86, 0.2368) 0%, rgba(175, 147, 86, 0.1216) 66.15%, rgba(175, 147, 86, 0.2368) 100%);
    padding: 60px 0;
}
.preim-block .preim-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.preim-block .preim-wrap .preim-item {
    width: 300px;
    margin: 10px;
}
.preim-block .preim-wrap .preim-item .preim-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
}
.preim-block .preim-wrap .preim-item .preim-text {
    margin-top: 30px;
}
.preim-block .preim-wrap .preim-item .preim-title::before {
   content: '';
   background: #DCAC47;
   width: 85px;
   height: 2px;
   position: absolute;
   bottom: -15px;
}

.main-slider_nav.one {display: none;}

.preim-block > .container {
    display: block;
    background: transparent;
}

.header_main-menu a[href="/bonus/"]{
    text-align: center;
}

.scroll-top {
    display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	width: 48px;
	height: 48px;
    background: #fff url(/local/templates/gambrinus/images/arrow-left.svg) no-repeat center center;
    color: #000;
    border: 2px solid #000;
	opacity: 0.7;
    transform: rotate(90deg);
    text-align: center;
    padding: 5px;
}
.scroll-top:hover {
    opacity: 1;
    cursor: pointer;
}


@media(max-width: 600px){
    .bx-yandex-view-map .bx-yandex-map {
       width: 320px !important;
       height: 300px !important;
   }
    .bx-yandex-view-map .bx-yandex-map .ymaps-map.ymaps-i-ua_js_yes {
       width: 320px !important;
       height: 300px !important;
   }
    .bx-yandex-view-map .bx-yandex-map .ymaps-map.ymaps-i-ua_js_yes .ymaps-glass-pane.ymaps-events-pane {
       width: 320px !important;
       height: 300px !important;
   }
   
    .banquets-menu-slider_nav {
        display: none;
    }

   .banquets-menu-slider {
       position: relative;
       height: 450px;
       width: 100%;
       max-width: 320px;
       margin: auto;
   }
   .banquets-menu-slider .slick-list.draggable {
       height: 450px !important;
   }
   .banquets-menu-slider .banquets-menu-slider_item {
        height: 375px !important;
    }
}


@media(max-width:916px) {
    .rekvizit {
        position: static;
       margin-top: 20px;
    }
}


@media(max-width:640px){
    .main-slider_nav.one {
        display:block; 
        top: 33%;
    }
    .preim-block .preim-wrap .preim-item {
        padding: 0 30px;
    }

    .preim-block > .container, .main-slider_nav.one > .container {
        display: block;
        background: transparent;
    }
    .main-slider_nav.one .slick-arrow {
        margin: 0 3px;
    }
}

@media(max-width:480px){
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media(max-width: 1100px) and (min-width: 980px){
    header .header_logos {display: none;}
}

@media screen and (max-width:320px) {
    .t396__elem.tn-elem.tn-elem__6396999711694619131654 {
        left: -3.5px!important;
        top: 1174px!important;
    }
    .t396__elem.tn-elem.tn-elem__6396999711694619709967 {
        top: 1207px!important;
    }
    .t396__elem.tn-elem.tn-elem__6396999711694619722133 {
        top: 1239px!important;
    }
    .t396__elem.tn-elem.tn-elem__6396999711694619734742 {
            top: 1270px!important;
    }
    .t396__elem.tn-elem.tn-elem__6396999711694619748269 {
        top: 1302px!important;
    }
}

.baner-wrap {
    width: 100%;
    margin: 0 0 40px 0;
    display: flex;
    background: url(/local/templates/gambrinus/images/001bg.png) no-repeat; 
    height: 675px;
    padding: 100px;
}
.baner-wrap .baner-item-left, .baner-wrap .baner-item-right {
    width: 50%;
}
.baner-wrap .baner-item-right .baner-item-title {
    color: #FFF;
    font-family: Playfair Display;
    font-size: 62px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: 0.5px;
    max-width: 535px;
    margin-bottom: 70px;
}
.baner-wrap .baner-item-right .baner-item-button {
    padding: 25px 35px;
    background: #F8D582;
    color: #000;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 60px;
    width: max-content;
    cursor: pointer;
}
.baner-wrap .baner-item-right .baner-item-tegs {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
}
.baner-wrap .baner-item-right .baner-item-tegs .baner-tegs-item {
    margin: 25px 15px;
}

.baner-wrap .baner-item-right .baner-item-tegs .baner-tegs-item a {
    border-radius: 5px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    padding: 12px 35px;
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 29px;
    text-transform: uppercase;
}
@media(max-width: 1515px){
    .baner-wrap .baner-item-left { 
        width: 20%;
    }
    .baner-wrap .baner-item-right { 
        width: 80%;
    }
}
@media(max-width: 1024px){
    .baner-wrap .baner-item-left { 
        width: 5%;
    }
    .baner-wrap .baner-item-right { 
        width: 95%;
    }
}
@media(max-width: 890px){
    .baner-wrap {
        background-position: -320px 0;
        padding: 70px 25px;
    }
    .baner-wrap .baner-item-left { 
        width: 0%;
    }
    .baner-wrap .baner-item-right { 
        width: 100%;
    }
}
@media(max-width: 620px){
    .baner-wrap {
        background-position: -320px 0;
        padding: 30px 25px;
    }
    .baner-wrap .baner-item-left { 
        width: 0%;
    }
    .baner-wrap .baner-item-right { 
        width: 100%;
    }
    .baner-wrap .baner-item-right .baner-item-title {
        margin-bottom: 20px;
        font-size: 48px;
    }
}
@media(max-width: 480px){
    .baner-wrap {
        background-position: -523px 0;
        padding: 50px 15px;
    }
    .baner-wrap .baner-item-right .baner-item-title {
        color: #FFF;
        font-family: Playfair Display;
        font-size: 54px;
        font-style: normal;
        font-weight: 600;
        line-height: 54px;
        letter-spacing: 0.5px;
        margin-bottom: 30px;
    }
    .baner-wrap .baner-item-right .baner-item-tegs .baner-tegs-item a {
       
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 22px;
        text-transform: uppercase;
    }
    .baner-wrap .baner-item-right .baner-item-button {
        padding: 25px 35px;
        background: #F8D582;
        color: #000;
        font-family: Roboto;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        border-radius: 5px;
        margin-top: 30px;
        width: max-content;
        cursor: pointer;
    }
}

@media(max-width: 460px) {
    .baner-wrap {
        background-position: -383px 0px;
        padding: 40px 10px;
        height: 475px;
        background-size: cover;
    }
    .baner-wrap .baner-item-right .baner-item-title {
        font-size: 36px;
        line-height: 43px;
        letter-spacing: 0.5px;
        margin-bottom: 20px;
    }
    .baner-wrap .baner-item-right .baner-item-tegs .baner-tegs-item {
        margin: 15px 5px;
    }
    .baner-wrap .baner-item-right .baner-item-tegs .baner-tegs-item a {
        padding: 9px 15px;
        font-size: 14px;
        line-height: 19px;
    }
    .baner-wrap .baner-item-right .baner-item-button {
        padding: 14px 20px;
        background: #F8D582;
        color: #000;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        border-radius: 5px;
        margin-top: 30px;
        width: max-content;
        cursor: pointer;
    }
}

#popup-wrap {
    padding: 30px 80px 10px 80px;
    background: url(/local/templates/gambrinus/images/002bg.png) no-repeat center center;
    background-size: cover;
}
#popup-wrap h2 {
    color: #FFF;
    text-align: center;
    font-family: Playfair Display;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; 
    letter-spacing: 0.5px;
}
#popup-wrap > .f-button.is-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
    width: 25px;
    height: 25px;
}
#popup-wrap .form-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    row-gap: 1.2em;
}
#popup-wrap .form-block .form-item .title {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#popup-wrap .form-block .form-item input,
#popup-wrap .form-block .form-item select,
#popup-wrap .form-block .form-item textarea {
    border-radius: 5px;
    background: #FFF;
    height: 52px;
}
#popup-wrap .form-block .form-item textarea {
    height: 5em;
}
#popup-wrap .form-block .i-1 {
    width: 49%;
}
#popup-wrap .form-block .i-2 {
    width: 49%;
}
#popup-wrap .form-block .i-3 {
    width: 49%;
}
#popup-wrap .form-block .i-4 {
    width: 23.5%;
}
#popup-wrap .form-block .i-4 input {
    width: 100%;
    height: 52px;
}
#popup-wrap .form-block .i-4 .number-input.persons.js_number-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
#popup-wrap .form-block .i-4 .number-input.persons.js_number-input .dec {
    position: absolute;
}
#popup-wrap .form-block .i-4 .number-input.persons.js_number-input .inc {
    position: absolute;
    right: 0;
}
#popup-wrap .form-block .i-5 {
    width: 23.5%;
}
#popup-wrap .form-block .i-2 .date-input.date {
    width: 100%;
}
#popup-wrap .form-block .form-item .title > span {
    color: red;
}
#popup-wrap .form-block .i-6 {
    width: 49%;
}
#popup-wrap .form-block .i-7 {
    width: 49%;
}
#popup-wrap .form-block .i-8 {
    width: 100%;
}
#popup-wrap .form-block .controls-block input{
    border-radius: 5px;
    background: #F8D582;
    text-transform: uppercase;
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
 #popup-wrap.fancybox__content {
    width: 920px;
    height: 700px;
}
.policy{ width: 100%;}
.policy > div{
    width: 300px;
    color: #FFF;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.policy a {
    color: #fff;
}
.policy a:hover {
    text-decoration: underline;
}
@media(max-width: 768px) {
#popup-wrap {
    padding: 30px 20px 10px 20px;
}
#popup-wrap .form-block .form-item .title {
    font-size: 15px;
}
.popup-window-titlebar {
    height: unset;
}
}

@media(max-width: 480px) {
#popup-wrap h2 {
    font-size: 32px;
}
#popup-wrap .form-block .i-1 {
    width: 100%;
}
#popup-wrap .form-block .i-2 {
    width: 100%;
}
#popup-wrap .form-block .i-3 {
    width: 100%;
}
#popup-wrap .form-block .i-4 {
    width: 49%;
}
#popup-wrap .form-block .i-5 {
    width: 49%;
}
#popup-wrap .form-block .i-6 {
    width: 100%;
}
#popup-wrap .form-block .i-7 {
    width: 100%;
}
.form-block .controls-block {
    width: 100%;
}
#popup-wrap .form-block .controls-block input {
    padding: 0;
    width: 100%;
}
#popup-wrap {
    background: url(/local/templates/gambrinus/images/002bg.png) center center;
    background-size: cover;
}
#popup-wrap.fancybox__content {
    width: 100%;
    height: 110%;
    background-repeat: repeat;
}
}

.theme_kinder .catalog-section_header{
    display: none;
}

.navigation {
    padding: 0 15px;
}
