/*
Theme Name: Название темы
Author: Sergei Shumailov
Version: 1.1.5
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    font: inherit;
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: baseline
}

body {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #353637;
    letter-spacing: 0px;
    font-weight: 300;
}

a {
    color: #202122;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

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

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

.clear {
    clear: both
}

.sticky {
}

.bypostauthor {
}

.wp-caption {
}

.wp-caption-text {
}

.gallery-caption {
}

.alignright {
}

.alignleft {
}

.aligncenter {
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}


@font-face {
    font-family: 'lora-bolditalic';
    src: url(fnt/lora-boldItalic.ttf);
}

@font-face {
    font-family: 'georgia';
    src: url(fnt/georgia.ttf);
}

.clear {
    clear: both;
    height: 0px;
}

.clear-10 {
    clear: both;
    height: 10px;
}

.clear-20 {
    clear: both;
    height: 20px;
}

.clear-30 {
    clear: both;
    height: 30px;
}

.clear-40 {
    clear: both;
    height: 40px;
}

.clear-50 {
    clear: both;
    height: 50px;
}

.clear-60 {
    clear: both;
    height: 60px;
}

.clear-70 {
    clear: both;
    height: 70px;
}

.clear-80 {
    clear: both;
    height: 80px;
}

.clear-90 {
    clear: both;
    height: 90px;
}

.clear-100 {
    clear: both;
    height: 100px;
}

.clear-110 {
    clear: both;
    height: 110px;
}

.clear-120 {
    clear: both;
    height: 120px;
}

.clear-130 {
    clear: both;
    height: 130px;
}

.clear-140 {
    clear: both;
    height: 140px;
}

.clear-150 {
    clear: both;
    height: 150px;
}

.clear-160 {
    clear: both;
    height: 160px;
}


.clear-170 {
    clear: both;
    height: 170px;
}


.clear-180 {
    clear: both;
    height: 180px;
}


.clear-190 {
    clear: both;
    height: 190px;
}

.clear-200 {
    clear: both;
    height: 200px;
}

.clear-210 {
    clear: both;
    height: 210px;
}

.clear-220 {
    clear: both;
    height: 220px;
}

.clear-230 {
    clear: both;
    height: 230px;
}

.clear-240 {
    clear: both;
    height: 240px;
}

.clear-250 {
    clear: both;
    height: 250px;
}


.only-mobile {
    display: none;
}

.only-desktop {
    display: block;
}


#scroll-down {
    display: block;
    position: relative;
    padding-top: 29px;
    text-align: center;
    margin-top: 28px;
    opacity: .9;
}

.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}

.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #4F4F50;
    border-right: 2px solid #4F4F50;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;

    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 40px;
    background: #4F4F50;
    content: ' ';
}

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}


/
/
codepen profile logo
#paschka {
    display: block;
    color: white;
    font-family: helvetica neue, helvetica, arial;
    font-size: 32px;
    text-decoration: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    transition: all .1s ease;
    background: #000;
    height: 40px;
    line-height: 30px;
    vertical-align: middle;
    width: 40px;
    text-align: center;
    border-radius: 5%;
    bottom: 20px;
    right: 20px;

    &:hover {
        background: #232323;
        transition: all .1s ease;
        color: #f0f0f0;
    }
}


.b__figure img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
}

.b__figure a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: -50%;
}


.figureDesc {
    position: absolute;
    color: #D3D4D5;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
    font-weight: 400;
    left: 0;
    padding: 0 40px;
    bottom: 35px;
    width: calc(100% - 80px);
}

.figureDate {
    position: absolute;
    color: #D3D4D5;
    font-size: 57px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    left: 40px;
    top: 20px;
    width: 210px;
}

.figureCover {
    transform: translateX(-50%);
    transform-origin: 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(61, 55, 58, .7);
    z-index: 9;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: -12px 12px 0px -4px transparent;
    box-shadow: -12px 12px 0px -4px transparent;
}

.figureCover:hover {
    -webkit-box-shadow: -12px 12px 0px -4px #FDC800;
    box-shadow: -12px 12px 0px -4px #FDC800;
}


.footerCopyrights {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    z-index: 1;
    color: #000;
    display: inline;
    margin-left: 35px;
}

.footerCopyrights.gray {
    color: #D3D4D5;
}

.footerLinksWrapper {
    float: right;
}

.smWrapper {
    float: left;
}

.smWrapper .footerLink {
    margin-right: 35px;
}

.footerLinksWrapper .footerLink {
    margin-left: 35px;
}

.footerLink {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.footerLink:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -20px;
    z-index: -1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FDC800;
    opacity: 0;
    transform: scale(0.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.footerLink:hover:after {
    opacity: 1;
    transform: scale(1);
}

.footer {
    padding: 40px 0;
    border-top: 1px solid #D3D4D5;
    position: relative;
    background-color: white;
    z-index: 991;
}

.jumbotron {
    height: 0px;
}

.historyBlocksH {
    padding-left: 90px;
    text-transform: uppercase;
    color: #D3D4D5;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
    letter-spacing: 1.4px;
    font-size: 16px;
    font-weight: 500;
}

.slider {
    min-height: 2000vh
}

.slider__container {
    display: inline-flex;
    height: 100vh;
    width: max-content;
    position: relative
}

.slider .target_slider {
    height: 100vh;
    z-index: -10;
    position: absolute;
    left: 0
}

.slider .b {
    position: relative
}

.slider .b__figure {
    width: auto;
    height: 70vh;
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    overflow: visible
}


.slider .b__figure img {
    height: 100%;
    transform: translateX(0%);
    transform-origin: 50% 50%
}


::selection {
    background-color: #FDC800;
}

.historyWrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
    position: relative;
}


.historyImage {
    width: 50%;
    height: 399px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center left;
    z-index: 0;
}

.historyDescPart2 {
    line-height: 1.6;
    width: 500px;
    float: right;
    margin-right: 80px;
}

.bottomElements {
    position: absolute;
    width: 1300px;
    left: 50%;
    margin-left: -650px;
    top: 0px;
    height: 100vh;
    z-index: 0;
}

.arrowDown {
    position: absolute;
    right: 0px;
    bottom: 40px;
    width: 70px;
    height: 70px;
    border: 1px solid #4F4F50;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrowDown img {
    width: 20% !important;
    height: auto;
}

.history img {
    margin-left: 100px;
}

.history {
    margin-top: 100px;
}

.historyDesc {
    line-height: 1.6;
    width: 500px;
    float: left;
    margin-left: 280px;
}


.logo {
    width: 150px !important;
    height: auto;
    position: fixed;
    top: 100vh;
    margin-left: -87px;
    z-index: 9;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.logo.nearBottom {
    opacity: 0;
}

.headerInfoDesc {
    width: 49%;
    float: left;
    line-height: 1.7;
    font-size: 1.22vw;
}

.headerDate {
    font-family: 'Montserrat', sans-serif;
    /* font-size: 67px; */
    font-size: 4.7vw;
    color: #FDC800;
    font-weight: 400;
}

