.eapp-weather-weather-component{
    max-width:100%!important;
    margin:0 auto;
}
.elfsight-app-1df394f5-934d-4be4-9b1c-cd2bb97a549a{
    margin:0 auto;
}

.pt-0{
    padding-top: 0 !important;
}

.sidebar__list li.active>a{
    color: #214c9d;
}
.home{
    display:none;
}
.white-popup {
  position: relative;
  width: auto;
  max-width: 1000px;
  margin: 20px auto;
  
  background: #0b0b0b;
}

.popup__body{
    padding: 0;
}
.gallery__block{
    margin-bottom: 2em;
}
.gallery__title{
    font-size: 2em;
}

.map-menu{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    margin-left: 20px !important;
}

.map-menu li{
}

.foto-list{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 0.17rem;
}
.foto-list__item{
    margin-bottom: 30px;
}

.gallery__item-img {
border-radius: 10px;
height: 280px;
}

.foto-list__line{
    display: flex;
    justify-content: flex-start;
    
    color: #9e9e9e;    
    font-size: 0.14rem;
    font-family: Roboto;
    padding-left: 12px;
}

.foto-lis__title{
    display: block;
    margin-top: 0.5em;
    font-weight: 400;
    font-size: 1.1em;
    margin-bottom: 0.2em;
    font-family: Roboto;
    padding-left: 12px;
    color: #214c9d;
}

.foto-list__data{
    margin-right: 20px;
}

.foto-list__photos{
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.foto-list__photos:before{
    content: '';
    width: 19px;
    height: 15px;
    background: url("../images/gallery/photos.png") no-repeat;
    margin-right: 10px;
    background-size: cover;
    background-position: top center;
    margin-bottom: 2px;
}

.foto-list__views{
    position: relative;
    display: flex;
    align-items: center;
}

.foto-list__views:before{
    content: '';
    width: 22px;
    height: 12px;
    background: url("../images/news/vision.png") no-repeat;
    margin-right: 10px;
}

.swiper {
  width: 70vw;
  max-width: 700px;
  height: 450px;
  margin-bottom: 10px;
}

.mySwiper{
  height: 135px;
}

.swiper-slide-thumb-active{
    border-color: #214c9d !important;
}

 .swiper img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    background: #fbf7f1;
    border: 1px solid #d7d2cb;
}

@media (max-width: 680px) {
    .swiper {
        height: 300px
    }
    .mySwiper{
        height: 120px;
    }
}

@media (max-width: 500px) {
    .swiper {
        height: 300px;
        width: 90vw;
    }
    .mySwiper{
        height: 80px;
       
    }
}


.gallery__item-img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}
.video-wrapper {
  position: relative;
  width: 100%;
  height: 750px;
}

video {
  object-fit: cover;
  height: 108%;
  width: 100%;
  position: absolute;
  top: -4%;
  left: 0;
}
@media (max-width: 500px) {
    video{
        display:none;
    }
   /* .video-wrapper{
        height:475px;
        background:url('../images/bg-mobile.jpg') no-repeat top center;
        background-size:cover;
    }*/
    .home{
        display:block;
    }
    .video-wrapper{
        display:none;
    }
}

div#amplitude-player {
    background: #fbf7f1;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    max-width: 320px;
    padding: 0 10px;
}
div#amplitude-player {
    max-height: 715px;
    width: 100%!important;
    max-width: 800px!important;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
    div#amplitude-player {
        flex-direction: column;
    }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    div#amplitude-player {
        max-height: 715px;
    }
}
/* Large and up */
@media screen and (min-width: 64em) {
    div#amplitude-player {
        max-height: 715px;
    }
}
.amplitude-tracks {
    padding: 15px 0;
    max-height: 215px;
    overflow-y: scroll;
}
div#amplitude-left img.album-art {
    width: 100%; 
}
div#amplitude-left div#player-left-bottom {
    flex: 1;
    padding: 0 0 30px 0;
}
div#amplitude-left div#player-left-bottom div#volume-container:after {
    content: "";
    display: table;
    clear: both;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    div#amplitude-player div#amplitude-left {
        width: 100%;
    }
    div#amplitude-player div#amplitude-left img[amplitude-song-info="cover_art_url"] {
        width: auto;
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    div#amplitude-player {
        max-width: 325px!important;
        width: auto!important;
    }
    .elfsight-app-1df394f5-934d-4be4-9b1c-cd2bb97a549a{
            width: 100%!important;
            max-width: 330px!important;
    }
    header label.header__icon{
        position: absolute;
        right: 15px;
        top: 13px;
    }
    div.header__icon{
        position: absolute;
        right: 25px;
        top: 45px;
    }
    header{
        padding-top:0px;
    }
    .burger{
        position: absolute;
        left: 15px;
        top: 15px;
    }
	
	
	.header__logo {
      top: 0px;
      margin-left: 15em;
	}
    
}


