* {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Proxima', sans-serif;
    color: #000;
    font-size: 14px;
    background-color: #fff
}

a {
    font-family: 'Proxima', sans-serif;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s
}

*:focus {
    outline: 0
}

a:hover, a:focus {
    text-decoration: none;
    color: #000
}

ul {
    list-style-type: none;
    margin-bottom: 0
}

.clear::after {
    content: '';
    display: block;
    clear: both
}

header, section {
    width: 100%;
    margin: 0 auto
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Proxima';
    margin: 0;
    font-weight: bold
}

p {
    margin: 0
}

input, textarea, select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.container {
    position: relative
}

header {
    position: absolute;
    padding-top: 144px;
    z-index: 100
}

.header_carousel_wrap {
    position: relative
}

.header_carousel {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    height: 700px
}

.header_carousel_abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.content_carousel {
    position: relative;
    width: 100%;
    z-index: 10;
    height: 700px;
    overflow: hidden
}

.content_carousel .container {
    top: 140px
}

.slick-dots {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    left: 50%;
    text-align: center;
    z-index: 9999;
    margin-left: -50px;
    padding-top: 25px
}

.slick-dots li {
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    border: 1px solid #0095da;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px 0
}

.slick-dots li.slick-active {
    background: #0095da
}

.header_carousel_item {
    width: 100%;
    height: 700px
}

.header_carousel_item img {
    height: auto;
    min-width: 100%;
    min-height: 100%
}

.top_header {
    background: #eaf7fe none repeat scroll 0 0;
    background: rgba(255, 255, 255, .7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.logo {
    float: left;
    margin-top: 13px;
    margin-bottom: 40px
}

.logo img {
    float: left
}

.logo_descr .header-title {
    color: #002c59;
    text-align: center;
    font-size: 32px;
    display: inline-block;
    line-height: 1;
    font-weight: bold;
    margin: 6px 0 0 20px;
    float: left
}

.logo_descr .header-title > span {
    font-size: 18px
}

.top_tell {
    float: right;
    margin: 31px 0 0 0
}

.top_tell a {
    color: #002c59;
    font: bold 32px/1 'Proxima'
}

.top_tell p {
    color: #002c59;
    font-weight: bold
}

.top_search-wrap {
    float: right;
    margin: 31px 0 0;
    position: relative;
    width: 361px
}

input.input_search {
    margin-right: 15px;
    position: relative
}

.top_search-wrap button {
    position: absolute;
    left: 225px;
    top: 7px;
    width: 17px;
    height: 17px;
    background: url(../images/loop.png) center center no-repeat;
    border: 0;
    cursor: pointer
}

.top_search input, .top_search select {
    height: 30px;
    background-color: #fff;
    border: 1px solid #0095da;
    border-radius: 27px;
    width: 250px;
    padding-left: 12px;
    color: #002c59
}

.top_search select {
    width: 71px;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none !important;
    background: #fff url(../images/select.png) no-repeat 88% 50%
}

.top_search input::-webkit-input-placeholder {
    color: #002c59
}

.top_search input:-moz-placeholder {
    color: #002c59
}

.top_search input::-moz-placeholder {
    color: #002c59
}

.top_search input:-ms-input-placeholder {
    color: #002c59
}

nav {
    position: absolute;
    bottom: -25px;
    left: 0;
    min-height: 50px;
    background-color: #fff;
    border: 2px solid #0095da;
    border-radius: 30px;
    width: 100%;
    padding: 0 15px;
    z-index: 5
}

nav ul li {
    float: left;
    padding: 12px 37px 12px;
    position: relative
}

nav ul li a {
    color: #0296da;
    font: bold 18px 'Proxima';
    text-transform: uppercase
}

nav ul li a:hover {
    color: #002c59
}

nav ul li::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0296da;
    position: absolute;
    right: -2px;
    top: 21px
}

nav ul li:last-child::after {
    display: none
}

nav > ul li:hover {
    background: rgba(0, 149, 218, .9)
}

nav > ul li:hover a {
    color: #fff
}

nav ul li:hover .dropdown {
    display: block
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(0, 149, 218, .9);
    padding: 5px 20px;
    display: none;
    z-index: 200
}

.dropdown li {
    display: block;
    padding: 0 0 10px;
    float: none
}

.dropdown li a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    text-transform: inherit
}

.dropdown li:hover {
    background: transparent
}

.dropdown li a:hover {
    text-decoration: none
}

.weather-wrap {
    float: right;
    margin-top: 75px;
    padding: 15px;
    width: 268px;
    position: relative;
    z-index: 100
}