.projectInfo {
    position: fixed;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    opacity: .46;
    font-weight: 500;
    transform: rotate(-90deg);
    margin-left: -150px;
    top: 75vh;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.projectInfo.nearBottom {
    opacity: 0;
}

.headerInfo h1 {
    text-transform: uppercase;
    font-size: 3.45vw;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
    font-weight: 600;
}

.headerInfo {
    position: absolute;
    width: 1210px;
    left: 50%;
    margin-left: -650px;
    top: 300px;
    padding-left: 90px;
    z-index: 1;
}

.headerInfoTop {
    position: absolute;
    width: 1210px;
    left: 50%;
    margin-left: -650px;
    top: 0px;
    z-index: 99999;
}

.buildingCircle {
    width: 90%;
    background-color: #FDC800;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 0;
    margin: -15% auto 0 auto;
    height: 0;
    padding-bottom: 90%;
    opacity: 0;
    transform: scale(0.5);
}

.buildingName {
    bottom: 0px;
    font-size: .6vw;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    bottom: -20%;
    opacity: 0;
}


.mainMapWrapper .mainMap {
    width: 100%;
    position: relative;
}

.mainMapWrapper .mainMap img {
    width: 100%;
}

.mainMapWrapper .buildingItem {
    position: absolute;
    display: block;
}

.mainMapWrapper .buildingItem img {
    position: absolute;
    top: 0px;
    left: 0px;
}


.buildinghover {
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .22s ease-in-out;
    -moz-transition: opacity .22s ease-in-out;
    -ms-transition: opacity .22s ease-in-out;
    -o-transition: opacity .22s ease-in-out;
    transition: opacity .22s ease-in-out;
}

.mainMapWrapper .buildingItem:hover .buildinghover {
    opacity: 1;
}

.mainMapWrapper .buildingItem:hover .buildingName {
    opacity: 1;
}

.mainMapWrapper .buildingItem:hover .buildingCircle {
    opacity: 1;
    transform: scale(1);
}


.menuDateSymbol {
    font-size: 15px;
    display: block;
    float: left;
    width: calc(33% - 40px);
    padding: 0 20px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 40px;
    line-height: 1.4;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.menuDateSymbol:hover {
    color: #FDC800;
}

.content {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.contentFooter {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.contentTitle {
    top: 290px;
    position: fixed;
}

.menuDateH {
    color: #FDC800;
    float: left;
}


.menuDate {
    font-weight: 400;
    text-transform: uppercase;
    width: 45%;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 50px;
    float: left;
    display: block;
    text-decoration: none;
    color: white;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.menuDate:hover {
    color: #FDC800;
}

.menuDateLast {
    float: right;
}

.menuItemWrapper {
    width: 620px;
    float: right;
    display: none;
}

.lineMenu {
    width: 6px;
    height: 1.22px;
    background: #FDC800;
    transition: width .3s ease;
    float: right;
    margin-top: 6.6px;
    margin-left: 7px;
}


.menuWrapper {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.menuWrapper.active {
    background-color: #353637;
    color: white;
    z-index: 99;
}

.headerDesc {
    text-transform: uppercase;
    color: #D3D4D5;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    width: 143px;
    line-height: 20px;
    z-index: 1;
    margin-top: 34px;
    letter-spacing: 0.32px;
    position: fixed;
    z-index: 9;
    background-color: transparent;
    text-decoration: none;
}

#js-scroll .headerDesc {
    background-color: #eaeaea;
}

.menuLinksContainer {
    position: relative;
    z-index: 1;
    margin-top: 36px;
    overflow: hidden;
    float: left;
    margin-left: 160px;
}


.white {
    color: white;
}

.menuLinksContainer a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.menuLinksContainer a:hover {
    color: #FDC800;
}


.menuPlus {
    color: #FDC800;
    font-size: 22px;
    position: absolute;
    margin: -3px 0 0 5px;
}

.menuLink a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    float: left;
    font-weight: 500;
}

.menuLink {
    text-transform: uppercase;
    letter-spacing: 0.32px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 12px;
    display: inline-block;
    position: relative;
}


section {
    position: relative;
}


.m__figureDate {
    position: relative;
    color: #D3D4D5;
    font-size: 37px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    margin: 40px 0 0 20px;
    width: 30%;
}

.m__figureDesc {
    position: absolute;
    color: #D3D4D5;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
    font-weight: 400;
    padding: 0 20px;
    width: calc(100% - 40px);
    bottom: 20px;
}


.m__figureCover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(61, 55, 58, .7);
    z-index: 9;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: white;
    border-radius: 0px;
}

.m__figure {
    overflow: hidden;
    border-radius: 0px;
    position: relative;
    color: white;
    font-family: 'Montserrat', sans-serif;
    float: left;
    margin: 0 10px;
}

.m__figure img {
    width: 100%;
    height: auto;
}

.sliderHistory {
    width: 160%;
    padding-bottom: 50px;
}

.sliderHistory .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    margin-left: 10px;

}

.sliderHistory .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0px;
}

.sliderHistory .slick-dots li button:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #353637;
    background: white;
    font-family: 'slick';
    opacity: 1;
    border-radius: 50%;
}