@media(max-width: 767px) {
    .footer__decor {
        display: none;
    }
    .footer__inner {
       background: rgb(210 192 160);
    }
    .simplesearch-search-form {
       margin-right: 0rem;
       margin-bottom: 0.10rem;
    }
    .eapps-weather-a9f516d5-aeb1-493d-91be-0db0b4b9d02f-custom-css-hook .eapp-weather-weather-component{
        max-width:300px!important;
        width:auto!important;
    }
	
	.header__logo {
    top: 0px;
    margin-left: 12em;
}


    
}



@media screen and (max-width: 800px) {
    
.header__logo {
    top: 0px;
}
    }


div#amplitude-left {
    padding: 10px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}
div#amplitude-left div.song {
    cursor: pointer;
    padding: 10px 0;
    color:#000;
}
div#amplitude-left div.song div.song-now-playing-icon-container {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display:none;
}
div#amplitude-left div.song div.song-now-playing-icon-container img.now-playing {
    display: none;
    margin-top: 15px;
}
div#amplitude-left div.song div.play-button-container {
    display: none;
    background: url("https://521dimensions.com/img/open-source/amplitudejs/blue-player/list-play-light.png") no-repeat;
    width: 22px;
    height: 22px;
    margin-top: 10px;
}
div#amplitude-left div.song div.play-button-container:hover {
    background: url("userfiles/player/list-play-hover.png") no-repeat;
}
div#amplitude-left div.song.amplitude-active-song-container div.song-now-playing-icon-container img.now-playing {
    display: block;
}
div#amplitude-left div.song.amplitude-active-song-container:hover div.play-button-container {
    display: none;
}
div#amplitude-left div.song.amplitude-song-container:hover {
    /*background: #071161;*/
    background: #354d99;
}
div#amplitude-left div.song.amplitude-song-container:hover > *{
    color:#fff;
}
div#amplitude-left div.song.amplitude-song-container:hover span.song-title{
    color:#fff;
}
div#amplitude-left div.song div.song-meta-data {
    float: left;
    width: calc( 100% - 85px );
}
div#amplitude-left div.song div.song-meta-data span.song-title {
    color: #000;
    font-size: 16px;
    display: block;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div#amplitude-left div.song div.song-meta-data span.song-artist {
    color: #989898;
    font-size: 14px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div#amplitude-left div.song img.bandcamp-grey {
    float: left;
    display: block;
    margin-top: 10px;
}
div#amplitude-left div.song img.bandcamp-white {
    float: left;
    display: none;
    margin-top: 10px;
}
div#amplitude-left div.song span.song-duration {
    float: left;
    width: 55px;
    text-align: center;
    line-height: 21px;
    color: #44475E;
    font-size: 16px;
    font-weight: 500;
}
div#amplitude-left div.song:after {
    content: "";
    display: table;
    clear: both;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
    div#amplitude-player div#amplitude-left {
        width: 100%;
    }
}
div#progress-container {
    width: 70%;
    float: left;
    position: relative;
    height: 20px;
    cursor: pointer;
    /*
    IE 11
    */
}
div#progress-container:hover input[type=range].amplitude-song-slider::-webkit-slider-thumb {
    display: block;
}
div#progress-container:hover input[type=range].amplitude-song-slider::-moz-range-thumb {
    visibility: visible;
}
div#progress-container progress#song-played-progress {
    width: 100%;
    position: absolute;
    left: 0;
    top: 8px;
    right: 0;
    width: 100%;
    z-index: 60;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 4px;
    border-radius: 5px;
    background: transparent;
    border: none;
    /* Needed for Firefox */
}
@media all and (-ms-high-contrast: none) {
    div#progress-container *::-ms-backdrop, div#progress-container progress#song-played-progress {
        color: #354d99;
        border: none;
        background-color: #CFD8DC;
    }
}
@supports (-ms-ime-align: auto) {
    div#progress-container progress#song-played-progress {
        color: #354d99;
        border: none;
    }
}
div#progress-container progress#song-played-progress[value]::-webkit-progress-bar {
    background: none;
    border-radius: 5px;
}
div#progress-container progress#song-played-progress[value]::-webkit-progress-value {
    background-color: #354d99;
    border-radius: 5px;
}
div#progress-container progress#song-played-progress::-moz-progress-bar {
    background: none;
    border-radius: 5px;
    background-color: #354d99;
    height: 5px;
    margin-top: -2px;
}
div#progress-container progress#song-buffered-progress {
    position: absolute;
    left: 0;
    top: 8px;
    right: 0;
    width: 100%;
    z-index: 10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 4px;
    border-radius: 5px;
    background: transparent;
    border: none;
    background-color: #D7DEE3;
}
div#progress-container progress#song-buffered-progress[value]::-webkit-progress-bar {
    background-color: #CFD8DC;
    border-radius: 5px;
}
div#progress-container progress#song-buffered-progress[value]::-webkit-progress-value {
    background-color: #78909C;
    border-radius: 5px;
    transition: width .1s ease;
}
div#progress-container progress#song-buffered-progress::-moz-progress-bar {
    background: none;
    border-radius: 5px;
    background-color: #78909C;
    height: 5px;
    margin-top: -2px;
}
div#progress-container progress::-ms-fill {
    border: none;
}
@-moz-document url-prefix() {
    div#progress-container progress#song-buffered-progress {
        top: 9px;
        border: none;
    }
}
@media all and (-ms-high-contrast: none) {
    div#progress-container *::-ms-backdrop, div#progress-container progress#song-buffered-progress {
        color: #78909C;
        border: none;
    }
}
@supports (-ms-ime-align: auto) {
    div#progress-container progress#song-buffered-progress {
        color: #78909C;
        border: none;
    }
}
div#progress-container input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 7.5px 0;
    position: absolute;
    z-index: 16;
    top: -7px;
    height: 20px;
    cursor: pointer;
    background-color: inherit;
}
div#progress-container input[type=range]:focus {
    outline: none;
}
div#progress-container input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 0px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: #0075a9;
    border-radius: 0px;
    border: 0px solid #010101;
}
div#progress-container input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 1px solid #354d99;
    height: 15px;
    width: 15px;
    border-radius: 16px;
    background: #354d99;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7.5px;
}
div#progress-container input[type=range]:focus::-webkit-slider-runnable-track {
    background: #00adfb;
}
div#progress-container input[type=range]::-moz-range-track {
    width: 100%;
    height: 0px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
    background: #0075a9;
    border-radius: 0px;
    border: 0px solid #010101;
}
div#progress-container input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 1px solid #354d99;
    height: 15px;
    width: 15px;
    border-radius: 16px;
    background: #354d99;
    cursor: pointer;
}
div#progress-container input[type=range]::-ms-track {
    width: 100%;
    height: 0px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
