:root {
    --bg-main: #fcf6f0;
    --bg-main: #ffffff;
    --header-height-mobile: 3rem;
    --header-height-laptop: 4rem;
    --b-color-tab-menu: #bbb;
    --wrapper-margin: -15px;
    --wrapper-padding: 15px;
}

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

* {
    font-family: "Roboto", sans-serif;
    font-family: "HelveticaNeueCyr", Helvetica, Arial, sans-serif;
    font-family: "Yanone Kaffeesatz", sans-serif;
}

h1, h2, h3, h4, h5, h6, h1 > *, h2 > *, h3 > * {
    font-family: "Yanone Kaffeesatz", sans-serif;
}

body, html {
    background-color: var(--bg-main);
    color: #111;
    font-size: 20px;
    letter-spacing: 0.02em;
}

body {
    padding-top: var(--header-height-mobile);
}

a {
    color: #0065b8;
}

a.decor-none {
    text-decoration: none;
}

a.go {
    background: #f67280;
    border: 2px solid #f67280;
    border-radius: 20px;
    color: #fff;
    padding: 4px 16px;
    text-decoration: none;
}

a.green {
    color: green !important;
}

a.second {
    color: #000;
    white-space: nowrap;
}

a.under-none {
    border-bottom-width: 0 !important;
}

footer .yashare-auto-init {
    margin: 15px 0 0;
}

h1 {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 2.1rem;
    margin: 1vw 0 2vw;
}

h2 {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 20px 0 0;
    padding: 10px 0;
}

h2.present {
    border-bottom: 5px double #999;
}

h3 {
    font-size: 1.3rem;
    font-weight: normal;
    margin: 40px 0 30px;
    text-transform: uppercase;
}

h3 a {
    color: #222;
    text-decoration: none;
}

h6.list-alfa {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 5%;
}

hr {
    background-color: #eee;
    border: 0px none;
    color: #eee;
    height: 1px;
    margin: 3% 0;
}

img.flag {
    margin: 0 10px 6px 0;
}

img.flag24 {
    margin-right: 1px;
    margin-bottom: -5px;
    width: 24px;
    height: 24px;
}

img.flag32 {
    margin-right: 0;
    margin-bottom: -9px;
    width: 32px;
    height: 32px;
}

img.i16 {
    margin-bottom: 4px;
}

img.i24 {
    margin-bottom: 3px;
}

input, select, textarea {
    border: #ccc 1px solid;
    border-radius: 2px;
    padding: 5px 8px;
}

input, textarea {
    max-width: 100%;
}

nav.header {
    background-color: var(--bg-main);
    border-bottom: 1px solid #e8f0f5;
    height: var(--header-height-mobile);
}

nav.nav {
    color: #666;
    display: block;
    font-size: 1rem;
    font-weight: 300;
    line-height: 140%;
    margin: 1vw 0 1vw;
}

nav.nav a {
    color: #333 !important;
}

p.views > a, .view {
    border: 1px solid #aaa;
    border-radius: 2px;
    display: inline-block;
    font-size: 1rem;
    color: #333;
    line-height: 150%;
    margin: 0 10px 10px 0 !important;
    padding: 8px 13px 6px;
    text-decoration: none;
    transition: all 1s ease;
}

strong.view {
    background-color: #f2f5e6;
    border-style: dashed;
}

.w-100-auto {
    width: 100%;
}

pre {
    text-align: left;
    white-space: pre-wrap;
}

select[multiple] {
    height: 49px;
}

span.flag16 {
    display: inline-block;
    height: 16px;
    width: 16px;
}

summary {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    outline: none;
}

table.pla-list {
    font-size: 1.6rem;
    width: 100%;
}

table.pla-list th {
    color: #999;
    font-size: 0.6rem;
    font-weight: normal;
    text-align: left;
}

table.pla-list td {
    border-bottom: #eee 1px solid;
    color: #000;
}

table.pla-list th, table.pla-list td {
    padding: 10px 20px 10px 0;
}

ul.list-alfa a {
    display: inline-block;
    padding-left: 5px;
}

ul.list-alfa li {
    display: inline-block;
    font-size: 1rem;
    line-height: 130%;
    padding-bottom: 5px;
    margin: 0 4% 5px 0;
    vertical-align: top;
}

ul.list-alfa li.column {
    width: 22%;
}

ul.list-alfa li.column:nth-child(4n) {
    margin-right: 0;
}

ul.list-alfa li.line {
}

ul.list-alfa {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
    vertical-align: top;
    width: 95%;
}

ul.list-column {
    list-style: none;
    margin: 0;
    min-width: 240px;
    padding: 0 10px 0 20px;
    text-align: left;
    vertical-align: top;
}

ul.list-column li {
    font-size: 1.0rem;
    font-weight: 400;
    margin-bottom: 2%;
    position: relative;
}

ul.list-column li a {
    color: #333;
    margin-left: 8px;
    text-decoration: none;
    white-space: nowrap;
}

