@import url("../fonts/stylesheet.css");
@import url("../css/audio.css");
@import url("../css/animate.css");
@import url("../libs/fancybox/jquery.fancybox.css");
@import url("../libs/owl-carousel/owl.carousel.css");
@import url("../libs/jscrollpane/jquery.jscrollpane.css");
@import url("../libs/progress/nprogress.css");
@import url("../libs/slick-1.6.0/slick/slick.css");

@font-face {
    font-family: OpenSansRegular;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: OpenSansLight;
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: OpenSansBold;
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: Georgia;
    src: url(../fonts/GeorgiaRegular.ttf);
}

@font-face {
    font-family: DinDisplayProBold;
    src: url(../fonts/PFDinDisplayPro-Bold.ttf);
}

@font-face {
    font-family: RobotoCondensedRegular;
    src: url(../fonts/RobotoCondensedRegular.ttf);
}

@font-face {
    font-family: RobotoBold;
    src: url(../fonts/Roboto-Bold.ttf);
}

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

body {
    margin: 0 !important;
    padding: 0 !important;
    -ms-touch-action: pan-x;
    font-family: 'Open Sans', Helvetica, sans-serif;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

section {
    width: 1180px;
    margin: 0 auto !important;
}

ul {
    list-style: none !important;
}

a {
    text-decoration: none;
}

a img {
    border: 0;
}

input[type="sumbit"],
input[type="button"],
button {
    cursor: pointer;
}

input,
button,
textarea {
    border: 0;
    outline: none !important;
    font-family: 'Open Sans', Helvetica, sans-serif;
}

label {
    cursor: pointer;
}

button {
    background: none;
}

h1,
h2,
h3,
h4,
h5 {
    color: #000;
    font-weight: 400;
}

html,
body {
    height: 100%;
}

.clearfix {
    clear: both;
}

.hidden {
    display: none;
}

:-moz-placeholder {
    color: #a2a2a2;
}

::-moz-placeholder {
    color: #a2a2a2;
}

:-ms-input-placeholder {
    color: #a2a2a2;
}

::-webkit-input-placeholder {
    color: #a2a2a2;
}

header {
    background-color: #222931;
    position: relative;
    text-align: center;
    height: 72px;
}

header .logo-img {
    float: left;
    position: absolute;
}

header .logo-img img {
    vertical-align: middle;
    height: 72px;
    width: 161px;
}

header .logo-img:hover .banner {
    opacity: 1;
}

header .banner {
    width: 237px;
    height: 95px;
    text-align: center;
    padding-top: 10px;
    background-color: #46505c;
    display: inline-block;
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    left: 0;
}

header .banner .text {
    width: 100%;
    display: inline-block;
    width: 145px;
}

header .banner .text p {
    font-size: 12px;
    font-weight: 400;
    color: #b5bfca;
    line-height: 18px;
}

header .banner .text p a {
    color: #f02f2f;
    display: block;
}

header .banner .text p a:hover {
    text-decoration: underline;
}

header .logo {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
    margin: 0 auto;
    width: 340px;
    text-align: center;
}

header .logo a {
    width: 336px;
    display: inline-block;
}

header .logo a img {
    width: 100%;
}

header .write-to-us {
    float: right;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    width: 175px;
    height: 40px;
    border: 1px solid #fff;
    padding-top: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 16px;
    position: relative;
}

header .write-to-us:hover {
    background: #f02f2f;
    border: 1px solid #f02f2f;
}

.burger {
    display: none;
}

nav {
    height: 46px;
    background-color: #fff;
    text-align: center;
    padding: 12px 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
    position: relative;
    z-index: 12;
}

nav ul li {
    display: inline-block;
    margin-right: 28px;
    font-size: 15px;
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul li a {
    color: #3c4754;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    letter-spacing: 0.2px;
}

nav ul li a:hover {
    color: #f02f2f;
}

.main-slider {
    text-align: center;
    min-height: 500px;
    position: relative;
}

.logoBlockAnimate {
    opacity: 0;
    display: none;
}

span.a2a_svg {
    background-color: #686868 !important;
}

footer span.a2a_svg {
    background-color: #ffffff !important;
}

footer span.a2a_svg path {
    fill: #222931;
}

.main-slider .item {
    width: 808px;
    display: inline-block;
    padding-top: 87px;
    min-height: 500px;
}

.main-slider .item .img_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-slider .item .img_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 32, 45, 0.5);
    z-index: 1;
}

.main-slider .item .text_wrap {
    z-index: 2;
    position: relative;
}

.main-slider .item .h2-wrap {
    margin-bottom: 55px;
}

.main-slider .item .h2-wrap h2 {
    color: #fff;
}

.main-slider .item article {
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

.main-slider .item a {
    color: #f02f2f;
    text-decoration: underline;
    display: block;
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: 400;
}

.main-slider .item a:hover {
    text-decoration: none;
}

.main-slider .owl-dots {
    text-align: center;
    bottom: 35px;
    position: absolute;
    left: 0;
    right: 0;
}

.main-slider .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 2px solid #fff;
    display: inline-block;
    margin-right: 20px;
}

.main-slider .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.main-slider .owl-dots .owl-dot.active {
    background-color: #fff;
}

.main-slider.owl-carousel {
    height: 321px;
}

.info {
    height: 200px;
    padding-top: 55px;
    text-align: center;
    padding-bottom: 50px;
}

.info .item {
    display: inline-block;
    margin-right: 80px;
}

.info .item:nth-child(2) {
    margin-right: 0;
}

.info .item p {
    color: #3c4754;
    font-size: 48px;
    font-weight: 600;
    line-height: 57px;
}

.info .item span {
    color: #3c4754;
    font-size: 24px;
    font-weight: 300;
    line-height: 55px;
}

.main-map {
    background-image: url(../img/map-bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    -webkit-box-shadow: inset 0 0 11.2px 6.8px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: inset 0 0 11.2px 6.8px rgba(0, 0, 0, 0.19);
    box-shadow: inset 0 0 11.2px 6.8px rgba(0, 0, 0, 0.19);
    min-height: 180px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    overflow: hidden;
}

.main-map .left {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 375px;
    background-color: #323d4b;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}

.main-map .left .jspPane {
    width: 365px !important;
}

.main-map .left .detal-block {
    width: 375px;
    position: absolute;
    top: 0;
    left: -380px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 3;
    background-color: #323d4b;
}

.main-map .left .detal-block::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: #fff;
    z-index: 1;
}

.main-map .left .detal-block .top {
    padding: 15px 20px 0;
}

.main-map .left .detal-block .top .go-back {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.main-map .left .detal-block .top .go-back:hover {
    text-decoration: underline;
}

.main-map .left .detal-block .top .search-wrap {
    margin-top: 15px;
}

.main-map .left .detal-block .img-wrap {
    overflow: hidden;
    width: 375px;
}

.main-map .left .detal-block .img-wrap img {
    width: 100%;
    height: auto;
    vertical-align: top;
    width: auto;
    margin: 0 auto;
    display: inherit;
    max-height: 200px;
}

.main-map .left .detal-block .bottom {
    height: 347px;
    overflow: hidden;
    background: #fff;
}

.main-map .left .detal-block .bottom .desc {
    padding: 30px 20px;
}

.main-map .left .detal-block .bottom .desc h3 {
    color: #3c4754;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.main-map .left .detal-block .bottom .desc h3:first-of-type {
    font-size: 14px;
    margin-bottom: 10px;
}

.main-map .left .detal-block .bottom .desc .desc_block {
    color: #3c4754;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.main-map .left .detal-block .bottom .desc b {
    color: #3c4754;
    font-size: 16px;
    font-weight: 600;
}

.main-map .left .detal-block .bottom .desc a {
    color: #f02f2f;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    display: block;
}

.main-map .left .detal-block .bottom .desc a:hover {
    text-decoration: underline;
}

.main-map .left .detal-block.active {
    left: 0;
}

.main-map .left::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #27313d;
    z-index: 1;
}

.main-map .left .top {
    padding: 0 20px;
}

.main-map .left .top h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.main-map .left .top .radio-wrap {
    margin-bottom: 15px;
}

.main-map .left .top .radio-wrap label {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    vertical-align: bottom;
    cursor: pointer;
    margin-right: 20px;
    display: inline-block;
}

.main-map .left .top .radio-wrap label:last-child {
    margin-right: 0;
}

.main-map .left .top .radio-wrap label input {
    display: none;
}

.main-map .left .top .radio-wrap label:before {
    display: inline-block;
    content: "";
    background: url(../img/checkboxes.png) no-repeat;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 2px;
}

.main-map .left .top .radio-wrap label.radio.checked:before {
    background-position: 0 -18px;
}

.main-map .left .top .radio-wrap label.radio:before {
    background: url(../img/checkboxes.png) no-repeat;
    width: 17px;
    height: 17px;
}

.main-map .left .top .radio-wrap label.checked:before {
    background-position: 0 -18px;
}

.main-map .left .top .search-wrap {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.main-map .left .top .search-wrap input {
    width: 100%;
    height: 45px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.41);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.41);
    padding-left: 20px;
    padding-right: 80px;
    color: #4e5f73;
    font-size: 14px;
    font-weight: 400;
}

