@font-face {
    font-family: 'book_antiquabold';
    src: url('../fonts/antquab.eot');
    src: url('../fonts/antquab.eot?#iefix') format('embedded-opentype'), url('../fonts/antquab.woff2') format('woff2'), url('../fonts/antquab.woff') format('woff'), url('../fonts/antquab.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'book_antiquabold_italic';
    src: url('../fonts/antquabi.eot');
    src: url('../fonts/antquabi.eot?#iefix') format('embedded-opentype'), url('../fonts/antquabi.woff2') format('woff2'), url('../fonts/antquabi.woff') format('woff'), url('../fonts/antquabi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'book_antiquaitalic';
    src: url('../fonts/antquai.eot');
    src: url('../fonts/antquai.eot?#iefix') format('embedded-opentype'), url('../fonts/antquai.woff2') format('woff2'), url('../fonts/antquai.woff') format('woff'), url('../fonts/antquai.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebasneue_bold.eot');
    src: url('../fonts/bebasneue_bold.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_bold.woff2') format('woff2'), url('../fonts/bebasneue_bold.woff') format('woff'), url('../fonts/bebasneue_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neuebook';
    src: url('../fonts/bebasneue_book.eot');
    src: url('../fonts/bebasneue_book.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_book.woff2') format('woff2'), url('../fonts/bebasneue_book.woff') format('woff'), url('../fonts/bebasneue_book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neuelight';
    src: url('../fonts/bebasneue_light.eot');
    src: url('../fonts/bebasneue_light.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_light.woff2') format('woff2'), url('../fonts/bebasneue_light.woff') format('woff'), url('../fonts/bebasneue_light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neue_regularregular';
    src: url('../fonts/bebasneue_regular.eot');
    src: url('../fonts/bebasneue_regular.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_regular.woff2') format('woff2'), url('../fonts/bebasneue_regular.woff') format('woff'), url('../fonts/bebasneue_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebas_neuethin';
    src: url('../fonts/bebasneue_thin.eot');
    src: url('../fonts/bebasneue_thin.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_thin.woff2') format('woff2'), url('../fonts/bebasneue_thin.woff') format('woff'), url('../fonts/bebasneue_thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'book_antiquaregular';
    src: url('../fonts/bkant.eot');
    src: url('../fonts/bkant.eot?#iefix') format('embedded-opentype'), url('../fonts/bkant.woff2') format('woff2'), url('../fonts/bkant.woff') format('woff'), url('../fonts/bkant.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.lightboxOverlay {
    background-color: #000;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 9999;
}

.lightbox {
    font-weight: normal;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10000;
}

.lightbox .lb-image {
    border: 4px solid #fff;
    border-radius: 3px;
    display: block;
    height: auto;
    max-height: none;
    max-width: inherit;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    background-color: #fff;
    border-radius: 4px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    width: 250px;
    *zoom: 1;
}

.lb-outerContainer:after {
    clear: both;
    content: '';
    display: table;
}

.lb-loader {
    height: 25%;
    left: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    top: 43%;
    width: 100%;
}

.lb-cancel {
    background: url(../images/loading.gif) no-repeat;
    display: block;
    height: 32px;
    margin: 0 auto;
    width: 32px;
}

.lb-nav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
    outline: none;
}

.lb-prev,
.lb-next {
    cursor: pointer;
    display: block;
    height: 100%;
}

.lb-nav a.lb-prev {
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    float: left;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    width: 34%;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    float: right;
    opacity: 0;
    right: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    width: 64%;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    background: url(../images/close.png) top right no-repeat;
    display: block;
    height: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    float: right;
    opacity: 0.7;
    outline: none;
    text-align: right;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    width: 30px;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

ul {
    list-style: none
}

a {
    color: #b64f34;
    text-decoration: none;
}

body {
    background: url(images/wrapper_bg.png) center top repeat;
    font-family: book_antiquaregular, sans-serif;
    overflow-x: hidden;
    padding: 0 0 200px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.popup-called {
    overflow: hidden;
}

body:after {
    content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
    display: none;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

input[type=submit],
.add-review-button,
body .wpcr3_button_1,
input.wpgmaps_get_directions {
    background: url(images/submit_form.png) center no-repeat;
    border: none;
    color: #feeacf;
    cursor: pointer;
    font-family: book_antiquaregular, sans-serif;
    font-size: 18px;
    height: 49px;
    outline: none;
    text-transform: uppercase;
    width: 277px;
}

input.wpgmaps_get_directions {
    background-size: contain;
    font-size: 16px;
    height: 33px;
    margin-top: 10px;
    width: 185px;
}

.add-review-button {
    display: inline-block;
    line-height: 49px;
    margin: 0 auto;
}

input[type=submit],
.add-review-button,
body .wpcr3_button_1 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input[type=submit]:hover,
.add-review-button:hover,
body .wpcr3_button_1:hover {
    color: #fff;
    transform: scale(1.05, 1.05);
}

textarea,
input[type=text],
input[type=email],
.wpgmza_sl_search_button,
select.wpgmza_sl_radius_select {
    background: #fff;
    border: 1px solid #de967c;
    border-radius: 5px;
    font-family: book_antiquaregular, sans-serif;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 14px;
    outline: none;
    padding: 0 15px;
    width: 278px;
}

input.addressInput,
.wpgmza_sl_search_button,
select.wpgmza_sl_radius_select {
    margin: 0 10px 0 0;
}

input.addressInput {
    width: 250px;
}

.wpgmza_sl_search_button {
    cursor: pointer;
    display: inline-block !important;
    margin-right: 0;
    vertical-align: top;
    width: 45px;
}

.wpgmza_sl_reset_button_div {
    display: none !important;
}

select.wpgmza_sl_radius_select {
    padding-right: 5px;
    width: auto;
}

textarea {
    height: 160px;
    line-height: 100%;
    margin-bottom: 20px;
    padding: 15px;
    resize: none;
}

p,
li {
    text-align: left;
}

.mobile-only {
    display: none;
}

.feedback_form {
    display: none;
    position: absolute;
    z-index: 999;
}

.feedback_form.active {
    display: block;
}

.feedback_form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.feedback_form .wpcf7-form-control-wrap::after {
    content: '';
    position: absolute;
    right: 14px;
    top: 12px;
}

.feedback_form .wpcf7-not-valid-tip {
    margin-top: -10px;
}

.feedback_form p:nth-of-type(1) span::after {
    background: url(images/icon_form1.png) center no-repeat;
    height: 25px;
    width: 24px;
}

.feedback_form p:nth-of-type(2) span::after {
    background: url(images/icon_form2.png) center no-repeat;
    height: 18px;
    width: 29px;
}

.feedback_form p:nth-of-type(3) span::after {
    background: url(images/icon_form3.png) center no-repeat;
    height: 26px;
    width: 35px;
}

.feedback_form .form {
    background: url(images/form_bg.png) bottom no-repeat;
    background-position: 0 -20px;
    background-size: 100% 120%;
    left: 2px;
    padding: 50px 40px 40px;
    position: absolute;
    text-align: center;
    top: 25px;
    width: 364px;
    z-index: -1;
}

.feedback_form .form.bottom {
    background-position: top;
    bottom: 25px;
    padding-top: 35px;
    top: auto;
    width: 364px;
}

.feedback_form .form.bottom .icon:nth-of-type(1) {
    top: 45px !important;
}

.feedback_form .form.bottom .icon:nth-of-type(2) {
    top: 109px !important;
}

.feedback_form .form.bottom .icon:nth-of-type(3) {
    top: 165px !important;
}

.feedback_form .form .icon {
    position: absolute;
    z-index: 990;
}

.feedback {
    background: url(images/feedback.png) center no-repeat;
    display: inline-block;
    height: 50px;
    margin: 0 auto;
    z-index: 980;
    width: 437px;
}

.feedback a {
    cursor: pointer;
    display: block;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.feedback a:first-child {
    background: #5c1d08;
    border-radius: 35px;
    box-shadow: 0 1px 1px 0 #fff;
    color: #f3e3be;
    float: left;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin-left: 48px;
    margin-top: 13px;
    width: 146px;
}

.feedback a:first-child:hover {
    background: #4b1908;
    color: #fff;
    transform: scale(1.05, 1.05);
}

.feedback a:nth-of-type(2) {
    border-radius: 35px;
    box-shadow: inset 0 5px 5px rgba(255, 255, 255, .3), inset 0 -3px 5px rgba(0, 0, 0, .3), 0px 1px 1px 0 rgba(0, 0, 0, .75);
    color: #530100;
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-right: 45px;
    margin-top: 9px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .4);
    text-transform: uppercase;
    width: 181px;
}

.feedback a:nth-of-type(2):hover {
    background: rgba(0, 0, 0, .05);
    color: #222;
    transform: scale(1.05, 1.05);
}

.feedback.bottom {
    float: left;
    margin-top: 25px;
    width: 366px;
}

.feedback.bottom a:first-child {
    margin-left: 13px;
}

.feedback.bottom a:last-child {
    margin-right: 11px;
}

.feedback.top {
    width: 368px;
}

.feedback.top a:first-child {
    margin-left: 13px;
}

.feedback.top a:nth-of-type(2) {
    margin-right: 10px;
}

.global_container {
    overflow-x: hidden !important;
}

.feedback.bottom a:nth-of-type(2) {
    margin-right: 10px;
}

.feedback_form_bottom.active a:nth-of-type(2) {
    margin-right: 8px !important;
}

.feedback_form.feedback_form_top a:first-child {
    margin-left: 14px;
}

.bottom_el .feedback a:first-child {
    margin-left: 13px;
}

.bottom_el .feedback a:nth-of-type(2) {
    margin-right: 8px;
}

.socials {
    display: flex;
    height: 55px;
    align-items: center;
}

.social-buttons.top-socials {
    overflow: auto;
    top: -101px;
}

.socials.top {
    display: none;
    float: none;
    margin: 25px auto -25px;
}

.socials .vk-icon-js,
.socials .fb-icon-js,
.socials .skype-icon-js,
.social-buttons .vk-icon-js,
.social-buttons .fb-icon-js,
.social-buttons .skype-icon-js {
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 300px;
    box-shadow: inset 0 4px 5px rgba(0, 0, 0, .4);
    color: transparent;
    cursor: pointer;
    height: 37px;
    float: left;
    margin-right: 17px;
    width: 37px;
}

.socials .vk-icon-js,
.social-buttons .vk-icon-js {
    background-color: #69c;
    background-image: url(images/social_1.png);
}

.socials .fb-icon-js,
.social-buttons .fb-icon-js {
    background-color: #496194;
    background-image: url(images/social_2.png);
}

.socials .skype-icon-js,
.social-buttons .skype-icon-js {
    background-color: #28c3ff;
    background-image: url(images/social_3.png);
}

.socials>div,
#wpmtst_submit_testimonial {
    transition: all .4s ease;
}

.socials>div:hover,
#wpmtst_submit_testimonial:hover {
    transform: scale(1.08, 1.08);
}

.error {
    margin-bottom: 20px;
}

.bottom_phone {
    color: #000;
    float: right;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 30px;
}

.bottom_phone a,
.bottom_phone a:hover {
    border-bottom: 1px dashed #000;
    color: #000 !important;
}

#checkbox1-error {
    position: relative;
    top: 10px;
}

#captcha-error {
    padding-bottom: 10px;
}

#wpmtst_submit_testimonial {
    margin-top: 20px;
}

.bottom_phone:before {
    background: url(images/bottom_phone.png) center no-repeat;
    content: '';
    display: block;
    float: left;
    height: 23px;
    margin-right: 10px;
    margin-top: 10px;
    width: 23px;
}

.top_list {
    margin-top: 40px;
}

#wrapper .top_list .menu-ul {
    margin: 0;
    text-align: center;
    width: 100%;
}

#wrapper .top_list .menu-ul li {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    margin: 0;
    text-align: center;
    vertical-align: top;
    width: 190px;
}

.top_list .menu-ul li a {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding-top: 68px;
    position: relative;
    min-width: 54px;
    transition: all .5s ease;
}

.top_list .menu-ul li:hover a {
    transform: scale(1.1, 1.1);
}

.top_list .menu-ul li a::before {
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 63px;
    left: 50%;
    margin-bottom: 5px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
}

.top_list .menu-ul li:first-child a::before {
    background-image: url(images/sprite.png);
    transition: background-image .5s ease;
    background-position: -609px 0
}

.top_list .menu-ul li:nth-of-type(2) a::before {
    transition: background-image .5s ease;
    background-image: url(images/sprite.png);
    background-position: -156px 0
}

.top_list .menu-ul li:last-child a::before {
    transition: background-image .5s ease;
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' fill='%23c8853d' viewBox='0 0 105.93 122.88'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Emap%3C/title%3E%3Cpath class='cls-1' d='M56.92,73.14a1.62,1.62,0,0,1-1.86.06A65.25,65.25,0,0,1,38.92,58.8,51.29,51.29,0,0,1,28.06,35.37C26.77,27.38,28,19.7,32,13.45a27,27,0,0,1,6-6.66A29.23,29.23,0,0,1,56.36,0,26,26,0,0,1,73.82,7.12a26,26,0,0,1,4.66,5.68c4.27,7,5.19,16,3.31,25.12A55.29,55.29,0,0,1,56.92,73.14Zm-19,.74V101.7l30.15,13V78.87a65.17,65.17,0,0,0,6.45-5.63v41.18l25-12.59v-56l-9.61,3.7a61.61,61.61,0,0,0,2.38-7.81l9.3-3.59A3.22,3.22,0,0,1,105.7,40a3.18,3.18,0,0,1,.22,1.16v62.7a3.23,3.23,0,0,1-2,3L72.72,122.53a3.23,3.23,0,0,1-2.92,0l-35-15.17L4.68,122.53a3.22,3.22,0,0,1-4.33-1.42A3.28,3.28,0,0,1,0,119.66V53.24a3.23,3.23,0,0,1,2.32-3.1L18.7,43.82a58.63,58.63,0,0,0,2.16,6.07L6.46,55.44v59l25-12.59V67.09a76.28,76.28,0,0,0,6.46,6.79ZM55.15,14.21A13.72,13.72,0,1,1,41.43,27.93,13.72,13.72,0,0,1,55.15,14.21Z'/%3E%3C/svg%3E%0A");
}

.title {
    background-image: url(images/title_bg1.png), url(images/title_bg2.png);
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    color: #b64f34;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 10px 0;
    padding: 10px 85px 15px;
    text-transform: uppercase;
}

.excursion-contacts {
    background: rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .13);
    padding: 20px 30px;
}

header {
    background: url(images/header.png) center repeat-x;
    height: 227px;
    width: 100%;
}

header .wrap {
    padding-top: 86px;
}

nav {
    background: url(images/nav.png) center top no-repeat;
    display: table;
    height: 100px;
    padding: 0 63px;
    width: 100%;
    z-index: 1;
}

nav .left,
nav .right {
    display: table-cell;
    vertical-align: middle;
}

nav .left {
    padding-left: 10px;
}

nav .left .table {
    display: table;
    width: 100%;
}

nav .left .table .left-col,
nav .left .table .right-col {
    display: table-cell;
    vertical-align: middle;
}

nav .left .table .left-coll {
    width: 73px;
}

nav .right {
    padding-right: 30px;
}

nav .right .phone,
.header-main-block .phone {
    color: #dcaf74;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    white-space: nowrap;
}

.header-main-block .phone {
    padding-left: 33px;
    position: absolute;
    right: 55px;
    top: -11px;
}

.header-main-block .phone a {
    border-bottom: 1px dashed #dcaf74;
    color: #dcaf74;
    display: inline-block;
    width: 193px;
}

nav .right .phone::before,
.header-main-block .phone::before {
    background: url(images/sprite.png) no-repeat;
    content: '';
    height: 23px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 23px;
    background-position: -78px -5px
}

.gsc-control-cse {
    background: none !important;
    border: none !important;
    left: 744px;
    padding: 0 !important;
    position: absolute;
    top: -101px;
    width: 193px !important;
    z-index: 200;
}

input.gsc-input {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #bcbcbc !important;
    border-radius: 0 !important;
    color: #bcbcbc !important;
    font: 18px book_antiquaregular, sans-serif !important;
    height: 36px !important;
    line-height: 36px !important;
    padding: 3px 0 !important;
    text-indent: 0 !important;
    width: 193px !important;
}

input.gsc-input::-webkit-input-placeholder {
    color: transparent;
}

input.gsc-input::-moz-placeholder {
    color: transparent;
}

input.gsc-input:-ms-input-placeholder {
    color: transparent;
}

input.gsc-input.placeholder::-webkit-input-placeholder {
    color: #666;
}

input.gsc-input.placeholder::-moz-placeholder {
    color: #666;
}

input.gsc-input.placeholder:-ms-input-placeholder {
    color: #666;
}

.gsib_b {
    display: none;
}

input.gsc-input::-webkit-input-placeholder {
    font: 18px book_antiquaregular, sans-serif !important;
}

input.gsc-input::-moz-placeholder {
    font: 18px book_antiquaregular, sans-serif !important;
}

input.gsc-input:-ms-input-placeholder {
    font: 18px book_antiquaregular, sans-serif !important;
}

div.gsc-input-box {
    background: none !important;
    border: none !important;
    width: 193px !important;
}

div.gsc-input-box>table {
    position: relative;
}

div.gsc-input-box>table::before {
    background: url(images/sprite.png) center no-repeat;
    content: '';
    height: 23px;
    left: -25px;
    position: absolute;
    top: 17px;
    width: 23px;
    background-position: -109px -6px
}

.gsc-search-button {
    display: none;
}

nav .right .search,
.header-main-block .search {
    width: 234px;
}

.header-main-block .search {
    position: absolute;
    right: 57px;
    text-align: right;
    top: 27px;
}

nav .right .search input,
.header-main-block .search input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #bcbcbc;
    border-radius: 0;
    color: #bcbcbc;
    font-family: book_antiquaregular, sans-serif;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    outline: none;
    padding: 3px 0;
    width: 193px;
}

nav .right .search input:-webkit-autofill,
.header-main-block .search input:-webkit-autofill {
    background: transparent;
}

nav .right .search::before,
.header-main-block .search::before {
    background: url(images/search.png) center no-repeat;
    content: '';
    height: 23px;
    left: 8px;
    position: absolute;
    top: 12px;
    width: 23px;
}

nav #home,
.header-main-block {
    left: 74px;
    position: absolute;
    right: 50px;
    top: -99px;
}

.main-menu-wrapper {
    left: 86px;
    position: absolute;
    top: -100px;
}

#wrapper .all-menus .nav {
    list-style: none;
    margin: 0;
}

