@import url("fontawesome.css");
@import url("slick.css");
#overlay{
    background: #07479c;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#overlay .preload-wrap {
    position: absolute;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    width: 7.5rem;
    height: 7.5rem;
    border: 0.0625rem #ffffff solid;
    border-top: 0.25rem #dfedff solid;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
#overlay img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 5.0625rem;
    height: 4.9375rem;
    max-width: 100%;
}
@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s;
    transition: transform .1s, -webkit-transform .1s
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/RobotoCondensed-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Roboto-B;
    src: url(../fonts/RobotoCondensed-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Roboto-Bi;
    src: url(../fonts/RobotoCondensed-BoldItalic.ttf) format("truetype")
}

@font-face {
    font-family: Roboto-I;
    src: url(../fonts/RobotoCondensed-Italic.ttf) format("truetype")
}

@font-face {
    font-family: Roboto-L;
    src: url(../fonts/RobotoCondensed-Light.ttf) format("truetype")
}

@font-face {
    font-family: Roboto-Li;
    src: url(../fonts/RobotoCondensed-LightItalic.ttf) format("truetype")
}

@font-face {
    font-family: FA;
    src: url(../fonts/FontAwesome5Brands-Regular-400.otf) format("truetype")
}

@font-face {
    font-family: FA-S;
    src: url(../fonts/FontAwesome5Duotone-Solid-900.otf) format("truetype")
}

@font-face {
    font-family: FA-L;
    src: url(../fonts/FontAwesome5Pro-Light-300.otf) format("truetype")
}

@font-face {
    font-family: FA-R;
    src: url(../fonts/FontAwesome5Pro-Regular-400.otf) format("truetype")
}

* {
    box-sizing: border-box
}

body {
    color: #10152a;
    font-family: Roboto;
    font-size: 16px
}

a, button, input, textarea {
    color: inherit;
    background: 0 0;
    border: none;
    outline: 0;
    text-decoration: none;
    cursor: pointer
}

a:focus, a:hover, button:focus, button:hover, input:focus, input:hover, textarea:focus, textarea:hover {
    border: none;
    outline: 0
}

a:hover {
    color: #07479c
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}

.main {
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 100%;
    overflow-x: hidden
}

.header {
    width: 340px;
    min-width: 340px;
    background: #07479c;
    padding: 20px 0;
    -webkit-align-self: stretch;
    align-self: stretch
}

.header-fixed::-webkit-scrollbar {
    width: 0
}

.header-fixed .menu {
    margin-bottom: 15px
}

.logo {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(155, 164, 200, .4);
    margin: 0 20px
}

.menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    color: #fff
}

.menu .menu-item {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
    color: #fff
}

.menu .menu-item a {
    color: #fff;
    margin: 0 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 65px;
    border-bottom: 1px solid rgba(155, 164, 200, .4)
}

.menu .menu-item:hover {
    background: rgba(47, 57, 93, 0.4);
    color: #fff
}

.menu .current-menu-item {
    background: rgba(23, 31, 61, .4)
}

.menu .current-menu-item a {
    margin: 0;
    border-bottom: none;
    color: #fff
}

.menu-mob {
    display: none
}

.submenu-mob {
    width: 100%;
    display: none
}