ul.list-column li a:hover {
    border-bottom: 1px solid;
    color: #000;
}

ul.list-column li img, ul.list-column li span.flag16 {
    margin-left: 8px;
}

ul.list-column li small {
    font-size: 0.9rem;
    font-weight: 300;
    margin-left: 5px;
}

ul.list-column li.letter:before {
    background-color: #d3effe;
    border-radius: 2px;
    content: attr(data-letter);
    color: #333;
    display: block;
    line-height: 130%;
    margin: -2px 0 0 -20px;
    position: absolute;
    text-align: center;
    width: 22px;
}

ul.list-line {
    margin: 0;
    padding: 0;
}

ul.list-line a {
    border-bottom: 1px dashed;
    color: #111;
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: none;
}

ul.list-line li {
    line-height: 120%;
    list-style: none;
    margin: 0 0 11px 0;
    padding: 0;
}

ul.list-vert {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

ul.list-vert li {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    width: 25%;
}

ul.menu-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}

ul.menu-header li > * {
    color: #333;
    display: block;
    font-weight: 400;
    font-size: 0.9rem;
    padding: 16px 18px;
    text-decoration: none;
    text-transform: uppercase;
}

ul.menu-header li a {
    border-radius: 3px;
}

ul.menu-header li a:hover {
    background: rgba(255, 255, 255, .5);
}

ul.menu-header li {
    list-style: none;
}

ul.menu-header li span {
    background: #fff;
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
    font-size: 0.8rem;
    font-weight: 300;
}

::-moz-placeholder {
    color: #000;
    font-size: 0.8rem;
    font-weight: 300;
}

::-webkit-input-placeholder {
    color: #333;
    font-size: 0.8rem;
    font-weight: 100;
}

[class*=b64] {
    background-position: 12px 20px;
    background-repeat: no-repeat;
    border-width: 0;
    padding-left: 40px !important;
    min-width: 40px;
}

#req_search:focus {
    width: 240px;
}

#box_test {
    min-height: 500px !important;
    max-width: 608px;
}

#box_test .action {
    border: 1px solid #222;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    cursor: pointer;
    display: block;
    font-weight: 400;
    margin-top: 14px;
    padding: 10px 20px;
}

#box_test .action:hover {
    background: #ffeba0;
}

#box_test img {
    width: 100%;
}

#drop-files {
    background: #fafafa;
    border-radius: 10px;
    border: 2px dashed rgba(0, 0, 0, .2);
    display: block;
    font-size: 1rem;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}

#drop-files label {
    display: block;
    text-align: center;
}

#dropped-files #upload-button .delete {
    background: rgba(0, 0, 0, .6);
    border-radius: 100px;
    box-shadow: none;
    font-size: 1em;
    margin-left: 8px;
    padding: 7px 6px 4px 6px;
}

#dropped-files #upload-button .delete:hover {
    background: rgba(0, 0, 0, .8);
}

#dropped-files .image {
    background: #fff;
    border: 4px solid #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    display: inline-block;
    height: 200px;
    margin: 0 7px 7px 0;
    overflow: hidden;
    position: relative;
    width: 300px;
}

#upload-button {
    display: none;
    margin: 20px 0;
    z-index: 9999;
}

#upload-button .ss-upload {
    font-size: 0.7rm;
}

#upload-button a {
    background-color: #4bc1e3;
    border-radius: 10px;
    box-shadow: 0 0 1000px 62px rgba(255, 255, 255, 1), inset 0 -35px 40px -10px #0a9fca;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
}

#upload-button a:hover {
    box-shadow: 0 0 1000px 62px rgba(255, 255, 255, 1), inset 0 -5px 40px 0px #0a9fca;
}

#upload-button span {
    background: white;
    border-radius: 10px;
    font-size: 1.1em;
    margin-right: 8px;
    padding: 6px;
    position: relative;
    text-align: center;
}

#uploaded-holder {
    display: none;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}

#ymaps-map-container {
    height: 100%;
    width: calc(100% - 300px);
}

#ymaps-map-window {
    border-bottom: 0px solid #ddd;
    height: 400px;
    margin-bottom: -1px;
    width: 100%;
}

.adv-ggl-vert {
    margin: -10px -2px 50px;
}

.autofix_sb.fixed {
    bottom: auto;
    height: 100%;
    left: auto;
    overflow: auto;
    position: fixed !important;
    right: auto;
    top: auto;
}

.autofix_sb.fixed.bottom {
    bottom: 0;
    position: absolute !important;
}

.b-share-icon {
    height: 32px !important;
    width: 32px !important;
}

.b64-excursions {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABlSURBVEhL7ZNBCsBACAM99J39d1/TxoMgi2nqoVCKA3NaNwFBG7qcDz3gBttUYcwdtonPd3hwLqqkyAHgq/EV5cBVihwQTIHkOwVKdmjxTskhyurQ4o0iB8C/D00yBZLXC4YFswtLQHZ7RY/FFAAAAABJRU5ErkJggg==");
}