#wrapper .all-menus .nav::after {
    clear: both;
    content: '';
    display: block;
}

nav ul li,
#wrapper .all-menus .nav li {
    float: left;
    line-height: 27px;
    margin-right: 29px;
    margin-bottom: 34px;
    margin-top: 34px;
}

nav ul li a,
#wrapper .all-menus .nav li a {
    -webkit-transition: color 0.5s, transform 0.4s linear;
    -moz-transition: color 0.5s, transform 0.4s linear;
    -ms-transition: color 0.5s, transform 0.4s linear;
    -o-transition: color 0.5s, transform 0.4s linear;
    transition: color 0.5s, transform 0.4s linear;
    display: inline-block;
    color: #bcbcbc;
    font-family: bebas_neue_regularregular, sans-serif;
    font-size: 20px;
    pointer-events: all;
}

nav ul li a:hover,
#wrapper .all-menus .nav li a:hover {
    color: #b64f34;
    transform: scale(1.1, 1.1);
}

.all-menus .close-btn,
nav .right-col .main-page,
nav .right-col .close-btn {
    display: none;
}

#mobile_nav {
    background: rgba(0, 0, 0, .75);
    display: none;
    height: 100%;
    left: 0;
    padding-top: 130px;
    position: fixed;
    top: 88px;
    width: 200px;
    z-index: 999;
}

