

/* Start:/local/templates/novoroskhp/assets/libs/bootstrap-reboot/bootstrap-reboot.css?17205494944748*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }
/* End */


/* Start:/local/templates/novoroskhp/assets/libs/slick/slick.css?17205494941776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/novoroskhp/assets/libs/icomoon/icomoon.css?17205494941959*/
@font-face {
  font-family: 'icomoon';
  src:  url('/local/templates/novoroskhp/assets/libs/icomoon/../../fonts/icomoon/icomoon.eot?g128zp');
  src:  url('/local/templates/novoroskhp/assets/libs/icomoon/../../fonts/icomoon/icomoon.eot?g128zp#iefix') format('embedded-opentype'),
    url('/local/templates/novoroskhp/assets/libs/icomoon/../../fonts/icomoon/icomoon.ttf?g128zp') format('truetype'),
    url('/local/templates/novoroskhp/assets/libs/icomoon/../../fonts/icomoon/icomoon.woff?g128zp') format('woff'),
    url('/local/templates/novoroskhp/assets/libs/icomoon/../../fonts/icomoon/icomoon.svg?g128zp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e900";
}
.icon-angle-bottom:before {
  content: "\e901";
}
.icon-angle-top:before {
  content: "\e902";
}
.icon-angle-left:before {
  content: "\e903";
}
.icon-angle-right:before {
  content: "\e904";
}
.icon-pin:before {
  content: "\e905";
}
.icon-arrow-left:before {
  content: "\e906";
}
.icon-arrow-right:before {
  content: "\e907";
}
.icon-arrow-top:before {
  content: "\e908";
}
.icon-arrow-down:before {
  content: "\e909";
}
.icon-calendar:before {
  content: "\e90a";
}
.icon-file:before {
  content: "\e90b";
}
.icon-graph:before {
  content: "\e90c";
}
.icon-letter:before {
  content: "\e90d";
}
.icon-loup:before {
  content: "\e90e";
}
.icon-phone:before {
  content: "\e90f";
}
.icon-printer:before {
  content: "\e910";
}
.icon-share:before {
  content: "\e911";
}
.icon-thumb-up:before {
  content: "\e912";
}
.icon-minus:before {
  content: "\e913";
}
.icon-plus:before {
  content: "\e914";
}
.icon-thumb-down:before {
  content: "\e915";
}
/* End */


/* Start:/local/templates/novoroskhp/assets/libs/fancybox/jquery.fancybox.min.css?172054949413930*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;overflow:auto;padding:50px 44px 25px;right:0;text-align:center;z-index:99996}.fancybox-caption--separate{margin-top:-25px;max-height:50vh}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-caption{padding-left:12px;padding-right:12px}.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}@supports (padding:0px){.fancybox-caption{padding:50px calc(max(12px, env(safe-area-inset-right))) calc(max(12px, env(safe-area-inset-bottom))) calc(max(25px, env(safe-area-inset-left)))}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/novoroskhp/assets/libs/air-datepicker/air-datepicker.css?172054949419484*/
.air-datepicker-cell.-day-.-other-month-,.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.air-datepicker-cell.-day-.-other-month-:hover,.air-datepicker-cell.-year-.-other-decade-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-day-.-other-month-,.-selected-.air-datepicker-cell.-year-.-other-decade-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-day-.-other-month-,.-in-range-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-day-.-other-month-:empty,.air-datepicker-cell.-year-.-other-decade-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}

.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}

.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}

.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}

.air-datepicker-time{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:'';background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type='range']{background:none;cursor:pointer;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type='range']::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type='range']::-ms-tooltip{display:none}.air-datepicker-time--row input[type='range']:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type='range']:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type='range']:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type='range']:focus{outline:none}.air-datepicker-time--row input[type='range']:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type='range']:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type='range']:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type='range']::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type='range']::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type='range']::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type='range']::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size) / 2 * -1)}.air-datepicker-time--row input[type='range']::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type='range']::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type='range']::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:transparent;background:transparent}.air-datepicker-time--row input[type='range']::-ms-fill-lower{background:transparent}.air-datepicker-time--row input[type='range']::-ms-fill-upper{background:transparent}

.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas:
    'nav'
    'body'
    'timepicker'
    'buttons';--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}

.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,0.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, -webkit-max-content);grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:transparent}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:'';position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^='top'] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^='top'] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^='right'] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^='right'] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^='bottom'] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^='bottom'] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^='left'] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^='left'] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size) / 2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size) / 2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}


/* End */


/* Start:/local/templates/novoroskhp/assets/libs/panzoom/panzoom.css?1720549494454*/
.panzoom{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.panzoom__viewport{position:relative;width:100%;height:100%;min-height:1px;margin:auto}.panzoom__content{max-width:100%;max-height:100%;object-fit:contain;transform:translate3d(0, 0, 0) scale(1);transform-origin:0 0;transition:none;touch-action:none;user-select:none}.is-draggable{cursor:move;cursor:grab}.is-dragging{cursor:grabbing}
/* End */


/* Start:/local/templates/novoroskhp/assets/css/app.css?173036916978278*/
@font-face {
  font-family: "EuclidFlex";
  font-style: normal;
  font-weight: 100;
  src: url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-Thin.woff") format("woff"), url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "EuclidFlex";
  font-style: italic;
  font-weight: 100;
  src: url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-ThinItalic.woff") format("woff"), url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-ThinItalic.woff2") format("woff2");
}
@font-face {
  font-family: "EuclidFlex";
  font-style: normal;
  font-weight: 200;
  src: url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-UltraLight.woff") format("woff"), url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-UltraLight.woff2") format("woff2");
}
@font-face {
  font-family: "EuclidFlex";
  font-style: italic;
  font-weight: 200;
  src: url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-UltraLightItalic.woff") format("woff"), url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-UltraLightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "EuclidFlex";
  font-style: normal;
  font-weight: 300;
  src: url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-Light.woff") format("woff"), url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-Light.woff2") format("woff2");
}
@font-face {
  font-family: "EuclidFlex";
  font-style: italic;
  font-weight: 300;
  src: url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-LightItalic.woff") format("woff"), url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-LightItalic.woff2") format("woff2");
}
/*
@font-face {
  font-family: "EuclidFlex";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-Regular.woff") format("woff"), url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-Regular.woff2") format("woff2");
}
*/
@font-face {
  font-family: "EuclidFlex";
  font-style: italic;
  font-weight: 400;
  src: url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-Italic.woff") format("woff"), url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-Italic.woff2") format("woff2");
}
/*
@font-face {
  font-family: "EuclidFlex";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-Medium.woff") format("woff"), url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-Medium.woff2") format("woff2");
}
*/
@font-face {
  font-family: "EuclidFlex";
  font-style: italic;
  font-weight: 500;
  src: url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-MediumItalic.woff") format("woff"), url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-MediumItalic.woff2") format("woff2");
}
/*
@font-face {
  font-family: "EuclidFlex";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-SemiBold.woff") format("woff"), url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-SemiBold.woff2") format("woff2");
}
*/
@font-face {
  font-family: "EuclidFlex";
  font-style: italic;
  font-weight: 600;
  src: url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-SemiBoldItalic.woff") format("woff"), url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-SemiBoldItalic.woff2") format("woff2");
}
/*
@font-face {
  font-family: "EuclidFlex";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-Bold.woff") format("woff"), url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-Bold.woff2") format("woff2");
}
*/
@font-face {
  font-family: "EuclidFlex";
  font-style: italic;
  font-weight: 700;
  src: url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-BoldItalic.woff") format("woff"), url("/local/templates/novoroskhp/assets/css/../fonts/EuclidFlex-BoldItalic.woff2") format("woff2");
}

/* Fonts - new */
@font-face {
  font-family: "EuclidFlex";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/novoroskhp/assets/css/../fonts/Euclid2/EuclidFlex2-Regular.woff") format("woff"), 
       url("/local/templates/novoroskhp/assets/css/../fonts/Euclid2/EuclidFlex2-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "EuclidFlex";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/novoroskhp/assets/css/../fonts/Euclid2/EuclidFlex2-Medium.woff") format("woff"), 
       url("/local/templates/novoroskhp/assets/css/../fonts/Euclid2/EuclidFlex2-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "EuclidFlex";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/novoroskhp/assets/css/../fonts/Euclid2/EuclidFlex2-SemiBold.woff") format("woff"), 
       url("/local/templates/novoroskhp/assets/css/../fonts/Euclid2/EuclidFlex2-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "EuclidFlex";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/novoroskhp/assets/css/../fonts/Euclid2/EuclidFlex2-Bold.woff") format("woff"), 
       url("/local/templates/novoroskhp/assets/css/../fonts/Euclid2/EuclidFlex2-Bold.woff2") format("woff2");
}

/* Colours root */
:root {
  --pantone-289C: #0c2340;
  --pantone-289C-hover: #193c66;
  --pantone-2111C: #464e80;
  --pantone-2358C: #ada8ae;
  --pantone-2358C-hover: #c9bbcc;
  --pantone-2358C-light: #eee8f0;
  --pantone-2362C: #6c6a78;
  --pantone-434: #d0c4c5;
  --pantone-126C: #9a7611;
  --pantone-126C-light: #ebcc79;  
  --pantone-126C-hover: #8c6410;
  --pantone-872C: #85714d;
  --pantone-877C: #8a8d8f;
  --section-bg: #6C6A81;
}

