

/* Start:/local/base/css/fonts.css?1783943423843*/
@font-face {
    font-family: "Lato";
    src: url("/local/base/fonts/Lato-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("/local/base/fonts/Lato-Italic.ttf");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Lato";
    src: url("/local/base/fonts/Lato-Semibold.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("/local/base/fonts/Lato-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("/local/base/fonts/Lato-MediumItalic.ttf");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Lato";
    src: url("/local/base/fonts/Lato-SemiboldItalic.ttf");
    font-weight: 600;
    font-style: italic;
}
/* End */


/* Start:/local/base/css/reset.css?17839434231144*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*font: inherit;*/
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

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;
}
/* End */


/* Start:/local/base/css/nikodim.grid.css?178394342315353*/
/**
 * Grid
 */
.show {
    display: block !important;
}

.hidden {
    display: none !important;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 560px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

.visible-xs-block {
    display: none !important;
}

.visible-xs-inline {
    display: none !important;
}

.visible-xs-inline-block {
    display: none !important;
}

.visible-sm-block {
    display: none !important;
}

.visible-sm-inline {
    display: none !important;
}

.visible-sm-inline-block {
    display: none !important;
}

.visible-md-block {
    display: none !important;
}

.visible-md-inline {
    display: none !important;
}

.visible-md-inline-block {
    display: none !important;
}

.visible-lg-block {
    display: none !important;
}

.visible-lg-inline {
    display: none !important;
}

.visible-lg-inline-block {
    display: none !important;
}

.visible-xl-block {
    display: none !important;
}

.visible-xl-inline {
    display: none !important;
}

.visible-xl-inline-block {
    display: none !important;
}

.col-xs-1 {
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.col-xs-2 {
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.col-xs-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.col-xs-5 {
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.col-xs-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.col-xs-8 {
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.col-xs-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.col-xs-11 {
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.col-xs-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

@media (max-width: 589px) {
    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
        vertical-align: top;
    }

    .hidden-xs {
        display: none !important;
    }

    .col-xs-order-1 {
        order: 1;
    }

    .col-xs-order-2 {
        order: 2;
    }

    .col-xs-order-3 {
        order: 3;
    }

    .col-xs-order-4 {
        order: 4;
    }

    .col-xs-order-5 {
        order: 5;
    }
}

@media (min-width: 590px) {
    .col-sm-1 {
        -webkit-flex-basis: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-flex-basis: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-flex-basis: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-flex-basis: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-flex-basis: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-flex-basis: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 590px) and (max-width: 759px) {
    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
        vertical-align: top;
    }

    .hidden-sm {
        display: none !important;
    }

    .col-sm-order-1 {
        order: 1;
    }

    .col-sm-order-2 {
        order: 2;
    }

    .col-sm-order-3 {
        order: 3;
    }

    .col-sm-order-4 {
        order: 4;
    }

    .col-sm-order-5 {
        order: 5;
    }
}

@media (min-width: 760px) {
    .container {
        max-width: 730px;
    }

    .col-md-1 {
        -webkit-flex-basis: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-flex-basis: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-flex-basis: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-flex-basis: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-flex-basis: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-flex-basis: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 760px) and (max-width: 1019px) {
    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
        vertical-align: top;
    }

    .hidden-md {
        display: none !important;
    }

    .col-md-order-1 {
        order: 1;
    }

    .col-md-order-2 {
        order: 2;
    }

    .col-md-order-3 {
        order: 3;
    }

    .col-md-order-4 {
        order: 4;
    }

    .col-md-order-5 {
        order: 5;
    }
}

@media (min-width: 1020px) {
    .container {
        max-width: 990px;
    }

    .col-lg-1 {
        -webkit-flex-basis: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-flex-basis: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-flex-basis: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-flex-basis: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-flex-basis: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-flex-basis: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1020px) and (max-width: 1199px) {
    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
        vertical-align: top;
    }

    .hidden-lg {
        display: none !important;
    }

    .col-lg-order-1 {
        order: 1;
    }

    .col-lg-order-2 {
        order: 2;
    }

    .col-lg-order-3 {
        order: 3;
    }

    .col-lg-order-4 {
        order: 4;
    }

    .col-lg-order-5 {
        order: 5;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    .col-xl-1 {
        -webkit-flex-basis: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-flex-basis: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-flex-basis: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-flex-basis: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-flex-basis: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-flex-basis: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-flex-basis: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
        vertical-align: top;
    }

    .hidden-xl {
        display: none !important;
    }

    .col-xl-order-1 {
        order: 1;
    }

    .col-xl-order-2 {
        order: 2;
    }

    .col-xl-order-3 {
        order: 3;
    }

    .col-xl-order-4 {
        order: 4;
    }

    .col-xl-order-5 {
        order: 5;
    }
}
/* End */


/* Start:/local/templates/goroda/js/magnific/magnific-popup.css?17334072487302*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/main.userconsent.request/cookies/style.css?17839434241944*/
/* region */
.cookies-agreement{
    display: none;
    z-index: 50;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 16px;
    width: 100%;
    padding: 0 32px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cookies-agreement.show{
    display: flex;
}
.cookies-agreement form{
    width: 100%;
    height: 100%;
}
.cookies-agreement .main-user-consent-request{
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: auto;
    padding: 20px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 28px;
    background: var(--white);
    box-shadow: 0 0 32px 0 rgba(45, 45, 102, 0.10), 0 32px 32px 0 rgba(45, 45, 102, 0.05);
}
.cookies-agreement a{
    color: #3C7CF3;
}
.cookies-agreement input{
    display: none;
}
.cookies-agreement span{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.cookies-agreement button{
    width: 100%;
    height: 50px;
}
.cookies-agreement button{
    z-index: 2;
    display: flex;
    right: 15px;
    bottom: 35px;
    max-width: 100%;
    width: 100%;
    padding: 16px 30px 18px 30px;
    justify-content: center;
    align-items: center;
    background: #3C7CF3;
    border-radius: 50px;
    line-height: 26px;
    text-align: center;
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-transform: initial;
    color: #FFFFFF;
    white-space: nowrap;
    cursor: pointer;
    border: none;
}
.cookies-agreement button:hover{
    background-color: #7FA9F7 !important;
}
/* endregion */
@media (min-width: 720px){
    .cookies-agreement .main-user-consent-request{
        max-width: 816px;
    }
    .cookies-agreement button{
        max-width: 126px;
    }
    .cookies-agreement .main-user-consent-request{
        flex-direction: row;
    }
}
/* End */


/* Start:/local/templates/goroda/template_styles.css?178394342428282*/
:root {
    --color-gray-25: #F9FAFB;
    --color-gray-50: #F4F5F7;
    --color-gray-100: #EAECF0;
    --color-gray-200: #D5D8DE;
    --color-gray-300: #B9BEC7;
    --color-gray-400: #989EAB;
    --color-gray-500: #747B8A;
    --color-gray-600: #5E6470;
    --color-gray-700: #494D57;
    --color-gray-800: #33373D;
    --color-gray-900: #1E2024;
    --color-blue: #3C7CF3;
    --color-blue-hover: #5A9DF9;
    --color-blue-light: #72B8FE;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
    font-family: "Lato", sans-serif !important;
}

html.no-scroll {
    overflow: hidden;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: var(--color-gray-700);
}

header {
    position: relative;
}

header .logo {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 114px;
    height: 36px;
    background: url(/local/base/images/device-mobile.svg) no-repeat center;
}

header .name {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin: 7px 0 0 128px;
    display: inline-block;
}

header .menu-other {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 36px;
    padding: 0 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.36px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #fff;
    position: relative;
    margin-left: 82px;
    text-decoration: none;
    transition: all 0.5s;
}

header .menu-other:before {
    content: "";
    width: 70px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 18px;
    left: -60px;
}

.menu-opened header .menu-other {
    opacity: 0;
}

header .share-cont {
    float: right;
    margin-top: 10px;
}

header .share-title {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.19px;
    border-right: 1px solid #fff;
    padding-right: 30px;
}

header .social {
    margin-left: 30px;
    vertical-align: middle;
}

.socials {
    display: inline-block;
}

.socials li {
    display: inline-block;
}

.social {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
.section-text .text iframe{
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
}
.vk {
    background-image: url(/local/templates/goroda/images/vk.png);
    width: 17px;
    height: 10px;
}

.fb {
    background-image: url(/local/templates/goroda/images/fb.png);
    width: 7px;
    height: 14px;
}

.ok {
    background-image: url(/local/templates/goroda/images/ok.png);
    width: 11px;
    height: 15px;
}

.tw {
    background-image: url(/local/templates/goroda/images/tw.png);
    width: 15px;
    height: 12px;
}

.tg {
    background-image: url(/local/templates/goroda/images/telegramm_grey.svg);
    width: 15px;
    height: 12px;
}

header .ham {
    display: none;
    width: 38px;
    height: 38px;
    background: url(/local/templates/goroda/images/ham.svg) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
}

.section {
    position: relative;
}

.section-present {
    height: 100vh;
    position: relative;
    color: #fff;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.section-present:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
}

.section-present .container {
    position: relative;
    z-index: 1;
    padding-top: 20px;
}

.section-present .content {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.section-present .map {
    width: 227px;
    height: 199px;
    background: url(/local/templates/goroda/images/tobols-map.svg) no-repeat center;
    display: inline-block;
}

.section-present .h1 {
    color: #fff;
    font-size: 100px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 65px;
}

.section-present .down {
    display: inline-block;
    width: 54px;
    height: 54px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: url(/local/templates/goroda/images/arr-down.png) no-repeat center;
}

.section-text {
    padding: 90px 0 135px 0;
}

.section-text .header {
    color: #101010;
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.3px;
    margin-bottom: 40px;
}

.section-text .text {
    color: #424242;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 0.25px;
}
.section-text .down {
    display: block;
    width: 14px;
    height: 10px;
    background: url(/local/templates/goroda/images/arr-down-black.png) no-repeat center;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.section-video {
    height: 700px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}

.section-video:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #424242;
    opacity: 0.4;
}

.section-video .container {
    position: relative;
    height: 100%;
    z-index: 1;
}

.section-video .header {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 105px;
    left: 15px;
}

.section-video .play {
    display: block;
    width: 129px;
    height: 129px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: url(/local/templates/goroda/images/play.png) no-repeat center;
    position: absolute;
    bottom: 60px;
}

.section-video .play:before {
    content: "";
    display: block;
    width: 300px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: -280px;
    top: 50%;
}

.section-history {
    padding: 110px 0 50px 0;
    background-repeat: no-repeat;
    background-position: left top;
}

.section-history .container {
    z-index: 1;
}

/*  .section-history:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background-image: -webkit-linear-gradient(137deg, rgba(66, 66, 66, 0) 0%, #5c5d63 100%);
    background-image: -o-linear-gradient(137deg, rgba(66, 66, 66, 0) 0%, #5c5d63 100%);
    background-image: linear-gradient(227deg, rgba(66, 66, 66, 0) 0%, #5c5d63 100%);
    opacity: 0.03;
} */
.section-history .header {
    color: #101010;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.6px;
    margin-bottom: 35px;
}

.section-history .header-2 {
    color: #101010;
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
}

.category {
    color: #f9593a;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.14px;
    margin-bottom: 10px;
}

.section-history .text {
    color: #424242;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0.2px;
    margin-bottom: 40px;
}

.section-history img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000);
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.section-facts {
    padding: 70px 0;
    background-color: #f8f8f8;
    position: relative;
}

.section-facts .container {
    position: relative;
}

.section-facts .header {
    color: #101010;
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
    position: relative;
}

.section-facts .header:after {
    content: "";
    display: block;
    width: 69px;
    height: 2px;
    background-color: #424242;
    margin-top: 20px;
}

.section-facts .text {
    color: #101010;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0.18px;
    margin-bottom: 30px;
}

.section-facts .next {
    color: #2e2f31;
    display: inline-block;
    margin-bottom: 10px;
}

.section-facts .next:after {
    background-color: #424242;
}

.section-facts .next:before {
    background: url(/local/templates/goroda/images/next-2.svg) no-repeat center;
}

.section-facts .photo {
    height: 544px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.section-facts img {
    max-width: 100%;
    height: auto;
}

.section-facts .nav-cont {
    margin-top: 40px;
}

.section-facts .arrs {
    float: left;
    font-size: 0;
    position: relative;
}

.section-facts .arrs:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 338px;
    height: 2px;
    background-color: #e3e3e3;
    right: -358px;
}

.section-facts .arr-nav {
    display: inline-block;
    margin-right: 10px;
}

.section-facts .counter {
    float: right;
    color: #101010;
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.3px;
}

.section-timeline {
    padding: 160px 0 150px 0;
}

.section-timeline .container {
    position: relative;
}

.section-timeline .num {
    opacity: 0.1;
    color: #424242;
    font-size: 400px;
    font-weight: 700;
    line-height: 0.3;
    height: 300px;
    letter-spacing: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-timeline .slide {
    position: relative;
}

.section-timeline .slide[aria-hidden=false] {
}

.section-timeline .event {
    color: #101010;
    font-size: 30px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.3px;

}

.section-timeline .nav {
    width: 42px;
    position: absolute;
}

.section-timeline .arr-nav {
    margin: 15px 0;
}

.section-timeline .slider-cont {
}

.section-timeline .arr-prev {
    background-image: url(/local/templates/goroda/images/slide-right.svg);
    transform: rotate(-180deg);
}

.section-timeline .arr-next {
    background-image: url(/local/templates/goroda/images/slide-right.svg);

}

.arr-nav {
    width: 44px;
    height: 44px;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

.arr-prev {
    background-image: url(/local/templates/goroda/images/slide-right.svg);
    transform: rotate(180deg);
}

.arr-next {
    background-image: url(/local/templates/goroda/images/slide-right.svg);
}

.arr-up {
    background-image: url(/local/templates/goroda/images/slide-right.svg);
    transform: rotate(-90deg);
}

.arr-down {
    background-image: url(/local/templates/goroda/images/slide-right.svg);
    transform: rotate(90deg);
}

.bx-prev, .bx-next {
    display: block;
    width: 100%;
    height: 100%;
}

.section-next {
    height: 150px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    transition: all .3s;
    text-decoration: none;
}

.section-next:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #424242;
    opacity: 0.1;
}

.section-next .container {
    height: 100%;
    position: relative;
}

.section-next .content {
    /*      position: absolute;
    bottom: 0;
    padding-bottom: 70px; */
}

.section-next .caption {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.14px;
    margin-bottom: 15px;
    max-height: 0;
    display: inline-block;
    overflow: hidden;
    transition: all 0.3s;
}

.section-next.active .caption {
    max-height: initial;
}

.section-next .city {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.6px;
}

.section-next.active .city {
    margin-bottom: 50px;
}

.next {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.42px;
    position: relative;
    text-decoration: none;
    max-height: 0;
    display: inline-block;
    overflow: hidden;
    transition: all 0.3s;
}

.section-next.active .next {
    max-height: initial;
    overflow: initial;
}

.next:after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: -85px;
    top: 50%;
    /* transform: translateY(-50%);
     */
}

.next:before {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    background: url(/local/templates/goroda/images/next.svg) no-repeat center;
    position: absolute;
    right: -115px;
    top: 50%;
    transform: translateY(-50%);
}

.section-menu {
    display: none;
    padding: 21px 0 40px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.section-menu:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.9;
}

.section-menu .container {
    z-index: 1;
    position: relative;
}

.section-menu .close {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.36px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    border: 1px solid #fff;
    margin-bottom: 40px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding: 0 40px;
}

.section-menu .close:before {
    content: "";
    display: block;
    height: 1px;
    background-color: #fff;
    width: 70px;
    position: absolute;
    top: 50%;
    left: -60px;
}

.section-menu ul {
}

.section-menu ul li {
    margin-bottom: 30px;
}

.section-menu ul li a {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-decoration: none;
}

.gnav {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 199;
    transition: all .3s;
}

.gnav > span:hover {
    opacity: 0.4;
    transition: all .3s;
}

.gnav > span {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -29px;
    transform: translateX(-50%);
    width: 72px;
    height: 29px;
    opacity: 0.1;
    background-image: url("/local/templates/goroda/images/gnav.svg");
    background-size: cover;
    background-position: center bottom;
    transition: all .3s;
    cursor: pointer;
}

/* footer {
    height: 100px;
}
 */

/* XS */
@media (max-width: 559px) {
    header .name {
        display: block;
        margin: 0;
        padding-top: 7px;
        text-align: center;
    }

    .ham {
        display: block;
        width: 38px;
        height: 38px;
        background: url(/local/templates/goroda/images/ham.svg) no-repeat center;
        position: absolute;
        right: 0;
        top: 0;
    }

    .section-present .h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .section-present .map {
        margin-bottom: 30px;
    }

    .section-present .down {
        width: 37px;
        height: 37px;
    }

    .section-present .map {
        margin-bottom: 80%;
    }

    .section-text {
        padding: 30px 0 60px 0;
    }

    .section-text .header {
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .section-text .text {
        font-size: 18px;
        font-weight: 300;
        line-height: 30px;
    }

    .section-text .down {
        bottom: 20px;
    }

    .section-video {
        height: 320px;
    }

    .section-video .header {
        font-size: 30px;
        font-weight: 400;
        line-height: 38px;
        left: 15px;
        bottom: 95px;
    }

    .section-video .play {
        width: 88px;
        height: 88px;
        right: 15px;
        bottom: 20px;
    }

    .section-video .play:before {
        width: 230px;
        left: -210px;
    }

    .section-history {
        padding: 30px 0 20px 0;
    }

    .section-history .header {
        font-size: 36px;
        font-weight: 400;
        line-height: 46px;
        margin-bottom: 20px;
    }

    .section-history .text {
        font-size: 16px;
        font-weight: 300;
        line-height: 27px;
        margin-bottom: 20px;
    }

    .section-history .header-2 {
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .section-history img {
        margin-bottom: 20px;
    }

    .section-timeline {
        padding: 40px 0 50px 0;
    }

    .section-timeline .event {
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
    }

    .section-timeline .num {
        font-size: 130px;
        height: 100px;
        position: static;
        width: 100%;
        transform: initial;
        text-align: center;
    }

    .section-timeline .nav {
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
    }

    .section-timeline .arr-nav {
        margin: 0 7px;
        display: inline-block;
    }

    .section-timeline .arr-next {
        transform: rotate(0deg);
    }

    .section-timeline .arr-prev {
        transform: rotate(180deg);
    }

    .section-next {
        height: 144px;
    }

    .section-next.active {
        height: 480px;
        padding-top: 300px;
    }

    .section-next .content {
        padding-bottom: 30px;
    }

    .section-next .city {
        font-size: 40px;
        line-height: 42px;
    }

    .section-next.active .city {
        margin-bottom: 30px;
    }

    .section-next .next {
        font-size: 14px;
    }

    .section-facts {
        padding: 100px 0 30px 0;
    }

    .section-facts .content {
        margin-bottom: 30px;
    }

    .section-facts .header {
        font-size: 28px;
        font-weight: 400;
        line-height: 36px;
    }

    .section-facts .text {
        font-size: 16px;
        font-weight: 300;
        line-height: 27px;
    }

    .section-facts .photo {
        height: 200px;
    }

    .section-facts .nav-cont {
        position: absolute;
        top: -70px;
        margin: 0;
        width: 290px;
    }

    .section-facts .arrs:after {
        width: 100px;
        right: -115px;
    }
}

/* SM */
@media (min-width: 560px) and (max-width: 729px) {
    header .menu-other {
        margin-left: 80px;
    }

    header .socials {
        display: none;
    }

    header .share-title {
        padding-right: 0;
        border-right: 0;
    }

    header .name {
        display: block;
        margin: 0;
        padding-top: 7px;
        text-align: center;
    }

    .section-present .h1 {
        font-size: 70px;
        line-height: 80px;
        margin-bottom: 30px;
    }

    .section-present .map {
        margin-bottom: 30px;
    }

    .section-present .down {
        width: 37px;
        height: 37px;
    }

    .section-text {
        padding: 40px 0 60px 0;
    }

    .section-text .header {
        font-size: 28px;
        font-weight: 400;
        line-height: 42px;
        margin-bottom: 20px;
    }

    .section-text .text {
        font-size: 20px;
        font-weight: 300;
        line-height: 32px;
    }

    .section-text .down {
        bottom: 20px;
    }

    .section-video {
        height: 370px;
    }

    .section-video .header {
        font-size: 30px;
        font-weight: 400;
        line-height: 38px;
        left: 8%;
        bottom: 120px;
    }

    .section-video .play {
        width: 112px;
        height: 112px;
        right: 8%;
        bottom: 20px;
    }

    .section-video .play:before {
        width: 410px;
        left: -357px;
    }

    .section-history {
        padding: 50px 0 20px 0;
    }

    .section-history .header {
        font-size: 40px;
        font-weight: 400;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .section-history .header-2 {
        font-size: 28px;
        font-weight: 400;
        line-height: 40px;
    }

    .section-timeline {
        padding: 10px 0 50px 0;
    }

    .section-timeline .event {
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
    }

    .section-timeline .num {
        font-size: 200px;
        height: 150px;
        position: static;
        width: 100%;
        transform: initial;
        text-align: center;
    }

    .section-timeline .nav {
        top: 45px;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
    }

    .section-timeline .arr-nav {
        margin: 0 7px;
        display: inline-block;
    }

    .section-timeline .arr-next {
        transform: rotate(0deg);
    }

    .section-timeline .arr-prev {
        transform: rotate(180deg);
    }

    .section-next {
        height: 100px;
    }

    .section-next.active {
        height: 335px;
        padding-top: 170px;
    }

    .section-next .content {
        /* padding-bottom: 30px; */
    }

    .section-next .city {
        font-size: 50px;
        line-height: 42px;
    }

    .section-next.active .city {
        margin-bottom: 30px;
    }

    .section-next .next {
        font-size: 14px;
    }

    .section-facts {
        padding: 100px 0 50px 0;
    }

    .section-facts .content {
        margin-bottom: 30px;
    }

    .section-facts .header {
        font-size: 36px;
        font-weight: 400;
        line-height: 45px;
    }

    .section-facts .photo {
        height: 359px;
    }

    .section-facts .nav-cont {
        position: absolute;
        top: -70px;
        margin: 0;
        width: 436px;
        margin-left: 8.3333%;
    }

    .section-facts .arrs:after {
        width: 240px;
        right: -260px;
    }
}

/* MD */
@media (min-width: 730px) and (max-width: 989px) {
    .col-md-offset-0 {
        margin-left: 0;
    }

    .md-v-center {
        align-self: center;
    }

    .gnav > span {
        width: 99px;
        height: 39px;
        bottom: -39px;
    }

    header .menu-other {
        margin-left: 80px;
    }

    .section-present .h1 {
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 30px;
    }

    .section-present .map {
        margin-bottom: 30px;
    }

    .section-present .down {
        width: 37px;
        height: 37px;
    }

    .section-text {
        padding: 50px 0 80px 0;
    }

    .section-text .header {
        font-size: 28px;
        font-weight: 400;
        line-height: 42px;
        margin-bottom: 20px;
    }

    .section-text .text {
        font-size: 20px;
        font-weight: 300;
        line-height: 32px;
    }

    .section-text .down {
        bottom: 30px;
    }

    .section-video {
        height: 470px;
    }

    .section-video .header {
        font-size: 40px;
        font-weight: 400;
        line-height: 50px;
        left: 8%;
        bottom: 95px;
    }

    .section-video .play {
        left: 70%;
        bottom: 50px;
    }

    .section-history {
        padding: 50px 0 50px 0;
    }

    .section-history .header {
        font-size: 50px;
        font-weight: 400;
        line-height: 60px;
        margin-bottom: 30px;
    }

    .section-history .header-2 {
        font-size: 28px;
        font-weight: 400;
        line-height: 40px;
    }

    .section-timeline {
        padding: 150px 0 100px 0;
    }

    .section-timeline .event {
        font-size: 28px;
        font-weight: 400;
        line-height: 40px;
    }

    .section-timeline .num {
        font-size: 300px;
        height: 225px;
    }

    .section-timeline .nav {
        top: -90px;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
    }

    .section-timeline .arr-nav {
        margin: 0 7px;
        display: inline-block;
    }


    .section-next {
        height: 100px;
    }

    .section-next.active {
        height: 335px;
        padding-top: 170px;
    }

    /*      .section-next .content{
        position: absolute;
        bottom: 0;
        padding-bottom: 30px;
        } */
    .section-next .city {
        font-size: 50px;
        line-height: 42px;
    }

    .section-next.active .city {
        margin-bottom: 40px;
    }

    .section-next .next {
        font-size: 14px;
    }


    .section-facts {
        padding: 100px 0 40px 0;
    }

    .section-facts .content {
        margin-bottom: 40px;
    }

    .section-facts .header {
        font-size: 40px;
        font-weight: 400;
        line-height: 60px;
    }

    .section-facts .photo {
        height: 359px;
    }

    .section-facts .nav-cont {
        position: absolute;
        top: -70px;
        margin: 0;
        width: 578px;
        margin-left: 8.3333%;
    }
}

/* LG */
@media (min-width: 990px) and (max-width: 1169px) {
    .col-lg-offset-0 {
        margin-left: 0;
    }

    .lg-v-center {
        align-self: center;
    }

    .gnav > span {
        width: 134px;
        height: 53px;
        bottom: -53px;
    }

    header .menu-other {
        margin-left: 100px;
    }

    .section-text {
        padding: 70px 0 115px 0;
    }

    .section-text .down {
        bottom: 50px;
    }

    .section-video .play {
        left: 50%;
    }

    .section-history {
        padding: 50px 0 50px 0;
    }

    .section-timeline {
        padding: 160px 0 80px 0;
    }

    .section-timeline .num {
        font-size: 350px;
        height: 260px;
    }

    .section-timeline .nav {
        top: -90px;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
    }

    .section-timeline .arr-nav {
        margin: 0 7px;
        display: inline-block;
    }


    .section-next.active {
        height: 625px;
        padding-top: 430px;
    }

}

/* XL */
@media (min-width: 1170px) {
    .section-video .play {
        left: 50%;
        transform: translateX(-50%);
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .xl-v-center {
        align-self: center;
    }

    .section-timeline .nav {
        top: -90px;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
    }

    .section-timeline .arr-nav {
        margin: 0 7px;
        display: inline-block;
    }

    .section-next {
        padding-top: 20px;
    }

    .section-next.active {
        height: 625px;
        padding-top: 430px;
    }
}

.gnav > span {
    width: 169px;
    height: 67px;
    bottom: -67px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}
.text iframe{
    width: 560px;
    height: 315px;
    border: none;
}
@media (max-width: 1020px) {
    header .logo {
        top: 0;
    }

    header .menu-other,
    header .share-cont {
        display: none;
    }

    header .ham {
        display: block;
    }
}
/* End */
/* /local/base/css/fonts.css?1783943423843 */
/* /local/base/css/reset.css?17839434231144 */
/* /local/base/css/nikodim.grid.css?178394342315353 */
/* /local/templates/goroda/js/magnific/magnific-popup.css?17334072487302 */
/* /local/templates/.default/components/bitrix/main.userconsent.request/cookies/style.css?17839434241944 */
/* /local/templates/goroda/template_styles.css?178394342428282 */