.weather {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 1px solid #0095da;
    border-radius: 12px;
    margin-top: 75px;
    padding: 15px;
    width: 268px
}

.weather h2 {
    color: #002c59;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #959595
}

.weather_day_item {
    float: left;
    width: 70px
}

.weather_day_item:nth-child(2) {
    margin: 0 24px
}

.weather_day {
    padding: 12px 0 10px
}

.weather_day_night {
    border-bottom: 1px solid #959595;
    border-top: 1px solid #959595;
    padding-bottom: 7px
}

.weather_day_night span {
    margin-right: 7px
}

.weather_day_night img {
    margin: 6px 0 9px
}

.weather_day_night_item, .weather_wind_item {
    float: left;
    width: 70px
}

.weather_day_night_item:nth-child(2), .weather_wind_item:nth-child(2) {
    margin: 0 24px
}

.weather_wind {
    margin-top: 9px
}

.style_shanges {
    position: absolute;
    top: 311px;
    background: rgba(238, 31, 64, .8);
    font: bold 64px/1.1 'Proxima';
    color: #fffefe;
    text-transform: uppercase;
    padding: 20px 35px;
    z-index: 100;
    left: 50%;
    margin-left: -563px;
    z-index: 300;
    margin-top: 12%
}

.style_shanges a {
    color: #fffefe;
    font: bold 64px/1.1 'Proxima'
}

.header_carousel_item {
    position: relative
}

.extend_holiday {
    background: url(../images/banner.jpg) center center no-repeat;
    margin: 35px 0 30px;
    -webkit-background-size: cover;
    background-size: cover
}

.extend_holiday a {
    font: bold 48px 'Proxima';
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    display: block
}

.extend_holiday p {
    font: bold 48px 'Proxima';
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    display: block
}

.news_and_afisha {
    text-align: center;
    margin-bottom: 10px
}

.news_afisha_links, .news_and_afisha > span {
    font: bold 28px 'Proxima';
    text-transform: uppercase;
    color: #0095da;
    border: 0;
    border-bottom: 1px solid #bfe4f6;
    background: 0
}

.news_and_afisha > span {
    margin: 0 5px;
    color: #002c59;
    border-bottom: 0
}

.news_afisha_links:hover {
    color: #002c59
}

.news_and_afisha .news_afisha_links_active {
    color: #002c59;
    border-bottom: 0
}

.news_afisha_content_wrap {
    border: 1px solid #0095da;
    border-radius: 10px
}

.news_afisha_content_wrap {
    margin-top: 10px
}

.news_afisha_item {
    padding: 20px 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    text-align: left;
    float: left
}

.data {
    color: #808285;
    font-weight: bold;
    padding: 3px 7px;
    border: 1px solid #959595;
    border-radius: 10px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 15px
}

.news_afisha_item img {
    max-width: 100%
}

.afisha_item a {
    text-transform: uppercase;
    font-weight: bold
}

.news_afisha_h {
    display: block;
    margin-bottom: 15px;
    height: 30px
}

.news_afisha_h:hover {
    text-decoration: underline
}

.active_item_wrap .item_hidden {
    display: none
}

.item_wrap {
    width: 100%;
    float: left
}

.item_wrap > div {
    width: 25%
}

.active_item_wrap {
    width: 100%;
    background: #cceaf8;
    float: left
}

.active_item_wrap > div {
    width: 25%
}

.news_afisha_content_wrap > div:first-child {
    border-radius: 10px
}

.news_afisha_content_wrap > div:last-child {
    border-radius: 10px
}

.all_news {
    float: right;
    padding-right: 25px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #0095da;
    font-weight: 700;
    line-height: 1;
    text-decoration: underline;
    background: url(../images/all_news.png) right center no-repeat
}

.all_news:hover {
    color: #0095da;
    text-decoration: none
}

.all_news_active {
    background: url(../images/all_news_active.png) right center no-repeat
}

.advan_wrap {
    margin: 25px 0;
    text-align: center;
    border-radius: 10px;
    height: 320px;
    position: relative
}

.advan_wrap_1 {
    background: url(../images/advan1.jpg) no-repeat center center
}

.advan_wrap_2 {
    background: url(../images/advan2.jpg) no-repeat center center
}

.advan_wrap h2 {
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    padding: 21px 0
}

.switches {
    border: 1px solid #0095da;
    display: inline-block;
    border-radius: 20px;
    background: #fff
}

.switches_item {
    float: left
}