#mobile_nav.active {
    display: block
}

#mobile_nav .con {
    position: relative
}

#mobile_nav .con #close {
    width: 35px;
    height: 35px;
    position: absolute;
    top: -98px;
    left: 27px;
    background: url(images/close.png) center no-repeat;
    z-index: 990;
    cursor: pointer
}

#mobile_nav .go_home {
    margin-left: 25px;
    font-family: bebas_neue_regularregular, sans-serif;
    font-size: 20px;
    color: #bcbcbc;
    pointer-events: all
}

#mobile_nav .go_home:hover {
    color: #b64f34;
    -webkit-transition: color 0.1s;
    -moz-transition: color 0.1s;
    -ms-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
}

#mobile_nav li {
    line-height: 30px;
    padding: 10px 0 0 25px
}

#mobile_nav li a {
    font-family: bebas_neue_regularregular, sans-serif;
    font-size: 20px;
    color: #bcbcbc;
    pointer-events: all
}

#mobile_nav li a:hover {
    color: #b64f34;
    -webkit-transition: color 0.1s;
    -moz-transition: color 0.1s;
    -ms-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
}

.cards_right {
    width: 600px;
    height: 1048px;
    position: absolute;
    top: 21px;
    right: 50%;
    margin-right: -929px;
    background: url(images/sprite.png) no-repeat;
    z-index: 5;
    background-position: 0px -75px
}

.cards_left {
    width: 531px;
    height: 838px;
    position: absolute;
    top: 226px;
    left: 50%;
    margin-left: -856px;
    background: url(images/sprite.png) no-repeat;
    z-index: 5;
    background-position: -674px 0px
}

.social,
.social-buttons {
    background: url(images/sprite.png) no-repeat;
    height: 550px;
    left: 50%;
    margin-left: -777px;
    pointer-events: none;
    position: absolute;
    top: 100px;
    width: 440px;
    z-index: 60;
    background-position: -760px -835px
}

.social .con,
.social-buttons .con {
    height: 100%;
    position: relative;
    width: 100%;
}

.social .con .socials,
.social-buttons .con .socials {
    bottom: 88px;
    pointer-events: all;
    position: absolute;
    right: 43px;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.vietnam {
    background: url(images/sprite.png) center no-repeat;
    height: 269px;
    margin-right: -633px;
    position: absolute;
    right: 50%;
    top: 121px;
    width: 266px;
    z-index: 60;
    background-position: 0px -1124px
}

.clouds {
    background: url(images/clouds.png) center no-repeat;
    bottom: 200px;
    height: 1160px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.wrap {
    width: 1050px;
    margin: 0 auto;
    position: relative
}

#wrapper {
    width: 1050px;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url(images/wrapper_bg_repeat2.png);
    background-position: center top;
    background-size: 100%;
    z-index: 50
}

#wrapper:before {
    background: url(images/wrapper_top.png) center top no-repeat;
    background-size: 100%;
    content: '';
    height: 134px;
    -webkit-filter: sepia(14%) grayscale(37%);
    filter: sepia(14%) grayscale(37%);
    left: 0;
    position: absolute;
    top: -80px;
    pointer-events: none;
    width: 1050px;
    z-index: -1;
}

#wrapper section {
    min-height: 2000px;
    padding: 0 72px 55px;
    position: relative;
    top: -25px;
    text-align: center
}

#wrapper section .main_title {
    background: url(images/main_title2.png) no-repeat center center;
    height: 96px;
    margin-bottom: 13px;
}

#wrapper section .text {
    color: #000;
    font-size: 18px;
    overflow: hidden;
}

#wrapper section .text h1,
#wrapper section .text h2,
#wrapper section .text h3,
#wrapper section .text h4,
#wrapper section .text h5,
#wrapper section .text .h1,
#wrapper section .text .h2,
#wrapper section .text .h3,
#wrapper section .text .h4,
#wrapper section .text .h5 {
    margin-bottom: 25px;
}

#wrapper p,
#wrapper section .text p {
    margin-bottom: 15px;
    text-align: left;
}

#wrapper section .text.table_fix table {
    width: 100% !important;
}

#wrapper section .text.table_fix table td {
    vertical-align: top;
}

#wrapper section .text.table_fix td:first-child {
    padding-right: 30px;
}

#wrapper section .left_text,
#wrapper section .right_text {
    float: left;
    text-align: left;
    width: 50%;
}

#wrapper section .left_text strong,
#wrapper section .right_text strong {
    display: block;
    margin-bottom: 25px;
}

#wrapper section .left_text {
    padding-right: 15px;
}

#wrapper section .right_text {
    padding-left: 15px;
}

#wrapper section .bottom {
    position: absolute;
    bottom: 130px;
    left: 0;
    padding-left: 60px;
}

#wrapper section .bottom_el {
    display: inline-block;
    float: left;
}

#wrapper section .bottom_el:nth-of-type(1) {
    width: 400px;
}

#wrapper section .bottom_el:nth-of-type(2) {
    width: 260px;
}

#wrapper section .feedback.bottom {
    bottom: 0;
    position: relative;
    padding: 0;
    width: 366px;
}

#call-popup {
    background: url(images/call_popup_mobile.png) no-repeat center center;
    border-radius: 35px;
    box-shadow: inset 0 5px 5px rgba(255, 255, 255, .3), inset 0 -3px 5px rgba(0, 0, 0, .3), 0 1px 1px 0 rgba(0, 0, 0, .75);
    color: #530100;
    cursor: pointer;
    display: none;
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    left: 50%;
    line-height: 30px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .4);
    text-transform: uppercase;
    top: 57px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 176px;
}

#search {
    background: url(images/mobile_search_btn2.png) no-repeat center center;
    display: none;
    height: 26px;
    left: 32px;
    position: absolute;
    top: 43px;
    width: 26px;
}

#toggle {
    display: none;
    position: absolute;
    right: 32px;
    top: 43px;
    width: 35px;
}

#toggle div {
    background: #eee;
    height: 2px;
}

#toggle div:not(:last-child) {
    margin-bottom: 10px;
}

.items {
    overflow: hidden;
    padding: 1px;
    text-align: left;
}

.items .item {
    color: #505050;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 10px;
    margin-right: 36px;
    text-align: left;
    vertical-align: top;
    width: 274px;
}

.items .item:nth-child(3n) {
    margin-right: 0
}

.items .item .image {
    height: 186px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .13);
    border: 10px solid rgba(0, 0, 0, .05);
    overflow: hidden
}

.items .item .image img {
    width: 100%
}

.items .item h3,
.items .item .h3 {
    line-height: 120%;
    padding: 10px 0 5px;
    color: #b64f34;
    font-family: book_antiquaregular, sans-serif;
    font-size: 18px;
    letter-spacing: 1px
}

.items .item h3 a:hover,
.items .item .h3 a:hover {
    text-decoration: underline
}

.footer-site {
    background: url(images/footer.png) center repeat-x;
    bottom: 0;
    height: 310px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.back-to-top {
    background: url(images/sprite.png);
    bottom: 50px;
    color: #fff;
    cursor: pointer;
    height: 65px;
    left: 50px;
    opacity: 0;
    position: fixed;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    visibility: hidden;
    width: 65px;
    z-index: 1000;
}

.back-to-top.shown {
    opacity: 1;
    visibility: visible;
}

#overlay {
    background: rgba(0, 0, 0, .75);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

#overlay.active {
    display: block
}