/* == DEFAULT STYLES == */
*:focus {
  outline: none;
}

*:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

*, :before, :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

body {
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: EuclidFlex, sans-serif;
  min-height: 100vh;
  color: var(--pantone-289C);
}

/* == text elements == */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  line-height: 1;
  font-weight: 600;
}

h1 {
  font-size: 33px;
  color: var(--pantone-289C);
}

h2 {
  font-size: 36px;
  color: var(--pantone-289C);
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 14px;
  color: var(--pantone-289C);
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin: 0 0 1em;
  padding: 0 0 0 20px;
  line-height: 1.26;
}

p {
  margin: 0 0 25px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--pantone-289C);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none;
}

em {
  font-style: normal;
  color: var(--pantone-126C);
}

/* == media elements == */
img {
  display: inline-block;
  max-width: 100%;
}

img,
iframe,
video {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a img {
  border: none;
}

figure {
  background-color: var(--pantone-2358C);
}

/* == form elements == */
input, textarea, button, select {
  font: inherit;
  color: inherit;
}

input, textarea {
  outline: none;
}

input {
  width: 100%;
  height: 52px;
  border: 1px solid #E9E9E9;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 0 20px;
  font-size: 14px;
}

input:focus {
  border-color: var(--pantone-289C);
}

input:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:focus:-moz-placeholder {
  opacity: 1;
}

input:focus::-moz-placeholder {
  opacity: 1;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input:focus::-webkit-input-placeholder {
  color: #000;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #D0D0D0;
}

textarea:focus::-webkit-input-placeholder {
  color: #000;
}

textarea:-moz-placeholder {
  opacity: 1;
  color: #D0D0D0;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #D0D0D0;
}

textarea:focus:-moz-placeholder {
  opacity: 1;
  color: #000;
}

textarea:focus::-moz-placeholder {
  opacity: 1;
  color: #000;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
[type=search]::-webkit-search-decoration, [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-results-button, [type=search]::-webkit-search-results-decoration {
  display: none;
}

textarea {
  resize: none;
  overflow: auto;
  width: 100%;
  border: 0;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  height: 185px;
  border-bottom: 1px solid #E9E9E9;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  line-height: 1.2;
}

textarea:focus {
  color: #000;
  border-color: var(--pantone-289C);
}

select::-ms-expand {
  display: none;
}

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: 0;
  border: 0;
}

/* == tables elements == */
table {
  width: 100%;
  border: 1px solid rgba(40, 33, 59, 0.1);
  color: #000000;
  line-height: 1.25;
}

th {
  vertical-align: middle;
  background: var(--section-bg);
  padding: 9px 20px;
  height: 42px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  min-width: 220px;
  border-right: 1px solid rgba(40, 33, 59, 0.1);
  border-bottom: 1px solid rgba(40, 33, 59, 0.1);
}

td {
  padding: 10px 20px;
  height: 78px;
  border-bottom: 1px solid rgba(40, 33, 59, 0.1);
}

td[rowspan] {
  vertical-align: top;
  padding-top: 15px;
}

td:not(:last-child) {
  border-right: 1px solid rgba(40, 33, 59, 0.1);
}

th:last-child,
td:last-child {
  text-align: left;
}

.table-wrapper {
  overflow-x: auto;
  scrollbar-color: var(--pantone-126C) var(--pantone-126C);
  scrollbar-width: thin;
  position: relative;
  z-index: 1;
}

.table-wrapper::-webkit-scrollbar {
  width: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--pantone-2358C)), to(var(--pantone-2358C))) no-repeat center/auto 5px;
  background: linear-gradient(var(--pantone-2358C), var(--pantone-2358C)) no-repeat center/auto 5px;
  height: 5px;
}

.table-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--pantone-126C);
  border-radius: 0;
}

.table-logo {
  max-height: 50px;
  width: auto;
}

/* ~~ CUSTOM STYLES ~~ */
/* ~~ FRAME ELEMENTS ~~ */
.container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.container-small {
  max-width: 782px;
}

.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.section-inner {
  padding: 40px 0 60px;
}

.section-accent {
  background-color: var(--section-bg);
}

.block-accent {
  background-color: var(--pantone-2358C);
}

.navigation-wrapper {
  padding: 14px 0;
  white-space: nowrap;
  overflow-y: auto;
  scrollbar-color: transparent transparent;
  background-color: var(--section-bg);
  z-index: 99;
}

.navigation-wrapper::-webkit-scrollbar {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)) no-repeat center/auto 2px;
  background: linear-gradient(transparent, transparent) no-repeat center/auto 2px;
}

.navigation-wrapper::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 0;
}