div#progress-container input[type=range]::-ms-fill-lower {
    background: #003d57;
    border: 0px solid #010101;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
div#progress-container input[type=range]::-ms-fill-upper {
    background: #0075a9;
    border: 0px solid #010101;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
div#progress-container input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 1px solid #354d99;
    height: 15px;
    width: 15px;
    border-radius: 16px;
    background: #354d99;
    cursor: pointer;
    height: 0px;
    display: block;
}
@media all and (-ms-high-contrast: none) {
    div#progress-container *::-ms-backdrop, div#progress-container input[type="range"].amplitude-song-slider {
        padding: 0px;
    }
    div#progress-container *::-ms-backdrop, div#progress-container input[type=range].amplitude-song-slider::-ms-thumb {
        height: 15px;
        width: 15px;
        border-radius: 10px;
        cursor: pointer;
        margin-top: -8px;
    }
    div#progress-container *::-ms-backdrop, div#progress-container input[type=range].amplitude-song-slider::-ms-track {
        border-width: 15px 0;
        border-color: transparent;
    }
    div#progress-container *::-ms-backdrop, div#progress-container input[type=range].amplitude-song-slider::-ms-fill-lower {
        background: #CFD8DC;
        border-radius: 10px;
    }
    div#progress-container *::-ms-backdrop, div#progress-container input[type=range].amplitude-song-slider::-ms-fill-upper {
        background: #CFD8DC;
        border-radius: 10px;
    }
}
@supports (-ms-ime-align: auto) {
    div#progress-container input[type=range].amplitude-song-slider::-ms-thumb {
        height: 15px;
        width: 15px;
        margin-top: 3px;
    }
}
div#progress-container input[type=range]:focus::-ms-fill-lower {
    background: #0075a9;
}
div#progress-container input[type=range]:focus::-ms-fill-upper {
    background: #00adfb;
}