.submenu-mob li {
    background: #fff;
    color: #07479c;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid rgba(11, 67, 150, .2);
    height: 65px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.submenu-mob li:first-child {
    border-top: none
}

.menu-mob__btns {
    display: none;
    transition: .5s
}

.menu-mob__btn {
    border-left: 1px solid #fff;
    padding: 0 15px;
    height: 30px;
    -webkit-align-self: center;
    align-self: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

.langs-mob {
    bottom: -215px;
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    background: #07479c;
    color: #fff;
    padding: 0 15px;
    transition: .5s
}

.langs-mob span {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 0;
    font-size: 24px;
    border-top: 1px solid #fff
}

.langs-mob span:first-child {
    border-top: none
}

.langs-mob-show {
    bottom: 44px
}

.menu-mob__search {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    max-width: 480px;
    -webkit-align-items: center;
    align-items: center;
    padding: 14px 20px;
    color: #fff;
    font-size: 24px;
    background: #07479c;
    box-sizing: border-box;
    transition: .5s;
    left: -100%
}

.menu-mob__search input {
    margin: 0 15px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 0 15px;
    font-size: 19px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-appearance: none
}

.menu-mob__search .searchCross {
    font-weight: 100
}

.menu-mob__search .fa-search {
    font-size: 17px;
}

.menu-mob__search-show {
    left: 0;

}

.header-mob-show {

}

.prof1 {
    margin: auto 55px 11px
}

.prof1Text {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 55px 20px;
    text-align: center
}

.socials {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 28px 0;
    margin: 0 20px;
    border-top: 1px solid rgba(155, 164, 200, .4);
    color: #fff;
    font-size: 18px;
    transition: .5s
}

.socials a {
    opacity: .76
}

.socials a:hover {
    color: #fff;
    opacity: 1
}

.socials i {
    margin: 0 17px;
    cursor: pointer
}

.burger {
    display: none;
    margin: 0 20px;
    cursor: pointer;
    font-size: 30px;
    color: #fff
}

.header-mob {
    position: fixed;
    /* height: calc(100vh - 146px); */
    bottom: 61px;
    left: -100%;
    transition: .5s;
    z-index: 99;
    top: 85px;

}

.header-mob-show {
    left: 0
}

.btnsTop {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    height: 60px;
    background: #07479c;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.btnsTop img {
    cursor: pointer
}

.btnsTop i {
    font-size: 18px;
    padding: 6.2px 20px;
    border-right: 1px solid #fff;
    cursor: pointer
}

.btnsTop__eye {
    padding-right: 15px;
    padding-left: 15px
}

.btnsTop__lang {
    border-left: 1px solid #fff;
    cursor: pointer;
    background: #07479c;
    padding: 14px 0;
    height: auto
}

.btnsTop__search {
    background: #fff;
    color: #000;
    height: 57.6px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    transition: .5s;
    right: 180px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    border-left: 1px solid #6c6e72;
    top: 0
}

.btnsTop__search input {
    padding: 0;
    width: 0;
    transition: .5s;
    -webkit-appearance: none
}

.btnsTop__search-show {
    position: absolute;
    z-index: 100;
    right: 180px;
    opacity: 1
}

.btnsTop__search-show input {
    padding: 5px 5px 5px 20px;
    width: 400px;
    border: none;
}

.content {
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.videoTop {
    margin-bottom: -8px;
    position: relative
}

/*.offer {*/
/*    position: absolute;*/
/*    top: 25%;*/
/*    left: 71px;*/
/*    color: #fff;*/
/*    width: 60%*/
/*}*/

/*.offer__title {*/
/*    font-size: 48px;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/
/*    margin-bottom: 54px*/
/*}*/
.offer {
    position: absolute;
    top: 10%;
    left: 71px;
    color: #0b4396;
    width: 60%;
}

.offer__title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    /* margin-bottom: 54px */
}
.offer__text {
    font-size: 22px;
    font-weight: 600;
	line-height: 1.2;
}
span.slNum {
    font-size: 60px;
}
span.slPeople {
    font-size: 40px;
    font-weight: 700;
}

.footer {
    background: rgba(155, 164, 200, .4);
    text-align: center;
    width: 100%;
    padding: 18px;
    color: #151515;
    font-size: 14px
}

.inf {
    margin: 54px 61px 34px;
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
}

.infItems {
    margin-right: 40px;
    font-size: 18px;
    width: calc(1128px / 3 - 40px)
}

.infItem {
    margin-bottom: 20px;
    line-height: 1.3;
}

.infItem p:first-child {
    font-weight: 700
}

.first {
    display: none;
    background-color: #07479c;
    /*background-image: url(../img/photos/5.png);*/
    background-size: cover;
    background-position: center bottom;
    color: #0b4396;
    padding: 137px 70px 148px
}

.first__title {
    margin-bottom: 54px;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase
}

.first__text {
    font-size: 25px;
    font-weight: 400
}

.hide {
    display: none
}

.about {
    padding: 60px 40px 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.aboutItem {
    margin: 0 20px 40px;
    width: 525px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 7px 7px 5px 0 #c7c7c7
}

.aboutItem__title {
    padding: 25px 21px;
    background: #07479c;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff
}

.aboutItem__text {
    padding: 20px 21px 34px;
    font-size: 20px;
    color: #10152a
}

.aboutItem__text a {
    display: block;
    margin-bottom: 15px
}

.news {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 1128px;
    margin: 0 40px 60px
}

.newsTitle {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #07479c;
    margin-bottom: 33px
}

.newsItem {
    width: calc(100% / 3 - 40px);
    margin: 0 20px 33px
}

.newsItem__img {
    margin-bottom: 35px;
    overflow: hidden;
    box-shadow: 7px 7px 5px 0 #c7c7c7;
    cursor: pointer
}

.newsItem__img img {
    margin-bottom: -8px
}

.newsItem__title {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #07479c;
    margin-bottom: 8px
}

.newsItem__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px
}

.newsItem__link {
    font-size: 16px;
    line-height: 24px;
    color: rgba(11, 67, 150, .6)
}

.imgScale {
    transition: .5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: hidden
}

.imgScale:hover img {
    transition: .5s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.imgScale-low {
    transition: .5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: hidden
}

.imgScale-low:hover img {
    transition: .5s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.newsBtn {
    position: relative;
    background: rgba(11, 67, 150, .2);
    color: #07479c;
    text-transform: uppercase;
    padding: 16px 63px;
    overflow: hidden
}

.newsBtn::after {
    content: " ";
    background: rgba(23, 31, 61, .4);
    width: 0;
    height: 0;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
    z-index: 99
}

.newsBtn:hover::after {
    content: " ";
    height: 450%;
    width: 120%;
    opacity: 1;
    left: -10px;
    background: rgba(23, 31, 61, .4);
    position: absolute;
    z-index: 99
}

.map {
    background: url(../img/map/1.png) 0 0/cover;
    padding: 60px 0 65px;
    width: 100%;
    overflow: hidden;
    transition: .5s
}

.mapWrap {
    width: 1168px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.mapWrap__title {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 28px;
    color: #07479c;
    font-size: 30px;
    font-weight: 700
}

#Belarus {
    width: 390px;
    height: 340px;
    margin: 0 130px 0 140px
}

#regions {
    cursor: pointer
}

.mapInf {
    display: none;
    background: rgba(255, 255, 255, .7);
    -webkit-align-self: center;
    align-self: center
}

.mapInf__title {
    padding: 25px 17px;
    background: #07479c;
    font-size: 20px;
    color: #fff
}

.mapInf__text {
    padding: 19px 20px
}

.mapInf__text p {
    margin-bottom: 16px
}

.mapInf__text p span {
    font-weight: 700
}

.mapInf-show {
    display: block
}

.map-mob {
    display: none
}

.map-mob__title {
    text-transform: uppercase;
    color: #07479c;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px
}

.map-mobWrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 35px
}

.map-mobItem {
    width: 100%
}

.map-mobItem__title {
    padding: 17px 20px;
    background: #07479c;
    color: #fff;
    cursor: pointer;
    border-top: 1px solid #fff
}

.map-mobItem__text {
    display: none;
    padding: 22px 20px 8px
}

.map-mobItem__text p {
    margin-bottom: 16px
}

.map-mobItem__text p span {
    font-weight: 700
}

.border-none {
    border-top: none
}

.colorBlue {
    color: #07479c;
    font-weight: 400
}

.contentPage {
    width: calc(100% - 340px)
}

.contentMenu {
    background: #fff;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}
.contentMenu ul{
	list-style: none;
}
.contentMenu__menu {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0 0 0 60px
}

.contentMenu__menu li {
    position: relative;
    margin-right: 10px;
    padding: 20px 10px;
    transition: .5s
}

.contentMenu__menu li:hover {
    background: #07479c;
    color: #fff
}

.contentMenu__menu li a:hover {
    color: #fff
}

.contentMenu__btns {
    position: relative;
    background: #07479c;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    cursor: pointer;
    z-index: 999
}

.contentMenu__btns i {
    font-size: 18px;
    padding: 6.2px 20px;
    border-right: 1px solid #fff;
    cursor: pointer;
    color: #fff
}

.contentMenu__btns img {
    background: #07479c
}

.sub-menu {
    position: absolute;
    width: 350px;
    background: #07479c;
    color: #fff;
    margin-top: 20px;
    line-height: 26px;
    padding: 0;
    left: 0;
    display: none;
    margin-left: 0;
}

.sub-menu li {
    background: #07479c;
    padding: 0 10px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer
}

.sub-menu li:first-child a {
    border-top: none
}

.sub-menu li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 60px;
    height: 60px;
    width: 100%;
    padding: 0 10px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    background: 0 0
}

.sub-menu li:hover {
    background: #9ba4c8
}

.sub-menu-show {
    display: block
}

.submenu {
	position: absolute;
	width: 350px;
	background: #07479c;
	color: #fff;
	margin-top: 20px;
	line-height: 26px;
	padding: 0;
	left: 0;
	display: none
}

.submenu li {
	background: #07479c;
	padding: 0 10px;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 18px;
	line-height: 20px;
	cursor: pointer
}

.submenu li:first-child a {
	border-top: none
}

.submenu li a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	min-height: 60px;
	height: 60px;
	width: 100%;
	padding: 0 10px;
	border-top: 1px solid rgba(255, 255, 255, .5);
	background: 0 0
}

.submenu li:hover {
	background: #9ba4c8
}

.submenu-show {
	display: block
}

.langs {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    top: -300%;
    right: 0;
    cursor: pointer;
    background: #07479c;
    color: #fff;
    padding: 0 18px;
    transition: .5s;
    z-index: -1
}

.langs span {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 1.5px;
    font-size: 18px;
    border-top: 1px solid #fff
}

.langs span:first-child {
    border-top: none
}

.langs-show {
    top: 57px
}

.pageWrap {
    width: calc(100% - 80px);
    display: -webkit-flex;
    display: flex;
    margin: 30px 40px 0
}

.contentSide {
    max-width: 1080px;
    margin: 0 20px;
    -webkit-flex-grow: 1;
    flex-grow: 1
}
.contentSide a{
	color: #07479c;
	font-weight: 400
}
.sidebar {
    width: 330px;
    min-width: 330px;
    margin: 0 20px
}

.sidebarItem {
    margin-bottom: 40px;
    box-shadow: 7px 7px 5px 0 #c7c7c7
}

.sidebarItem img {
    margin-bottom: -8px
}

.sidebarNews {
    padding: 28px 21px 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #ddd
}

.sidebarNews__title {
    width: 100%;
    font-size: 20px;
    color: #07479c;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 25px
}

.sidebarNews__item {
    margin-bottom: 30px
}

.sidebarNews__btn {
    position: relative;
    overflow: hidden;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    background: rgba(11, 67, 150, .2);
    color: #07479c;
    padding: 13px 63px
}

.sidebarNews__btn::after {
    content: " ";
    background: rgba(23, 31, 61, .4);
    width: 0;
    height: 0;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
    z-index: 99
}

.sidebarNews__btn:hover::after {
    content: " ";
    height: 450%;
    width: 120%;
    opacity: 1;
    left: -10px;
    background: rgba(23, 31, 61, .4);
    position: absolute;
    z-index: 99
}

.newsDate {
    color: #9ba4c8;
    margin-bottom: 5px
}

.newsText {
    display: block;
    font-size: 18px
}

.pageTitle {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase
}

.bc {
    margin: 24px 0 60px;
    font-size: 13px
}

.bc span:last-child {
    color: #9ba4c8
}

.bc span:last-child::after {
    display: none
}

.bc a::after {
    content: " ";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #07479c;
    margin: 5px 5px 1px;
}

.infPage {
    display: flex;
    margin-top: 0;
    padding-top: 61px;
    border-top: 1px solid #d5d9e8
}

.contentInf {
    display: -webkit-flex;
    display: none;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d5d9e8;
    padding-top: 52px;
    margin-bottom: 30px;
    margin-top: 10px
}

.contentInf .infItems {
    margin-right: 0;
    width: auto
}

.grafic {
    font-size: 18px
}

.grafic__inf p {
    margin-bottom: 25px
}

.grafic__inf span {
    font-weight: 700
}

.grafic__desc {
    line-height: 30px;
    margin-bottom: 55px
}

.grafic__desc p {
    margin-bottom: 5px
}

.grafic__desc p a {
    color: #07479c;
    text-decoration: underline
}

.coloreRed {
    color: red
}

.graficTableWrap {
    width: 100%;
    margin-bottom: 40px;
    box-shadow: 7px 7px 5px 0 #c7c7c7;
    border: 1px solid #83a3cd
}

.graficTable__item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 15px 40px;
    border-top: 1px solid #83a3cd;
    cursor: pointer
}