.navigation {
  font-size: 11px;
  line-height: 1.2;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation a {
  color: #fff;
  text-decoration: none;
}

.navigation a:hover {
  color: var(--pantone-2358C-hover);
}

.navigation li {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  color: #fff;
}

.navigation li::before {
  width: auto;
  height: auto;
  background: 0;
  margin: 0;
  position: static;
  display: none;
}

.navigation li:not(:last-child) {
  margin-bottom: 0;
}

.navigation li:last-child {
  padding-right: 15px;
}

.navigation li + li::before {
  display: inline-block;
  padding: 0 1.2rem;
  content: "/";
  vertical-align: -1px;
  color: #fff;
}

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-overflow {
  overflow: hidden;
}

.sidebar {
  width: 247px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 44px 0 0;
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.sidebar-menu {
  margin: 0;
  padding: 30px 0 37px;
  list-style-type: none;
  background-color: var(--pantone-2358C-light);
  line-height: 1;
}

.sidebar-menu li {
  padding: 0 20px;
  position: relative;
}

.sidebar-menu li:not(:last-child) {
  margin: 0 0 10px 0;
}

.sidebar-menu a {
  padding: 6px 0;
  display: block;
  color: var(--pantone-289C);
}

.sidebar-menu a:hover {
  color: var(--pantone-289C-hover);
  text-decoration: none;
}

.sidebar-menu li.active a {
  color: var(--pantone-289C);
}

.sidebar-menu li.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background-color: var(--section-bg);
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -7.5px;
  font-size: 14px;
}

.pagination-link {
  line-height: 34px;
  min-width: 52px;
  text-align: center;
  padding: 0 4px;
  background-color: var(--pantone-2358C);
  color: #000;
  margin: 0 7.5px;
}

.pagination-link:hover {
  background-color: var(--pantone-126C);
  color: #fff;
  text-decoration: none;
}

.pagination-link:first-child,
.pagination-link:last-child {
  font-weight: lighter;
  font-size: 12px;
}

.mobile-btn {
  vertical-align: middle;
  font-size: 21px;
  margin: 0 20px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  display: none;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.mobile-btn::before {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: inline-block;
  vertical-align: 0;
}

.mobile-btn.active::before {
  content: "\e914";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: var(--pantone-289C);
}

.overflow-off {
  overflow: hidden;
}

.chart {
  height: 320px;
  margin: 0 0 45px;
}

.chart-block-title {
  max-width: 390px;
  width: 100%;
  color: #000;
  font-size: 22px;
  margin: 0 0 30px;
}

.chart-block p {
  margin-bottom: 30px;
}

.chart-legend-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.chart-legend-item {
  margin: 0 15px 20px;
}

.chart-legend-item span {
  display: inline-block;
  vertical-align: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 12px 0 0;
  line-height: 1;
}

/* ~~ TEXT ELEMENTS ~~ */
.page-title {
  margin: 0 0 35px;
}

.block-title {
  font-size: 25px;
  color: #000;
  margin: 0 0 25px;
}

.section-title {
  color: #000;
  margin: 0 0 25px;
}

.text-block figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.text-block figure {
  margin: 0 0 30px;
}

.text-columns-box {
  margin: 0 -12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 45px 0;
}

.text-column h3 {
  font-weight: 500;
  line-height: 1.25;
}

.text-column {
  width: 485px;
  margin: 0 12px;
  font-size: 18px;
}

.text-column-wide {
  width: 558px;
}

.date {
  line-height: 1;
  font-size: 14px;
}

.date i {
  margin: 0 14px 0 0;
  vertical-align: -1px;
  font-size: 15px;
}

.file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #000;
  line-height: 1.27;
}

.file:not(:last-child) {
  margin: 0 0 20px;
}

.file img {
  width: 20px;
  height: auto;
}

.file i {
  font-size: 20px;
}

.file img,
.file i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.file:hover {
  color: var(--pantone-289C);
  text-decoration: none;
}

.files-block:not(:last-child) {
  margin: 0 0 40px;
}

.tags {
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag {
  margin: 0 5px 10px;
  background-color: var(--pantone-2358C);
  line-height: 26px;
  color: var(--pantone-289C);
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px;
}

.tag:hover {
  text-decoration: none;
  background-color: #cce5f6;
  color: var(--pantone-289C);
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.back-link {
  line-height: 25px;
  background-color: var(--pantone-2362);
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 25px;
  min-width: 145px;
  text-align: center;
}

.back-link i {
  font-size: 10px;
  margin: 0 10px 0 0;
}

.back-link:hover {
  text-decoration: none;
  background-color: var(--pantone-2358C);
  color: #000;
}

/* ~~ BUTTONS ~~ */
.btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}

.btn-accent {
  background-color: var(--pantone-289C);
  border-radius: 4px;
  line-height: 40px;
  color: #fff;
  padding: 0 15px;
}

.btn-accent:hover {
  background-color: var(--pantone-289C-hover);
  color: #fff;
}

.btn-icon i {
  margin: 0 12px 0;
  vertical-align: -2px;
}

.btn-icon-after i {
  margin: 0 0 0 6px;
}

.btn:hover {
  text-decoration: none;
}

.btn-alt-transparent {
  background-color: rgba(224, 165, 38, 0.9);
  color: #fff;
}

.btn-alt-transparent:hover {
  background-color: var(--pantone-126C);
  color: #fff;
}

.btn-alt {
  background-color: var(--pantone-126C);
  color: #fff;
}

.btn-alt:hover {
  background-color: #cf971e;
}

.btn-big {
  line-height: 60px;
  padding: 0 15px;
  min-width: 245px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 500;
}

.btn-big i {
  font-size: 0.7em;
}

/* ~~ FORM ELEMENTS ~~ */
.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px 20px;
}

.filter-item {
  width: 252px;
  margin: 0 12px 24px;
}

.datepicker {
  padding: 0 35px 0 55px;
  background: url("/local/templates/novoroskhp/assets/css/../img/calendar.svg") no-repeat 20px center/18px auto, url("/local/templates/novoroskhp/assets/css/../img/svg-images/carret-bottom.svg") no-repeat calc(100% - 20px) center/10px auto;
}

.datepicker:focus {
  background: url("/local/templates/novoroskhp/assets/css/../img/calendar.svg") no-repeat 20px center/18px auto, url("/local/templates/novoroskhp/assets/css/../img/svg-images/carret-top.svg") no-repeat calc(100% - 20px) center/10px auto;
}

.datepicker-accent {
  background: url("/local/templates/novoroskhp/assets/css/../img/calendar-accent.svg") no-repeat 20px center/18px auto, url("/local/templates/novoroskhp/assets/css/../img/svg-images/carret-bottom.svg") no-repeat calc(100% - 20px) center/10px auto;
}

.datepicker-accent:focus {
  background: url("/local/templates/novoroskhp/assets/css/../img/calendar-accent.svg") no-repeat 20px center/18px auto, url("/local/templates/novoroskhp/assets/css/../img/svg-images/carret-top.svg") no-repeat calc(100% - 20px) center/10px auto;
}

.field-name {
  font-size: 15px;
  font-weight: 500;
  color: var(--pantone-289C);
}

.field-no-border {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #D0D0D0;
  height: 40px;
}

.field-no-border:-moz-placeholder {
  opacity: 1;
  color: #D0D0D0;
}

.field-no-border::-moz-placeholder {
  opacity: 1;
  color: #D0D0D0;
}

.field-no-border:focus:-moz-placeholder {
  opacity: 1;
  color: #000;
}

.field-no-border:focus::-moz-placeholder {
  opacity: 1;
  color: #000;
}

.field-no-border::-webkit-input-placeholder {
  opacity: 1;
  color: #D0D0D0;
}

.feedback-form {
  max-width: 525px;
  width: 100%;
}

.feedback-form-footer {
  padding: 40px 0 0;
}

.field {
  font-size: 22px;
  font-weight: 500;
}

.field-item {
  margin: 0 0 10px;
}

/* ~~ TABLE ELEMENTS ~~ */
.statistics-table {
  font-size: 13px;
  font-family: sans-serif;
}

.statistics-table th {
  min-width: 80px;
  font-size: 13px;
  padding: 6px 8px;
  height: 33px;
}

.statistics-table td {
  height: 33px;
  padding: 6px 8px;
}

.select {
  position: relative;
}

.select-field {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  border: 0;
  width: 100%;
  height: 100%;
}

.select-field option {
  background-color: #fff;
}

.select-output {
  line-height: normal;
  border: 1px solid rgba(40, 33, 59, 0.1);
  border-radius: 2px;
  height: 52px;
  line-height: 52px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 30px 0 15px;
}

.select-date {
  padding: 0 30px 0 50px;
}

.select-date::before {
  content: "\e90a";
  font-family: icomoon;
  font-size: 16px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--pantone-289C);
}

.select-output::after {
  content: "\e916";
  font-family: icomoon;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 17px;
  line-height: 1;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.select-open .select-output::after {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  color: var(--pantone-289C);
}

.select-list {
  position: absolute;
  top: calc(100% + 6px);
  background: #fff;
  -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
  width: 100%;
  padding: 0;
  color: #535353;
  line-height: 1;
  max-height: 230px;
  min-height: 95px;
  overflow-y: auto;
  scrollbar-color: #94919E #E9E9EB;
  scrollbar-width: thin;
  display: none;
  z-index: 70;
  margin: 0;
}

.select-open .select-list {
  display: block;
}

.select-open .select-output {
  border-color: var(--pantone-289C);
}

.select-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #E9E9EB no-repeat center/auto 4px;
}

.select-list::-webkit-scrollbar-thumb {
  background-color: #94919E;
  border-radius: 2px;
}