div#control-container {
    margin-top: 25px;
    margin-top: 20px;
}
div#control-container div#repeat-container {
    width: 25%;
    float: left;
    padding-top: 20px;
}
div#control-container div#repeat-container div#repeat {
    width: 24px;
    height: 19px;
    cursor: pointer;
}
div#control-container div#repeat-container div#repeat.amplitude-repeat-off {
    background: url("userfiles/player/repeat-off.png");
}
div#control-container div#repeat-container div#repeat.amplitude-repeat-on {
    background: url("userfiles/player/repeat-on.png");
}
div#control-container div#repeat-container div#shuffle {
    width: 23px;
    height: 19px;
    cursor: pointer;
    float: right;
}
div#control-container div#repeat-container div#shuffle.amplitude-shuffle-off {
    background: url("userfiles/player/shuffle-off.png");
}
div#control-container div#repeat-container div#shuffle.amplitude-shuffle-on {
    background: url("userfiles/player/shuffle-on.png");
}
@media all and (-ms-high-contrast: none) {
    div#control-container *::-ms-backdrop, div#control-container div#control-container {
        margin-top: 40px;
        float: none;
    }
}
div#control-container div#central-control-container {
    width: 50%;
    float: left;
}
div#control-container div#central-control-container div#central-controls {
    width: 130px;
    margin: auto;
}
div#control-container div#central-control-container div#central-controls div#previous {
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url("userfiles/player/prev.png");
    background-repeat: no-repeat;
    float: left;
    margin-top: 10px;
    margin-right: -5px;
}
div#control-container div#central-control-container div#central-controls div#play-pause {
    display: inline-block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    float: left;
}
div#control-container div#central-control-container div#central-controls div#play-pause.amplitude-paused {
    background: url("userfiles/player/play.png");
}
div#control-container div#central-control-container div#central-controls div#play-pause.amplitude-playing {
    background: url("userfiles/player/pause.png");
    }
div#control-container div#central-control-container div#central-controls div#next {
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url("userfiles/player/next.png");
    background-repeat: no-repeat;
    float: left;
    margin-top: 10px;
    margin-left: -5px;
}
div#control-container div#volume-container {
    width: 25%;
    float: left;
    padding-top: 20px;
}
div#control-container div#volume-container div#shuffle-right {
    width: 23px;
    height: 19px;
    cursor: pointer;
    margin: auto;
}
div#control-container div#volume-container div#shuffle-right.amplitude-shuffle-off {
    background: url("userfiles/player/shuffle-off.png");
}
div#control-container div#volume-container div#shuffle-right.amplitude-shuffle-on {
    background: url("userfiles/player/shuffle-on.png");
}
div#control-container div.amplitude-mute {
    cursor: pointer;
    width: 25px;
    height: 19px;
    float: left;
}
div#control-container div.amplitude-mute.amplitude-not-muted {
    background: url("userfiles/player/volume.png");
    background-repeat: no-repeat;
}
div#control-container div.amplitude-mute.amplitude-muted {
    background: url("userfiles/player/mute.png");
    background-repeat: no-repeat;
}

