@charset "UTF-8";
/*===========================
Table of Content

1. Add
1.1. Fonts
1.2. Vars
1.3. Mixins
1.4. Global syyles
1.5. Helpers styles

2. Libs
2.1. Slick slider
2.2. Tabs

3. Parts
3.1. Header
3.2. Slider-Top
3.3. Menu
3.4. Maps
3.5. Actions
3.6. Interior
3.7. Feedback
3.8. Alco Modal
3.9. Footer
===========================*/
/* Add
 ----------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
@font-face {
    font-family: 'Gill Sans Light';
    src: url('../fonts/Gill Sans Light/Gill Sans Light.eot');
    src: url('../fonts/Gill Sans Light/Gill Sans Light.woff2') format('woff2'),
        url('../fonts/Gill Sans Light/Gill Sans Light.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/Gill Sans Light/Gill Sans Light.woff') format('woff'),
        url('../fonts/Gill Sans Light/Gill Sans Light.ttf') format('truetype'),
        url('../fonts/Gill Sans Light/Gill Sans Light.svg#Gill Sans Light')
            format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

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

.grid:after,
.menu__list_top:after,
.menu__list_left:after,
.footer:after,
.form__row:after,
.main__content:after,
.nav-tabs:after,
.header:after,
.navbar:after,
.addresses:after,
.addresses__down:after,
.maps__nav:after,
.feedback__form_row:after,
.feedback__captcha_img:after,
.soc:after {
    content: '';
    display: table;
    clear: both;
}

.grid:before,
.menu__list_top:before,
.menu__list_left:before,
.footer:before {
    content: '';
    display: table;
    clear: both;
}

.fl__left {
    float: left;
}

.fl_right {
    float: right;
}

* {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

html,
body,
.wrapper {
    height: 100%;
    position: relative;
}

html {
    width: 100%;
    max-width: 100%;
}

body {
    width: 100%;
    max-width: 100%;
    color: #5d5d5d;
    font-family: 'Gill Sans MT', sans-serif;
    background: url('../img/body_bg.png') 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

input,
textarea {
    outline: 0;
}

a {
    text-decoration: none;
    outline: 0;
}
a:hover {
    text-decoration: underline;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    color: #ff9016;
    font-size: 40px;
    font-family: 'Gill Sans MT Light';
    font-weight: 200;
}
h2.line {
    padding-bottom: 8px;
    margin-bottom: 0;
    border-bottom: 2px solid #ebebeb;
}
@media (max-width: 768px) {
    h2 {
        margin-bottom: 30px;
        font-size: 30px;
    }
}

h3 {
    margin-bottom: 20px;
    color: #000;
    font-size: 35px;
    font-weight: 300;
}
@media (max-width: 992px) {
    h3 {
        font-size: 30px;
    }
    .slider__top_info h3 {
        max-width: 380px;
    }
    .slider__top_info h3 br {
        display: none;
    }
}
@media (max-width: 320px) {
    h3 {
        font-size: 22px;
    }
}

h4 {
    color: #000;
    font-size: 28px;
    font-family: 'Gill Sans MT Light';
    font-weight: 300;
}
@media (max-width: 479px) {
    h4 {
        font-size: 21px;
    }
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -100px 0;
    overflow-x: hidden;
}

.container_center {
    max-width: 1200px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}
.container_center.out {
    padding: 0;
}
@media (max-width: 1200px) {
    .container_center.out {
        padding: 0 15px;
    }
}

.list {
    margin-top: 16px;
    margin-bottom: 40px;
}
.list > * {
    line-height: 18px;
    padding-left: 15px;
}
.list > *:before {
    content: '·';
    font-size: 30px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
    margin-left: -14px;
}
.list > * + * {
    padding-top: 13px;
}

img {
    max-width: 100%;
}
img.fl__left {
    margin-top: 14px;
    margin-right: 29px;
    margin-bottom: 20px;
}
img.fl__right {
    margin-top: 14px;
    margin-bottom: 20px;
    margin-left: 29px;
}

section {
    margin-bottom: 20px;
}

button {
    outline: 0;
}

input:not([type]),
input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='number'],
input[type='datetime'],
textarea {
    background-color: white;
    border: 1px solid #ebebeb;
    padding: 8px 12px;
    outline: none;
    font-size: 14px;
    font-weight: 300;
    font-family: Roboto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* Firefox 19+ */
    /* Firefox 18- */
}
input:not([type])::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='datetime']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c7c7c7;
}
input:not([type])::-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='datetime']::-moz-placeholder,
textarea::-moz-placeholder {
    color: #c7c7c7;
}
input:not([type]):-moz-placeholder,
input[type='text']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='datetime']:-moz-placeholder,
textarea:-moz-placeholder {
    color: #c7c7c7;
}
input:not([type]):-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='datetime']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c7c7c7;
}
input:not([type]):focus ::-webkit-input-placeholder,
input[type='text']:focus ::-webkit-input-placeholder,
input[type='password']:focus ::-webkit-input-placeholder,
input[type='email']:focus ::-webkit-input-placeholder,
input[type='url']:focus ::-webkit-input-placeholder,
input[type='search']:focus ::-webkit-input-placeholder,
input[type='tel']:focus ::-webkit-input-placeholder,
input[type='number']:focus ::-webkit-input-placeholder,
input[type='datetime']:focus ::-webkit-input-placeholder,
textarea:focus ::-webkit-input-placeholder {
    color: #fff;
}
input:not([type]):focus :-moz-placeholder,
input[type='text']:focus :-moz-placeholder,
input[type='password']:focus :-moz-placeholder,
input[type='email']:focus :-moz-placeholder,
input[type='url']:focus :-moz-placeholder,
input[type='search']:focus :-moz-placeholder,
input[type='tel']:focus :-moz-placeholder,
input[type='number']:focus :-moz-placeholder,
input[type='datetime']:focus :-moz-placeholder,
textarea:focus :-moz-placeholder {
    color: #fff;
}
input:not([type]):focus ::-moz-placeholder,
input[type='text']:focus ::-moz-placeholder,
input[type='password']:focus ::-moz-placeholder,
input[type='email']:focus ::-moz-placeholder,
input[type='url']:focus ::-moz-placeholder,
input[type='search']:focus ::-moz-placeholder,
input[type='tel']:focus ::-moz-placeholder,
input[type='number']:focus ::-moz-placeholder,
input[type='datetime']:focus ::-moz-placeholder,
textarea:focus ::-moz-placeholder {
    color: #fff;
}
input:not([type]):focus :-ms-input-placeholder,
input[type='text']:focus :-ms-input-placeholder,
input[type='password']:focus :-ms-input-placeholder,
input[type='email']:focus :-ms-input-placeholder,
input[type='url']:focus :-ms-input-placeholder,
input[type='search']:focus :-ms-input-placeholder,
input[type='tel']:focus :-ms-input-placeholder,
input[type='number']:focus :-ms-input-placeholder,
input[type='datetime']:focus :-ms-input-placeholder,
textarea:focus :-ms-input-placeholder {
    color: #fff;
}
input:not([type]).input_error,
input[type='text'].input_error,
input[type='password'].input_error,
input[type='email'].input_error,
input[type='url'].input_error,
input[type='search'].input_error,
input[type='tel'].input_error,
input[type='number'].input_error,
input[type='datetime'].input_error,
textarea.input_error {
    background-color: #fff0f0;
    border: 1px solid red;
}
input:not([type]) ::-webkit-input-placeholder,
input[type='text'] ::-webkit-input-placeholder,
input[type='password'] ::-webkit-input-placeholder,
input[type='email'] ::-webkit-input-placeholder,
input[type='url'] ::-webkit-input-placeholder,
input[type='search'] ::-webkit-input-placeholder,
input[type='tel'] ::-webkit-input-placeholder,
input[type='number'] ::-webkit-input-placeholder,
input[type='datetime'] ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder {
    color: #c7c7c7;
}
input:not([type]) :-moz-placeholder,
input[type='text'] :-moz-placeholder,
input[type='password'] :-moz-placeholder,
input[type='email'] :-moz-placeholder,
input[type='url'] :-moz-placeholder,
input[type='search'] :-moz-placeholder,
input[type='tel'] :-moz-placeholder,
input[type='number'] :-moz-placeholder,
input[type='datetime'] :-moz-placeholder,
textarea :-moz-placeholder {
    color: #c7c7c7;
}
input:not([type]) ::-moz-placeholder,
input[type='text'] ::-moz-placeholder,
input[type='password'] ::-moz-placeholder,
input[type='email'] ::-moz-placeholder,
input[type='url'] ::-moz-placeholder,
input[type='search'] ::-moz-placeholder,
input[type='tel'] ::-moz-placeholder,
input[type='number'] ::-moz-placeholder,
input[type='datetime'] ::-moz-placeholder,
textarea ::-moz-placeholder {
    color: #c7c7c7;
}
input:not([type]) :-ms-input-placeholder,
input[type='text'] :-ms-input-placeholder,
input[type='password'] :-ms-input-placeholder,
input[type='email'] :-ms-input-placeholder,
input[type='url'] :-ms-input-placeholder,
input[type='search'] :-ms-input-placeholder,
input[type='tel'] :-ms-input-placeholder,
input[type='number'] :-ms-input-placeholder,
input[type='datetime'] :-ms-input-placeholder,
textarea :-ms-input-placeholder {
    color: #c7c7c7;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

input[type='checkbox'],
input[type='radio'] {
    padding: 0;
}

input[type='checkbox']:not(:disabled),
input[type='radio']:not(:disabled) {
    cursor: pointer;
}

input[type='checkbox'],
input[type='radio'] {
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 1px solid #aaa;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    background: 0 0;
    text-align: center;
    position: relative;
}

input[type='radio'] {
    border-radius: 50%;
}

input[type='checkbox']:before,
input[type='radio']:before {
    display: block;
}

input[type='radio']:checked:before {
    content: '';
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    display: block;
    position: absolute;
    border-radius: 50%;
    background: #000;
}

input[type='checkbox']:checked:before,
input[type='checkbox']:indeterminate:before {
    content: '\2714';
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 13px;
    color: #000;
}

input[type='checkbox']:indeterminate:before {
    content: '\f068';
}

input[type='checkbox']:disabled,
input[type='radio']:disabled {
    border-color: #ddd;
}

input[type='radio']:disabled:checked:before {
    background-color: #aaa;
}

input[type='checkbox']:disabled:checked:before,
input[type='checkbox']:disabled:indeterminate:before {
    color: #aaa;
}

.error {
    color: red;
}

.grid__wrapper {
    float: left;
}

.grid__1 .grid__wrapper {
    width: 100%;
}

.grid__2 .grid__wrapper {
    width: 50%;
}

.grid__3 .grid__wrapper {
    width: 33.333%;
}

.grid__4 .grid__wrapper {
    width: 25%;
}

.grid__5 .grid__wrapper {
    width: 20%;
}

.grid__6 .grid__wrapper {
    width: 16.666%;
}

.grid__7 .grid__wrapper {
    width: 14.285%;
}

.btn {
    color: white;
    font-family: 'Gill Sans MT', sans-serif;
    font-size: 22px;
    font-weight: 300;
    padding: 14px 15px 19px;
    border: none;
    outline: none;
    text-decoration: none;
    display: inline-block;
    background-color: #005766;
    text-align: center;
    max-width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:hover {
    opacity: 0.8;
}
.btn_primary {
    background: #000;
}
.btn_success {
    background: #27ba6c;
}
.btn_info {
    background: #03a9f4;
}
.btn_warning {
    background: #ff8833;
}
.btn_danger {
    background: #ff1a1a;
}

.main__content {
    padding-bottom: 100px;
}

.dn,
.hidden {
    display: none;
}

.clearfix:after {
    content: '';
    clear: both;
    display: table;
    width: 100%;
}

.link {
    position: relative;
    text-decoration: none;
}
.link:hover {
    text-decoration: underline;
}
@media (max-width: 480px) {
    .link:hover {
        text-decoration: none;
    }
}
.link__btn {
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    color: #27272b;
    text-decoration: none;
}

.more {
    color: #2c85b8;
}

/* Libs
 ----------------------------------------------------------------------------- */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
}
@media (max-width: 991px) {
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        padding-bottom: 10px;
        cursor: pointer;
    }
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
    margin-right: 0;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
@media (max-width: 991px) {
    .tab-pane {
        display: block;
        height: 0;
        padding: 0;
        overflow: hidden;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .tab-pane .menu__list_item {
        margin-bottom: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .tab-pane.active {
        height: auto;
        padding: 2px 0 0;
        border-bottom: 2px solid #ff9016;
        margin-bottom: 30px;
    }
    .tab-pane.active .menu__list_item {
        margin-bottom: 15px;
    }
}

/* parts
 ----------------------------------------------------------------------------- */
/* Header
-------------------------------------------------------------------------------*/
.header {
    position: relative;
    z-index: 8;
    padding: 10px 0;
    font-size: 13px;
    background-color: #f7f5f2;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: margin-bottom 0.7s;
    -moz-transition: margin-bottom 0.7s;
    -o-transition: margin-bottom 0.7s;
    transition: margin-bottom 0.7s;
}
@media (max-width: 991px) {
    .header {
        padding-bottom: 15px;
    }
    .header .container_center {
        padding: 0;
    }
}
@media (min-width: 992px) {
    .header .container_center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.stiky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

/* Navbar
-------------------------------------------------------------------------------*/
.navbar {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-left: -34px;
}
@media (max-width: 1199px) {
    .navbar {
        margin-left: -20px;
    }
}
@media (max-width: 991px) {
    .navbar {
        position: relative;
        margin: 15px 0;
        width: 100%;
        z-index: 10;
        display: none;
        background-color: #5d5d5d;
    }
}
.navbar__item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 34px;
}
@media (max-width: 1199px) {
    .navbar__item {
        margin-left: 20px;
    }
}
@media (max-width: 991px) {
    .navbar__item {
        float: none;
        margin-left: 0;
    }
}
.navbar__link {
    padding: 10px 0;
    display: block;
    color: #5d5d5d;
    font-weight: 300;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.navbar__link:hover {
    color: #ff9016;
    text-decoration: none;
}
@media (max-width: 991px) {
    .navbar__link {
        padding: 13px 15px;
        color: #fff;
        font-size: 15px;
    }
    .navbar__link:hover {
        background-color: #656565;
    }
}
.navbar__link_download {
    position: relative;
    padding-right: 26px;
}
.navbar__link_download::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin: -15px 0 0;
    width: 24px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='11' height='14' viewBox='0 0 646.1 798.5' xml:space='preserve'%3E%3Cg fill='%235d5d5d'%3E%3Cpath d='M323.1,688.5C240.6,579.3,158.3,470.3,76,361.5c0.1-0.3,0.2-0.3,0.2-0.4c0-0.1,0.1-0.1,0.2-0.1c0.2,0,0.3-0.1,0.5-0.1 c0.2,0,0.3,0,0.5,0c41.7,0,83.4,0,125,0c0.2,0,0.3,0,0.5,0c0.1,0,0.2,0,0.2-0.1c0.1,0,0.1-0.1,0.6-0.3c0-11.8,0-23.8,0-35.7 c0-12.1,0-24.2,0-36.2c0-12,0-24,0-36c0-12,0-24,0-36c0-12.1,0-24.2,0-36.2c0-12,0-24,0-36s0-24,0-36s0-24,0-36 c0-12.1,0-24.2,0-36.2c0-12,0-24,0-36.1c79.6,0,159,0,238.5,0c0,0,0.1,0.1,0.1,0.1c0,0.1,0.1,0.1,0.1,0.2c0,0.2,0.1,0.3,0.1,0.5 c0,0.1,0,0.2,0,0.2c0,0.2,0,0.5,0,0.7c0,119.4,0,238.7,0,358.1c0,0.1,0,0.2,0,0.2c0,0.1,0,0.2,0,0.2c0,0.1,0.1,0.1,0.1,0.2 c0.1,0.1,0.1,0.1,0.2,0.2c0.1,0,0.1,0.1,0.2,0.1c0.2,0,0.3,0.1,0.5,0.1c0.1,0,0.2,0,0.2,0c0.2,0,0.5,0,0.7,0c41.6,0,83.2,0,124.8,0 c0.2,0,0.3,0,0.5,0.1c0.1,0,0.1,0.1,0.2,0.1c0,0.1,0.1,0.1,0.1,0.2c0,0.1,0,0.2,0,0.2c-0.1,0.3-0.3,0.6-0.5,0.8 C487.5,470.9,405.4,579.5,323.1,688.5z'/%3E%3Cpath d='M647.1,798.5c-215.4,0-430.5,0-645.6,0c-0.5-1.7-0.6-90.6-0.1-93.3c215.2,0,430.4,0,645.7,0 C647.1,736.3,647.1,767.3,647.1,798.5z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media (max-width: 991px) {
    .navbar__link_download::after {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='11' height='14' viewBox='0 0 646.1 798.5' xml:space='preserve'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M323.1,688.5C240.6,579.3,158.3,470.3,76,361.5c0.1-0.3,0.2-0.3,0.2-0.4c0-0.1,0.1-0.1,0.2-0.1c0.2,0,0.3-0.1,0.5-0.1 c0.2,0,0.3,0,0.5,0c41.7,0,83.4,0,125,0c0.2,0,0.3,0,0.5,0c0.1,0,0.2,0,0.2-0.1c0.1,0,0.1-0.1,0.6-0.3c0-11.8,0-23.8,0-35.7 c0-12.1,0-24.2,0-36.2c0-12,0-24,0-36c0-12,0-24,0-36c0-12.1,0-24.2,0-36.2c0-12,0-24,0-36s0-24,0-36s0-24,0-36 c0-12.1,0-24.2,0-36.2c0-12,0-24,0-36.1c79.6,0,159,0,238.5,0c0,0,0.1,0.1,0.1,0.1c0,0.1,0.1,0.1,0.1,0.2c0,0.2,0.1,0.3,0.1,0.5 c0,0.1,0,0.2,0,0.2c0,0.2,0,0.5,0,0.7c0,119.4,0,238.7,0,358.1c0,0.1,0,0.2,0,0.2c0,0.1,0,0.2,0,0.2c0,0.1,0.1,0.1,0.1,0.2 c0.1,0.1,0.1,0.1,0.2,0.2c0.1,0,0.1,0.1,0.2,0.1c0.2,0,0.3,0.1,0.5,0.1c0.1,0,0.2,0,0.2,0c0.2,0,0.5,0,0.7,0c41.6,0,83.2,0,124.8,0 c0.2,0,0.3,0,0.5,0.1c0.1,0,0.1,0.1,0.2,0.1c0,0.1,0.1,0.1,0.1,0.2c0,0.1,0,0.2,0,0.2c-0.1,0.3-0.3,0.6-0.5,0.8 C487.5,470.9,405.4,579.5,323.1,688.5z'/%3E%3Cpath d='M647.1,798.5c-215.4,0-430.5,0-645.6,0c-0.5-1.7-0.6-90.6-0.1-93.3c215.2,0,430.4,0,645.7,0 C647.1,736.3,647.1,767.3,647.1,798.5z'/%3E%3C/g%3E%3C/svg%3E%0A");
    }
}
.navbar__link_download:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='11' height='14' viewBox='0 0 646.1 798.5' xml:space='preserve'%3E%3Cg fill='%23ff9016'%3E%3Cpath d='M323.1,688.5C240.6,579.3,158.3,470.3,76,361.5c0.1-0.3,0.2-0.3,0.2-0.4c0-0.1,0.1-0.1,0.2-0.1c0.2,0,0.3-0.1,0.5-0.1 c0.2,0,0.3,0,0.5,0c41.7,0,83.4,0,125,0c0.2,0,0.3,0,0.5,0c0.1,0,0.2,0,0.2-0.1c0.1,0,0.1-0.1,0.6-0.3c0-11.8,0-23.8,0-35.7 c0-12.1,0-24.2,0-36.2c0-12,0-24,0-36c0-12,0-24,0-36c0-12.1,0-24.2,0-36.2c0-12,0-24,0-36s0-24,0-36s0-24,0-36 c0-12.1,0-24.2,0-36.2c0-12,0-24,0-36.1c79.6,0,159,0,238.5,0c0,0,0.1,0.1,0.1,0.1c0,0.1,0.1,0.1,0.1,0.2c0,0.2,0.1,0.3,0.1,0.5 c0,0.1,0,0.2,0,0.2c0,0.2,0,0.5,0,0.7c0,119.4,0,238.7,0,358.1c0,0.1,0,0.2,0,0.2c0,0.1,0,0.2,0,0.2c0,0.1,0.1,0.1,0.1,0.2 c0.1,0.1,0.1,0.1,0.2,0.2c0.1,0,0.1,0.1,0.2,0.1c0.2,0,0.3,0.1,0.5,0.1c0.1,0,0.2,0,0.2,0c0.2,0,0.5,0,0.7,0c41.6,0,83.2,0,124.8,0 c0.2,0,0.3,0,0.5,0.1c0.1,0,0.1,0.1,0.2,0.1c0,0.1,0.1,0.1,0.1,0.2c0,0.1,0,0.2,0,0.2c-0.1,0.3-0.3,0.6-0.5,0.8 C487.5,470.9,405.4,579.5,323.1,688.5z'/%3E%3Cpath d='M647.1,798.5c-215.4,0-430.5,0-645.6,0c-0.5-1.7-0.6-90.6-0.1-93.3c215.2,0,430.4,0,645.7,0 C647.1,736.3,647.1,767.3,647.1,798.5z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.navbar__toggle {
    position: absolute;
    top: 28px;
    right: 15px;
    width: 30px;
    height: 25px;
    padding: 3px 0;
}
@media (max-width: 991px) {
    .navbar__toggle {
        display: block;
    }
}
.navbar__toggle_wrap {
    display: none;
}
.navbar__toggle_wrap:hover .navbar__toggle {
    opacity: 0.7;
}
@media (max-width: 991px) {
    .navbar__toggle_wrap {
        display: block;
    }
}

.icon-bar {
    width: 100%;
    height: 5px;
    margin-bottom: 5px;
    display: block;
    background-color: #5d5d5d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Addresses
-------------------------------------------------------------------------------*/
.addresses {
    display: inline-block;
    vertical-align: middle;
    margin-left: 68px;
    line-height: 1.3;
}
@media (max-width: 1230px) {
    .addresses {
        margin-left: 40px;
    }
}
@media (max-width: 1199px) {
    .addresses {
        margin-left: 0;
    }
}
@media (max-width: 480px) {
    .addresses {
        padding-right: 45px;
    }
}
.addresses__item {
    float: left;
    margin-left: 74px;
}
@media (max-width: 1199px) {
    .addresses__item {
        margin-left: 35px;
    }
}
@media (max-width: 480px) {
    .addresses__item:first-child {
        margin-bottom: 10px;
    }
}
.addresses__top {
    margin-bottom: 2px;
    color: #ff9016;
}
.addresses__down {
    font-size: 14px;
    font-family: 'Gill Sans Light';
    font-weight: 500;
}
.addresses__tel,
.addresses__time {
    float: left;
}
.addresses__time {
    position: relative;
    margin-left: 13px;
    padding-left: 14px;
}
.addresses__time:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #ff9016;
    width: 1px;
    height: 10px;
    display: block;
}

/* Slider-Top
-------------------------------------------------------------------------------*/
section {
    max-width: 2000px;
    margin: 0 auto;
}
.slider__top_slide {
    position: relative;
    width: 100%;
    height: 510px;
    z-index: 0;
    overflow: hidden;
}

.slider__top .js-slider__top:not(.slick-slider) .js-slide:not(:first-child) {
    display: none;
}

.slider__top_img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.slider__top_img_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slider__top_img_wrap_in {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    overflow: hidden;
}

.slider__top_bg {
    position: absolute;
    top: -140%;
    left: -30%;
    z-index: 3;
    width: 1500px;
    height: 1500px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fbf5f0;
    opacity: 0.9;
}
@media (max-width: 1620px) {
    .slider__top_bg {
        left: -50%;
    }
}
@media (max-width: 1366px) {
    .slider__top_bg {
        left: -70%;
    }
}
@media (max-width: 992px) {
    .slider__top_bg {
        left: -105%;
    }
}
@media (max-width: 768px) {
    .slider__top_bg {
        left: -140%;
    }
}
@media (max-width: 480px) {
    .slider__top_bg {
        opacity: 0.8;
    }
}

.slider__top_slide .slider__top_img_wrap_in {
    width: 100%;
}
@media (max-width: 1200px) {
    .slider__top_slide .slider__top_img_wrap_in {
        width: auto;
    }
}

.slider__top_info {
    position: absolute;
    z-index: 5;
    height: 510px;
    font-family: 'Gill Sans Light';
    font-weight: 300;
}
@media (max-width: 1200px) {
    .slider__top_info {
        padding-left: 15px;
    }
}
@media (max-width: 320px) {
    .slider__top_info {
        padding-left: 5px;
    }
}

.slider__top_logo {
    max-height: 53px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.slider__top_addresses {
    margin-bottom: 30px;
    font-size: 30px;
}
@media (max-width: 992px) {
    .slider__top_addresses {
        font-size: 25px;
    }
}
@media (max-width: 320px) {
    .slider__top_addresses {
        font-size: 22px;
    }
}
.slider__top_addresses_item {
    line-height: 1.6;
}
.slider__top_addresses_item:before {
    content: '';
    position: relative;
    top: -5px;
    z-index: 6;
    margin-right: 15px;
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #5d5d5d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slider__top_arrows {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 45px;
    height: 15px;
}
@media (max-width: 1200px) {
    .slider__top_arrows {
        left: 15px;
    }
}

.slider__top_arrow {
    position: absolute;
    width: 7.5px;
    height: 15px;
    display: block;
    cursor: pointer;
    -webkit-background-size: 8px 15px !important;
    -moz-background-size: 8px 15px !important;
    -o-background-size: 8px 15px !important;
    background-size: 8px 15px !important;
}

.slider__top_prev {
    left: 0;
    background: url('../img/arrow__left.svg') no-repeat;
}

.slider__top_right {
    right: 0;
    background: url('../img/arrow__right.svg') no-repeat;
}

.slider__top_gallery {
    width: auto;
    margin-left: -30px;
}
.slider__top_gallery_wrap {
    width: 100%;
    height: 80px;
    padding: 30px 0;
}
@media (max-width: 991px) {
    .slider__top_gallery_wrap {
        display: none;
    }
}
.slider__top_gallery_item {
    margin-left: 30px;
}
.slider__top_gallery .slick-current .slider__top_gallery_item {
    opacity: 0.5;
    border-top: 2px solid #ff9016;
}
.slider__top_gallery_img {
    width: 100%;
    height: 80px;
    display: block;
    cursor: pointer;
}

.slider__top_gallery .js-slide:not(.slick-slide) {
    max-width: 205px;
}

.js-slider__top_gallery:focus,
.js-slide:focus {
    outline: 0;
}

/* Menu
-------------------------------------------------------------------------------*/
.menu {
    position: relative;
    margin-bottom: 80px;
}
@media (max-width: 991px) {
    .menu {
        margin-bottom: 0;
    }
}
.menu__nav {
    position: relative;
    z-index: 3;
    margin-left: -32px;
}
@media (max-width: 992px) {
    .menu__nav {
        margin-left: -25px;
    }
}
@media (max-width: 991px) {
    .menu__nav {
        margin-left: 0;
        display: block;
    }
}
.menu__nav.nav-tabs {
    border-bottom: 0;
}
.menu__nav_wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 4px;
}
.menu__nav_wrap + .menu__nav_downloads {
    margin-top: 20px;
}
.menu__nav_content {
    margin-top: 55px;
}
.menu__nav_wrap:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 2px;
    background-color: #ebebeb;
}
@media (max-width: 1200px) {
    .menu__nav_wrap:after {
        bottom: -3px;
    }
}
@media (max-width: 992px) {
    .menu__nav_wrap:after {
        bottom: -2px;
    }
}
@media (max-width: 991px) {
    .menu__nav_wrap:after {
        display: none;
    }
}
.menu__nav_item {
    margin-left: 32px;
}
.menu__nav_downloads .menu__nav_item {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 992px) {
    .menu__nav_item {
        margin-left: 25px;
    }
}
@media (max-width: 991px) {
    .menu__nav_item {
        margin-left: 0;
        width: 100%;
    }
}
.menu__nav_link {
    padding-bottom: 4px;
    color: #5d5d5d;
    font-size: 22px;
    border-bottom: 2px solid transparent;
}
.menu__nav_link:hover {
    text-decoration: none;
}
@media (max-width: 1200px) {
    .menu__nav_link {
        font-size: 20px;
    }
}
@media (max-width: 992px) {
    .menu__nav_link {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .menu__nav_link {
        display: block;
        margin-bottom: 15px;
    }
}
.menu__nav_download {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 26px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.menu__nav_download::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin: -15px 0 0;
    width: 24px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='11' height='14' viewBox='0 0 646.1 798.5' xml:space='preserve'%3E%3Cg fill='%235d5d5d'%3E%3Cpath d='M323.1,688.5C240.6,579.3,158.3,470.3,76,361.5c0.1-0.3,0.2-0.3,0.2-0.4c0-0.1,0.1-0.1,0.2-0.1c0.2,0,0.3-0.1,0.5-0.1 c0.2,0,0.3,0,0.5,0c41.7,0,83.4,0,125,0c0.2,0,0.3,0,0.5,0c0.1,0,0.2,0,0.2-0.1c0.1,0,0.1-0.1,0.6-0.3c0-11.8,0-23.8,0-35.7 c0-12.1,0-24.2,0-36.2c0-12,0-24,0-36c0-12,0-24,0-36c0-12.1,0-24.2,0-36.2c0-12,0-24,0-36s0-24,0-36s0-24,0-36 c0-12.1,0-24.2,0-36.2c0-12,0-24,0-36.1c79.6,0,159,0,238.5,0c0,0,0.1,0.1,0.1,0.1c0,0.1,0.1,0.1,0.1,0.2c0,0.2,0.1,0.3,0.1,0.5 c0,0.1,0,0.2,0,0.2c0,0.2,0,0.5,0,0.7c0,119.4,0,238.7,0,358.1c0,0.1,0,0.2,0,0.2c0,0.1,0,0.2,0,0.2c0,0.1,0.1,0.1,0.1,0.2 c0.1,0.1,0.1,0.1,0.2,0.2c0.1,0,0.1,0.1,0.2,0.1c0.2,0,0.3,0.1,0.5,0.1c0.1,0,0.2,0,0.2,0c0.2,0,0.5,0,0.7,0c41.6,0,83.2,0,124.8,0 c0.2,0,0.3,0,0.5,0.1c0.1,0,0.1,0.1,0.2,0.1c0,0.1,0.1,0.1,0.1,0.2c0,0.1,0,0.2,0,0.2c-0.1,0.3-0.3,0.6-0.5,0.8 C487.5,470.9,405.4,579.5,323.1,688.5z'/%3E%3Cpath d='M647.1,798.5c-215.4,0-430.5,0-645.6,0c-0.5-1.7-0.6-90.6-0.1-93.3c215.2,0,430.4,0,645.7,0 C647.1,736.3,647.1,767.3,647.1,798.5z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.menu__nav_download:hover,
.menu__nav_download:active {
    color: #ff9016;
}
.menu__nav_download:hover::after,
.menu__nav_download:active::after {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='11' height='14' viewBox='0 0 646.1 798.5' xml:space='preserve'%3E%3Cg fill='%23ff9016'%3E%3Cpath d='M323.1,688.5C240.6,579.3,158.3,470.3,76,361.5c0.1-0.3,0.2-0.3,0.2-0.4c0-0.1,0.1-0.1,0.2-0.1c0.2,0,0.3-0.1,0.5-0.1 c0.2,0,0.3,0,0.5,0c41.7,0,83.4,0,125,0c0.2,0,0.3,0,0.5,0c0.1,0,0.2,0,0.2-0.1c0.1,0,0.1-0.1,0.6-0.3c0-11.8,0-23.8,0-35.7 c0-12.1,0-24.2,0-36.2c0-12,0-24,0-36c0-12,0-24,0-36c0-12.1,0-24.2,0-36.2c0-12,0-24,0-36s0-24,0-36s0-24,0-36 c0-12.1,0-24.2,0-36.2c0-12,0-24,0-36.1c79.6,0,159,0,238.5,0c0,0,0.1,0.1,0.1,0.1c0,0.1,0.1,0.1,0.1,0.2c0,0.2,0.1,0.3,0.1,0.5 c0,0.1,0,0.2,0,0.2c0,0.2,0,0.5,0,0.7c0,119.4,0,238.7,0,358.1c0,0.1,0,0.2,0,0.2c0,0.1,0,0.2,0,0.2c0,0.1,0.1,0.1,0.1,0.2 c0.1,0.1,0.1,0.1,0.2,0.2c0.1,0,0.1,0.1,0.2,0.1c0.2,0,0.3,0.1,0.5,0.1c0.1,0,0.2,0,0.2,0c0.2,0,0.5,0,0.7,0c41.6,0,83.2,0,124.8,0 c0.2,0,0.3,0,0.5,0.1c0.1,0,0.1,0.1,0.2,0.1c0,0.1,0.1,0.1,0.1,0.2c0,0.1,0,0.2,0,0.2c-0.1,0.3-0.3,0.6-0.5,0.8 C487.5,470.9,405.4,579.5,323.1,688.5z'/%3E%3Cpath d='M647.1,798.5c-215.4,0-430.5,0-645.6,0c-0.5-1.7-0.6-90.6-0.1-93.3c215.2,0,430.4,0,645.7,0 C647.1,736.3,647.1,767.3,647.1,798.5z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #5d5d5d;
    font-size: 22px;
    border-bottom: 2px solid #ff9016;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:hover:hover,
.nav-tabs > li.active > a:focus:hover {
    text-decoration: none;
}
@media (max-width: 1200px) {
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        font-size: 20px;
    }
}
@media (max-width: 992px) {
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        font-size: 18px;
    }
}

.menu__list {
    position: relative;
    z-index: 1;
    width: 475px;
    overflow: hidden;
    color: #000;
}
@media (max-width: 991px) {
    .menu__list {
        width: 100%;
    }
}
.menu__list_wrap {
    position: relative;
}
.menu__list_wrap:nth-child(1):before {
    content: '';
}
.menu__list_img {
    position: absolute;
    z-index: 0;
    width: 1059px;
    max-height: 1341px;
}
@media (max-width: 1920px) {
    .menu__list_img {
        right: -239px;
        top: -187px;
    }
}
@media (max-width: 1366px) {
    .menu__list_img {
        right: -110px;
        top: -136px;
        width: 840px;
        height: 987px;
    }
}
@media (max-width: 1200px) {
    .menu__list_img {
        right: -50px;
        top: -120px;
        width: 780px;
        height: 987px;
    }
}
@media (max-width: 992px) {
    .menu__list_img {
        right: -65px;
        top: -100px;
        width: 640px;
        height: 810px;
    }
}
@media (max-width: 991px) {
    .menu__list_img {
        display: none;
    }
}
.menu__list_img img {
    width: 100%;
    height: auto;
}
.menu__list_item {
    margin-bottom: 15px;
}
.menu__list_item.menu__list_in_item {
    margin-bottom: -6px;
}
.menu__list_top {
    position: relative;
}
.menu__list_right {
    float: right;
    margin-left: 10px;
    text-align: right;
    vertical-align: bottom;
    font-size: 20px;
}
.menu__list_cy {
    margin-left: 5px;
    font-size: 18px;
}
.menu__list_left {
    overflow: hidden;
    font-size: 16px;
}
.menu__list_food {
    padding-top: 4px;
    float: left;
    margin-right: 7px;
}
.menu__list_point {
    position: relative;
    top: 16px;
    height: 2px;
    margin-left: 7px;
    overflow: hidden;
    background: url('../img/price_bg.png') left 25px repeat;
}
.menu__list_bottom {
    position: relative;
    top: -3px;
    color: #b4b5b6;
    font-size: 19px;
    font-weight: 300;
}
.menu__list_bottom .set {
    top: 2px;
}

@media (max-width: 991px) {
    .menu__list_bottom {
        font-size: 17px;
    }
    .menu__list_food {
        font-size: 27px;
    }
}
/* Maps
-------------------------------------------------------------------------------*/
.maps {
    margin-bottom: 80px;
}
@media (max-width: 768px) {
    .maps {
        margin-bottom: 40px;
    }
}
.maps__nav {
    position: static;
    border-bottom: 0;
}
.maps__nav_item {
    float: left;
    margin-left: 90px;
}
.maps__nav_item:first-child {
    margin-left: 0;
}
@media (max-width: 768px) {
    .maps__nav_item {
        margin-left: 40px;
    }
    .maps__nav_item:first-child {
        margin-left: 0;
    }
}
@media (max-width: 479px) {
    .maps__nav_item {
        float: none;
        margin-left: 0;
    }
}
.maps__nav_link {
    padding: 20px 0;
    color: #000;
    font-size: 22px;
    display: block;
}
.maps__nav_link:hover {
    color: #ff9016;
    text-decoration: none;
    cursor: pointer;
}
.maps__nav_link.active {
    color: #ff9016;
}
@media (max-width: 479px) {
    .maps__nav_link {
        padding: 10px 0;
    }
}
.maps__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.maps__map_wrap {
    position: relative;
    height: 560px;
}
@media (max-width: 992px) {
    .maps__map {
        left: 0;
    }
}

.maps .nav-tabs > li.active > a,
.maps .nav-tabs > li.active > a:hover,
.maps .nav-tabs > li.active > a:focus {
    color: #ff9016;
    font-size: 22px;
    border-bottom: 0;
}

/* новые стили для общей карты */
.maps .lp-map {
    margin: 0;
}

.maps .lp-map__list {
    position: static;
    float: none;
    overflow: hidden;
    box-shadow: none;
    padding: 0 15px;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 1200px;
    background: none;
}

.maps .lp-map__list ul {
    padding: 0;
    margin: 7px -20px;
    font-size: 22px;
}

.maps .lp-map__list li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 20px;
}

.maps .lp-map__list li.lp-map__list-city {
    display: none;
}

.maps .lp-map__list a {
    color: #000;
    text-decoration: none;
}

.maps .lp-map__list a.is-active,
.maps .lp-map__list a:hover,
.maps .lp-map__list a:active {
    border-color: inherit;
    color: #ff9016;
    text-decoration: none;
}

@media (max-width: 768px) {
    .maps .lp-map__map {
        padding: 0;
        height: 300px;
        box-shadow: none;
    }
}
/* // новые стили для общей карты */

.ymaps-2-1-68-balloon__content {
    padding: 20px 63px 20px 20px !important;
}

.balloonTime {
    color: #000;
    font-size: 22px;
    font-family: 'Gill Sans MT', sans-serif;
    font-weight: 300;
    line-height: 1.2;
}

.ballonPhone {
    margin-top: 10px;
    color: #000;
    font-size: 16px;
    font-family: 'Gill Sans MT', sans-serif;
    font-weight: 300;
    line-height: 1.2;
}

/* Actions
-------------------------------------------------------------------------------*/
.actions {
    margin-bottom: 56px;
    overflow: hidden;
}
@media (max-width: 1365px) {
    .actions {
        margin: 0 0 56px;
    }
}
@media (max-width: 768px) {
    .actions {
        margin-bottom: 40px;
    }
}
.actions__list {
    margin: 20px -15px 0;
    padding: 0 2px;
    width: auto;
}
@media (max-width: 600px) {
    .actions__list {
        margin-left: 0;
        margin-right: 0;
    }
}
.actions__list_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
    padding: 0 15px;
    width: 33.3%;
    overflow: hidden;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 992px) {
    .actions__list_item {
        width: 50%;
        margin-bottom: 20px;
    }
}
@media (max-width: 600px) {
    .actions__list_item {
        display: block;
        width: 370px;
        padding-left: 0;
        padding-right: 0;
        float: none;
        margin: 0 auto;
    }
}
@media (max-width: 480px) {
    .actions__list_item {
        width: 100%;
    }
}
.actions__img {
    width: 100%;
    height: auto;
    display: block;
}
.actions__info {
    padding: 21px 20px;
}
.actions__p {
    margin-top: 20px;
    font-size: 16px;
    font-family: 'Gill Sans Light';
    line-height: 1.4;
}