.sliderHistory .slick-dots li.slick-active button:before {
    content: '';
    opacity: 1;
    border: 1px solid #353637;
    background: #353637;
}


.sliderHistoryWrapper {
    width: 100%;
    overflow: hidden;
}

.sliderHistory .slick-arrow {
    display: none !important;
}

.infoMapMobile span {
    font-size: 10px;
    letter-spacing: normal;
    opacity: 1;
    line-height: 1;
}

.moreInfo {
    display: none;
    line-height: 1.5;
}

.infoMapMobile {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    opacity: .3;
    top: 40px;
    left: 35px;
    position: absolute;
    line-height: 1.3;
    letter-spacing: 1px;
}


.btnVideo:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 15px;
    background: url('img/iocnPlay.svg') no-repeat;
    background-size: contain;
    left: 27px;
}

.btnVideo {
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    width: 201px;
    padding: 17px 0;
    border: 1px solid black;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
    float: left;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

.btnAudio {
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    width: 230px;
    padding: 17px 0;
    border: 1px solid black;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
    float: left;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

.btnAudio:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 15px;
    background: url('img/iocnPlay.svg') no-repeat;
    background-size: contain;
    left: 27px;
}


.btn {
    margin-right: 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    width: 220px;
    padding: 17px 0;
    border: 1px solid black;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
    float: left;
    position: relative;
}

.symbolIconColor {
    display: none;
}

.sybmolWrapper .current {
    opacity: .4;
    pointer-events: none;
}

.articleWrapper .current .singleDateH {
    opacity: .4;
}

.articleWrapper .current .singleDateDesc {
    opacity: .4;
}

.articleWrapper .current {
    pointer-events: none;
}


.singleSymbolLink:hover .symboH {
    text-decoration: underline;
    font-weight: 600;
}

.symboH {
    height: 55px;
    display: flex;
    float: left;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.symbolIcon {
    width: 55px;
    height: 55px;
    display: flex;
    float: left;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.symbolIcon img {
    width: auto;
    height: 50px;
    max-width: 100%;
}

.marsovo-pole img {
    height: 25px;
}

.gazgoldery img {
    height: 30px;
}


.singleSymbolLink {
    display: block;
    text-decoration: none;
    margin: 7px 0;
}

.symbolTitle {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    width: 380px;
}

.title {
    float: left;
    text-transform: uppercase;
    width: 75px;
    font-family: 'Montserrat', sans-serif;
    color: #D3D4D5;
    font-size: 11px;
    font-weight: 500;
}

.container {
    position: relative;
    z-index: 1;
    float: left;
    margin-left: 160px;
}

.pageSymbols .content {
    padding-top: 290px;
}


.single {
    font-size: 16px;
    line-height: 1.5;
    min-height: 800px;
}

.rightSideText {
    width: 485px;
    margin: 50px 0 0 100px;
}

.imgSymbol {
    width: 100%;
    height: 420px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center left;
    z-index: 0;
}


.rightSide {
    width: 50%;
    right: 0px;
    top: 0px;
    border-left: 1px solid #d3d4d5;
    position: absolute;
    z-index: 1;
}

.contentSymbol {
    width: 1300px;
    margin: 0 auto;
}


.button-round:focus:before,
.button-round:hover:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.popup.has-popup-open {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #eaeaea;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .6s cubic-bezier(.645, .045, .355, 1);
    transition: transform .6s cubic-bezier(.645, .045, .355, 1);
    transition: transform .6s cubic-bezier(.645, .045, .355, 1), -webkit-transform .6s cubic-bezier(.645, .045, .355, 1);
    z-index: 99999;
}

.popup_close.has-popup-open {
    opacity: 1;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.button-round {
    cursor: pointer;
    display: inline-block;
    width: 5rem;
    height: 5rem;
    -webkit-transition: color .3s cubic-bezier(.215, .61, .355, 1);
    transition: color .3s cubic-bezier(.215, .61, .355, 1);
}

.popup_close {
    top: 50%;
    position: absolute;
    right: 15%;
    z-index: 2;
    -webkit-transform: translate(50%, -50%) translateY(60px);
    transform: translate(50%, -50%) translateY(60px);
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1), transform .3s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1), transform .3s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s cubic-bezier(.215, .61, .355, 1);
}

.button-round:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.215, .61, .355, 1);
    transition: -webkit-transform .3s cubic-bezier(.215, .61, .355, 1);
    transition: transform .3s cubic-bezier(.215, .61, .355, 1);
    transition: transform .3s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s cubic-bezier(.215, .61, .355, 1);
}