.comments {
    margin-top: 25px;
}

.comments .comment .left,
.comments .comment .right {
    display: table-cell;
    padding-bottom: 75px;
    vertical-align: top;
}

.comments .comment .left {
    text-align: center;
    width: 200px;
}

.comments .comment .left .image {
    border: 2px solid #b13030;
    border-radius: 600px;
    height: 156px;
    margin: 0 auto;
    overflow: hidden;
    width: 156px;
}

.comments .comment .left .image img {
    width: 100%;
}

.comments .comment .left span {
    color: #160000;
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin-top: 17px;
}

.comments .comment .right {
    color: #160000;
    text-align: left;
}

.comments .comment .right span {
    font-weight: bold;
}

.comments .comment .right p {
    line-height: 160%;
}

.comments .comment .right h3,
.comments .comment .right .h3 {
    color: #5c1d08;
    display: block;
    margin-bottom: 10px;
}

.comments .comment .right input[type=text],
.comments .comment .right input[type=email] {
    border-color: #aa8776;
    margin-bottom: 10px;
}

.testimonial {
    border: 1px solid #aaa;
    margin-bottom: 25px;
    padding: 25px;
}

.testimonial-client {
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}

.testimonial-url {
    word-wrap: break-word;
}

.testimonial-date {
    position: absolute;
    right: 0;
    top: 0;
}

#wrapper .testimonial-content p:last-child {
    margin-bottom: 0;
}

.theChampFacebookLogin,
.theChampGoogleLogin,
.theChampLinkedinLogin,
.theChampVkontakteLogin {
    display: block
}

#overlay_mobile {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 35;
}

#overlay_mobile.active {
    display: block;
}

.social_center {
    text-align: left;
}

#wpmtst_client_name-error,
#wpmtst_post_content-error {
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.global_container {
    overflow-x: hidden !important;
}

.comments .comment .left .con1 {
    display: table;
    height: 100%;
    width: 100%;
}

.comments .comment .left .con1 .con2 {
    display: table-cell;
    vertical-align: middle;
}

.comments .before {
    display: block;
}

#wpmtst_featured_image {
    margin: 0 0 12px;
    display: block;
}

#wpmtst-form .error {
    color: #f00;
}

#wpmtst-form .after {
    display: block;
    font-weight: normal;
    margin-top: -13px;
    margin-bottom: 7px;
}

.form_popup {
    background: url(images/form_bg.png) bottom no-repeat;
    background-position: 0 -20px;
    background-size: 100% 120%;
    left: 2px;
    padding: 50px 40px 40px;
    position: absolute;
    text-align: center;
    top: 25px;
    width: 364px;
    z-index: -1;
}

.form_popup.bottom {
    background-position: top;
    bottom: 25px;
    padding-top: 35px;
    top: auto;
    width: 364px;
}

.form_popup.bottom .icon:nth-of-type(1) {
    top: 45px !important;
}

.form_popup.bottom .icon:nth-of-type(2) {
    top: 109px !important;
}

.form_popup.bottom .icon:nth-of-type(3) {
    top: 165px !important;
}

.form_popup .icon {
    position: absolute;
    z-index: 990;
}

#overlay_popup {
    background: rgba(0, 0, 0, .75);
    display: none;
    height: 100%;
    left: 0;
    overflow: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#overlay_popup.active {
    display: block;
}

body>.con {
    display: none;
    height: 100%;
    left: 0;
    overflow: scroll;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

body>.con .con3 {
    display: table;
    height: 100%;
    width: 100%;
}

body>.con.active {
    display: block;
}

body>.con .con2 {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    text-align: center;
    position: relative;
}

body>.con .con2 .form_popup {
    left: auto;
    margin: 0 auto;
    padding: 50px 40px 15px;
    pointer-events: all;
    position: relative;
    top: auto;
    z-index: 200;
}

#wrapper .table_fix td {
    display: block;
    width: 100% !important;
}

#wrapper section .text.table_fix {
    text-align: left;
}

.category__filter {
    border-top: 2px solid #d9d4c8;
    display: block;
    font-size: 17px;
    margin-top: 15px;
    min-height: 60px;
    padding-top: 18px;
}

#wrapper .category__filter li {
    margin: 0 5px 10px;
    padding: 3px 20px 6px;
}

.category__filter a:hover {
    font-weight: bold;
}

.category__filter ul,
.category__filter li,
.category__filter .h4 {
    display: inline-block;
}

.category__filter h4,
.category__filter li {
    font-size: 22px;
}

.category__filter h4 {
    margin-bottom: 25px;
}

.current-cat {
    background: rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .13);
    border-radius: 3px;
    box-shadow: 0 0 11px rgba(0, 0, 0, .45);
}

img {
    max-width: 100%;
    height: auto;
}

.imgs-block img {
    max-width: 80%;
}

img.alignleft {
    float: left;
    margin: 7px 40px 5px 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .13);
    border: 10px solid rgba(0, 0, 0, .05);
    margin-bottom: 10px !important;
}

img.alignright {
    float: right;
    margin: 7px 2px 5px 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .13);
    border: 10px solid rgba(0, 0, 0, .05);
    margin-bottom: 10px !important;
}

img.center {
    width: 60%;
    display: table;
    margin: 7px auto 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .13);
    border: 10px solid rgba(0, 0, 0, .05);
    margin-bottom: 10px !important;
}

a.fancybox img:hover {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .15);
}

.spec {
    background: rgba(255, 255, 255, .4);
    border: 1px solid rgba(186, 81, 52, .6);
    padding: 20px 30px;
    border-radius: 3px;
    margin: 30px 20px;
}

.spec ol li {
    text-align: left;
}

.spec ol li div {
    font-weight: 600;
}

.related-excursions {
    margin: 20px 0;
    text-align: left;
}

.r-e-i-img,
.r-e-i-text {
    display: inline-block;
    vertical-align: top;
}

.r-e-i-img {
    padding-right: 30px;
    width: 30%;
}

.r-e-i-img-wrapper {
    border: 3px solid rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .13);
}

.r-e-i-img img {
    display: block;
    height: auto;
    max-width: 100%;
}

.r-e-i-text {
    width: 68%;
}

#wrapper section .text h2,
#wrapper section .text .h2 {
    text-align: center;
    margin: 20px 0 10px 0;
}

#wrapper section .text h3,
#wrapper section .text .h3 {
    margin: 10px 0 5px 0;
}

#wrapper section .text a {
    text-decoration: underline;
}

#wrapper section .text a:hover {
    color: #da9b57;
}

#wrapper section .text .feedback a:nth-of-type(2) {
    color: #530100;
}

#wrapper section .text ol {
    text-align: left;
    margin: 10px 0 10px 40px;
    list-style-position: outside;
}

#wrapper section .text ol li {
    margin: 4px 0;
}

#wrapper section .text .spec ol {
    text-align: left;
    margin: 10px 0 10px 40px;
    list-style-position: outside;
}

#wrapper section .text .spec ol li {
    margin: 4px 0;
}

#wrapper ul,
#wrapper section .text ul {
    list-style-position: outside;
    list-style-type: disc;
    margin: 10px 0 10px 40px;
    text-align: left;
}

#wrapper ol {
    margin: 10px 0 10px 40px;
}

#wrapper .category__filter ul {
    margin: 10px 0 20px !important;
    text-align: center !important;
}

#wrapper li,
#wrapper section .text ul li {
    margin: 4px 0;
}

#wrapper section .text ul li ul {
    margin: 5px 0 0 40px;
    list-style-type: circle;
    list-style-position: outside
}

.social-links {
    font-size: 0;
    line-height: 0;
    margin: 15px 0;
    text-align: left;
}

.social-bottom {
    position: relative;
    top: -5px;
}

#SocialLinks ul {
    margin: 0;
}

.social-links li {
    display: inline-block;
    list-style: none;
}

.social-links .s-l-item {
    background: url(../images/social-links.png);
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin: 0 3px 3px 0;
    width: 30px;
}

.social-links .s-l-item:hover {
    opacity: .75;
}

.social-links .tw-btn {
    background-position-x: -31px;
}

.social-links .ok-btn {
    background-position-x: -62px;
}

.social-links .vk-btn {
    background-position-x: -93px;
}

.social-links .pn-btn {
    background-position-x: -124px;
}

.social-links .mm-btn {
    background-position-x: -186px;
}

#bread {
    font-size: 18px;
    margin: 15px 0;
    text-align: left;
}

.lb-data .lb-caption {
    font-size: 18px;
    font-weight: normal;
}

.lb-data .lb-number {
    visibility: hidden;
}