.main-map .left .top .search-wrap .search-btn {
    position: absolute;
    right: 60px;
    top: 13px;
    background: url(../img/search-btn.png) no-repeat;
    width: 19px;
    height: 17px;
    content: "";
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.main-map .left .top .search-wrap .cancel {
    position: absolute;
    right: 15px;
    top: 15px;
    padding-left: 15px;
    border-left: 1px solid #b7c3d2;
    background: url(../img/cancel.png) no-repeat;
    width: 14px;
    height: 14px;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.main-map .left .bottom {
    background-color: #27313d;
    height: 525px;
    overflow: hidden;
}

.main-map .left .bottom .list-wrapper {
    padding: 25px 0;
}

.main-map .left .bottom .list-wrapper ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    padding: 0 20px;
    display: block;
    line-height: 25px;
    padding: 10px 20px;
}

.main-map .left .bottom .list-wrapper ul li:hover {
    background-color: #586b82;
}

.main-map .right {
    width: 100%;
    max-height: 0;
}

.main-map .right .map_canvas {
    height: 713px;
    z-index: -1;
}

.main-map .right .map_canvas.show {
    z-index: 1;
}

.main-map .map-view {
    width: 240px;
    height: 50px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(bottom, #ebebeb 0%, #ffffff 51%, #eaeaea 100%);
    background-image: -o-linear-gradient(bottom, #ebebeb 0%, #ffffff 51%, #eaeaea 100%);
    background-image: linear-gradient(to top, #ebebeb 0%, #ffffff 51%, #eaeaea 100%);
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 9px 5px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0 9px 5px rgba(0, 0, 0, 0.44);
    box-shadow: 0 9px 5px rgba(0, 0, 0, 0.44);
    display: inline-block;
    padding-top: 20px;
    text-align: center;
    color: #3c4754;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.main-map .map-view span {
    vertical-align: top;
    line-height: 15px;
    margin-right: 25px;
}

.main-map .map-view span::after {
    content: "";
    background-image: url(../img/map-view.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 14px;
    position: absolute;
    display: inline-block;
    margin-left: 25px;
    vertical-align: bottom;
}

.main-map .map-view:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.main-map .map-view.active {
    bottom: 20px;
    top: auto;
    margin: 0 auto;
}

.main-map .map-view.active span::after {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.main-map .map-burger {
    display: none;
}

.main-map.active {
    background-image: none;
    min-height: 713px;
}

.main-map.active .left {
    max-height: 713px;
    float: left;
    padding-top: 35px;
}

.terror-wrap {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.terror-wrap .h2-wrap {
    margin-bottom: 60px;
}

.terror-wrap .terror-slider {
    width: 2000px;
}

.terror-wrap .terror-slider::before {
    content: "";
    width: 380px;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.terror-wrap .terror-slider::after {
    content: "";
    width: 380px;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    position: absolute;
    right: 4px;
    top: 0;
    z-index: 10;
}

.terror-wrap .terror-slider .owl-item.shadow {
    opacity: 0.3;
}

.terror-wrap .terror-slider .item {
    width: 380px;
    text-align: center;
}

.terror-wrap .terror-slider .item .img-wrap {
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.terror-wrap .terror-slider .item .img-wrap:hover::after {
    opacity: 1;
}

.terror-wrap .terror-slider .item .img-wrap:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.terror-wrap .terror-slider .item .img-wrap:hover .span-wrap {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.terror-wrap .terror-slider .item .img-wrap::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 17px;
    width: 344px;
    height: 344px;
    border: 1px solid #fff;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.terror-wrap .terror-slider .item .img-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../img/item-hover.png);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.terror-wrap .terror-slider .item .img-wrap img {
    height: 100%;
    width: auto;
}

.terror-wrap .terror-slider .item .img-wrap .span-wrap {
    width: 75px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 190px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 2;
}

.terror-wrap .terror-slider .item .img-wrap .span-wrap span {
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.terror-wrap .terror-slider .item .img-wrap .span-wrap span:before {
    content: "";
    background: url(../img/t-detal.png) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.terror-wrap .terror-slider .item .text-wrap p {
    color: #3c4754;
    font-size: 24px;
    font-weight: 600;
}

.terror-wrap .terror-slider .item .text-wrap span {
    color: #3c4754;
    font-size: 14px;
    font-weight: 400;
}

.terror-wrap .terror-slider .owl-prev {
    background-image: url(../img/owl-prew-black.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #3c4754;
    border-left: 0;
}

.terror-wrap .terror-slider .owl-next {
    background-image: url(../img/owl-next-black.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #3c4754;
    border-right: 0;
}

.prev {
    background-image: url(../img/owl-prew-black.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #3c4754;
    border-left: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 43px;
    height: 69px;
    z-index: 10;
}

.next {
    background-image: url(../img/owl-next-black.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #3c4754;
    border-right: 0;
    position: absolute;
    top: 50%;
    right: 0;
    width: 43px;
    height: 69px;
    z-index: 10;
}

.memory-wrap {
    padding: 65px 0;
    background-color: #f2f5f8;
    position: relative;
}

.memory-wrap .h2-wrap {
    margin-bottom: 55px;
}

.memory-wrap .memory-slider {
    text-align: center;
}

.memory-wrap .memory-slider .owl-prev {
    display: none;
    display: none !important;
}

.memory-wrap .memory-slider .owl-next {
    display: none;
    display: none !important;
}

.memory-wrap .memory-slider .item {
    width: 180px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    padding: 15px;
    height: 400px;
    position: relative;
}

.memory-wrap .memory-slider .item .photo-wrap {
    width: 150px;
    height: 181px;
    overflow: hidden;
    margin-bottom: 20px;
}

.memory-wrap .memory-slider .item .photo-wrap img {
    width: 100%;
    height: auto;
}

.memory-wrap .memory-slider .item a {
    color: #f02f2f;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 20px;
    padding: 0 10px;
    display: inline-block;
}

.memory-wrap .memory-slider .item a:hover {
    text-decoration: none;
}

.memory-wrap .memory-slider .item b {
    color: #3c4754;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 25px;
    display: inline-block;
    display: none;
}

.memory-wrap .memory-slider .item .text {
    position: absolute;
    bottom: 15px;
    width: 150px;
}

.memory-wrap .memory-slider .item .text p {
    color: #3c4754;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    text-decoration: none;
}

footer {
    background-color: #222931;
    padding: 36px 0;
    z-index: 11;
    position: relative;
    overflow: hidden;
}

footer h3 {
    color: #cedae9;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer .leftLeft {
    width: 18%;
    float: left;
    vertical-align: top;
}

footer .left {
    width: 32%;
    float: left;
    vertical-align: top;
}

footer .left .img {
    display: inline-block;
    margin-right: 15px;
}

footer .left .text {
    display: inline-block;
    width: 290px;
    vertical-align: top;
}

footer .left .text p {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}

footer .left .text a {
    color: #d9d9d9;
    text-decoration: underline;
}

footer .left .text a:hover {
    text-decoration: none;
}

footer .right {
    width: 35%;
    float: left;
    vertical-align: top;
}

footer .right .img {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}

footer .right .text {
    display: inline-block;
    width: 275px;
}

footer .right .text li {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
}

footer .right .text li a {
    color: #cedae9;
    font-size: 12px;
    text-decoration: underline;
}

footer .right .text li a:hover {
    text-decoration: none;
}

footer .rightRight {
    width: 15%;
    float: left;
}

footer .rightRight .socialBlock {
    padding-top: 0;
}

footer .left, footer .right, footer .rightRight, footer .leftLeft {
    margin-bottom: 25px;
}

.filter-wrap {
    padding-top: 40px;
    position: relative;
}

.filter-wrap .top.big_top {
    text-align: center;
}

.filter-wrap .top.big_top .filters {
    display: inline-block;
    float: none;
    width: 620px;
}

.filter-wrap .top.big_top .filters a {
    font-size: 27px;
    padding: 30px;
    width: 100% !important;
    margin-bottom: 20px;
    display: block;
    margin-right: 0;
    height: auto;
}

.filter-wrap .top.big_top .filters a.solovetskiy {
    position: relative;
    padding-left: 0;
}

.filter-wrap .top.big_top .filters a.solovetskiy span {
    z-index: 2;
    position: relative;
}

.filter-wrap .top.big_top .filters a.solovetskiy:before {
    content: "";
    background: url(../img/solovetskiy_big.png) no-repeat;
    width: 145px;
    height: 130px;
}

.filter-wrap .top.big_top .filters a.solovetskiy:hover:before {
    background: url(../img/solovetskiy1_big.png) no-repeat;
}

.filter-wrap .top.big_top .search {
    float: none;
    display: inline-block;
    position: relative;
    width: 620px;
    margin-bottom: 55px;
}

.filter-wrap .top.big_top .text_info {
    display: block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    margin-top: 15px;
    padding: 20px;
    color: #3c4754;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.filter-wrap .top .filters {
    display: inline-block;
    float: left;
}

.filter-wrap .top .filters a {
    display: inline-block;
    height: 42px;
    padding-top: 12px;
    text-align: center;
    background-color: #e9e9e9;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    vertical-align: top;
    color: #3c4754;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
    padding-left: 35px;
    padding-right: 35px;
}

.filter-wrap .top .filters a:hover {
    background-color: #f02f2f;
    color: #fff;
}

.filter-wrap .top .filters a.active {
    background-color: #f02f2f;
    color: #fff;
}

.filter-wrap .top .filters a.kill_in_sand {
    margin-right: 0;
}

.filter-wrap .top .filters a.solovetskiy {
    position: relative;
    padding-left: 80px;
}

.filter-wrap .top .filters a.solovetskiy span {
    z-index: 2;
    position: relative;
}

.filter-wrap .top .filters a.solovetskiy:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/solovetskiy.png) no-repeat;
    width: 97px;
    height: 61px;
    z-index: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.filter-wrap .top .filters a.solovetskiy:hover:before {
    background: url(../img/solovetskiy1.png) no-repeat;
}

.filter-wrap .top .search {
    width: 280px;
    float: right;
    display: inline-block;
    position: relative;
}

.filter-wrap .top .search:after {
    position: absolute;
    content: "";
    background-image: url(../img/seatch.png);
    width: 17px;
    height: 12px;
    background-repeat: no-repeat;
    right: 15px;
    top: 15px;
}

.filter-wrap .top .search input {
    padding-left: 15px;
    color: #999ca0;
    font-size: 14px;
    font-weight: 600;
    height: 42px;
    background-color: #e9e9e9;
    width: 100%;
}

.filter-wrap .top .text_info {
    display: block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    margin-top: 15px;
    padding: 20px;
    color: #3c4754;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
}

.filter-wrap .filter-body {
    padding-bottom: 150px;
}

.filter-wrap .filter-body .sectionTitle {
    color: #3c4754;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin: 50px 0 10px 0;
}

.filter-wrap .filter-body h2 {
    color: #3c4754;
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
    margin: 15px 0;
}

.filter-wrap .filter-body ul li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.filter-wrap .filter-body ul li ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.filter-wrap .filter-body ul li ul li {
    width: 290px;
}

.filter-wrap .filter-body ul li ul li a {
    color: #3c4754;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: underline;
    line-height: 1;
    margin-bottom: 13px;
    display: inline-block;
}

.filter-wrap .filter-body ul li ul li a:hover {
    text-decoration: none;
}

.filter-wrap .filter-body ul li a {
    text-transform: capitalize;
}

.monument-wrap {
    background-color: #e1e7ef;
    position: relative;
}

.monument-wrap .left-block {
    width: 280px;
    float: left;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
}

.monument-wrap .left-block .description {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    padding: 20px;
}

.monument-wrap .left-block .description h3 {
    color: #3c4754;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.monument-wrap .left-block .description article {
    color: #3c4754;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.monument-wrap .left-block .coordinates {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    margin-bottom: 50px;
}

.monument-wrap .left-block .coordinates .text {
    padding: 30px 20px 5px;
}

.monument-wrap .left-block .coordinates .text p {
    color: #3c4754;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
}

.monument-wrap .left-block .coordinates .text span {
    color: #3c4754;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
}

.monument-wrap .left-block .coordinates .map-wrap {
    width: 100%;
    padding: 8px;
    overflow: hidden;
}

.monument-wrap .left-block .coordinates .map-block {
    height: 250px;
    width: 100%;
}

.monument-wrap .left-block .biographical h3 {
    color: #3c4754;
    font-size: 18px;
    font-weight: 600;
    font-weight: 1;
    margin-bottom: 20px;
}

.monument-wrap .left-block .biographical .item {
    height: 123px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    margin-bottom: 35px;
    padding: 10px;
}

.monument-wrap .left-block .biographical .item .img-wrap {
    width: 100px;
    height: 100%;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    overflow: hidden;
    background: url(../img/m-item6.png) center no-repeat;
    background-size: 102%;
}

.monument-wrap .left-block .biographical .item .img-wrap img {
    width: 100%;
    height: auto;
}

.monument-wrap .left-block .biographical .item .text {
    display: inline-block;
    vertical-align: top;
}

.monument-wrap .left-block .biographical .item .text a {
    color: #f02f2f;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    text-decoration: underline;
    width: 110px;
    display: block;
}

.monument-wrap .left-block .biographical .item .text a:hover {
    text-decoration: none;
}

.monument-wrap .after {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}

.monument-wrap .monument-body {
    background-color: #fff;
    width: 880px;
    float: right;
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 300px;
    position: relative;
    z-index: 1;
}

.monument-wrap .monument-body .prev-btn {
    background-image: url(../img/owl-prew.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 43px;
    height: 69px;
    border: 1px solid #fff;
    border-left: 0;
    position: absolute;
    left: 20px;
    top: 250px;
    margin: auto;
    z-index: 1;
}

.monument-wrap .monument-body .next-btn {
    background-image: url(../img/owl-next.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 43px;
    height: 69px;
    border: 1px solid #fff;
    border-right: 0;
    position: absolute;
    right: 0;
    top: 250px;
    margin: auto;
    z-index: 1;
}

.monument-wrap .monument-body .monument-slider {
    height: 540px;
}

.monument-wrap .monument-body .slider_nav {
    margin-bottom: 25px;
    background-color: #e8ecf1;
}

.monument-wrap .monument-body .slider_nav .item {
    /**width: 184px !important;**/
    overflow: hidden;
    display: inline-block;
    position: relative;
    width: 184px;
    height: 123px !important;
    cursor: pointer;
}

.monument-wrap .monument-body .slider_nav .item img {
    width: 100%;
    height: auto;
}

.monument-wrap .monument-body .slider_nav .slick-track {
    width: 100% !important;
}

.monument-wrap .monument-body .slider_nav .slick-current {
    position: relative;
}

.monument-wrap .monument-body .slider_nav .slick-current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 4px solid #f02f2f;
    z-index: 1;
}

.monument-wrap .monument-body .item {
    display: block;
    position: relative;
    width: 100%;
    height: 540px;
}



/**.monument-wrap .monument-body .item img {
    max-width: 100%;
    max-height: 100%;
}**/

.monument-wrap .monument-body .desc h3,
.video h3 {
    color: #3c4754;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}

.monument-wrap .monument-body .desc article,
.video article {
    color: #3c4754;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
}

.video audio {
    visibility: visible !important;
    margin-bottom: 25px;
}

.monument-wrap .monument-body .desc article p {
    margin-bottom: 10px;
}

.video {
    padding-top: 25px;
}

.video .wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #CCC;
    margin-bottom: 25px;
}

.video .h_iframe {
    position: relative;
}

.video .h_iframe .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.video .h_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.monument-wrap .monument-body .desc .video {
    width: 571px;
    height: 327px;
    margin-bottom: 20px;
}

.monument-wrap .monument-body .desc .video iframe {
    width: 100%;
    height: 100%;
}

.monument-wrap .monument-body .desc .hidden-text {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.monument-wrap .monument-body .desc .hidden-text.active {
    max-height: 900px;
}

.monument-wrap .monument-body .desc .open-fully {
    color: #84a3c7;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px dashed;
    position: relative;
}

.monument-wrap .monument-body .desc .open-fully:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 6px;
    background: url(../img/open_fully.png) no-repeat;
    width: 7px;
    height: 9px;
}

.monument-wrap .monument-body .desc .open-fully:hover {
    border-bottom: 0;
}

.monument-wrap .monument-body .desc .open-fully.active:after {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.description {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    display: table;
    padding: 10px;
    padding-left: 15px;
    margin-bottom: 35px;
    width: 100%;
    margin-bottom: 35px;
}

.description h3 {
    color: #3c4754;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1;
}

.description h3 a {
    color: #000;
}

.description article {
    color: #3c4754;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    font-style: normal;
}

.description.monument-desc {
    display: none;
}

.biography-wrap {
    position: relative;
    min-height: 597px;
}

.biography-wrap .biography-body {
    background-color: #fff;
    float: left;
    width: 880px;
    padding-top: 25px;
    padding-bottom: 150px;
}

.biography-wrap .biography-body .top {
    padding-bottom: 40px;
    padding-right: 40px;
}

.biography-wrap .biography-body .top h1 {
    color: #3c4754;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
}

.biography-wrap .biography-body .top h2 {
    margin-top: 11px;
    color: #999da2;
    font-size: 14px;
    font-weight: 400;
}

.biography-wrap .biography-body .top article {
    color: #23282e;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.biography-wrap .biography-body .down {
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 60px;
}

.biography-wrap .biography-body .down .info-wrap {
    width: 165px;
    float: right;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    margin-top: 50px;
}

.biography-wrap .biography-body .down .info-wrap .photo {
    height: 253px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.biography-wrap .biography-body .down .info-wrap .photo img {
    width: 100%;
    height: auto;
}

.biography-wrap .biography-body .down .info-wrap p {
    color: #23282e;
    font-family: "Arial";
    font-size: 12px;
    font-weight: 400;
}

.biography-wrap .biography-body .down .scientific {
    width: 610px;
    float: left;
    display: inline-block;
}

.biography-wrap .biography-body .down .scientific h2 {
    color: #3c4754;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
}

.biography-wrap .biography-body .down .scientific h3 {
    color: #23282e;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.biography-wrap .biography-body .down .scientific article {
    color: #23282e;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 60px;
}

.biography-wrap .biography-body .down .scientific ul {
    margin-bottom: 17px;
}

.biography-wrap .biography-body .down .scientific ul li {
    color: #23282e;
    font-weight: 400;
    font-size: 12px;
}

.biography-wrap .biography-body .down .scientific ul.second li {
    margin-bottom: 15px;
}

.biography-wrap .biography-body .similar h2 {
    color: #3c4754;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1;
}

.biography-wrap .biography-body .similar .item {
    width: 275px;
    display: inline-block;
    margin-right: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.biography-wrap .biography-body .similar .item:hover {
    -webkit-filter: grayscale(100%);
}

.biography-wrap .biography-body .similar .item:hover span {
    text-decoration: underline;
}

.biography-wrap .biography-body .similar .item:last-child {
    margin-right: 0;
}

.biography-wrap .biography-body .similar .item .img {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
}

.biography-wrap .biography-body .similar .item .img img {
    width: 100%;
    height: auto;
}

.biography-wrap .biography-body .similar .item span {
    color: #3c4754;
    font-size: 16px;
    font-weight: 600;
}

.biography-wrap .left-block {
    padding-top: 25px;
}

.biography-wrap .left-block h2,
.monument-wrap .left-block h2 {
    color: #3c4754;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}

.biography-wrap .left-block .infobox {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    padding: 15px;
    margin-bottom: 25px;
}

.biography-wrap .left-block .infobox .photo {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    /*height: 250px;*/
}

.biography-wrap .left-block .infobox .photo img {
    width: 100%;
    /*max-height: 250px;*/

}

.biography-wrap .left-block .infobox .info-block {
    margin-bottom: 10px;
}

.biography-wrap .left-block .infobox .info-block .left {
    float: left;
    width: 50%;
}

.biography-wrap .left-block .infobox .info-block .left p {
    color: #3c4754;
    font-size: 12px;
    font-weight: 600;
}

.biography-wrap .left-block .infobox .info-block .right {
    float: right;
    width: 50%;
}

.biography-wrap .left-block .infobox .info-block .right p {
    color: #3c4754;
    font-size: 13px;
    font-weight: 400;
}

.biography-wrap .left-block .desc-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    display: table;
    /**display: inline-block;**/
    padding: 10px;
    margin-bottom: 20px;
    /**width: 100%;**/
}

.biography-wrap .left-block .desc-wrap.desc-wrap2 {
    padding: 20px;
}

.biography-wrap .left-block .desc-wrap.desc-wrap2 .description {
    padding-left: 0 !important;
}

.biography-wrap .left-block .desc-wrap .photo-wrap {
    display: table-cell;
    /**display: inline-block;**/
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
}

/**Костыль для фотографии в биографиях**/

.biography-wrap .fullsizeWrap {
    height: 123px!important;
  }
  /**Конец костыля**/

.biography-wrap .left-block .desc-wrap .photo-wrap img {
    height: 100%;
    width: auto;
}

.biography-wrap .left-block .desc-wrap .description {
    display: table-cell;
    /**display: inline-block;**/
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 !important;
    padding-left: 15px !important;
}

.biography-wrap .left-block .desc-wrap .description h3,
.monument-wrap .left-block .desc-wrap .description h3 {
    color: #3c4754;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.biography-wrap .left-block .desc-wrap .description article {
    color: #3c4754;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    font-style: normal;
}

.biography-wrap .left-block .photo-wrap {
    width: 100%;
    overflow: hidden;
}

.biography-wrap .left-block .photo-wrap img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.biography-wrap .left-block.biography {
    float: right;
    width: 300px;
    padding-left: 20px;
    position: relative;
    background-color: #e1e7ef;
    z-index: 1;
}

.biography-wrap .left-block.biography .after {
    background-color: #e1e7ef;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}

.articles-wrap {
    padding: 30px 0;
    position: relative;
    text-align: center;
}

.articles-wrap .articles .item {
    width: 280px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 45px;
    vertical-align: top;
}

.articles-wrap .articles .item:nth-child(4n) {
    margin-right: 0;
}

.articles-wrap .articles .item .img-wrap {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.articles-wrap .articles .item .img-wrap:hover::after {
    opacity: 1;
}

.articles-wrap .articles .item .img-wrap:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.articles-wrap .articles .item .img-wrap:hover .span-wrap {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.articles-wrap .articles .item .img-wrap::before {
    content: "";
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border: 1px solid #fff;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.articles-wrap .articles .item .img-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../img/item-hover.png);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.articles-wrap .articles .item .img-wrap img {
    height: 100%;
    width: auto;
}

.articles-wrap .articles .item .img-wrap .span-wrap {
    width: 75px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 2;
}

.articles-wrap .articles .item .img-wrap .span-wrap span {
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.articles-wrap .articles .item .img-wrap .span-wrap span:before {
    content: "";
    background: url(../img/t-detal.png) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.articles-wrap .articles .item .text-wrap {
    width: 100%;
    display: inline-block;
}

.articles-wrap .articles .item .text-wrap p {
    color: #3c4754;
    font-size: 24px;
    font-weight: 600;
}

.articles-wrap .articles .item .text-wrap span {
    color: #3c4754;
    font-size: 14px;
    font-weight: 400;
}

.burger-nav {
    display: none;
}

.map-page-wrapper {
    width: 100%;
    /*height: 100vh;*/
    height: calc(100vh - 118px);
    overflow: hidden;
    position: relative;
}

.map-page-wrapper .map-burger {
    display: none;
}

.map-page-wrapper .logo {
    background-color: #3c4754;
    width: 375px;
    float: left;
    display: inline-block;
    height: 51px;
}

.map-page-wrapper .logo a {
    padding-top: 10px;
    padding-left: 10px;
    display: inline-block;
}

.map-page-wrapper .logo a img {
    vertical-align: middle;
}

.map-page-wrapper .nav ul li {
    display: inline-block;
}

.map-page-wrapper .nav ul li:last-child a {
    padding-right: 0;
}

.map-page-wrapper .nav ul li a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3c4754;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 16px 20px;
    display: inline-block;
    padding: 16px 13px;
}

.map-page-wrapper .nav ul li a:hover {
    color: #f02f2f;
}

.map-page-wrapper .left {
    overflow: hidden;
    width: 375px;
    background-color: #323d4b;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    float: left;
    display: inline-block;
}

.current_page_item a {
    color: #ff4e4e !important;
}

.map-page-wrapper .left .detal-block {
    width: 375px;
    position: absolute;
    top: 0;
    left: -380px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 3;
    background-color: #323d4b;
}

.map-page-wrapper .left .detal-block::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: #fff;
    z-index: 1;
}

.map-page-wrapper .left .detal-block .top {
    padding: 15px 20px 0;
}

.map-page-wrapper .left .detal-block .top .go-back {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.map-page-wrapper .left .detal-block .top .go-back:hover {
    text-decoration: underline;
}

.map-page-wrapper .left .detal-block .top .search-wrap {
    margin-top: 15px;
}

.map-page-wrapper .left .detal-block .img-wrap {
    overflow: hidden;
    width: 100%;
}

.map-page-wrapper .left .detal-block .img-wrap img {
    width: 100%;
    height: auto;
    vertical-align: top;
    width: auto;
    margin: 0 auto;
    display: inherit;
    max-height: 200px;
}

.map-page-wrapper .left .detal-block .bottom {
    height: calc(100vh - 366px);
    overflow: hidden;
    background: #fff;
}

.map-page-wrapper .left .detal-block .bottom .desc {
    padding: 30px 20px;
    padding-bottom: 60px;
}

.map-page-wrapper .left .detal-block .bottom .desc h3 {
    color: #3c4754;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.map-page-wrapper .left .detal-block .bottom .desc h3:first-of-type {
    font-size: 14px;
    margin-bottom: 10px;
}

.map-page-wrapper .left .detal-block .bottom .desc .desc_block {
    color: #3c4754;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.map-page-wrapper .left .detal-block .bottom .desc b {
    color: #3c4754;
    font-size: 16px;
    font-weight: 600;
}

.map-page-wrapper .left .detal-block .bottom .desc a {
    color: #f02f2f;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    display: block;
}

.map-page-wrapper .left .detal-block .bottom .desc a:hover {
    text-decoration: underline;
}

.map-page-wrapper .left .detal-block.active {
    left: 0;
}

.map-page-wrapper .left::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #27313d;
    z-index: 1;
}

.map-page-wrapper .left .top {
    padding: 0 20px;
}

.map-page-wrapper .left .top h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.map-page-wrapper .left .top .radio-wrap {
    margin-bottom: 15px;
}

.map-page-wrapper .left .top .radio-wrap label {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    vertical-align: bottom;
    cursor: pointer;
    margin-right: 20px;
    display: inline-block;
}

.map-page-wrapper .left .top .radio-wrap label:last-child {
    margin-right: 0;
}

.map-page-wrapper .left .top .radio-wrap label input {
    display: none;
}

.map-page-wrapper .left .top .radio-wrap label:before {
    display: inline-block;
    content: "";
    background: url(../img/checkboxes.png) no-repeat;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 2px;
}

.map-page-wrapper .left .top .radio-wrap label.radio.checked:before {
    background-position: 0 -18px;
}

.map-page-wrapper .left .top .radio-wrap label.radio:before {
    background: url(../img/checkboxes.png) no-repeat;
    width: 17px;
    height: 17px;
}

.map-page-wrapper .left .top .radio-wrap label.checked:before {
    background-position: 0 -18px;
}

.map-page-wrapper .left .top .search-wrap {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.map-page-wrapper .left .top .search-wrap input {
    width: 100%;
    height: 45px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.41);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.41);
    padding-left: 20px;
    padding-right: 80px;
    color: #4e5f73;
    font-size: 14px;
    font-weight: 400;
}

.map-page-wrapper .left .top .search-wrap .search-btn {
    position: absolute;
    right: 60px;
    top: 13px;
    background: url(../img/search-btn.png) no-repeat;
    width: 19px;
    height: 17px;
    content: "";
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.map-page-wrapper .left .top .search-wrap .cancel {
    position: absolute;
    right: 15px;
    top: 15px;
    padding-left: 15px;
    border-left: 1px solid #b7c3d2;
    background: url(../img/cancel.png) no-repeat;
    width: 14px;
    height: 14px;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.map-page-wrapper .left .bottom {
    background-color: #27313d;
    height: calc(100vh - 139px - 118px);
    overflow: hidden;
}

.map-page-wrapper .left .bottom .list-wrapper {
    padding: 25px 0;
    padding-bottom: 35px;
}

.map-page-wrapper .left .bottom .list-wrapper ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    padding: 0 20px;
    display: block;
    line-height: 25px;
    padding: 10px 20px;
}

.map-page-wrapper .left .bottom .list-wrapper ul li:hover {
    background-color: #586b82;
}

.map-page-wrapper .right .map_canvas {
    height: calc(100vh - 118px);
    z-index: 1000000;
}

.map-page-wrapper.adress .logo {
    background-color: #323d4b;
}

.map-page-wrapper.adress .left {
    width: 425px;
    height: calc(100vh - 118px) !important;
}

.map-page-wrapper.adress .left .top {
    padding-top: 35px;
    margin-bottom: 30px;
}

.map-page-wrapper.adress .left .top span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.map-page-wrapper.adress .left .top p {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}

.map-page-wrapper.adress .left .bottom {
    height: calc(100vh - 118px - 128px);
    background-color: #fff;
}

.map-page-wrapper.adress .left .bottom .adr-item {
    border-bottom: 1px solid #7c8da2;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.map-page-wrapper.adress .left .bottom .adr-item:first-child {
    margin-top: 40px;
}

.map-page-wrapper.adress .left .bottom .adr-item .adr-head {
    margin-bottom: 25px;
}

.map-page-wrapper.adress .left .bottom .adr-item .adr-head p {
    color: #3c4754;
    font-size: 18px;
    font-weight: 600;
}

.map-page-wrapper.adress .left .bottom .adr-item .adr-body .adr-left {
    width: 87px;
    float: left;
    padding-top: 10px;
}

.map-page-wrapper.adress .left .bottom .adr-item .adr-body .adr-right {
    width: 275px;
    float: right;
}

.map-page-wrapper.adress .left .bottom .adr-item .adr-body .adr-right article {
    font-size: 14px;
    color: #23282e;
    font-weight: 400;
    margin-bottom: 15px;
}

.map-page-wrapper.adress .left .bottom .adr-item .adr-body .adr-right span {
    color: #f02f2f;
    font-weight: 700;
    font-size: 14px;
    margin-right: 5px;
}

.map-page-wrapper.adress .left .bottom .adr-item .adr-body .adr-right a {
    color: #f02f2f;
    font-weight: 700;
    font-size: 14px;
}

.map-page-wrapper.adress .left .bottom .adr-item .adr-body .adr-right a:hover {
    text-decoration: underline;
}

.map-page-wrapper.adress .left:after {
    display: none;
}

.map-page-wrapper.excursion .play-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 128px;
    height: 128px;
}

.map-page-wrapper.excursion .play-button:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.map-page-wrapper.excursion .play-button.active {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    opacity: 0;
    z-index: -1;
}

.map-page-wrapper.excursion .top_line .head_left {
    float: left;
    width: 374px;
    height: 47px;
    background-color: #3c4754;
}

.map-page-wrapper.excursion .top_line .logo {
    background-color: #fff;
    position: relative;
}

.map-page-wrapper.excursion .top_line .logo.active:before {
    width: 100%;
}

.map-page-wrapper.excursion .top_line .logo a {
    position: relative;
    z-index: 2;
}

.map-page-wrapper.excursion .top_line .logo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3c4754;
    height: 100%;
    width: 0;
    z-index: 1;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.map-page-wrapper.excursion .top_line .navigation {
    float: left;
}

.map-page-wrapper.excursion .top_line .navigation ul li {
    display: inline-block;
}

.map-page-wrapper.excursion .top_line .navigation ul li:last-child a {
    padding-right: 0;
}

.map-page-wrapper.excursion .top_line .navigation ul li a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3c4754;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 16px 20px;
    display: inline-block;
    padding: 16px 13px;
}

.map-page-wrapper.excursion .top_line .navigation ul li a:hover {
    color: #f02f2f;
}

.map-page-wrapper.excursion .anhors-burger {
    display: none;
}

.map-page-wrapper.excursion .anhors-wrap {
    background-color: #313b46;
    position: fixed;
    width: 35px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    left: 0;
    top: 51px;
    height: 100%;
}

.map-page-wrapper.excursion .anhors-wrap ul li {
    border-top: 1px solid #697e94;
}

.map-page-wrapper.excursion .anhors-wrap ul li:last-child {
    border-bottom: 1px solid #697e94;
}

.map-page-wrapper.excursion .anhors-wrap ul li.active a {
    background-color: #f02f2f;
}

.map-page-wrapper.excursion .anhors-wrap ul li.active a:hover {
    background-color: #f02f2f;
}

.map-page-wrapper.excursion .anhors-wrap ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: "Arial";
    padding: 18px 15px;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.map-page-wrapper.excursion .anhors-wrap ul li a:hover {
    background-color: #495868;
}

.map-page-wrapper.excursion .anhors-wrap ul li a span {
    display: inline-block;
    vertical-align: middle;
}

.map-page-wrapper.excursion .anhors-wrap ul li a b {
    font-family: "Georgia";
    font-size: 13px;
    font-weight: 400;
    float: right;
}

.map-page-wrapper.excursion .anhors-wrap ul li a i {
    display: block;
}

.map-page-wrapper.excursion .text_wrapper {
    padding-left: 35px;
    position: relative;
    transition: 1s;
    opacity: 0;
}

.map-page-wrapper.excursion .text_wrapper.active {
    opacity: 1;
}

.map-page-wrapper.excursion .jspTrack {
    background: #161d24;
}

.map-page-wrapper.excursion .jspDrag {
    background: #f02f2f;
}

.map-page-wrapper.excursion .left {
    transition: 0.1s;
}

.map-page-wrapper.excursion .left.active {
    width: 35px;
}

.map-page-wrapper.excursion .left .bottom {
    height: calc(100vh - 51px);
}

.map-page-wrapper.excursion .left .bottom .excursion-wrap {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    padding: 25px 20px 25px 20px;
}

.map-page-wrapper.excursion .left .bottom .excursion-wrap h4 {
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.map-page-wrapper.excursion .left .bottom .excursion-wrap article {
    line-height: 1.8;
}

.map-page-wrapper.excursion .right .history_back {
    position: absolute;
    top: 66px;
    left: 35px;
    z-index: 99;
}

.map-page-wrapper.excursion .right .history_back:before {
    transform: rotateY(180deg);
}

.map-page-wrapper.excursion .right .history_back.active {
    left: 375px;
}

.map-page-wrapper.excursion .right .history_back.active:before {
    transform: rotateY(0);
}

.map-page-wrapper.excursion .right .exursion-wrap {
    height: calc(100vh - 51px);
    overflow: hidden;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider {
    -lh-property: 0;
    height: -webkit-calc(100vh - 96px);
    height: -moz-calc(100vh - 96px);
    height: calc(100vh - 96px);
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 90px;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item.people {
    padding-left: 0;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item.people .photo_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(60, 71, 84, 0.7);
    z-index: 2;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item.people .items_wrap {
    padding: 0 20px;
    display: block;
    position: relative;
    z-index: 3;
    text-align: justify;
    text-align-last: justify;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item.people .items_wrap .p_item {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    height: auto;
    text-align: center;
    text-align-last: center;
    opacity: 0;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item.people .items_wrap .p_item.new {
    opacity: 0;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item.people .items_wrap .p_item.div_opacity {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item.people .items_wrap .p_item p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    font-family: "Open Sans";
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item.people .items_wrap .p_item p span {
    font-size: 16px;
    font-style: italic;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item.people .items_wrap .p_item img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item.vertical .photo_wrap .img img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item.panorama .photo_wrap {
    text-align: right;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item.panorama .photo_wrap .img img {
    position: absolute;
    right: 0;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item.document .photo_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(60, 71, 84, 0.3);
    z-index: 2;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item.document .doc_wrap {
    height: 100%;
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item.document .photo {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    margin-right: 50px;
    vertical-align: middle;
    max-width: 60%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item.document .photo img {
    width: auto;
    height: 100%;
    display: none;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item.document .text {
    display: inline-block;
    vertical-align: middle;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item.document .text article {
    font-size: 26px;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item .photo_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item .photo_wrap .img {
    position: relative;
    width: 100%;
    height: 100%;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item .photo_wrap .img img {
    height: 100%;
    width: auto;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item .text {
    display: block;
    z-index: 10;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item .text article {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    font-family: "Open Sans";
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item .text article h2 {
    font-size: 48px;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-slider .ex-item .text article strong {
    font-weight: 700;
}

.map-page-wrapper.excursion .right .exursion-wrap .owl-carousel .owl-stage-outer {
    height: 100%;
}

.map-page-wrapper.excursion .right .exursion-wrap .owl-carousel .owl-stage {
    height: 100%;
}

.map-page-wrapper.excursion .right .exursion-wrap .owl-carousel .owl-item {
    height: 100%;
}

.map-page-wrapper.excursion .right .exursion-wrap .owl-carousel .owl-nav {
    display: none;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-audio {
    height: 45px;
    background-color: #323d4b;
    width: 100%;
    z-index: 9;
    position: relative;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-audio audio {
    display: none;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-audio .preview-sld {
    border: 2px solid #fff;
    left: 0;
    top: 0;
    width: 70px;
    height: 60px;
    position: absolute;
    top: -68px;
    cursor: pointer;
    display: none;
    background-size: cover !important;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-audio .preview-sld.z_index:after {
    z-index: -1;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-audio .preview-sld:after {
    content: "";
    position: absolute;
    bottom: -90px;
    height: 90px;
    width: 1px;
    background-color: #fff;
    left: 50%;
    z-index: 1;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-audio .preview-sld.first {
    background: url(../img/exursion.jpg) no-repeat;
    background-size: cover;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-audio .preview-sld.second {
    background: url(../img/ex-sld2.jpg) no-repeat;
    background-size: cover;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-audio .preview-sld.third {
    background: url(../img/exursion.jpg) no-repeat;
    background-size: cover;
}

.map-page-wrapper.excursion .right .exursion-wrap .exursion-audio .preview-sld.four {
    background: url(../img/ex-sld2.jpg) no-repeat;
    background-size: cover;
}

.fancybox-inner {
    height: auto !important;
}

#copied {
    width: 150px;
    height: 50px;
    text-align: center;
    color: #ff2b2b;
    font-size: 21px;
    font-weight: 600;
    padding-top: 10px;
}

.first {
    position: absolute;
    z-index: 9999999;
    width: 50px;
    height: 50px;
}

.catalog-wrap {
    position: relative;
}

.catalog-wrap .catalog-head {
    padding-top: 114px;
    background-image: url(../img/catalog-bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    text-align: center;
    padding-bottom: 100px;
}

.catalog-wrap .catalog-head h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 60px;
}

.catalog-wrap .catalog-head article {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    width: 88%;
    display: inline-block;
}

.catalog-wrap .catalog-text {
    padding-top: 65px;
    padding-bottom: 110px;
    text-align: center;
}

.catalog-wrap .catalog-text article {
    color: #3c4754;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    width: 88%;
    display: inline-block;
}

.catalog-wrap .catalog-events {
    padding-top: 100px;
    text-align: center;
    padding-bottom: 150px;
    background-image: url(../img/catalog-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.catalog-wrap .catalog-events h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 60px;
}

.catalog-wrap .catalog-events .event-wrap {
    text-align: left;
    height: 325px;
    -webkit-box-shadow: 0 13px 29px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 13px 29px rgba(0, 0, 0, 0.75);
    box-shadow: 0 13px 29px rgba(0, 0, 0, 0.75);
}

.catalog-wrap .catalog-events .event-wrap .left {
    float: left;
    display: inline-block;
    width: 50%;
    height: 324px;
    overflow: hidden;
}

.catalog-wrap .catalog-events .event-wrap .left .img-wr {
    width: 420px;
    float: left;
    display: inline-block;
    overflow: hidden;
    height: 325px;
}

.catalog-wrap .catalog-events .event-wrap .left .img-wr img {
    width: auto;
    height: 100%;
}

.catalog-wrap .catalog-events .event-wrap .left .date-wrap {
    display: inline-block;
    float: right;
    width: 170px;
    background-color: #f4f4f4;
    text-align: center;
}

.catalog-wrap .catalog-events .event-wrap .left .date-wrap .date {
    padding: 50px 0;
}

.catalog-wrap .catalog-events .event-wrap .left .date-wrap .date h3 {
    color: #3c4754;
    line-height: 1;
    margin-bottom: 11px;
    font-size: 50px;
    font-weight: 600;
}

.catalog-wrap .catalog-events .event-wrap .left .date-wrap .date p {
    color: #3c4754;
    line-height: 1;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 10px;
}

.catalog-wrap .catalog-events .event-wrap .left .date-wrap .date span {
    font-size: 19px;
    font-weight: 600;
    color: #3c4754;
    line-height: 1;
}

.catalog-wrap .catalog-events .event-wrap .left .date-wrap .btn {
    background-color: #7d838a;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.catalog-wrap .catalog-events .event-wrap .left .date-wrap .btn:hover {
    background-color: #656a70;
}

.catalog-wrap .catalog-events .event-wrap .left .date-wrap .btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 43px 0;
    display: inline-block;
}

.catalog-wrap .catalog-events .event-wrap .right {
    float: right;
    display: inline-block;
    width: 50%;
    height: 324px;
    overflow: auto;
    background-color: #fff;
}

.catalog-wrap .catalog-events .event-wrap .right .text-wrap {
    width: 100%;
    height: 324px;
}

.catalog-wrap .catalog-events .event-wrap .right .jspDrag {
    background-color: #b7c6d8;
}

.catalog-wrap .catalog-events .event-wrap .right .text {
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.catalog-wrap .catalog-events .event-wrap .right .text h3 {
    color: #3c4754;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1;
}

.catalog-wrap .catalog-events .event-wrap .right .text article {
    font-size: 18px;
    font-weight: 400;
    color: #3c4754;
    line-height: 34px;
}

.catalog-wrap .catalog-events .event-wrap .right .text article a {
    color: #3c4754;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}

.catalog-wrap .catalog-events .event-wrap .right .text article a:hover {
    text-decoration: none;
}

.catalog-wrap .past-events {
    padding-top: 90px;
    padding-bottom: 130px;
    text-align: center;
}

.catalog-wrap .past-events h2 {
    color: #3c4754;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 60px;
}

/*.catalog-wrap .past-events .item {
  width: 280px;
  display: inline-block;
  margin-right: 15px;
  text-align: left;
}*/
.catalog-wrap .past-events .item:hover .name {
    text-decoration: underline;
}

.catalog-wrap .past-events .item:last-child {
    margin-right: 0;
}

.catalog-wrap .past-events .item .image {
    position: relative;
}

.catalog-wrap .past-events .item .image:hover {
    -webkit-filter: grayscale(100%);
}

.catalog-wrap .past-events .item .image:hover::after {
    opacity: 1;
}

.catalog-wrap .past-events .item .image:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.catalog-wrap .past-events .item .image:hover .span-wrap {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.catalog-wrap .past-events .item .image::before {
    content: "";
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border: 1px solid #fff;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.catalog-wrap .past-events .item .image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../img/item-hover.png);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.catalog-wrap .past-events .item .image .span-wrap {
    width: 75px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 2;
}

.catalog-wrap .past-events .item .image .span-wrap span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.catalog-wrap .past-events .item .image .span-wrap span:before {
    content: "";
    background: url(../img/t-detal.png) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.catalog-wrap .past-events .item .image img {
    max-width: 100%;
}

.catalog-wrap .past-events .item .name {
    color: #3c4754;
    font-weight: 600;
    font-size: 18px;
    width: 90%;
    display: block;
    margin-bottom: 20px;
}

.catalog-wrap .past-events .item p {
    font-size: 14px;
    color: #3c4754;
    font-weight: 600;
}

.rubricator-wrap {
    background-color: #f02f2f;
    height: 54px;
}

.rubricator-wrap .rubricator-list .rubrics li.letters {
    display: inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.rubricator-wrap .rubricator-list .rubrics li.letters:hover {
    background-color: #ca2828;
}

.rubricator-wrap .rubricator-list .rubrics li.letters a.item {
    padding: 15px 14px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

.rubricator-wrap .rubricator-list .rubrics li.letters .sub-wrap {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    width: 300px;
    max-height: 420px;
    background-color: #ca2828;
    z-index: 10;
    padding: 0 15px;
    overflow-y: auto;
}

.rubricator-wrap .rubricator-list .rubrics li.letters .sub-wrap .jspTrack {
    background: #a71414;
}

.rubricator-wrap .rubricator-list .rubrics li.letters .sub-wrap .jspDrag {
    background: #f49292;
}

.rubricator-wrap .rubricator-list .rubrics li.letters .sub-wrap .sub {
    padding: 10px 0;
}

.rubricator-wrap .rubricator-list .rubrics li.letters .sub-wrap .sub li {
    padding: 0 15px;
    margin: 12px 0;
}

.rubricator-wrap .rubricator-list .rubrics li.letters .sub-wrap .sub li p {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    display: block;
    line-height: 1;
}

.rubricator-wrap .rubricator-list .rubrics li.letters .sub-wrap .sub li a {
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    text-decoration: underline;
    color: #fff;
    font-weight: 600;
}

.rubricator-wrap .rubricator-list .rubrics li.letters .sub-wrap .sub li a:hover {
    text-decoration: none;
}

.rubricator-wrap .rubricator-list .rubrics li.letters .sub-wrap .sub li a.bio {
    margin-right: 10px;
}

.rubricator-wrap .rubricator-list .rubrics li.letters .sub-wrap.active {
    display: block;
}

.rubricator-wrap .rubricator-list .rubrics li.letters.active {
    background-color: #ca2828;
}

.page_full {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -175px;
}

.push {
    height: 175px;
}

.scroll-up-circle {
    position: fixed;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 999999;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
}

.scroll-up-circle.bottom {
    bottom: 185px;
}

.scroll-up-circle img {
    vertical-align: top;
}

.scroll-up-circle:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px #ffffff;
    -moz-box-shadow: 0 0 30px #ffffff;
    box-shadow: 0 0 30px #ffffff;
}

.scroll-up-circle.active {
    opacity: 1;
    -webkit-box-shadow: 0 0 10px #ffffff;
    -moz-box-shadow: 0 0 10px #ffffff;
    box-shadow: 0 0 10px #ffffff;
}

.scroll-up {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
    display: none;
}

.scroll-up:hover {
    opacity: 1;
}

.h2-wrap {
    width: 100%;
    text-align: center;
}

.h2-wrap h2 {
    color: #3c4754;
    font-family: "Open Sans";
    font-size: 48px;
    font-weight: 600;
}

.owl-prev {
    background-image: url(../img/owl-prew.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 43px;
    height: 69px;
    border: 1px solid #fff;
    border-left: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.owl-next {
    background-image: url(../img/owl-next.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 43px;
    height: 69px;
    border: 1px solid #fff;
    border-right: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.owl-stage {
    display: inline-block !important;
}

.jspVerticalBar {
    width: 10px;
    z-index: 2;
}

.jspHorizontalBar {
    height: 10px;
    z-index: 2;
}

.long-wrapper {
    position: relative;
    overflow: hidden;
}

.long-wrapper section {
    position: relative;
    padding-left: 110px;
}

.long-wrapper .anhors-burger {
    display: none;
}

.long-wrapper .anhors-wrap {
    background-color: #313b46;
    position: absolute;
    width: 175px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 999;
    left: 0;
    padding-top: 25px;
    height: 100%;
}

.long-wrapper .anhors-wrap ul h3 {
    color: #fff;
    font-family: "Times New Roman";
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    padding-left: 15px;
    margin-bottom: 18px;
    display: block;
}

.long-wrapper .anhors-wrap ul h3 i {
    display: block;
}

.long-wrapper .anhors-wrap ul li {
    border-top: 1px solid #697e94;
}

.long-wrapper .anhors-wrap ul li:last-child {
    border-bottom: 1px solid #697e94;
}

.long-wrapper .anhors-wrap ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: "Arial";
    padding: 18px 15px;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.long-wrapper .anhors-wrap ul li a:hover {
    background-color: #495868;
}

.long-wrapper .anhors-wrap ul li a span {
    display: inline-block;
    vertical-align: middle;
}

.long-wrapper .anhors-wrap ul li a b {
    font-family: "Georgia";
    font-size: 13px;
    font-weight: 400;
    float: right;
}

.long-wrapper .anhors-wrap ul li a i {
    display: block;
}

.long-wrapper .anhors-wrap ul li a.active {
    background-color: #f02f2f;
}

.long-wrapper .anhors-wrap.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.long-wrapper .long-block {
    position: relative;
    background-color: #fff;
}

.long-wrapper .long-block .scroll-wrap {
    position: relative;
}

.long-wrapper .long-block .scroll-block {
    background: #fff;
}

.long-wrapper .long-block .jspVerticalBar,
.long-wrapper .long-block .jspHorizontalBar {
    background: transparent;
}

.long-wrapper .long-block .jspTrack {
    background: transparent;
}

.long-wrapper .long-block .jspDrag {
    background: #fff;
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 20px;
    -moz-background-clip: padding;
    border-radius: 20px;
    background-clip: padding-box;
}

.long-wrapper .long-block .jspDrag:hover {
    opacity: 0.5;
}

.long-wrapper .long-block h1 {
    color: #fff;
    font-family: "Times New Roman";
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
}

.long-wrapper .long-block a {
    color: #3f93e7;
}

.long-wrapper .long-block a:hover {
    text-decoration: underline;
}

.long-wrapper .long-block article {
    font-family: "Georgia";
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #1e242a;
}

.long-wrapper .long-block .quote-wrap {
    height: 20vh;
    padding-top: 50px;
}

.long-wrapper .long-block .quote-wrap article {
    padding: 30px;
    font-family: "Georgia";
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    color: #1e242a;
    -webkit-box-shadow: 0 11px 9px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 11px 9px rgba(0, 0, 0, 0.14);
    box-shadow: 0 11px 9px rgba(0, 0, 0, 0.14);
}

.long-wrapper .long-block .quote-wrap article:last-child {
    margin-bottom: 0;
}

.long-wrapper .long-block .long-head h2 {
    color: #3c4754;
    font-family: "Times New Roman";
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
}

.long-wrapper .long-block .blue-block {
    background-color: rgba(53, 75, 103, 0.83);
}

.long-wrapper .long-block .bold-head h3 {
    color: #3c4754;
    font-family: "Times New Roman";
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.long-wrapper .long-block .quote {
    color: #1e242a;
    font-family: "Georgia";
    font-size: 17px;
    font-style: italic;
    line-height: 25px;
    position: relative;
    width: 670px;
    margin-left: 40px;
}

.long-wrapper .long-block .quote span {
    display: none;
}

.long-wrapper .long-block .quote:before {
    content: "";
    position: absolute;
    background: url(../img/long_read/quote_before.png) no-repeat;
    width: 30px;
    height: 26px;
    top: -43px;
    left: -40px;
}

.long-wrapper .long-block .quote:after {
    content: "";
    position: absolute;
    background: url(../img/long_read/quote_after.png) no-repeat;
    width: 30px;
    height: 26px;
    bottom: -43px;
    right: -40px;
}

.long-wrapper .long-block .long-left {
    width: 780px;
    float: left;
}

.long-wrapper .long-block .long-right {
    width: 270px;
    float: right;
}

.long-wrapper .long-block .long-right .photo-wrap {
    width: 100%;
    margin-bottom: 32px;
}

.long-wrapper .long-block .long-right p {
    color: #1e242a;
    font-family: "Georgia";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.long-wrapper .long-block .photo-wrap img {
    width: 100%;
    height: auto;
}

.long-wrapper .long-block .pre-history {
    width: 100%;
    text-align: center;
}

.long-wrapper .long-block .pre-history .pre-item a.fancybox {
    height: 320px;
    overflow: hidden;
    display: block;
}

.long-wrapper .long-block .pre-history p {
    padding-top: 30px;
}

.long-wrapper .long-block .pre-history .owl-dots {
    padding-top: 30px;
}

.long-wrapper .long-block .owl-dots {
    text-align: center;
    padding-top: 70px;
}

.long-wrapper .long-block .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 2px solid #354b67;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box;
    display: inline-block;
    margin: 0 8px;
}

.long-wrapper .long-block .owl-dots .owl-dot.active {
    background-color: #354b67;
}

.long-wrapper .long-block .long-left.half {
    width: 48%;
}

.long-wrapper .long-block .long-right.half {
    width: 48%;
}

.long-wrapper .long-block.block1 .scroll-block {
    background-image: url(../img/long_read/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 280px;
    padding-bottom: 55px;
    color: #fff;
}

.long-wrapper .long-block.block1 p {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.long-wrapper .long-block.block1 article {
    color: #fff;
}

.long-wrapper .long-block.block1 .long-left {
    position: relative;
    z-index: 1;
}

.long-wrapper .long-block.block02 section {
    padding-top: 70px;
    padding-bottom: 0 !important;
}

.long-wrapper .long-block.block02 .long-right {
    position: absolute;
    top: 70px;
    right: 10px;
}

.long-wrapper .long-block.block2 section {
    padding-top: 70px;
    padding-bottom: 140px;
    background: #fff;
}

.long-wrapper .long-block.block2 .long-head {
    margin-bottom: 33px;
}

.long-wrapper .long-block.block3 .scroll-block {
    padding-top: 50px;
    padding-bottom: 210px;
    background-image: url(../img/long_read/bg7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.long-wrapper .long-block.block3 .long-left {
    color: #fff;
    font-family: "Georgia";
    font-size: 26px;
    font-weight: 400;
}

.long-wrapper .long-block.block3 .long-left .quote-wrap article {
    float: left;
    margin-bottom: 30px;
}

.long-wrapper .long-block.block3 .long-left .quote-wrap article:last-child {
    margin-bottom: 0;
}

.long-wrapper .long-block.block3 .long-right {
    padding-top: 45px;
}

.long-wrapper .long-block.block3 .long-right .photo-wrap {
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}

.long-wrapper .long-block.block3 .long-right .photo.circle {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px;
}

.long-wrapper .long-block.block3 .long-right p {
    vertical-align: middle;
    line-height: 24px;
    display: inline-block;
}

.long-wrapper .long-block.block3 .long-right p i {
    display: block;
}

.long-wrapper .long-block.block4 section {
    padding-top: 100px;
    padding-bottom: 110px;
}

.long-wrapper .long-block.block4 .long-left .long-head {
    margin-bottom: 28px;
}

.long-wrapper .long-block.block4 .long-left ul {
    margin-top: 45px;
    margin-bottom: 11px;
    padding-left: 62px;
}

.long-wrapper .long-block.block4 .long-left ul li {
    margin-bottom: 34px;
    position: relative;
}

.long-wrapper .long-block.block4 .long-left ul li span {
    color: #203247;
    font-family: "Arial";
    font-size: 18px;
    font-weight: 400;
    height: 37px;
    width: 37px;
    position: absolute;
    top: 0;
    left: -62px;
    border: 1px solid #203247;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box;
    line-height: 37px;
    text-align: center;
}

.long-wrapper .long-block.block4 .long-left ul li span i {
    display: none;
}

.long-wrapper .long-block.block4 .long-left ul li b {
    font-weight: 700;
}

.long-wrapper .long-block.block4 .long-right {
    padding-top: 67px;
}

.long-wrapper .long-block.block4 .long-right .photo {
    margin-bottom: 36px;
}

.long-wrapper .long-block.block4 .long-right p {
    line-height: 20px;
}

.long-wrapper .long-block.block5 {
    background-color: #f6f6f6;
}

.long-wrapper .long-block.block5 section {
    padding-top: 63px;
    padding-bottom: 30px;
}

.long-wrapper .long-block.block5 .long-slider {
    position: relative;
    padding-right: 50px;
}

.long-wrapper .long-block.block5 .long-slider .l-item {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.26);
}

.long-wrapper .long-block.block6 {
    padding-top: 60px;
}

.long-wrapper .long-block.block6 .long-left .long-head {
    margin-bottom: 35px;
}

.long-wrapper .long-block.block6 .long-left article {
    margin-bottom: 65px;
}

.long-wrapper .long-block.block6 .long-left article span {
    margin-top: 35px;
    display: block;
}

.long-wrapper .long-block.block6 .long-right {
    padding-top: 20px;
}

.long-wrapper .long-block.block6 .long-right p span {
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-size: 18px;
}

.long-wrapper .long-block.block7 section {
    padding-top: 75px;
    padding-bottom: 15px;
    background-color: #fff;
}

.long-wrapper .long-block.block7 .long-full {
    width: 100%;
    margin-bottom: 55px;
}

.long-wrapper .long-block.block7 .long-full article {
    margin-bottom: 35px;
    float: left;
    display: inline-block;
    width: 540px;
    margin-right: 30px;
}

.long-wrapper .long-block.block7 .long-full article.long {
    width: 750px;
}

.long-wrapper .long-block.block7 .long-full .full-photo {
    vertical-align: top;
    width: 505px;
    display: inline-block;
}

.long-wrapper .long-block.block7 .long-left .quote {
    margin-bottom: 120px;
    color: #1e242a;
    font-style: normal;
}

.long-wrapper .long-block.block7 .long-left article {
    margin-bottom: 70px;
}

.long-wrapper .long-block.block7 .bold-head {
    margin-bottom: 35px;
}

.long-wrapper .long-block.block8 .scroll-block {
    background: url(../img/long_read/new_long/01-3.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
}

.long-wrapper .long-block.block8 section {
    padding-top: 105px;
    padding-bottom: 105px;
}

.long-wrapper .long-block.block9 section {
    padding-top: 75px;
    padding-bottom: 35px;
}

.long-wrapper .long-block.block9 .long-left.half {
    width: 510px;
}

.long-wrapper .long-block.block9 .long-left.half article {
    margin-bottom: 85px;
}

.long-wrapper .long-block.block9 .long-right.half {
    width: 505px;
}

.long-wrapper .long-block.block9 .long-right.half .long-head {
    margin-bottom: 33px;
}

.long-wrapper .long-block.block9 .long-right.half .owl-dots {
    padding-top: 30px;
}

.long-wrapper .long-block.block09 section {
    padding-bottom: 110px;
    padding-top: 85px;
}

.long-wrapper .long-block.block09 .long-left.half {
    width: 510px;
}

.long-wrapper .long-block.block09 .long-left.half article {
    margin-bottom: 85px;
}

.long-wrapper .long-block.block09 .long-right.half {
    width: 505px;
}

.long-wrapper .long-block.block09 .long-right.half .long-head {
    margin-bottom: 33px;
}

.long-wrapper .long-block.block09 .long-right.half .owl-dots {
    padding-top: 30px;
}

.long-wrapper .long-block.block10 .scroll-block {
    background: url(../img/long_read/bg6.jpg) no-repeat;
    background: url(../img/long_read/long2/_02.jpg) center no-repeat;
    background-size: cover;
}

.long-wrapper .long-block.block10 section {
    border-left: 0;
    padding-top: 145px;
    padding-bottom: 175px;
}

.long-wrapper .long-block.block10 .long-head {
    margin-bottom: 40px;
}

.long-wrapper .long-block.block10 .long-head h2 {
    color: #fff;
}

.long-wrapper .long-block.block10 .quote-wrap {
    height: auto;
}

.long-wrapper .long-block.block11 section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.long-wrapper .long-block.block11 .long-head {
    margin-bottom: 40px;
}

.long-wrapper .long-block.block12 .scroll-block {
    padding-top: 35px;
    padding-bottom: 35px;
    background: url(../img/long_read/bg2.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}

.long-wrapper .long-block.block12 .long-left {
    margin-bottom: 80px;
}

.long-wrapper .long-block.block12 .long-left .quote-wrap {
    height: auto;
}

.long-wrapper .long-block.block12 .long-right .quote-wrap article {
    font-size: 16px;
    padding: 10px;
}

.long-wrapper .long-block.block13 section {
    padding-top: 110px;
    padding-bottom: 55px;
}

.long-wrapper .long-block.block13 .long-left .long-head {
    margin-bottom: 40px;
}

.long-wrapper .long-block.block13 .long-left article {
    margin-bottom: 65px;
}

.long-wrapper .long-block.block13 .long-left table {
    width: 100%;
    margin-bottom: 65px;
}

.long-wrapper .long-block.block13 .long-left table tr td {
    color: #1e242a;
    font-family: "Georgia";
    font-size: 17px;
    line-height: 1;
    padding-bottom: 8px;
}

.long-wrapper .long-block.block13 .long-left table thead tr td {
    font-weight: 700;
    padding-bottom: 30px;
}

.long-wrapper .long-block.block13 .long-left .long-link p {
    font-family: "Times New Roman";
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color: #3c4754;
}

.long-wrapper .long-block.block14 .scroll-block {
    background: url(../img/long_read/bg5.jpg) no-repeat;
    background-size: cover;
}

.long-wrapper .long-block.block14 .scroll-block .long-head {
    width: 100%;
    height: 100vh;
    display: block;
    text-align: center;
}

.long-wrapper .long-block.block14 .long-head {
    margin-bottom: 33px;
}

.long-wrapper .long-block.block14 section {
    padding-bottom: 110px;
}

.long-wrapper .long-block.block15 section {
    padding-top: 75px;
}

.long-wrapper .long-block.block15 .long-head {
    margin-bottom: 33px;
}

.long-wrapper .long-block.block15 article {
    margin-bottom: 100px;
}

.long-wrapper .long-block.block15 article span {
    margin-bottom: 33px;
    display: block;
}

.long-wrapper .long-block.block15 .long-right .photo-wrap {
    margin-bottom: 27px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 11px 9px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 11px 9px rgba(0, 0, 0, 0.14);
    box-shadow: 0 11px 9px rgba(0, 0, 0, 0.14);
}

.long-wrapper .long-block.block15 .long-right .photo.circle {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px;
}

.long-wrapper .long-block.block15 .long-right p {
    vertical-align: middle;
    line-height: 24px;
    display: inline-block;
}

.long-wrapper .long-block.block15 .long-right p i {
    display: block;
}

.long-wrapper .long-block.block15 .scroll-block {
    background: url(../img/long_read/new_long/fold10_2.jpg) top left no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    padding-bottom: 150px;
}

.long-wrapper .long-block.block15 .quote-wrap {
    padding-top: 0;
    height: auto;
}

.long-wrapper .long-block.block16 .scroll-block {
    padding-top: 85px;
    padding-bottom: 60px;
    background: url(../img/long_read/bg6.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.long-wrapper .long-block.block16 .scroll-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 75, 103, 0.83);
}

.long-wrapper .long-block.block16 .long-left {
    width: 100%;
}

.long-wrapper .long-block.block16 .long-people {
    margin-bottom: 25px;
}

.long-wrapper .long-block.block16 .long-people .p-photo {
    display: inline-block;
    margin-right: 50px;
    overflow: hidden;
}

.long-wrapper .long-block.block16 .long-people .p-photo img {
    width: 100%;
    height: auto;
}

.long-wrapper .long-block.block16 .long-people .p-text {
    display: inline-block;
    width: 470px;
    vertical-align: top;
    color: #fff;
    font-family: "Georgia";
    font-weight: 400;
}

.long-wrapper .long-block.block16 .long-people .p-text p {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
}

.long-wrapper .long-block.block16 .long-people .p-text article {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
}

.long-wrapper .long-block.block16 .owl-dots {
    text-align: center;
    padding-top: 70px;
}

.long-wrapper .long-block.block16 .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    background-color: #354b67;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box;
    display: inline-block;
    margin: 0 8px;
}

.long-wrapper .long-block.block16 .owl-dots .owl-dot.active {
    background-color: #fff;
}

.long-wrapper .long-block.block17 section {
    padding-top: 95px;
    padding-bottom: 120px;
}

.long-wrapper .long-block.block17 .long-left {
    width: 100%;
}

.long-wrapper .long-block.block17 .long-link p {
    font-family: "Georgia";
    font-size: 24px;
    font-weight: 400;
    color: #3c4754;
}

.long-wrapper .long-block.empty {
    background: url(../img/long_read/bg3.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
}

.long-wrapper .long-block.block07 .scroll-block {
    background: url(../img/long_read/new_long/01-1.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
}

.long-wrapper .long-block.block07 .scroll-block section {
    padding-top: 60px;
}

.long-wrapper .long-block.block07 .quote-wrap {
    padding-top: 0;
}

.long-wrapper .long-block.block07 .long-right .photo-wrap {
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 11px 9px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 11px 9px rgba(0, 0, 0, 0.14);
    box-shadow: 0 11px 9px rgba(0, 0, 0, 0.14);
}

.long-wrapper .long-block.block007 .long-left {
    padding-top: 60px;
}

.long-wrapper .long-block.block007 .long-right {
    padding-top: 60px;
}

.long-wrapper .long-block.block007 .long-right img {
    width: 100%;
    height: auto;
}

.long-wrapper .long-block.block007 .blue-block {
    padding-top: 60px;
}

.long-wrapper .long-block.block007 section {
    padding-bottom: 80px;
}

.long-wrapper .long-block.block007 .bold-head {
    margin-bottom: 35px;
}

.long-wrapper .long-block.block08 .long-right {
    padding-bottom: 50px;
}

.long-wrapper .long-block.block08 .long-right .photo-wrap {
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 11px 9px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 11px 9px rgba(0, 0, 0, 0.14);
    box-shadow: 0 11px 9px rgba(0, 0, 0, 0.14);
}

.long-wrapper .long-block.block08 .scroll-block {
    background: url(../img/long_read/new_long/01-2.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
}

.long-wrapper .long-block.block08 .long-left {
    padding-bottom: 50px;
}

.long-wrapper .long-block.block08 .quote-wrap {
    padding-top: 0;
    height: auto;
}

.long-wrapper .long-block.block08 section {
    padding-top: 105px;
    padding-bottom: 105px;
}

.long-wrapper .long-block.block017 .long-right .photo-wrap {
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 11px 9px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 11px 9px rgba(0, 0, 0, 0.14);
    box-shadow: 0 11px 9px rgba(0, 0, 0, 0.14);
}

.long-wrapper .long-block.block017 .scroll-block {
    background: url(../img/long_read/new_long/fold10_1.jpg) center no-repeat;
    background-size: cover;
    padding-top: 55px;
    padding-bottom: 50px;
}

.long-wrapper .long-block.block017 .scroll-block .quote-wrap {
    height: auto;
    padding-top: 0;
}

.long-wrapper .long-block.block017 .scroll-block .long-left {
    margin-bottom: 30px;
}

.long-wrapper .long-block.block012 section {
    padding-top: 65px;
}

.long-wrapper .long-block.block016 {
    padding-top: 140px;
    padding-bottom: 140px;
}

.long-wrapper .long-block.block016 .excut-item {
    display: inline-block;
    max-width: 511px;
    margin-top: 95px;
    vertical-align: top;
}

.long-wrapper .long-block.block016 .excut-item:nth-child(even) {
    margin-left: 30px;
}

.long-wrapper .long-block.block016 .excut-item .ex-photo {
    display: table-cell;
    vertical-align: top;
    padding-right: 25px;
    width: 210px;
}

.long-wrapper .long-block.block016 .excut-item .ex-photo img {
    width: 100%;
}

.long-wrapper .long-block.block016 .excut-item .ex-text {
    display: table-cell;
    vertical-align: top;
}

.long-wrapper .long-block.block016 .excut-item .ex-text p {
    color: #282f38;
    font-family: "Georgia";
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 20px;
}

.long-wrapper .long-block.block016 .excut-item .ex-text article {
    color: #282f38;
    font-family: "Georgia";
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
}

.cards-slider .owl-dots {
    padding-top: 0 !important;
}

.long-wrapper.long-2 .push {
    display: none;
}

.long-wrapper.long-2 .long-block.block02 section article {
    margin-bottom: 20px;
    font-family: "Georgia";
    font-size: 20px;
    line-height: 26px;
}

.long-wrapper.long-2 .long-block .half .item a.fancybox {
    width: 100%;
    overflow: hidden;
    height: 560px;
    display: block;
    margin-bottom: 15px;
}

.long-wrapper.long-2 .long-block .half .item b {
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}

.long-wrapper.long-2 .long-block .half .item p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 14px;
    font-family: "Open Sans";
}

.long-wrapper.long-2 .long-block .long-left.half .item a.fancybox img {
    width: 100%;
    height: auto;
}

.long-wrapper.long-2 .long-block .long-right.half .item a.fancybox img {
    width: auto;
    height: 100%;
}

.long-wrapper.long-2 .long-block .long-left .bold-text {
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
}

.long-wrapper.long-2 .long-block .long-left .one-item {
    margin-bottom: 20px;
}

.long-wrapper.long-2 .long-block.block07 .quote-wrap {
    height: auto;
}

.long-wrapper.long-2 .long-block.block07 .quote-wrap article {
    margin-bottom: 30px;
}

.long-wrapper.long-2 .long-block.block07 .quote-wrap b {
    font-size: 28px;
    font-family: "Open Sans";
}

.long-wrapper.long-2 .long-block.block07 .scroll-block {
    background: url(../img/long_read/long2/Screenshot20160620083421.png) no-repeat;
    background-size: cover;
}

.long-wrapper.long-2 .long-block.block007 {
    padding-top: 50px;
}

.long-wrapper.long-2 .long-block.block007 article {
    margin-bottom: 30px;
}

.long-wrapper.long-2 .long-block.block007 .blue-block article {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 30px;
    font-family: "Open Sans";
}

.long-wrapper.long-2 .long-block.block007 .blue-block section {
    padding-bottom: 60px;
}

.long-wrapper.long-2 .long-block.block007 .long-full {
    padding-top: 60px;
    text-align: center;
}

.long-wrapper.long-2 .long-block.block007 .long-full .full-img img {
    width: 49%;
    height: auto;
    vertical-align: middle;
}

.long-wrapper.long-2 .long-block.block007 .long-full article {
    width: 60%;
    display: inline-block;
    text-align: left;
}

.long-wrapper.long-2 .long-block.block7 .blue-block {
    padding-top: 50px;
    padding-bottom: 50px;
}

.long-wrapper.long-2 .long-block.block7 .blue-block section {
    background: transparent;
    padding-top: 0;
}

.long-wrapper.long-2 .long-block.block7 .blue-block article {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 30px;
    font-family: "Open Sans";
}

.long-wrapper.long-2 .long-block.block8 .h2_wrap {
    text-align: center;
    margin-bottom: 50px;
}

.long-wrapper.long-2 .long-block.block8 .h2_wrap h2 {
    font-size: 50px;
    margin-bottom: 25px;
}

.long-wrapper.long-2 .long-block.block8 .h2_wrap p {
    font-size: 18px;
}

.long-wrapper.long-2 .long-block.block8 .scroll-block {
    background: url(../img/long_read/long2/_05.jpg) bottom no-repeat;
    background-size: cover;
}

.long-wrapper.long-2 .long-block.block1 .scroll-block {
    background: url(../img/long_read/long2/_04.jpg) no-repeat;
    background-size: cover;
}

.long-wrapper.long-2 .long-block.block9 {
    padding-top: 30px;
    padding-bottom: 60px;
}

.long-wrapper.long-2 .long-block.block9 .long-full article {
    margin-bottom: 30px;
}

.long-wrapper.long-2 .long-block.block9 .long-full .owl-controls {
    display: none;
}

.long-wrapper.long-2 .long-block.block08 .scroll-block {
    background: url(../img/long_read/long2/DSCN9881.JPG) no-repeat center;
    background-size: cover;
    height: auto;
}

.long-wrapper.long-2 .long-block.block08 .scroll-block .quote-wrap article {
    margin-bottom: 50px;
}

.long-wrapper.long-2 .long-block.block11 .photo {
    overflow: hidden;
}

.long-wrapper.long-2 .long-block.block11 .photo img {
    width: 100%;
    height: auto;
}

.long-wrapper.long-2 .long-block.block11 .long-right.half .photo:first-child {
    margin-bottom: 20px;
}

.long-wrapper.long-2 .long-block.block11 .long-right.half .photo:first-child img {
    width: auto;
    height: 100%;
}

.long-wrapper.long-2 .long-block.block11 .half {
    margin-bottom: 60px;
}

.long-wrapper.long-2 .long-block.block11 .long-left img {
    width: 100%;
    height: auto;
}

.long-wrapper.long-2 .long-block.block11 .long-left.mb {
    margin-bottom: 60px;
}

.long-wrapper.long-2 .long-block.block012 {
    padding-bottom: 60px;
}

.long-wrapper.long-2 .long-block.block012 article {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 60px;
}

.long-wrapper.long-2 .long-block.block15 .long-head h2 {
    color: #fff;
}

#contact_form_pop {
    float: left;
    margin-left: 228px;
    width: 597px;
}

.long-wrapper.long-3 .long-block article {
    color: #282f38;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.long-wrapper.long-3 .long-block.block1 article {
    color: #fff;
}

.long-wrapper.long-3 .long-block.block1 .scroll-block {
    background-image: url(../img/long_read/long3/blok1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 280px;
    padding-bottom: 55px;
    color: #fff;
}

.long-wrapper.long-3 .long-block.block2 section {
    padding-top: 50px;
    padding-bottom: 0;
}

.long-wrapper.long-3 .long-block.block2 article {
    margin-bottom: 25px;
}

.long-wrapper.long-3 .long-block.block3 section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.long-wrapper.long-3 .long-block.block3 .long-head {
    margin-bottom: 0;
}

.long-wrapper.long-3 .long-block.block4 .scroll-block {
    background-image: url(../img/long_read/long3/block2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 20px;
    padding-bottom: 500px;
    color: #fff;
}

.long-wrapper.long-3 .long-block.block4 section {
    padding-top: 0;
    padding-bottom: 0;
}

.long-wrapper.long-3 .long-block.block4 article b {
    display: block;
    margin-bottom: 30px;
}

.long-wrapper.long-3 .long-block.block4 .quote-wrap {
    height: auto;
    padding-top: 0;
}

.long-wrapper.long-3 .long-block.block5 section {
    padding-top: 35px;
    padding-bottom: 35px;
}

.long-wrapper.long-3 .long-block.block5 .long-head {
    margin-top: 70px;
    margin-bottom: 35px;
}

.long-wrapper.long-3 .long-block.block5 article {
    margin-bottom: 35px;
}

.long-wrapper.long-3 .long-block.block6 {
    background-color: #fff;
}

.long-wrapper.long-3 .long-block.block6 section {
    padding-top: 0;
}

.long-wrapper.long-3 .long-block.block6 .long-head {
    margin-bottom: 35px;
}

.long-wrapper.long-3 .long-block.block6 .long-left article {
    margin-bottom: 35px;
}

.long-wrapper.long-3 .long-block.block7 article {
    margin-bottom: 35px;
}

.long-wrapper.long-3 .long-block.block7 .long-head {
    margin-bottom: 35px;
}

.long-wrapper.long-3 .long-block.block7 .long-full article {
    width: 100%;
}

.long-wrapper.long-3 .long-block.block8 section {
    padding-top: 35px;
    padding-bottom: 35px;
}

.long-wrapper.long-3 .long-block.block8 .long-head {
    margin-bottom: 35px;
}

.long-wrapper.long-3 .long-block.block9 .long-head {
    margin-bottom: 35px;
}

.long-wrapper.long-3 .long-block.block10 section {
    padding-top: 0;
    padding-bottom: 30px;
}

.long-wrapper.long-3 .long-block.block11 section {
    padding-bottom: 75px;
}

.long-wrapper.long-3 .long-block.block11 .long-left article {
    margin-bottom: 20px;
}

.long-wrapper.long-3 .long-block.block12 .long-head {
    margin-bottom: 35px;
}

.long-wrapper.long-3 .long-block.block12 .long-left article {
    color: #282f38;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.long-wrapper.long-3 .long-block .toggle_block .head {
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    padding: 30px 35px;
    padding-right: 50px;
    border: 1px dashed #98a3af;
    color: #313b46;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    background-color: #e4ebf3;
    cursor: pointer;
    position: relative;
}

.long-wrapper.long-3 .long-block .toggle_block .head:after {
    position: absolute;
    content: "";
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/long_read/long3/toggle_arrow.png) center no-repeat;
    width: 12px;
    height: 7px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.long-wrapper.long-3 .long-block .toggle_block .head.active {
    background-color: #fff;
}

.long-wrapper.long-3 .long-block .toggle_block .head.active:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.long-wrapper.long-3 .long-block .toggle_block .body {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 12.7px 0.3px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 1px 12.7px 0.3px rgba(0, 0, 0, 0.21);
    box-shadow: 0 1px 12.7px 0.3px rgba(0, 0, 0, 0.21);
    overflow: hidden;
    max-height: 0;
    padding: 0 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 5px;
    margin-bottom: 40px;
}

.long-wrapper.long-3 .long-block .toggle_block .body.active {
    padding-top: 35px;
    padding-bottom: 60px;
    max-height: 5000px;
}

.long-wrapper.long-3 .long-block .toggle_block .body article {
    color: #313b46;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.long-wrapper.long-3 .long-block .numbers {
    display: table;
    margin-bottom: 40px;
}

.long-wrapper.long-3 .long-block .numbers .item {
    display: table-cell;
    padding-left: 20px;
    padding-right: 60px;
    padding-bottom: 30px;
    border-left: 1px solid #9fa8b2;
    width: 25%;
    position: relative;
}

.long-wrapper.long-3 .long-block .numbers .item:last-child {
    border-right: 1px solid #9fa8b2;
}

.long-wrapper.long-3 .long-block .numbers .item h3 {
    color: #282f38;
    font-family: "Times New Roman";
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 50px;
}

.long-wrapper.long-3 .long-block .numbers .item span {
    color: #7b8899;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    display: block;
    position: absolute;
    top: 50px;
}

.long-wrapper.long-3 .long-block .numbers .item p {
    color: #282f38;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.long-wrapper.long-3 .long-block .country-block .country {
    display: inline-block;
    border-top: 4px solid #313b46;
    padding-top: 15px;
    width: 30%;
    vertical-align: top;
    margin-bottom: 60px;
    margin-right: 20px;
}

.long-wrapper.long-3 .long-block .country-block .country:nth-child(3n) {
    margin-bottom: 0;
}

.long-wrapper.long-3 .long-block .country-block .country:nth-child(1) .c_name p:before {
    background: url(../img/long_read/long3/fin.png) center no-repeat;
    background-size: cover;
}

.long-wrapper.long-3 .long-block .country-block .country:nth-child(2) .c_name p:before {
    background: url(../img/long_read/long3/pol.png) center no-repeat;
    background-size: cover;
}

.long-wrapper.long-3 .long-block .country-block .country:nth-child(3) .c_name p:before {
    background: url(../img/long_read/long3/lat.png) center no-repeat;
    background-size: cover;
}

.long-wrapper.long-3 .long-block .country-block .country:nth-child(4) .c_name p:before {
    background: url(../img/long_read/long3/ger.png) center no-repeat;
    background-size: cover;
}

.long-wrapper.long-3 .long-block .country-block .country:nth-child(5) .c_name p:before {
    background: url(../img/long_read/long3/est.png) center no-repeat;
    background-size: cover;
}

.long-wrapper.long-3 .long-block .country-block .country .c_name {
    margin-bottom: 20px;
    color: #313b46;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
}

.long-wrapper.long-3 .long-block .country-block .country .c_name p {
    position: relative;
    padding-left: 54px;
}

.long-wrapper.long-3 .long-block .country-block .country .c_name p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 38px;
    height: 23px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
}

.long-wrapper.long-3 .long-block .country-block .country .c_body b {
    font-family: "Times New Roman";
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.long-wrapper.long-3 .long-block .country-block .country .c_body p {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
}

.long-wrapper.long-3 .long-block .country-block .country .c_body article {
    color: #313b46;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
}

.long-wrapper.long-3 .long-block .ch_wr {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 12.7px 0.3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 12.7px 0.3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 12.7px 0.3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 0 50px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}

.long-wrapper.long-3 .long-block .ch_wr .ch_body {
    display: none;
}

.long-wrapper.long-3 .long-block .ch_wr .ch_body .ch_txt b {
    color: #313b46;
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}

.long-wrapper.long-3 .long-block .ch_wr .ch_body .ch_txt article {
    color: #313b46;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.long-wrapper.long-3 .long-block .ch_nav {
    padding-top: 40px;
    border-top: 1px solid #a7b4c2;
}

.long-wrapper.long-3 .long-block .ch_nav ul {
    display: table;
    width: 100%;
}

.long-wrapper.long-3 .long-block .ch_nav ul li {
    display: table-cell;
    text-align: center;
}

.long-wrapper.long-3 .long-block .ch_nav ul li a {
    color: #282f38 !important;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.long-wrapper.long-3 .long-block .ch_nav ul li a.active {
    color: #f02f2f !important;
    font-weight: 700;
}

.long-wrapper.long-3 .long-block .ch_nav ul li a.active:after {
    opacity: 1;
}

.long-wrapper.long-3 .long-block .ch_nav ul li a:hover {
    color: #f02f2f !important;
}

.long-wrapper.long-3 .long-block .ch_nav ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
    width: 2px;
    height: 29px;
    background-color: #a7b4c2;
}

.long-wrapper.long-3 .long-block .ch_nav ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -53px;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 3px solid #f02f2f;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.long-wrapper.long-4 .long-block h1 {
    line-height: 1.2;
}

.long-wrapper.long-4 .long-block article {
    color: #282f38;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.long-wrapper.long-4 .long-block.block1 article {
    color: #fff;
}

.long-wrapper.long-4 .long-block.block1:after {
    display: none;
}

.long-wrapper.long-4 .long-block.block1 .scroll-block {
    background-image: url(../img/long_read/long4/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 340px;
    padding-bottom: 85px;
    color: #fff;
}

.long-wrapper.long-4 .long-block.block2 section {
    padding-top: 35px;
    padding-bottom: 35px;
}

.long-wrapper.long-4 .long-block.block2 .table-wrap {
    padding-bottom: 50px;
}

.long-wrapper.long-4 .long-block.block2 .table-wrap table {
    text-align: left;
    border-collapse: collapse;
}

.long-wrapper.long-4 .long-block.block2 .table-wrap table thead tr th {
    color: #282f38;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 20px;
    vertical-align: top;
    font-family: "Open Sans";
}

.long-wrapper.long-4 .long-block.block2 .table-wrap table thead tr th:nth-child(1) {
    width: 630px;
}

.long-wrapper.long-4 .long-block.block2 .table-wrap table thead tr th:nth-child(2) {
    width: 240px;
    padding-right: 40px;
}

.long-wrapper.long-4 .long-block.block2 .table-wrap table thead tr th:nth-child(3) {
    width: 265px;
    padding-right: 70px;
}

.long-wrapper.long-4 .long-block.block2 .table-wrap table tbody tr td {
    border-top: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
    padding: 22px 0;
    color: #282f38;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans";
}

.long-wrapper.long-4 .long-block.block2 .table-wrap table tbody tr td span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.long-wrapper.long-4 .long-block.block2 .table-wrap table tbody tr td b {
    color: #282f38;
    font-size: 16px;
    font-weight: 700;
}

.long-wrapper.long-4 .long-block.block2 .table-wrap table tbody tr td:nth-child(1) {
    padding-right: 100px;
}

.long-wrapper.long-4 .long-block.block2 .table-wrap table tbody tr td:nth-child(2) {
    padding-right: 40px;
}

.long-wrapper.long-4 .long-block.block2 .table-wrap table tbody tr td:nth-child(3) {
    padding-right: 70px;
}

.long-wrapper.long-4 .long-block.block3 section {
    padding-top: 35px;
}

.long-wrapper.long-4 .long-block.block3 .long-head {
    margin-bottom: 40px;
}

.long-wrapper.long-4 .long-block.block3 article {
    margin-bottom: 35px;
}

.long-wrapper.long-4 .long-block.block4 section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.long-wrapper.long-4 .long-block.block4 .border {
    border: 1px solid #1e242a;
    padding: 50px 35px;
}

.long-wrapper.long-4 .long-block.block4 .border b {
    display: block;
    color: #1e242a;
    font-family: "Georgia";
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.long-wrapper.long-4 .long-block.block4 .border p {
    color: #1e242a;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.long-wrapper.long-4 .long-block.block5 {
    background-color: #fff;
}

.long-wrapper.long-4 .long-block.block5 section {
    padding-top: 30px;
}

.long-wrapper.long-4 .long-block.block5 .map-block {
    height: 730px;
    width: 100%;
}

.long-wrapper.long-4 .long-block.block5 .map-block img {
    width: 100%;
    height: auto;
}

.long-wrapper.long-4 .long-block.block6 {
    padding-top: 0;
}

.long-wrapper.long-4 .long-block.block6 section {
    padding-top: 30px;
    padding-bottom: 105px;
}

.long-wrapper.long-4 .long-block.block6 .table-wrap {
    margin-bottom: 60px;
}

.long-wrapper.long-4 .long-block.block6 .table-wrap table {
    text-align: left;
    border-collapse: collapse;
}

.long-wrapper.long-4 .long-block.block6 .table-wrap table tr td {
    color: #282f38;
    font-size: 16px;
    font-weight: 400;
    padding: 22px 0;
    vertical-align: top;
    border-top: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
}

.long-wrapper.long-4 .long-block.block6 .table-wrap table tr td:nth-child(1) {
    width: 70%;
    padding-right: 20px;
}

.long-wrapper.long-4 .long-block.block6 .table-wrap table tr td:nth-child(2) {
    width: 30%;
    text-align: center;
}

.long-wrapper.long-4 .long-block.block6 .table-wrap table tr td b {
    font-weight: 700px;
}

.long-wrapper.long-4 .long-block.block6 article {
    margin-bottom: 0;
}

.long-wrapper.long-3.long-3-new .jspDrag {
    background: #313b46;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    transition: 0;
}

.long-wrapper.long-3.long-3-new .long-block .ch_wr {
    overflow-y: auto;
    padding: 10px;
}

.long-wrapper.long-3.long-3-new .long-block .ch_wr .ch_wrapper {
    height: 100%;
    width: 100%;
}

.long-wrapper.long-3.long-3-new .long-block .ch_wr .ch_wrapper .ch_body {
    padding: 40px;
}

.long-wrapper.long-3.long-3-new .long-block .ch_nav {
    overflow: auto;
    border: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: 113px;
}

.long-wrapper.long-3.long-3-new .long-block .ch_nav .ch_navigation {
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

.long-wrapper.long-3.long-3-new .long-block .ch_nav ul {
    margin-top: 20px;
    padding-bottom: 10px;
    width: 1070px !important;
    padding-top: 40px;
    border-top: 2px solid #a7b4c2;
}

.long-wrapper.long-3.long-3-new .long-block .ch_nav ul.long {
    width: 1550px !important;
}

.long-wrapper.long-3.long-3-new .long-block .ch_nav ul.very-long {
    width: 2500px !important;
}

.long-wrapper.long-3.long-3-new .long-block .ch_nav ul.long-long {
    width: 3500px !important;
}

.page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999999999999999;
}

.page-preloader .spinner {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../preloader.gif') no-repeat 50% 50%;
    margin: -16px 0 0 -16px;
    z-index: 99999999999999999;
}

.monument-slider {
    overflow: hidden;
}

.pagination .page_active {
    text-decoration: none !important;
}

.pagination a {
    padding: 3px 5px;
    border: 1px solid #3c4754;
    margin-right: 5px;
}

.firstHeading {
    cursor: pointer;
}

.paginaton_wrap {
    -webkit-column-count: auto !important;
    -moz-column-count: auto !important;
    column-count: auto !important;
}

li.pagination {
    width: 100% !important;
}

.infobox.title_bottom {
    display: none;
}

.history_back {
    max-width: 23px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 23px;
    background-color: #5a6779;
    color: #fff;
    font-size: 12px;
    display: block;
    padding-top: 10px;
    margin-bottom: 25px;
    position: fixed;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
}

.history_back:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    margin: auto;
    background: url(../img/go_back.png) no-repeat;
    width: 6px;
    height: 12px;
}

.history_back span {
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.history_back:hover {
    max-width: 110px;
    padding-right: 14px;
}

.history_back:hover span {
    opacity: 1;
    max-width: 100px;
}

.long-block.block1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.block09 .full-item {
    max-height: 700px;
}

.block11 .f_item {
    max-height: 1000px;
}

.block012 .full-item {
    max-height: 700px;
}

.block6 .full-item {
    max-height: 234px;
    overflow: hidden;
}

.rubricator {
    display: none;
}

.main-slider.load {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.main-slider.load::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
}

.main-slider.load .item {
    width: 100%;
}

.main-slider.load .item article {
    display: inline-block;
    max-width: 800px;
}

.main-slider.load .item .img_wrap img {
    width: 100%;
}

.main-slider.load .item:first-child {
    z-index: 999;
    position: relative;
}

#thanks {
    padding: 85px 130px;
}

#thanks p {
    color: #323d4b;
    font-size: 24px;
    font-weight: 400;
}

form.wpcf7-form {
    padding: 40px 30px 20px;
}

form.wpcf7-form textarea {
    resize: none;
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
    height: 130px;
    background-color: #f2f4f6;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

form.wpcf7-form textarea:focus {
    background-color: #fff;
    border: 1px solid #313f4e;
}

form.wpcf7-form input {
    padding-left: 10px;
    padding-right: 10px;
    height: 36px;
    width: 100%;
    margin-bottom: 15px;
    height: 43px;
    background-color: #f2f4f6;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

form.wpcf7-form input:focus {
    background-color: #fff;
    border: 1px solid #313f4e;
}

form.wpcf7-form button {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 217px;
    height: 43px;
    background-color: #fb1800;
}

form.wpcf7-form button:hover {
    background-color: #d71500;
}

form.wpcf7-form .file {
    margin-bottom: 15px;
}

form.wpcf7-form .file input {
    display: none;
}

form.wpcf7-form .file a {
    color: #323d4b;
    font-size: 11px;
    font-weight: 400;
    width: 100%;
    height: 43px;
    background-color: #f2f4f6;
    text-align: center;
    line-height: 43px;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

form.wpcf7-form .file a:hover {
    font-size: 13px;
    background-color: #fff;
}

form.wpcf7-form label {
    color: #313f4e;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
}

form.wpcf7-form .text {
    color: #323d4b;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}

form.wpcf7-form .btn {
    display: inline-block;
    float: right;
}

form.wpcf7-form .wpcf7-submit:hover {
    background: rgba(240, 47, 47, 0.83);
}

.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

#c_form {
    position: relative;
    -webkit-box-shadow: 6px 10.4px 24px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 6px 10.4px 24px rgba(0, 0, 0, 0.35);
    box-shadow: 6px 10.4px 24px rgba(0, 0, 0, 0.35);
}

#c_form .left {
    float: left;
    width: 228px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 40px 20px;
    background-color: #323d4b;
}

#c_form .left i {
    display: block;
    margin-bottom: 20px;
}

#c_form .left h2 {
    color: #fb1800;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

#c_form .left a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    margin-top: 15px;
    color: #fff;
}

#c_form .left article {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

.no_result {
    margin-top: 20px;
    font-weight: 600;
    color: #3c4754;
    font-family: "Open Sans";
    padding-left: 10px;
}

.no_result a {
    text-transform: uppercase !important;
    color: red;
    font-size: 14px;
}

.no_result a:hover {
    text-decoration: underline;
}

.long-block.another_long_pages {
    background-color: #e1e7ef;
}

.long-block.another_long_pages section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.long-block.another_long_pages .long-head {
    margin-bottom: 35px;
}

.long-block.another_long_pages .long-head h2 {
    color: #3c4754;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 600;
}

.long-block.another_long_pages .aticle_item {
    display: inline-block;
    width: 31%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    padding: 20px;
    margin-right: 15px;
    margin-bottom: 20px;
    color: #3c4754;
    font-family: "Open Sans";
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    vertical-align: middle;
}

.long-block.another_long_pages .aticle_item:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.long-block.another_long_pages .aticle_item p {
    font-size: 16px;
    font-weight: 700;
}

.long-block.another_long_pages .aticle_item span {
    font-size: 13px;
    font-weight: 600;
}

.desc-wrap .photo-wrap {
    position: relative;
}

.source-wrap {
    background-color: #e1e7ef;
    padding-top: 30px;
}

.source-wrap .source {
    min-height: 621px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.18);
    padding: 40px;
}

.source-wrap .source ol,
.source-wrap .source ul {
    padding-left: 20px;
}

.source-wrap .source h2 {
    color: #3c4754;
    font-size: 36px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #9da3a9;
}

.source-wrap .source p {
    color: #23282e;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.stacktable {
    width: 100%;
}

.st-head-row {
    padding: 10px 0;
}

.st-head-row.st-head-row-main {
    font-size: 1.5em;
    padding-top: 0;
}

.st-key {
    width: 49%;
    padding-right: 1%;
}

.st-val {
    width: 49%;
    padding-left: 1%;
}

.stacktable.large-only {
    display: table;
}

.stacktable.small-only {
    display: none;
}

.menuForMainHide {
    display: none;
}

.menuForMainBlock {
    position: fixed;
    z-index: 12;
    top: 0;
    width: 100%;
    display: none;
}

.write-to-us-mobile {
    display: none;
}

.mainPageTopMenuWrapper {
    padding-top: 13px;
    padding-bottom: 13px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: -webkit-sticky; /* for safari */
    position: sticky;
    z-index: 11;
    top: 0;
}

.mainPageTopMenuWrapper ul li a {
    color: #ffffff;
}

.mainScreen {
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainScreen .textMainWrapper {
    padding-left: 165px;
    padding-right: 165px;
    display: table;
    height: 100vh;
}

.mainScreen .textMain {
    text-align: center;
    color: #ffffff;
    font-family: Georgia;
    font-size: 24px;
    line-height: 36px;
    vertical-align: middle;
    display: table-cell;
}

.whiteBorderTopBottom {
    border-top: solid;
    border-top-color: #ffffff;
    border-top-width: 1px;
    border-bottom: solid;
    border-bottom-color: #ffffff;
    border-bottom-width: 1px;
    padding-top: 127px;
    padding-bottom: 127px;
}

.verticalShadowGradient {
    width: 100%;
    height: 100%;
    height: 100vh;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 1), endColorstr=rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 80%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 80%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 80%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 80%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 80%);
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(5%, rgba(0, 0, 0, 0.9)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.9)));
    position: absolute;
}

.horizontalShadowGradient {
    width: 100%;
    height: 100%;
    height: 100vh;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 1), endColorstr=rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 90%);
    background-image: linear-gradient(left, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 90%);
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 90%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 90%);
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 90%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(10%, rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.9)));
    position: absolute;
    z-index: 2;
}

.parallaxBackground {
    background-size: calc(100% + 250px);
}

.topShadowGradient {
    width: 100%;
    height: 100%;
    height: 100vh;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(255, 255, 255, 1), endColorstr=rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.98) 15%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 80%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.98) 15%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 80%);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.98) 15%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 80%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.98) 15%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 80%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.98) 15%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 80%);
    background-image: -webkit-gradient(linear, right top, right bottom, color-stop(15%, rgba(255, 255, 255, 0.98)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0)));
    position: absolute;
}

.panorama:hover {
    cursor: pointer;
}

.paver--ready .paver__meta span.paver__title::after {
    top: 50% !important;
    position: absolute;
    left: 48.5%;
    width: 80px !important;
    height: 87px !important;
    background-repeat: no-repeat;
    background-image: url('../img/main/panorama-icon.png');
    border-bottom: none !important;
    margin-top: 50px !important;
}

.blueClearGlass {
    position: absolute;
    width: 100%;
    height: 100%;
    height: 100vh;
    /*background: rgba(10,21,29,0.85);*/
    background-color: #0a151d;
    opacity: 0.85;
    display: block;
}

.blackGlassMob {
    background-color: #000000;
}

#screen1 {
    background-image: url("../img/main/screen1.jpg");
}

#screen1 .textMain {
    display: block;
    padding: 0 140px;
}

#screen2 {
    background-image: url("../img/main/screen2.jpg");
}

#screen3 {
    /* background-image: url("../img/main/screen3.jpg");*/
}

#screen4 {
    background-image: url("../img/main/screen4.jpg");
}

#screen5 {
    background-image: url("../img/main/screen5.png");
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
    top: 0;
}

#screen5 .textMain {
    color: #000000;
    display: block;
    padding-top: 150px;
}

#screen5 .textMain a {
    text-decoration: underline;
    color: #f02f2f;
}

#screen1 .textWrapper {
    position: relative;
    bottom: -50%;
    text-align: center;
    color: #ffffff;
}

#screen1 .textWrapper .siteName {
    font-size: 50px;
    margin-bottom: 19px;
    letter-spacing: -1px;
}

#screen1 .textWrapper .logotext-second {
    font-size: 20px;
    letter-spacing: 7.4px;
    margin-bottom: 94px;
}

#screen1 .textWrapper .textMain {
    margin-bottom: 73px;
}

.arrowDownRed {
    -webkit-font-smoothing: antialiased;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
}

.arrowDownRed:hover {
    cursor: pointer;
}

.fancybox-opened {
    z-index: 1000001;
}

/**Mitya**/
.ls_titile {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    color: #3c4754;
}


@media (max-height: 1199px) {
    #screen1 .textWrapper {
        bottom: -45%;
    }
}

@media (max-height: 1049px) {
    #screen1 .textWrapper {
        bottom: -40%;
    }
}

@media (max-height: 949px) {
    #screen1 .textWrapper {
        bottom: -35%;
    }
}

@media (max-height: 899px) {
    #screen1 .textWrapper {
        bottom: -30%;
    }

    #screen1 .textWrapper .logotext-second {
        margin-bottom: 75px;
    }

    #screen1 .textWrapper .textMain {
        margin-bottom: 50px;
    }
}

@media (max-height: 799px) {
    #screen1 .textWrapper {
        bottom: -25%;
    }

    .whiteBorderTopBottom {
        padding-top: 77px;
        padding-bottom: 77px;
    }
}

@media (max-height: 699px) {
    #screen1 .textWrapper .logotext-second {
        margin-bottom: 55px;
    }

    #screen1 .textWrapper .textMain {
        margin-bottom: 40px;
    }
}

@media (max-height: 649px) {
    #screen1 .textWrapper {
        bottom: -15%;
    }
}

@media (max-height: 619px) {
    #screen1 .textWrapper {
        bottom: -25%;
    }

    #screen1 .textWrapper .logotext-second {
        margin-bottom: 25px;
    }

    #screen1 .textWrapper .textMain {
        margin-bottom: 20px;
    }

    .whiteBorderTopBottom {
        padding-top: 47px;
        padding-bottom: 47px;
    }
}

@media (max-height: 519px) {
    #screen1 .textWrapper {
        bottom: -20%;
    }
}

@media (max-height: 499px) {
    #screen1 .textWrapper {
        bottom: -15%;
    }

    .whiteBorderTopBottom {
        padding-top: 27px;
        padding-bottom: 27px;
    }
}

@media screen and (max-width: 1199px) {
    .mainScreen .textMain {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 991px) {
    .mainScreen .textMain {
        font-size: 18px !important;
    }

    .mainScreen .textMainWrapper {
        padding-left: 58px;
        padding-right: 58px;
    }
}

@media screen and (max-width: 768px) {
    .panorama {
        display: none;
    }

    .mainScreen {
        background-size: cover !important;
        background-attachment: scroll !important;
    }

    .scroll-up-circle {
        bottom: 25px;
    }

    #screen5 {
        position: static;
        top: auto;
    }

    .mainScreen .textMain {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    .page_full {
        width: 100% !important;
        overflow: hidden !important;
    }

    .mainScreen .textMain {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .mainScreen {
        background-size: cover !important;
    }

    #screen1 .textWrapper .siteName {
        font-size: 32px;
    }

    #screen1 .textWrapper .logotext-second {
        letter-spacing: 0px;
    }

    .panorama,
    .arrowBlock {
        display: none;
    }
}

@media screen and (max-width: 760px) {

    .map-page-wrapper {
        height: calc(100vh - 64px);
    }

    .map-page-wrapper.adress .left {
        height: calc(100vh - 64px) !important;
    }

    .map-page-wrapper .right .map_canvas {
        height: calc(100vh - 64px);
    }

    .mainPageTopMenuWrapper {
        display: none;
    }

    .menuForMainBlock {
        display: block;
    }

    nav {
        background-color: #222931;
    }

    nav ul li {
        border-top: solid;
        border-top-width: 1px;
        border-color: #2f353d;
        margin-bottom: 0 !important;
        padding-top: 17px;
        padding-bottom: 10px;
    }

    nav ul li:last-child {
        border-bottom: solid;
        border-bottom-width: 1px;
        border-color: #2f353d;
    }

    nav ul li a {
        color: #ffffff;
    }

    .main__menu {
        padding-bottom: 25px;
    }

    .write-to-us-mobile {
        display: inline-block;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        width: 175px;
        height: 40px;
        border: 1px solid #fff;
        padding: 10px 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        margin-bottom: 20px;

    }

    .write-to-us-mobile:hover {
        background: #f02f2f;
        border: 1px solid #f02f2f;
    }

    .mainMenuTop .burger:after {
        content: "Меню";
        color: #cccccc;
        text-transform: uppercase;
        position: relative;
        top: 3px;
        font-size: 20px;
        font-family: RobotoCondensedRegular;
        margin-left: 8px;
    }

    .hiddenMobile {
        display: none;
    }

    #screen1 .textWrapper .logotext-second {
        font-weight: 100;
        font-size: 13px;
        letter-spacing: 1.8px;
        line-height: 12px;
        font-family: OpenSansLight;
    }

    #screen1 .textWrapper .logotest-main .siteName {
        margin-bottom: 5px;
    }

    .logoBlock {
        position: relative;
        z-index: 11;
    }

    .logoBlockAnimate {
        display: block;
        position: absolute;
        opacity: 0;
        top: 0;
        z-index: 11;
    }

    header {
        height: 64px;
        background: rgba(34, 41, 49, 0.98);
    }

    .menuForMain {
        background: rgba(34, 41, 49, 0);
        -webkit-transition: background .3s ease-out;
        -moz-transition: background .3s ease-out;
        -o-transition: background .3s ease-out;
        transition: background .3s ease-out;
    }

    .menuForMain.backVisible {
        background: rgba(34, 41, 49, 0.90);
    }

    .menuForOther .logotest-main .siteName {
        font-size: 17px;
        line-height: 18px;
    }

    .menuForOther .logotext-second {
        font-size: 8px;
        letter-spacing: 2px;
        line-height: 12px;
    }

    .menuForOther .logo {
        left: -82px;
        top: 24px;
    }
}

@media screen and (max-width: 575px) {
    .textMainWrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 580px) {
    .stacktable.large-only {
        display: none;
    }

    .stacktable.small-only {
        display: table;
    }
}

.fixto-fixed {
    z-index: -1;
}

/***Логотип в виде текста***/
.siteName {
    text-transform: uppercase;
}

.siteNameSmall {
    text-transform: uppercase;
    color: #ff4e4e;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -1px;
    display: inline-block;
    -webkit-transform: scale(1, 1.2); /* Safari and Chrome */
    -moz-transform: scale(1, 1.2); /* Firefox */
    -ms-transform: scale(1, 1.2); /* IE 9 */
    -o-transform: scale(1, 1.2); /* Opera */
    transform: scale(1, 1.2); /* W3C */
}

.logotest-main .siteName {
    color: #f02f2f;
    /*font-family: DinDisplayProBold;*/
    font-family: RobotoBold;
    font-size: 40px;
    line-height: 40px;
    /*transform: scale(1.4, 1.4); *//* W3C */
    /*-webkit-transform: scale(1.4, 1.4); *//* Safari and Chrome */
    /*-moz-transform: scale(1.4, 1.4); *//* Firefox */
    /*-ms-transform: scale(1.4, 1.4); *//* IE 9 */
    /*-o-transform: scale(1.4, 1.4); *//* Opera */
    display: inline-block;
    margin-left: -5px;
}

.logotext-second {
    display: block;
    color: #ffffff;
    font-weight: 100;
    font-size: 11px;
    letter-spacing: 5.2px;
    line-height: 18px;
    font-family: OpenSansLight;
}

/***Конец Логотип в виде текста***/
.wh {
    height: 100% !important;
    width: auto !important;
}

.ww {
    width: 100% !important;
    height: auto !important;
}

.infowrap.one .jspContainer {
    min-width: 200px;
}

.infowindow .map_item {
	margin-top: 5px;
}

@media screen and (max-width: 1400px) {
    .map-page-wrapper .nav ul li a {
        padding: 16px 4px;
    }
}

@media screen and (max-width: 1340px) {
    .long-wrapper .anhors-wrap {
        width: 30px;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        padding-top: 0;
    }

    .long-wrapper .anhors-wrap ul h3 {
        display: none;
        opacity: 0;
    }

    .long-wrapper .anhors-wrap ul li a {
        padding: 10px;
    }

    .long-wrapper .anhors-wrap ul li a span {
        display: none;
        opacity: 0;
    }

    .long-wrapper .anhors-wrap ul li a b {
        float: none;
    }

    .long-wrapper .anhors-wrap.active {
        left: 0 !important;
    }
}

@media screen and (max-width: 1280px) {
    .map-page-wrapper .nav {
        position: absolute;
        top: 0;
        right: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: 11;
        background-color: #fff;
    }

    .map-page-wrapper .nav ul li {
        display: block;
    }

    .map-page-wrapper .nav ul li a {
        padding: 15px;
    }

    .map-page-wrapper .nav.active {
        max-height: 600px;
        padding-top: 40px;
        padding-right: 15px;
    }

    .burger-nav {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 999;
    }

    .map-page-wrapper.excursion .right .exursion-wrap {
        height: 100vh;
    }

    .long-wrapper .long-block.block016 .excut-item {
        width: 48%;
    }
}

@media screen and (max-width: 1180px) {

    footer .left {
        width: 50%;
        float: left;
    }

    footer .right {
        width: 50%;
        float: right;
    }

    footer .rightRight {
        width: 100%;
        float: left;
    }



    section {
        width: 100%;
        padding: 0 19px;
    }

    .memory-wrap section {
        padding: 0;
    }

    .terror-wrap .terror-slider {
        width: 100%;
    }

    .terror-wrap .terror-slider::before {
        display: none;
    }

    .terror-wrap .terror-slider::after {
        display: none;
    }

    .terror-wrap .terror-slider .item {
        width: auto;
    }

    .terror-wrap .terror-slider .item .img-wrap {
        height: 275px;
    }

    .terror-wrap .terror-slider .item .img-wrap::before {
        width: 90%;
        height: 90%;
    }

    .terror-wrap .terror-slider .item .img-wrap img {
        width: 100%;
        height: auto;
    }

    .terror-wrap .prev {
        display: none;
    }

    .terror-wrap .next {
        display: none;
    }

    nav ul li {
        margin-right: 29px;
    }

    nav ul li:last-child {
        margin-right: 0;
    }

    footer .left .text {
        width: 80%;
        vertical-align: middle;
    }

    footer .left .img {
        vertical-align: middle;
        margin-right: 10px;
    }

    footer .right .text {
        width: 70%;
        vertical-align: middle;
    }

    footer .right .text li {
        font-size: 12px;
    }

    footer .right .img {
        vertical-align: middle;
        margin-right: 10px;
    }

    .filter-wrap .top .filters {
        width: 70%;
    }

    .filter-wrap .top .filters a {
        margin-right: 5px;
        padding-left: 17px;
        padding-right: 17px;
    }

    .filter-wrap .top .search {
        width: 30%;
    }

    .monument-wrap .left-block {
        width: 28%;
        margin-right: 19px;
    }

    .monument-wrap .monument-body {
        width: 70%;
        padding: 10px;
        margin-top: 20px;
    }

    .monument-wrap .monument-body .prev-btn {
        left: 10px;
    }

    .monument-wrap .monument-body .next-btn {
        right: 10px;
    }

    .monument-wrap .monument-body .slider_nav {
        display: none;
    }

    .monument-wrap .monument-body .monument-slider {
        margin-bottom: 20px;
    }

    .monument-wrap .after {
        display: none;
    }

    .biography-wrap {
        background-color: #e1e7ef;
        padding-top: 30px;
    }

    .biography-wrap .left-block.biography {
        width: 29%;
        padding-top: 0;
        padding-left: 0;
    }

    .biography-wrap .left-block.biography .after {
        display: none;
    }

    .biography-wrap .biography-body {
        width: 70%;
        padding-top: 20;
        padding-left: 20px;
        padding-right: 20px;
    }

    .biography-wrap .biography-body .top {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .biography-wrap .biography-body .top h1 {
        font-size: 25px;
    }

    .biography-wrap .biography-body .down {
        padding-right: 0;
    }

    .biography-wrap .biography-body .down .info-wrap {
        width: 22%;
    }

    .biography-wrap .biography-body .down .scientific {
        width: 74%;
    }

    .biography-wrap .biography-body .similar .item {
        width: 31%;
    }

    .rubricator-wrap {
        height: auto;
        text-align: center;
        max-height: 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        overflow: auto;
        width: 250px;
        position: absolute;
        top: 187px;
        left: 10px;
        z-index: 11;
    }

    .rubricator-wrap .rubricator-list .rubrics li.letters {
        display: block;
    }

    .rubricator-wrap .rubricator-list .rubrics li.letters a.item {
        display: block;
        font-size: 19px;
    }

    .rubricator-wrap .rubricator-list .rubrics li.letters .sub-wrap {
        position: static;
        max-height: 360px;
        width: 250px;
        text-align: left;
    }

    .rubricator-wrap section {
        padding: 0;
    }

    .rubricator-wrap.active {
        max-height: 420px;
    }

    .burger.red {
        display: block;
        position: absolute;
        top: 150px;
        left: 10px;
        z-index: 11;
    }

    .articles-wrap .articles .item {
        width: 32%;
    }

    .articles-wrap .articles .item .img-wrap {
        height: 250px;
    }

    .articles-wrap .articles .item .img-wrap img {
        height: auto;
        width: 100%;
    }

    .catalog-wrap .catalog-events .event-wrap .left .img-wr {
        width: 73%;
    }

    .catalog-wrap .catalog-events .event-wrap .left .date-wrap {
        width: 27%;
    }

    .catalog-wrap .past-events .item {
        margin: 0 5px;
        margin-bottom: 10px;
    }

    .long-wrapper section {
        padding-left: 40px;
    }

    .long-wrapper .long-block .long-left {
        width: 70%;
    }

    .long-wrapper .long-block .long-right {
        width: 25%;
    }

    .long-wrapper .long-block .long-right .photo-wrap img {
        width: 100%;
        height: auto;
    }

    .long-wrapper .long-block .quote {
        width: 90%;
    }

    .long-wrapper .long-block.block7 .long-full article.long {
        width: 75%;
    }

    .long-wrapper .long-block.block7 .long-full article {
        width: 50%;
    }

    .long-wrapper .long-block.block7 .long-full .full-photo {
        width: 45%;
    }

    .long-wrapper .long-block.block7 .long-full .full-photo img {
        width: 100%;
        height: auto;
    }

    .long-wrapper .long-block.block9 .long-left.half {
        width: 49%;
    }

    .long-wrapper .long-block.block9 .long-right.half {
        width: 48%;
    }

    .long-wrapper .long-block.block09 .long-left.half {
        width: 49%;
    }

    .long-wrapper .long-block.block09 .long-right.half {
        width: 48%;
    }

    .long-wrapper .long-block.block1 {
        height: auto;
    }

    .long-wrapper .long-block.block1 .long-left {
        width: 100%;
    }

    .long-wrapper.long-3 .long-block.block2 .long-left,
    .long-wrapper.long-3 .long-block.block3 .long-left,
    .long-wrapper.long-3 .long-block.block4 .long-left,
    .long-wrapper.long-3 .long-block.block5 .long-left,
    .long-wrapper.long-3 .long-block.block6 .long-left,
    .long-wrapper.long-3 .long-block.block10 .long-left,
    .long-wrapper.long-3 .long-block.block11 .long-left,
    .long-wrapper.long-3 .long-block.block12 .long-left {
        width: 100%;
    }

    .long-wrapper.long-3 .long-block.block6 {
        padding-top: 0;
    }

    .long-wrapper.long-3 .long-block .ch_nav {
        overflow: auto;
        border: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .long-wrapper.long-3 .long-block .ch_nav ul {
        width: 1070px;
        padding-top: 40px;
        border-top: 1px solid #a7b4c2;
    }
}

@media screen and (max-width: 1024px) {
    .main-slider .item {
        width: 85%;
        padding-bottom: 40px;
    }

    .main-slider .item .h2-wrap {
        margin-bottom: 40px;
    }

    nav {
        height: auto;
    }

    nav ul li {
        margin-right: 20px;
    }

    .main-map.active .map-burger {
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        background-image: url(../img/map-burger.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px;
        top: 55px;
        left: 10px;
        z-index: 10;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box;
        background-color: #fff;
        -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
        -moz-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
        box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    }

    .main-map.active .map-burger.active {
        left: 390px;
        top: 15px;
        background-image: url(../img/map-burger1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px;
    }

    .main-map .left {
        position: absolute;
        float: none;
        left: -400px;
        z-index: 5;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .main-map .left.active {
        left: 0;
    }

    .block6 .full-item {
        max-height: 200px;
    }

    #c_form {
        width: 100%;
    }

    #c_form .left {
        float: none;
        width: 100%;
        position: static;
        display: block;
        margin-bottom: 25px;
    }

    #contact_form_pop {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .long-wrapper.long-3 .long-block.block7 section {
        padding-top: 0;
    }

    .long-wrapper.long-4 .long-block.block2 .table-wrap table tbody tr td:nth-child(1),
    .long-wrapper.long-4 .long-block.block2 .table-wrap table tbody tr td:nth-child(2),
    .long-wrapper.long-4 .long-block.block2 .table-wrap table tbody tr td:nth-child(3) {
        padding-right: 10px;
    }

    .long-wrapper.long-4 .long-block.block2 .table-wrap table tbody tr td:nth-child(1),
    .long-wrapper.long-4 .long-block.block2 .table-wrap table thead tr th:nth-child(1) {
        width: 50%;
    }

    .long-wrapper.long-4 .long-block.block2 .table-wrap table thead tr th:nth-child(2),
    .long-wrapper.long-4 .long-block.block2 .table-wrap table thead tr th:nth-child(3),
    .long-wrapper.long-4 .long-block.block2 .table-wrap table tbody tr td:nth-child(2),
    .long-wrapper.long-4 .long-block.block2 .table-wrap table tbody tr td:nth-child(3) {
        width: 25%;
        padding-right: 10px;
    }
}

@media screen and (min-width: 980px) {
    .long-wrapper .anhors-wrap:hover {
        width: 175px;
    }

    .long-wrapper .anhors-wrap:hover ul li a {
        padding: 18px 15px;
    }

    .long-wrapper .anhors-wrap:hover ul li a span {
        display: inline-block;
        opacity: 1;
    }

    .long-wrapper .anhors-wrap:hover ul li a b {
        float: right;
    }

    .rubricator-wrap .rubricator-list .rubrics li.letters:hover {
        background-color: #ca2828;
    }

    .rubricator-wrap .rubricator-list .rubrics li.letters:hover .sub-wrap {
        display: block;
    }

    .map-page-wrapper.excursion .right .exursion-wrap .exursion-audio:hover .preview-sld {
        display: block;
    }
}

@media screen and (max-width: 980px) {
    .terror-slider .owl-item {
        opacity: 0.5;
    }

    .terror-slider .owl-item.active.center {
        opacity: 1;
    }

    .terror-wrap .terror-slider {
        text-align: center;
    }

    .terror-wrap .terror-slider .item {
        width: 380px;
        display: inline-block;
    }

    .terror-wrap .terror-slider .item .img-wrap {
        height: 380px;
    }

    .terror-wrap .terror-slider .item .img-wrap img {
        width: auto;
        height: 100%;
    }

    .memory-wrap .memory-slider {
        text-align: center;
    }

    .memory-wrap .memory-slider .item {
        display: inline-block;
    }

    nav ul li {
        margin-right: 9px;
    }

    nav ul li a {
        font-size: 13px;
    }

    footer .right .text {
        width: 60%;
    }

    footer .right .text li {
        font-size: 13px;
    }

    .info .line {
        margin: 0 80px;
    }

    .owl-prev {
        width: 33px;
        height: 50px;
    }

    .owl-next {
        width: 33px;
        height: 50px;
    }

    .prev {
        width: 33px;
        height: 50px;
    }

    .next {
        width: 33px;
        height: 50px;
    }

    .filter-wrap .top .filters {
        width: 75%;
    }

    .filter-wrap .top .filters a {
        font-size: 12px;
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 3px;
    }

    .filter-wrap .top .search {
        width: 25%;
    }

    .filter-wrap .filter-body ul li ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .monument-wrap .left-block {
        width: 35%;
        margin-right: 10px;
    }

    .monument-wrap .monument-body {
        width: 63%;
    }

    .monument-wrap .monument-body .desc .video {
        width: 100%;
        height: 330px;
    }

    .biography-wrap .biography-body {
        width: 61%;
        padding-bottom: 50px;
    }

    .biography-wrap .biography-body .down {
        padding-bottom: 20px;
    }

    .biography-wrap .biography-body .down .scientific {
        width: 100%;
    }

    .biography-wrap .biography-body .down .scientific article {
        margin-bottom: 20px;
    }

    .biography-wrap .biography-body .down .info-wrap {
        display: none;
    }

    .biography-wrap .biography-body .similar .item {
        width: 30%;
        margin-bottom: 10px;
        margin-right: 15px;
    }

    .biography-wrap .biography-body .similar .item .img {
        margin-bottom: 15px;
        height: 150px;
    }

    .biography-wrap .left-block.biography {
        width: 37%;
    }

    .articles-wrap .articles .item {
        margin-right: 10px;
    }

    .articles-wrap .articles .item .img-wrap {
        margin-bottom: 0;
    }

    .articles-wrap .articles .item .text-wrap p {
        font-size: 19px;
    }

    .catalog-wrap .catalog-events .event-wrap .left .date-wrap .btn a {
        font-size: 14px;
        padding: 46px 0;
    }

    .catalog-wrap .catalog-events .event-wrap .right .text {
        padding-top: 30px;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .catalog-wrap .catalog-events .event-wrap .right .text h3 {
        line-height: 1.5;
    }

    .long-wrapper .long-block.block2 article {
        margin-bottom: 35px;
    }

    .long-wrapper .long-block.block2 .long-head {
        margin-bottom: 20px;
    }

    .long-wrapper .long-block.block2 section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .long-wrapper .long-block .quote {
        width: 100%;
        margin-left: 0;
    }

    .long-wrapper .long-block .quote:before {
        display: none;
    }

    .long-wrapper .long-block .quote:after {
        display: none;
    }

    .long-wrapper .long-block .quote span {
        display: inline;
    }

    .long-wrapper .long-block .owl-dots {
        padding-top: 30px;
    }

    .long-wrapper .long-block .long-left .long-head {
        margin-bottom: 20px !important;
    }

    .long-wrapper .long-block .bold-head {
        margin-bottom: 20px !important;
    }

    .long-wrapper .long-block .quote-wrap {
        height: auto;
    }

    .long-wrapper .long-block.block1 {
        height: auto;
        padding-bottom: 0;
    }

    .long-wrapper .long-block.block1 .blue-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .long-wrapper .long-block.block1 .blue-block h1 {
        margin-bottom: 20px;
    }

    .long-wrapper .long-block.block1 .long-left {
        width: 100%;
    }

    .long-wrapper .long-block.block1 .scroll-block {
        padding-top: 100px;
    }

    .long-wrapper .long-block.block3 {
        padding-bottom: 0;
        height: auto;
    }

    .long-wrapper .long-block.block3 .blue-block {
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .long-wrapper .long-block.block02 .long-right {
        top: 30px;
    }

    .long-wrapper .long-block.block4 section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .long-wrapper .long-block.block4 .long-left ul {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .long-wrapper .long-block.block4 .long-left ul li {
        margin-bottom: 15px;
    }

    .long-wrapper .long-block.block5 section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .long-wrapper .long-block.block6 section {
        padding-top: 30px;
    }

    .long-wrapper .long-block.block6 .long-left article {
        margin-bottom: 30px;
    }

    .long-wrapper .long-block.block6 .long-right p span {
        font-size: 14px;
    }

    .long-wrapper .long-block.empty {
        height: 600px;
        background-attachment: inherit;
    }

    .long-wrapper .long-block.block7 section {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .long-wrapper .long-block.block7 .long-full {
        margin-bottom: 30px;
    }

    .long-wrapper .long-block.block7 .long-full article {
        margin-bottom: 20px;
    }

    .long-wrapper .long-block.block7 .long-left .quote {
        margin-bottom: 30px;
    }

    .long-wrapper .long-block.block7 .long-left article {
        margin-bottom: 30px;
    }

    .long-wrapper .long-block.block8 {
        height: auto;
        background-attachment: inherit;
    }

    .long-wrapper .long-block.block8 .blue-block .long-left {
        width: 100%;
    }

    .long-wrapper .long-block.block9 section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .long-wrapper .long-block.block9 .long-left.half article {
        margin-bottom: 30px;
    }

    .long-wrapper .long-block.block10 {
        height: auto;
    }

    .long-wrapper .long-block.block10 .blue-block section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .long-wrapper .long-block.block10 .long-left {
        width: 100%;
    }

    .long-wrapper .long-block.block11 section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .long-wrapper .long-block.block12 {
        height: auto;
        padding-bottom: 0;
    }

    .long-wrapper .long-block.block12 .long-left {
        margin-bottom: 30px;
    }

    .long-wrapper .long-block.block13 section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .long-wrapper .long-block.block13 .long-left article {
        margin-bottom: 30px;
    }

    .long-wrapper .long-block.block14 {
        height: auto;
    }

    .long-wrapper .long-block.block14 section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .long-wrapper .long-block.block15 section {
        padding-top: 30px;
    }

    .long-wrapper .long-block.block15 article {
        margin-bottom: 30px;
    }

    .long-wrapper .long-block.block16 {
        height: auto;
        padding-bottom: 0;
    }

    .long-wrapper .long-block.block16 .long-people .p-photo {
        margin-right: 25px;
    }

    .block6 .full-item {
        max-height: 295px;
    }

    .long-wrapper.long-3 .long-block.block4 .scroll-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .long-wrapper.long-3 .long-block .ch_wr {
        padding-left: 20px;
        padding-right: 20px;
    }

    .long-wrapper.long-3 .long-block .numbers .item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .long-wrapper.long-3 .long-block.another_long_pages .aticle_item {
        margin-bottom: 10px;
        width: 45%;
    }
}

@media screen and (max-width: 910px) {
    .long-wrapper .long-block.block016 .excut-item {
        width: 100%;
        margin-left: 0 !important;
        max-width: 100%;
    }

    .long-wrapper.long-2 .long-block.block15 .long-left {
        width: 100%;
    }

    .long-wrapper.long-2 .long-block .half .item a.fancybox {
        height: auto;
    }

    .main-slider.owl-carousel {
        height: auto;
        min-height: auto;
    }

    .main-slider .item {
        height: auto;
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 70px;
        height: 500px;
    }

    .block6 .full-item {
        max-height: 260px;
    }

    .long-block.another_long_pages .aticle_item {
        width: auto;
        margin-right: 4px;
    }
}

@media screen and (max-width: 800px) {
    .long-wrapper.long-3.long-3-new .long-block .ch_nav ul {
        width: 800px !important;
    }

    .long-wrapper.long-3.long-3-new .long-block .ch_nav ul.many {
        width: 1070px !important;
    }

    .long-wrapper.long-3.long-3-new .long-block .ch_nav ul.long {
        width: 1550px !important;
    }

    .long-wrapper.long-3.long-3-new .long-block .ch_nav ul.very-long {
        width: 2500px !important;
    }

    .long-wrapper.long-3.long-3-new .long-block .ch_nav ul.long-long {
        width: 3500px !important;
    }

    .map-page-wrapper .map-burger1 {
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        background-image: url(../img/map-burger.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px;
        top: 55px;
        left: 10px;
        z-index: 10;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-border-radius: 2px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 2px;
        -moz-background-clip: padding;
        border-radius: 2px;
        background-clip: padding-box;
        background-color: #fff;
        -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
        -moz-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
        box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    }

    .map-page-wrapper .map-burger1.active {
        left: 380px;
        top: 2px;
        background-image: url(../img/map-burger1.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40px;
    }

    .map-page-wrapper .right {
        width: 100%;
        float: none;
    }

    .map-page-wrapper .left {
        left: -400px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        position: absolute;
    }

    .map-page-wrapper .left.active {
        left: 0;
    }

    .map-page-wrapper.adress .left {
        width: 375px;
    }

    .map-page-wrapper.adress .left .top p {
        font-size: 14px;
    }

    .map-page-wrapper.adress .left .top span {
        font-size: 14px;
    }

    .map-page-wrapper.adress .left .bottom .adr-item .adr-body .adr-right {
        width: 230px;
    }

    .map-page-wrapper.adress .left .bottom .adr-item .adr-body .adr-right a {
        display: none;
    }

    .catalog-wrap .catalog-events .event-wrap .left .img-wr img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 760px) {
    .hidden-mob {
        display: none !important;
    }

    nav {
        max-height: 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        padding: 0;
        overflow: hidden;
    }

    nav ul li {
        margin-right: 0;
        display: block;
        margin-bottom: 10px;
    }

    nav ul li a {
        font-weight: 600;
        font-size: 18px;
    }

    .owl-carousel .owl-item img {
        width: 120%;
    }

    header .logo-img {
        display: none;
    }

    header .logo {
        /*position: static;
        padding-top: 24px;*/
        right: auto;
    }

    .burger {
        display: block;
        position: absolute;
        top: 18px;
        right: 20px;
    }

    .burger.red {
        right: 10px;
        left: auto;
        top: 30px;
    }

    .write-to-us {
        display: none;
    }

    nav.active {
        max-height: 800px;
        padding: 20px 0 110px;
        opacity: 0.98;
    }

    .info .line {
        margin: 0 30px;
        height: 80px;
    }

    .info .item p {
        font-size: 50px;
    }

    .info .item span {
        font-size: 27px;
        line-height: 30px;
    }

    .main-map.active {
        min-height: 600px;
    }

    .main-map.active .left {
        max-height: 600px;
    }

    .main-map .right .map_canvas {
        height: 600px;
    }

    .h2-wrap h2 {
        font-size: 40px;
    }

    footer h3 {
        text-align: left;
        margin-bottom: 5px;
    }

    footer .left {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    footer .right {
        /**float: none;**/
        width: 100%;
    }

    footer .right .text {
        width: 70%;
    }

    .filter-wrap .filter-body ul li ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .filter-wrap .filter-body h2 {
        margin: 20px 0;
    }

    .filter-wrap .top {
        margin-bottom: 20px;
    }

    .filter-wrap .top .filters {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 15px;
    }

    .filter-wrap .top .filters a {
        margin-right: 8px;
        width: 32%;
    }

    .filter-wrap .top .search {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 15px;
    }

    .monument-wrap {
        text-align: center;
        padding-top: 20px;
    }

    .monument-wrap .left-block {
        width: 100%;
        float: none;
        margin-right: 0;
        text-align: left;
        margin-bottom: 70px;
    }

    .monument-wrap .left-block .biographical {
        text-align: center;
    }

    .monument-wrap .left-block .biographical .item {
        width: 300px;
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        text-align: left;
    }

    .monument-wrap .monument-body {
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
        float: none;
    }

    .monument-wrap .monument-body .desc .video {
        height: 180px;
        margin-bottom: 10px;
    }

    .monument-wrap .monument-desc {
        display: block;
        text-align: left;
        margin-bottom: 0;
    }

    .biography-wrap {
        text-align: center;
        padding-top: 20px;
    }

    .biography-wrap .biography-body {
        float: none;
        width: 100%;
        text-align: left;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .biography-wrap .biography-body .top h1 {
        margin-bottom: 10px;
    }

    .biography-wrap .biography-body .similar .item .img {
        height: auto;
        margin-bottom: 5px;
    }

    .biography-wrap .biography-body .similar .item span {
        font-size: 14px;
    }

    .biography-wrap .left-block.biography {
        width: 280px;
        float: none;
        padding-bottom: 70px;
        text-align: left;
        display: inline-block;
    }

    .rubricator-wrap {
        top: 95px;
        left: auto;
        right: 0;
    }

    .rubricator-wrap .rubricator-list .rubrics li.letters a.item {
        padding: 10px;
    }

    .articles-wrap .articles .item {
        width: 48%;
        margin-right: 13px !important;
    }

    .articles-wrap .articles .item:nth-child(even) {
        margin-right: 0 !important;
    }

    .articles-wrap .articles .item:nth-child(4n) {
        margin-right: 0;
    }

    .catalog-wrap .catalog-events .event-wrap {
        height: auto;
    }

    .catalog-wrap .catalog-events .event-wrap .left {
        float: none;
        display: block;
        width: 100%;
        height: 250px;
        height: auto;
    }

    .catalog-wrap .catalog-events .event-wrap .left .img-wr {
        height: 250px;
    }

    .catalog-wrap .catalog-events .event-wrap .left .date-wrap .date {
        padding: 29px 0;
    }

    .catalog-wrap .catalog-events .event-wrap .left .date-wrap .date h3 {
        font-size: 49px;
    }

    .catalog-wrap .catalog-events .event-wrap .left .date-wrap .btn a {
        padding: 30px 0;
    }

    .catalog-wrap .catalog-events .event-wrap .right {
        float: none;
        display: block;
        width: 100%;
    }

    .catalog-wrap .catalog-events .event-wrap .right .text h3 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .catalog-wrap .catalog-events .event-wrap .right .text article {
        font-size: 16px;
        line-height: 30px;
    }

    .catalog-wrap .catalog-events .event-wrap .right .text article a {
        font-size: 16px;
    }

    .catalog-wrap .catalog-events h2 {
        font-size: 38px;
    }

    .catalog-wrap .catalog-text {
        padding: 35px 0;
    }

    .catalog-wrap .catalog-text article {
        width: 100%;
        font-size: 16px;
    }

    .catalog-wrap .catalog-head {
        padding: 50px 0;
    }

    .catalog-wrap .catalog-head h1 {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .catalog-wrap .catalog-head article {
        width: 100%;
        font-size: 15px;
    }

    .catalog-wrap .past-events h2 {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .long-wrapper .long-block .owl-dots {
        display: none !important;
    }

    .long-wrapper .long-block .long-left.half {
        width: 100%;
    }

    .long-wrapper .long-block .long-right.half {
        width: 100%;
    }

    .long-wrapper .long-block.block16 .long-people .p-photo {
        width: 33%;
        margin-right: 20px;
    }

    .long-wrapper .long-block.block16 .long-people .p-text {
        width: 61%;
    }

    .long-wrapper .long-block.block15 .scroll-block {
        height: auto;
        padding-bottom: 70px;
    }

    .long-wrapper .owl-carousel .owl-item img {
        width: 100%;
    }

    .long-1 .block1 {
        background-image: url(../img/long_read/bg1.jpg);
        background-size: cover;
    }

    .long-1 .block3 {
        background-image: url(../img/long_read/bg2.jpg);
        background-size: cover;
    }

    .long-1 .block8 {
        background-image: url(../img/long_read/bg4.jpg);
        background-size: cover;
    }

    .long-1 .block10 {
        background-image: url(../img/long_read/bg1.jpg);
        background-size: cover;
    }

    .long-1 .block12 {
        background-image: url(../img/long_read/bg2.jpg);
        background-size: cover;
    }

    .long-1 .block16 {
        background-image: url(../img/long_read/bg6.jpg);
        background-size: cover;
    }

    .long-wrapper.long-2 .long-block.block007 {
        padding-top: 0;
    }

    .long-wrapper.long-2 .long-block.block007 .long-full article {
        width: 100%;
    }

    .long-wrapper.long-2 .long-block.block11 .long-left {
        width: 100%;
        float: none;
    }

    .long-wrapper.long-2 .long-block.block11 .long-right {
        width: 100%;
        float: none;
    }

    .long-wrapper.long-2 .long-block.block012 article {
        line-height: 30px;
        font-size: 20px;
    }

    .long-wrapper.long-2 .long-block.block6 {
        padding-top: 0;
    }

    .long-wrapper.long-2 .long-block.block09 section {
        padding-bottom: 60px;
    }

    .long-wrapper.long-2 .long-block.block9 {
        padding-bottom: 20px;
    }

    .long-wrapper.long-2 .long-block.block08 section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .main-slider .item {
        height: auto;
        padding-top: 70px;
    }

    .main-slider .item .img_wrap {
        overflow: hidden;
    }

    .main-slider .item .h2-wrap {
        margin-bottom: 20px;
    }

    .main-slider .item .h2-wrap h2 {
        line-height: 1;
    }

    .main-slider .owl-dots {
        display: none;
    }

    .long-1 .block6 .full-item {
        max-height: 215px;
    }

    .long-wrapper.long-3 .long-block .numbers .item {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        margin-bottom: 20px;
        border: 0 !important;
    }

    .long-wrapper.long-3 .long-block .numbers .item:nth-child(odd) {
        border-right: 1px solid #000 !important;
    }

    .long-wrapper.long-3 .long-block .country-block .country {
        width: 48%;
        display: inline-block;
        margin-bottom: 20px;
        margin-right: 6px;
    }

    .long-wrapper.long-3 .long-block .long-left {
        width: 100%;
        float: none;
    }

    .long-wrapper.long-3 .long-block .long-right {
        width: 100%;
        float: none;
    }

    .long-wrapper.long-3 .long-block .pre-history .pre-item a.fancybox {
        height: auto;
    }

    .long-wrapper.long-3 .long-block .toggle_block .head {
        padding: 20px;
    }

    .long-block.another_long_pages .aticle_item {
        width: 300px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 680px) {
    .block6 .full-item {
        max-height: 380px;
    }

    .long-wrapper.long-3 .long-block.another_long_pages .aticle_item {
        width: 350px;
        display: block;
    }

    .filter-wrap .top {
        text-align: center;
    }

    .filter-wrap .top .text_info {
        text-align: left;
    }

    .filter-wrap .top .filters {
        width: 400px;
        display: inline-block;
        margin-bottom: 0;
    }

    .filter-wrap .top .filters a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        height: auto;
        padding-bottom: 15px;
        font-size: 18px;
    }

    .filter-wrap .top .filters a.solovetskiy {
        padding-left: 0;
    }

    .filter-wrap .top .search {
        width: 400px;
        display: inline-block;
        margin-bottom: 15px;
    }

    .filter-wrap .top .search input {
        height: 54px;
    }

    .filter-wrap .top .search:after {
        top: 24px;
    }

    .filter-wrap .top.big_top .search,
    .filter-wrap .top.big_top .filters {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .long-wrapper.long-4 .long-block.block2 .table-wrap {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .long-wrapper.long-4 .long-block.block2 .table-wrap table tbody tr td:nth-child(1) {
        border-right: 1px solid #b6b6b6;
    }

    .long-wrapper.long-4 .long-block.block2 .table-wrap table tbody tr td:nth-child(2) {
        padding-right: 0;
        padding-left: 10px;
    }

    .long-wrapper.long-4 .long-block.block2 .table-wrap table thead tr th,
    .long-wrapper.long-4 .long-block.block2 .table-wrap table tbody tr td {
        padding-top: 10px;
        padding-bottom: 10px;
        vertical-align: middle;
    }

    .long-wrapper.long-4 .long-block.block4 .border {
        padding: 15px 10px;
    }

    .long-wrapper.long-4 .long-block.block4 .border b {
        margin-bottom: 10px;
    }

    .long-wrapper.long-4 .long-block.block6 .table-wrap table tr td {
        padding: 10px 0;
        vertical-align: middle;
    }

    .long-wrapper.long-4 .long-block.block6 .table-wrap table tr td:nth-child(1) {
        padding-right: 10px;
        border-right: 1px solid #b6b6b6;
    }

    .owl-carousel .owl-item {
        overflow: hidden;
    }

    .owl-carousel .owl-item img {
        width: 135%;
    }

    .long-wrapper .long-block.block02 .long-right {
        position: static;
    }

    .long-wrapper .long-block .long-left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .long-wrapper .long-block .long-right {
        width: 40%;
        float: none;
        margin-bottom: 20px;
    }

    .long-wrapper .long-block .long-right .photo-wrap {
        margin-bottom: 10px !important;
    }

    .long-wrapper .long-block .long-right .photo-wrap .photo {
        margin-bottom: 0 !important;
    }

    .long-wrapper .long-block h1 {
        font-size: 40px;
    }

    .long-wrapper .long-block .long-head h2 {
        font-size: 38px;
    }

    .long-wrapper .long-block .quote-wrap article {
        font-size: 16px;
    }

    .long-wrapper .long-block .jspVerticalBar {
        width: 5px;
    }

    .long-wrapper .long-block .jspHorizontalBar {
        height: 5px;
    }

    .long-wrapper .long-block.block4 .long-left ul {
        padding-left: 40px;
        padding-left: 0;
    }

    .long-wrapper .long-block.block4 .long-left ul li span {
        left: -40px;
        top: -7px;
        display: inline-block;
        position: static;
        width: auto;
        height: auto;
        border: 0;
        font-family: "Georgia";
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        color: #1e242a;
    }

    .long-wrapper .long-block.block4 .long-left ul li span i {
        display: inline;
    }

    .long-wrapper .long-block.block4 .long-right {
        padding-top: 0;
    }

    .long-wrapper .long-block.block6 .long-right {
        padding-top: 0;
        width: 100%;
    }

    .long-wrapper .long-block.block6 .long-right p span {
        margin-top: 10px;
    }

    .long-wrapper .long-block.block7 .long-full article {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .long-wrapper .long-block.block7 .long-full .full-photo {
        width: 100%;
    }

    .long-wrapper .long-block.block9 .long-left.half {
        width: 100%;
    }

    .long-wrapper .long-block.block9 .long-right.half {
        width: 100%;
    }

    .long-wrapper .long-block.block09 .long-left.half {
        width: 100%;
    }

    .long-wrapper .long-block.block09 .long-right.half {
        width: 100%;
    }

    .long-wrapper .long-block.block13 .long-right {
        width: 100%;
    }

    .long-wrapper .long-block.block13 .long-left .long-link p {
        font-size: 22px;
    }

    .long-wrapper .long-block.block13 .long-left table {
        margin-bottom: 30px;
    }

    .long-wrapper .long-block.block15 .long-right {
        width: 100%;
    }

    .long-wrapper .long-block.block15 .scroll-block {
        height: auto;
        padding-bottom: 50px;
    }

    .long-wrapper .long-block.block5 .long-slider {
        padding-right: 0;
    }

    .long-wrapper .long-block.block17 section {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .long-wrapper .long-block.block17 .long-link p {
        font-size: 20px;
    }

    .long-wrapper .long-block.block16 .long-people {
        text-align: center;
    }

    .long-wrapper .long-block.block16 .long-people .p-text {
        width: 65%;
        text-align: left;
    }

    .long-wrapper .long-block.block16 .long-people .p-text p {
        margin-bottom: 10px;
    }

    .long-wrapper .long-block.block16 .long-people .p-photo {
        width: 65%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .long-wrapper .long-block.block1 .blue-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .long-wrapper .long-block.block1 .blue-block article {
        padding-right: 0;
        font-size: 16px;
    }

    .long-wrapper .long-block.block1 .long-left {
        margin-bottom: 0;
    }

    .long-wrapper .long-block.block14 .scroll-block .long-head {
        height: auto;
        padding: 50px 0;
    }

    .long-wrapper .long-block.block14 .scroll-block .long-head h2 {
        font-size: 38px;
    }

    .long-wrapper .long-block.block14 .long-left {
        margin-bottom: 30px;
    }

    .long-wrapper .long-block.block14 .long-left .long-head {
        margin-bottom: 0 !important;
    }

    .long-wrapper .long-block.block14 .long-left .long-head h2 {
        font-size: 36px;
    }

    .long-wrapper .long-block.block14 section {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .long-wrapper .long-block.block2 article {
        margin-bottom: 20px;
    }

    .long-wrapper .long-block.block3 .blue-block .long-left {
        font-size: 20px;
    }

    .long-wrapper .long-block.block3 .blue-block .long-left p {
        margin-bottom: 20px;
    }

    .long-wrapper .long-block.block3 .blue-block .long-left article {
        font-size: 17px;
    }

    .long-wrapper .long-block.empty {
        display: none;
    }

    .long-wrapper .long-block.block8 .blue-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .long-wrapper .long-block.block8 .blue-block p {
        font-size: 22px;
    }

    .long-wrapper .long-block.block8 .scroll-block {
        height: auto;
    }

    .long-wrapper .long-block.block12 .blue-block {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .long-wrapper .long-block.block12 .blue-block article {
        font-size: 20px;
        line-height: 25px;
        font-size: 17px;
    }

    .long-wrapper .long-block.block08 .scroll-block {
        height: auto;
    }

    .long-wrapper .long-block.block07 .scroll-block {
        height: auto;
        padding-bottom: 50px;
    }

    .long-wrapper .long-block.block017 .scroll-block {
        height: auto;
        padding-bottom: 50px;
    }

    .infobox.title_bottom {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .infobox.title_bottom .photo {
        margin-bottom: 10px;
    }

    .infobox.title_bottom img {
        width: 100%;
        height: auto;
    }

    .infobox.title_bottom .info-block .left {
        float: left;
        width: 50%;
    }

    .infobox.title_bottom .info-block .left p {
        color: #3c4754;
        font-size: 14px;
        font-weight: 600;
    }

    .infobox.title_bottom .info-block .right {
        float: right;
        width: 50%;
    }

    .infobox.title_bottom .info-block .right p {
        color: #3c4754;
        font-size: 15px;
        font-weight: 400;
    }

    .biography-wrap .left-block .infobox {
        display: none;
    }

    .main-map {
        display: none;
    }

    .terror-wrap {
        padding-top: 10px;
    }

    .long-1 .block6 .full-item {
        max-height: 305px;
    }

    .filter-wrap .top.big_top .filters a {
        padding: 25px;
        font-size: 21px;
    }
}

@media screen and (max-width: 480px) {

    .map-page-wrapper .left .top {
        margin-top: 50vh;
    }

    .mapPageWrapperForMonuments .left .top {
         margin-top: 0;
    }

    .mapPageWrapperForMonuments .right {
        margin-top: 100px;
    }


    .map-page-wrapper {
        height: 1150px;
    }

    .mapPageWrapperForMonuments {
        height: calc(50vh + 100px);
    }

    .mapPageWrapperForMonuments .left {
        height: 100% !important;
    }

    .mapPageWrapperForMonuments .left .bottom {
        height: 100% !important;
    }

    .monumentsList {
        display: none;
    }

    .footerForMonuments {
        display: none;
    }

    .map-page-wrapper.adress .left {
        height: 1200px !important;
    }


    .long-wrapper.long-3.long-3-new .long-block .ch_wr .ch_wrapper .ch_body {
        padding: 10px;
    }

    .history_back {
        padding-left: 10px;
        max-width: 17px;
    }

    .map-page-wrapper.adress .left .bottom {
        height: calc(40vh - 50px );
    }

    .map-page-wrapper.adress .left .bottom .adr-item {
        margin-top: 20px !important;
    }

    .history_back:before {
        left: 4px;
    }

    .long-wrapper.long-4 .long-block h1 {
        line-height: 1;
    }

    .long-wrapper.long-4 .long-block.block1 .scroll-block {
        padding-top: 100px;
    }

    .long-wrapper.long-4 .long-block.block1 .scroll-block section {
        padding-left: 10px;
    }

    .long-wrapper.long-4 .long-block.block4 section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .long-wrapper.long-4 .long-block.block6 section {
        padding-bottom: 30px;
    }

    .long-wrapper.long-4 .long-block.block2 section {
        padding-bottom: 0;
    }

    .long-wrapper .long-block .long-head h2 {
        font-size: 24px;
    }

    .long-block.another_long_pages .aticle_item {
        width: 100%;
        margin-right: 0;
    }

    .owl-prev {
        top: 0;
    }

    .owl-next {
        top: 0;
    }

    .main-slider .item {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
        width: 75%;
    }

    .main-slider .item .h2-wrap {
        margin-bottom: 10px;
    }

    .main-slider .item .img_wrap {
        height: 110%;
        width: auto;
    }

    .main-slider .item .img_wrap img {
        width: auto;
        height: 100%;
    }

    .main-slider .item article {
        font-size: 15px;
        line-height: 25px;
    }

    .main-slider .item a {
        font-size: 15px;
        line-height: 25px;
    }

    .main-slider .owl-dots {
        bottom: 15px;
    }

    .owl-carousel .owl-item img {
        width: 200%;
    }

    .monument-wrap .monument-body .prev-btn,
    .monument-wrap .monument-body .next-btn {
        top: 140px;
    }

    .monument-wrap .monument-body .monument-slider {
        height: 310px;
    }

    .monument-wrap .monument-body .item {
        height: 310px;
    }

    .monument-wrap .monument-body .desc article {
        margin-bottom: 10px;
    }

    .monument-wrap .left-block .description h3 {
        margin-bottom: 10px;
    }

    .monument-wrap .left-block .description article {
        font-size: 16px;
    }

    .info .item {
        margin-right: 30px;
    }

    .info .item p {
        font-size: 40px;
    }

    .info .item span {
        font-size: 20px;
        line-height: 20px;
    }

    .info .line {
        margin: 0 15px;
        height: 60px;
    }

    header .logo {
        width: auto;
    }

    header .logo a img {
        width: 200px;
        height: auto;
    }

    .burger {
        top: 18px;
    }

    .h2-wrap h2 {
        font-size: 31px;
        line-height: 1;
    }

    .memory-wrap {
        padding: 25px 0 70px;
    }

    .memory-wrap .h2-wrap {
        margin-bottom: 25px;
    }

    .memory-wrap .memory-slider .item {
        width: 250px;
        height: 450px;
    }

    .memory-wrap .memory-slider .item .text {
        left: 0;
        right: 0;
        margin: auto;
    }

    .memory-wrap .memory-slider .item .photo-wrap {
        width: 100%;
        height: 265px;
    }

    .terror-wrap {
        padding-bottom: 50px;
    }

    .terror-wrap .terror-slider .item {
        width: 72%;
    }

    .terror-wrap .terror-slider .item .img-wrap {
        height: 250px;
    }

    .terror-wrap .terror-slider .item .img-wrap img {
        width: auto;
        height: 100%;
    }

    .terror-wrap .terror-slider .item .img-wrap::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .terror-wrap .terror-slider .item .img-wrap .span-wrap {
        top: 50%;
    }

    .terror-wrap .terror-slider .item .text-wrap p {
        font-size: 20px;
    }

    .terror-wrap .terror-slider .owl-prev {
        top: 160px;
        top: 0;
    }

    .terror-wrap .terror-slider .owl-next {
        top: 160px;
        top: 0;
    }

    .filter-wrap .top .text_info {
        padding: 15px 10px;
    }

    .main-map .left {
        width: 320px;
    }

    .main-map .left .detal-block {
        width: 320px;
    }

    .main-map .left .detal-block .img-wrap {
        display: none;
        width: 100%;
        text-align: center;
    }

    .main-map .left .detal-block .img-wrap img {
        display: inline-block;
        max-height: 130px;
    }

    .main-map .left .detal-block .bottom {
        width: 320px;
        height: 288px;
    }

    .main-map .left .detal-block .bottom .desc {
        width: 100%;
    }

    .main-map .left .jspPane {
        width: 310px !important;
    }

    .main-map .left .top h2 {
        font-size: 24px;
        margin-bottom: 10px;
        margin-bottom: 5px;
    }

    .main-map .left .top .radio-wrap {
        margin-bottom: 5px;
    }

    .main-map .left .top .radio-wrap label {
        margin-right: 8px;
        font-size: 14px;
    }

    .main-map .left .top .search-wrap {
        margin-bottom: 10px;
    }

    .main-map .left .bottom .list-wrapper {
        padding: 10px 0;
    }

    .main-map .right .map_canvas {
        height: 550px;
    }

    .main-map.active {
        min-height: 550px;
    }

    .main-map.active .map-burger.active {
        left: 280px;
        background: url(../img/map-cancel.png) no-repeat;
        background-size: 100%;
        width: 35px;
        top: 5px;
    }

    .main-map.active .left {
        padding-top: 30px;
        max-height: 550px;
        padding-top: 5px;
    }

    footer .left .img {
        display: none;
    }

    footer .left .text {
        width: 100%;
    }

    footer .right .img {
        display: none;
    }

    footer .right .text {
        width: 100%;
    }

    .map-page-wrapper.excursion .right {
        width: 100%;
    }

    .map-page-wrapper.excursion .right .exursion-wrap .owl-prev {
        top: 0;
    }

    .map-page-wrapper.excursion .right .exursion-wrap .owl-next {
        top: 0;
    }

    .filter-wrap .filter-body ul li ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .filter-wrap .filter-body ul li ul li a {
        font-size: 16px;
        line-height: 1.2;
    }

    .filter-wrap .top .filters {
        width: 100%;
    }

    .filter-wrap .top .filters a {
        font-size: 15px;
    }

    .filter-wrap .top .search {
        width: 100%;
    }

    .filter-wrap .top .search:after {
        top: 20px;
    }

    .filter-wrap .top .search input {
        height: 50px;
    }

    .filter-wrap .top.big_top .search {
        margin-bottom: 20px;
    }

    .filter-wrap .top.big_top .filters a {
        font-size: 17px;
        padding: 20px;
    }

    .filter-wrap .top.big_top .filters a.solovetskiy:before {
        background: url(../img/solovetskiy.png) no-repeat;
        width: 97px;
        height: 61px;
    }

    .filter-wrap .top.big_top .filters a.solovetskiy:hover:before {
        background: url(../img/solovetskiy1.png) no-repeat;
    }

    .biography-wrap .biography-body {
        padding: 10px;
    }

    .biography-wrap .biography-body .similar .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .biography-wrap .biography-body .similar .item .img {
        height: 150px;
    }

    .biography-wrap .left-block .desc-wrap {
        margin-bottom: 25px;
    }

    .description {
        padding: 15px;
    }

    .description h3 {
        margin-bottom: 12px;
    }

    .description article {
        font-size: 16px;
    }

    .articles-wrap .articles .item {
        width: 100%;
        margin-right: 0 !important;
    }

    .map-page-wrapper .left {
        width: 320px !important;
        width: 100% !important;
        position: absolute;
        left: 0;
        top: 0;
        height: auto !important;
    }

    .map-page-wrapper .left .bottom {
        /*display: none;*/
        height: calc(100vh - 202px);
    }

    .hiddenMobile {
        display: none;
    }

    .map-page-wrapper .left::after {
        display: none;
    }

    .map-page-wrapper .left .detal-block {
        width: 320px;
    }

    .map-page-wrapper .left .detal-block .img-wrap {
        text-align: center;
    }

    .map-page-wrapper .left .detal-block .img-wrap img {
        display: inline-block;
        max-height: 150px;
    }

    .map-page-wrapper .left .top .radio-wrap {
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .map-page-wrapper .left .top .radio-wrap label {
        margin-right: 20px;
        font-size: 14px;
    }

    .map-page-wrapper .left .top h2 {
        font-size: 20px;
        line-height: 29px;
        padding-top: 12px;
        display: none;
    }

    .map-page-wrapper .logo {
        width: 100%;
    }

    .map-page-wrapper .map-burger1 {
        display: none;
    }

    .map-page-wrapper .map-burger1.active {
        display: none;
        left: 280px;
        background: url(../img/map-cancel.png) no-repeat;
        background-size: 100%;
        width: 35px;
        top: 8px;
        height: 35px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .map-page-wrapper .right .map_canvas {
        /*margin-top: 143px;*/
      /*height: calc(100vh - 143px);*/
        height: 50vh;
        z-index: 2;

    }

    .subMapBlock {
        /*height: 40vh;*/
        height: 1200px;
        margin-top: 50vh;
    }

    .map-page-wrapper.adress .left .top {
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .map-page-wrapper.adress .left .bottom {
        /*calc(50vh - 230px)*/;
        height: 1200px;
    }

    .map-page-wrapper.adress .left .bottom .adr-item {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .map-page-wrapper.adress .left .bottom .adr-item .adr-body .adr-left {
        width: 85px;
    }

    .map-page-wrapper.adress .left .bottom .adr-item .adr-body .adr-right {
        width: 200px;
    }

    .catalog-wrap .catalog-events .event-wrap .left .img-wr {
        float: none;
        display: block;
        width: 100%;
        height: 228px;
    }

    .catalog-wrap .catalog-events .event-wrap .left .date-wrap {
        width: 100%;
        float: none;
        display: block;
    }

    .catalog-wrap .catalog-events .event-wrap .left .date-wrap .date {
        padding: 21px 0;
        width: 50%;
        float: left;
        display: inline-block;
        background-color: #fff;
    }

    .catalog-wrap .catalog-events .event-wrap .left .date-wrap .date h3 {
        font-size: 28px;
        margin-bottom: 0;
        display: inline;
        vertical-align: middle;
        line-height: 1;
    }

    .catalog-wrap .catalog-events .event-wrap .left .date-wrap .date p {
        margin-bottom: 0;
        display: inline;
        vertical-align: middle;
        line-height: 1;
    }

    .catalog-wrap .catalog-events .event-wrap .left .date-wrap .date span {
        display: inline;
        vertical-align: middle;
    }

    .catalog-wrap .catalog-events .event-wrap .left .date-wrap .btn {
        float: right;
        display: inline-block;
        width: 50%;
        height: 100%;
    }

    .catalog-wrap .catalog-events .event-wrap .left .date-wrap .btn a {
        width: 100%;
        height: 100%;
        padding: 22px 0;
        font-size: 18px;
    }

    .catalog-wrap .catalog-events .event-wrap .right .text h3 {
        font-size: 20px;
    }

    .catalog-wrap .catalog-events .event-wrap .right .text article {
        font-size: 15px;
    }

    .long-wrapper .long-block.block13 .long-left .table-wrap {
        overflow: auto;
    }

    .long-wrapper .long-block.block13 .long-left table {
        width: 480px;
    }

    .long-wrapper .long-block .long-right {
        width: 100%;
    }

    .long-wrapper .long-block.block016 .excut-item {
        text-align: center;
    }

    .long-wrapper .long-block.block016 .excut-item .ex-photo {
        display: inline-block;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .long-wrapper .long-block.block016 .excut-item .ex-text {
        display: block;
        text-align: left;
    }

    .long-wrapper .owl-carousel .owl-item img {
        width: 100%;
    }

    .long-1 .block6 .full-item {
        max-height: 225px;
    }

    .ui-widget-content {
        width: 100% !important;
        left: 0 !important;
    }

    .long-wrapper.long-3 .long-block .toggle_block .body {
        padding-left: 10px;
        padding-right: 10px;
    }

    .long-wrapper.long-3 .long-block .toggle_block .body.active {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .long-wrapper.long-3 .long-block .toggle_block .head:after {
        right: 5px;
    }

    .long-wrapper.long-3 .long-block .long-head h2 {
        font-size: 28px;
    }

    .long-wrapper.long-3 .long-block .numbers .item:nth-child(odd) {
        border: 0 !important;
        border-top: 1px solid #000 !important;
    }

    .long-wrapper.long-3 .long-block .numbers .item {
        width: 100%;
        border: 0 !important;
        border-top: 1px solid #000 !important;
        padding-top: 10px;
    }

    .long-wrapper.long-3 .long-block .numbers .item:first-child {
        border-top: 0 !important;
    }

    .long-wrapper.long-3 .long-block .country-block .country {
        width: 47%;
    }

    .long-wrapper.long-3 .long-block.another_long_pages .aticle_item {
        width: 100%;
    }

    .long-wrapper.long-3 .long-block.block1 section {
        padding-left: 10px;
    }

    .long-wrapper.long-3 .long-block.block1 .scroll-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .long-wrapper.long-3 .long-block .quote-wrap article {
        padding: 10px;
    }

    .long-wrapper.long-3 .long-block .ch_wr {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .monument-wrap .left-block .biographical .item {
        margin: 0;
        width: 100%;
    }

    .source-wrap .source {
        padding: 20px 15px;
        min-height: 500px;
    }

    .source-wrap .source h2 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .source-wrap .source p {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 370px) {
    .map-page-wrapper .map-burger1.active {
        left: 225px;
    }

    .map-page-wrapper .left .top .radio-wrap label {
        margin-right: 5px;
    }

    .catalog-wrap .catalog-events .event-wrap .left .date-wrap .btn {
        width: 45%;
        height: 64px;
        overflow: hidden;
    }

    .catalog-wrap .catalog-events .event-wrap .left .date-wrap .btn a {
        padding: 22px 0;
        font-size: 15px;
    }

    .catalog-wrap .catalog-events .event-wrap .left .date-wrap .date {
        width: 55%;
        height: 64px;
        overflow: hidden;
        padding: 20px 0 21px;
    }

    .catalog-wrap .catalog-events .event-wrap .left .date-wrap .date h3 {
        font-size: 23px;
    }

    .articles-wrap .articles .item .img-wrap {
        height: 250px;
    }

    .long-1 .block6 .full-item {
        max-height: 190px;
    }

    .long-wrapper.long-3 .long-block .country-block {
        text-align: center;
    }

    .long-wrapper.long-3 .long-block .country-block .country {
        margin-right: 0;
        width: 100%;
    }
}

@media screen and (max-height: 720px) {
    .long-wrapper .anhors-wrap ul li a {
        padding: 14px 15px;
    }

    .long-wrapper .long-block.block12 .long-left .quote-wrap {
        padding-top: 0;
    }

    .map-page-wrapper.adress .left .bottom .adr-item {
        padding-left: 20px;
        padding-right: 20px;
    }

    .long-wrapper.long-2 .long-block.block08 section {
        padding-top: 30px;
    }

    .long-wrapper.long-2 .long-block.block08 .scroll-block .quote-wrap article {
        margin-bottom: 30px;
    }
}

@media screen and (min-height: 660px) {
    .long-wrapper .anhors-wrap.small {
        padding-top: 0;
    }

    .long-wrapper .anhors-wrap.small ul h3 {
        display: none;
    }

    .long-wrapper .anhors-wrap.small ul li a {
        padding: 11px 15px;
    }
}

@media screen and (max-height: 659px) {
    .long-wrapper .anhors-wrap {
        width: 30px;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        padding-top: 0;
    }

    .long-wrapper .anhors-wrap ul h3 {
        display: none;
        opacity: 0;
    }

    .long-wrapper .anhors-wrap ul li a {
        padding: 10px;
    }

    .long-wrapper .anhors-wrap ul li a span {
        display: none;
        opacity: 0;
    }

    .long-wrapper .anhors-wrap ul li a b {
        float: none;
    }

    .long-wrapper .anhors-wrap.active {
        left: 0 !important;
    }
}

@media screen and (max-height: 568px) {
    .memory-wrap .memory-slider .item .photo-wrap {
        margin-bottom: 10px;
    }

    .memory-wrap .memory-slider .item a {
        margin-bottom: 10px;
    }

    .memory-wrap .memory-slider .item b {
        margin-bottom: 10px;
    }

    .main-map.active {
        min-height: 470px;
    }

    .main-map.active .left {
        max-height: 470px;
    }

    .main-map .right .map_canvas {
        height: 470px;
    }
}

@media screen and (max-height: 479px) {
    .main-map.active {
        min-height: 300px;
    }

    .main-map.active .left {
        max-height: 300px;
        padding-top: 5px;
    }

    .main-map .right .map_canvas {
        height: 300px;
    }

    .main-map .left .detal-block .img-wrap {
        display: none !important;
    }

    .main-map .left .top h2 {
        margin-bottom: 5px;
    }

    .main-map .left .top .radio-wrap {
        margin-bottom: 5px;
    }

    .main-map .left .top .search-wrap {
        margin-bottom: 10px;
    }

    .map-page-wrapper .left .top h2 {
        margin-bottom: 5px;
    }

    .map-page-wrapper .left .top .radio-wrap {
        margin-bottom: 5px;
    }

    .map-page-wrapper .left .top .search-wrap {
        margin-bottom: 10px;
    }

    .map-page-wrapper .left .detal-block .img-wrap {
        height: 0;
        overflow: hidden;
    }

    .map-page-wrapper .left .bottom {
        height: calc(100vh - 127px);
    }
}