div#control-container:after {
    content: "";
    display: table;
    clear: both;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    div#amplitude-player div#repeat-container div#repeat {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    div#amplitude-player div#repeat-container div#shuffle {
        display: none;
    }
    div#amplitude-player div#volume-container div.volume-controls {
        display: none;
    }
    div#amplitude-player div#volume-container div#shuffle-right {
        display: block;
    }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    div#amplitude-player div#repeat-container div#repeat {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    div#amplitude-player div#repeat-container div#shuffle {
        display: none;
    }
    div#amplitude-player div#volume-container div.volume-controls {
        display: none;
    }
    div#amplitude-player div#volume-container div#shuffle-right {
        display: block;
    }
}
/* Large and up */
@media screen and (min-width: 64em) {
    div#amplitude-player div#repeat-container div#repeat {
        margin-left: 10px;
        margin-right: 20px;
        float: left;
    }
    div#amplitude-player div#volume-container div#shuffle-right {
        display: none;
    }
}
input[type=range].amplitude-volume-slider {
    -webkit-appearance: none;
    width: calc( 100% - 33px);
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

@-moz-document url-prefix() {
    input[type=range].amplitude-volume-slider {
        margin-top: 0px;
    }
}
@supports (-ms-ime-align: auto) {
    input[type=range].amplitude-volume-slider {
        margin-top: 3px;
        height: 12px;
        background-color: rgba(255, 255, 255, 0) !important;
        z-index: 999;
        position: relative;
    }

    div.ms-range-fix {
        height: 1px;
        background-color: #A9A9A9;
        width: 67%;
        float: right;
        margin-top: -6px;
        z-index: 9;
        position: relative;
    }
}
@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, input[type=range].amplitude-volume-slider {
        margin-top: -24px;
        background-color: rgba(255, 255, 255, 0) !important;
    }
}
input[type=range].amplitude-volume-slider:focus {
    outline: none;
}

input[type=range].amplitude-volume-slider::-webkit-slider-runnable-track {
    width: 75%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: #CFD8DC;
}

input[type=range].amplitude-volume-slider::-webkit-slider-thumb {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #354d99;
    cursor: pointer;
    margin-top: -4px;
    -webkit-appearance: none;
}

input[type=range].amplitude-volume-slider:focus::-webkit-slider-runnable-track {
    background: #CFD8DC;
}

input[type=range].amplitude-volume-slider::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: #CFD8DC;
}

input[type=range].amplitude-volume-slider::-moz-range-thumb {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #354d99;
    cursor: pointer;
    margin-top: -4px;
}

input[type=range].amplitude-volume-slider::-ms-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 15px 0;
    /*remove default tick marks*/
    color: transparent;
}

input[type=range].amplitude-volume-slider::-ms-fill-lower {
    background: #CFD8DC;
    border-radius: 10px;
}

input[type=range].amplitude-volume-slider::-ms-fill-upper {
    background: #CFD8DC;
    border-radius: 10px;
}

input[type=range].amplitude-volume-slider::-ms-thumb {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #354d99;
    cursor: pointer;
    margin-top: 2px;
}

input[type=range].amplitude-volume-slider:focus::-ms-fill-lower {
  background: #CFD8DC; }

input[type=range].amplitude-volume-slider:focus::-ms-fill-upper {
    background: #CFD8DC;
}

input[type=range].amplitude-volume-slider::-ms-tooltip {
    display: none;
}

div#time-container span.current-time {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    float: left;
    width: 15%;
    text-align: center;
}
div#time-container span.duration {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    float: left;
    width: 15%;
    text-align: center;
}
div#time-container:after {
    content: "";
    display: table;
    clear: both;
}
div#meta-container {
    text-align: center;
    padding: 0 0 20px 0;
}
div#meta-container span.song-name {
    display: block;
    color: #000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div#meta-container div.song-artist-album {