.popup-bg {
    background: rgba(0, 0, 0, .75);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.popup-form {
    background: url(images/form_bg.png) bottom no-repeat;
    background-size: 100% 120%;
    background-position: 0 -20px;
    left: 50%;
    max-width: 100%;
    padding: 50px 40px 15px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 200;
    width: 364px;
}

.form-close-btn {
    background: url(images/form-close.png) no-repeat;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 10px;
    top: -35px;
    width: 25px;
    z-index: 1;
}

.element-wrapper {
    margin-bottom: 14px;
}

.element-wrapper.textarea {
    margin-bottom: 20px;
}

.element-wrapper.submit {
    margin-bottom: 22px;
}

.element-wrapper.message-wrapper {
    display: none;
    overflow: hidden;
    margin-top: 32px;
}

.success.message {
    border: 2px solid #398f14;
    padding: 3px 16px;
}

.warning.message {
    border: 2px solid #f7e700;
    padding: 3px 16px;
}

.element-wrapper textarea,
.element-wrapper [type=text],
.element-wrapper [type=email] {
    display: block;
    line-height: 43px;
    margin-bottom: 0;
    width: 100%;
}

.element-wrapper textarea {
    line-height: 100%;
}

.element-wrapper [type=submit] {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.error-message {
    color: #f00;
    display: none;
}

.element-wrapper .added-input {
    display: none;
}

.global_container .mapp-layout {
    margin: 30px 0;
}

.wpgmza_map {
    float: none !important;
    margin: 15px 0;
}

.wpgmza_infowindow_title {
    font-weight: bold;
}

.wpgmza-modern-store-locator {
    top: 8px !important;
}

.wpgmza_map+div {
    text-align: left;
}

#wpgmaps_reset_directions {
    display: inline-block;
    margin-bottom: 5px;
}

#wpgmaps_reset_directions~a {
    display: inline-block;
}

.adp-legal,
.wpgmza_map+div>div+div {
    margin-bottom: 20px;
}

img.adp-marker {
    margin: 0 5px 0 3px;
    max-width: none;
    position: relative;
    top: 3px;
}

.pac-container.pac-logo {
    margin-top: -33px;
}

.wpgmaps_directions_outer_div select.wpgmza-form-field__input {
    margin-left: 5px;
    padding: 3px 0;
}

select.wpgmza-form-field__input~a {
    font-size: 12px !important;
}

.wpgmza_dir_options {
    margin-top: 3px;
}

.wpgmza_dir_options label {
    margin-right: 12px;
}

.wpgmza_dir_options label:last-child {
    margin-right: 0;
}

.wpgmaps_directions_outer_div .wpgmza-form-field {
    margin-bottom: 10px;
    overflow: auto;
    width: 100%;
}

.wpgmaps_directions_outer_div .wpgmza-form-field label {
    display: inline-block;
    position: relative;
    top: 10px;
}

.wpgmaps_directions_outer_div .wpgmza-form-field:first-of-type label {
    position: static;
}

.wpgmaps_remove_via {
    float: right;
    margin: 10px 10px 0 0;
}

.wpgmaps_directions_outer_div input.wpgmza-form-field__input {
    float: right;
    margin-bottom: 0;
    width: 80%;
}

.category__filter.spec {
    margin: 15px 0 !important;
}

.category__filter a {
    text-decoration: none !important;
}

.category__filter a:hover {
    color: #b64f34 !important;
    font-weight: bold !important;
}

#wrapper .widgets_panel {
    margin: 15px 0;
}

.widgets_panel ul.wpanel-buttons {
    display: flex;
    width: 100%;
    list-style: none !important;
    margin: 0 !important;
}

.widgets_panel ul.wpanel-buttons>li {
    background: rgba(255, 255, 255, .4);
    border: 2px solid rgba(186, 81, 52, .6);
    border-left: none;
    position: relative;
    top: 5px;
    padding: 10px;
    cursor: pointer;
}

.widgets_panel ul.wpanel-buttons>li:first-child {
    border-left: 2px solid rgba(186, 81, 52, .6);
    border-top-left-radius: 3px;
}

.widgets_panel ul.wpanel-buttons>li:last-child {
    border-top-right-radius: 3px;
}

.widgets_panel ul.wpanel-buttons:after {
    content: '';
    border-bottom: 2px solid rgba(186, 81, 52, .6);
    width: 100%;
    position: relative;
    top: 1px;
}

.widgets_panel ul.wpanel-buttons:before {
    content: '';
    border-bottom: 2px solid rgba(186, 81, 52, .6);
    width: 100%;
    position: relative;
    top: 1px;
}

.widgets_panel ul.wpanel-buttons>li.active {
    border-bottom: none;
}

.widgets_panel div.centered {
    display: flex;
    justify-content: center;
}

.widgets_panel ul.wpanel-buttons>li:hover {}

.widgets_panel .content-block {
    background: rgba(255, 255, 255, .4);
    border: 2px solid rgba(186, 81, 52, .6);
    padding: 15px;
    border-radius: 3px;
    border-top: none;
}

.widgets_panel .content-block div.panel-content {
    display: none;
}

.calc-wrapper {
    bottom: 0;
    font-family: book_antiquaregular, sans-serif;
    font-size: 14px;
    position: fixed;
    right: 50px;
    z-index: 1100;
}

.calc-wrapper.on-page-calc {
    margin-top: 15px;
    position: static;
    font-size: inherit;
}

.calc-button {
    background: linear-gradient(to bottom, #e44314 0%, #e34214 18%, #d0310e 46%, #c62d0d 49%, #b72a0c 51%, #b0280c 54%, #c13811 85%, #c23911 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e44314', endColorstr='#c23911', GradientType=0);
    box-shadow: inset 0 5px 5px rgba(255, 255, 255, .3), inset 0 -3px 5px rgba(0, 0, 0, .3), 0 1px 15px 0 rgba(0, 0, 0, .75);
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #feeacf;
    cursor: pointer;
    font-size: 16px;
    height: 44px;
    letter-spacing: .5px;
    padding: 10px 30px;
    position: absolute;
    right: 0;
    top: -40px;
    white-space: nowrap;
    z-index: 11;
}

.on-page-calc .calc-button {
    display: none;
}

.calc-body {
    background: url(images/form_bg.png) center center;
    border: 1px solid #c23911;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .75);
    display: none;
    padding: 20px 20px 15px;
    position: relative;
    width: 500px;
    z-index: 11;
}

.on-page-calc .calc-body {
    background: rgba(0, 0, 0, .05);
    border: 1px solid #aaa;
    box-shadow: none;
    display: block;
    position: static;
    text-align: left;
    width: 100%;
}

.calc-close-btn {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS9JREFUeNqMlLlKRDEYRmOc0VpBFBF9AC0cuLjUNi5o46PYCiLiA9j4GiqCqPMALmilYmfjgq02NuNyPvgHLiExCZwLyR9Oto/b87S/6Wj9cAh7cOrK2gJswDp8eT5DcAmLcAxVgaQFJ7AE1zAs0RlM24SGSauM5Ar6rD8FbYm24bs2sRcuErKWLdSsjf3ClkRHMBvIGhFZuJOuZB4OvA3cwhx0AplWH4URkzQjEo07XyvcWKETHPMeHgLJT10SilKyARj8TxITdWXj8BKpvcGEPbnLiVywo6KaTzyxdjMWqenin2PR8JmwqX3CR+Q1q5QoFTYldzIXWl8QNh3lNRdaiVZyYSsI7apEO7mwFYR2V6JluCuQpGSP+gVJ9G7nb8NaLGwJma7kHGYU1D8BBgB2YlYlr684PQAAAABJRU5ErkJggg==) no-repeat;
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 18px;
}

.on-page-calc .calc-close-btn {
    display: none;
}

.c-b-line-wrapper {
    margin-bottom: 20px;
}

.c-b-select,
.c-b-numfield {
    display: inline-block;
    vertical-align: top;
}

.c-b-select {
    text-transform: uppercase;
    width: 110px;
}

.c-b-numfield {
    width: auto;
}

.c-b-select,
.c-b-s-current,
.calc-wrapper .c-b-input {
    height: 30px;
    line-height: 30px;
}

.c-b-s-current,
.calc-wrapper .c-b-input {
    background: #fff;
    border: 1px solid #de967c;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 0;
}

.c-b-s-current {
    cursor: pointer;
    padding: 0 10px 0 35px;
    position: relative;
}

.c-b-s-item::before,
.c-b-s-current::before {
    border: 1px solid rgba(161, 221, 255, .4);
    content: '';
    height: 11px;
    left: 8px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
}

.c-b-s-current::before {
    margin-top: 1px;
}

.c-b-s-current::after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHdJREFUeNpivDet5iEDA8MeIE5mwA6mArE/E5A4BMRJQFyDRVExEGcB8XEWIBELxC+AuBmIfwFxF1RRLhD3QE3MYYEKlgIxJxB3AvEtIP4JxJOAeB5IEUgBC5I1IAFmIF4P5S9EdjcLmpsygVgZiNmBOAFZAiDAABJFFP1ZkwtBAAAAAElFTkSuQmCC) no-repeat;
    content: '';
    height: 6px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
}

.c-b-s-item::before {
    top: 13px;
}