.b64-foto {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADESURBVEhL7ZTdCcJAEISvD009gqYPtT8FG1BMG8YS/HnUGdiB5VaE/JE8ZOB7uN3NzLGBS7MmpQ24g09H6LEGQTX49UEbbiBIzbIj8gkaJWAPKvAyrlbLzfx3OgflgzR6WM3DmkJ8vXEAb8vzASyMo9UuQHM58glSQ4NvOy+BVADWnsCbeuQTpIYGBw/QirgWhtD8ZLVeVvTvJ++AN/VoLkgNP8wQ3pYrIWewBX4mp1FAG8YLGPyx4xPbRwjNV2DWJJTSFzCbz84oeaQyAAAAAElFTkSuQmCC");
}

.b64-guide {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFpSURBVEhL3ZW7LkVBFIYPhU4pIaH3CCRExxMpeAePIZG4lDgV4S0kCo0KCToR/N/Z+58sJ2tvBpUv+bJn1qy57MtZZ/BLFuSBfGo9kovyT2Dxe/k+5oOcl99mUk40zU9wci960ur+vvySWbklr+WN3JHL0jxLFjse9RpOJbHHUS+B027IQ/kifaLotIQ7SZ+Tm6EkxljKufRCbMBG7nMH3MmKhDjGyb04MpbihG05R0A4BrwL38GafJMet8QYS3FSJIuZXelxS6wTJ0WymOFD8LtA2sQ6yRbLYrDaXtflayvtXmo2uJV+T5utMNNeU2o2IHbZNAtT8qJp5tRuMB7fk1luIZuUxaAmt1AzqSa3UDOpJrdQM6kmtxAT+AQpGY5Ri5akS3fMdeWNsRQn9FVTl273+V+IuWeyEychk5jMr5OTu5rGnJjLoSj1lPxO+JFcyVhNIzyeuBl/Rjya3vrzU9is97T/gcHgA33nt/aCPi/XAAAAAElFTkSuQmCC");
}

.b64-map {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFjSURBVEhL5ZS7LkVBFEDvF3gXIkSBD6CmEKL0KCWUaPyBeH6A6EWiFqIQUWg0VMQXKGmIRyWIx1rjTII4yZzrqu5KVjJ7z549c56lqqAJV/AMHzIdL6Nzf2IM7/E9xzscwbIYxTe00R72Y03mAO6jc684jIXw0r0VNpg3kcMiWuNVNppIZQnjySO1OIPT2TgSr8TNkjlHF3lbpB4v0Jw6jpsMornTECUSH2xs4slj8+gUijXGPvBkbtBFnlxs9rW5xg0a0Pg6RImcoIt8W6QO827REJo7DlEiC+ii9RB9YkMfsCePzWUDrZ0LUSKd6DfwhC0mcmhFa6x1TSF20ZOthuh31tCanRAVpAc92SN2mPhBFzpnTbeJcthET3gQou8conPWlE0z+n7baNxExgSau0Vr/sQkxmZt2J6NzblRRdhGGx5lOt7CiuHf9QptrJdY6O+ZQh++4DP2mvgPZjOrhlLpAx4/bEw4CxECAAAAAElFTkSuQmCC");
}

.b64-sights {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFjSURBVEhL3ZVJTsQwEEUDCDaIiwB3QLCHFuMVmCSGS0CLazDch3k8BWIBG+C9KN4kjh0FsekvPalTv2yn7XKlGHlNwRZcwRN8VPjbmJ45vbQOr/CTwZxV6KwJOIMwwTUcwCxMV8zBIdxAyBvCOGQVJv+EHUgN0tsFc8MiSa2BiV+wYKCjFsExjl0xEJOH9QYmbRuISE9i8p/oeSaTBuqyIkxwX9u2JbWAZ3cL+hsG6rLsND3QvjoC57gon2p6Bk2rpa/mwTmcq6F30Jwpn+LSlzY5Vt+5Gvr3BcIWeYnalFsgbJGtpKFL0Ewdcm6BY9A/L59q2gRNS61vmd6BfrRMvRx/uWj7oPcC0YumBmCS197r31VL4JhvWDaQkg3LRWxge5Bqdm6Lbx760Alk5YRhEXFfPTwrxDIUfxu7B3N881MYg86yK3b94GS3pU12WKvL3vIIfi69RA9VzK9e64GOgoriF8jmf5zTa2ydAAAAAElFTkSuQmCC");
}

.bold {
    font-weight: bold;
}

.box-air h5 {
    background: #f2f2f2;
    line-height: 130%;
    margin: 0;
    padding: 10px;
}

.box-air table {
    border-collapse: collapse;
    font-size: 0.9rem;
    width: 100%;
}