.switches_item {
    padding: 10px
}

.switches_item button {
    font-weight: bold;
    color: #0095da;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    background: 0;
    border: 0
}

.switches_item button:hover {
    text-decoration: none
}

.switches_active {
    background: #002c59
}

.switches_active button {
    color: #fff;
    text-decoration: none
}

.switches_active button:hover {
    color: #ccc
}

.switches_item1 {
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 20px
}

.switches_item3 {
    padding-right: 25px;
    border-radius: 0 20px 20px 0
}

.serap {
    float: left;
    background: #fff;
    display: inline-block;
    height: 45px
}

.serap span {
    background: #002c59;
    display: inline-block;
    margin-top: 13px;
    height: 20px;
    width: 1px
}

.hidden_serap {
    display: none
}

.advan_carousel {
    text-align: center;
    padding: 20px 0 0;
    margin: 0 auto;
    width: 900px;
    position: absolute;
    left: 50%;
    top: 133px;
    margin-left: -450px;
    opacity: 0;
    z-index: 100
}

.advan_carousel_active {
    opacity: 1;
    z-index: 110
}

.advan_carousel_item {
    display: inline-block !important;
    width: 16%
}

.advan_img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block
}

.advan_img:hover > img {
    opacity: 0
}

.advan_img:hover .advan_hover {
    opacity: 1
}

.advan_hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.advan_carousel_item h3 {
    color: #fff;
    font-size: 18px;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 98%
}

.advan_link > a {
    padding-right: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    margin-top: 157px;
    background: url(../images/advan_arrow.png) right center no-repeat
}

.advan_link > a:hover {
    text-decoration: none
}

.advan_wrap .slick-prev, .advan_wrap .slick-next {
    width: 33px;
    height: 50px;
    position: absolute;
    top: 20%;
    margin-top: -25px;
    text-indent: -9999px;
    border: 0;
    z-index: 999
}

.advan_wrap .slick-prev {
    left: -120px;
    background: url(../images/prev.png) center center no-repeat
}

.advan_wrap .slick-next {
    right: -120px;
    background: url(../images/next.png) center center no-repeat
}

.switches_summer {
    border: 1px solid #007d18
}

.switches_summer .switches_active {
    background: #02481f;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 20px
}

.switches_summer .switches_active button {
    color: #fff
}

.switches_summer button {
    color: #02481f
}

.special_offer {
    text-align: center
}

.special_offer h2 {
    color: #002c59;
    font-size: 28px;
    margin-bottom: 15px
}

.special_offer h2 a {
    color: #0095da;
    font-size: 14px;
    text-decoration: underline;
    padding-right: 20px;
    background: url(../images/all_news_active.png) right center no-repeat
}

.special_offer h2 a:hover {
    text-decoration: none
}

.special_item {
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 3%;
    width: 100%;
    overflow: hidden
}

.special_img img {
    width: 100%
}

.special_reserved span {
    color: #002c59;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding-top: 3%
}

.special_item_content {
    padding: 0 15px
}

.special_reserved {
    margin: 15px 0
}

.special_reserved a {
    background-color: #0095da;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 7px;
    float: right
}

.special_reserved a:hover {
    background: #51af30
}

.special_item_content > p {
    text-align: left;
    color: #002c59;
    height: 85px;
    overflow: hidden
}

.conditions_item {
    width: 25%;
    float: left;
    text-align: center
}

.conditions_item p {
    color: #002c59;
    font-size: 12px;
    text-align: center;
    margin-top: 8px
}

.conditions {
    padding: 15px 0;
    border-top: 1px solid #959595;
    margin-top: 15px
}

.special_img {
    position: relative;
    display: block;
    overflow: hidden
}

.special_caption_wrap {
    display: table;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -38px;
    vertical-align: middle;
    width: 100%;
    z-index: 10
}

.special_caption {
    height: 85px;
    display: table-cell;
    vertical-align: middle
}

.special_caption span {
    background-color: rgba(0, 0, 0, 0.35);
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    width: 77%;
    text-transform: uppercase
}

.blue_caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 149, 218, .7);
    z-index: 5;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 9px
}

.white_circle {
    position: absolute;
    z-index: 15;
    width: 60px;
    height: 60px;
    background: #fff;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    border-radius: 50%
}

.special_img:hover .blue_caption {
    opacity: 1
}

.contacts_wrap {
    background: url(../images/contacts.jpg) no-repeat center bottom;
    background-size: cover;
    margin-top: 25px
}

.tell_and_form {
    float: left
}