.c-b-s-item.vnd::before,
.c-b-s-current.vnd::before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALCAIAAAAvJUALAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAL1JREFUeNqMkU0KwjAQhd/kp0WhOzeiLkTcCe5cu/QsXknwUILgAdwoCKJQtelkjAV/WlEaCDwm3zzeTGg1bqP2MeFG7OqgrLSxnEecVx5IQXy5ArkBqlQTwEMu1Jg4SQm+al+iKQbZh08yy2CkiPmblhS2x53FqTl13eU57vM/GhrXtcl3Sg7ERwr6rzcjGnDIvZ0nvFfR8Gv6zagVf2xQPBU7kZd470Rb47SlcpiqeNJZoENvaKr5l3cBBgAmtkKWuGnS5QAAAABJRU5ErkJggg==) no-repeat;
}

.c-b-s-item.usd::before,
.c-b-s-current.usd::before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALCAYAAACgR9dcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUtJREFUeNqckMFKw0AQhv9Ntkm2SVqrGBAPgngsVPANfB1fxqfw7s0XUW9CDxVRilq3SXY3m3WStpCAB3Vglp1Zvn9nfnZ+dTtPosFxZZ2UyuBwFGFdGihTI9uL8FKHuNRzXMs7fHkRtpFQLniu7Gh6MvFlYcbv0sPRvsCH9KEri4M0hDEcCgRNZ/AdRydGPBp4sHVN6eAcYK1r6+ZuKod1oRGLABACrPa7MHgY+KCRYSwB1GhEtCEBt0nSQcAZoBVQ8z78vCyQjQVWuUGuKqSC4zPXrdAw4JDEvC5zIDZw1vXh2cUZGSOQ6IpMspgkIQKp4dFnScRhqwFOQWOvn9A2u/BN9oBSW7CQgZEvza5IN4+uKciT2FUozBBgXh9O3xat7zvN7mC7HklDM59O24eViPGb8H7ocVeW+G9w+3i/2m4p/8A1m66+BRgAyPWW+GqzhRsAAAAASUVORK5CYII=) no-repeat;
}

.c-b-s-item.eur::before,
.c-b-s-current.eur::before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALCAYAAACgR9dcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXtJREFUeNpkUk1PwkAQff2igIDECAnBAwaoiScPhqCS+Au8efD3efGPkCjRgydIKBjQgCY9iAgoC7TOrC2p8pLZdnbmze68WSVxcd0HkCebwMf3woCuuliuNOjaCitXhWksEEKCbKDTkiLTyLY9WhSyQsaRxErZRsMuw6ACb6M0griPlBou53mKJJ0fNrGTmKDvZLGb/JQ+73M8DD34+RIRWLkhjktPuKmfyUQhTETMOVqDPC5Pb/HQKcJ+zSEWEZKzPpmvxgWaL3vUoyYvGI/P1rdp0T5rwXkB1mQW5cSyoSoeBCVrlMREFmzBvuqhUurKvA2yRuo2OiXMl7pUOuhPFiCfT73vFmXeBpmrR/UlqqQwqzqjFgQRuBVG1WojZgiZF0ChOb/TN82Oy6eRXdXqeOztU9eeLHRU6JGINSjUErflY/RnVBwEXeuufYCPaRyFrIPRdIt8i2Lub/zfqMZkSX5hiv8I2sOcFOrZyUjhWO2oP57QCxv/CDAAQCuhtBLuYLgAAAAASUVORK5CYII=) no-repeat;
}

.c-b-s-item.rub::before,
.c-b-s-current.rub::before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALCAIAAAAvJUALAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGpJREFUeNqUzrEJgDAUhOE78zQRrBzDwi2dwk4XcCF7G6uAQQ08N5CXr/45jjFGEVFV/CKZcxbnXAgBBiklqr6AwCTLvO2N95Ynz30T4wKobZuCti6pnYeZTNdqr3kMfcH2yc5eVyjxCTAAH9wfQyW+cE0AAAAASUVORK5CYII=) no-repeat;
}

.c-b-select {
    position: relative;
}

.calc-wrapper .c-b-input {
    margin-left: 18px;
    width: 190px;
}

#calc-bottom-field,
#calc-bottom-field-on-page {
    border-color: rgba(222, 150, 124, .5);
}

.c-b-s-all-items {
    background: #fff;
    border: 1px solid #de967c;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    bottom: 0;
    display: none;
    font-size: 14px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.on-page-calc .c-b-s-all-items {
    bottom: auto;
    top: 0;
}

.c-b-s-item {
    height: 26px;
    line-height: 26px;
    padding: 0 10px 0 35px;
    position: relative;
}

.c-b-s-item:hover {
    background: #f3e3be;
    cursor: pointer;
}

.c-b-s-item:first-of-type {
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.c-b-s-item:last-of-type {
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.c-b-link {
    margin: 10px 0 5px;
}

@media screen and (max-width: 600px) {
    .calc-wrapper {
        left: 50px;
    }
    .calc-body {
        width: 100%;
    }
}

@media screen and (max-width: 530px) {
    .calc-wrapper {
        left: 10px;
        right: 10px;
    }
}

@media screen and (max-width: 455px) {
    .on-page-calc .c-b-input {
        width: 150px;
    }
}

@media screen and (max-width: 415px) {
    .calc-wrapper .c-b-input {
        width: 150px;
    }
    .on-page-calc .c-b-input {
        width: 130px;
    }
}

@media screen and (max-width: 375px) {
    .on-page-calc .calc-body {
        padding: 20px 10px;
    }
    .c-b-select {
        width: 100px;
    }
    .calc-wrapper .c-b-input {
        width: 110px;
    }
}

@media screen and (max-width:800px) {
    .widgets_panel ul.wpanel-buttons>li {
        overflow: hidden;
        flex-shrink: 1;
    }
    .widgets_panel ul.wpanel-buttons>li.active {
        overflow: visible;
    }
}

@media screen and (max-height:450px) {
    .popup-form {
        top: 0;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transition: translate(-50%, 0);
    }
}

@media screen and (max-width:1150px) {
    .back-to-top {
        background: url(images/back-to-top-mobile.png);
        bottom: 50px;
        left: 20px;
        -webkit-transition-duration: .25s;
        -moz-transition-duration: .25s;
        -o-transition-duration: .25s;
        transition-duration: .25s;
    }
}

@media screen and (max-width:1050px) {
    #wrapper section {
        top: 8px;
    }
    #wrapper {
        background-size: 130% auto;
        top: -55px;
        width: 100%;
    }
    #wrapper:before {
        display: none;
    }
    #wrapper section {
        min-height: 800px;
    }
    nav {
        background: #000;
        height: 110px
    }
    header {
        display: none;
    }
    header .wrap {
        padding-top: 0;
        width: 100%;
    }
    .header-main-block {
        background: #000;
        display: table;
        height: 110px;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    .main-menu-wrapper {
        left: 10px;
        margin-right: 270px;
        position: fixed;
        top: 25px;
        z-index: 110;
    }
    #wrapper .all-menus .nav {
        display: table-cell;
        height: 56px;
        position: static;
        vertical-align: middle;
    }
    #wrapper .all-menus .nav li {
        line-height: 1;
        margin-top: 4px;
        margin-bottom: 4px;
    }
    .header-main-block .phone {
        right: 15px;
        top: 15px;
    }
    .gsc-control-cse {
        left: auto;
        position: fixed;
        right: 23px;
        top: 47px;
    }
    .header-main-block .search {
        right: 17px;
        top: 51px;
    }
    nav .right .search::before,
    .header-main-block .search::before {
        float: none;
        position: absolute;
    }
    .global_container {
        padding-top: 165px;
    }
    nav .right .search input,
    .header-main-block .search input {
        margin-left: 35px;
    }
    .spec {
        margin: 0;
        padding: 20px 15px;
    }
    #wrapper section .text ol {
        list-style-position: outside;
        margin: 10px 0 10px 20px;
        text-align: left;
    }
    #wrapper section .text ol li {
        margin: 6px 0;
    }
    img.center,
    img.alignleft,
    img.alignright {
        margin: 10px auto;
        max-width: 100%
    }
    .social-buttons.top-socials {
        overflow: visible;
        background: none;
        display: block;
        height: auto;
        left: 50%;
        margin: 0;
        position: absolute;
        top: 225px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto;
    }
    .social-buttons .con,
    .social-buttons .con .socials {
        display: block;
        float: none;
        height: auto;
        margin: 0;
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: auto;
    }
    .socials.top {
        display: block;
        text-align: center
    }
    .socials.top a {
        display: inline-block;
        float: none
    }
    .socials .skype-icon-js,
    .social-buttons .skype-icon-js {
        margin-right: 0;
    }
    .cards_right {
        display: none;
    }
    .bottom {
        text-align: center;
    }
    .bottom_el {
        display: inline-block;
        float: none !important;
        padding-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .bottom_el .socials,
    .bottom_el .bottom_phone,
    .bottom_el .feedback.bottom {
        display: inline-block;
        float: none !important;
        margin-left: 0;
        margin-right: 0;
    }
    #wrapper .bottom_el.phone-num {
        display: none;
    }
    nav {
        padding: 0;
    }
    nav .left ul li {
        line-height: 24px;
    }
    .vietnam {
        display: none;
    }
    .items {
        text-align: justify;
        -moz-text-align-last: justify;
        text-align-last: justify;
    }
    .items .item {
        height: auto;
        margin: 0;
        padding-bottom: 15px;
        -moz-text-align-last: start;
        text-align-last: start;
        width: 48.5%
    }
    .items .item .image {
        height: auto;
        display: inline-block;
    }
    .items .item .image img {
        float: left;
        width: auto;
    }
    .clouds {
        display: none
    }
    .social-buttons.top-socials {
        top: 180px;
    }
    .socials .skype-icon,
    .social-buttons .skype-icon-js {
        margin: 0;
    }
    .feedback_top {
        margin-bottom: 70px;
    }
}