.box-air td {
    background: #fafafa;
    border-top: 1px solid #fff;
    font-size: 0.9rem;
    padding: 10px 0 10px 10px;
}

.box-details {
    background-color: #f2f5e6;
    border-radius: 3px;
    margin: 0 var(--wrapper-margin) 40px;
    padding: 15px var(--wrapper-padding);
}

.box-details dl {
    line-height: 150%;
    margin-bottom: .5rem;
}

.box-details dt {
    font-weight: bold;
}

.box-details dt, .box-details dd {
    margin: 0;
    padding: 0;
}

.box-details dl > * {
    display: inline-block;
}

.box-details dt {
    margin-right: 8px;
}

@media (min-width: 768px) {
    .box-details dl {
        display: inline-block;
        margin: 14px;
    }

}

img.lazyload, img.lazyloaded, img.lazyloading {
    aspect-ratio: 16 / 9;
    display: inline-block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.container-md {
    position: relative;
}

.box-event {
    border-top: 1px solid #eee;
    margin: 0 -1000px -1px;
    padding: 20px 1000px;
}

.box-event:hover {
    background: #f6f7f7;
}

.box-event h2 {
    font-size: 2rem;
    margin: 0 0 20px;
    padding: 0;
}

.box-event h2 a {
    border-bottom: 1px solid rgba(59, 125, 172, .4);
    text-decoration: none;
}

.box-figure {
    line-height: 50%;
}

.box-figure .fig-promo {
    border-color: transparent;
}

.box-info .box-info-flex {
    flex-wrap: wrap;
}

.box-info ::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 7px;
    height: 0px;
}

.box-info ::-webkit-scrollbar {
    width: 2px;
}

.box-info ::-webkit-scrollbar {
    width: 3px;
}

.box-info ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
}

.box-info ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, .4);
}