.tell_social {
    float: left;
    color: #fff;
    width: 228px
}

.tell_social a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 7px
}

.tell_social p {
    font-size: 12px;
    margin-bottom: 22px
}

.form_wrap {
    float: left;
    width: 260px
}

.tell_social span {
    display: block;
    font-size: 14px
}

.social a {
    float: left;
    margin-right: 15px
}

.social a:last-child {
    margin-right: 0
}

.input_button {
    position: relative;
    height: 30px
}

.form_wrap label {
    font-weight: bold;
    color: #fff
}

.second_label {
    margin-top: 15px
}

.form_wrap input {
    width: 150px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #002c59;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    color: #002c59;
    position: absolute;
    left: 0;
    z-index: 1
}

.form_wrap input::-webkit-input-placeholder {
    color: #002c59
}

.form_wrap input:-moz-placeholder {
    color: #002c59
}

.form_wrap input::-moz-placeholder {
    color: #002c59
}

.form_wrap input:-ms-input-placeholder {
    color: #002c59
}

.form_wrap button {
    position: absolute;
    left: 140px;
    width: 120px;
    height: 30px;
    background-color: #002c59;
    border-radius: 6px;
    border: 0;
    z-index: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-left: 8px
}

.input_button2 input {
    width: 185px
}

.input_button2 button {
    left: 176px;
    width: 84px
}

.form_wrap button:hover {
    background: #063d75
}

.contacts_menu {
    float: right;
    width: 55%
}

.contacts_menu ul {
    float: left;
    margin-left: 30px;
    width: 134px
}

.contacts_menu ul:first-child {
    margin-left: 0
}

.contacts_menu ul li {
    color: #fff;
    margin-bottom: 2px
}

.contacts_menu ul li:first-child {
    font-weight: bold
}

.contacts_menu ul li a {
    color: #fff
}

.contacts_menu ul li a:hover {
    text-decoration: underline
}

.contacts .tell_social {
    padding-top: 20px;
    padding-bottom: 10px
}

.contacts .form_wrap {
    padding-top: 20px;
    padding-bottom: 10px
}

.contacts .contacts_menu {
    margin-top: 10px;
    padding-bottom: 10px
}

footer {
    background-color: #c7eafb;
    padding: 16px 0
}

.footer_logo {
    float: left;
    margin-right: 20px
}

.footer_content {
    float: left
}

.footer_info {
    float: left;
    margin-right: 35px;
    padding-top: 5px
}

.footer_info p {
    color: #002c59;
    font-weight: bold
}

.footer_links {
    float: left;
    padding-top: 15px;
    margin-left: 20px
}

.footer_links a {
    margin-right: 15px
}

.footer_links a:last-child {
    margin-right: 0
}

.content_sidebar {
    float: left;
    width: 165px
}

.content_html_wrap {
    margin-top: 250px
}

.content_menu ul li {
    margin-bottom: 20px
}

.content_menu ul li a {
    color: #109adb;
    font-size: 18px;
    text-decoration: underline;
    font-weight: bold
}

.content_menu ul li a:hover {
    text-decoration: none;
    color: #0d3560
}

.top_header_contacts {
    background: #eaf7fe
}

.banner {
    height: 300px;
    width: 100%;
    display: table;
    background: url(../images/banner-01.jpg) center center no-repeat;
    margin-bottom: 40px;
    position: relative
}

.banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner_cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1
}

.banner_cell b {
    display: block;
    font-size: 32px;
    line-height: 1
}

.banner_cell strong {
    font-size: 69px;
    line-height: 1
}

.banner_cell span {
    font-size: 18px
}

.content_html {
    float: right;
    width: 955px;
    padding-bottom: 20px
}

.breads ul li {
    float: left;
    margin-right: 3px;
    color: #58595b
}

.breads {
    margin-bottom: 20px
}

.breads ul li a {
    color: #1c9edd;
    text-decoration: underline
}

.breads ul li a:hover {
    text-decoration: none
}

.content_html > img {
    width: 100%
}

.h2_content {
    padding: 25px 0;
    text-align: center;
    color: #002c59;
    font-size: 28px;
    text-transform: uppercase
}

.h1_content {
    text-align: center;
    color: #002c59;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 40px
}

.content_html > p {
    color: #58595b
}

.content_html ul {
    color: #58595b;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 10px
}

.content_html ul > li {
    color: #58595b;
    list-style: outside !important;
    margin-bottom: 5px
}

.content_item_wrap {
    text-align: center
}