.select-list li {
  padding: 10px 16px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.select-list li::before {
  display: none;
}

.select-list li:hover {
  color: #fff;
  background-color: var(--pantone-289C);
}

/* ~~ LAYOUT STYLES ~~ */
/*header*/
.header {
  background-color: #fff;
  z-index: 999;
}

.header-absolute {
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.logo:hover {
  color: var(--pantone-289C-hover);
  text-decoration: none;
}

.header-logo {
  margin: 0 30px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  z-index: 5;
}

.logo-text {
  max-width: 115px;
  margin: 0 18px 0 0;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: var(--pantone-289C);
}

.logo img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 54px;
  height: auto;
}

.modal-search-btn {
  font-size: 20px;
  margin: 0 20px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: inherit;
  position: relative;
  z-index: 5;
}

.modal-search-btn:hover {
  color: var(--pantone-289C);
  text-decoration: none;
}

.lang {
  font-size: 12px;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

.lang.open i {
  color: var(--pantone-126C);
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.lang-output {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.lang-output i {
  margin: 0 0 0 5px;
  vertical-align: middle;
  font-size: 8px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.lang-list {
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  right: 0;
  margin: 0;
  padding: 0 0 5px 0;
  list-style-type: none;
  min-width: calc(100% + 15px);
  text-align: right;
  white-space: nowrap;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  opacity: 0;
  pointer-events: none;
}

.lang.open .lang-list {
  opacity: 1;
  pointer-events: auto;
}

.lang-list a {
  padding: 4px 12px;
  display: block;
  color: inherit;
}

.lang-list a:hover {
  text-decoration: none;
  color: var(--pantone-126C);
}

/*intro-section*/
.intro-section {
  position: relative;
}

.intro-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.intro-slide {
  min-height: 620px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: calc(var(--h-height) + 25px) 0 var(--h-height);
  position: relative;
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.intro-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-radial-gradient(ellipse closest-side, #6c6a78, transparent) no-repeat 0 -30%/60% 50%, -o-radial-gradient(ellipse closest-side, #6c6a78, transparent) no-repeat right 0 bottom -30%/60% 50%;
  background: radial-gradient(ellipse closest-side, #6c6a78, transparent) no-repeat 0 -30%/60% 50%, radial-gradient(ellipse closest-side, #6c6a78, transparent) no-repeat right 0 bottom -30%/60% 50%;
  pointer-events: none;
}

.intro-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro-progress,
.intro-progress-track {
  fill: none;
}

.intro-progress-track {
  stroke: rgba(255, 255, 255, 0.5);
}

.intro-progress-bar {
  stroke-width: 4px;
  stroke: #fff;
  stroke-dasharray: 0, 138.230076758px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0, 138.230076758px;
  }
  100% {
    stroke-dasharray: 138.230076758px, 138.230076758px;
  }
}

@keyframes progress {
  0% {
    stroke-dasharray: 0, 138.230076758px;
  }
  100% {
    stroke-dasharray: 138.230076758px, 138.230076758px;
  }
}
.slick-active .intro-progress-bar {
  -webkit-animation: progress 4s linear forwards;
  animation: progress 4s linear forwards;
}

.intro-slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: li;
  padding: 0;
  margin: 0;
}

.intro-slide {
  position: relative;
}

.intro-slider-dots li {
  width: 44px;
  height: 44px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  text-align: center;
  position: relative;
  margin: 0 10px;
  counter-increment: li;
}

.intro-slider-dots li::before {
  content: counter(li);
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.intro-slider-navigation {
  position: absolute;
  right: calc(50% - 580px);
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-slide-content {
  width: 100%;
  padding: 0 0 90px 0;
  margin: 0 64px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 715px;
  position: relative;
  z-index: 1;
}

.intro-slide-content img {
  width: 92px;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.intro-slide-text strong {
  font-size: 17px;
  font-weight: 500;
}

.intro-slide-text h1 {
  font-size: 40px;
  line-height: 1.1;
  color: #fff;
}

.intro-slide-text {
  margin: 0 50px 0 0;
  max-width: 572px;
  width: 100%;
  padding: 0 50px 0 0;
  position: relative;
}

.intro-slide-text:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
}

.intro-slider-link {
  color: #fff;
  font-size: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 1;
  margin: 0 25px 0 0;
}

.intro-slider-link i {
  vertical-align: -1px;
  margin: 0 15px 0 0;
}

.intro-slider-link:hover {
  color: var(--pantone-126C);
  text-decoration: none;
}

/*info-section*/
.info-section {
  padding: 64px 0 45px;
}

.text-columns-box {
  margin: 0 -15px;
}

.info-box {
  margin: 0 -30px;
  font-size: 16px;
}

.info-block {
  padding: 60px 0 0;
  margin: 0 0 65px;
}

.info-box-nopadding {
  padding-top: 0;
}

.info-box-custom {
  font-size: 18px;
  padding: 30px 35px 0 0;
}

.info-item {
  width: calc(33.3333333333% - 60px);
  margin: 0 30px 65px;
}

.info-box-small {
  margin: 0 -15px;
}

.info-item-small {
  width: calc(25% - 30px);
  margin: 0 15px 65px;
}

.info-item-value {
  font-size: 50px;
  font-weight: 600;
  color: var(--pantone-289C);
  line-height: 1;
  margin: 0 14px 0 0;
  position: relative;
  z-index: 1;
}

.info-item-value:last-child {
  margin-right: 0;
}

.info-item-alt .info-item-value {
  color: var(--pantone-126C);
}

.info-item-alt .info-item-value::after {
  background-color: var(--pantone-126C-light);
}

.info-item-white .info-item-value::after {
  background-color: #fff;
}

.info-item-big .info-item-value {
  font-size: 60px;
}

.info-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0 5px 22px;
  margin: 0 0 12px;
}

.info-item-value::after {
  content: "";
  width: 67px;
  height: calc(100% + 12px);
  background-color: var(--pantone-2358C);
  -webkit-clip-path: polygon(19px 0, 100% 0, calc(100% - 19px) 100%, 0 100%);
  clip-path: polygon(19px 0, 100% 0, calc(100% - 19px) 100%, 0 100%);
  position: absolute;
  left: -22px;
  top: -6px;
  z-index: -1;
}

.info-item-big .info-item-value::after {
  width: 82px;
}

.info-item-head span {
  font-weight: 600;
  color: var(--pantone-289C);
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  max-width: 100px;
  margin: 3px 0 0;
  position: relative;
  z-index: 1;
}

.info-item-text {
  padding: 0 20px;
  line-height: 1.26;
}

/*news-section*/
.news-section {
  padding: 42px 0 0;
  overflow: hidden;
}

.news-item-image {
  height: 152px;
  width: 100%;
  display: block;
  margin: 0 0 18px;
  overflow: hidden;
}

.news-item-image:hover img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.news-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.news-box {
  margin: 0 -12px;
}

.news-box-custom {
  margin: 0 -84px;
}

.news-item {
  width: 268px;
  margin: 0 12px 52px;
}

.news-item-small {
  width: 234px;
}

.news-item-custom {
  margin: 0 84px 60px;
}

.news-item-small .news-item-content h4 {
  font-size: 17px;
}

.news-item-date {
  margin: 0 0 22px;
}

.news-item-content h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.21;
}

.news-item-content h4 a {
  color: #000;
}

.news-box .slider-arrow {
  top: -45px;
}

.news-box .slider-arrow-right {
  right: 15px;
}

.news-box .slider-arrow-left {
  right: 65px;
}

.news-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-column {
  margin: 0 -12px;
  width: 528px;
}

.news-column-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 582px;
}

.news-card {
  width: 267px;
  margin: 0 12px 52px;
}

.news-card a {
  color: #000;
}

.news-card-image {
  display: block;
  height: 152px;
  margin: 0 0 20px;
  overflow: hidden;
}

.news-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.news-card h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.27;
}

.news-card h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.27;
}

.news-card-big {
  width: 100%;
  margin: 0 12px 100px;
}

.news-card-big .news-card-image {
  height: 318px;
}

.news-card-date {
  margin: 0 0 18px;
}

.news-card-image:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news-pagination {
  padding-top: 40px;
}

.releases-box {
  margin: 0 -12px;
}

/*rebuild-section*/
.rebuild-section .section-title {
  margin: 0 0 26px;
}

.rebuild-top p {
  margin-bottom: 15px;
}

.rebuild-note {
  position: absolute;
  right: 160px;
  top: -15px;
  padding: 35px 35px 35px 55px;
  background-color: var(--pantone-126C);
  -webkit-clip-path: polygon(55px 0, 100% 0, calc(100% - 45px) 100%, 0 100%);
  clip-path: polygon(55px 0, 100% 0, calc(100% - 45px) 100%, 0 100%);
  width: 265px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.26;
}

.rebuilding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rebuilding-image {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.rebuilding-image img {
  width: 100%;
  display: block;
}

.rebuilding-info-box {
  max-width: 700px;
  margin: -160px -30px 0;
}

.rebuilding-info-box .info-item {
  width: calc(50% - 60px);
}

.rebuild-section {
  padding: 45px 0 0;
}

.rebuild-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 65px;
}

.rebuild-legend-item {
  margin: 0 85px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rebuild-legend-indicator {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 12px 0 0;
  vertical-align: middle;
  display: inline-block;
}

.rebuild-item {
  font-size: 23px;
  width: 260px;
  color: #000;
  line-height: 1.15;
}

.rebuild-slide-info {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  opacity: 0;
  /*-webkit-transform: scale(0);*/
  /*-ms-transform: scale(0);*/
  /*transform: scale(0);*/
}

.rebuild-slide-image {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.rebuild-slide.slick-active .rebuild-slide-info {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.rebuild-slide.slick-active .rebuild-slide-image {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.rebuild-item:not(:last-child) {
  /*margin: 0 0 30px;*/
}

.rebuild-item-value {
  font-weight: 600;
  color: var(--section-bg);
}

.rebuild-item-value-current {
  color: var(--pantone-126C);
}

.rebuild-item-bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
}

.rebuild-item-bar {
  width: 34px;
  height: 80px;
  position: relative;
  margin: 0 0 7px;
}

.rebuild-item-progress {
  background-color: var(--section-bg);
  border-radius: 5px 5px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.rebuild-item-progress-current {
  background-color: var(--pantone-126C);
}

.rebuild-item-bar-wrapper {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rebuild-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}


.rebuild-slide {
  padding: 0 0 155px 0;
  position: relative;
}

.rebuild-slide .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rebuild-slide-image {
  width: 723px;
  height: 415px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  margin: 0 90px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rebuild-slide-image img {
  display: inline-block;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/*partners-section*/
.partners-section {
  padding: 28px 0 54px;
}

.partners-slider {
  margin: 0 -2px;
}

.partners-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.partners-slide,
.partners-slide.slick-slide {
  width: 187px;
  height: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 2px;
  position: relative;
  padding: 10px 0;
}

.partners-slide::before {
  content: "";
  width: 79%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: skew(-20deg) translateX(-50%);
  -ms-transform: skew(-20deg) translateX(-50%);
  transform: skew(-20deg) translateX(-50%);
}

.partners-slide:hover:before {
  border: 1px solid var(--pantone-289C);
  background: var(--pantone-289C);
}

.partners-slide:hover img {
  -webkit-filter: brightness(150);
  filter: brightness(150);
}

.partners-slide img {
  margin: auto;
  max-width: 130px;
  max-height: 100%;
}

.partners-slider .slider-arrow {
  top: -45px;
}

.partners-slider .slider-arrow-right {
  right: 0;
}

.partners-slider .slider-arrow-left {
  right: 40px;
}

/***** INNER PAGES *****/
/*history page*/
.history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.history-item img {
  width: 50%;
  height: 307px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.history-item-text {
  padding: 20px 0 20px 60px;
  font-size: 14px;
  line-height: 1.27;
  -ms-flex-item-align: center;
  align-self: center;
}

.history-item-text-small {
  font-size: 13px;
}

.history-item-text h2 {
  margin: 0 0 18px;
  font-size: 30px;
}

.history-item-text p:not(:last-child) {
  margin: 0 0 20px;
}

.history-item:nth-child(even) .history-item-text {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding: 20px 60px 20px 0;
}

.history-item-text ul {
  padding: 0 0 0 20px;
  margin: 0;
}

/*business-page*/
.business-text-block {
  font-size: 14px;
  margin: 0 0 85px;
}

.business-text-block h5 {
  line-height: 1.3;
  margin: 0 0 20px;
}

.business-text-block ul {
  margin: 0 0 20px;
}

.business-text-block figure img {
  height: 182px;
}

.business-text-block p:not(:last-child) {
  margin: 0 0 18px;
}

/*management-page*/
.management {
  overflow: hidden;
}

.management-box {
  margin: 0 -25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px 0 0;
}

.management-card {
  margin: 0 25px 60px;
  width: 242px;
  display: block;
  color: #000;
  line-height: 1.26;
}

.management-card-main {
  width: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.management-card-text {
  padding: 20px 0 20px 50px;
}

.management-card-main .management-card-image {
  width: 284px;
  height: 360px;
}

.management-card:hover {
  text-decoration: none;
  color: inherit;
}

.management-card:hover .management-card-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.management-card:hover .management-card-image {
  background-color: #d9ecf9;
}

.management-card h4 {
  color: var(--pantone-289C);
  margin: 0 0 10px;
}

.management-card-image {
  width: 194px;
  height: 248px;
  background: url("/local/templates/novoroskhp/assets/css/../img/image-fallback.png") no-repeat center/72px 72px var(--pantone-2358C);
  margin: 0 0 22px;
  overflow: hidden;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.management-card-text h2 {
  font-size: 33px;
  margin: 0 0 10px;
}

.management-card-text .management-card-subtitle {
  font-size: 20px;
  margin: 0 0 25px;
}

.management-card-text p {
  line-height: 1.5;
}

.management-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

/*directors-page*/
.directors-section-inner {
  padding-bottom: 140px;
}

/*rebuilding-page*/
.rebuilding > h4 {
  margin: 0 0 40px;
}

.rebuilding-section-inner .page-title {
  margin: 0 0 60px;
}

/*port-page*/
.port-text-block figure img {
  height: 238px;
}

.port-text-block figure {
  margin: 0 0 40px;
}

/*product-page*/
.product-text-block {
  font-size: 18px;
  margin: 0 0 60px;
}

.product-text-block figure {
  background-color: #fff;
  margin: 0 0 -30px;
  text-align: center;
}

.product-text-block figure img {
  height: auto;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

.products-contact {
  font-size: 15px;
}

.products-contact p {
  margin: 0;
}

.products-contact a {
  color: var(--pantone-126C);
}

.products-contact:not(:last-child) {
  margin: 0 0 30px;
}

.products-contact > h3 {
  font-size: 22px;
  margin: 0 0 18px;
}

.specification-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.specification-item-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 388px;
  padding: 75px 20px 0;
  text-align: center;
}

.specification-item-content {
  font-size: 18px;
}

.specification-item-content h3 {
  font-weight: 500;
  color: var(--pantone-289C);
  margin: 0 0 20px;
}

.specification-item-content h5 {
  color: #000;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.specification-item-content ul {
  line-height: 1.5;
  margin: 0 0 32px;
}

.specification-item-content ul:last-child {
  margin: 0;
}

.specification-item {
  padding: 40px 0;
  border-top: 1px solid #E0E0E0;
}

.specification-item:first-child {
  padding: 0 0 40px;
  border: 0;
}

.product-block p {
  margin-bottom: 0;
}

.product-block a:not([class]):hover {
  color: var(--pantone-289C);
}

/*analytics-page*/
.analytics-section-inner .page-title {
  margin: 0 0 40px;
}

/*post-page*/
.post-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-block-body {
  max-width: 752px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.post-block-sidebar {
  max-width: 300px;
  width: 100%;
  padding: 50px 0 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.post:not(:last-child) {
  margin: 0 0 65px;
}

.post figure img {
  height: 338px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.post figure {
  margin: 0 0 35px;
}

.post-date {
  margin: 0 0 25px;
}

.post h1 {
  margin: 0 0 25px;
  color: #000;
  font-size: 30px;
}

.post-panel {
  margin: 55px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--pantone-2358C);
  padding: 21px 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}

.post-tags {
  padding: 10px 0 0;
}

.news-thumb-link {
  font-size: 18px;
  color: #000;
  display: block;
  line-height: 1.2;
}

.news-thumb-link:hover {
  text-decoration: none;
  color: var(--pantone-289C);
}

.news-thumb-date {
  margin: 0 0 15px;
}

.news-thumb:not(:last-child) {
  margin: 0 0 50px;
}

.post-block-sidebar > h3 {
  margin: 0 0 36px;
}

.rate-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 -20px;
}

.btn-rate {
  margin: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-rate:hover {
  color: var(--pantone-289C);
}

.btn-rate i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -13px;
}

.tool {
  margin: 5px 13px;
  color: #000000;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tool i {
  vertical-align: middle;
  display: inline-block;
  margin: 0 11px 0 0;
}

.tool:hover {
  text-decoration: none;
  color: var(--pantone-289C);
}

/*contacts-page*/
.contacts-items {
  background: #FFFFFF;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0 30px;
  max-width: 496px;
  width: 100%;
  font-size: 17px;
}

.contacts-item {
  padding: 30px 0 30px 60px;
  position: relative;
  line-height: 1.26;
  border-top: 1px solid #E7E7E7;
}

.contacts-item:first-child {
  border: 0;
}

.contacts-item i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 33px;
  font-weight: 300;
}

.contacts-item-content p {
  margin: 0 0 10px;
}

.contacts-item-content p:last-child {
  margin: 0;
}

.contacts-item a {
  color: #000;
}

.contacts-item a:hover {
  text-decoration: none;
  color: var(--pantone-126C);
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-map {
  height: 558px;
  width: 752px;
  background: url("/local/templates/novoroskhp/assets/css/../img/map-fallback.jpg") no-repeat center/cover;
  margin: 0 0 0 -108px;
}

/*requisites-page*/
.requisites-block p {
  margin-bottom: 0;
}

.requisites-block {
  margin: 0 0 30px;
  font-size: 15px;
}

.requisites-block h4 {
  margin: 0 0 16px;
}

/*payments-page*/
.payments-table th {
  font-size: 16px;
  padding: 15px 9px;
  min-width: 139px;
  line-height: 1;
}

.payments-table td {
  font-size: 14px;
  padding: 10px 9px;
  height: 54px;
  line-height: 1.27;
  vertical-align: middle;
}

.payments-table tr:nth-child(2n) {
  background-color: #fff;
}

/*footer*/
.footer {
  padding: 56px 0;
  margin-top: auto;
  border-top: 2px solid #F0F0F0;
}

.homepage .footer {
  border: 0;
}

.footer-main {
  width: 255px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 130px 0 0;
}

.footer-logo {
  margin: 0 0 34px;
}

.footer-logo .logo-text {
  max-width: 142px;
  margin: 0 28px 0 0;
  font-size: 17px;
}

.footer-location {
  font-size: 12px;
  line-height: 1.25;
}

.footer-location {
  position: relative;
  padding: 0 0 0 30px;
}

.footer-location i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 17px;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-box {
  margin: 0 -32px;
}

.footer-column {
  width: 228px;
  margin: 0 32px;
  padding: 0 30px 0 0;
}

.footer-menu li {
  margin: 0 0 10px;
}

.footer-contacts {
  width: 200px;
  margin: 0 0 0 auto;
  font-size: 11px;
  line-height: 1.25;
}

.footer-contact {
  padding: 0 0 0 35px;
  position: relative;
  text-align: right;
}

.footer-contact:not(:last-child) {
  margin-bottom: 25px;
}

.footer-contact i {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 21px;
}

.footer-contact p {
  margin: 0 0 4px;
}

.footer-contact a {
  font-size: 18px;
  font-weight: 500;
  color: var(--pantone-126C);
}

.footer-contact a:hover {
  text-decoration: none;
  color: var(--pantone-126C);
}

/*sliders*/
.slider-arrow {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.slider-arrow:hover:before {
  color: var(--pantone-289C);
}

.slider-arrow::before {
  font-size: 20px;
  font-family: icomoon;
  color: #fff;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  line-height: 20px;
}

.slider-arrow-left::before {
  content: "\e906";
}

.slider-arrow-right::before {
  content: "\e907";
}

.nav-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -14px;
}

.nav-arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: var(--pantone-2358C);
  text-align: center;
  margin: 0 14px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.nav-arrow:hover {
  background-color: var(--pantone-2358C-hover);
}

/*modals*/
.modal-search {
  padding: 0 15px 0 0;
  background: 0;
  max-width: 1000px;
  width: 100%;
  display: none;
}

.search-form-input {
  background: 0;
  border: 0;
  color: #fff;
  height: 50px;
  padding: 0 80px 0 0;
  font-size: 30px;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 0 10px 0;
}

.search-form-btn {
  line-height: 48px;
  width: 70px;
  text-align: center;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: -15px;
  top: 0;
  background: var(--pantone-289C);
  -webkit-clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
  clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
  color: #fff;
  font-weight: 700;
}

.search-form-btn:hover {
  background: #fff;
  color: var(--pantone-289C);
}

.search-form::before,
.search-form::after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  width: 0;
  background-color: var(--pantone-289C);
}

.search-form::before {
  left: 50%;
}

.search-form::after {
  right: 50%;
}

.modal-search.fancybox-content .search-form::before,
.modal-search.fancybox-content .search-form::after {
  -webkit-animation: searchBorder 0.25s 0.25s forwards ease-in-out;
  animation: searchBorder 0.25s 0.25s forwards ease-in-out;
}

.modal-search.fancybox-content .search-form-input:focus::-webkit-input-placeholder {
  color: #fff;
}

@-webkit-keyframes searchBorder {
  0% {
    width: 0;
  }
  50% {
    width: 25%;
  }
  100% {
    width: 50%;
  }
}

@keyframes searchBorder {
  0% {
    width: 0;
  }
  50% {
    width: 25%;
  }
  100% {
    width: 50%;
  }
}
.modal-search .fancybox-button {
  padding: 0;
  right: 15px;
  top: 8px;
  position: fixed;
  color: var(--pantone-289C);
}

/*panzoom*/
.panzoom__content {
  -ms-touch-action: auto;
  touch-action: auto;
}

.panzoom__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4.5px;
  position: absolute;
  right: 15px;
  top: 130px;
  display: none;
}

.panzoom__button {
  cursor: pointer;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  color: #222;
  background: #eee;
  background-color: var(--pantone-2358C);
  width: 28px;
  height: 28px;
  padding: 0;
  text-align: center;
  margin: 0 4.5px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width:  1440px) {
  .item-line {
    display: none;
  }

  #rotate-model-1 {
    right: -13% !important;
  }

  #rotate-model-2 {
    right: -12% !important;
  }

  #rotate-model-3 {
    right: -7% !important;
  }

  #rotate-model-4 {
    right: -14% !important;
  }
}

@media (max-width:  1024px) {

  #rotate-model-1 {
    right: 32%;
  }

  #rotate-model-2 {
    right: 19%;
  }

  #rotate-model-3 {
    right: 31%;
  }

  #rotate-model-4 {
    right: 11%;
  }
}

/* ~~ MEDIA QUERIES ALWAYS AT THE END ~~ */
@media (max-width: 1479px) {
  .rebuild-main {
    max-width: 1260px;
    width: 100%;
  }

  .rebuild-note {
    right: 50px;
  }
}
@media (max-width: 1279px) {
  body:not(.homepage) {
    padding: calc(var(--h-height) + 42px) 0 0 0;
  }

  h2 {
    font-size: 34px;
  }

  .container {
    max-width: 960px;
  }

  .container-small {
    max-width: 782px;
  }

  .text-column {
    font-size: 17px;
  }

  .product-text-block {
    font-size: 17px;
  }

  .text-column h3 {
    font-size: 22px;
  }

  .mobile-btn {
    display: inline-block;
  }

  .header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid rgba(105, 179, 231, 0.25);
    padding: 10px 0;
  }

  .header:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    position: absolute;
    z-index: 1;
  }

  .header-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    padding: calc(var(--h-height) + 30px) 30px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
  }

  .header-menu.open {
    opacity: 1;
    pointer-events: auto;
  }

  .header-menu > li:not(:last-child) {
    margin: 0 0 10px;
  }

  .header-menu > li > a:hover {
    text-decoration: none;
    color: var(--pantone-126C);
  }

  .header-menu > li > a {
    position: relative;
  }

  .header-menu > li > a:not(:only-child):after {
    content: "";
    width: 20px;
    height: 6px;
    background-color: var(--pantone-289C);
    -webkit-clip-path: polygon(3px 0, 100% 0, calc(100% - 3px) 100%, 0 100%);
    clip-path: polygon(3px 0, 100% 0, calc(100% - 3px) 100%, 0 100%);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header-menu > li:first-child {
    margin-top: auto;
  }

  .header-menu > li:last-child {
    margin-bottom: auto;
  }

  .header-menu > li.open a:not(:only-child):after {
    background-color: var(--pantone-126C);
  }

  .header-menu > li.open > a {
    color: var(--pantone-126C);
  }

  .submenu {
    text-transform: none;
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
    font-size: 16px;
    display: none;
  }

  .submenu a {
    display: block;
    padding: 4px 0;
  }

  .submenu a:hover {
    text-decoration: none;
    color: var(--pantone-126C);
  }

  .header-logo {
    margin: 0 auto 0 0;
  }

  .navigation-wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    top: var(--h-height);
  }

  .sidebar {
    margin: 0 30px 0 0;
  }

  .sidebar-sticky {
    top: calc(var(--h-height) + 82px);
  }

  .intro-slide-text h1 {
    font-size: 38px;
  }

  .intro-slide-btn {
    line-height: 85px;
  }

  .intro-slider-navigation {
    right: calc(50% - 475px);
  }

  .modal-search {
    max-width: 750px;
  }

  .rebuild-items {
    margin: 0;
  }

  .rebuild-item {
    font-size: 20px;
    width: 220px;
  }

  .rebuild-item-bars {
    margin: 0 0 20px;
  }

  .news-section {
    padding: 40px 0;
  }

  .news-box {
    margin: 0 -15px;
  }

  .news-item {
    width: calc(33.3333333333% - 30px);
    margin: 0 15px 30px;
  }

  .news-item-content h4 {
    font-size: 18px;
  }

  .rebuild-note {
    right: 30px;
  }

  .rebuilding-info-box {
    max-width: none;
    width: auto;
  }

  .rebuilding-info-box .info-item {
    width: calc(50% - 30px);
  }

  .rebuild-slide-image {
    width: 605px;
    height: 315px;
  }

  .rebuild-slider {
    background: url("/local/templates/novoroskhp/assets/css/../img/platform.svg") no-repeat left calc(50% - 160px) bottom 0/605px auto;
  }

  .rebuild-slide {
    padding: 0 0 135px 0;
  }

  .info-box {
    margin: 0 -15px;
  }

  .rebuilding-info-box {
    margin: -100px -15px 0;
  }

  .info-item {
    margin: 0 15px 60px;
    width: calc(50% - 30px);
  }

  .info-block {
    padding: 40px 0 0;
    margin: 0 0 45px;
  }

  .info-item-small {
    width: calc(25% - 30px);
    margin: 0 15px 40px;
  }

  .info-item-small .info-item-value {
    font-size: 36px;
  }

  .info-item-value {
    font-size: 46px;
  }

  .info-section {
    padding: 45px 0 0;
  }

  .business-text-block {
    margin: 0 0 60px;
  }

  .text-column {
    width: 456px;
  }

  .footer-main {
    margin: 0 70px 0 0;
  }

  .footer-column {
    width: 150px;
    padding: 0;
  }

  .history-item-text {
    padding: 20px 0 20px 30px;
  }

  .history-item:nth-child(2n) .history-item-text {
    padding: 20px 30px 20px 0;
  }

  .history-item-text h2 {
    font-size: 28px;
  }

  .management-box {
    padding: 0;
    margin: 0 -15px;
  }

  .management-card {
    margin: 0 15px 45px;
    width: calc(33.3333333333% - 30px);
    font-size: 15px;
  }

  .management-card-main {
    width: calc(100% - 30px);
  }

  .management-card-text {
    padding: 20px 0 20px 30px;
  }

  .management-card-text h2 {
    font-size: 30px;
  }

  .management-card-text .management-card-subtitle {
    font-size: 18px;
  }

  .management-card h4 {
    font-size: 19px;
  }

  .rebuilding-section-inner .page-title {
    margin: 0 0 40px;
  }

  .news-column {
    width: 430px;
  }

  .news-column-flex {
    width: 490px;
  }

  .news-card {
    width: 221px;
    margin: 0 12px 34px;
  }

  .news-card-big {
    width: 100%;
    margin: 0 12px 68px;
  }

  .news-card h4 {
    font-size: 18px;
  }

  .news-card h3 {
    font-size: 25px;
  }

  .contacts-items {
    font-size: 16px;
    padding: 0 20px;
    max-width: 420px;
  }

  .contacts-item {
    padding: 20px 0 20px 60px;
  }

  .contacts-item i {
    font-size: 30px;
  }

  .contacts-map {
    height: 500px;
    margin-left: -160px;
  }

  .specification-item-content {
    font-size: 16px;
  }

  .specification-item-content h5 {
    font-size: 16px;
  }

  .specification-item-image {
    width: 300px;
    padding: 65px 20px 0;
  }

  .post-block-body {
    max-width: 600px;
  }

  .post-block-sidebar {
    max-width: 267px;
    top: 100px;
  }

  .post figure img {
    height: 262px;
  }

  .post h1 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .rebuild-main {
    top: 0 !important;
  }
  .nav-arrow:hover {
    background-color: transparent;
  }
  .section-info {
    width: auto;
  }

  .item-line {
    display: none;
  }

  .rebuild-slider {
    margin-bottom: 20px;
  }

  .rebuild-slide-info {
    margin-bottom: -25px;
  }

  .model3d {
    height: 100% !important;
  }

  .model3d-1 {
    height: 90% !important;
  }

  .icon-arrow-left {
    right: 97%;
  }

  .icon-arrow-right {
    /*left: 101%;*/
  }

  .nav-arrows.rebuild-nav-arrows {
    top: -400px;
    position: relative;
    left: 19%;
  }

  .nav-arrow {
    background-color: transparent;
  }


  h2 {
    font-size: 32px;
  }

  .container {
    max-width: 720px;
  }

  .select-field {
    pointer-events: auto;
    left: 0;
    top: 0;
    z-index: 3;
  }

  .sidebar {
    display: none;
  }

  .text-column {
    font-size: 16px;
  }

  .product-text-block {
    font-size: 16px;
  }

  .intro-slide-content {
    max-width: 610px;
  }

  .text-column h3 {
    font-size: 21px;
  }

  .info-item {
    font-size: 16px;
  }

  .info-box {
    margin: 0 -15px;
  }

  .rebuilding-info-box {
    margin: -130px -15px 0;
  }

  .info-item {
    margin: 0 15px 45px;
    width: calc(50% - 30px);
  }

  .intro-slider-navigation {
    right: calc(50% - 355px);
  }

  .intro-slide-text h1 {
    font-size: 33px;
  }

  .intro-slide-btn {
    font-size: 18px;
    min-width: 225px;
  }

  .intro-slide {
    min-height: 545px;
  }

  .rebuild-points {
    display: none;
  }

  .rebuild-note {
    position: static;
    margin: 0 0 60px calc(50% - 345px);
    padding: 15px 35px 15px 55px;
  }

  .rebuild-image {
    overflow-x: auto;
    scrollbar-color: var(--pantone-126C) var(--pantone-126C);
    scrollbar-width: thin;
    text-align: center;
    padding-bottom: 30px;
  }

  .rebuild-image::-webkit-scrollbar {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--pantone-2358C)), to(var(--pantone-2358C))) no-repeat center/auto 5px;
    background: linear-gradient(var(--pantone-2358C), var(--pantone-2358C)) no-repeat center/auto 5px;
    height: 5px;
  }

  .rebuild-image::-webkit-scrollbar-thumb {
    background-color: var(--pantone-126C);
    border-radius: 0;
  }

  .rebuild-image img {
    max-width: 840px;
    width: 840px;
  }

  .rebuild-legend {
    margin: 0 0 40px;
  }

  .rebuild-items {
    margin: 0 -10px;
  }

  .rebuild-slide .container {
    display: block;
  }

  .rebuild-slide-info {
    position: absolute;
    /* right: 71%;*/
    left: 0;
    bottom: 1px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    /*padding: 10px 15px 15px;*/
    background-color: #fff;
    border-radius: 10px;
    /*    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);*/
  }

  .rebuild-slide.slick-active .rebuild-slide-info {
    /*    -webkit-transform: scale(1) translateX(50%);
        -ms-transform: scale(1) translateX(50%);
        transform: scale(1) translateX(50%);*/
  }

  .rebuild-nav-arrows {
    /*display: none;*/
  }

  .rebuild-item-bar {
    width: 20px;
    height: 60px;
  }

  .rebuild-item {
    font-size: 15px;
  }

  .rebuild-slider {
    background: url("/local/templates/novoroskhp/assets/css/../img/platform.svg") no-repeat center bottom 0/605px auto;
  }

  .rebuild-slide-image {
    margin: 0 auto;
  }

  .rebuild-slide-image img {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .rebuild-top {
    margin: 0 0 55px;
  }

  .rebuild-slider {
    background: 0;
  }

  .text-column {
    width: calc(100% - 24px);
    margin: 0 12px 30px;
  }

  .rebuild-item:not(:last-child) {
    margin: 0;
  }

  .text-column:last-child {
    margin-bottom: 0;
  }

  .footer-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-contacts {
    margin: 10px 0 0 0;
  }

  .modal-search {
    max-width: calc(100% - 30px);
  }

  .search-form-input {
    font-size: 25px;
  }

  .news-column {
    width: 100%;
    margin: 0;
  }

  .news-column-flex {
    margin: 0 -12px;
    width: calc(100% + 24px);
  }

  .news-card {
    width: 214px;
    margin: 0 12px 40px;
  }

  .news-card-big {
    width: 100%;
    margin: 0 0 40px;
  }

  .news-card h4 {
    font-size: 17px;
  }

  .contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts-items {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .contacts-items {
    max-width: 100%;
  }

  .contacts-map {
    width: 100%;
    height: 400px;
    margin: 0 0 40px 0;
  }

  .post-block {
    display: block;
  }

  .post-block-body {
    max-width: 100%;
  }

  .post-block-sidebar {
    max-width: 100%;
    padding: 50px 0 0;
  }

  .news-thumb:not(:last-child) {
    margin: 0 0 30px;
  }

  .nav-arrow {
    position: absolute;
    /*top: 50%;*/
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }

  .nav-arrow-left {
    left: 35px;
  }

  .nav-arrow-right {
    right: 35px;
  }
}

@media (max-width: 768px) {

  .rebuild-item:not(:last-child) {
    margin: 0 0 30px;
  }

  .rebuild-item {
    height: auto !important;
  }
  .rebuild-item-text p {
    width: auto !important;
  }
  #rotate-model-1, #rotate-model-2, #rotate-model-3, #rotate-model-4 {
    top: -13px !important;
    right: auto !important;
  }
}