@media screen and (max-width:850px) {
    #bread {
        margin: 15px 25px
    }
    #bread,
    .lb-data .lb-caption {
        font-size: 15px
    }
    body {
        overflow-x: hidden;
    }
    header {
        background: none;
    }
    #wrapper section {
        padding-left: 0;
        padding-right: 0;
    }
    #wrapper section .bottom {
        bottom: 130px;
    }
    #wpmtst_featured_image {
        margin-left: auto;
        margin-right: auto;
    }
    #wrapper:before {
        background-size: cover;
    }
    .social-links {
        margin: 15px 25px;
    }
    footer {
        background-position: top;
    }
    .items {
        padding: 0 25px;
    }
    .text {
        font-size: 15px !important;
        padding: 0 25px;
    }
    .strong-form {
        font-size: 15px;
        padding: 0 25px;
    }
    .text .left_text,
    .text .right_text {
        padding: 0 !important;
        width: 100% !important;
    }
    .comments .comment .left {
        padding-bottom: 15px;
        width: 100%;
    }
    .comments .comment .left .image {
        display: inline-block;
    }
    .comments .comment .left,
    .comments .comment .right {
        display: block;
        text-align: center;
    }
    .testimonial {
        margin: 0 15px 25px;
    }
    .category__filter h4,
    .category__filter li {
        font-size: 18px;
    }
    .items .item h3,
    .items .item .h3 {
        font-size: 15px;
    }
    input.addressInput,
    .wpgmza_sl_search_button,
    select.wpgmza_sl_radius_select {
        font-size: 14px;
    }
    .wpgmaps_directions_outer_div .wpgmza-form-field:first-of-type label {
        margin: 5px 15px 5px 0;
    }
    .wpgmaps_directions_outer_div .wpgmza-form-field:first-of-type [type=checkbox] {
        position: relative;
        top: 2px;
    }
}

@media screen and (max-width:782px) {
    .pac-container.pac-logo {
        margin-top: -47px;
    }
}

@media screen and (max-width:765px) {
    .feedback_form_top,
    .feedback_form_bottom {
        margin-top: -3px;
    }
    .feedback {
        display: inline-block;
    }
    .feedback_form {
        margin-left: -18px
    }
    #wrapper section {
        padding-top: 25px;
        top: -35px;
    }
    #wrapper section .bottom {
        bottom: 70px;
        padding-left: 0;
        width: 100%;
    }
    #wrapper section .main_title {
        height: 81px;
        margin-top: 30px;
    }
    #wrapper section .bottom_el:nth-of-type(2) {
        width: auto;
    }
    .feedback_form_bottom.active {
        pointer-events: none;
    }
    .form.bottom {
        pointer-events: all;
    }
    .global_container {
        padding-top: 160px;
    }
    .social-buttons.top-socials {
        top: 224px;
    }
}

@media screen and (max-width:650px) {
    body {
        padding-bottom: 0;
    }
    .global_container {
        padding-top: 105px;
    }
    #wrapper {
        top: 0;
        padding-bottom: 52px;
    }
    .title {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        padding: 10px 25px 15px;
        word-wrap: break-word;
    }
    .mobile-only {
        display: inline;
    }
    nav .left .table .left-col {
        display: none;
    }
    nav .right .phone,
    .header-main-block .phone {
        font-size: 23px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    nav .right .phone::before,
    .header-main-block .phone::before {
        top: 5px;
    }
    nav .right .search,
    .header-main-block .search {
        display: inline-block;
        width: 100%;
    }
    nav .right .search::before,
    .header-main-block .search::before {
        margin-top: 10px;
    }
    nav .right .search input,
    .header-main-block .search input {
        margin-left: 35px;
        width: 160px !important;
    }
    #wrapper .all-menus {
        background: rgba(0, 0, 0, .75);
        height: 100%;
        position: fixed;
        padding-top: 110px;
        right: -100%;
        top: 0;
        width: 300px;
        z-index: 1;
    }
    .main-menu-wrapper {
        margin-right: 0;
        position: static;
    }
    #nav li:first-child {
        position: static;
    }
    #wrapper .all-menus .nav {
        display: block;
        height: auto;
        padding-bottom: 15px;
        padding-right: 0;
        position: static;
    }
    #wrapper .all-menus .nav li {
        text-align: right;
    }
    #wrapper .all-menus .menu-ul {
        padding: 15px 0;
        position: relative;
        text-align: right;
    }
    #wrapper .all-menus .menu-ul li {
        display: block;
        line-height: 30px;
        padding: 14px 29px 4px 25px;
        text-align: right;
        width: 100%;
    }
    #wrapper .all-menus .menu-ul li a {
        color: #bcbcbc;
        font: normal 20px bebas_neue_regularregular, sans-serif;
        padding-top: 0;
    }
    #wrapper .all-menus .menu-ul li a::before {
        display: none;
    }
    #wrapper .all-menus .menu-ul li div {
        display: inline;
    }
    #wrapper .all-menus .menu-ul li a:hover {
        color: #b64f34;
        -webkit-transition: color 0.1s;
        -moz-transition: color 0.1s;
        -ms-transition: color 0.1s;
        -o-transition: color 0.1s;
        transition: color 0.1s;
    }
    #wrapper .all-menus.active {
        right: 0;
        text-align: right;
    }
    #wrapper .all-menus .menu-ul::before {
        border: 1px solid #bcbcbc;
        content: '';
        left: 12px;
        position: absolute;
        right: 12px;
        top: 0;
    }
    #call-popup {
        display: inline-block;
    }
    .header-main-block .phone a {
        width: auto;
    }
    .gsc-control-cse {
        background: rgba(0, 0, 0, .85) !important;
        height: 100%;
        left: 0;
        right: auto;
        top: 0;
        width: 100% !important;
    }
    input.gsc-input {
        color: #fff !important;
        width: 100% !important;
    }
    td.gsib_a {
        padding: 0 !important;
    }
    td.gsc-input {
        padding: 0 !important;
    }
    form.gsc-search-box {
        padding: 25px 35px;
    }
    div.gsc-input-box,
    div.gsc-input-box>table {
        padding: 0 !important;
        width: 100% !important;
    }
    .gsc-results-wrapper-overlay {
        height: 100% !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }
    #search,
    #toggle {
        cursor: pointer;
        display: inline-block;
    }
    .feedback,
    .gsc-control-cse,
    .header-main-block .search,
    .social-buttons.top-socials,
    #wrapper section .main_title,
    div.gsc-input-box>table::before,
    #wrapper .all-menus .menu-ul li::before {
        display: none;
    }
    .header-main-block .search {
        background: rgba(0, 0, 0, .85);
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .header-main-block .search::before {
        display: none;
    }
    .header-main-block .search form {
        padding: 25px 35px;
    }
    .header-main-block .search input {
        color: #fff;
        margin: 0;
        width: 100% !important
    }
    #wrapper section {
        padding-bottom: 25px;
    }
    #wrapper section .bottom {
        display: none;
    }
    nav .left .table .right-col {
        background: rgba(0, 0, 0, .75);
        bottom: 0;
        display: none;
        left: 0;
        padding-top: 130px;
        position: fixed;
        top: 88px;
        width: 200px;
        z-index: 100;
    }
    nav .left .table .right-col.active {
        display: block;
    }
    .all-menus .close-btn,
    nav .right-col .close-btn {
        background: url(images/close.png) center no-repeat;
        cursor: pointer;
        display: inline-block;
        height: 35px;
        margin: 25px 25px 0 0;
        width: 35px;
    }
    nav .right-col .main-page {
        display: block;
    }
    nav ul li,
    #wrapper .all-menus .nav li {
        display: block;
        float: none;
        line-height: 30px;
        padding: 10px 0 0 25px;
    }
    #wrapper .all-menus .nav li:hover {
        display: block;
        float: none;
        line-height: 30px;
        padding: 10px 0 0 25px;
        transition: all 1s;
    }
    .r-e-i-img,
    .r-e-i-text {
        display: block;
        width: 100%;
    }
    .r-e-i-img {
        margin-bottom: 15px;
        padding-right: 0;
        text-align: center;
    }
    .r-e-i-img-wrapper {
        display: inline-block;
        max-width: 210px;
    }
}

@media screen and (max-width:620px) {
    .top_list ul {
        overflow: hidden
    }
    .top_list ul li {
        padding: 0 0 5px;
    }
    #wrapper section .bottom {
        bottom: 0
    }
    #wrapper .table_fix td {
        width: 100% !important;
        display: block
    }
    .bottom_el {
        margin-top: -20px
    }
    input.addressInput,
    select.wpgmza_sl_radius_select {
        margin-right: 5px;
    }
    input.addressInput {
        width: 200px;
    }
}