color: #989898;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div#meta-container div.song-artist-album span {
    display: block;
}
div.amplitude-wave-form{
    margin-top: -14px;
}
div#large-visualization {
    width: 100%;
    background-color: black;
    visibility: hidden;
}
.amplitude-tracks::-webkit-scrollbar {
    height: 1px;
    width: 6px;
    background: #cfd8dc;
}
 
.amplitude-tracks::-webkit-scrollbar-thumb {
    background: #354d99;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
 
.amplitude-tracks::-webkit-scrollbar-corner {
    background: #333;
}
.amplitude-border {
    height: 1px;
    background: #354d99;
    margin: 30px 0;
}

/* 15.07.2022 */
#map-links {
    margin-left: 15px;
}
#map-links ul {
    list-style: none;
    margin-left: 0 !important;
}
#map-links ul li {
    padding: 3px 0 3px 26px;
}
#map-links ul li:before {
    display: none;
}
#map-links ul li a:before {
    content: "";
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    transition: color 0.3s ease;
}
#map-links ul li.parent > a:before {
    content: "+";
    color: #998c79;
    background: #fff;
    border: 1px solid #ded7cc;
}
#map-links ul li.parent > a.opened:before{
    content: "-";
}
#map-links ul li a {
    color: #0d0707;
}
#map-links ul li a:hover:before {
    color: #214C9D;
}
#map-links ul li a:hover {
    color: #214C9D;
}
#map-links ul ul {
    display: none;
}
#map-links ul ul li {
    font-size: 0.15rem;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0;
}
#map-links ul li li a:before {
    top: 3px;
}
/* -- */
@media (max-width: 768px) {
    .burger__item {
        box-shadow: 0px 0px 2px 1px #eee;
    }
    .header__icon {
        text-shadow: 1px 1px 1px #fff;
    }
    
    .header__icon:before {
        -webkit-filter: drop-shadow(1px 1px 1px #fff );
        filter: drop-shadow(1px 1px 1px #fff);
    }
}
/*@media (max-width: 768px) {
    .burger__item {
        background: #fff;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);

    }
    .header__icon {
        color: #fff;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    }
    
    .header__icon:before {
        -webkit-filter: brightness(10) drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
        filter: brightness(10) drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
    }
}*/
.fancybox__caption {
    text-align: center;
}

.content-news__text--custom h1 {
  font-weight: bold;
  font-size: 0.30rem;
  text-align: center;
  margin-bottom: 0.62rem;
  position: relative;
  margin-top: -14px;
  padding-bottom: 0.21rem;
}
@media (min-width: 1024px) {
    .content-news__text--custom h1 {
        padding-left: 65px;
    }
}
.content-news__text--custom h1:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  width: 100%;
  height: 14px;
  display: block;
  background: url("../images/news/decor.png") no-repeat;
  background-size: 100%;
}

.btn-default {
    background: #354d99;
    padding: 15px 30px;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    font: 700 15px/1.4 "Georgia", sans-serif;
    transition: all 0.3s;
}
.btn-default:hover {
    background: #1b2956;
}

.sidebar__message {
    margin: 0.5rem 0;
}
.sidebar__message-block {
    width: 100%;
    font-size: 0.14rem;
}
.footer__list-item a {
    font-size: 14px;
}
.footer__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
/* cookie */
.cookie {
  position: fixed;
  padding: 20px;
  right: 90px;
  bottom: 20px;
  background: #d7b56a;
  max-width: 100%;
  z-index: 55;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.cookie a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 620px) {
  .cookie {
    width: 100%;
    bottom: 0;
    right: 0;
  }
}
.cookie__text {
  margin: 20px auto;
  max-width: 420px;
  line-height: 1.2;
}
.cookie__btn {
  display: flex;
  margin: 0 auto 20px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #fff;
  color: #fff;
  background: none;
  padding: 10px 15px;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media (any-hover: hover) {
  .cookie__btn:hover {
    background-color: #fff;
    color: #0f4065;
  }
}