@media (max-width: 767px) {

  #rotate-model-1, #rotate-model-2, #rotate-model-3, #rotate-model-4 {
    top: -13px !important;
    right: auto !important;
  }

  table {
    font-size: 14px;
  }

  th {
    font-size: 16px;
  }

  td {
    height: 60px;
  }

  body:not(.homepage) {
    padding: var(--h-height) 0 0 0;
  }

  h2 {
    font-size: 30px;
  }

  .container {
    max-width: 540px;
  }

  .navigation-wrapper {
    position: static;
  }

  .rebuild-note {
    margin: 0 0 60px calc(50% - 255px);
  }

  .rebuild-main {
    max-width: 100%;
  }

  .rebuild-legend {
    margin: 0 -15px 30px;
  }

  .rebuild-legend-item {
    margin: 0 15px 15px;
  }

  .intro-slider-navigation {
    width: 100%;
    display: block;
    text-align: center;
    right: 0;
  }

  .intro-slider-link {
    margin: 0 auto 40px;
    display: inline-block;
    vertical-align: middle;
    display: block;
    vertical-align: middle;
    background-color: var(--pantone-126C);
    padding: 5px 25px;
    line-height: 55px;
    font-size: 16px;
    text-align: center;
    -webkit-clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    position: static;
    min-width: 200px;
    max-width: 290px;
  }

  .intro-slider-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .intro-slide-text h1 {
    font-size: 28px;
  }

  .intro-slide-text strong {
    font-size: 13px;
  }

  .intro-slide-text {
    margin: 0 0 14px;
  }

  .intro-slide-content img {
    width: 70px;
    position: relative;
    z-index: 1;
  }

  .intro-slide {
    overflow: hidden;
  }

  .intro-slide-btn {
    font-size: 16px;
    line-height: 70px;
    min-width: 200px;
  }

  .intro-slide-content {
    display: block;
    padding: 0;
  }

  .intro-slide-content img {
    display: inline-block;
    width: 100px;
    height: auto;
  }

  .intro-slider-link:hover {
    color: #fff;
  }

  .intro-slide-text {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0 0 30px;
  }

  .rebuild-slide-image {
    width: 100%;
  }

  .intro-slide-text::after {
    display: none;
  }

  .intro-slide {
    padding: calc(var(--h-height) * 1.5) 0 var(--h-height);
  }

  .intro-slide .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro-slide::after {
    background: -o-radial-gradient(ellipse closest-side, #6c6a78, transparent) no-repeat -50% -10%/90% 60%;
    background: radial-gradient(ellipse closest-side, #6c6a78, transparent) no-repeat -50% -10%/90% 60%;
  }

  .news-item-content h4 {
    font-size: 16px;
  }

  .business-text-block {
    margin: 0 0 40px;
  }

  .footer-locations {
    display: none;
  }

  .footer-contacts {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -15px 0;
  }

  .footer-contact {
    text-align: left;
    width: 240px;
    margin: 0 15px;
  }

  .footer {
    padding: 40px 0;
  }

  .history-item {
    display: block;
    text-align: center;
    margin: 0 0 35px;
  }

  .history-item img {
    width: 100%;
  }

  .history-item-text p {
    text-align: left;
  }

  .history-item-text {
    padding: 20px 20px 0 20px;
  }

  .history-item:nth-child(2n) .history-item-text {
    padding: 20px 20px 0 20px;
  }

  .management-card {
    width: calc(50% - 30px);
  }

  .news-item {
    width: calc(50% - 30px);
  }

  .post figure img {
    height: 300px;
  }

  .post h1 {
    font-size: 30px;
  }

  .post-panel {
    padding: 15px 20px;
  }

  .filter-item {
    width: calc(50% - 24px);
  }

  .news-card {
    width: calc(50% - 24px);
  }

  .news-card-big {
    width: 100%;
  }

  .rebuilding-info-box {
    margin: -50px -15px 0;
  }

  .management-card-main {
    width: calc(100% - 30px);
    display: block;
  }

  .management-card-main .management-card-image {
    margin: 0 auto;
  }

  .management-card-text {
    text-align: center;
    padding: 20px 0 0 0;
  }

  .management-card {
    text-align: center;
  }

  .management-section-inner .page-title {
    text-align: center;
  }

  .management-card-text h2 {
    font-size: 28px;
  }

  .specification-item {
    display: block;
  }

  .specification-item-image {
    width: auto;
    text-align: center;
    padding: 0;
  }

  .specification-item-content h3 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 31px;
  }

  textarea {
    height: 140px;
    font-size: 18px;
  }

  .field {
    font-size: 18px;
  }

  .container {
    max-width: 100%;
  }

  .pagination {
    margin: 0 -5px;
  }

  .pagination-link:first-child,
  .pagination-link:last-child {
    font-size: 10px;
  }

  .pagination-link {
    line-height: 30px;
    min-width: 30px;
    margin: 0 5px;
  }

  .header-logo .logo-text {
    margin: 0 10px 0 0;
    max-width: 100px;
    font-size: 12px;
  }

  .mobile-btn {
    margin: 0 15px 0 0;
  }

  .modal-search-btn {
    margin: 0 15px 0 0;
  }

  .info-item {
    width: calc(100% - 30px);
  }

  .info-box-custom {
    padding: 20px 20px 0;
  }

  .info-box {
    padding: 20px 20px 0;
  }

  .info-item-head {
    padding: 5px 0;
  }

  .info-item-text {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }

  .info-item-text br {
    display: none;
  }

  .info-item-head span {
    text-align: left;
  }

  .partners-slider {
    margin: 0 -15px 0 0;
  }

  .partners-slider .slider-arrow-right {
    right: 15px;
  }

  .partners-slider .slider-arrow-left {
    right: 60px;
  }

  .partners-slide, .partners-slide.slick-slide {
    margin: 0;
  }

  .rebuild-section {
    padding: 40px 0;
  }

  .rebuild-main {
    padding: 0 15px;
  }

  .rebuild-note {
    margin: 0 0 40px 0;
    font-size: 12px;
    width: 250px;
  }

  .rebuild-top {
    margin: 0;
  }

  .rebuild-slide-image {
    height: 300px;
  }

  .rebuild-legend {
    font-size: 15px;
  }

  .intro-slide-text h1 {
    font-size: 36px;
  }

  .intro-slide-content {
    margin: 0;
  }

  .news-box {
    margin: 0 -15px 0 0;
  }

  .news-item {
    width: 290px;
  }

  .footer-box {
    margin: 0 -15px;
  }

  .footer-column {
    width: calc(50% - 30px);
    margin: 0 15px;
  }

  .search-form-input {
    font-size: 15px;
    padding: 0 60px 0 0;
    height: 40px;
  }

  .search-form-btn {
    line-height: 40px;
    width: 65px;
  }

  .history-item img {
    height: 290px;
  }

  .history-item-text {
    padding: 20px 0 0 0;
  }

  .history-item:nth-child(2n) .history-item-text {
    padding: 20px 0 0 0;
  }

  .management-box {
    display: block;
  }

  .management-section {
    text-align: center;
  }

  .management-card {
    width: 290px;
    margin: 0 auto 45px;
  }

  .management-card-image {
    margin: 0 auto 22px;
  }

  .directors-section-inner {
    padding-bottom: 60px;
  }

  .product-text-block figure img {
    height: 300px;
  }

  .modal-search .fancybox-button {
    right: 8px;
  }

  .rate-buttons {
    margin: 0 -5px;
  }

  .btn-rate {
    margin: 5px;
  }

  .tools {
    margin: 0 -5px;
  }

  .tool {
    margin: 5px;
  }

  .post-panel {
    margin: 30px 0 0;
  }

  .post figure img {
    height: 270px;
  }

  .post:not(:last-child) {
    margin: 0 0 40px;
  }

  .news-thumb-link {
    font-size: 16px;
  }

  .filter-item {
    width: calc(100% - 24px);
  }

  .news-card-big .news-card-image {
    height: 270px;
  }

  .news-card h3 {
    font-size: 22px;
  }

  .news-card {
    width: calc(100% - 24px);
    margin: 0 12px 35px;
  }

  .news-card-big {
    margin: 0 0 40px;
    width: 100%;
  }

  .contacts-map {
    height: 340px;
  }

  .contacts-items {
    font-size: 14px;
  }

  .contacts-item i {
    font-size: 22px;
  }

  .contacts-item {
    padding: 20px 0 20px 40px;
  }

  .rebuilding-info-box .info-item {
    width: calc(100% - 30px);
    margin: 0 auto 45px;
  }

  .rebuilding-info-box {
    margin: 0 -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .rebuilding-info-box .info-item:last-child {
    margin-bottom: 0;
  }

  .payments-table th {
    font-size: 15px;
    min-width: 200px;
    height: 50px;
  }

  .payments-table td {
    height: 50px;
  }

  .rebuilding {
    display: block;
  }

  .rebuilding-image {
    margin: 0 0 50px;
  }

  .chart-legend-box {
    font-size: 18px;
  }

  .nav-arrow {
    margin: 0;
  }

  .nav-arrow-left {
    left: 0;
  }

  .nav-arrow-right {
    right: 0;
  }
}
@media (min-width: 1280px) {
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .header-menu > li {
    margin: 0 10px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .header-menu > li.js-item {
    padding: 0 10px;
    margin: 0;
  }

  .header-menu > li > a {
    line-height: 68px;
    display: block;
  }

  .menu a {
    color: var(--pantone-126C);
  }

  .menu a:hover {
    color: var(--pantone-126C-hover);
    text-decoration: none;
  }

  .header-menu > li:hover .submenu {
    opacity: 1;
    pointer-events: auto;
  }

  .header-menu > li:last-child .submenu {
    left: auto;
    right: 0;
  }

  .submenu {
    padding: 15px 0;
    position: absolute;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    top: 100%;
    left: 0;
    min-width: 220px;
    white-space: nowrap;
    list-style-type: none;
    margin: 0;
    opacity: 0;
    pointer-events: none;
  }

  .submenu a {
    display: block;
    padding: 5px 20px;
  }

  .submenu a:hover {
    background-color: var(--pantone-289C);
    color: #fff;
  }
}
@media (min-width: 992px) {
  .releases-box .news-card {
    width: calc(33.3333333333% - 24px);
  }

  .rebuild-slide-info {
    margin: 120px 0 0 80px;
  }
}
@media (min-width: 768px) {
  .footer-contact-hidden {
    display: none;
  }
}




.error-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 48px 0;
}


.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 190px 0 0;
}