.button-round svg {
    position: absolute;
    top: 36px;
    left: 34px;
    width: 13px;
    height: 13px;
}

.popup_container {
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translateY(25%);
    transform: translate(-50%, -50%) translateY(25%);
    opacity: 0;
    -webkit-transition: opacity .6s cubic-bezier(.215, .61, .355, 1), -webkit-transform .6s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), -webkit-transform .6s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1), transform .6s cubic-bezier(.215, .61, .355, 1), -webkit-transform .6s cubic-bezier(.215, .61, .355, 1);
    width: 70%;
    top: 50%;
}


.popup_container iframe {
    width: 865px;
    height: 650px;
    margin: 0 auto;
}

.popup_container.has-popup-open {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}


.arrowDateCircle {
    display: none;
    background-color: #FDC800;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.datesWrapper a:last-child {
    border-left: 0px;
}

.datesWrapper a:last-child .arrowDate img {
    display: none;
}

.datesWrapper a:last-child .arrowDate {
    left: -9px;
    top: -1px;
}

.datesWrapper a:last-child .arrowDateCircle {
    display: block;
}

.singleDateDesc {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.singleDateH {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.singleDateLink {
    display: block;
    float: left;
    border-left: 1px solid #d3d4d5;
    text-decoration: none;
    position: relative;
    margin-left: 6px;
    padding: 0 0 25px 38px;
    width: 300px;
    clear: both;
}

.singleDateLink:hover {
    text-decoration: underline;
}

.arrowDate {
    background-color: white;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -11px;
    top: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrowDate img {
    width: 90%;
    height: auto;
}


.fullDescWrapper .slick-dots li {
    margin: 0;
}

.fullDescWrapper .slick-dots li button:before {
    font-family: 'slick';
    font-size: 8px;
    opacity: 1;
}

.fullDescWrapper .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FDC800;
}

.fullDescWrapper .slick-dots {
    position: absolute;
    bottom: 42px;
    display: block;
    width: calc(100% - 40px);
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    padding: 0 20px;
}

.fullDescWrapper .slick-prev,
.fullDescWrapper .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 64px;
    height: 24px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url('img/arrowSlider.svg') no-repeat;
    background-size: contain;
}

.fullDescWrapper .slick-prev {
    left: -115px;
}

.fullDescWrapper .slick-next {
    right: -115px;
    transform: rotate(-180deg);
}

.fullDescWrapper .slick-prev:before,
.fullDescWrapper .slick-next:before {
    display: none;
}

.gallery-desktop-alt {
    font-style: italic;
    color: #353637;
    font-size: 14px;
    margin-top: 10px;
}

.wp-caption-text {
    font-style: italic;
    color: #353637;
    font-size: 14px;
    margin-top: 10px !important;
    text-align: center;
}

.fullDescWrapper {
    color: #353637;
    width: 800px;
    margin: 0 auto;
}


.fullDescWrapper .slick-slide img {
    height: 490px;
    width: auto;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}

.fullDescWrapper strong,
.fullDescWrapper b {
    font-weight: 500;
    font-size: 18px;
    opacity: .8;
}

.slick-slide {
    outline: none;
}

.fullDescWrapper blockquote {
    width: 100%;
    border-top: 1px solid #D3D4D5;
    border-bottom: 1px solid #D3D4D5;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #707070;
    font-size: 16px;
    opacity: 1;
}

.fullDescImgDesc {
    padding-top: 30px;
    font-size: 12px;
}

.fullDescImgH {
    font-size: 22px;
    font-weight: 600;

}

.fullDescImgCover div {
    width: 80%;
    margin: 0 auto;
}

.fullDescImgCover {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    background: rgb(53, 54, 55);
    background: linear-gradient(180deg, rgba(53, 54, 55, 0.4332107843137255) 0%, rgba(53, 54, 55, 1) 100%);
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}


.fulldescImg {
    width: 65%;
    /* height: 250px; */
    height: 31vh;
    margin: 0 auto;
    position: relative;

}

.fulldescImgWrapper {
    width: 100%;
    border-top: 1px solid #D3D4D5;
    border-bottom: 1px solid #D3D4D5;
    position: relative;
}


.fullDescWrapper p {
    width: 625px;
    margin: 30px auto;
}

.fullDescWrapper .alignnone,
.fullDescWrapper .wp-caption {
    width: 100% !important;
}

.fullDescWrapper div img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


.playVideo {
    width: 70px;
    height: 70px;
    position: absolute;
    border: 1px solid #D3D4D5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    margin-left: -35px;
    top: 50px;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.playVideo img {
    width: 22%;
    height: auto;
    margin-left: 5px;
}

.videoDesc {
    font-size: 14px;
    color: #D3D4D5;
    height: 45px;
    overflow: hidden;
    margin-top: 10px;
}

.videoH {
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    height: 65px;
    overflow: hidden;
    color: #D3D4D5;
}

.videoCoverText {
    width: 90%;
    margin: 0px auto 0 auto;
    padding-top: 150px;
    text-align: center;
}

.videoCover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(53, 54, 55, .9);
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.videoWrapper {
    margin-top: 30px;
}

.videoBlock {
    float: left;
    width: 585px;
    height: 330px;
    margin-bottom: 40px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: -8px 8px 0px -4px transparent;
    box-shadow: -8px 8px 0px -4px transparent;
    position: relative;
    color: white;
}

.videoBlock:hover {
    -webkit-box-shadow: -8px 8px 0px -4px #FDC800;
    box-shadow: -8px 8px 0px -4px #FDC800;
}

.videoBlock:hover .videoCover {
    background: rgba(53, 54, 55, .6);
}

.videoBlock:hover .playVideo {
    opacity: 1;
}

.videoBlockLast {
    float: right;
}

.contentVideoHeader {
    font-weight: 500;
}

.contentVideoDesc {
    font-weight: 400;
}

.contentVideoH {
    letter-spacing: 1.4px;
    float: right;
    text-align: right;
    text-transform: uppercase;
    color: #D3D4D5;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.contentVideo {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.contentVideoS {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}


.filterBtn {
    text-decoration: underline;
    cursor: pointer;
}


.filterBtn.active {
    text-decoration: none;
    font-weight: 500;
}

.filterBtn:hover {
    font-weight: 500;
}


.filterWrapper div {
    float: left;
    margin-left: 30px;
    color: #353637;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.filterWrapper {
    float: right;
    text-transform: uppercase;
}

.photoWrapper {
    width: 1200px;
    margin: 0 auto;
    column-rule: 1px solid #D3D4D5;
    -webkit-columns: 384px;
    -moz-columns: 384px;
    columns: 384px;
}

.photoWrapper img {
    width: 100%;
    height: auto;
}

.photoBlock {
    text-decoration: none;
    display: block;
}

.line {
    height: 1px;
    background-color: #D3D4D5;
    width: 100%;
}

.fancybox-close {
    display: none;
}

.fancybox-overlay {
    background: rgba(232, 232, 232, .9) !important;
}


.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0) !important;
    border-radius: 0px !important;
}

.fancybox-lock .fancybox-overlay {
    z-index: 99999999;
}


.fancybox-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    color: #353637 !important;
    font-weight: 400 !important;
}