.graficTable__item:hover {
    background: #dae3f0;
    border-top: 1px solid #dae3f0
}

.graficTable__item:first-child {
    border-top: none;
    cursor: auto
}

.graficTable__item:first-child:hover {
    background: 0 0
}

.graficTable__item span:nth-child(1) {
    width: 15%
}

.graficTable__item span:nth-child(2) {
    width: 25%;
    margin-right: 10px
}

.graficTable__item span:nth-child(3) {
    width: 60%
}

.graficTable__item-main {
    font-size: 20px;
    font-weight: 700;
    padding: 24px 40px;
    border-bottom: 1px solid #83a3cd
}

.baner {
    position: relative
}

.baner__title {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    bottom: 100px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase
}

.baner__text {
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 80px
}

.baner__btn {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.baner__btn__btn {
    position: relative;
    overflow: hidden;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    background: #fff;
    color: #07479c;
    padding: 13px 63px
}

.baner__btn__btn::after {
    content: " ";
    background: rgba(23, 31, 61, .4);
    width: 0;
    height: 0;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
    z-index: 99
}

.baner__btn__btn:hover::after {
    content: " ";
    height: 450%;
    width: 120%;
    opacity: 1;
    left: -10px;
    background: rgba(23, 31, 61, .4);
    position: absolute;
    z-index: 99
}

.pagination {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    color: rgba(11, 67, 150, .5);
    margin-bottom: 60px
}

.pagination__item {
    width: 36px;
    height: 35px;
    border-radius: 2px;
    border: 1px solid #0b4396;
    background-color: #fff;
    opacity: .5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 1px;
    transition: .5s;
    cursor: pointer
}

.pagination__item:hover {
    opacity: 1
}

.pagination__item i {
    font-size: 14px
}

.pagination__item-borderNone {
    border: none
}

.pagination__item-active {
    background: #07479c;
    color: #fff;
    opacity: 1
}

.filter {
    margin-bottom: 30px
}

.filter .filterWrap select {
    margin-right: 30px;
    padding: 11.2px 18px;
    color: #6c6e72;
    font-size: 20px;
    text-transform: uppercase;
    min-width: 168px;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.filter:focus, .filter:hover {
    outline: 0
}

.filterWrap .filter__month {
    width: 340px
}

.filterWrap {
    position: relative
}

.filterWrap i {
    position: absolute;
    top: 0;
    right: 45px;
    font-size: 16px
}

.morningContent {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.morningItem {
    width: calc(100% / 3 - 40px);
    margin: 0 20px 35px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.morningItem__name {
    background: rgba(11, 67, 150, .2);
    color: #07479c;
    margin-bottom: 10px;
    padding: 4px 17px
}

.morningItem__img {
    display: block;
    width: 100%;
    margin-bottom: 23px;
    box-shadow: 7px 7px 5px 0 #c7c7c7
}

.morningItem__img img {
    width: 100%;
    margin-bottom: -8px
}

.morningItem__date {
    opacity: .7;
    color: #0b4396;
    margin-bottom: 10px
}

.morningItem__text {
    display: block;
    font-size: 18px;
    margin-bottom: 8px
}

.morningItem__link {
    margin-top: auto;
    opacity: .7;
    color: #0b4396
}

.morningItem__link:hover {
    opacity: 1
}
/*.org .bossContent{*/
/*    margin-top: 20px !important;*/
/*}*/
.bossContent {

    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.bossItem {
    width: calc(100% / 3 - 40px);
    margin: 0 20px 35px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.bossItem__img {
    width: 100%;
    margin-bottom: 30px;
    cursor: pointer;
    box-shadow: 7px 7px 5px 0 #c7c7c7
}

.bossItem__img img {
    width: 100%;
    margin-bottom: -8px
}

.bossItem__title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    cursor: pointer
}

.bossItem__title:hover {
    color: #07479c
}

.bossItem__text {
    color: #6c6e72;
    font-size: 18px
}

.popUp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.popUp-show {
    display: block
}

.layout {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 100
}

.popUpBoss {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 15vh;
    background: #f3f4f8;
    z-index: 101;
    width: 1100px;
    height: 80vh;
    overflow-y: scroll;
    padding: 30px;
    display: none;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.popUpBoss::-webkit-scrollbar {
    width: 0
}

.popUpBoss__img {
    width: calc(100% / 12 * 4)
}

.popUpBoss__text {
    width: calc(100% / 12 * 7);
    color: #6c6e72;
    font-size: 18px
}

.popUpBoss__text p {
    margin-bottom: 15px
}

.popUpBoss__cross {
    color: #10152a;
    opacity: .5;
    font-size: 18px;
    line-height: 14px;
    cursor: pointer;
    position: relative
}

.popUpBoss-show {
    display: -webkit-flex;
    display: flex
}

.popUp__img {
    margin-bottom: 20px
}

.popUp__img img {
    width: 100%;
    box-shadow: 7px 7px 5px 0 #c7c7c7
}

.popUp__title {
    color: #00449f;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.popUp__text {
    font-size: 18px;
    margin-bottom: 10px
}

.popUp__inf {
    color: #6c6e72;
    font-size: 18px
}

.mainStatic {
    position: static
}

.orgContent__inf {
    font-size: 20px
}
.orgContent ul{
    margin:0 0 0.5em 1em !important;
}

.orgContent__bottom p {
    margin-bottom: 20px
}
.orgContent__inf p {
    margin-bottom: 20px
}

.orgContent__inf span {
    font-weight: 700
}

.orgContent__inf .colorBlue {
    font-weight: 400
}

.orgContent__bottom {
    font-size: 20px;
    line-height: 36px
}

.orgContent__link {
    display: block;
    text-decoration: underline;
    color: #07479c;
    margin-top: 20px;
    margin-bottom: 52px
}

.orgItem__img, .orgItem__title {
    cursor: auto
}

.orgItem__title:hover {
    color: #000
}

.elAllContent {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 52px;
    text-align: justify
}

.elAllContent p {
    margin-bottom: 10px
}

.elAllContent ul {
    margin-left: 20px
}

.elAllContent ul li {
    list-style: disc
}

.link {
    color: #07479c;
    text-decoration: underline
}

.bold {
    font-weight: 600
}

.elAllContent__btns {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 30px
}

.elAllContent__btn {
    width: calc(100% / 2 - 15px);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #07479c;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    padding: 15px;
    height: 70px;
    transition: .5s
}

.elAllContent__btn:hover {
    background: #7195c5
}

.elAllContent__btn span {
    text-align: center;
    line-height: 1;
}

.elPhysContent {
    margin-bottom: 52px;
    box-shadow: 7px 7px 5px 0 #c7c7c7;
    padding: 30px 40px;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #83a3cd
}

.colorRed {
    color: red
}

.elPhysInp {
    margin-bottom: 32px
}

.elPhysInp p {
    margin-bottom: 15px
}

.elPhysInp input {
    padding: 8px 11px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-size: 18px;
    font-weight: 400;
    width: 100%
}

.elPhysInp textarea {
    padding: 8px 11px;
    border: none;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 18px;
    font-weight: 400;
    width: 100%
}

.elPhysDownload {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    height: 169px;
    border: 1px dashed rgba(0, 0, 0, .1);
    color: #6c6e72;
    font-size: 18px
}

.elPhysDownload i {
    font-size: 50px;
    margin-bottom: 12px;
    opacity: .5
}

.elPhysDownload span {
    text-align: center;
    opacity: .5
}

.elPhysBtns {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center
}

.elPhysBtns__btn {
    background: #07479c;
    color: #fff;
    text-transform: uppercase;
    margin-top: 12px;
    padding: 13.4px 65px;
    font-size: 20px;
    transition: .5s
}

.elPhysBtns__btn:hover {
    background: #9ba4c8
}

.files {
    color: #6c6e72;
    font-size: 18px;
    font-weight: 400
}

.files span {
    word-wrap: break-word
}

.filesBtn {
    position: relative;
    overflow: hidden;
    width: 200px;
    padding: 15px 0;
    background-color: #ced9ea;
    text-align: center;
    color: #07479c;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px
}

.filesBtn::after {
    content: " ";
    background: rgba(23, 31, 61, .4);
    width: 0;
    height: 0;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
    z-index: 99
}

.filesBtn:hover::after {
    content: " ";
    height: 450%;
    width: 120%;
    opacity: 1;
    left: -10px;
    background: rgba(23, 31, 61, .4);
    position: absolute;
    z-index: 99
}

.tourismContent__inf {
    font-size: 18px;
    color: #6c6e72;
    margin-bottom: 25px
}

.tourismContent__checks {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 25px
}

.tourismCheck {
    font-size: 20px;
    text-transform: uppercase;
    width: calc(100% / 3 - 40px);
    border: 1px solid #ddd;
    box-shadow: 7px 7px 5px 0 #c7c7c7;
    padding: 22px 21px;
    margin-bottom: 15px;
    cursor: pointer
}

.tourismCheck-active {
    background: #07479c;
    color: #fff
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.tourismFilter {
    font-size: 20px;
    text-transform: uppercase;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px
}

.tourismFilter span {
    margin-right: 15px
}

.tourismFilter i {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px
}

.tourismFilter select {
    text-transform: uppercase;
    width: 60%;
    padding: 12px 18px;
    border: 1px solid #ddd;
}

.hotels {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 60px
}

.hotel {
    width: calc(100% / 3 - 27px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 30px
}

.hotel__img {
    margin-bottom: 14px;
    position: relative;
    box-shadow: 7px 7px 5px 0 #c7c7c7
}

.hotel__img img {
    margin-bottom: -8px
}

.hotel__name {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 6px
}

.hotel__place {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #07479c;
    margin-bottom: 17px;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    /*cursor: pointer*/
}

.hotel__place i {
    margin-right: 10px
}

/*.hotel__place:hover {*/
/*    border-bottom: 1px solid #07479c*/
/*}*/

.hotel__text {
    font-size: 16px;
    color: #6c6e72
}

.hotel__btn {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fb9d44;
    padding: 14.2px 25px;
    text-align: center;
    margin-top: 15px;
    transition: .5s
}

.hotel__btn:hover {
    background: #c17f40;
    color: #fff
}

.hotelPrice {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background: #07479c;
    font-size: 18px;
    padding: 9px 19px
}

.textPageContent p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: justify
}

.textPageContent ul li {
    margin-bottom: 20px;
    font-size: 18px
}

.textPageContent ul li span {
    display: block
}

.textPageContent ul li span:first-child {
    font-weight: 700
}

.textPageContent a {
    color: #07479c;
    text-decoration: underline
}

.textImg-left {
    float: left;
    margin-right: 30px;
    box-shadow: 7px 7px 5px 0 #c7c7c7
}

.textImg-right {
    float: right;
    margin-left: 30px;
    box-shadow: 7px 7px 5px 0 #c7c7c7
}

.quote {
    font-weight: 700;
    padding: 12px 0 12px 16px;
    border-left: 5px solid transparent;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 0 solid transparent;
    border-image-repeat: repeat;
    -o-border-image: url(../img/border.png) 40% round;
    border-image: url(../img/border.png) 40% round;
    margin-left: 29px;
    -webkit-appearance: none
}

blockquote {
    font-weight: 700;
    padding: 12px 0 12px 16px !important;
    border-left: 5px solid transparent;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 0 solid transparent;
    border-image-repeat: repeat;
    -o-border-image: url(../img/border.png) 40% round;
    border-image: url(../img/border.png) 40% round;
    margin-left: 29px !important;
    -webkit-appearance: none
}

.quotation {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.quotation i {
    font-size: 34px
}

.quotation span {
    height: 2px;
    background: #10152a;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.quotation-1 {
    -webkit-flex-direction: row;
    flex-direction: row
}

.quotation-1 i {
    margin-right: 19px
}

.quotation-2 {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.quotation-2 i {
    margin-left: 19px
}

.quotationText {
    font-weight: 700;
    margin-left: 56px
}

strong {
    font-weight: 700;
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

abbr, fieldset, img {
    border: 0
}

/*ul li {*/
/*	list-style: none*/
/*}*/
caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}

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

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

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0
}

@media screen and (min-width: 1201px) {
    .header-fixed {
        position: fixed;
        height: 100vh;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        overflow-y: scroll;
        z-index: 99
    }

    .headerScroll {
        min-height: 730px;
        height: 100vh;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 1700px) {
    .bossItem, .morningItem {
        width: calc(100% / 2 - 40px)
    }
}

@media screen and (max-width: 1600px) {
    .inf {
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .infItems {
        margin-right: 0
    }

    .aboutItem {
        width: calc(100% / 2 - 40px)
    }

    .news {
        width: calc(100% - 80px)
    }
}

@media screen and (max-width: 1550px) {
    .submenu li {
        font-size: 16px
    }

    .contentSide {
        width: calc(100% - 290px);
        -webkit-flex-grow: 0;
        flex-grow: 0
    }

    .sidebar {
        width: 250px;
        min-width: 250px
    }

    .sidebarNews__btn {
        padding: 13px 50px
    }

    .graficTable {
        width: 770px
    }

    .baner__btn__btn {
        padding: 13px 50px
    }
}

@media screen and (max-width: 1500px) {
    .infItems {
        width: calc(100% / 3 - 40px)
    }

    .mapWrap {
        width: 100%;
        -webkit-justify-content: space-around;
        justify-content: space-around
    }

    #Belarus {
        margin: 0
    }
}

@media screen and (max-width: 1480px) {
    .graficTableWrap {
        overflow-y: scroll
    }

    .graficTableWrap::-webkit-scrollbar {
        width: 0
    }
}

@media screen and (max-width: 1450px) {
    .header {
        width: 280px;
        min-width: 280px
    }

    .header-fixed, .headerScroll {
        width: 280px
    }

    .menu .menu-item {
        font-size: 16px
    }

    .prof1 {
        margin: auto 40px 11px;
        width: 200px
    }

    .offer {
        width: 80%
    }

    .offer__title {
        margin-bottom: 34px
    }

    .contentMenu__menu {
        margin-left: 8px;
        font-size: 16px
    }

    .submenu {
        width: 200px
    }

    .newsDate, .submenu li {
        font-size: 14px
    }

    .newsText {
        font-size: 16px
    }

    .infPage {
        display: -webkit-flex;
        display: flex
    }

    .contentInf {
        display: none
    }

    .filterWrap .filter__month {
        width: 168px
    }

    .bossItem, .morningItem {
        width: calc(100% / 2 - 40px)
    }

    .elAllContent__btns {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .elAllContent__btn {
        width: 100%;
        margin-bottom: 10px
    }

    .tourismCheck {
        width: calc(100% / 3 - 10px);
        font-size: 16px;
        padding: 22px 15px
    }

    .hotel {
        width: calc(100% / 2 - 20px)
    }
}

@media screen and (max-width: 1300px) {
    .submenu li {
        font-size: 14px
    }
}

@media screen and (max-width: 1290px) {
    #Belarus {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 1200px) {
    .header {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        position: fixed;
        top: 0;
        z-index: 99
    }

    .headerScroll {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        position: fixed;
        top: 0;
        z-index: 99;
        background: #07479c;
        padding: 20px 0
    }

    .logo {
        border-bottom: none;
        padding: 0
    }

    .main.main-fix {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100vh;
        z-index: 1;
    }

    .menu {
        display: none;
        background: #07479c;
        overflow-y: scroll;
        /*height: calc(100vh - 196px)*/
    }

    .menu-mob {
        display: -webkit-flex;
        display: flex;
        height: 100%;
    }

    .menu-mob__btns {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        position: fixed;
        bottom: 0;
        z-index: 99;
        background: #07479c;
        width: 100%;
        max-width: 480px;
        padding: 15px 20px;
        color: #fff;
        -webkit-align-items: center;
        align-items: center;
        border-top: 1px solid #fff
    }

    .prof1, .prof1Text, .socials {
        display: none
    }

    .burger {
        display: block
    }

    .header-mob {
        width: 100%;
        max-width: 480px;
        border-top: 1px solid #426dae;
    }

    .menu .menu-item .dropdown-menu {
        background: #fff;
        display: none;
    }

    .menu .menu-item.open .dropdown-menu {
        display: block;
    }

    .menu .menu-item .dropdown-menu a {
        color: #07479c;
        height: 59px;
    }

    .btnsTop {
        display: none
    }

    .offer {
        width: 60%;
		margin-top:40px; /* new */
    }

    .aboutItem {
        width: calc(100% / 2 - 40px);
    }

    .newsItem {
        width: calc(100% / 3 - 20px);
        margin: 0 10px 33px
    }

    .contentMenu {
        display: none
    }

    .contentMenu__btns {
        padding: 0
    }

    .submenu li {
        padding: 10px 20px
    }

    .bossItem, .morningItem {
        width: calc(100% / 2 - 40px)
    }

    .popUpBoss {
        width: 95%
    }
}

@media screen and (max-width: 1024px) {
    .main {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .videoTop {
        display: none
    }

    .first {
        display: block
    }

    .aboutItem {
        width: calc(100% / 2 - 40px)
    }

    .contentMenu {
        margin-top: 85px
    }

    .contentMenu__menu {
        font-size: 18px;
        margin-left: 15px
    }

    .contentMenu__menu li {
        margin-right: 0
    }

    .submenu {
        width: 250px
    }

    .submenu li {
        font-size: 16px
    }

    .topImg {
        margin-top: 85px
    }

    .bossItem, .morningItem {
        width: calc(100% / 2 - 40px)
    }
}

@media screen and (max-width: 920px) {
    .about {
        -webkit-justify-content: center;
        justify-content: center
    }

    .aboutItem {
        width: 525px
    }

    .pageWrap {
        width: calc(100% - 80px);
        max-width: calc(100% - 80px)
    }

    .filter {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .filter .filterWrap select {
        margin-right: 10px;
        width: 200px;
        padding: 11.2px 13px;
        margin-bottom: 15px
    }

    .filterWrap i {
        right: 30px;
        top: 17px
    }

    .bossItem, .morningItem {
        width: calc(100% / 1 - 40px)
    }

    .tourismContent__checks {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tourismCheck {
        width: 100%
    }

    .tourismFilter i {
        top: 20px;
        right: 15px
    }

    .tourismFilter select {
        -webkit-flex-grow: 1;
        flex-grow: 1
    }

    .hotel {
        width: 100%
    }
}

@media screen and (max-width: 720px) {
    .inf {
        margin: 34px 30px 14px
    }

    .infItems {
        font-size: 16px
    }

    .first {
        /*background-image: url(../img/photos/4.png)*/
    }

    .first__title {
        font-size: 24px;
        line-height: 36px;
        /*text-align: center*/
        margin-bottom: 10px;
    }

    .first__text {
        font-size: 16px;
        /*text-align: center*/
    }

    .aboutItem {
        width: 100%;
        margin: 0 0 30px
    }

    .newsItem {
        width: 70%;
        margin: 0 0 27px
    }

    .newsItem__img img {
        width: 100%
    }

    .pageWrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center
    }

    .contentSide {
        width: 100%
    }

    .sidebar {
        width: 330px;
        min-width: 330px
    }

    .popUpBoss {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        top: 10vh
    }

    .popUpBoss__img {
        width: calc(100% / 12 * 12 - 30px);
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center
    }

    .popUpBoss__img img {
        width: auto
    }

    .popUpBoss__text {
        width: 100%;
        -webkit-order: 3;
        order: 3;
        margin-top: 30px
    }

    .hotel {
        width: calc(100% / 2 - 10px)
    }
}

@media screen and (max-width: 576px) {
    .header, .headerScroll {
        padding: 10px 0;
        width: 100%;
        min-width: auto
    }

    .menu {
        height: 100%;
    }

    .menu-mob__btns {
        padding: 10px 20px
    }

    .menu-mob__btn {
        padding: 5px 15px
    }

    .menu-mob__btn:last-child {
        padding: 5px 0 5px 15px
    }

    .header-mob {
        height: 100%;
        top: 65px;
    }

    .inf {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        /* -webkit-justify-content: center;
        justify-content: center; */
        margin: 27px 36px 0
    }

    .infItems {
        width: calc(66.66666666666667% - 30px)
    }

    .infItem p {
        /* text-align: center */
    }

    .first {
        padding: 81px 35px 200px
    }

    .about {
        padding: 30px 35px
    }

    .aboutItem__text, .aboutItem__title {
        font-size: 18px
    }

    .news {
        width: calc(100% - 70px);
        margin: 0 35px 60px
    }

    .newsTitle {
        font-size: 24px;
        margin-bottom: 20px
    }

    .newsItem {
        width: 90%
    }

    .newsItem__img {
        margin-bottom: 30px
    }

    .map {
        display: none
    }

    .map-mob {
        display: block
    }

    .topImg {
        display: none
    }

    .pageWrap {
        width: calc(100% - 70px);
        max-width: calc(100% - 70px);
        margin: 65px 35px 0
    }

    .contentSide {
        margin: 0
    }

    .sidebar {
        margin: 0;
        min-width: auto;
        width: 100%
    }

    .sidebarItem img {
        width: 100%
    }

    .sidebarNews__title {
        font-size: 18px;
        margin-bottom: 15px
    }

    .sidebarNews__item {
        margin-bottom: 19px
    }

    .newsDate {
        font-size: 12px;
        margin-bottom: 10px
    }

    .newsText {
        font-size: 14px
    }

    .pageTitle {
        margin-top: 20px;
        font-size: 18px
    }

    .bc {
        margin: 18px 0 23px;
        font-size: 12px
    }

    .bc a::after {
        width: 5px;
        height: 5px;
        margin: 6px 5px 1px
    }

    .infPage {
        padding-top: 30px;
        margin-top: 0
    }

    .grafic {
        font-size: 14px
    }

    .grafic__desc {
        margin-bottom: 30px
    }

    .graficTable {
        width: 600px
    }

    .graficTable__item {
        font-size: 12px;
        padding: 10px 20px
    }

    .graficTable__item-main {
        font-size: 14px
    }

    .pagination {
        font-size: 14px;
        -webkit-justify-content: center;
        justify-content: center
    }

    .pagination__item {
        width: 31px;
        height: 30px
    }

    .filter .filterWrap {
        width: 100%
    }

    .filter .filterWrap select {
        margin-bottom: 10px;
        font-size: 16px;
        width: 100%
    }

    .filterWrap i {
        right: 20px
    }

    .morningContent {
        margin: 0;
        width: 100%
    }

    .morningItem {
        width: 100%;
        margin: 0 0 30px
    }

    .morningItem__img {
        margin-bottom: 15px
    }

    .morningItem__date {
        font-size: 12px
    }

    .morningItem__text {
        font-size: 16px
    }

    .bossContent {
        margin: 0;
        width: 100%
    }

    .bossItem {
        width: 100%;
        margin: 0 0 30px
    }

    .popUpBoss {
        padding: 15px
    }

    .popUpBoss__text {
        font-size: 14px
    }

    .popUpBoss__text p {
        margin-bottom: 10px
    }

    .popUp__title {
        font-size: 18px
    }

    .popUp__inf, .popUp__text {
        font-size: 16px;
        text-align: center
    }

    .orgContent__inf {
        font-size: 16px
    }

    .orgContent__bottom {
        font-size: 16px;
        line-height: 24px
    }

    .orgContent__link {
        margin-top: 20px;
        margin-bottom: 30px
    }

    .elAllContent {
        font-size: 14px;
        line-height: 24px
    }

    .elAllContent__btn {
        font-size: 16px;
        height: 60px;
    }

    .elPhysContent {
        padding: 15px 10px;
        font-size: 16px
    }

    .elPhysInp {
        margin-bottom: 20px
    }

    .elPhysInp p {
        margin-bottom: 10px
    }

    .elPhysDownload, .elPhysInp input, .elPhysInp textarea {
        font-size: 14px
    }

    .elPhysBtns__btn {
        font-size: 16px
    }

    .filesBtn {
        padding: 10px 0;
        font-size: 14px
    }

    .tourismContent__inf {
        font-size: 14px
    }

    .tourismFilter {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        font-size: 14px
    }

    .tourismFilter span {
        margin-bottom: 15px
    }

    .tourismFilter i {
        top: 45px
    }

    .tourismFilter select {
        width: 100%
    }

    .tourismMap iframe {
        height: 250px !important
    }

    .hotel {
        width: 100%
    }

    .hotel__img {
        -webkit-align-self: stretch;
        align-self: stretch;
        margin-bottom: 5px
    }

    .hotel__img img {
        width: 100%
    }

    .hotel__name {
        font-size: 18px;
        margin-bottom: 0
    }

    .hotel__place {
        font-size: 13px;
        margin-bottom: 8px
    }

    .hotel__text {
        font-size: 14px
    }

    .hotelPrice, .hotel__btn {
        font-size: 16px
    }

    .textPageContent p {
        font-size: 14px;
        line-height: 24px
    }

    .textPageContent ul li {
        font-size: 14px;
        margin-bottom: 15px
    }

    .quotationText {
        margin-left: 20px
    }
}

@media screen and (max-width: 400px) {
    .logo {
        width: 212px
    }

    .menu {
        height: calc(100vh - 47px)
    }

    .menu-mob__search input {
        width: 80%
    }

    .header-mob {
        height: 100vh;
        bottom: 0;
        top: 57px;
        border-top: 1px solid #426dae;
    }

    .first {
        padding: 68px 22px 253px
    }

    .newsItem {
        width: 100%
    }

    .baner__btn__btn, .sidebarNews__btn {
        width: 100%;
        text-align: center;
        padding: 13px 30px
    }

    .elPhysBtns__btn {
        width: 100%;
        padding: 18px 0
    }

    .filesBtn, .hotel__btn {
        width: 100%
    }

    .textImg-left, .textImg-right {
        width: 100%;
        margin: 15px 0
    }
}

.home-slider {
    position: relative;
    margin-bottom: -4px;
    max-width: calc(100vw - 340px);
	position: relative; /* new */
    padding-bottom: 50%;/* new */
}

.home-slider .slider-content{ /* new */
	position: absolute;
    inset: 0;
}

.home-slider .item {
    outline: none !important;
    background-color: #07479c;
}

.home-slider .item img {
    display: block;
    width: 100%;
    height: 100%; /*new*/
    object-fit: cover;
   
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.slick-dots li {
    margin: 0 10px;
    display: inline-block;
}

.slick-dots li.slick-active button {
    background-color: #07479c;
    width: 15px;
    height: 15px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    font-size: 0;
    padding: 0;
    box-shadow: 0 0 1px 5px rgba(0, 0, 0, 0);
}

#regtext text {
    pointer-events: none;
}


/*.menu__item.dropdown:hover .dropdown-menu{
	display: block;
}*/

@media screen and (max-width: 1450px) {
    .home-slider {
        max-width: calc(100vw - 280px);
    }

    .mapWrap {
        margin-left: 15px;
    }

    #Belarus {
        width: 390px;
        height: 340px;
    }
}

@media screen and (max-width: 1200px) {
    .home-slider {
        max-width: 100vw;
    }
}


@media screen and (max-width: 720px) {
    .home-slider .item img {
        height: 500px;
    }

    .home-slider .offer {
        width: 100%;
        left: 0;
        padding: 0 70px;
        top: 140px;
    }

    .home-slider .offer__title {
        font-size: 24px;
        line-height: 36px;
        /*text-align: center;*/
    }

    .home-slider .offer__text {
        font-size: 16px;
        /*text-align: center;*/
    }
}

@media screen and (max-width: 576px) {
    .home-slider .offer {
        padding: 0 30px;
    }
}


.home-sidebar{ display: none}

@media (min-width:1806px){

    .home-pageWrap {
        width: calc(100% - 40px);
        display: -webkit-flex;
        display: flex;
    }
    .home-contentSide {
        max-width: 1130px;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        width: 100%;
    }
    .home-contentSide__row{
        margin-right: -25px;
    }
    .home-sidebar {
        width: 330px;
        min-width: 330px;
        margin: 0 20px;
        display: block;
        padding-top: 62px;
    }
    .home-pageWrap .news {
        width: calc(100% - 85px);
    }
    .home-pageWrap .aboutItem {
        width: 46%;
    }


}

.textPageContent {
    min-height: 95vh;
}
@media (max-width:1500px){
	.textPageContent {
    min-height: 1364px;
}
}
@media (max-width:1450px){
	.textPageContent {  
    min-height: auto;

}
}
.home-slider .slick-slide {
        height: 100%;/* new было height: auto; */
	
}

.infItems__ttl{
    width: 100%;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 24;
}

body{
	margin-top:-16px; /* new */
}