@media screen and (max-width:500px) {
    .feedback_form.feedback_form_top a:first-child {
        margin-left: 13px
    }
    input.addressInput,
    .wpgmza_sl_search_button,
    select.wpgmza_sl_radius_select {
        padding: 0 5px;
    }
    input.addressInput {
        display: block;
        margin-bottom: 5px;
        width: 250px;
    }
}

@media screen and (max-width:410px) {
    input.addressInput {
        width: 190px;
    }
}

@media screen and (max-width:380px) {
    .form_popup {
        width: auto;
        padding: 30px 10px 10px !important
    }
    .form_popup .wpcf7-submit {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    .ajax-loader {
        display: none !important
    }
    .feedback.bottom {
        display: block !important;
    }
    body>.con .con2 .form_popup {
        width: 210px !important;
    }
    body .con textarea,
    body .con input[type=text],
    body .con input[type=email] {
        width: 160px !important;
    }
    body .con .form_popup .wpcf7-submit {
        display: inline-block;
        margin-left: -43px;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
    }
    .feedback,
    #wrapper .feedback.bottom {
        left: -12px;
        position: relative;
    }
}

@media screen and (max-width:360px) {
    .global_container {
        padding-top: 47px;
    }
    header {
        height: auto
    }
    #toggle {
        right: 15px;
        width: 30px;
    }
    #search {
        left: 18px;
    }
    #wrapper {
        margin-top: 22px
    }
    #wrapper section {
        background-position: -160px -100px;
        background-size: auto 120%;
        padding-top: 75px;
    }
    nav .right {
        padding-right: 15px
    }
    nav .left,
    nav .right {
        vertical-align: top
    }
    .top_list {
        margin-top: 15px
    }
    #mobile_nav {
        top: 98px;
        padding-top: 20px
    }
    #close {
        top: -85px !important
    }
    .socials.top {
        display: none
    }
    nav {
        height: 100px
    }
    header {
        height: 123px;
    }
    header nav {
        padding-top: 0
    }
    .feedback_top {
        margin-bottom: 42px;
    }
    .feedback,
    #wrapper .feedback.bottom {
        left: -24px;
    }
}

@media screen and (max-width:300px) {
    #wrapper section .bottom .bottom_phone {
        font-size: 27px
    }
}

.gallery3 {
    display: table;
    margin: 10px auto;
    text-align: center;
    width: 100%;
}

.gallery3 img {
    border: 10px solid rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .13);
    float: none;
    margin: 7px 2px 5px 10px;
    max-width: 31.5%;
}

.gallery3 img.vert {
    border: 10px solid rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .13);
    float: none;
    margin: 7px 2px 5px 10px;
    max-width: 32%;
}

.gallery2 {
    display: table;
    margin: 10px auto;
    text-align: center;
    width: 100%;
}

.gallery2 img {
    border: 10px solid rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .13);
    float: none;
    margin: 7px 2px 5px 10px;
    max-width: 48%;
}

.size-full {
    border: 10px solid rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .13);
    height: auto;
}

.broken_link,
a.broken_link {
    text-decoration: line-through;
}

@media only screen and (max-width:691px) {
    .gallery3,
    .gallery2 {
        display: table;
        margin: 10px auto;
        text-align: center;
        width: 100%;
    }
    .gallery3 img,
    .gallery2 img {
        border: 10px solid rgba(0, 0, 0, .05);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .13);
        margin: 0;
        max-width: 100%;
    }
    .gallery3 img.vert {
        border: 10px solid rgba(0, 0, 0, .05);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .13);
        margin: 7px 2px 5px 10px;
        width: 100%;
    }
}

.footer-links {
    position: absolute;
    bottom: 75px;
    display: flex;
    left: 0;
    padding: 0 124px;
    right: 0;
    justify-content: space-between;
}

.footer-links>a {
    transition: all .4s ease;
    text-align: center;
    padding: 10px;
    text-decoration: none !important;
}

#wrapper .footer-links>a:hover {
    text-decoration: none;
    transform: scale(1.1, 1.1);
}

label[for=wpmtst_captcha] {
    display: none;
}

.form-field.wpmtst-captcha {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
}

.form-field.field-checkbox1 {
    padding-top: 15px;
}

.form-field.field-checkbox1 .field-wrap {
    margin-bottom: 0;
}

.feedback.bottom a {
    text-decoration: none !important;
}

#capcha-question {
    margin: 10px 0;
    width: 100%;
    text-align: center;
    transform: scale(0.9, 1);
    position: relative;
    left: -8px;
}

input[name=captcha] {
    border: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.form-field.field-captcha {
    padding-top: 10px;
}

.wpstm-captcha-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}

@media only screen and (max-width:850px) {
    .gv-footer {
        padding: 0 34px
    }
    .gv-footer__links {
        bottom: 90px;
        padding: 0 50px;
    }
}

@media only screen and (max-width:765px) {
    .gv-footer__links {
        bottom: 38px;
        padding: 0 20px;
    }
}

@media only screen and (max-width:650px) {
    .gv-footer__links {
        position: static;
        flex-wrap: wrap;
        padding: 0;
    }
    .gv-footer__links a {
        flex-basis: 100%;
    }
}

.field-wrap input[type=checkbox] {
    position: relative;
    top: 1px;
    left: -3px;
    transform: scale(1.2, 1.2);
}

#wpmtst_new_field {
    position: relative;
    top: 1px;
    left: -3px;
    transform: scale(1.2, 1.2);
}

.element-wrapper input[type=checkbox] {
    position: relative;
    top: 1px;
    left: -3px;
    transform: scale(1.2, 1.2);
}

.bottom_phone a {
    text-decoration: none !important;
}

.gv-footer__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gv-footer__feedback {
    display: flex;
    background: url(images/feedback.png) center no-repeat;
    -webkit-background-size: 120%;
    background-size: 120%;
    min-width: 330px;
    max-width: 330px;
    height: 55px;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
}

.gv-footer__feedback-btn {
    border: none;
    border-radius: 35px;
    padding: 8px 13px;
    height: 30px;
    font-family: book_antiquaregular, sans-serif;
    line-height: 11px;
    cursor: pointer;
}

.gv-footer__feedback-btn:first-child {
    width: 146px;
    font-size: 12px;
    margin-right: 8px;
    background: #5c1d08;
    color: #f3e3be;
    box-shadow: 0 1px 1px 0 #fff;
    transition: .3s;
}

.gv-footer__feedback-btn:first-child:hover {
    transform: scale(1.05);
    color: #fff;
    transition: .3s;
}

.gv-footer__feedback-btn:last-child {
    width: 181px;
    text-transform: uppercase;
    font-size: 16px;
    background: #a13d22;
    font-weight: bold;
    color: #530100;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .4);
    box-shadow: inset 0 5px 5px rgba(255, 255, 255, .3), inset 0 -3px 5px rgba(0, 0, 0, .3), 0px 1px 1px 0 rgba(0, 0, 0, .75);
    transition: .3s;
}

.gv-footer__feedback-btn:last-child:hover {
    color: #222;
    transform: scale(1.05);
    transition: .3s;
}

.gv-footer__social {
    background: none;
    padding: 0;
    justify-content: center;
    max-width: 250px;
}

.gv-footer__phone {
    display: flex;
    align-items: center;
}

.gv-footer__phone-link {
    color: #000;
    font-family: book_antiquaregular, sans-serif;
    font-size: 32px;
    border-bottom: 1px dashed #000;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none !important
}

.gv-footer__phone-link:hover {
    color: #000 !important;
}

.gv-footer__phone:before {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    background: url(images/bottom_phone.png) center no-repeat;
    margin-right: 8px;
}

.gv-footer__links {
    background: none;
    padding: 34px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    transition: .3s;
}

.gv-footer__links-item {
    transition: .3s;
    font-size: 16px !important;
    text-decoration: none !important;
}

.gv-footer__links-item:hover {
    transform: scale(1.05);
    transition: .3s;
    color: #b64f34 !important;
}

@media only screen and (max-width:1000px) {
    .gv-footer__phone {
        display: none;
    }
}

@media only screen and (max-width:1050px) {
    .footer-site {
        bottom: -70px;
        background: url(images/footer.png) center top repeat-x;
        height: 214px;
    }
    body {
        padding-bottom: 0;
    }
}

@media only screen and (max-width:1050px) {
    .top_list {
        margin-top: 0;
    }
}

@media only screen and (max-width:750px) {
    .footer-site {
        bottom: -20px;
    }
    .gv-footer__links {
        padding-top: 21px;
    }
}

@media only screen and (max-width:670px) {
    .gv-footer__social {
        display: none;
    }
    .gv-footer__feedback {
        margin: auto;
    }
}

@media only screen and (max-width:650px) {
    .footer-site {
        bottom: -70px;
    }
    .gv-footer {
        padding: 0
    }
    .items .item {
        width: 100%;
    }
}

#wrapper section {
    display: flex;
    flex-direction: column;
}

.gv-footer {
    margin-top: auto;
    align-items: flex-end;
    position: relative;
    z-index: 0;
}