.content_item {
    display: inline-block;
    text-align: center;
    margin: 0 38px;
    margin-bottom: 30px
}

.content_item img {
    margin-bottom: 15px
}

.content_item h3 {
    color: #002c59;
    font-size: 18px
}

.burger-menu {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer
}

.burger {
    position: absolute;
    background: #002c59;
    width: 100%;
    height: 5px;
    top: 50%;
    right: 0;
    margin-top: -5px;
    opacity: 1
}

.burger::before {
    position: absolute;
    background: #002c59;
    width: 50px;
    height: 5px;
    top: 10px;
    content: "";
    display: block
}

.burger::after {
    position: absolute;
    background: #002c59;
    width: 50px;
    height: 5px;
    bottom: 10px;
    content: "";
    display: block
}

.burger::after, .burger::before, .burger {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.burger-menu.menu-on .burger::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: 0
}

.burger-menu.menu-on .burger::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0
}

.burger-menu.menu-on .burger {
    background: rgba(111, 111, 111, .0)
}

.burger-menu {
    margin-left: auto;
    margin-right: auto
}

.toogle_mnu {
    display: none
}

.afisha_form {
    margin-top: 200px;
    padding: 40px 0 40px 70px;
    background: url(../images/afisha_form.jpg) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain
}

.form_item {
    margin-right: 42px;
    float: left
}

.form_item label {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase
}

.form_item select {
    height: 40px;
    background-color: #fff;
    border: 1px solid #acacac;
    color: #000;
    font-size: 18px;
    background: #fff url(../images/arrow_select.png) 96% 50% no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form_item1 select {
    padding-left: 10px;
    width: 292px
}

.form_item2 select {
    padding-left: 10px;
    width: 83px;
    background-position: 90% 50%
}

.form_item2 select:nth-child(2) {
    margin-right: 10px
}

.form_item3 input {
    width: 125px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #acacac;
    padding-left: 10px;
    color: #000;
    font-size: 18px
}

.form_item3 input:focus {
    background-color: #e1f4fd;
    border: 1px solid #002c59
}

.form_item3 input:nth-child(2) {
    margin-right: 10px
}

.form_item_button {
    float: left;
    width: 133px;
    height: 40px;
    background-color: #ed1c24;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 45px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.form_item_button:hover {
    background: #fff;
    color: #ed1c24
}

.afisha_elem {
    background-color: #fff;
    color: #002c59;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 10px;
    border: 1px solid #ccc;
    width: 97%;
    margin: 0 auto
}

.afisha_item_wrap {
    width: 23%;
    float: left;
    margin: 0 1% 43px
}

.afisha_item_wrap:hover .afisha_elem {
    border: 3px solid #0095da;
    margin-top: -2px;
    margin-bottom: -2px
}

.afisha_item_wrap:hover .afisha_elem_img_hover {
    opacity: 1
}

.afisha_elem_caption {
    padding: 5px 11px 0
}

.afisha_elem span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding: 3px 0 15px
}

.afisha_elem_title {
    color: #002c59;
    display: block;
    font-size: 18px;
    line-height: 1.1;
    margin: 15px 0;
    overflow: hidden
}

.afisha_elem_title:hover {
    text-decoration: underline !important
}

.afisha_item_descr {
    color: #002c59;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    line-height: 1.1;
    margin: 15px 0;
    overflow: hidden
}

.afisha_item_descr b {
    color: #0095da;
    font-weight: 400
}

.afisha_item_descr:hover {
    color: #002c59;
    text-decoration: underline
}

.afisha_elem_img_wrap {
    position: relative;
    display: block
}

.afisha_elem_img_wrap img {
    width: 100%;
    height: auto
}

.afisha_elem_img_hover {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 149, 218, .7);
    opacity: 0
}

.white_circle {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    z-index: 100;
    margin-top: -25px
}

.afisha_item_html {
    margin-top: 200px
}

.new_year {
    background-color: #eaf7fe;
    border: 1px solid #0095da;
    border-radius: 8px;
    margin-bottom: 30px
}

.new_yaar img {
    float: left
}

.new_year_caption {
    float: right;
    width: 637px;
    padding-right: 15px;
    padding-top: 20px
}

.rest_header {
    background: #eaf7fe none repeat scroll 0 0;
    top: 0
}

.new_year_caption h1 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #002c59
}

.new_year_caption h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #002c59
}

.new_year_caption h4 {
    color: #0296da;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px
}

.new_year_caption p {
    margin-top: 10px;
    display: inline-block
}

.more_event .news_afisha_item {
    margin-bottom: 30px
}