.error-content {
  max-width: 445px;
  width: 100%;
  margin: 0 15px 0 0;
}

.error-content .page-title {
  margin: 0 0 25px;
}

.error-text {
  font-size: 189px;
  font-weight: 900;
  line-height: 1;
  color: #39207C;
  /*background: url(https://www.ozk-group.ru/local/templates/ozk/assets/images/dest/error-bg.jpg) no-repeat center/contain;*/
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

/* 232713 */
.news-section .section-title {
  color: var(--pantone-434);
}
.news-section .news-item-date {
  color: var(--pantone-434);
}
.news-section .news-item-content h4 {
  color: #fff;
}
.news-section .news-item-content h4 a {
  color: #fff;
}
.partners-section .section-title {
  color: var(--pantone-434);
}
.info-block.block-accent {
  background: var(--section-bg);
}
.info-block .info-item-value {
  color: #fff;
}
.info-block .info-item-head span {
  color: #fff;
}
.info-block .info-item-text {
  color: #fff;
}
.info-block .info-item-white .info-item-value::after {
  background: var(--pantone-2358C);
}
.news-card-date {
  color: var(--section-bg);
}
.news-card a {
  color: var(--pantone-126C);
}
.news-card a {
  color: var(--pantone-126C-hover);
}
a.file {
  color: var(--pantone-126C);
}
a.file:hover {
  color: var(--pantone-126C-hover);
}
/* 232713 */
/* End */


/* Start:/local/templates/novoroskhp/template_styles.css?17490254541037*/
.error-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 48px 0;
}


