@import url(https://fonts.googleapis.com/css?family=PT+Serif&subset=cyrillic,cyrillic-ext,latin-ext);

@font-face {
    font-family: proximaNova;
    src: url(../fonts/ProximaNova-Regular.ttf);
    src: local("proximaNova"), url(../fonts/ProximaNova-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proximaNova;
    src: url(../fonts/ProximaNova-Semibold.ttf);
    src: local("proximaNova"), url(../fonts/ProximaNova-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

a {
    text-decoration: none;
    outline: 0
}

a:hover {
    cursor: pointer
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

body,
html {
    max-width: 1920px;
    margin: 0 auto;
    font: 400 16px proximaNova;
    position: relative;
    overflow: hidden;
    line-height: 1.5;
    z-index: 1;
    height: 100%;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

.ttu {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.a-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.j-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.j-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.panorama-box img {
    width: 100%;
    height: 100vh
}

.menu-holder .menu__inner {
    max-height: 500px;
    overflow-y: auto;
}

/* width */
.menu-holder .menu__inner::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.menu-holder .menu__inner::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    overflow: hidden;
}

/* Handle */
.menu-holder .menu__inner::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px
}

/* Handle on hover */
.menu-holder .menu__inner::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
    z-index: 9;
    pointer-events: none;
}

.header__title {
    font-size: 1.375rem;
    color: #fff;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    pointer-events: all;
    cursor: pointer;
}

.header__logo {
    pointer-events: initial
}

.header__language-holder {
    position: relative;
    pointer-events: initial
}

.header__language-holder a {
    font-size: 1.125rem;
    color: #fff
}

.header__language-holder a.current-lang svg {
    width: 12px;
    height: 14px;
    margin-left: 5px;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.header__language-holder a.current-lang svg > path {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.header__language-holder a.current-lang.active {
    position: relative;
    z-index: 1
}

.header__language-holder a.current-lang.active + ul {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.header__language-holder ul {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -webkit-transform: scaley(0);
    transform: scaley(0);
    -webkit-transform-origin: -50% 0;
    transform-origin: -50% 0;
    position: absolute;
    top: -15px;
    font-size: 1rem;
    padding-top: 3rem;
    color: #fff;
    background-color: rgba(112, 125, 132, .7);
    border: 1px solid rgba(112, 125, 132, .7);
    left: -15px;
    right: -15px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center
}

.header__language-holder ul li a {
    text-align: center
}

.header__menu {
    pointer-events: initial;
    margin-left: 30px
}

.header__menu a {
    font-size: 1.125rem;
    color: #fff
}

.header__menu a span {
    margin-right: 10px
}

.header__menu a svg {
    padding: 10px;
    fill: #fff;
    width: 30px;
    height: 30px;
    border: 1px solid #fff
}

.footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px 250px;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    pointer-events: none;
    z-index: 9
}

.footer a,
.footer svg {
    pointer-events: initial;
    color: #fff;
    fill: #fff;
    font: 600 .875rem/1.5 proximaNova;
    display: block;
    text-align: center
}

.footer__box > div {
    max-width: 250px
}

.footer .social-links {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.footer .address-holder,
.footer .mail-holder {
    margin-bottom: 5px
}

.menu-holder {
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    background-color: rgba(112, 125, 132, .7);
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
    position: fixed;
    pointer-events: none;

}

.main-categories {
    width: 100% !important;
}

.menu-holder .menu__inner {
    width: 900px;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.menu-holder .menu__inner .main-categories__list-holder {
    margin-bottom: 70px;
    width: 100%;
}

.menu-holder .menu__inner .main-categories .title-link {
    font: 600 1.5rem/.88 proximaNova;
    color: #fff;
    border-bottom: 2px solid #698fbb;
    margin-bottom: 10px;
    display: inline-block
}

.menu-holder .menu__inner .main-categories ul {
    padding-left: 70px
}

.menu-holder .menu__inner .main-categories ul li {
    margin-bottom: 10px
}

.menu-holder .menu__inner .main-categories ul a {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.17
}

.menu-holder .menu__inner .categories li {
    margin-bottom: 35px
}

.menu-holder .menu__inner .categories li a {
    font: 600 1.5rem/.88 proximaNova;
    color: #fff;
    border-bottom: 2px solid #698fbb
}

body.active {
    overflow-y: hidden
}

body.active .footer,
body.active .header__title {
    opacity: 0;
    z-index: -100;
}

body.active .cls-2,
body.active .cls-4,
body.active .cls-6,
body.active .cls-8 {
    fill: transparent
}

body.active .header {
    z-index: 11
}

body.active .menu-holder {
    bottom: 0;
    opacity: 1;
    pointer-events: initial
}

body.active .header__title {
    visibility: hidden
}

.footer .mode-block {
    position: absolute;
    right: 55px;
    bottom: 22px;
}

.footer .mode-block > div {
    margin-top: 20px;
}

.footer .mode-block svg {
    width: 30px;
    height: 30px;
    display: block;
    fill: #fff;
}

.footer .mode-block span {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 10px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 5px;
}

#day,
#night {
    cursor: pointer;
}

.header > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
}

.header__logo {
    text-align: center;
}

.header__left-side {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.menu-holder .menu__inner {
    max-height: 60vh;
}

@media (max-width: 1023px) {
    .footer .mode-block {
        right: 12px;
        bottom: 100%;
    }

    .header .header__title {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-size: 12px;
    }

    .header__logo {
        text-align: left;
    }
}

@media (max-width:1366px) {
    .menu-holder .menu__inner {
        margin-top: 9rem
    }
}

@media (max-width:1023px) {
    .menu-holder .menu__inner {
        max-height: 350px;
        overflow-y: scroll
    }

    .footer {
        padding: 22px 50px
    }

    .header__title {
        display: none
    }

    .menu-holder .menu__inner {
        padding: 0 20px
    }

    .header {
        padding: 20px 10px
    }

    .header__menu {
        margin-left: 10px
    }

    .header__menu a svg {
        padding: 5px;
        width: 20px;
        height: 20px
    }

    .header__logo img {
        max-width: 100%;
        padding: 5px 10px
    }

    .header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__title {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-size: 12px;
        pointer-events: none;
    }

    .header__title span {
        width: 280px;
        display: block;
        text-align: center;
        pointer-events: auto;
    }
}

@media (max-width:767px) {
    .footer .mode-block {
        right: 12px;
        bottom: 22px;
    }

    .header__logo img {
        max-width: 130px;
        padding: 5px
    }

    .footer {
        text-align: center
    }

    .footer .footer__box {
        display: inline-block;
        text-align: center;
        margin: auto
    }

    body.active .menu-holder .menu__inner {
        display: block;
        margin-top: 1rem
    }

    body.active .menu-holder .menu__inner .main-categories__list-holder {
        margin-bottom: 20px
    }

    body.active .menu-holder .categories li {
        margin-bottom: 10px
    }

    body.active .menu-holder .categories li a {
        font-size: 1.1rem
    }

    .header__title span {
        width: 140px;
        display: block;
        text-align: center;
    }
}

@media screen and (max-width:767px) and (max-height:415px) {
    body.active .menu-holder .menu__inner {
        max-height: 200px;
        overflow-y: auto;
    }
}

#pano {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

@media (max-height 400px) .menu-holder .menu__inner {
    margin-top: 2rem;
    max-height: 200px;
    overflow-y: auto;
}