.more_event {
    margin-bottom: 100px
}

.content_2 .form_item1 select {
    width: 215px
}

.content_2 .form_item_button {
    width: 98px
}

.content_2 .form_item {
    margin-right: 30px
}

.content_2 {
    padding-left: 50px;
    margin-top: 0
}

.content_2_special {
    text-align: center
}

.content_2_special > div {
    width: 48%;
    margin: 0 2% 25px 0
}

.content_2_special .special_caption_wrap {
    top: 103px
}

.bread_wrapper {
    text-align: center;
    margin: 20px 0 250px
}

.breads_number {
    display: inline-block
}

.breads_number ul li a {
    width: 25px;
    height: 25px;
    border: 1px solid #a1a1a1;
    display: block;
    color: #a1a1a1;
    font-size: 18px
}

.breads_number ul li a img {
    margin-top: -5px
}

.breads_number ul li a:hover {
    background-color: #e1f4fd;
    border: 1px solid #0095da
}

.breads_number ul li.points a {
    border: 1px solid transparent
}

.breads_number ul li.points a:hover {
    border: 1px solid transparent;
    background: 0
}

.breads_number ul li {
    float: left;
    margin: 0 3px
}

.content_2_special {
    margin-top: 10px
}

.rest_img_wrap {
    height: 480px;
/ / background: url(/images/rest_bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-position: center center;
    background-size: cover;
    height: 480px
}

.rest_bread {
    margin-top: 189px
}

.rest_img_wrap {
    text-align: center
}

.rest_img_wrap h1 {
    display: inline-block;
    font-size: 48px;
    color: #fff;
    margin-top: 181px;
    line-height: 136px;
    padding: 0 40px;
    background-color: rgba(0, 44, 89, .85);
    border-radius: 9px
}

.rest_info_wrapper {
    background-image: linear-gradient(58deg, #0095da 0, #00a8c1 100%)
}

.rest_info > div {
    border: 3px solid #e1f4fd;
    border-radius: 8px;
    color: #fff;
    float: left;
    margin: 30px 1%;
    padding: 18px 4%;
    text-align: center;
    width: 100%
}

.rest_info h2 {
    font-size: 28px;
    margin-bottom: 10px
}

.rest_info p {
    font-size: 18px;
    height: auto;
    display: block;
    margin-bottom: 1%
}

.rest_info p b {
    font-size: 24px;
    font-weight: normal
}

.rest_info a {
    color: #fff;
    font-size: 18px;
    text-decoration: underline;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 9px;
    padding: 5px 22px
}

.rest_info a:hover {
    color: #0099d4;
    background: #fff;
    text-decoration: none
}

.rest_welcome {
    text-align: center
}

.rest_welcome h3 {
    padding-top: 35px;
    color: #002c59;
    font-size: 28px
}

.rest_welcome p {
    font-size: 18px;
    color: #58595b;
    max-width: 950px;
    margin: 25px auto
}

.rest_advan {
    margin-bottom: 35px
}

.rest_advan_item {
    border: 3px solid #0095da;
    border-radius: 8px;
    width: 31%;
    margin: 0 1%;
    float: left;
    color: #0095da;
    padding: 18px 18px;
    text-align: center;
    min-height: 115px;
    height: 165px
}

.rest_advan_item h3 {
    font-size: 28px;
    margin-bottom: 3px
}

.rest_advan_item p {
    font-size: 18px;
    margin-top: 7px
}

.rest_afisha_wrap {
    background-color: #f1f2f2;
    padding-bottom: 20px
}

.gallery_item {
    width: 31%;
    margin: 10px 1%;
    float: left
}

.gallery_item img {
    width: 100%
}

.gallery h2 {
    margin-top: 10px
}

.gallery {
    margin-bottom: 60px
}

.breads .breadcrumb {
    background-color: inherit !important;
    border-radius: inherit !important;
    padding: inherit !important;
    margin-bottom: inherit !important
}

.news-item .news-data {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px
}

.content_html100 {
    float: right;
    padding-bottom: 20px;
    width: 100%
}

.content_html .summary {
    display: none !important
}

.afisha_content .list-view {
    padding-top: inherit !important
}

.afisha_content .summary {
    display: none !important
}

.short-descr {
    margin-bottom: 2%
}

.thumbnail {
    padding: inherit !important;
    border-radius: 12px !important
}

.afisha_content_wrap .hotel-title {
    height: auto;
    min-height: 63px !important;
    line-height: normal;
    margin-top: 20px
}

.hotel-title a {
    font-size: 24px
}

.hotel-title a:hover {
    text-decoration: underline
}

.content-wrap {
    margin-left: 10px;
    margin-right: 10px
}

.content-wrap h1 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.content-wrap ul {
    list-style-type: unset;
    margin-bottom: 15px;
    margin-left: 15px
}

.content-wrap p {
    margin-bottom: 10px !important
}

.hotel-item {
    margin-bottom: 50px
}

.hotel-item .special_caption span {
    font-size: 23px
}

#content {
    margin: 15px
}

#content h1 {
    margin-bottom: 15px;
    margin-top: 5px;
    text-align: center
}