.tags {
    color: #B9B9B9;

}


.fancybox-next span {
    visibility: visible !important;
    background: url('img/arrowSlider0.svg') no-repeat !important;
    background-size: contain !important;
    width: 60px !important;
    height: 60px !important;
    transform: rotate(-180deg);
    opacity: 1 !important;
    margin-top: 0px !important;
    right: -90px !important;
}

.fancybox-prev span {
    visibility: visible !important;
    background: url('img/arrowSlider0.svg') no-repeat !important;
    background-size: contain !important;
    width: 55px !important;
    height: 55px !important;
    opacity: 1 !important;
    margin-top: 0px !important;
    left: -90px !important;
}

.btn {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btnVideo {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btnVideo:hover {
    -webkit-box-shadow: 5px 5px 0px 0px #FDC800;
    box-shadow: 5px 5px 0px 0px #FDC800;
}

.btnAudio {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btnAudio:hover {
    -webkit-box-shadow: 5px 5px 0px 0px #FDC800;
    box-shadow: 5px 5px 0px 0px #FDC800;
}


.btn:hover {
    -webkit-box-shadow: 5px 5px 0px 0px #FDC800;
    box-shadow: 5px 5px 0px 0px #FDC800;
}


.radial {
    background: rgb(0, 0, 0);
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 46%, rgba(2, 0, 36, 1) 120%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
}

.photoWrapper a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.photoWrapper a:hover img {
    transform: scale(1.1);
}

.photoWrapper a:hover .radial {
    opacity: 0;
}

.photoWrapper img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: -20px;
}

.b__figure_1 .figureCover:before {
    content: 'Исторические заметки';
    margin-left: -220px;
    width: 160px;
    display: block;
    text-transform: uppercase;
    color: #D3D4D5;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
    letter-spacing: 1.4px;
    font-size: 16px;
    font-weight: 500;
}

.fullDescWrapper em {
    font-style: italic;
}

.fullDescWrapper i {
    font-style: italic;
}

.linkToMain {
    text-decoration: none;
}

.medium {
    font-weight: 400;
}


.contactFormOk {
    text-align: center;
    margin-top: 20px;
    line-height: 1.4;
    display: none;
}

.closeModal {
    position: absolute;
    width: 25px;
    height: 25px;
    right: -50px;
    top: 0px;
    cursor: pointer;
}

.closeModal img {
    width: 100%;
    height: auto;
}

.wpcf7-not-valid-tip {
    color: #dc3232 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    display: block !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    display: none !important;
}

.contactForm {
    width: 100%;
}


.contactForm .ajax-loader {
    display: none !important;
}

.contactForm label span {
    color: #D36A5C;
}

.contactForm label {
    color: #B4B4B4;
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
}

.contactForm input,
.contactForm textarea {
    width: calc(100% - 20px);
    border: 1px solid #D3D4D5;
    background: #FAFAFA;
    outline: none;
    padding: 10px 0 10px 20px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.modalH {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.modalBox {
    padding: 40px 90px;
    background: white;
    width: 500px;
    position: relative;
}

.modalWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(232, 232, 232, .8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.modalWrapper.active {
    display: flex;
}

.contactForm .sendFrm {
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    width: 220px;
    padding: 17px 0;
    border: 1px solid black;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
    position: relative;
    cursor: pointer;
    background: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 20px auto 0 auto;
    float: none;
    display: block;
    color: black;
}

.contactForm .sendFrm:hover {
    -webkit-box-shadow: 5px 5px 0px 0px #FDC800;
    box-shadow: 5px 5px 0px 0px #FDC800;
}

.openFrm {
    display: inline-block;
    cursor: pointer;
}

.madeBy {
    color: black;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    z-index: 1;
    display: inline;
    margin-left: 35px;
}

.footerLinkMade {
    margin-left: 0 !important;
    text-decoration: underline;
}

.btnVideoFull {
    margin: 10px 0 0px 85px;
}

.openAnim {
    cursor: pointer;
}

.videoWrapper iframe {
    width: 100%;
    height: 450px;
}

audio {
    width: 80%;
    margin: 0 auto;
}

.audioImg {
    display: block;
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
}

.bannerMainContainer {
    width: 32vw;
}

.bannerMain {
    width: 226px !important;
    height: 226px;
    z-index: 5;
    position: relative;
    display: block;
}

.bannerMainAfter {
    position: absolute;
    content: "";
    width: 224px;
    height: 225px;
    top: 0;
    left: 24px;
    background-color: #f3e2b6;
    border-radius: 50%;
    z-index: 2;
}

@media screen and (max-width: 1020px) {

    .btnVideoFull {
        margin: 10px 0 0px 85px;
    }

    .madeBy {
        margin-top: 10px;
        display: inline;
        margin-left: 0px;
        font-size: 13px;
    }

    .closeModal {
        position: absolute;
        width: 20px;
        height: 20px;
        right: 20px;
        top: 20px;
    }

    .modalH {
        font-size: 20px;
        line-height: 1.4;
        margin-top: 50px;
    }

    .modalBox {
        padding: 0px 40px;
        background: white;
        width: calc(100% - 80px);
        position: relative;
        height: 100vh;
    }


    .fullDescWrapper .slick-dots {
        bottom: -20px;
        text-align: center;
    }

    .buildingName--4 {
        margin-left: -6px;
    }

    .buildingName--6 {
        margin-left: -24%;
    }

    .buildingName {
        font-size: 1.6vw;
    }


    .fancybox-next span {
        width: 40px !important;
        height: 40px !important;
        right: -30px !important;
    }

    .fancybox-prev span {
        width: 40px !important;
        height: 40px !important;
        left: -30px !important;
    }

    .radial {
        opacity: 0;
    }

    .filterWrapper div {
        margin-left: 0px;
        margin-right: 10px;
    }

    .filterWrapper {
        float: left;
        margin-bottom: 20;
    }


    .playVideo {
        width: 50px;
        height: 50px;
        margin-left: -25px;
        top: 30px;
    }

    .playVideo {
        opacity: 1;
    }

    .videoDesc {
        display: none;
    }

    .videoH {
        font-size: 11px;
        font-weight: 500;
        height: 30px;
        line-height: 1.4;
    }

    .videoCoverText {
        padding-top: 95px;
    }

    .videoBlock {
        float: left;
        width: 100%;
        height: 145px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .videoCover {
        border-radius: 10px;
        background: rgba(53, 54, 55, .7);
    }

    .videoWrapper {
        margin-top: 30px;
    }

    .contentVideoH {
        letter-spacing: .8px;
        float: left;
        text-align: left;
        color: black;
        font-size: 16px;
        opacity: .5;
    }

    .contentVideo {
        width: 92%;
    }

    .contentVideoS {
        width: 92%;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0px !important;
    }

    .fullDescWrapper .slick-prev,
    .fullDescWrapper .slick-next {
        display: none !important;
    }

    .fullDescWrapper .slick-slide img {
        height: 200px;
    }

    .fullDescWrapper strong,
    .fullDescWrapper b {
        font-size: 16px;
    }

    .fullDescWrapper p {
        width: 100%;
        font-size: 15px;
    }

    .fullDescWrapper {
        width: 92%;
    }

    .fullDescImgDesc {
        padding-top: 20px;
    }

    .fullDescImgH {
        font-size: 18px;
    }


    .fullDescImgCover div {
        width: 92%;
    }


    .fulldescImg {
        width: 100%;
        height: 250px;
        margin: 0 auto;
        position: relative;
    }

    .singleDateLink {
        margin-left: 6px;
        padding: 0 0 25px 25px;
        width: calc(100% - 35px);
        clear: both;
    }

    .symbolTitle {
        width: 100%;
    }


    .popup_close {
        top: 10%;
    }

    .popup_container {
        width: 100%;
    }

    .popup_container iframe {
        width: 80%;
        height: 300px;
    }


    .symbolIcon img {
        height: 35px;
    }

    .gazgoldery img {
        height: 21px;
    }

    .marsovo-pole img {
        height: 20px;
    }

    .singleSymbolLink {
        margin: 5px 0;
    }

    .symbolIcon {
        width: 35px;
        height: 35px;
    }

    .symboH {
        margin-left: 10px;
        height: 35px;
        font-size: 12px;
    }

    .container {
        margin-left: 0px;
        width: 100%;
        margin-top: 30px;
    }

    .title {
        width: 100%;
        margin: 50px 0 20px 0;
    }

    .pageSymbols .content {
        padding-top: 0px;
    }

    .btnVideo {
        margin-left: 0px;
    }

    .btnAudio {
        margin-left: 0px;
    }

    .btn {
        margin-bottom: 20px;
    }

    .imgSymbol {
        width: auto;
        height: 200px;
    }


    .rightSideText {
        width: 92%;
        margin: 20px auto 0 auto;
    }

    .rightSide {
        width: 100%;
        border-left: 0px solid #d3d4d5;
        position: relative;
        z-index: 1;
    }

    .footerCopyrights {
        display: block;
        margin-left: 0;
        width: 100%;
        margin-top: 0px;
        font-size: 13px;
        float: right;
        text-align: left;
        line-height: 1.5;
        margin-top: 10px;
    }

    .footerLinksWrapper {
        float: left;
        width: 100%;
        margin-top: 10px;
    }


    .footerLink {
        font-size: 13px;
    }


    .footerLinksWrapper .footerLink {
        margin-left: 0px;
        margin-right: 0px;
    }

    .smWrapper .footerLink {
        margin-right: 5px;
    }

    .smWrapper {
        float: left;
        width: 100%;
    }

    .footer {
        padding: 10px 0 20px 0;
        border-top: 1px solid #D3D4D5;
        background-color: white;
        position: relative;
    }

    .historyBlocksH {
        padding-left: 0px;
    }

    .historyDescPart2 {
        line-height: 1.6;
        width: 100%;
        float: right;
        margin-right: 0px;
    }

    .history img {
        margin-left: 0px;
        margin-top: 30px;
        max-width: 100%;
    }

    .history {
        margin-top: 30px;
    }

    .mainMapWrapper .mainMap {
        margin-left: 0px;
    }

    .mainMapWrapper {
        width: 100%;
        margin: 40px auto 0 auto;
        overflow: hidden;
        border-radius: 0px;
    }

    .logo {
        display: none;
        width: 130px !important;
        bottom: 5vh;
        margin-left: 0px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }


    .projectInfoM {
        font-size: 12px;
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        opacity: .4;
        font-weight: 500;
        z-index: 1;
        margin-left: 3px;
    }

    body {
        font-size: 16px;
    }

    .headerInfoDesc {
        width: 100%;
        line-height: 1.6;
        font-size: 16px;
    }

    .headerDate {
        font-size: 50px;
    }

    .headerDesc {
        display: none;
    }

    .headerInfo h1 {
        text-transform: uppercase;
        font-size: 18px;
        width: 230px;
    }

    .headerInfo {
        position: relative;
        width: 92%;
        left: 0;
        margin-left: 0;
        top: 20px;
        padding-left: 0px;
        margin: 0 auto;
    }

    .historyDesc {
        line-height: 1.6;
        width: 100%;
        float: left;
        margin-left: 0px;
    }

    .menuLinksContainer {
        display: none;
    }

    .content {
        width: 92%;
    }

    .contentFooter {
        width: 92%;
    }


    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    .only-mobile {
        display: block;
    }

    .only-desktop {
        display: none;
    }


}


@media only screen and (max-width: 1020px) and (orientation: landscape) {
    .infoMapMobile .move {
        display: none;
    }

    .moreInfo {
        display: inline;
    }

}


@media screen and (max-width: 1020px) {
    .photoWrapper {
        width: 92%;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}


@media screen and (min-width: 1850px) {


    .photoWrapper {
        width: 1760px;
        margin: 0 auto;
        column-rule: 1px solid #D3D4D5;
        -webkit-columns: 384px;
        -moz-columns: 384px;
        columns: 384px;
    }

    .contentVideo {
        width: 1760px;
        margin: 0 auto;
    }

}


@media screen and (min-width: 1550px) {

    .bottomElements {
        position: absolute;
        width: 92%;
        left: 46%;
        margin-left: -42%;
    }

    .logo {
        width: 170px !important;
    }

    .projectInfo {
        font-size: 14px;
    }

    .headerInfo {
        position: absolute;
        width: 92%;
        left: 46%;
        margin-left: -42%;
        top: 300px;
        padding-left: 90px;
    }

    .headerInfoTop {
        position: absolute;
        width: 92%;
        left: 46%;
        margin-left: -42%;
    }


    .contentFooter {
        width: 92%;
        margin: 0 auto;
        position: relative;
    }

}


@media screen and (min-width: 1550px) {
    .menuItemWrapper {
        margin-right: 15%;
    }
}


@media screen and (min-width: 1800px) {
    .menuItemWrapper {
        margin-right: 20%;
    }
}

@media screen and (min-width: 2000px) {
    .menuItemWrapper {
        margin-right: 30%;
    }
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}


@media screen and (max-width: 1020px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

}

.excursion-item {
    color: #FDC800;
}

.bannerContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 50px;
    background-color: #F0E8E4;
    width: 50%;
}

.bannerImageBlock {
    overflow: hidden;
    border-radius: 50%;
    width: 226px;
    height: 226px;
    border: 2px solid #353637;
    display: block;
    position: relative;
}

.bannerTextBlock {
    display: flex;
    flex-direction: column;
    color: #353637;
    width: 80%;
    padding: 40px;
}

.bannerTitle {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}


.bannerSubtitle {
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
}

.display-none {
    display: none;
}


.banner-desktop {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 15px;
}

.banner-mobile {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.banner-mobile-wrapper {
    background-color: #FDC800;
    text-align: center;
    border: 2px solid #353637;
    height: 50px;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.bannerMainContainer {
    text-decoration: none;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerLeftText {
    font-weight: bold;
    color: #353637;
    width: auto;
    text-align: right;
    padding-right: 5px;
    font-size: 20px;
}

.bannerRightText {
    font-weight: bold;
    color: #353637;
    width: auto;
    text-align: left;
    font-size: 40px;
    text-transform: UPPERCASE;
    padding-left: 5px;
}

.bannerBtn {
    /*margin-left: 10px;*/
    margin-right: 10px;
    border-radius: 50px;
    background-color: #FDC800;
    text-align: center;
    border: 2px solid #353637;
    height: 50px;
    width: 150px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.bannerBtn > a {
    text-decoration: none;
    font-weight: bold;
    color: #353637;
}