body {
    background: #fff;
}

h3 {
    float: left;
    margin: 0px;
    font-size: 2rem;
    font-family: Arial;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.wrapper {
    width: 100%;
}

.inner {
    max-width: 1260px;
    min-width: 1000px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-wrapper {
    margin: 0 auto;
    width: 100%;
}

.ie6 .page-wrapper {
    width: 994px;
    width: 100%;
}

.page-innder {
    text-align: left;
    margin: 0 auto;
    width: 960px;
    padding: 0 0 47px 0;
    position: relative;
}

.header {
    margin-top: 20px;
    margin-bottom: 24px;
}

.header__blue {
    background: #1d213e;
}

.logo {
    width: 158px;
    height: 85px;
    display: block;
    background: url(/i/gatchina-logo.png) 0 0 no-repeat;
    margin-top: 10px;
}

.header-left {
    float: left;
}

.header-mailto {
    float: right;
    width: 35px;
    height: 40px;
    box-sizing: border-box;
    padding-top: 0px;
    text-align: right;
}

.header-mailto img {
    display: inline-block;
    margin-top: 8px;
}

.header-mailto img:nth-child(2),
.header-mailto:hover img:nth-child(1) {
    display: none;
}

.header-mailto:hover img:nth-child(2) {
    display: inline-block;
}

.header-search {
    float: right;
    position: relative;
    width: 45px;
    height: 40px;
}

.search-toggle {
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin: 8px auto 0;
}

.search-toggle img:nth-child(2),
.search-toggle:hover img:nth-child(1) {
    display: none;
}

.search-toggle:hover img:nth-child(2) {
    display: block;
}

.header-search form {
    border: 1px solid #d9d9d9;
    border-width: 1px;
    padding: 0;
    margin: 0;
}

.header-search form input[type=text] {
    color: #cacaca;
    border: 0;
    padding: 0;
    outline: none;
    height: 32px;
    width: 200px;
    text-indent: 15px;
    vertical-align: top;
}

.header-search form input[type=submit] {
    color: #666666;
    border: 0;
    padding: 0;
    outline: none;
    height: 32px;
    width: 40px;
    text-indent: 15px;
    background: url(/img/icons/search.svg) center no-repeat;
    vertical-align: top;
    cursor: pointer;
}

.header-language {
    float: right;
    width: 50px;
    height: 40px;
}

.header-language a,
.header-language span {
    display: inline-block;
    height: 22px;
    margin-left: 6px;
    vertical-align: middle;
    color: #cacaca;
    text-decoration: none;
    padding-top: 12px;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 700;
    font-family: Arial;
}

.header-language a:hover {
    color: #687440;
}

.header-language--new {
    position: relative;
    width: 120px;
    height: 29px;
    margin-top: 4px;
    text-align: left;
    padding-left: 17px;
}

.header-language--new span,
.header-language--new a {
    font-size: 1.333rem;
}

.header-language--new a:hover {}

.header-language--new .language-current {
    color: #bc8c0a;
}

.language-toggler {
    position: relative;
    cursor: pointer;
}

.language-toggler .language-text {
    padding: 0;
    margin: 0;
    vertical-align: top;
    line-height: 26px;
    display: inline-block;
    height: 30px;
    font-size: 1.333rem;
}

.language-toggler svg {
    width: 9px;
    height: 26px;
    fill: #cacaca;
    stroke: #cacaca;
    position: absolute;
    top: -5px;
    left: 52px;
    position: static;
    display: inline-block;
    margin-left: 2px;
}

.language-toggler svg polygon {
    fill: #fff;
    stroke: #fff;
}

.language-list {
    position: absolute;
    right: 20px;
    top: 25px;
    display: none;
}

.header-language--new:hover .language-list {
    display: block;
    background-color: #073655;
    z-index: 2;
    padding: 10px;
    min-width: 120px;
}

.language-list a,
.language-list span {
    display: block;
    height: auto;
    padding: 0;
    margin: 2px 0 2px;
    text-align: center;
    line-height: 1.5;
}

.menu-top {
    float: right;
    clear: right;
    margin-bottom: -3px;
    margin-top: 41px;
    width: calc(100% - 160px);
    display: table;
    table-layout: fixed;
}

.menu-top ul {
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    display: block;
    text-align: right;
}

.menu-top li {
    display: inline-block;
    padding: 0 12px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding: 0;
    margin-left: 5%;
}

.menu-top li:first-child {
    margin-left: 0;
}

.menu-top li:not(.active):last-child {
    margin-right: -8px;
}

@media (max-width: 1240px) {
    .menu-top li {
        margin-left: 4%;
    }
}

@media (max-width: 1150px) {
    .menu-top li {
        margin-left: 3%;
    }
}

@media (max-width: 1080px) {
    .menu-top li {
        margin-left: 2%;
    }
}


/*.menu-top  li:last-child{
    padding:0 0 0 24px;
    text-align: right;
    margin-right:-11px;
}*/

.menu-top li:after {
    /* content:"";
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #C3C3C3;
    position: relative;
    top: 1px;
    left: 12px;
    
    position:absolute;
    left:100%; */
}

.menu-top li:last-child:after {
    width: 0;
}

.menu-top a {
    font-family: Arial;
    white-space: nowrap;
    color: #3E3A31;
    font-size: 1.25rem;
    padding: 3px 8px 3px 7px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.menu-top a:hover,
.menu-top a.active {
    text-decoration: none;
    background: #E0E0E0;
}

.header-right-line {
    padding-top: 1px;
    width: 100%;
    background: #D9D9D9;
    clear: right;
}

.header-right__top {
    padding-left: 159px;
}

.header__blue .logo-text {
    width: 150px;
    height: 76px;
    display: block;
    background: url(img/logo-text.png) 0 0 no-repeat;
}

.header__blue .logo {
    width: 200px;
    height: 85px;
    display: block;
    background: url(img/logo.png) 0 0 no-repeat;
}

.header__blue .header-left {
    height: 168px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header__blue .header__logo-text {
    margin-top: 92px;
}

.header__blue .header__logo {
    margin: 32px auto 20px;
}

.header__blue .header-search {
    float: right;
    width: 195px;
    height: 25px;
    background: rgba(255, 255, 255, 0.1);
    margin-top: -45px;
}

.header__blue .header-search input {
    font-size: 0.9167rem;
    border: 0;
    outline: 0;
    background: transparent;
    height: 22px;
    padding: 0;
    margin: 0;
}

.header__blue .header-search input[type=text] {
    width: 160px;
    color: #8085a5;
    text-indent: 15px;
    vertical-align: top;
}

.header__blue .header-search input[type=submit] {
    cursor: pointer;
    height: 25px;
    width: 30px;
    background: url(img/search-arrow.png) center no-repeat;
    display: inline-block;
}

.header__blue .menu-top {
    float: left;
    margin-bottom: 10px;
}

.header__blue .menu-top li {
    display: inline-block;
    padding: 0 24px;
    text-align: center;
    vertical-align: middle;
}

.header__blue .menu-top li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #c4c4c4;
    position: relative;
    top: 1px;
    left: 24px;
}

.header__blue .menu-top li:last-child:after {
    width: 0;
}

.header__blue .menu-top a {
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
}

.header__blue .menu-top a:hover {
    text-decoration: underline;
}

.header__blue .header-language {
    float: right;
    margin-top: 9px;
    margin-bottom: 6px;
}

.header__blue .header-language a {
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
}

.header__blue .header-language .active {
    border: 1px solid #343852;
}

.header__blue .header-language img {
    display: inline-block;
    position: relative;
    top: 1px;
}

.header__blue .header-language .active img {
    margin-right: 5px;
}

.page-menu-inner {
    font-size: 0;
}

.page-menu-inner a {
    width: calc(100% / 4);
    text-decoration: none;
    display: inline-block;
    font: 1.17rem Arial;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 0px 13px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-menu-top .v0 {
    background-color: #6e9bb9;
}

.page-menu-top .v1 {
    background-color: #5c839f;
}

.page-menu-top .v2 {
    background-color: #7bb6d9;
}

.page-menu-top td {
    position: relative;
}

.page-menu-top a:hover:not(.page-menu-top__thumb),
.page-menu-top a.active:not(.page-menu-top__thumb) {
    text-decoration: none;
    padding: 14px 0px 14px 0;
    margin-top: -1px;
    margin-bottom: -1px;
}

a.page-menu-top__thumb {
    padding-top: 0;
    padding-bottom: 12%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
    margin-bottom: 15px;
}

.inner-page {
    margin-top: 20px;
}

.index>.content-inner {
    margin: 15px 0 35px;
}

.index .content {
    width: 74%;
    float: left;
}

.content-container {
    background: url("/i/dotted_new.gif") repeat-y scroll 75% 0 transparent;
}

.content-center {
    font-size: 1.25rem;
    padding-top: 0;
}

.index-events-preview {
    width: 100%;
    overflow: hidden;
}

.index-events-preview>div {
    float: left;
    width: 33%;
    height: 345px;
    margin-right: .5%;
    overflow: hidden;
    background: #797979;
    font-family: Tahoma;
    text-align: left;
}

.index-events-preview>div:nth-child(3) {
    margin-right: 0;
}

.index-events-preview>div .index-event-img-wrap {
    display: block;
    width: 100%;
    height: 170px;
    background-size: auto 170px;
    background-size: cover;
    background-position: top center;
}

.index-events-preview>div em {
    display: block;
    font: normal 1.17rem/1.5rem Arial;
    color: #FFFFFF;
    padding: 0 24px 21px 24px;
}

.index-events-preview>div a {
    text-decoration: none;
}

.index-events-preview>div strong {
    display: block;
    font: bold 1.3rem/1.3rem Arial;
    color: #9DC7E4;
    padding: 22px 24px 0px 24px;
}

.index-page-banners {
    list-style-type: none;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 0;
    margin-top: 12px;
}

.index-page-banners>li {
    display: inline-block;
    overflow: hidden;
    width: 33.2%;
    margin-right: .2%;
    position: relative;
}

.index-page-banners>li:nth-child(3) {
    margin-right: 0%;
}

.index-page-banners>li img {
    display: block;
    width: 100%;
}

.index-page-banners>li span {
    position: absolute;
    left: 17px;
    bottom: 18px;
    color: #FFFFFF;
    font-size: 0.9167rem;
    background: url(/i/more_new.png) 0 0 no-repeat;
    padding: 0 0 1px 9px;
    width: 86px;
    height: 21px;
    line-height: 1.667rem;
    display: block;
    text-decoration: none;
    text-align: left;
}

.footer {
    margin-top: 60px;
}

.footer-bottom {
    background: url(/i/dotted_horizontal.gif) top repeat-x;
    clear: both;
    padding: 1px 0 20px;
    text-align: left;
    color: #878787;
}

.footer-left {
    width: 74%;
    float: left;
    text-align: left;
    padding-bottom: 1px;
    margin-bottom: 45px;
}

.footer-right {
    width: 24%;
    float: right;
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
    padding-bottom: 1px;
}

.footer-copy {
    float: left;
    box-sizing: border-box;
    min-width: 330px;
    width: 54%;
    padding-left: 7px;
    font-size: 1.167rem;
    line-height: 1.5rem;
    color: #000;
    font-family: Arial;
    margin-top: 5px;
}

.footer-copyright__title {
    margin-bottom: 0;
}

.footer-copyright__description {
    margin-top: 0;
    color: #bebebe;
}

.footer-copyright__description a,
.footer-copyright__links a {
    color: #bebebe;
}

.footer-menu-1,
.footer-menu-2 {
    float: left;
    width: 22%;
    box-sizing: border-box;
}

.footer-menu-1 {
    padding-right: 35px;
}

.footer-menu-1 a,
.footer-menu-2 a {
    display: block;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 6px 0 6px;
}

.footer-menu-1 a:last-child,
.footer-menu-2 a:last-child {
    border-bottom: 1px solid transparent;
}

.footer-menu-1 a:hover,
.footer-menu-2 a:hover {
    color: #9fba6a;
}

.footer-menu-2 a {
    color: #6d6d6d;
}

.footer-menu-1 a {
    margin-right: 14px;
    text-decoration: none;
}

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

.footer__heading {
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    padding-left: 4px;
    margin-bottom: 15px;
}

.footer__social {
    box-sizing: border-box;
    /* max-width: 185px; */
}

.footer__social .social__icon {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 5px;
}

.sidebar-right {
    font-family: Arial;
    text-align: left;
    width: 24%;
    float: right;
    box-sizing: border-box;
    padding-left: 12px;
}

.HIDE-sidebar-right .sidebar-right {
    display: none;
}

.HIDE-sidebar-right .content {
    width: 100%;
}

.HIDE-sidebar-right .content-container {
    background: none;
}

.sidebar-right a {
    color: #9fba6a;
}

.sidebar-right__title {
    font-size: 1.917rem;
    margin-bottom: 16px;
    margin-top: 7px;
    float: none;
}

.sidebar-right h4 {
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 17px;
    margin-bottom: 2px;
}

.sidebar-right p {
    font-size: 1.167rem;
    line-height: 1.4;
    font-family: Arial;
    margin: 0;
}

.sidebar-right ul {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}

.sidebar-right li {
    margin-bottom: 4px;
}

.sidebar-right ul p {
    font-size: 1.167rem;
    margin: 0;
    font-family: Arial;
}

.sidebar-right ul p:first-child {
    color: #424242;
    font-weight: bold;
    font-size: 1.083rem;
}

a.order_tickets {
    display: block;
    width: 100%;
    height: 53px;
    line-height: 53px;
    box-sizing: border-box;
    padding-left: 20px;
    background: #9fba6a url(/img/icons/arrow-right-white.svg) 90% center no-repeat;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.167rem;
    font-weight: bold;
    font-family: Arial;
}

a.order_tickets:hover {
    background-color: #94a55c;
}

a.order_tickets2 {
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 53px;
    line-height: 53px;
    box-sizing: border-box;
    padding-left: 20px;
    background: #073655;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.167rem;
    font-weight: bold;
    font-family: Arial;
}

a.order_tickets2:hover {
    background-color: #94a55c;
}

a.order_tickets_3 {
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 53px;
    line-height: 53px;
    box-sizing: border-box;
    padding-left: 20px;
    background: #073655 url(/img/icons/arrow-right-white.svg) 90% center no-repeat;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.167rem;
    font-weight: bold;
    font-family: Arial;
}
.order_tickets_3.support-link-new {
    text-align: left;
    margin-top: -20px;
    margin-bottom: 30px;
}

.buyTAS {
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 53px;
    line-height: 53px;
    box-sizing: border-box;
    padding-left: 20px;
    background: #073655;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.167rem;
    font-weight: bold;
    font-family: Arial;
}

.gblock {
    border: 1px solid #DEDEDE;
    margin: 6px 0 6px 0px;
    background: #FFFFFF;
    line-height: 1.5;
    font-size: 1.083rem;
    color: #3C3C3C;
    padding: 5px;
}

.gblock strong {
    font-size: 1.083rem;
    line-height: 1.5;
    display: block;
}

.gblock a {
    color: #9FBA6A;
}

.gblock.blue {
    background: rgb(157, 199, 228);
}

.gblock.green {
    background: #9fba6a;
    border: none;
}

.gblock form {
    border: 0;
    padding: 0;
    background: none;
}

.gblock form input[type=text],
.gblock form input[type=email] {
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 8px 10px;
    background: #fff;
}

.gblock form input[type=submit],
.gblock form button {
    display: block;
    width: 100%;
    padding: 11px 11px;
    border: 0;
    outline: none;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    background: url(/img/icons/arrow-right-white.svg) no-repeat 94% 50%;
    background-size: 12px;
    cursor: pointer;
}

.gblock form input[type=submit]:hover,
.gblock form button:hover {
    color: #dedede;
    background-image: url(/img/icons/arrow-right-grey.svg);
}

.topic-nbg {
    text-transform: uppercase;
    padding: 14px 0 5px 3px;
    position: relative;
    margin: 0 0 6px 0px;
    color: #2C2A2C;
    font-size: 1.167rem;
}

.gblock .msg {
    color: #fff;
    font-size: 1rem;
    line-height: 120%;
}

.sidebar__social {
    font-size: 0;
}

.sidebar__social img {
    display: inline-block;
    width: calc(100% / 7 - 4px);
    margin: 5px 0 0 4.666px;
}

.sidebar__social a:first-child img {
    margin-left: 0;
}

.js-toggle-me__search.is-disable {
    display: none;
}

.js-toggle-me__search.is-active {
    display: block;
    position: absolute;
    left: -198px;
    top: 2px;
    background: #fff;
}

.subscribe-form-wrapper {
    margin-top: 10px;
}

.main-slider {
    position: relative;
    padding-bottom: 10px;
    margin-top: 10px;
}

.main-slider__content {
    position: absolute;
    width: 100%!important;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0!important;
    background: none!important;
}

.main-slider__text {
    background: rgba(57, 57, 57, 0.9);
    width: 43%;
    min-width: 400px;
    box-sizing: border-box;
    height: auto;
    max-height: 330px;
    margin: 40px 0;
    float: left;
    padding: 40px 40px 30px 30px;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

.main-slider__text>a {
    display: block;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #bcda76;
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
    margin-bottom: 14px;
}

.main-slider__text>div {
    margin-bottom: 20px;
}

.main-slider__text>div>a {
    color: #b2b2b2;
    font-size: 1.333rem;
    font-family: Arial;
    text-decoration: none;
    line-height: 1.667rem;
}

.main-slider__text div+span {
    display: block;
    color: #fff;
    font-size: 1.25rem;
    font-family: Arial;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
}

.main-slider__bg {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.main-slider__nav {
    position: absolute;
    right: 2px;
    top: 317px;
    display: block;
    height: 24px;
    margin: 0;
    padding: 11px 0 0 5px;
}

.main-slider__nav a {
    display: block;
    height: 50px;
    width: 50px;
    float: left;
    text-decoration: none;
}

.main-slider__nav .bull {
    DISPLAY: NONE;
    width: 13px;
    background: url(/i/bull.png) 0 0 no-repeat;
    height: 13px;
    margin-top: 1px;
}

.main-slider__nav .active {
    background-position: 0 -13px;
}

.main-slider__prev {
    height: 50px;
    width: 50px;
    background: #fff url(/img/icons/arrow-left.svg) center no-repeat;
    margin-right: 1px;
}

.main-slider__next {
    height: 50px;
    width: 50px;
    background: #fff url(/img/icons/arrow-right.svg) center no-repeat;
    margin-left: 1px;
}

.main-slider__prev:hover {
    background-image: url(/img/icons/arrow-left-hover.svg);
}

.main-slider__next:hover {
    background-image: url(/img/icons/arrow-right-hover.svg);
}

.social__icon {
    display: block;
    width: 3.3rem;
    height: 3.3rem;
    border: 2px solid #858585;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
}

.social__icon:hover {
    border: 2px solid #9fba6a;
}

.social__icon svg,
.social__icon img {
    max-width: 35%;
    max-height: 35%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.social__icon.vk svg,
.social__icon.vk img {
    max-width: 34%;
    max-height: 34%;
}

.social__icon.fb svg,
.social__icon.fb img {
    max-width: 40%;
    max-height: 40%;
}

.social__icon.yt svg,
.social__icon.yt img {
    max-width: 50%;
    max-height: 50%;
}

.social__icon.twit svg,
.social__icon.twit img {
    max-width: 44%;
    max-height: 44%;
}

.social__icon.inst svg,
.social__icon.inst img {
    max-width: 50%;
    max-height: 50%;
}

.social__icon.lj svg,
.social__icon.lj img {
    max-width: 52%;
    max-height: 52%;
}

.social__icon.trip svg,
.social__icon.trip img {
    max-width: 53%;
    max-height: 53%;
}

.social__icon.tik svg,
.social__icon.tik img {
    max-width: 42%;
    max-height: 42%;
}

.subscribe-form-wrapper input,
.subscribe-form-wrapper textarea,
#subscribeForm input[type="text"],
#subscribeForm input[type="email"],
#subscribeForm input[type="password"] {
    border: 4px solid #9fba6a;
    width: 100%;
    margin-bottom: -4px;
    height: 37px;
    padding-left: 9px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    outline: none;
}

.subscribe-form-wrapper textarea {
    height: 74px;
}

#subscribeForm input[type="text"].error,
#subscribeForm input[type="email"].error,
#subscribeForm input[type="password"].error {
    box-shadow: inset 0px 0px 0px 1px red;
}

.btn.btn__subscribe {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    background: #9fba6a url(/img/icons/arrow-right-white.svg) 90% center no-repeat;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.167rem;
    font-weight: bold;
    font-family: Arial;
    border: 0;
    box-sizing: border-box;
    text-align: left;
    padding-left: 13px;
    margin-top: 4px;
    position: relative;
    z-index: 2;
    outline: none;
    cursor: pointer;
}

.btn.btn__subscribe:hover {
    background-color: #94a55c;
}

.subscribe-form-wrapper .msg {
    color: red;
}

.subscribe-form-wrapper .msg.good {
    color: #687440;
    border: 1px solid #9fba6a;
    text-align: center;
    padding: 0px 10px 14px;
}

.content-bg>img,
.content-bg>p>img,
.content-bg>font>img {
    width: 100%;
    height: auto;
}

ul.right-block-list--no-top-margin {
    margin-top: 0;
}

.feedback-btn {
    display: inline-block;
    float: right;
    margin-top: -54px;
}

.feedback-btn h1 {
    margin: 0px;
    padding: 0px 40px;
    height: 35px;
    line-height: 35px;
    background: #9fba6a;
    text-align: center;
    color: #fff;
}

.feedback-btn h1:hover {
    background-color: #94a55c;
}

.feedback-btn h1 a,
.feedback-btn h1 a.act {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.167rem;
    color: #fff;
    text-decoration: none;
    background: none;
    font-weight: normal;
    text-transform: uppercase;
}

.header--new {
    margin-top: 0;
    margin-bottom: 0;
}

.header--new .header-contain {
    background-color: #073655;
}

.logo-text--new-ru {
    width: 723px;
    height: 172px;
    width: 265px;
    height: 63px;
    display: block;
    background: url(/i/gatchina-logo-ru.png) 0 0 no-repeat;
    background-size: contain;
    margin-left: 84px;
    margin-top: 13px;
    margin-bottom: 25px;
}

.logo-text--new-en {
    width: 723px;
    height: 172px;
    width: 265px;
    height: 63px;
    display: block;
    background: url(/i/gatchina-logo-en.png) 0 0 no-repeat;
    background-size: contain;
    margin-left: 84px;
    margin-top: 13px;
    margin-bottom: 25px;
}

.logo-text--new-fr {
    width: 723px;
    height: 172px;
    width: 265px;
    height: 63px;
    display: block;
    background: url(/i/gatchina-logo-fr.png) 0 0 no-repeat;
    background-size: contain;
    margin-left: 84px;
    margin-top: 13px;
    margin-bottom: 25px;
}

.header--new .header-right__top {
    margin: 33px 70px 0 0;
}

.header--new .header-right__bottom {
    background: #fff;
    clear: both;
    height: 44px;
}

.header--new .menu-top {
    margin-bottom: 0;
    margin-top: 14px;
    width: 100%;
}

.header--new .menu-top ul {
    text-align: center;
}

.page-menu-top--new .v0 {
    background-color: #6c9cbc;
}

.page-menu-top--new .v1 {
    background-color: #193758;
}

.page-menu-top--new .v2 {
    background-color: #497396;
}

.page-menu-top--new .v3 {
    background-color: #6c9cbc;
}

.page-menu-top--new a.dvorecmenu__item {
    width: calc(100% / 4);
}

@media screen and (max-width: 999px) {
    .page-menu-top--new a.dvorecmenu__item {
        width: 100%;
    }
}
.nacproj {
    position: absolute;
    margin-top: 95px;
    margin-left: 200px;
}
.nacproj img {
    max-height: 180px;
}