#content h2 {
    margin-top: 15px;
    margin-bottom: 5px
}

#content .full-text {
    margin-top: 20px
}

.web-cam {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 1px solid #0095da;
    border-radius: 12px;
    float: initial;
    margin-top: 15px;
    padding: 15px;
    width: 268px;
    text-align: center
}

.web-cam a:hover {
    font-weight: 800;
    text-decoration: underline
}

.web-cam a {
    color: #0095da
}

.top_search {
    float: left
}

.lang {
    float: right
}

.lang select {
    color: #002c59;
    font-size: 12px;
    margin-right: 25px
}

.lang select {
    -moz-appearance: none;
    background: #fff url("../images/select.png") no-repeat scroll 88% 50%;
    text-indent: .01px;
    text-overflow: "";
    width: 71px
}

.lang select {
    background-color: #fff;
    border: 1px solid #0095da;
    border-radius: 27px;
    color: #002c59;
    height: 30px;
    padding-left: 12px
}

.new_year_caption ul > li {
    list-style: outside none disc !important;
    margin-bottom: 5px
}

.new_year_caption ul {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 10px
}

.social > a > img {
    width: 30px
}

.breads ul {
    list-style: outside none none !important;
    margin-right: inherit !important;
    margin-left: 0 !important;
    margin-top: 0 !important
}

.breads ul > li {
    list-style: outside none none !important;
    margin-left: auto
}

.content_html_wrap .summary {
    display: none
}

.content_html_wrap .short-descr {
    height: 50px
}

.apartments-full_text ul > li {
    list-style: initial !important;
    margin-bottom: 5px
}

.apartments-full_text ul {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 10px
}

.apartments-full_text {
    margin: 20px
}

.rest-page .hotel-title {
    height: 30px !important
}

.afisha_content_wrap h1 {
    font-size: 30px;
    margin-bottom: 10px
}

.content_html_wrap h1 {
    font-size: 30px;
    margin-bottom: 10px
}

#callback-request .btn {
    margin-top: 38px;
    position: relative;
    background: 0;
    text-align: center;
    padding: 10px 20px;
    background-color: transparent;
    -webkit-transition: background-color 250ms ease-in;
    transition: background-color 250ms ease-in;
    font-size: 1.5rem;
    color: #0296da;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-family: Tahoma
}

#callback-request .btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #0296da;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

#callback-request .btn > span {
    position: relative
}

#callback-request .btn #callback-request .btn_svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#callback-request .btn #callback-request .btn_svg_shape {
    stroke: #0296da;
    stroke-width: 2px;
    stroke-linecap: round;
    fill: transparent
}

#callback-request .btn:hover {
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms;
    background-color: rgba(2, 150, 218, 0.2);
    color: #0296da
}

#callback-request .btn:hover:before {
    opacity: 0
}

#callback-request .btn:hover #callback-request .btn_svg_shape {
    -webkit-transition-property: stroke-dasharray, stroke-dashoffset;
    transition-property: stroke-dasharray, stroke-dashoffset;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    stroke-dashoffset: 0 !important;
    -webkit-animation: 500ms pencil ease-in forwards;
    animation: 500ms pencil ease-in forwards
}

@-webkit-keyframes pencil {
    0% {
        stroke-width: .5em
    }
    75% {
        stroke-width: .25em
    }
    100% {
        stroke-width: .1em
    }
}

@keyframes pencil {
    0% {
        stroke-width: .5em
    }
    75% {
        stroke-width: .25em
    }
    100% {
        stroke-width: .1em
    }
}

#callback-request .btn#callback-request .btn-small {
    font-size: 1rem
}

.button_wrap {
    position: absolute;
    width: 300px;
    height: 200px;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -150px;
    background: rgba(255, 255, 255, .8)
}

.modal_for_marat {
    display: none
}

#callback-request #callback-form {
    font: 400 14px/1.4 Tahoma, sans-serif;
    background: 0;
    padding: 15px;
    text-align: center
}