.box-info ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.box-info {
    background: linear-gradient(000deg, rgba(157, 255, 239, 0) 0%, #f6f7f7 100%);
    border-top: 0px solid #eee;
    font-size: 0.8rem;
    margin: 0 -1000px -1px;
    padding: 1.5rem 1000px;
}

.box-info:first-child {
    border-top-width: 0;
}

.box-info:hover {
    /*background: #f6f7f7;*/
}

.box-info h3 {
    font-size: 1.8rem;
    font-weight: 100;
    line-height: 2rem;
    margin: 1rem 0;
    padding: 0;
}

.box-info h3 span {
    font-weight: 400;
}

.box-info-data {
    overflow: hidden;
    vertical-align: top;
}

.box-info-data p {
    font-size: 1.1rem;
    margin: 0.6rem 0;
}

.box-info-text {
    font-size: 1.1rem;
    line-height: 150%;
    margin-top: 0;
    text-align: left;
}

.box-info-detail span {
    color: green;
    border-bottom: 1px dotted;
}

.box-info-detail {
    margin-top: -20px;
    margin-left: 350px;
    padding-right: 10px;
}

.box-info-lang img {
    margin-right: 10px;
}

.box-info-foto {
    height: 200px;
    margin-right: 10px;
    width: 300px;
}

.box-text {
    border-bottom: 0px solid #eee;
    font-size: 1.1rem;
    line-height: 160%;
    margin: 30px 0;
    min-height: 220px;
    padding: 0 0 10px;
    position: relative;
    text-align: center;
    width: 100%;
}

.box-text h2 {
    font-size: 2.0rem;
    font-weight: bold;
    margin-top: 20px;
}

.box-text h2 a {
    color: #000;
    text-decoration: none;
}

.box-text h2 a:hover {
    text-decoration: underline;
}

.box-text .foto {
    /*margin: 0 var(--wrapper-margin);*/
    position: relative;
    overflow: hidden;
}

.box-text .foto img {
    /*    -moz-opacity: .9;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
        opacity: .9;
        transition: all 1s ease;*/
}

.box-text .foto-trust {
    color: #979797;
    font-size: 0.8rem;
    font-weight: 300;
    text-align: left;
}

.box-text .rate {
    display: flex;
    flex-direction: row;
    justify-content: center;
    left: 614px;
    margin: 10px 0;
    position: static;
    top: 0;
    text-align: center;
    width: 100%;
}

.box-text .rate .view-detail a {
    background: url("i/detail.png") no-repeat;
    display: inline-block;
    height: 50px;
    margin-right: 5px;
    text-decoration: none;
    width: 50px;
}

.box-text .rate .view-detail img {
    height: 50px;
    margin: 7px 0 0;
    width: 50px;
}

.box-text .rate .view-detail {
    display: inline-block;
    padding: 0;
    text-align: right;
    width: 60px;
}

.box-text .rate .vote {
    cursor: pointer;
    display: flex;
    width: 110px;
}

.box-text .rate .vote .vote-voice {
    background-color: #d3effe;
    border-radius: 3px;
    color: #333;
    font-size: 1.4rem;
    font-weight: 300;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    width: 50px;
}

.box-text .rate p {
    display: none;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 110%;
    margin-top: 0;
    text-align: center;
    z-index: 1999;
}

.box-text .rate span.vote-no {
    background: url("i/icon/vote.gif") no-repeat -30px top;
}

.box-text .rate span.vote-yes {
    background: url("i/icon/vote.gif") no-repeat 0 top;
}

.box-text .rate span.vote-no, .box-text .rate span.vote-yes {
    height: 35px;
    width: 30px;
}

.box-text img:hover {
    /*    opacity: 1;
        -moz-opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        transform: scale(1.05,1.05);
        transition: all 1s ease;*/
}

.box-text p {
    font-size: 1.1rem;
    line-height: 130%;
    text-align: left;
}

.button-close {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAowAAAKMB8MeazgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAB5SURBVDiNrZPRCcAwCEQfnUiySAZuF8kSWeH6Yz8KrQZMQAicJ+epAB0YwAmYJKIADLic0/GPPCbQAnLznCd/4NWUFfkgy1VjH8CryA95ApYltAiTRCZxpuoW+gz9WXE6NPeg+ra1UDIxGlWEObe4SGxY5fIxlc75Bkt9V4JS7KWJAAAAAElFTkSuQmCC59ef34356faa7edebc7ed5432ddb673d");
}

.chameleon {
    color: inherit !important;
}

.cross-control {
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACaSURBVGhD7daxCcMwAERRQdqEkAUCHsBVhvE+xquk8RppA648SQaIT6rUSsj4DP/BL6RKVxgcAAAwdlEPdUunE+vVX33S6cQY4oYhbhjihiFuGOKGIW6shsRf8Vdlg4pDluyutE41cVfxMUf1Vk1c1beyVcXH/LK70iZ1OD52NwxxwxA3DHHDEDcMccMQN081qzGdAADAnkLYAIu1eKl3Lxq/AAAAAElFTkSuQmCC");
    position: absolute;
    height: 50px;
    width: 50px;
}

.detail {
    background-color: transparent;
    border: 1px solid #666;
    border-radius: 3px;
    color: green !important;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 400;
    padding-top: 14px;
    padding-bottom: 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: 300px;
}

.detail:hover {
    border-color: #ddd;
    background: #fff;
}

.display-none {
    display: none;
}

.drop-button {
    background: rgba(0, 0, 0, .6);
    color: #fff !important;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    z-index: 9999;
    width: 100%;
    bottom: 0;
}

.fig-event figure {
    display: inline-block;
    margin-right: 4%;
    vertical-align: top;
    width: 48%;
}


.fig-promo, .figure {
    display: inline-block;
    margin: 0;
    overflow: hidden;
    position: relative;
    transition: transform .2s linear;
}

.fig-promo figcaption {
    color: #fff;
    display: none;
    font-size: 1.4rem;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fig-promo figcaption a {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 1px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 600;
    height: 100%;
    line-height: 110%;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

.fig-promo img {
    background-color: rgba(255, 255, 255, .05);
    background-color: rgb(29, 29, 29);
    display: block;
    font-size: 1rem;
    height: 100%;
    line-height: 120%;
    object-fit: cover;
    width: 100%;
}

.foto-promo img {
    background-color: rgb(250, 250, 250);

}

.foto-promo .row + .row {
    margin-top: var(--bs-gutter-x);
}

.fig-promo:hover figcaption {
    display: block;
    vertical-align: middle;
    z-index: 245;
}

.fig-test {
    margin: 0 0 40px;
    padding: 0;
}

.fig-test a {
    background: #f2f2f2;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    font-weight: bold;
    font-size: 0.8rem;
    margin-right: 10px;
    padding: 6px;
    text-decoration: none;
}

.fig-test .false {
    color: red;
}

.fig-test .true {
    color: green;
}

.fig-test img {
    display: block;
    margin-bottom: 10px;
}

.fig-test span {
    border: 1px solid #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 6px;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.is-hidden {
    display: none;
}

.map-form input[type=submit] {
    background: transparent;
    border: 1px solid #000;
    border-radius: 2px;
    font-size: 1.0rem;
    font-weight: 300;
    line-height: 100%;
    margin-top: 6px;
    padding: 6px 20px;
    text-transform: uppercase;
}

.map-form input[type=submit]:hover {
    background: #555;
    color: #fff;
}

.map-form {
    color: #333;
    height: 100%;
    margin: 0 15px 0 20px;
    text-align: left;
}

.map-form-list {
    height: calc(100% - 220px);
    margin-bottom: 10px;
    overflow: auto;
}

.map-form-list details {
    margin: 0 0 10px;
}

.map-form-list input {
    margin-right: 6px;
}

.map-form-list label.li {
    display: block;
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: .05em;
    margin-bottom: 5px;
}

.map-form-list label.li.bold {
    font-weight: 400;
}

.map-form-list label.li.sub input {
    margin-right: 20px;
}

.map-header {
    background: #fdfdfd;
    border-right: 1px solid #ddd;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    width: 300px;
}

.map-header .title {
    border-bottom: 1px solid #eee;
    padding: 20px 40px;
}

.map-header h1 {
    font-size: 1.2rem;
    font-weight: 300;
    margin: 20px;
}

.map-header h4 {
    font-size: 0.8rem;
    font-weight: 300;
    margin: 15px 0 5px;
    text-transform: uppercase;
}

.map-note {
    font-size: 1.4rem;
}

.map-view {
    left: 300px;
    height: 100% !important;
    position: fixed;
    top: 0;
    width: calc(100% - 300px);
}

.menu__header {
    margin: 0;
    padding: 0 !important;
}

.menu__header li {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 3px 3px 0 0;
    color: #777;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    margin: 0 24px -1px 0 !important;
    padding: 12px 24px 8px;
    transition: all 1s ease;
}

.menu__header li.action {
    background: #fff;
    color: #333;
    cursor: default;
}

.menu__serv {
    margin: 0;
    padding: 0 !important;
}

.menu__serv li {
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    display: inline-block;
    font-size: 1.2rem;
    margin: 0 24px 0 0;
    transition: all 1s ease;
}

.menu__serv li a, .menu__serv li span {
    color: #000;
    display: block;
    padding: 12px 24px 8px;
    text-decoration: none;
}

.menu__serv li.action {
    border-style: dashed;
}

.menu__serv li.action a {
    color: #333;
    cursor: default;
}

.menu__serv li.h {
    margin-bottom: 25px;
    text-transform: uppercase;
}

.modal-content {
    background: #f7f7f7;
    margin: 0% auto 0;
    min-height: 200px;
    position: relative;
    width: 100%;
}

.nav-sub {
    line-height: 200%;
    margin: -20px 0 50px;
    padding: 0;
}

.nav-sub a {
    color: #aaa !important;
}

.nav-sub li {
    color: #767676;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 180%;
    list-style: none;
    margin: 0 30px 0 0;
    padding: 0;
}

.nav-test {
    line-height: 150%;
    margin-bottom: 20px;
}

.nav-test .false {
    border: 1px solid #fc9998;
}

.nav-test .now {
    border: 1px solid #999;
}

.nav-test .true {
    border: 1px solid #2ba121;
}

.nav-test span {
    border: 1px solid #eee;
    border-radius: 3px;
    color: grey;
    font-size: 0.8rem;
    line-height: 300%;
    padding: 6px;
    text-align: center;
}

.open-list {
    border-bottom: 1px solid #eee;
    padding: 20px 0 10px;
}

.open-more {
    background: #191919;
    border: 1px solid #444;
    border-radius: 3px;
    color: #eee;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin: 0 15px 10px 0;
    padding: .2rem .6rem;
    text-decoration: none;
    text-transform: lowercase;
    vertical-align: middle;
}

.open-more::first-letter {
    text-transform: uppercase;
}

.open-more-box {
    margin: 40px auto;
}

.open-more-note {
    color: #bbb;
    font-size: 0.8rem;
    line-height: 130%;
    margin-top: 90px;
}

.open-more-page {
    padding: .5rem 0;
}

.open-more:hover {
    background: #222;
    border-color: #ddd;
}

.open-view {
    margin: 10px 0 0;
}

.scroll-vertical {
    flex-wrap: nowrap;
    scrollbar-width: none;
    overflow-x: auto;
}

.overlay {
    background: rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
}

.overlay h5 {
    font-family: PT Sans Caption, Verdana, Dejavu, Sans;
    font-size: 1.2rem;
    font-weight: 400;
    max-width: 1000px;
    margin: auto;
    padding: 10px 10px;
}

.overlay h5 span {
    font-weight: 400;
}

.page-content {
    display: inline-block;
    max-width: 720px;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.page-content .tip {
    border-bottom: 0px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.page_side {
    background: #fff;
    display: none;
    margin-top: 10px;
    padding-top: 20px;
    padding-left: 50px;
    vertical-align: top;
    width: 260px;
}

.page_side h4 {
    color: red;
    font-size: 0.8rem;
    font-weight: bold;
    text-shadow: 0 1px 1px #eee;
}

.page_side p {
    color: red;
    font-size: 1rem;
    font-weight: bold;
    text-shadow: 0 1px 1px #eee;
}

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

.pla-box {
    align-items: stretch;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pla-promo {
    font-size: 1.4rem;
    line-height: 130%;
    margin: 0 0 30px;
    padding: 0;
    vertical-align: top;
    text-align: left;
    width: 100%;
}

.pla-promo .second {
    color: #000 !important;
}

.pla-promo img {
    margin-right: 15px;
    width: 100%;
}

.pla-promo p {
    font-size: 0.7rem;
    line-height: 150%;
    margin-top: 4px;
}

.promo-exc-each {
    background: #f6f7f7;
    padding: 0 0 10px;
    position: relative;
    width: 48%;
}

.promo-exc-each figcaption {
    padding: 20px;
}

.promo-exc-each img {
    width: 100%;
}

.promo-exc-list {
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
    width: 100%;
}

.rel {
    position: relative;
}

.right {
    text-align: right !important;
}

.sec-promo {
    background: rgba(239, 241, 244, .6);
}

.section-content {
    color: #000;
    font-weight: 400;
    line-height: 150%;
    overflow: hidden;
    padding: 10px 0;
}

.section-content.text-left {
    text-align: left;
    font-size: 1.2rem;
}

.section-footer {
    background: #171719;
    color: #bbb;
    font-size: 1rem;
    padding: 70px 0 40px;
    text-align: center;
}

.section-footer a {
    border-bottom: 1px solid #59534a;
    color: #bbb;
    text-decoration: none;
    text-transform: uppercase;
}

.section-footer .ya-share2 a {
    border-bottom-width: 0;
}

.section-header {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    overflow: hidden;
    padding: 0;
    z-index: 999;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

.section-header .flex {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    min-height: 60px;
}

.section-header .flex > * {
    height: 60px;
    margin: 5px 0;
    padding: 12px 0;
    vertical-align: middle;
}

.section-header .menu {
    padding: 12px 0;
}

.section-header .menu a {
    border-bottom: 1px solid #bbb;
    color: #000;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
}

.section-header .share {
    height: 0px;
    margin: 0;
    padding: 0;
    text-align: right;
}

.section-header .tm a, .map-header .tm a {
    color: #333;
    font-family: "Squada One", cursive;
    font-size: 2.0rem;
    line-height: 36px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.section-menu {
    background: #e8f0f5;
    margin: -1px 0 0;
}

.bg-lightdark {
    background: #222;
}

.presentation-dark {
    background-color: #171717;
    border-bottom: #222 1px solid;
    color: #ddd;
    margin: 0;
    padding: 20px 0 70px;
}

.presentation-dark a {
    color: #fff;
}

.presentation-dark h3 {
    font-size: 1.6em;
    line-height: 120%;
    margin-bottom: 15px;
}

#result {
    background-color: #f2f5e6;
    margin-bottom: 20px;
}

.section-serv-table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

.section-serv-table td {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
    vertical-align: top;
}

.section-serv-table tr:last-child td {
    border-bottom: none;
}

.section-serv--inactive {
    opacity: .6;
}

.section-serv__info h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 8px;
}

.section-serv__info p {
    margin: 0;
}

.section-serv__action {
    padding-left: 20px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}

.section-serv-box {
    background: transparent;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 2%;
    padding-bottom: 2%;
}

.section-serv-box:last-of-type {
    border-bottom: none;
}

.serv-page__nav {
    margin-bottom: 1.5rem;
}

.serv-page__nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.serv-page__nav-list a {
    border: 1px solid #e5e5e5;
    border-radius: 0.375rem;
    color: #333;
    display: block;
    font-size: 0.95rem;
    line-height: 140%;
    padding: 6px 12px;
    text-decoration: none;
    white-space: nowrap;
}

.serv-page__nav-list a:hover {
    background: #f8f9fa;
    color: #0065b8;
}

@media (min-width: 768px) {
    .section-serv-box h2 {
        scroll-margin-top: calc(var(--header-height-laptop) + 5rem);
    }
}

@media (max-width: 767px) {
    .section-serv-table,
    .section-serv-table tbody,
    .section-serv-table tr,
    .section-serv-table td {
        display: block;
        width: 100%;
    }

    .section-serv__action {
        padding: 8px 0 0;
        text-align: left;
        white-space: normal;
    }
}

.section-serv a.go {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    color: #333;
    display: inline-block;
    font-weight: 400;
    padding: 4px 16px;
    text-decoration: none;
}

.section-serv-box h2 {
    font-weight: 600;
    margin: 0;
    scroll-margin-top: calc(var(--header-height-mobile) + 5rem);
    text-transform: uppercase;
}

.section-view {
    border-bottom: 0px solid #eee;
    padding-bottom: 50px;
}

.section-view a {
    border-bottom: 1px solid #aaa;
    color: inherit !important;
    text-decoration: none;
}

.select2-search__field {
    font-size: 1.2rem;
}

.select2-selection {
    border: #ccc 1px solid !important;
}

.select2-selection input {
    border-width: 0;
}

.select2-selection__rendered, .select2-selection__choice {
    color: #000;
    font-weight: 400;
}

.selection {
    text-align: left;
}

.sender > form > div {
    margin: 10px 0 0;
    max-width: 600px;
}

.sender .phone {
    height: 0;
    display: none;
}

.sender label {
    margin: 0;
}

.set-underline {
    border-bottom: 1px solid #e5e5e5;
}

.table-exc-pro {
    margin: 30px auto 0;
}

.table-exc-pro td .detail {
    border-width: 0;
    font-size: 1rem;
    font-weight: bold;
    padding: 0;
    width: auto;
}

.table-exc-pro td span {
    font-weight: 300;
}

.table-exc-pro td strong {
    font-size: 1.3rem;
    font-weight: 400;
}

.table-exc-pro td {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 150%;
    padding: 5px 20px 5px 0;
    vertical-align: middle;
}

.table-exc-pro tr:hover td {
    background: #f6f7f7;
}

.tabs-content {
    padding: 0 0 50px;
}

.tabs-foto {
    padding: 10px 0 0;
}

.tabs__menu {
    border-bottom: 1px solid var(--b-color-tab-menu);
}

.tabs__article {
    border-bottom: 0px solid #eee;
    padding: 2% 0;
}

.tabs__article h2 {
    font-size: 1.5rem;
    padding: 20px 0 5px;
    margin: 0;
}

ul.tabs-header {
    display: flex;
    justify-content: left;
    list-style: none;
    margin: 0 var(--wrapper-margin) -1px;
    padding: 0 15px;
}

ul.tabs-header li.tabs-li {
    background-color: #f2f2f2;
    border: 1px solid var(--b-color-tab-menu);
    border-radius: 8px 8px 0 0;
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 130%;
    margin: 0 -1px 0 0;
    padding: 10px 15px 6px;
    transition: all 1s ease;
    white-space: nowrap;
    width: auto;
}

ul.tabs-header li.tabs-li.action {
    background-color: #fff;
    border-bottom-color: #fff;
    color: #333;
    cursor: default;
}

ul.tabs-header li.tabs-li > * {
    line-height: 40px;
    margin: 0;
    min-height: 50px;
    overflow: hidden;
}

ul.tabs-header li.tabs-li i {
    padding: 12px 0 8px;
}

ul.tabs-header li.tabs-li a {
    color: #000;
    text-decoration: none;
}

ul.tabs-header li.tabs-li a:active {
    background: #fff;
}

.text {
    margin: 20px auto;
    max-width: 800px;
}

.text-divi {
    font-size: 1.3rem;
    line-height: 160%;
}

.text-divi a span {
    font-weight: 400;
}

.text-divi a, .text-divi img, .text-divi strong {
    white-space: nowrap;
}

.text-divi img {
    margin: -3px 5px 0 0;
}

.text-seli {
    font-size: 1.4rem;
    line-height: 120%;
    margin: 30px 0;
}

.col-search img {
    width: 100%;
}

.tip {
    font-size: 0.9rem;
    font-weight: 300;
}

.vote {
    display: inline-block;
    padding: 0px;
    vertical-align: top;
    width: 120px;
}

.vote span {
    display: inline-block;
    margin: 0 0 6px;
    padding: 0;
    vertical-align: top;
}

.ymaps-city {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 150%;
    padding: 15px;
    text-align: center;
}

.ymaps-city > a {
    color: #000;
    font-weight: 400;
    margin: 0 5px;
}

.ymaps-city h4 {
    font-size: 1.2rem;
}

.ymaps-city small {
    font-size: 0.7rem;
}

.ymaps-map-pano {
    height: 300px;
    margin-top: 20px;
    width: 100%;
}

.ymaps-poi {
    font-size: 1rem;
    font-weight: 300;
    line-height: 140%;
    text-align: center;
}

.ymaps-poi a {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
}

.ymaps-poi span {
    color: #999;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 300;
}

.menu-top-li {
    font-size: 1rem;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.navbar-brand.menu-top-li {
    font-weight: 800;
}

.navbar-nav {
    margin-top: 20px;
}

.sticky {
    background: #fff;
    position: sticky;
    top: var(--header-height-mobile);
    z-index: 1000;
}

p.card-text {
    margin-bottom: .4rem;
}

.wrapper-tab {
    margin: 0 var(--wrapper-margin);
}

.fig-album {
    overflow: hidden;
    position: relative;
}

.fig-album-caption {
    display: none;
    font-size: .9rem;
    line-height: 1rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.fig-album-caption a {
    background-color: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    color: #eee;
    display: block;
    padding: 4px 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.fig-album:hover .fig-album-caption {
    display: block;
}

@media (min-width: 576px) {
    .w-100-auto {
        width: auto;
    }
}

@media (min-width: 768px) {
    body {
        padding-top: var(--header-height-laptop);
    }

    nav.header {
        height: var(--header-height-laptop);
    }

    #mainMenu {
        margin-left: -8px;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .section-menu {
        height: 4rem;
    }

    .box-info-text {
        font-size: 1.0rem;
        margin-top: -5px;
        max-height: 340px;
        padding-right: 10px;
        padding-left: 2rem;
        overflow: auto;
    }

    .box-text .foto {
        margin: 0;
    }

    .wrapper-tab {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    #ymaps-map-window {
        height: 500px;
    }

}