/* Interior
-------------------------------------------------------------------------------*/
.slider__interior {
    margin-top: 20px;
    margin-bottom: 100px;
}
@media (max-width: 768px) {
    .slider__interior {
        margin-bottom: 40px;
    }
}
.slider__interior_item {
    margin-left: 2px;
    display: block;
}
.slider__interior_top {
    position: relative;
}
.slider__interior_arrows {
    position: absolute;
    bottom: 22px;
    right: 0;
    width: 90px;
    height: 40px;
}
@media (max-width: 991px) {
    .slider__interior_arrows {
        bottom: 10px;
    }
}
.slider__interior_arrow {
    position: absolute;
    z-index: 5;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    -webkit-background-size: 8px 15px !important;
    -moz-background-size: 8px 15px !important;
    -o-background-size: 8px 15px !important;
    background-size: 8px 15px !important;
}
.slider__interior_prev {
    left: 0;
    background: #ebebeb url('../img/arrow__left.svg') no-repeat center center;
}
.slider__interior_next {
    right: 0;
    background: #ebebeb url('../img/arrow__right.svg') no-repeat center center;
}

/* Feedback
-------------------------------------------------------------------------------*/
.feedback {
    padding: 45px 0 55px;
    margin-bottom: 0;
    overflow: hidden;
    background: url('../img/form_bg.png') no-repeat;
    background-size: cover;
}
@media (max-width: 768px) {
    .feedback {
        height: auto;
        padding: 45px 15px;
        background-color: #e3e6e8;
        background-image: none;
    }
}
@media (max-width: 768px) and (max-width: 768px) {
    .feedback {
        padding: 30px 15px;
    }
}
.feedback__form {
    overflow: hidden;
    position: relative;
}
.feedback__form-success {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feedback__form-success.hidden {
    display: none;
}
.feedback__form_wrap {
    width: 830px;
    padding: 30px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .feedback__form_wrap {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 480px) {
    .feedback__form_wrap {
        padding: 30px 15px 15px;
    }
}
.feedback__form_row {
    overflow: hidden;
    margin-bottom: 15px;
    overflow: hidden;
    display: block;
}
.feedback__form_row_left {
    width: 40%;
    float: left;
    margin-right: 30px;
}
@media (max-width: 768px) {
    .feedback__form_row_left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
}
.feedback__form_row_right {
    overflow: hidden;
}
.feedback__form_row:nth-child(2) {
    margin-bottom: 20px;
}
.feedback__form_name,
.feedback__form_email {
    width: 100%;
}
.feedback__form_textarea {
    width: 100%;
    height: 80px;
}
.feedback__call {
    margin-top: -5px;
    width: 31%;
    margin-right: 30px;
    float: left;
    font-family: 'Gill Sans Light';
}
@media (max-width: 768px) {
    .feedback__call {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.feedback__call_h {
    margin-bottom: 28px;
    color: #ff9016;
    font-size: 28px;
}
@media (max-width: 768px) {
    .feedback__call_h {
        margin-bottom: 15px;
    }
}
.feedback__call_p {
    color: #000;
    font-size: 18px;
    line-height: 1.3;
}
.feedback__agreement-text {
    margin-bottom: 8px;
    font-family: 'Gill Sans Light', sans-serif;
    font-style: normal;
    line-height: 1.3;
}
.feedback__agreement-link {
    color: #ff9016;
}
.feedback__agreement-link:hover {
    text-decoration: none;
}
.feedback__captcha_form {
    width: 24%;
    float: left;
    margin-right: 20px;
}
.feedback__captcha_img {
    float: left;
    margin-right: 32px;
}
.feedback__captcha_btn {
    padding: 6px 5px 5px;
    float: left;
    overflow: hidden;
    display: inline-block;
    color: #ff9016;
    font-size: 19px;
    font-weight: 300;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ff9016;
}
.feedback__captcha_btn:hover {
    color: #fff;
    background-color: #ff9016;
}
@media (max-width: 600px) {
    .feedback__captcha_form,
    .feedback__captcha_img,
    .feedback__captcha_btn {
        float: none;
    }
    .feedback__captcha_form {
        width: 120px;
    }
    .feedback__captcha_form,
    .feedback__captcha_img {
        margin-bottom: 20px;
    }
    .feedback__captcha_btn {
        width: 100%;
    }
}
.feedback [required].invalid {
    border-color: red;
}

.b-alco-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    font-family: 'Gill Sans Light', Arial, sans-serif;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.b-alco-modal.is-show {
    opacity: 1;
    visibility: visible;
}

.b-alco-modal__overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
}

.b-alco-modal__block,
.b-alco-modal__block::before {
    box-sizing: border-box;
}

.b-alco-modal__block {
    position: relative;
    z-index: 2;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    padding: 50px 40px 20px;
    width: 600px;
    max-width: 95%;
    min-height: 350px;
    line-height: 1.2;
    font-size: 18px;
    text-align: center;
    background: #fff;
}

@media (min-width: 641px) {
    .b-alco-modal__block {
        padding: 75px 40px 20px;
        font-size: 22px;
    }
}

.b-alco-modal__block::before {
    display: block;
    position: absolute;
    left: 50%;
    top: -50px;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    padding-top: 24px;
    border: 10px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    background: #ff9016;
    letter-spacing: -0.5px;
    font-size: 30px;
    color: #fff;
    content: '18+';
}

@media (min-width: 641px) {
    .b-alco-modal__block::before {
        top: -70px;
        width: 140px;
        height: 140px;
        margin-left: -70px;
        padding-top: 34px;
        font-size: 42px;
    }
}

.b-alco-modal__text {
    display: block;
    line-height: 1.2em;
    margin-top: 18px;
    margin-bottom: 0;
}

.b-alco-modal__choices {
    margin-top: 27px;
}

.b-alco-modal__choices button {
    font-family: inherit;
    font-weight: 300;
    font-size: 18px;
}

@media (min-width: 641px) {
    .b-alco-modal__choices button {
        font-size: 22px;
    }
}

.b-alco-modal__button {
    display: inline-block;
    border: 1px solid #ff9016;
    padding: 0 27px;
    height: 40px;
    font-family: inherit;
    line-height: 38px;
    letter-spacing: 0.11px;
    color: #ff9016;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s;
}

@media (min-width: 641px) {
    .b-alco-modal__button {
        height: 55px;
        line-height: 52px;
    }
}

.b-alco-modal__button:focus,
.b-alco-modal__button:active {
    background-color: transparent;
    color: #ff9016;
}

.b-alco-modal__button:hover {
    background-color: #ff9016;
    color: #fff;
}

@media (max-width: 980px) {
    .b-alco-modal__button:hover,
    .b-alco-modal__button:focus {
        background-color: transparent;
        color: #ff9016;
    }

    .b-alco-modal__button:active {
        background-color: #ff9016;
        color: #fff;
    }
}

.b-alco-modal__choice-link {
    width: auto;
    height: auto;
    margin: 0 6px 0 35px;
    padding: 0;
    border: none;
    border-bottom: solid 1px #ccc;
    background: 0 0;
    line-height: 1.2;
    color: #000;
}

.b-alco-modal__choice-link:active,
.b-alco-modal__choice-link:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

/* Footer
-------------------------------------------------------------------------------*/
.footer {
    position: relative;
    padding: 37px 83px 115px 83px;
}
@media (max-width: 768px) {
    .footer {
        padding: 37px 0;
    }
}
.footer__left {
    padding-left: 50px;
    float: left;
    color: #000;
    font-size: 12px;
    font-family: 'Arial MT', sans-serif;
    line-height: 2.9;
    background: url('../img/age_limit.png') 0 0 no-repeat;
}
@media (max-width: 600px) {
    .footer__left {
        float: none;
        margin-bottom: 15px;
    }
}
.footer__link {
    color: #000;
}
.footer__right {
    float: right;
    margin-top: 7px;
    margin-right: 3px;
}
@media (max-width: 768px) {
    .footer__right {
        margin: 0;
    }
}
@media (max-width: 600px) {
    .footer__right {
        float: none;
    }
}

.soc__item {
    float: left;
    margin-left: 10px;
}

.soc__link {
    width: 27px;
    height: 27px;
    display: block;
    cursor: pointer;
}
.soc__link:hover {
    opacity: 0.8;
}

.menu_marg_b {
    margin-bottom: 15px !important;
}

/*# sourceMappingURL=style.css.map */