#callback-request #callback-form label {
    width: 115px;
    display: inline-block;
    text-align: left
}

#callback-request #callback-form label b {
    color: red;
    display: inline-block;
    margin-left: 3px
}

#callback-request #callback-form input {
    margin-bottom: 10px;
    background: 0;
    border: 1px solid #0296da;
    height: 25px;
    padding-left: 10px;
    border-radius: 4px
}

#callback-request #callback-form button {
    background: 0;
    border: 1px solid #0296da;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
    background: #0296da;
    color: #fff;
    text-transform: uppercase;
    transition: .3s
}

#callback-request #callback-form button:hover {
    background: 0;
    color: #0296da
}

#callback-request #callback-form img {
    margin-bottom: 20px;
    display: inline-block
}

#callback-request .form2 {
    padding: 15px 30px
}

#callback-request .form2 input {
    border: 0;
    border-bottom: 2px solid #0296da;
    border-radius: 0;
    text-align: center;
    padding: 0;
    margin-bottom: 20px
}

#callback-request .form2 input:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: #0296da;
    font-style: italic
}

:-moz-placeholder {
    color: #0296da;
    font-style: italic
}

.ops-wrap {
    font-size: 17px;
    line-height: normal;
    text-align: center
}

.ops-wrap a {
    color: #0296da
}

.ops-wrap a:hover {
    text-decoration: underline
}

.poster-item .new_year_caption {
    width: auto
}

.news_afisha_item .news-item-title {
    min-height: 55px
}

.afisha_item_wrap .news-item-title {
    min-height: 55px
}

.new_year_caption a {
    font-weight: 600;
    text-decoration: underline;
    color: #0296da
}

.new_year_caption a:hover {
    color: #002c59
}

.poster_title_wrap {
    color: #002c59;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.1;
    margin: 15px 0;
    overflow: hidden;
    padding: 5px 11px 0
}

.poster_title_wrap span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0 15px
}

.poster_title_wrap a {
    font-size: 15px
}

.no-offer {
    margin-top: 15px;
    font-size: 12px
}

.new_year_caption .booking {
    background-color: #0095da;
    border-radius: 20px;
    color: #fff;
    float: right;
    padding: 7px;
    text-transform: uppercase
}

.rest_header .top_header {
    background: #eaf7fe none repeat scroll 0 0
}

.form_wrap .footer-btn {
    position: absolute;
    left: 174px;
    width: 86px;
    height: 30px;
    background-color: #002c59;
    border-radius: 6px;
    border: 0;
    z-index: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-left: 8px
}

.top_search-wrap {
    background: url("../img/map_main_page.png") no-repeat;
    padding-left: 35px;
    height: 40px
}

.top_search-wrap a {
    color: #002c59;
    font-weight: bold;
    text-decoration: none
}

.top_search-wrap a:hover {
    text-decoration: underline
}

.main_page_desc > p {
    color: #58595b
}

.main_page_desc ul {
    color: #58595b;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 10px
}

.main_page_desc ul > li {
    color: #58595b;
    list-style: outside !important;
    margin-bottom: 5px
}

.tlsearchform {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -100px
}

.dis_block {
    display: none
}

@media screen and (max-width: 1200px) {
    .tlsearchform {
        bottom: -150px
    }
}

@media screen and (max-width: 992px) {
    .tlsearchform {
        bottom: -158px;
        height: 107px;
        overflow-y: hidden
    }

    #tl-search-form {
        position: relative;
        top: -70px
    }
}

@media screen and (max-width: 767px) {
    .weather-wrap {
        margin-top: 145px
    }

    .tlsearchform {
        bottom: -120px
    }
}

@media screen and (max-width: 687px) {
    .dis_none {
        display: none
    }

    .dis_block {
        display: block
    }

    .content_html_wrap {
        margin-top: 455px
    }

    .tlsearchform {
        position: relative;
        bottom: 0;
        height: auto
    }

    #tl-search-form {
        position: inherit;
        top: 0
    }
}

.advan_img img {
    width: 80px
}

.footer_links-right {
    float: right;
    padding-top: 15px;
    margin-left: 20px
}

.footer_links-right img {
    height: 40px
}

.footer_links-right-link {
    font-size: 12px;
    line-height: inherit;
    font-weight: 600
}

.footer_links-right-link:hover {
    text-decoration: underline
}

.fl-wrap {
    width: 61%;
    float: left
}

.app-navigation {

}

.app-navigation-li {

}