.error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 190px 0 0;
}

.error-content {
    max-width: 445px;
    width: 100%;
    margin: 0 15px 0 0;
}

.error-content .page-title {
    margin: 0 0 25px;
}

.error-text {
    font-size: 189px;
    font-weight: 900;
    line-height: 1;
    color: #39207C;
    background: url(https://www.ozk-group.ru/local/templates/ozk/assets/images/dest/error-bg.jpg) no-repeat center/contain;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.header-container {
    max-width: 1270px;
}
/* End */
/* /local/templates/novoroskhp/assets/libs/bootstrap-reboot/bootstrap-reboot.css?17205494944748 */
/* /local/templates/novoroskhp/assets/libs/slick/slick.css?17205494941776 */
/* /local/templates/novoroskhp/assets/libs/icomoon/icomoon.css?17205494941959 */
/* /local/templates/novoroskhp/assets/libs/fancybox/jquery.fancybox.min.css?172054949413930 */
/* /local/templates/novoroskhp/assets/libs/air-datepicker/air-datepicker.css?172054949419484 */
/* /local/templates/novoroskhp/assets/libs/panzoom/panzoom.css?1720549494454 */
/* /local/templates/novoroskhp/assets/css/app.css?173036916978278 */
/* /local/templates/novoroskhp/template_styles.css?17490254541037 */
