

/* Start:/local/templates/main/css/slick.css?15136936801848*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            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);
        -ms-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/main/css/style.css?177502489492893*/
/* Generated by less 2.5.1 */
/***************reset***************/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
mark {
  background: #ffff00;
  color: #000000;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  cursor: pointer;
}
button {
  outline: none;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}
select {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  color: inherit;
  text-overflow: ellipsis;
}
input {
  outline: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  text-overflow: ellipsis;
  color: inherit;
}
textarea {
  overflow: auto;
  resize: none;
  outline: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  color: inherit;
}
img {
  border: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/*=====FONTS=====*/
@font-face {
  font-family: 'ProbaPro';
  src: url('/local/templates/main/css/../fonts/ProbaProBold.eot');
  src: url('/local/templates/main/css/../fonts/ProbaProBold.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/css/../fonts/ProbaProBold.woff2') format('woff2'), url('/local/templates/main/css/../fonts/ProbaProBold.woff') format('woff'), url('/local/templates/main/css/../fonts/ProbaProBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-04D9;
}
@font-face {
  font-family: 'ProbaPro';
  src: url('/local/templates/main/css/../fonts/ProbaProMedium.eot');
  src: url('/local/templates/main/css/../fonts/ProbaProMedium.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/css/../fonts/ProbaProMedium.woff2') format('woff2'), url('/local/templates/main/css/../fonts/ProbaProMedium.woff') format('woff'), url('/local/templates/main/css/../fonts/ProbaProMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-04D9;
}
@font-face {
  font-family: 'ProbaPro';
  src: url('/local/templates/main/css/../fonts/ProbaProRegular.eot');
  src: url('/local/templates/main/css/../fonts/ProbaProRegular.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/css/../fonts/ProbaProRegular.woff2') format('woff2'), url('/local/templates/main/css/../fonts/ProbaProRegular.woff') format('woff'), url('/local/templates/main/css/../fonts/ProbaProRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-04D9;
}
@font-face {
  font-family: 'ProbaPro';
  src: url('/local/templates/main/css/../fonts/ProbaProLight.eot');
  src: url('/local/templates/main/css/../fonts/ProbaProLight.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/css/../fonts/ProbaProLight.woff2') format('woff2'), url('/local/templates/main/css/../fonts/ProbaProLight.woff') format('woff'), url('/local/templates/main/css/../fonts/ProbaProLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-04D9;
}
@font-face {
  font-family: 'ProbaPro';
  src: url('/local/templates/main/css/../fonts/ProbaProLightItalic.eot');
  src: url('/local/templates/main/css/../fonts/ProbaProLightItalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/css/../fonts/ProbaProLightItalic.woff2') format('woff2'), url('/local/templates/main/css/../fonts/ProbaProLightItalic.woff') format('woff'), url('/local/templates/main/css/../fonts/ProbaProLightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-04D9;
}
/*==========GENERAL STYLES==========*/


footer ol,
footer ul,
section ol,
section ul,
header ol,
header ul {
    list-style: none;
}

body {
  /*padding-bottom: 55px;*/
  font-size: 16px;
  line-height: 1.3125;
  font-family: 'ProbaPro', sans-serif;
  color: #4e483e;
  background-color: #efefef;
}
body.noscroll {
  overflow-y: hidden;
}
.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1540px;
}
.content-block {
  padding-left: 85px;
  padding-right: 55px;
  background-color: #ffffff;
}
.main-content-block {
  overflow: hidden;
}
.float-left-img {
  float: left;
  margin-right: 20px;
  margin-bottom: 25px;
  width: auto;
  max-width: 100%;
}
.float-right-img {
  float: right;
  margin-left: 20px;
  margin-bottom: 25px;
  width: auto;
  max-width: 100%;
}
.half-img {
  display: block;
  width: auto;
  max-width: 47.7%;
}
.full-img {
  display: block;
  margin: 0 auto 25px;
  max-width: 100%;
  width: 100%;
}
.full-img img {
  width: 100%;
}
figure img {
  display: block;
  margin-bottom: 15px;
  width: auto;
  max-width: 100%;
}
figcaption {
  max-width: 465px;
  font-size: 14px;
  color: #4a9eb8;
}
.img-block-accent {
  position: relative;
}
.img-block-accent img {
  margin-bottom: 0;
}
.img-block-accent-caption {
  position: absolute;
  bottom: 0;
  right: 25px;
  left: 40%;
  padding: 20px 15px 20px 25px;
  font-size: 18px;
  color: #ffffff;
  background-color: rgba(171, 153, 124, 0.9);
}
.clear {
  clear: both;
}
.text-img-wrapper {
  position: relative;
}
.text-img-wrapper .text {
  position: absolute;
  bottom: 0;
  padding: 0 20px 30px;
}
.text-img-wrapper .text.white {
  color: #ffffff;
}
.table-wrapper {
  margin-bottom: 40px;
}
.table-default {
  border: 1px solid #baa98f;
}
.table-default tr {
  border-top: 1px solid #baa98f;
}
.table-default tr:first-child {
  border-top: 0;
}
.table-default .title-col {
  text-align: left;
}
.table-default th {
  font-size: 18px;
}
.table-default th,
.table-default td {
  border-right: 1px solid #baa98f;
  padding: 15px 10px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.table-default th:last-child,
.table-default td:last-child {
  border-right: 0;
}
.table-default th:hover,
.table-default td:hover {
  color: #ffffff;
  background-color: #baa98f;
}
/*=TEXT=*/
.text-in-title {
  text-decoration: underline;
  color: #4a9eb8;
}
/*titles*/
h1 {
  font-weight: 300;
  font-size: 48px;
  line-height: 1.2;
  color: #ffffff;
}
h2 {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 32px;
  color: #1b2426;
}
h3 {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 24px;
  color: #1b2426;
}
h4 {
  font-weight: 500;
  font-size: 21px;
  text-align: center;
  color: #18414e;
}
/*lists*/
.marker-list li {
  position: relative;
  margin-bottom: 15px;
}
.marker-list-hyphen li:before {
  content: '\2011';
  top: 3px;
  padding-right: 5px;
  color: currentColor;
}
.marker-list-cross > li {
  padding-left: 15px;
}
.marker-list-cross > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background-image: url("/local/templates/main/css/../img/ico-cross.svg");
  background-repeat: no-repeat;
  background-size: 8px 8px;
}
.marker-list-cross > li ul {
  padding-left: 15px;
}
.marker-list-cross > li ul li {
  margin-top: 10px;
  margin-bottom: 0;
}
.marker-list-cross > li ul li:before {
  background-color: #baa98f;
}
.marker-list-dotted {
  position: relative;
}
.marker-list-dotted li {
  padding-left: 15px;
}
.marker-list-dotted li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
.column-list {
  column-count: 2;
}
.counter-list {
  counter-reset: list1;
}
.counter-list > li:before {
  content: counter(list1) ".";
  counter-increment: list1;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  color: #ffffff;
}
.counter-list ol {
  counter-reset: list2;
}
.counter-list ol > li {
  position: relative;
  padding-left: 30px;
}
.counter-list ol > li:before {
  content: counter(list1) "." counter(list2);
  counter-increment: list2;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  vertical-align: top;
  padding-right: 5px;
  font-weight: 500;
}
.counter-list ol > li ol {
  counter-reset: list3;
}
.counter-list ol > li ol > li {
  position: relative;
  padding-left: 45px;
}
.counter-list ol > li ol > li:before {
  content: counter(list1) "." counter(list2) "." counter(list3);
  counter-increment: list3;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  vertical-align: top;
  padding-right: 5px;
  font-weight: 500;
}
.counter-list ol > li ul li {
  margin-top: 10px;
}
/*=LINKS&FORMS=*/
a,
button {
  text-decoration: none;
  color: currentColor;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
.text-link {
  color: #4a9eb8;
}
.text-link:hover,
.text-link:active,
.text-link:focus {
  text-decoration: underline;
}
.btn {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-bottom: 2px;
  width: 200px;
  height: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active,
.btn:hover {
  outline: none;
  text-decoration: none;
}
.btn-img img {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
}
.btn-more {
  display: block;
  margin: 0 0 0 auto;
}
.btn-arrow-right {
  background-image: url("/local/templates/main/css/../img/ico-arrow-right-white.png");
  background-repeat: no-repeat;
  background-position: right 8px center;
}
.btn-default {
  background-color: #baa98f;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background-color: #4a9eb8;
}
.btn-inverse {
  font-size: 18px;
  text-align: center;
  color: #1b2426;
  background-color: #ffffff;
}
.btn-inverse:hover,
.btn-inverse:focus {
  background-color: #baa98f;
}
a.btn {
  line-height: 28px;
}
.pagination {
  margin-top: 15px;
  text-align: center;
  word-spacing: normal;
}
.pagination a {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.pagination .prev-page {
  margin-right: 35px;
  color: #baa98f;
}
.pagination .next-page {
  margin-left: 35px;
  color: #4a9eb8;
}
.pagination .page {
  margin-left: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #baa98f;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: #baa98f;
}
.pagination .page-1 {
  margin-left: 0;
}
.pagination .page.active {
  color: #ffffff;
  background-color: #baa98f;
}
.pagination .page:hover,
.pagination .page:active,
.pagination .page:focus {
  border-color: #4a9eb8;
  color: #4a9eb8;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #baa98f;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  height: 35px;
  font-size: 16px;
  line-height: 1;
  font-family: 'ProbaPro', sans-serif;
  color: #1b2426;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.form-control::-webkit-input-placeholder {
  font-size: 16px;
  font-family: 'ProbaPro', sans-serif;
  color: #1b2426;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.form-control::-moz-placeholder {
  font-size: 16px;
  font-family: 'ProbaPro', sans-serif;
  color: #1b2426;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.form-control:-moz-placeholder {
  font-size: 16px;
  font-family: 'ProbaPro', sans-serif;
  color: #1b2426;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.form-control:-ms-input-placeholder {
  font-size: 16px;
  font-family: 'ProbaPro', sans-serif;
  color: #1b2426;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.form-control:focus {
  color: #1b2426;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 0.3;
}
.form-control:focus::-moz-placeholder {
  opacity: 0.3;
}
.form-control:focus:-moz-placeholder {
  opacity: 0.3;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 0.3;
}
/*.form-control:invalid {
  border-color: #ff0000;
  color: #ff0000;
}
.form-control:invalid::-webkit-input-placeholder {
  color: #ff0000;
}
.form-control:invalid::-moz-placeholder {
  color: #ff0000;
}
.form-control:invalid:-moz-placeholder {
  color: #ff0000;
}
.form-control:invalid:-ms-input-placeholder {
  color: #ff0000;
}*/
textarea.form-control {
  padding: 10px 12px;
  height: 200px;
}
.label {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  font-size: 16px;
  color: #baa98f;
}
.error-message {
  display: none;
  font-size: 14px;
  text-align: right;
  color: #ff0000;
}
/*****slick*****/
.slick-slider {
  position: relative;
}
.slick-slide {
  outline: none;
}
.slick-slide:focus,
.slick-slide:active {
  outline: none;
}
.slick-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  top: 50%;
  margin-top: -21px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 0;
  width: 42px;
  height: 42px;
  color: transparent;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all ease 0.3s;
}
.slick-arrow:hover {
  background-color: #baa98f;
}
.slick-prev {
  left: 30px;
  background-image: url(/local/templates/main/css/../img/ico-arrow-left-white-big.svg);
}
.slick-next {
  right: 30px;
  background-image: url(/local/templates/main/css/../img/ico-arrow-right-white-big.svg);
}
.slick-dots {
  position: absolute;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.slick-dots li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.slick-dots li button {
  display: block;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: rgba(255, 255, 255, 0.6);
}
.slick-dots li.slick-active button {
  background-color: #4a9eb8;
}
.slick-dots li:hover button {
  background-color: #ffffff;
}
/*=HEADER=*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  padding-bottom: 20px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-container {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 55px 0 85px;
}
.header-logo {
  position: relative;
  float: left;
  width: 239px;
}
.header-logo-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-logo-img-small {
  opacity: 0;
}
.header-logo:hover,
.header-logo:active,
.header-logo:focus {
  opacity: 0.7;
}
.header-menu-wrapper {
  border-bottom: 9.1px solid #ffffff;
  padding: 6px 0 13.31px;
  margin-left: 238px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-menu-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.header-menu-link {
  position: relative;
  padding: 0 5px;
  font-weight: 500;
  font-size: 21px;
  line-height: 1;
  text-transform: lowercase;
  color: #ffffff;
}
.header-menu-link:after {
  content: '';
  position: absolute;
  bottom: -21px;
  left: 51%;
  right: 51%;
  height: 11px;
  background-color: #4a9eb8;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-menu-link:active,
.header-menu-link:hover,
.header-menu-link:focus {
  color: #baa98f;
}
.header-menu-link.active:after {
  left: 0;
  right: 0;
}
.header-menu-item-submenu {
  position: relative;
}
.header-menu-item-submenu:hover > .header-submenu-wrapper {
  display: block;
}
.header-submenu-wrapper {
  position: absolute;
  top: 100%;
  left: -20px;
  display: none;
  padding-top: 25px;
}
.header-submenu {
  padding: 10px 0;
  background-color: #ffffff;
}
.header-submenu-link {
  display: block;
  padding: 5px 20px;
  white-space: nowrap;
  color: #baa98f;
}
.header-submenu-link:hover,
.header-submenu-link:active,
.header-submenu-link:focus,
.header-submenu-link.active {
  color: #ffffff;
  background-color: #baa98f;
}
.header-search {
  position: absolute;
  top: 0;
  /*right: 107px;*/
  right: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-search-input {
  display: none;
  border: 0;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  height: 40px;
  font-size: 18px;
  color: #ffffff;
  background-color: transparent;
}
.header-search-btn {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 52px;
  height: 52px;
  border: 1px solid #ffffff;
  background-image: url(/local/templates/main/css/../img/ico-search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px 24px;
}
.header-search-btn:hover,
.header-search-btn:active,
.header-search-btn:focus {
  background-color: #baa98f;
}
.header-lang {
  position: absolute;
  top: 0;
  right: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  border-left: none;
  width: 52px;
  height: 52px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
}
.header-lang:hover,
.header-lang:active,
.header-lang:focus {
  background-color: #baa98f;
}
.header-nav-btn {
  display: none;
}
header.scroll {
  padding-bottom: 70px;
  background-image: linear-gradient(to bottom, rgba(4, 30, 38, 0.77), rgba(4, 30, 38, 0));
}
header.scroll .header-logo {
  position: relative;
  width: 49.5px;
}
header.scroll .header-menu-wrapper {
  margin-left: 49.5px;
  padding-left: 113.5px;
}
.header-mobile-menu-wrapper {
  display: none;
}
/*=PAGE-TITLE=*/
.page-title-wrapper {
  position: relative;
  height: 273px;
  background-image: linear-gradient(120deg, #1e333a, #0f2329);
}
.page-title-wrapper-img {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.page-title-wrapper-in {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 135px;
  background-image: linear-gradient(to bottom, rgba(4, 30, 38, 0.77), rgba(4, 30, 38, 0));
}
.page-title-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 90px;
  width: 100%;
}
.page-title-content .container {
  position: relative;
  height: 100%;
}
.bread-crumbs {
  padding-left: 385px;
  color: #ffffff;
}
.bread-crumbs .page-link {
  font-size: 18px;
  color: #ffffff;
}
.bread-crumbs .page-link:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  width: 13px;
  height: 8px;
  background-image: url(/local/templates/main/css/../img/ico-next-page.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.bread-crumbs .current-page {
  border-bottom: 5px solid #baa98f;
}
.page-title {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding-right: 145px;
  padding-left: 400px;
}
/*=CONTENT=*/
.sidebar {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 40px 25px 0;
  width: 320px;
}
.main-content {
  margin-left: 320px;
  padding-top: 25px;
  padding-bottom: 100px;
}
.main-content p {
  margin-bottom: 15px;
}
.main-content ul{
    list-style: disc inside;
}
.main-content ol{
    list-style: decimal inside;
}

.content-container {
  padding: 0;
}
.arrow-block {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 30px;
  background-color: #4a9eb8;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.arrow-block-small {
  width: 75px;
}
.arrow-block img {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.other-articles {
  margin-top: 60px;
}
.other-articles h3 {
  margin-bottom: 40px;
}
.other-articles-in {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.other-articles-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #baa98f;
  width: 49%;
  max-width: 520px;
  padding: 18px 15px 18px 65px;
  background-repeat: no-repeat;
  background-position: 18px 23px;
}
.other-articles-item-link {
  background-image: url(/local/templates/main/css/../img/ico-link.svg);
}
.other-articles-item-link:hover,
.other-articles-item-link:active,
.other-articles-item-link:focus {
  background-image: url(/local/templates/main/css/../img/ico-link-white.svg);
}
.other-articles-item-doc {
  background-image: url(/local/templates/main/css/../img/ico-doc.svg);
}
.other-articles-item-doc:hover,
.other-articles-item-doc:active,
.other-articles-item-doc:focus {
  background-image: url(/local/templates/main/css/../img/ico-doc-white.svg);
}
.other-articles-item p {
  font-size: 19px;
  text-decoration: underline;
  color: #4a9eb8;
}
.other-articles-item:hover,
.other-articles-item:active,
.other-articles-item:focus {
  background-color: #baa98f;
}
.other-articles-item:hover p,
.other-articles-item:active p,
.other-articles-item:focus p {
  color: #ffffff;
}
/*accordion*/
.accordion-link {
  margin-bottom: 20px;
}
.accordion-link a, .main-content .accordion-link a{
  position: relative;
  display: inline-block;
  padding-right: 35px;
  color: #1b2426;
}
.accordion-link a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #baa98f;
  width: 22px;
  height: 22px;
  background-image: url("/local/templates/main/css/../img/ico-arrow-bottom-gold.svg");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.accordion-link:hover a {
  color: #baa98f;
}
.accordion-link:hover a:after {
  background-color: #baa98f;
  background-image: url("/local/templates/main/css/../img/ico-arrow-bottom-white.svg");
}
.accordion-link.open a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-content {
  display: none;
}
/*replica*/
.replica {
  position: relative;
  padding-top: 13px;
}
.replica:before {
  content: 'прямая речь';
  position: absolute;
  top: 4px;
  left: 30px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 120px;
  height: 24px;
  font-size: 19px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  background-color: #baa98f;
}
.replica-bg {
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
  background-image: url("/local/templates/main/css/../img/bg-replica.png");
  background-repeat: repeat;
}
.replica-bg:after,
.replica-bg:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
.replica-bg:before {
  right: 0;
  top: 0;
  border-top: 20px solid #ffffff;
  border-left: 20px solid transparent;
}
.replica-bg:after {
  left: 0;
  bottom: 0;
  border-bottom: 20px solid #ffffff;
  border-right: 20px solid transparent;
}
.replica-in {
  overflow: hidden;
  border: 1px solid #baa98f;
  background-color: #ffffff;
}
.replica-photo-wrapper {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.replica-photo-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.replica-author-name {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 500;
  color: #18414e;
}
.replica-author-position {
  margin-bottom: 13px;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
  color: #baa98f;
}
.replica-text {
  font-size: 16px;
  line-height: 1;
  color: #000000;
}
.replica-horizontal .replica-in {
  padding: 30px;
}
.replica-horizontal .replica-photo-wrapper {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  width: 193px;
  height: 193px;
}
.replica-vertical {
  display: block;
}
.replica-vertical .replica-in {
  padding: 30px 20px;
}
.replica-vertical .replica-photo-wrapper {
  margin-bottom: 15px;
}
/*news-card*/
.news-card {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 31.5%;
  height: 270px;
  word-spacing: normal;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1b3e49;
}
.news-card p {
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
}
a.news-card-label, p.news-card-label {
    color: #fff!important;
  position: absolute;
  top: 15px;
  left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  padding: 0 12px;
  height: 20px;
  line-height: 16px;
  text-align: center;
    z-index: 10;
}
.news-card-place {
  position: absolute;
  top: 45px;
  left: 20px;
  padding-left: 15px;
  background-image: url("/local/templates/main/css/../img/ico-location-white-small.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
}
.news-card-date {
  position: absolute;
  top: 15px;
  right: 15px;
}
.news-card-name {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 40px;
  font-size: 18px;
}
.news-card:hover,
.news-card:active,
.news-card:focus {
  -webkit-box-shadow: 0 24px 24px 0 rgba(24, 66, 78, 0.45);
  -moz-box-shadow: 0 24px 24px 0 rgba(24, 66, 78, 0.45);
  box-shadow: 0 24px 24px 0 rgba(24, 66, 78, 0.45);
}
.news-card:hover .news-card-label,
.news-card:active .news-card-label,
.news-card:focus .news-card-label {
  color: #ffffff;
  background-color: #baa98f;
}
.news-card-archive {
  background-color: #888888;
}
.news-card-empty {
  background-image: -webkit-linear-gradient(71deg, #958e82, #4e483e);
  background-image: -o-linear-gradient(71deg, #958e82, #4e483e);
  background-image: linear-gradient(161deg, #958e82, #4e483e);
}
/*project-card*/
.project-card {
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #4a9eb8;
}
.project-card-img {
  display: block;
  width: auto;
  height: 100%;
}
.project-card-title {
  position: absolute;
  bottom: 30px;
  right: 75px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 15px 10px 10px;
  background-color: #ffffff;
}
.project-card-name {
  font-size: 22px;
  line-height: 1.09;
  margin-bottom: 8px;
}
.project-card-place {
  padding-left: 10px;
  font-size: 18px;
  color: #baa98f;
  background-image: url("/local/templates/main/css/../img/ico-location-gold.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
}
/*img-slider*/
.img-slider {
  margin-top: 50px;
  margin-bottom: 25px;
}
.img-slider img {
  margin: 0 auto;
  max-width: 100%;
}
.img-slider .slick-current .img-slide-in:before {
  background-color: rgba(0, 0, 0, 0);
}
.img-slide-in {
  position: relative;
  padding: 0 5px;
}
.img-slide-in:before {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  bottom: 0;
  z-index: 1;
  background-color: rgba(24, 66, 78, 0.8);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
/*contacts-card*/
.contacts-card {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  width: 32%;
}
.contacts-card:last-child {
  margin-right: 0;
}
.contacts-card-photo {
  display: block;
  margin-bottom: 15px;
  max-width: 100%;
}
.contacts-card-name {
  max-width: 225px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 21px;
}
.contacts-card-position {
  margin-bottom: 20px;
  max-width: 225px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #1b2426;
}
.contacts-card-tel {
  margin-bottom: 10px;
  font-size: 18px;
}
.contacts-card-email {
  font-size: 18px;
}
.contacts-card-email a {
  color: #1b2426;
}
.contacts-card-email a:hover,
.contacts-card-email a:active,
.contacts-card-email a:focus {
  text-decoration: underline;
}
/*=SIDEBAR-MENU=*/
.sidebar-menu {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 5px 10px 15px;
  width: 250px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 12px 24px 0 rgba(43, 39, 33, 0.42);
  -moz-box-shadow: 0 12px 24px 0 rgba(43, 39, 33, 0.42);
  box-shadow: 0 12px 24px 0 rgba(43, 39, 33, 0.42);
}
.sidebar-menu-item {
  position: relative;
  margin-top: 15px;
}
.sidebar-menu-item:first-child {
  margin-top: 0;
}
.sidebar-menu-item:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 14px;
  z-index: 1;
  height: 6px;
  width: 0;
  background-color: #baa98f;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sidebar-menu-item:hover:after,
.sidebar-menu-item.active:after {
  width: 100%;
}
.sidebar-menu-item:hover .sidebar-menu-link,
.sidebar-menu-item.active .sidebar-menu-link {
  color: #baa98f;
}
.sidebar-menu-item-submenu {
  position: relative;
}
.sidebar-menu-item-submenu:hover > .sidebar-menu-submenu {
  display: block;
}
.sidebar-menu-link {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 5px;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 0.5px;
  color: #4e483e;
  background-color: #ffffff;
}
.sidebar-menu-link:active,
.sidebar-menu-link:focus,
.sidebar-menu-link:hover {
  color: #baa98f;
}
.sidebar-menu-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -40px;
  z-index: 1;
  background-color: #ffffff;
}
.sidebar-menu-submenu-link {
  display: block;
  padding: 5px 40px 5px 20px;
  font-size: 18px;
  color: #baa98f;
}
.sidebar-menu-submenu-link:hover,
.sidebar-menu-submenu-link:active,
.sidebar-menu-submenu-link:focus {
  color: #ffffff;
  background-color: #baa98f;
}
/*=FOOTER=*/
footer {
  clear: both;
  margin-top: 15px;
}
.footer-content-block {
  padding-bottom: 15px;
}
.footer-content-block hr {
  display: none;
}
.footer-top {
  padding-top: 40px;
}
.footer-logo {
  float: left;
  max-width: 136px;
  margin-right: 30px;
}
.footer-logo:hover,
.footer-logo:active,
.footer-logo:focus {
  opacity: 0.7;
}
.footer-logo-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer-menu-wrapper {
  float: left;
  white-space: nowrap;
}
.footer-menu {
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
  width: 45%;
}
.footer-menu-item {
  margin-top: 10px;
}
.footer-menu-item:first-child {
  margin-top: 0;
}
.footer-menu-link {
  font-size: 18px;
  color: #ababab;
}
.footer-menu-link:hover,
.footer-menu-link:focus,
.footer-menu-link:active {
  color: #4a9eb8;
}
.footer-links {
  float: right;
}
.footer-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 275px;
  height: 142px;
}
.footer-link img {
  position: absolute;
  z-index: 1;
}
.footer-link p {
  font-size: 16px;
  text-align: left;
  color: #ffffff;
}
.footer-link:hover,
.footer-link:active,
.footer-link:focus {
  background-color: #4a9eb8;
  -webkit-box-shadow: 0 10px 20px 0 rgba(185, 169, 143, 0.34);
  -moz-box-shadow: 0 10px 20px 0 rgba(185, 169, 143, 0.34);
  box-shadow: 0 10px 20px 0 rgba(185, 169, 143, 0.34);
}
.footer-link-festival {
  padding: 110px 10px 0;
  background-color: #a9c4cc;
}
.footer-link-festival img {
  top: -17px;
  left: 50%;
  margin-left: -60px;
}
.footer-link-festival p {
  text-align: center;
}
.footer-link-newspaper {
  margin-left: 10px;
  padding: 25px 10px 0 145px;
  background-color: #baa98f;
}
.footer-link-newspaper img {
  bottom: 0;
  left: 15px;
  max-width: 170px;
  -webkit-box-shadow: 0 14px 24px 0 rgba(120, 145, 152, 0.53);
  -moz-box-shadow: 0 14px 24px 0 rgba(120, 145, 152, 0.53);
  box-shadow: 0 14px 24px 0 rgba(120, 145, 152, 0.53);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.footer-link-newspaper p {
  margin-bottom: 10px;
}
.footer-link-newspaper button {
  display: block;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 84px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  background-color: #4a9eb8;
}
.footer-link-newspaper:hover img {
  bottom: 10px;
}
.footer-link-newspaper:hover button {
  color: #4a9eb8;
  background-color: #ffffff;
}
.footer-soc {
  float: right;
  margin-left: 30px;
  text-align: center;
}
.footer-soc p {
  margin-bottom: 15px;
  font-size: 19px;
  color: #000000;
}
.footer-soc-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
}
.footer-soc-item:first-child {
  margin-left: 0;
}
.footer-soc-link {
  display: block;
  width: 60px;
  height: 32px;
  background-color: #e2f6fc;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer-soc-link:hover,
.footer-soc-link:active,
.footer-soc-link:focus {
  background-color: #4a9eb8;
}
.footer-soc-link-vk {
  background-image: url(/local/templates/main/css/../img/ico-soc-vk.svg);
}
.footer-soc-link-vk:hover,
.footer-soc-link-vk:active,
.footer-soc-link-vk:focus {
  background-image: url(/local/templates/main/css/../img/ico-soc-vk-white.svg);
}
.footer-soc-link-tg {
	background-image: url(/local/templates/main/css/../img/telegram_logo.png);
	background-size: contain;
}
.footer-soc-link-fb {
  background-image: url(/local/templates/main/css/../img/ico-soc-facebook.svg);
}
.footer-soc-link-fb:hover,
.footer-soc-link-fb:active,
.footer-soc-link-fb:focus {
  background-image: url(/local/templates/main/css/../img/ico-soc-facebook-white.svg);
}
.footer-soc-link-im {
  background-image: url(/local/templates/main/css/../img/ico-soc-instagram.svg);
}
.footer-soc-link-im:hover,
.footer-soc-link-im:active,
.footer-soc-link-im:focus {
  background-image: url(/local/templates/main/css/../img/ico-soc-instagram-white.svg);
}
.footer-soc-link-you {
  background-image: url(/local/templates/main/css/../img/ico-soc-you.svg);
}
.footer-soc-link-you:hover,
.footer-soc-link-you:active,
.footer-soc-link-you:focus {
  background-image: url(/local/templates/main/css/../img/ico-soc-you-white.svg);
}
.footer-bottom {
  overflow: hidden;
  clear: both;
  padding-top: 50px;
}
.footer-copyright-wrapper {
  float: left;
}
.footer-copyright {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
}
.footer-conditions {
  display: inline-block;
  vertical-align: text-bottom;
}
.footer-conditions a {
  font-size: 14px;
  line-height: 1.2;
  text-decoration: underline;
  color: #baa98f;
}
.footer-conditions a:hover,
.footer-conditions a:active,
.footer-conditions a:focus {
  text-decoration: none;
}
.footer-author {
  position: relative;
  float: right;
  padding-right: 45px;
}
.footer-author:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 41px;
  height: 24px;
  background-image: url(/local/templates/main/css/../img/studio-logo.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-author a {
  font-size: 13px;
  color: #4a9eb8;
}
.footer-author a:hover,
.footer-author a:active,
.footer-author a:focus {
  text-decoration: underline;
}
/*=404=*/
.main-content-block-error {
  overflow: visible;
}
.main-content-error {
  position: relative;
  padding-top: 305px;
}
.main-content-error img {
  position: absolute;
  top: -125px;
  left: 50%;
  z-index: 5;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-content-error p {
  margin-bottom: 50px;
  font-size: 32px;
  text-align: center;
}
.main-content-error .btn {
  display: block;
  margin: 0 auto;
  width: 230px;
}
/*=HOME=*/
/*banner-home*/
.banner-home {
  overflow: hidden;
  margin-bottom: 25px;
  height: 800px;
  background: #026786;
  /* Old browsers */
  background: -moz-linear-gradient(top, #026786 0%, #445358 100%);
  background: -webkit-linear-gradient(top, #026786 0%, #445358 100%);
  background: linear-gradient(to bottom, #026786 0%, #445358 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#026786', endColorstr='#445358', GradientType=0);
}
.banner-home-in {
  height: 100%;
  background-image: url(/local/templates/main/css/../img/banners/main_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
}
.banner-home .sidebar-menu {
  position: absolute;
  bottom: 80px;
  left: 85px;
  z-index: 2;
}
.parallax-scene li {
    list-style: none;
  padding-top: 127px;
}
.parallax-scene li img {
  position: relative;
  right: -80px;
}
.banner-home-slider-wrapper {
  position: absolute;
  top: 240px;
  right: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 70px;
  width: 100%;
  max-width: 455px;
  height: 560px;
}
.banner-home-slider {
  position: static;
}
.banner-home-slider .slick-dots {
  right: 0;
  bottom: 60px;
}
.banner-home-slider .slick-dots li {
    list-style: none;
  margin-right: 20px;
}
.banner-home-slider .slick-dots li:last-child {
  margin-left: 0;
}
.banner-home-slider .slick-dots li button {
  width: 80px;
  height: 9px;
}
.banner-top-slide h1 {
  margin-bottom: 15px;
  color: #ffffff;
}
.banner-top-slide-label span {
  display: inline-block;
  padding: 5px 5px 5px 35px;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  background-color: #4a9eb8;
  background-repeat: no-repeat;
  background-position: 8px center;
}
.banner-top-slide-label-address span {
  background-image: url(/local/templates/main/css/../img/ico-location-white.svg);
}
.banner-top-slide-label-time {
  margin-top: 8px;
}
.banner-top-slide-label-time span {
  background-image: url(/local/templates/main/css/../img/ico-time-white.svg);
}
.banner-top-slide-btn {
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 176px;
  height: 39px;
  font-weight: 300;
  font-size: 21px;
  line-height: 39px;
  text-align: center;
  color: #18414e;
  background-color: #ffffff;
}
.banner-top-slide-btn:hover,
.banner-top-slide-btn:active,
.banner-top-slide-btn:focus {
  color: #ffffff;
  background-color: #baa98f;
}
.banner-home-slider .slick-track {
  max-height: 280px;
  height: 280px;
}
@media screen and (min-width: 601px) {
  .banner-home-slider .slick-track {
    max-height: 270px;
    height: 270px;
  }
  .banner-top-slide-btn {
    left: 170px !important;
  }
}

@media screen and (min-width: 761px) {
  .banner-home-slider .slick-track {
    max-height: 375px;
    height: 375px;
  }
}
@media screen and (min-width: 901px){
  .banner-home-slider .slick-track {
    max-height: 405px;
    height: 405px;
  }
  .banner-top-slide-btn {
    left: 250px !important;
  }
}
@media screen and (min-width: 1401px){
  .banner-home-slider .slick-track {
    max-height: 450px;
    height: 450px;
  }
}


/*home-sidebar*/
.home-sidebar-col {
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 25px;
  padding-left: 40px;
  width: 360px;
}
.soc-block {
  border: 1px solid #4a9eb8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 40px 40px;
}
.soc-block-home {
  margin-bottom: 40px;
}
.soc-block h4 {
  margin-bottom: 25px;
}
.soc-block ul {
  text-align: center;
}
.soc-block li {
  display: inline-block;
    list-style: none;
  vertical-align: top;
  margin-left: 20px;
}
.soc-block li:first-child {
  margin-left: 0;
}
.soc-link {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #e2f6fc;
  background-position: center center;
  background-repeat: no-repeat;
}
.soc-link:hover,
.soc-link:active,
.soc-link:focus {
  background-color: #4a9eb8;
}
.soc-link-vk {
  background-image: url("/local/templates/main/css/../img/ico-soc-vk.svg");
}
.soc-link-tg {
	background-image: url("/local/templates/main/css/../img/telegram_logo.png");
	background-size: contain;
}
.soc-link-vk:hover,
.soc-link-vk:active,
.soc-link-vk:focus {
  background-image: url("/local/templates/main/css/../img/ico-soc-vk-white.svg");
}
.soc-link-fb {
  background-image: url("/local/templates/main/css/../img/ico-soc-facebook.svg");
}
.soc-link-fb:hover,
.soc-link-fb:active,
.soc-link-fb:focus {
  background-image: url("/local/templates/main/css/../img/ico-soc-facebook-white.svg");
}
.soc-link-tw {
  background-image: url("/local/templates/main/css/../img/ico-soc-twitter.svg");
}
.soc-link-tw:hover,
.soc-link-tw:active,
.soc-link-tw:focus {
  background-image: url("/local/templates/main/css/../img/ico-soc-twitter-white.svg");
}
.soc-link-im {
  background-image: url("/local/templates/main/css/../img/ico-soc-instagram.svg");
}
.soc-link-im:hover,
.soc-link-im:active,
.soc-link-im:focus {
  background-image: url("/local/templates/main/css/../img/ico-soc-instagram-white.svg");
}
.soc-link-you {
  background-image: url("/local/templates/main/css/../img/ico-soc-you.svg");
}
.soc-link-you:hover,
.soc-link-you:active,
.soc-link-you:focus {
  background-image: url("/local/templates/main/css/../img/ico-soc-you-white.svg");
}
.banner-link {
  display: block;
  margin-bottom: 15px;
}
.banner-link:hover,
.banner-link:active,
.banner-link:focus {
  -webkit-box-shadow: 0 24px 24px 0 rgba(24, 66, 78, 0.45);
  -moz-box-shadow: 0 24px 24px 0 rgba(24, 66, 78, 0.45);
  box-shadow: 0 24px 24px 0 rgba(24, 66, 78, 0.45);
}
.banner-link img {
  display: block;
  max-width: 100%;
}
/*houses*/
.houses {
  margin-bottom: 40px;
}
.houses h3 {
  margin-bottom: 15px;
}
.house {
  display: block;
  margin-bottom: 15px;
  background-color: #18414e;
}
.house:hover,
.house:active,
.house:focus {
  -webkit-box-shadow: 0 24px 24px 0 rgba(24, 66, 78, 0.45);
  -moz-box-shadow: 0 24px 24px 0 rgba(24, 66, 78, 0.45);
  box-shadow: 0 24px 24px 0 rgba(24, 66, 78, 0.45);
}
.house-img-wrapper {
  overflow: hidden;
  position: relative;
  height: 350px;
}
.house-img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.51;
}
.house-labels {
  position: absolute;
  top: 10px;
  left: 10px;
}
.house-labels-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 7px;
  height: 24px;
  line-height: 22px;
  font-size: 19px;
  color: #ffffff;
  background-color: #1b3e49;
}
.house-labels-item:first-child {
  margin-left: 0;
}
.house-labels-item-light {
  color: #4a9eb8;
  background-color: #e2f6fc;
}
.house-place {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding-left: 13px;
  font-size: 16px;
  color: #ffffff;
  background-image: url("/local/templates/main/css/../img/ico-location-white-small.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
}
.house-title {
  position: relative;
  padding: 15px 22px 15px 15px;
}
.house-title:before {
  content: '';
  position: absolute;
  bottom: 15px;
  right: 10px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 22px;
  height: 22px;
  background-image: url("/local/templates/main/css/../img/ico-arrow-right-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
}
.house-title p {
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
}
.home-newspaper {
  margin-bottom: 40px;
}
.home-newspaper-in {
  position: relative;
  margin-bottom: 10px;
  padding: 20px 20px 50px 15px;
  background-image: linear-gradient(171deg, #45899f, #1b3e49);
}
.home-newspaper-in img {
  display: block;
  margin-bottom: 10px;
}
.home-newspaper-in p {
  font-weight: 500;
  font-size: 21px;
  color: #ffffff;
}
.home-newspaper-in .btn {
  position: absolute;
  bottom: 50px;
  right: 20px;
  width: 114px;
  height: 24px;
  line-height: 24px;
}
.home-newspaper-btn {
  display: block;
  margin-right: 0;
  margin-left: auto;
  width: 180px;
}
/*home-main-content*/
.main-content-block-home {
  padding-bottom: 80px;
}
.home-main-content {
  margin-right: 360px;
  padding-top: 25px;
}
.home-main-content h2 {
  text-align: center;
}
.home-more-btn {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.btn.home-more-btn {
  width: 145px;
}
.home-mobile-content {
  display: none;
}
/*home-events*/
.home-events {
  margin-bottom: 50px;
}
.home-events-btn {
  margin-bottom: 15px;
}
.events-list {
  margin-bottom: 40px;
  word-spacing: 40px;
}
.event-card {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  width: 30.4%;
  word-spacing: normal;
}
.event-card:hover .event-card-in,
.event-card:active .event-card-in,
.event-card:focus .event-card-in {
  -webkit-box-shadow: 0 24px 24px 0 rgba(24, 66, 78, 0.45);
  -moz-box-shadow: 0 24px 24px 0 rgba(24, 66, 78, 0.45);
  box-shadow: 0 24px 24px 0 rgba(24, 66, 78, 0.45);
}
.event-card:hover .event-card-title,
.event-card:active .event-card-title,
.event-card:focus .event-card-title {
  background-color: #4a9eb8;
}
.event-card p {
  margin-bottom: 0;
}
.event-card-in {
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  height: 270px;
}
.event-card-in img {
  display: block;
  width: auto;
  min-width: 100%;
  height: 100%;
}
.event-card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px 15px 15px;
  background-color: #baa98f;
  color: #ffffff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
/*home-news*/
.home-news {
  margin-bottom: 50px;
}
.news-list {
  word-spacing: 40px;
}
.home-news-card {
  width: 30.4%;
}
.home-news-btn {
  margin-top: 15px;
}
/*home-other*/
.home-other {
  overflow: hidden;
  margin-bottom: 40px;
}
.home-other .replica {
  margin-right: 360px;
}
.home-other .subscribe-form {
  float: right;
  margin-top: 13px;
  margin-left: 40px;
  width: 320px;
}
.subscribe-form {
  border: 1px solid #4a9eb8;
  padding: 15px 20px 25px;
}
.subscribe-form h4 {
  margin-bottom: 24px;
  font-weight: 500;
}
.subscribe-form input {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 45px;
  border: 1px solid #4a9eb8;
  padding: 0 10px;
  width: 100%;
  max-width: 256px;
  height: 40px;
  font-size: 18px;
  line-height: 1;
  font-family: 'ProbaPro', sans-serif;
  text-align: center;
  color: #789198;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.subscribe-form input::-webkit-input-placeholder {
  font-size: 18px;
  font-family: 'ProbaPro', sans-serif;
  color: #789198;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.subscribe-form input::-moz-placeholder {
  font-size: 18px;
  font-family: 'ProbaPro', sans-serif;
  color: #789198;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.subscribe-form input:-moz-placeholder {
  font-size: 18px;
  font-family: 'ProbaPro', sans-serif;
  color: #789198;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.subscribe-form input:-ms-input-placeholder {
  font-size: 18px;
  font-family: 'ProbaPro', sans-serif;
  color: #789198;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.subscribe-form input:focus {
  color: #1b2426;
}
.subscribe-form input:focus::-webkit-input-placeholder {
  opacity: 0.3;
}
.subscribe-form input:focus::-moz-placeholder {
  opacity: 0.3;
}
.subscribe-form input:focus:-moz-placeholder {
  opacity: 0.3;
}
.subscribe-form input:focus:-ms-input-placeholder {
  opacity: 0.3;
}
.subscribe-form input:invalid {
  border-color: #ff0000;
  color: #ff0000;
}
.subscribe-form input:invalid::-webkit-input-placeholder {
  color: #ff0000;
}
.subscribe-form input:invalid::-moz-placeholder {
  color: #ff0000;
}
.subscribe-form input:invalid:-moz-placeholder {
  color: #ff0000;
}
.subscribe-form input:invalid:-ms-input-placeholder {
  color: #ff0000;
}
.subscribe-form .btn {
  display: block;
  margin: 0 auto;
  width: 174px;
}
.replica-slider {
  position: relative;
  padding-bottom: 45px;
}
.replica-slider .slick-dots {
  position: absolute;
  left: 15px;
  bottom: 0;
}
.replica-slider .slick-dots li {
    list-style: none;
  margin-left: 5px;
}
.replica-slider .slick-dots li:first-child {
  margin-left: 0;
}
.replica-slider .slick-dots li button {
  width: 48px;
  height: 5px;
  background-color: #e2f6fc;
}
.replica-slider .slick-dots li.slick-active button {
  background-color: #4a9eb8;
}
.replica-btn {
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 138px;
}
.replica-btn img {
  margin-top: -1px;
  vertical-align: middle;
  width: auto;
  height: 18px;
}
/*home-projects*/
.home-projects {
  margin-bottom: 50px;
}
.home-projects-list {
  word-spacing: 40px;
}
.project-card-home {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
  width: 47.8%;
  height: 450px;
  word-spacing: normal;
}
.more-project-btn {
  padding-right: 45px;
  width: 135px;
  background-image: url("/local/templates/main/css/../img/ico-refresh.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.more-project-btn span {
  display: block;
  border-bottom: 1px solid #979797;
  font-size: 18px;
  line-height: 1.4;
  color: #4e483e;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.more-project-btn:hover span,
.more-project-btn:active span,
.more-project-btn:focus span {
  border-bottom-color: transparent;
}
/*home-about*/
.home-about {
  margin-bottom: 20px;
}
.home-about h2 {
  margin-bottom: 40px;
  text-align: left;
}
/*home-partners*/
.home-partners-list {
  margin-bottom: 15px;
  border: 1px solid #baa98f;
  padding: 35px 20px;
  text-align: center;
}
.home-partner-item {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  width: 24%;
}
.home-partner-item img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  max-height: 80px;
}
/*=ABOUT=*/
.about-info {
  padding-top: 50px;
  text-align: center;
  word-spacing: 40px;
}
.about-info-item {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 20px;
  padding-top: 18px;
  width: 30.3%;
  word-spacing: normal;
}
.about-info-link {
  position: relative;
  display: block;
  border: 1px solid #baa98f;
  padding: 100px 10px 20px 10px;
}
.about-info img {
  position: absolute;
  bottom: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-info p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 21px;
  text-align: center;
  color: #12191b;
}
.ustav-info {
  margin-bottom: 40px;
  text-align: right;
}
.ustav-info p {
  margin-bottom: 0;
  margin-top: 10px;
}
.ustav-info p:first-child {
  margin-top: 0;
}
.ustav-header {
  margin-bottom: 70px;
  text-align: center;
}
.ustav-header h2 {
  margin-bottom: 0;
}
.ustav-header p {
  margin-top: 20px;
}
.ustav-section {
  margin-bottom: 50px;
}
.ustav-section p {
  margin-top: 10px;
  margin-bottom: 0;
}
.ustav-section p:first-child {
  margin-top: 15px;
}
.ustav-section-header {
  margin-bottom: 40px;
}
.ustav-section-header h4 {
  margin-bottom: 15px;
  text-align: left;
  color: #1b2426;
}
.ustav-section-header h3 {
  margin-bottom: 0;
  text-align: left;
  text-transform: uppercase;
}
.ustav-note {
  margin-top: 40px;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
}
.leadership-block {
  margin-bottom: 40px;
}
.leadership-block p {
  margin-bottom: 10px;
}
.leadership-block p:last-child {
  margin-bottom: 0;
}
.leadership-block-president img {
  display: block;
  margin-bottom: 15px;
  max-width: 700px;
}
.leadership-title {
  margin-bottom: 10px;
}
/*=BUILDING=*/
.main-content-building img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  max-width: 100%;
}
.building-col-2 {
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  width: 44.4%;
}
.building-col-1 {
  margin-right: 44.4%;
}
.building-info {
  overflow: hidden;
  margin-bottom: 45px;
}
.building-info-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 5px 15px;
  width: 46%;
  max-width: 280px;
  min-height: 172px;
  background-color: #baa98f;
  text-align: center;
  color: #ffffff;
}
.building-info-item-1 {
  float: left;
  margin-right: 20px;
}
.building-info-item-2 {
  float: right;
  margin-left: 20px;
}
.building-info-item-title {
  margin-bottom: 20px;
  font-size: 21px;
}
.building-mobile-photos {
  display: none;
}
/*=ACTIVITY=*/
.main-content-activities {
  word-spacing: 15px;
}
.activities-item {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 35px;
  border: 1px solid #baa98f;
  text-align: center;
  word-spacing: normal;
  background-repeat: no-repeat;
}
.activities-item-6 {
  padding: 275px 5px 15px;
  width: 33%;
  background-image: url(/local/templates/main/css/../img/molodezhnoe_obedinenie.svg);
  background-position: center 80px;
  background-size: 200px 200px;
}
.activities-item-6:hover,
.activities-item-6:active,
.activities-item-6:focus {
  background-image: url(/local/templates/main/css/../img/molodezhnoe_obedinenie_white.svg);
}
.activities-item-1 {
  background-image: url(/local/templates/main/css/../img/activities-ico-1.svg);
  padding: 275px 5px 15px;
  width: 33%;
  background-position: center 80px;
  background-size: 149px 150px;
}
.activities-item-1:hover,
.activities-item-1:active,
.activities-item-1:focus {
  background-image: url(/local/templates/main/css/../img/activities-ico-1-white.svg);
}
.activities-item-2 {
  background-image: url(/local/templates/main/css/../img/activities-ico-2.svg);
  padding: 275px 5px 15px;
  width: 30%;
  background-position: center 80px;
  background-size: 168px 150px;
}
.activities-item-2:hover,
.activities-item-2:active,
.activities-item-2:focus {
  background-image: url(/local/templates/main/css/../img/activities-ico-2-white.svg);
}
.activities-item-3 {
  padding: 275px 5px 15px;
  width: 33%;
  background-image: url(/local/templates/main/css/../img/activities-ico-3.svg);
  background-position: center 80px;
  background-size: 100px 150px;
}
.activities-item-3:hover,
.activities-item-3:active,
.activities-item-3:focus {
  background-image: url(/local/templates/main/css/../img/activities-ico-3-white.svg);
}
.activities-item-4 {
  background-image: url(/local/templates/main/css/../img/activities-ico-4.svg);
  padding: 275px 5px 15px;
  width: 33%;
  background-position: center 80px;
  background-size: 149px 150px;
}
.activities-item-4:hover,
.activities-item-4:active,
.activities-item-4:focus {
  background-image: url(/local/templates/main/css/../img/activities-ico-4-white.svg);
}
.activities-item-5 {
  background-image: url(/local/templates/main/css/../img/activities-ico-5.svg);
  padding: 275px 5px 15px;
  width: 30%;
  background-position: center 80px;
  background-size: 168px 150px;
}
.activities-item-5:hover,
.activities-item-5:active,
.activities-item-5:focus {
  background-image: url(/local/templates/main/css/../img/activities-ico-5-white.svg);
}
.activities-item p {
  font-size: 24px;
  color: #191919;
}
.activities-item:hover,
.activities-item:active,
.activities-item:focus {
  background-color: #baa98f;
}
.activities-item:hover p,
.activities-item:active p,
.activities-item:focus p {
  color: #ffffff;
}
/*=PUBLISHER-ACTIVITY=*/
.pub-act-facts {
  text-align: center;
  word-spacing: 30px;
}
.pub-act-fact {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #baa98f;
  padding: 35px 5px;
  width: 31.1%;
  font-size: 24px;
  text-align: center;
  word-spacing: normal;
  color: #baa98f;
}
.pub-act-fact p {
  margin-bottom: 0;
  margin-top: 10px;
}
.pub-act-fact p:first-child {
  margin-top: 0;
}
.pub-act-fact-4 {
  display: block;
  margin-top: 15px;
  padding: 30px 100px 30px 200px;
  width: 100%;
  font-size: 21px;
  text-align: left;
  background-image: url(/local/templates/main/css/../img/rospechat.svg);
  background-repeat: no-repeat;
  background-position: 40px center;
}
.pub-act-fact-4 p {
  margin-bottom: 0;
  margin-top: 20px;
}
.pub-act-fact-4 p:first-child {
  margin-top: 0;
}
.redaction {
  overflow: hidden;
  margin-top: 30px;
  font-size: 18px;
  color: #1b2426;
}
.editor {
  float: left;
  width: 50%;
}
.editor-img {
  float: left;
}
.editor-info {
  margin-left: 220px;
}
.editor-email {
  margin-top: 10px;
}
.editor-email a {
  text-decoration: underline;
  color: #baa98f;
}
.editor-email a:hover,
.editor-email a:active,
.editor-email a:focus {
  text-decoration: none;
}
p.editor-name {
  margin-bottom: 35px;
}
.editorial-council {
  margin-left: 50%;
}
.editorial-council li {
    list-style: none;
  margin-top: 15px;
}
.editorial-council li:first-child {
  margin-top: 0;
}
/*=COUNCIL=*/
.chairman-img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 40px;
  width: 240px;
}
.chairman-info {
  display: inline-block;
  vertical-align: bottom;
}
.chairman-name {
  margin-bottom: 15px;
}
.chairman-post {
  font-size: 18px;
  color: #baa98f;
}
.chairman-post span {
  display: inline-block;
  border-top: 1px solid #baa98f;
  padding-top: 5px;
}
.council-info {
  display: table;
  margin-top: 80px;
  width: 100%;
}
.council-info-item {
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  width: 50%;
}
.council-info-item li {
    list-style: none;
  margin-top: 15px;
  font-size: 18px;
}
.council-info-item li:first-child {
  margin-top: 0;
}
.council-info-item li span {
  padding-right: 10px;
}
.council-info-item li .city {
  padding-right: 0;
  font-size: 16px;
  white-space: nowrap;
  color: #baa98f;
}
.council-info-item li .city:before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  padding-right: 5px;
  width: 7px;
  height: 12px;
  background-image: url(/local/templates/main/css/../img/ico-location-gold.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/*=LAW=*/
.gold-title {
  font-size: 24px;
  text-align: center;
  color: #baa98f;
}
.law-contacts-wrapper {
  margin-bottom: 45px;
}
.law-contacts-wrapper .gold-title {
  margin-bottom: 30px;
}
.law-contacts {
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #baa98f;
  width: 100%;
}
.law-contacts-item {
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 5px 30px;
  width: 25%;
  text-align: center;
}
.law-contacts-item img {
  display: block;
  margin: 0 auto 40px;
}
.law-form-wrapper .gold-title {
  margin-bottom: 25px;
}
.law-form {
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 40px 35px;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 16px 40px 0 rgba(124, 118, 107, 0.3);
  -moz-box-shadow: 0 16px 40px 0 rgba(124, 118, 107, 0.3);
  box-shadow: 0 16px 40px 0 rgba(124, 118, 107, 0.3);
}
.law-form-in {
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.law-form-in-1 {
  padding-right: 35px;
}
.law-form .btn {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
/*=DOCS=*/
.docs-list {
  margin-bottom: 30px;
  word-spacing: 20px;
}
.doc, .main-content a.doc{
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 25px 15px 10px 20px;
  width: 30%;
  min-height: 170px;
  font-weight: 500;
  font-size: 18px;
  word-spacing: normal;
  color: #ffffff;
  background-color: #baa98f;
}
.doc:hover,
.doc:active,
.doc:focus {
  background-image: -webkit-linear-gradient(63deg, #45899f, #1b3e49);
  background-image: -o-linear-gradient(63deg, #45899f, #1b3e49);
  background-image: linear-gradient(153deg, #45899f, #1b3e49);
}
.docs-more {
  margin-top: 30px;
}
.docs-more h2 {
  text-align: center;
}
.docs-more-in {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.docs-more-item {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #baa98f;
  padding: 70px 10px;
  width: 49%;
  max-width: 520px;
  background-repeat: no-repeat;
  background-position: center center;
}
.docs-more-item-1 {
  background-image: url(/local/templates/main/css/../img/ico-prav-acty.svg);
}
.docs-more-item-2 {
  background-image: url(/local/templates/main/css/../img/ico-zakonotvorchestvo.svg);
}
.docs-more-item p {
  font-size: 24px;
  text-align: center;
  color: #baa98f;
}
.docs-more-item:hover,
.docs-more-item:active,
.docs-more-item:focus {
  background-color: #4a9eb8;
}
.docs-more-item:hover p,
.docs-more-item:active p,
.docs-more-item:focus p {
  color: #ffffff;
}
/*=CONTESTS=*/
.contest-office {
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #baa98f;
  padding: 40px 20px 40px 40px;
}
.contest-office-img {
  float: left;
  margin-right: 15px;
}
.contest-office-info-big {
  margin-bottom: 50px;
  font-size: 20px;
}
.contest-office-info .btn {
  display: block;
  margin: 25px 0 0 auto;
  width: 118px;
}
.btn-more-contests {
  width: 178px;
}
.contests-in {
  word-spacing: 25px;
}
.contest-card {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 31.5%;
  height: 250px;
  word-spacing: normal;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1b3e49;
}
.contest-card:after {
    background: rgba(0,0,0,0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.contest-card p {
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
}
.contest-card-period {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #ffffff;
  padding: 0 15px 0 50px;
  height: 30px;
  line-height: 28px;
  background-image: url("/local/templates/main/css/../img/ico-period.svg");
  background-repeat: no-repeat;
  background-position: 11px center;
    z-index: 1;
}
.contest-card-name {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 40px;
  font-size: 18px;
    z-index: 1;
}
.contest-card:hover,
.contest-card:active,
.contest-card:focus {
  -webkit-box-shadow: 0 24px 24px 0 rgba(24, 66, 78, 0.45);
  -moz-box-shadow: 0 24px 24px 0 rgba(24, 66, 78, 0.45);
  box-shadow: 0 24px 24px 0 rgba(24, 66, 78, 0.45);
}
.contest-card-archive {
  background-color: #888888;
}
.contest-office-contests {
  clear: both;
  margin-bottom: 50px;
}
.contest-office-contests:last-child {
  margin-bottom: 0;
}
.contest-card-small {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 30px 15px 20px 20px;
  width: 31.5%;
  min-height: 170px;
  word-spacing: normal;
  background-image: linear-gradient(151deg, #958e82, #4e483e);
}
.contest-card-small:hover,
.contest-card-small:active,
.contest-card-small:focus {
  background-image: linear-gradient(231deg, #026786, #445358);
}
.contest-card-small:hover .arrow-block,
.contest-card-small:active .arrow-block,
.contest-card-small:focus .arrow-block {
  opacity: 1;
}
.contest-card-small p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
}
.contest-card-small .arrow-block {
  opacity: 0;
}
/*=EVENTS_2=*/
.events-accordion-block .accordion-content {
  padding-bottom: 60px;
}
.region-block {
  margin-top: 50px;
}
.region-block:first-child {
  margin-top: 0;
}
.events-region {
  margin-bottom: 35px;
}
.region-sign {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px;
}
.region-name {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
}
.events-wrapper {
  word-spacing: 60px;
}
.event {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  width: 29%;
  word-spacing: normal;
}
.event-title {
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px 20px;
  min-height: 145px;
  background-color: #baa98f;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.event-title p {
  margin-bottom: 0;
  font-size: 21px;
  color: #ffffff;
}
.event-info li {
    list-style: none;
  margin-top: 10px;
  padding: 0 10px 0 30px;
  font-size: 18px;
  line-height: normal;
  background-repeat: no-repeat;
  background-position: 0 3px;
  color: #baa98f;
}
.event-info li:first-child {
  margin-top: 0;
}
.event-date {
  background-image: url("/local/templates/main/css/../img/ico-calendar-gold.svg");
}
.event-place {
  background-image: url("/local/templates/main/css/../img/ico-location-gold-full.svg");
}
.event-chairman {
  background-image: url("/local/templates/main/css/../img/ico-chairman-gold.svg");
}
.event:hover .event-title {
  background-color: #4a9eb8;
}
/*=EVENTS=*/
.events-filter-wrapper {
  margin-bottom: 35px;
}
.events-filter-wrapper h2 {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
}
.events-filter {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 15px;
  height: 30px;
  background-color: #baa98f;
  background-image: url(/local/templates/main/css/../img/ico-calendar-white.svg);
  background-repeat: no-repeat;
  background-position: 14px center;
}
.main-content-events h3 {
  margin-bottom: 30px;
}
.main-content-events .event-card {
  margin-bottom: 20px;
}
.events-archive {
  margin-top: 20px;
}
.event-card-archive {
  opacity: 0.6;
}
.event-card-archive .event-card-title {
  background-color: #a9c4cc;
}
.more-events-archive-btn {
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 0;
  width: 235px;
}
.event-article-info {
  margin-bottom: 35px;
}
.event-timeline {
  margin-top: 45px;
}
.event-timeline-in {
  margin-bottom: 55px;
}
.event-timeline-in h3 {
  margin-bottom: 20px;
}
.event-timeline-item-header {
  overflow: hidden;
  /*clearfix*/
}
.event-timeline-item-header p {
  float: left;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.16;
}
.event-timeline-item-date {
  width: 131px;
}
.event-timeline-item-content {
  overflow: hidden;
  clear: both;
  border-left: 1px solid #4a9eb8;
  padding: 20px 0 0 130px;
}
.event-timeline-item-content-block {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-right: 40px;
}
.event-timeline-item-content-block p {
  margin-bottom: 0;
}
.event-timeline-item-content-block-small {
  width: 33%;
}
.event-timeline-item-content-block-medium {
  width: 66%;
}
.event-timeline-item-content-block-img {
  display: block;
  margin: 0 0 10px;
  max-width: 100%;
}
.event-timeline-item-content-block-img-description {
  font-style: italic;
  font-size: 14px;
  color: #4a9eb8;
}
.event-timeline-item-content-block-person-name {
  font-size: 21px;
}
.event-timeline-item-content-block-description {
  color: #4a9eb8;
}
.event-timeline-item-content-block-list {
  color: #4a9eb8;
}
.event-timeline-item-content-block-person .event-timeline-item-content-block-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/*=NEWS=*/
.main-content-news {
  word-spacing: 40px;
}
.main-content-news .news-card {
  margin-bottom: 30px;
}
.news-info {
  margin-bottom: 55px;
}
.news-info .news-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #baa98f;
  padding: 0 10px;
  height: 24px;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
  color: #baa98f;
}
.news-info .news-place {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 35px;
  padding-left: 18px;
  color: #baa98f;
  background-image: url(/local/templates/main/css/../img/ico-location-gold.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
}
.news-info .news-date {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  padding-left: 18px;
  color: #baa98f;
  background-image: url(/local/templates/main/css/../img/ico-calendar-gold.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 11px 12px;
}
.other-news {
  clear: both;
  padding-top: 80px;
}
.other-news h3 {
  margin-bottom: 20px;
  text-align: center;
}
/*=INTERVIEW=*/
.main-content-interview {
  overflow: hidden;
}
.main-content-interview .replica {
  margin-bottom: 15px;
  word-spacing: normal;
}
.interview-sidebar {
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  width: 370px;
}
.interview-main {
  margin-right: 370px;
  word-spacing: 20px;
}
.interview-main .replica-horizontal {
  display: block;
  width: 100%;
}
.interview-main .replica-vertical {
  display: inline-block;
  vertical-align: top;
  width: 48.1%;
}
.interviewer {
  overflow: hidden;
  margin-bottom: 40px;
}
.interviewer .interviewer-img {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 40px;
  max-width: 360px;
  height: auto;
}
.interviewer .interviewer-info {
  margin-left: 380px;
  padding-top: 60px;
}
.interviewer .interviewer-name {
  margin-bottom: 25px;
}
.interviewer .interviewer-post {
  margin-bottom: 70px;
  font-size: 18px;
  color: #baa98f;
}
.interviewer .interviewer-about {
  font-size: 18px;
  color: #4a9eb8;
}
.interview-question {
  margin-bottom: 15px;
  border: 1px solid #baa98f;
  padding: 30px 70px 30px 40px;
}
.interview-question p {
  margin-top: 15px;
  margin-bottom: 0;
  color: #baa98f;
}
.interview-question p:first-child {
  margin-top: 0;
}
.interview-answer {
  margin-bottom: 50px;
  padding-left: 41px;
  color: #1b2426;
}
.interview-answer p {
  margin-top: 15px;
  margin-bottom: 0;
}
.interview-answer p:first-child {
  margin-top: 0;
}
.article-copyright {
  margin-top: 50px;
  padding-left: 30px;
  background-image: url("/local/templates/main/css/../img/ico-link.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}
.article-copyright a {
  text-decoration: underline;
  color: #4a9eb8;
}
.article-copyright a:hover,
.article-copyright a:active,
.article-copyright a:focus {
  text-decoration: none;
}
/*=PROJECTS=*/
.main-content-project .project-card {
  margin-bottom: 25px;
}
.main-content-project .project-card-img {
  width: 100%;
  height: auto;
}
.main-content-project .project-card-title {
  bottom: 25px;
  right: 15px;
  padding: 15px 80px 10px 30px;
}
.main-content-project .project-card .arrow-block {
  bottom: 25px;
  right: 15px;
}
.project-info {
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 20px;
  color: #ffffff;
  background-color: #baa98f;
}
.project-info-in {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.project-info-in-executor {
  border-right: 1px solid #ab997c;
  width: 20%;
}
.project-info-in-executor-name {
  padding: 5px 0;
}
.project-info-in-authors {
  width: 80%;
}
.project-info-in-authors-name span {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #ffffff;
  padding: 5px;
  width: 24.6%;
}
.project-info-in-authors-name span:first-child {
  border-left: none;
}
.project-info-title {
  padding: 10px 5px;
  font-size: 21px;
}
.main-content-project-article img + h2,
.main-content-project-article p + h2 {
  margin-top: 70px;
}
.other-projects {
  margin-top: 25px;
  word-spacing: 30px;
}
.other-projects h3 {
  margin-bottom: 30px;
  text-align: center;
  word-spacing: normal;
}
.other-projects .project-card {
  display: inline-block;
  vertical-align: top;
  width: 30.5%;
  height: 460px;
  word-spacing: normal;
}
.other-projects .project-card-img {
  width: auto;
  height: 100%;
}
.other-projects .project-card-title {
  bottom: 15px;
  right: 15px;
  padding: 15px 30px 10px 30px;
}
.other-projects .project-card .arrow-block {
  bottom: 0;
  right: 0;
}
/*=NEWSPAPER=*/
.years-filter {
  margin-bottom: 50px;
}
.years-filter-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  margin-bottom: 12px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  width: 105px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  text-align: center;
  color: #baa98f;
  background-color: #e6e2dc;
}
.years-filter-item.active {
  color: #ffffff;
  background-color: #baa98f;
}
.years-filter-item:hover {
  color: #ffffff;
  background-color: #4a9eb8;
}
.newspaper-wrapper {
  word-spacing: 40px;
}
.newspaper-card {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-bottom: 30px;
  width: 47.8%;
}
.newspaper-card-in {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 15px 55px 240px;
  min-height: 325px;
  word-spacing: normal;
  background-color: #e2f6fc;
}
.newspaper-card-img-wrapper {
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 15px;
  width: 200px;
  height: auto;
  /*max-height: 315px;*/
  -webkit-box-shadow: 0 14px 24px 0 rgba(120, 145, 152, 0.53);
  -moz-box-shadow: 0 14px 24px 0 rgba(120, 145, 152, 0.53);
  box-shadow: 0 14px 24px 0 rgba(120, 145, 152, 0.53);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.newspaper-card-img {
  display: block;
  max-wifhts: 100%;
}
.newspaper-card-name {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 32px;
  text-align: left;
  color: #a9c4cc;
}
.newspaper-card-btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 112px;
  -webkit-box-shadow: 0 6px 12px 0 rgba(40, 40, 40, 0.25);
  -moz-box-shadow: 0 6px 12px 0 rgba(40, 40, 40, 0.25);
  box-shadow: 0 6px 12px 0 rgba(40, 40, 40, 0.25);
}
.newspaper-card-btn img {
  width: 14px;
  height: auto;
}
/*=PRESS-CENTER=*/
.press-center-info {
  margin-bottom: 15px;
  max-width: 600px;
}
.newspapers {
  margin-bottom: 20px;
}
.newspapers h3 {
  margin-bottom: 15px;
}
.newspaper-card-presscenter {
  margin-bottom: 0;
}
.newspaper-card-presscenter .newspaper-card-in {
  padding: 70px 25px 25px 200px;
  min-height: 205px;
}
.newspaper-card-presscenter .newspaper-card-img {
  width: 130px;
}
.newspaper-card-presscenter .newspaper-card-name {
  margin-bottom: 0;
  font-size: 32px;
  color: #1b2426;
}
.newspaper-card-presscenter:hover .newspaper-card-img {
  top: 0;
}
.presscenter-contacts h3 {
  margin-bottom: 15px;
}
.contacts-card-presscenter-position {
  font-weight: 400;
  color: #baa98f;
}
/*=PARTNERS=*/
.partners-club {
  margin-bottom: 55px;
}
.partners-club-in {
  word-spacing: 40px;
}
.partners-club-card {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #baa98f;
  padding: 20px;
  width: 30.6%;
  word-spacing: normal;
}
.partners-club-card p {
  margin-bottom: 0;
}
.partners-club-card-img-wrapper {
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 230px;
  padding-bottom: 20px;
}
.partners-club-card-img-wrapper-in {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.partners-club-card-img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.partners-club-card-name {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  border-top: 1px solid #baa98f;
  padding: 20px 0 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
}
.inform-partners {
  margin-bottom: 35px;
}
.inform-partners-in {
  word-spacing: 20px;
}
.inform-partners-card {
  display: inline-table;
  vertical-align: top;
  border: 1px solid #baa98f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
  width: 22%;
  height: 180px;
  word-spacing: normal;
}
.inform-partners-card-in {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.inform-partners-card-img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.partners-benefits {
  margin-top: 50px;
  margin-bottom: 15px;
}
.partners-benefits ul {
  margin-bottom: 25px;
}
.partners-benefits .important {
  font-style: italic;
  font-size: 14px;
  color: #4a9eb8;
}
.partners-club-contacts {
  margin-bottom: 35px;
  border: 1px solid #baa98f;
  padding: 35px 10px 25px;
  text-align: center;
}
.partners-club-contacts-title {
  margin-bottom: 30px;
  font-size: 21px;
  color: #baa98f;
}
.partners-club-contacts-email {
  margin-bottom: 20px;
  padding-top: 15px;
  background-image: url(/local/templates/main/css/../img/ico-mail-gold.svg);
  background-repeat: no-repeat;
  background-position: center top;
}
.partners-club-contacts-email a {
  text-decoration: underline;
  color: #4a9eb8;
}
.partners-club-contacts-email a:hover,
.partners-club-contacts-email a:focus,
.partners-club-contacts-email a:active {
  text-decoration: none;
}
.partners-club-contacts-tel {
  padding-top: 15px;
  background-image: url(/local/templates/main/css/../img/ico-tel-gold.svg);
  background-repeat: no-repeat;
  background-position: center top;
  color: #4a9eb8;
}
.partners-club-contacts-name {
  padding-top: 15px;
  background-image: url(/local/templates/main/css/../img/ico-chairman-gold-full.svg);
  background-repeat: no-repeat;
  background-position: center top;
  color: #4a9eb8;
}
.partner-card {
  float: left;
  margin: 0 35px 0 0;
  width: 360px;
}
.partner-card-wrapper {
  overflow: hidden;
}
.partner-card-img {
  display: block;
  margin-bottom: 30px;
  max-width: 100%;
}
.partner-card-title {
  margin-bottom: 25px;
  border-bottom: 1px solid #baa98f;
  padding-bottom: 20px;
}
.partner-card-info-item {
  margin-top: 15px;
  padding-left: 28px;
  background-repeat: no-repeat;
}
.partner-card-info-item:first-child {
  margin-top: 0;
}
.partner-card-info-item-address {
  background-image: url("/local/templates/main/css/../img/ico-location-gold-middle.svg");
  background-position: left 6px;
}
.partner-card-info-item-boss {
  background-image: url("/local/templates/main/css/../img/ico-chairman-gold-full.svg");
  background-position: left 6px;
}
.partner-card-info-item-email {
  background-image: url("/local/templates/main/css/../img/ico-mail-gold.svg");
  background-position: left 7px;
}
.partner-card-info-item-tel {
  background-image: url("/local/templates/main/css/../img/ico-tel-gold.svg");
  background-position: left 4px;
}
.partner-card-info-item-site {
  background-image: url("/local/templates/main/css/../img/ico-link-gold.svg");
  background-position: left 6px;
}
.partner-card-info-item a:hover,
.partner-card-info-item a:focus,
.partner-card-info-item a:active {
  color: #4a9eb8;
}
.partner-text {
  margin-left: 395px;
}
/*=CONTACTS=*/
.banner-contacts {
  background: #026786;
  /* Old browsers */
  background: -moz-linear-gradient(top, #026786 0%, #445358 100%);
  background: -webkit-linear-gradient(top, #026786 0%, #445358 100%);
  background: linear-gradient(to bottom, #026786 0%, #445358 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#026786', endColorstr='#445358', GradientType=0);
  height: 656px;
}
.banner-contacts-in {
  height: 100%;
  background-image: url(/local/templates/main/css/../img/banners/main_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
}
.banner-contacts .container {
  height: 100%;
}
.banner-contacts .sidebar-menu {
  position: absolute;
  bottom: -50px;
  left: 85px;
  z-index: 2;
}
.banner-contacts .bread-crumbs {
  padding-top: 90px;
  padding-left: 350px;
  margin-bottom: 25px;
}
.main-content-contacts .contacts-card {
  margin-bottom: 85px;
}
.map-wrapper {
  position: absolute;
  top: 155px;
  right: 55px;
  background-color: #baa98f;
}
#map {
  width: 675px;
  height: 425px;
}
.contacts-info-wrapper {
  padding-left: 350px;
  width: 320px;
}
.contacts-info-wrapper h1 {
  margin-bottom: 30px;
}
.contacts-info {
  margin-bottom: 40px;
}
.contacts-info-item {
  margin-bottom: 15px;
  padding-left: 38px;
  font-size: 21px;
  color: #ffffff;
  background-position: left center;
  background-repeat: no-repeat;
}
.contacts-info-item-address {
  background-image: url("/local/templates/main/css/../img/ico-location-white-2.svg");
}
.contacts-info-item-tel {
  background-image: url("/local/templates/main/css/../img/ico-tel-white.svg");
}
.contacts-info-item-fax {
  background-image: url("/local/templates/main/css/../img/ico-fax-white.svg");
}
.contacts-info-item-email {
  background-image: url("/local/templates/main/css/../img/ico-email-white.svg");
  background-position: 0 10px;
}
.contacts-btn {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-left: 15px;
  width: 100%;
  max-width: 320px;
  background-image: url("/local/templates/main/css/../img/ico-email-white-empty.svg");
  background-repeat: no-repeat;
  background-position: 28px center;
}
.contacts-btn img {
  margin-top: 2px;
}
.contacts-soc-wrapper p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #ffffff;
}
.contacts-soc-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.contacts-soc-item:first-child {
  margin-left: 0;
}
/*=EDUCATION=*/
.education-type {
  margin-top: 50px;
}
.education-type:first-child {
  margin-top: 0;
}
.education-accordion-content {
  word-spacing: 40px;
}
.education-card {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  border: 1px solid #baa98f;
  padding: 25px 40px 30px;
  width: 47.9%;
  word-spacing: normal;
}
.education-card-title {
  margin-bottom: 40px;
  border-bottom: 1px solid #baa98f;
  padding-bottom: 20px;
}
.education-card-info {
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #baa98f;
}
.education-card-info-item {
  margin-top: 15px;
  padding-left: 28px;
  background-repeat: no-repeat;
}
.education-card-info-item:first-child {
  margin-top: 0;
}
.education-card-info-item-address {
  background-image: url("/local/templates/main/css/../img/ico-location-gold-middle.svg");
  background-position: left 5px;
}
.education-card-info-item-faculty {
  background-image: url("/local/templates/main/css/../img/ico-vuz.svg");
  background-position: left 5px;
}
.education-card-info-item-tel {
  background-image: url("/local/templates/main/css/../img/ico-tel-gold.svg");
  background-position: left 4px;
}
.education-card-info-item-email {
    background-image: url("/local/templates/main/css/../img/ico-mail-gold.svg");
    background-position: left 8px;
}
.education-card-info-item-site {
  background-image: url("/local/templates/main/css/../img/ico-link-gold.svg");
  background-position: left 6px;
}
.education-card-info-item a {
  text-decoration: underline;
  color: #4a9eb8;
}
.education-card-info-item a:hover,
.education-card-info-item a:focus,
.education-card-info-item a:active {
  text-decoration: none;
}
.education-card h4 {
  margin-bottom: 15px;
  text-align: left;
  color: #baa98f;
}
.education-card-specialties li {
    list-style: none;
  line-height: 1.31;
  color: #4a9eb8;
}
.education-card-specialties li:before {
  background-color: #4a9eb8;
}
/*=STRUCTURE=*/
.structure-tabs-title-mobile {
  display: none;
}
.structure-title {
  margin-bottom: 0;
}
.structure-tabs-content {
  padding-top: 50px;
}
.structure-tabs-content-item {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.structure-tabs-content-item.active {
  display: block;
}
.structure-tabs-content-item h2 {
  margin-bottom: 40px;
}
.structure-list {
  word-spacing: 40px;
}
.structure-card {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  border: 1px solid #baa98f;
  padding: 25px 40px 30px;
  width: 47.9%;
  word-spacing: normal;
}
.structure-card-title {
  margin-bottom: 10px;
}
.structure-card p {
  margin-bottom: 0;
}
.structure-card-info {
  margin-top: 15px;
  border-top: 1px solid #baa98f;
  padding-top: 15px;
}
.structure-card-info-item {
  margin-top: 15px;
  padding-left: 28px;
  background-repeat: no-repeat;
}
.structure-card-info-item:first-child {
  margin-top: 0;
}
.structure-card-info-item-address {
  background-image: url("/local/templates/main/css/../img/ico-location-gold-middle.svg");
  background-position: left 3px;
}
.structure-card-info-item-chairman {
  background-image: url("/local/templates/main/css/../img/ico-chairman-gold-full.svg");
  background-position: left 4px;
}
.structure-card-info-item-tel {
  background-image: url("/local/templates/main/css/../img/ico-tel-gold.svg");
  background-position: left 4px;
}
.structure-card-info-item-email {
  background-image: url("/local/templates/main/css/../img/ico-mail-gold.svg");
  background-position: left 8px;
}
.structure-card-info-item a {
  text-decoration: underline;
  color: #4a9eb8;
}
.structure-card-info-item a:hover,
.structure-card-info-item a:focus,
.structure-card-info-item a:active {
  text-decoration: none;
}
.structure-map {
  position: relative;
  top: -30px;
  max-width: 100%;
}
.map-area {
  cursor: pointer;
}
.map-area .st0 {
  fill: #A6BDBF;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.map-area .st1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 0.75;
  stroke-miterlimit: 10;
}
.map-area:hover .st0,
.map-area.active .st0 {
  fill: #4a9eb8;
}
/*=FESTIVAL=*/
.text-accent-wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.text-accent-wrapper img {
  display: inline-block;
  width: 60%;
  max-width: 480px;
}
.text-accent {
  position: absolute;
  top: 65px;
  left: 440px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #4a9eb8;
  padding: 35px 80px 25px 75px;
  max-width: 640px;
}
.text-accent h2 {
  margin-bottom: 20px;
}
.text-accent p:last-child {
  margin-bottom: 0;
}
.festival-contests {
  margin-top: 50px;
}
.festival-contests h2 {
  margin-bottom: 30px;
}
.festival-contests-in {
  margin-bottom: 30px;
}
.festival-contests-in:last-child {
  margin-bottom: 0;
}
.festival-contests-in h3 {
  margin-bottom: 15px;
}
.festival-contests-list {
  word-spacing: 30px;
}
.festival-contests-card {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  padding: 8px 8px 0 0;
  width: 30.4%;
  word-spacing: normal;
  background-color: #baa98f;
}
.festival-contests-card:hover,
.festival-contests-card:active,
.festival-contests-card:focus {
  background-color: #4a9eb8;
}
.festival-contests-card-img-wrapper {
  overflow: hidden;
  height: 140px;
}
.festival-contests-card-img {
  display: block;
  width: auto;
  height: 100%;
}
.festival-contests-card-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0 8px 8px;
  min-height: 70px;
  font-size: 21px;
  color: #ffffff;
}
/*=SUHANOVO=*/
.rooms {
  margin-bottom: 40px;
}
.rooms-list {
  margin-bottom: 40px;
  word-spacing: 30px;
}
.room {
  display: inline-block;
  vertical-align: top;
  width: 31.2%;
  word-spacing: normal;
}
.room-img {
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
}
.rooms-benefits {
  overflow: hidden;
}
.rooms-benefits-item {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  width: 33%;
}
.rooms-benefits-item img {
  margin-bottom: 20px;
}
.notes {
  margin-bottom: 40px;
}
.booking h2 {
  margin-bottom: 30px;
}
.booking-list {
  word-spacing: 40px;
}
.booking-card {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.9%;
  word-spacing: normal;
}
.booking-card h3 {
  margin-bottom: 10px;
}
.booking-card-info {
  margin-bottom: 15px;
  min-height: 95px;
}
.booking-card-info-item {
  margin-top: 5px;
  padding: 5px 0 5px 18px;
  background-repeat: no-repeat;
}
.booking-card-info-item:first-child {
  margin-top: 0;
}
.booking-card-info-item-tel {
  background-image: url(/local/templates/main/css/../img/ico-tel-gold.svg);
  background-position: 0 8px;
}
.booking-card-info-item-address {
  background-image: url(/local/templates/main/css/../img/ico-location-gold-middle.svg);
  background-position: 0 8px;
}
.booking-card-info-item-email {
  background-image: url(/local/templates/main/css/../img/ico-mail-gold.svg);
  background-position: 0 13px;
}
.booking-card-map-wrapper {
  overflow: hidden;
}
.booking-card-map {
  max-width: 100%;
  height: 240px;
}
.rooms-table .title-col {
  width: 20%;
}
.rooms-table th,
.rooms-table td {
  width: 13%;
}
#bx_incl_area_8, #bx_incl_area_9, #bx_incl_area_11, #bx_incl_area_12{
    display: inline-block;
    /*width: auto;*/
}
.main-content img, .main-content iframe{
	max-width: 100%;
	height: auto;
}


/* End */


/* Start:/local/templates/main/css/style_new.css?17709951787939*/
header.scroll{
	padding-bottom: 30px;
}
.header-menu-wrapper{
    border-bottom: 9px solid #ffffff;
    padding: 6px 0 13.31px;
}
.header-menu-link:after{
    height: 9px;
    bottom: -23px;
}
.contacts_popup_container, .terms_popup_container{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(13, 35, 42, 0.85);
	z-index: 9999;
}
.contacts_popup_container .contacts_popup, .terms_popup_container .terms_popup{
	width: 100%;
	max-width: 520px;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 54px 54px 47px 58px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contacts_popup_container .contacts_popup .contacts_success{
	display: none;
	text-align: center;
}
.contacts_popup_container .contacts_popup .contacts_success img{
	display: block;
	margin: 58px auto 82px;
}
.contacts_popup_container .contacts_popup .contacts_success p{
	font-family: 'ProbaPro';
	font-size: 21px;
    font-weight: 500;
    text-align: center;
    color: #baa98f;
}
.contacts_popup_container .contacts_popup .contacts_fail{
	text-align: center;
	display: none;
}
.contacts_popup_container .contacts_popup .contacts_fail img{
	display: block;
	margin: 19px auto 38px;
}
.contacts_popup_container .contacts_popup .contacts_fail p{
	font-family: 'ProbaPro';
	font-size: 21px;
    font-weight: 500;
    text-align: center;
    color: #baa98f;
}
.contacts_popup_container .contacts_popup .contacts_popup_form input{
	width: 100%;
	border-radius: 5px;
  	border: solid 1px #baa98f;
  	font-family: 'ProbaPro';
  	font-size: 16px;
  	text-align: left;
  	color: #1b2426;
  	padding: 8px 8px 8px 12px;
}
.contacts_popup_container .contacts_popup .contacts_popup_form input.fail{
	border: solid 1px #ff0000;
}
.contacts_popup_container .contacts_popup .contacts_popup_form p{
	font-family: 'ProbaPro';
  	font-size: 16px;
  	font-weight: 500;
  	text-align: left;
  	color: #baa98f;
  	margin-bottom: 8px;
}
.contacts_popup_container .contacts_popup .contacts_popup_form p.alert{
	display: none;
	text-align: right;
	font-size: 14px;
  	color: #ff0000;
  	position: absolute;
  	top: 100%;
  	right: 0;
}
.contacts_popup_container .contacts_popup .contacts_popup_form .input_box{
	margin-bottom: 26px;
	position: relative;
}
.contacts_popup_container .contacts_popup .contacts_popup_form textarea{
	width: 100%;
	height: 147px;
	margin-bottom: 37px;
	border-radius: 5px;
  	border: solid 1px #baa98f;
  	font-family: 'ProbaPro';
  	font-size: 16px;
  	text-align: left;
  	color: #1b2426;
  	padding: 8px 8px 8px 12px;
}
.contacts_popup_container .contacts_popup .contacts_popup_form textarea.fail{
	border: solid 1px #ff0000;
}
.contacts_popup_container .contacts_popup .close_popup{
	position: absolute;
    right: 0;
    top: -76px;
    cursor: pointer;
}
.contacts_popup_container .contacts_popup .contacts_popup_form button{
	position: relative;
	border-radius: 4px;
  	background-color: #baa98f;
  	outline: none;
  	cursor: pointer;
  	color: #ffffff;
  	font-family: 'ProbaPro';
  	font-size: 18px;
  	width: 130px;
    font-weight: 500;
    padding: 1px 18px 5px 35px;
    box-sizing: border-box;
    float: right;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.contacts_popup_container .contacts_popup .contacts_popup_form button:after{
	position: absolute;
    content: '';
    background-image: url(/local/templates/main/css/../img/contact_button.png);
    width: 18px;
    height: 22px;
    left: 9px;
    top: 5px;
}
.news-card .news-card-img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.23;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.header-search-btn{
	cursor: pointer;
}
.header-search.active .header-search-btn{
	background-image: url(/local/templates/main/css/../img/loup-active.svg);
	background-color: #baa98f;
	border: none;
	border-right: 1px solid #fff;
}
.header-search.active .header-search-input{
	display: inline-block;
    margin-top: 2px;
    padding-top: 5px;
}
.header-search-btn button{
	display: none;
	width: 100%;
	height: 100%;
}
.header-search.active .header-search-btn button{
	display: block;
}
.search-input-box{
	display: none;
    position: absolute;
    background-color: #baa98f;
    width: 430px;
    right: 100%;
    height: 100%;
    padding: 0 0 0 20px;
}
.header-search.active .search-input-box{
	display: block;
}

@media screen and (max-width: 425px) {
    .search-input-box{
        width: 165px;
    }
}
@media screen and (max-width: 375px) {
    .search-input-box{
        width: 115px;
    }
}


/*** Slider ***/
.slider-news .slick-arrow {
	position: absolute;
	z-index: 1;
	display: block;
	top: 50%;
	margin-top: -21px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ffffff;
	padding: 0;
	width: 42px;
	height: 42px;
	color: transparent;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all ease 0.3s;
}
.slider-news .slick-prev {
	left: 10px;
	background-image: none;
}
.slider-news .slick-next {
	right: 10px;
	background-image: none;
}
.slider-news .slick-prev:hover,
.slider-news .slick-next:hover {
	border-radius: 21px;
	background-color: #b8a990;
}
.slider-news .slick-prev:hover:after,
.slider-news .slick-prev:hover:before,
.slider-news .slick-next:hover:after,
.slider-news .slick-next:hover:before {
	border: 1px solid #ffffff;
}
.slider-news .slick-prev:after,
.slider-news .slick-prev:before,
.slider-news .slick-next:after,
.slider-news .slick-next:before {
	content: '';
	position: absolute;
	width: 20px;
	border: 1px solid #b8a990;
}
.slider-news .slick-prev:before {
	left: 6px;
	top: 13px;
	transform: rotate(-45deg);
}
.slider-news .slick-prev:after {
	left: 6px;
	top: 27px;
	transform: rotate(45deg);
}
.slider-news .slick-next:after {
	left: 11px;
	top: 27px;
	transform: rotate(-45deg);
}
.slider-news .slick-next:before {
	left: 11px;
	top: 13px;
	transform: rotate(45deg);
}

.slick-slide img {
	margin: 0 auto;
}
.slider-dots {
	margin-top: 20px;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}
.slider-dots li {
	list-style: none;
}
.slider-dots li button {
	display: block;
	min-height: 12px;
	min-width: 12px;
	border-radius: 6px;
	margin: 0 6px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	background-color: rgb(219, 212, 200);
}
.slider-dots li.slick-active button {
	background-color: rgb(184, 169, 143);
}

@media screen and (min-width: 570px) {
	.slider-news .slider-container {
		padding: 0 85px;
	}
}
.main-content.main-content-contacts {
    padding-bottom: 0;
}

.main-content.rekvizity {
    font-size: 18px;
    line-height: 31px;
    color: rgba(0, 0, 0, 1);
    max-width: 580px;
}

.main-content.rekvizity a {
    font-family: Arial;
    font-weight: 700;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 5.5%;
    text-decoration-skip-ink: auto;
    color: #000;
}

.main-content.rekvizity a img {
    display: inline-block;
    padding-right: 10px;
}

.main-content.rekvizity a:hover {
    text-decoration: none;
}

a.about-info-link.about-info-link-8 img {
    width: 100px;
}

a.about-info-link.about-info-link-7 img {
    max-width: 260px;
}

a.about-info-link.about-info-link-9 img {
    max-width: 160px;
}
/* End */


/* Start:/local/templates/main/css/responsive.css?177038811446601*/
/* Generated by less 2.5.1 */
/*==========RESPONSIVE==========*/
@media (max-width: 1540px) {
  .content-block {
    padding-left: 25px;
    padding-right: 25px;
  }
  /*=HEADER=*/
  .header-container {
    padding: 10px 25px 0 25px;
  }
  .header-menu-item {
    margin-left: 15px;
  }
  .header-search {
    /*right: 77px;*/
    right: 25px;
  }
  .header-lang {
    right: 25px;
  }
  /*=PAGE-TITLE=*/
  .bread-crumbs {
    padding-left: 305px;
  }
  .page-title {
    padding-left: 320px;
  }
  /*=HOME=*/
  /*banner-home*/
  .banner-home .sidebar-menu {
    left: 25px;
  }
  /*home-events*/
  .event-card {
    width: 30.3%;
  }
  /*home-news*/
  .home-news-card {
    width: 30.3%;
  }
  /*home-projects*/
  .project-card-home {
    width: 47.7%;
  }
  /*=CONTESTS=*/
  .contests-in {
    word-spacing: 23px;
  }
  /*=PARTNERS=*/
  .partners-club-card {
    width: 30.4%;
  }
  .partners-club-card-name {
    font-size: 21px;
  }
  /*=CONTACTS=*/
  .banner-contacts .sidebar-menu {
    left: 25px;
  }
  /*=EDUCATION=*/
  .education-card {
    width: 47.8%;
  }
  .map-wrapper {
    right: 25px;
  }
  #map {
    width: 575px;
  }
  /*=FESTIVAL=*/
  .festival-contests-card {
    width: 30.3%;
  }
  /*=SUHANOVO=*/
  .room {
    width: 31.1%;
  }
  .booking-card {
    width: 47.8%;
  }
}
@media (max-width: 1400px) {
  /*=HEADER=*/
  .header-logo {
    top: 0;
    width: 182px;
  }
  .header-menu-wrapper {
    border-bottom: 6.9px solid #ffffff;
    padding: 0 0 9.3px;
    margin-left: 182px;
  }
  .header-menu-link:after {
    bottom: -17px;
    height: 11px;
  }
  .header-search-btn {
    height: 43px;
  }
  .header-lang {
    height: 43px;
    line-height: 41px;
  }
  header.scroll .header-logo {
    position: relative;
    width: 37px;
  }
  header.scroll .header-menu-wrapper {
    margin-left: 37px;
    padding-left: 80px;
  }
    .banner-home .sidebar-menu-item {
        margin-top: 10px;
    }
  /*=PAGE-TITLE=*/
  .bread-crumbs {
    padding-left: 220px;
  }
  .page-title {
    padding-left: 235px;
  }
  /*=FOOTER=*/
  .footer-logo {
    margin-right: 20px;
    width: 105px;
  }
  .footer-menu {
    margin-right: 10px;
    white-space: normal;
  }
  .footer-soc {
    margin-left: 20px;
  }
  /*=HOME=*/
  /*banner-home*/
  .banner-home {
    height: 660px;
  }
  .banner-home .sidebar-menu {
    bottom: 140px;
    padding-left: 10px;
    width: 180px;
  }
  .parallax-scene li {
    padding-top: 270px;
  }
  .parallax-scene li img {
    right: 35px;
    width: 511px;
    height: auto;
  }
  .banner-home-slider-wrapper {
    top: 180px;
    padding-bottom: 45px;
    height: 480px;
  }
  .banner-home-slider .slick-dots {
    bottom: 30px;
  }
  .banner-top-slide-btn {
    margin: 70px 0 0 auto;
  }
  /*home-sidebar*/
  .home-sidebar-col {
    padding-left: 30px;
    width: 340px;
  }
  .soc-block li {
    margin-left: 10px;
  }
  /*home-main-content*/
  .home-main-content {
    margin-right: 340px;
  }
  /*home-events*/
  .event-card {
    width: 29.9%;
  }
  /*home-news*/
  .home-news-card {
    width: 29.9%;
  }
  /*home-projects*/
  .project-card-home {
    width: 47.4%;
  }
  /*=ABOUT=*/
  .about-info {
    word-spacing: 34px;
  }
  /*=BUILDING=*/
  .building-info-item {
    width: 45%;
  }
  /*=ACTIVITIES=*/
  .activities-item {
    margin-bottom: 15px;
  }
  .activities-item-1 {
    width: 31.65%;
  }
  .activities-item-2 {
    width: 31.65%;
  }
  .activities-item-3 {
    width: 31.65%;
  }
  .activities-item-4 {
    width: 31.65%;
  }
  .activities-item-5 {
    width: 31.65%;
  }
  .activities-item-6 {
    width: 31.65%;
  }
  /*=PUBLISHER-ACTIVITY=*/
  .pub-act-facts {
    word-spacing: 15px;
  }
  .pub-act-fact {
    width: 31.9%;
  }
  .pub-act-fact-4 {
    width: 100%;
  }
  /*=CONTESTS=*/
  .contests-in {
    word-spacing: 20px;
  }
  /*=EVENTS=*/
  .event {
    width: 28.5%;
  }
  /*=NEWS=*/
  .main-content-article .float-left-img,
  .main-content-interview-article .float-left-img,
  .main-content-project-article .float-left-img,
  .main-content-article .float-right-img,
  .main-content-interview-article .float-right-img,
  .main-content-project-article .float-right-img {
    max-width: 50%;
  }
  .main-content-article .half-img,
  .main-content-interview-article .half-img,
  .main-content-project-article .half-img {
    max-width: 47.7%;
  }
  /*=NEWSPAPER=*/
  .newspaper-card {
    width: 47.5%;
  }
  /*=INTERVIEW=*/
  .interview-sidebar {
    padding-left: 20px;
    width: 320px;
  }
  .interview-main {
    margin-right: 320px;
    word-spacing: 20px;
  }
  .interview-main .replica-vertical {
    width: 47.86%;
  }
  /*=PRESS-CENTER=*/
  .newspaper-card-presscenter {
    width: 47.5%;
  }
  .newspaper-card-presscenter .newspaper-card-in {
    padding: 40px 25px 25px 180px;
    min-height: 205px;
  }
  /*=PARTNERS=*/
  .partners-club-in {
    word-spacing: 30px;
  }
  /*=CONTACTS=*/
  .banner-contacts .sidebar-menu {
    padding-left: 10px;
    width: 180px;
  }
  .banner-contacts .bread-crumbs {
    padding-left: 235px;
  }
  .contacts-info-wrapper {
    padding-left: 235px;
  }
  /*=EDUCATION=*/
  .education-accordion-content {
    word-spacing: 15px;
  }
  .education-card {
    width: 48.9%;
  }
  /*=STRUCTURE=*/
  .structure-list {
    word-spacing: 15px;
  }
  .structure-card {
    width: 48.9%;
  }
  /*=FESTIVAL=*/
  .festival-contests-list {
    word-spacing: 15px;
  }
  .festival-contests-card {
    width: 30.9%;
  }
  /*=SUHANOVO=*/
  .room {
    width: 30.7%;
  }
  .booking-card {
    width: 47.5%;
  }
}
@media (max-width: 1260px) {
  .content-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  /*=HEADER=*/
  .header-container {
    padding: 15px 15px 0 15px;
  }
  .header-menu-wrapper {
    padding: 0;
    height: 32px;
  }
  .header-menu {
    display: none;
  }
  .header-search {
    /*right: 117px;*/
    right: 65px;
  }
  .header-search-btn {
    height: 48px;
  }
  .header-lang {
    right: 65px;
    border-right: none;
    height: 48px;
    line-height: 48px;
  }
  .header-nav-btn {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 5;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    width: 50px;
    height: 48px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .header-nav-btn-item {
    position: absolute;
    left: 11px;
    width: 28px;
    height: 2px;
    background-color: #ffffff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .header-nav-btn-item-1 {
    top: 17px;
  }
  .header-nav-btn-item-2 {
    top: 23px;
  }
  .header-nav-btn-item-3 {
    top: 29px;
  }
  .header-nav-btn:hover {
    background-color: #baa98f;
  }
  .header-nav-btn.open {
    z-index: 101;
  }
  .header-nav-btn.open .header-nav-btn-item-1 {
    top: 23px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-nav-btn.open .header-nav-btn-item-2 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-nav-btn.open .header-nav-btn-item-3 {
    top: 23px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-mobile-menu-wrapper {
    overflow-y: scroll;
    position: absolute;
    right: -100%;
    top: 0;
    z-index: 100;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0 95px;
    width: 100%;
    max-width: 380px;
    height: 100vh;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(24, 66, 78, 0.9);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .header-mobile-menu-wrapper.open {
    right: 0;
  }
  .header-mobile-menu {
    margin-bottom: 150px;
  }
  .header-mobile-menu-item {
    margin-top: 25px;
  }
  .header-mobile-menu-item:first-child {
    margin-top: 0;
  }
  .header-mobile-menu-item-submenu img {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    width: 21px;
    height: 21px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
  }
  .header-mobile-menu-item-submenu.open img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header-mobile-menu-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 60px;
    padding-right: 10px;
    font-weight: 300;
    font-size: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
  }
  .header-mobile-menu-link:before {
    content: '';
    position: absolute;
    top: 11px;
    left: -2px;
    z-index: 11;
    width: 0;
    height: 6px;
    background-color: #baa98f;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .header-mobile-menu-link:active:before,
  .header-mobile-menu-link:hover:before,
  .header-mobile-menu-link:focus:before,
  .header-mobile-menu-link.active:before {
    width: 58px;
  }
  .header-mobile-menu-soc {
    text-align: center;
  }
  .header-mobile-menu-soc-item {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
  }
  .header-mobile-menu-soc-item:first-child {
    margin-left: 0;
  }
  .header-mobile-submenu {
    display: none;
  }
  .header-mobile-submenu-link {
    display: block;
    padding: 5px 10px 5px 80px;
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
  }
  /*=PAGE-TITLE=*/
  .page-title-wrapper {
    height: 320px;
    background-size: auto 100%;
  }
  .page-title-content {
    padding-top: 70px;
  }
  .bread-crumbs {
    margin-bottom: 30px;
    padding-left: 200px;
  }
  .page-title {
    position: static;
    padding-left: 200px;
  }
  /*=CONTENT=*/
  .sidebar {
    display: none;
  }
  .main-content {
    margin-left: 0;
  }
  /*=SIDEBAR-MENU=*/
  .sidebar-menu {
    display: none;
  }
  /*=FOOTER=*/
  .footer-logo {
    margin-right: 50px;
    width: 170px;
  }
  .footer-menu {
    margin-right: 50px;
    white-space: nowrap;
  }
  .footer-links {
    float: none;
    clear: both;
    padding-top: 45px;
    text-align: center;
  }
  .footer-link {
    width: 355px;
  }
  .footer-link-newspaper {
    padding-left: 180px;
  }
  /*=HOME=*/
  /*banner-home*/
  .banner-home {
    height: 800px;
  }
  .parallax-scene li {
    padding-top: 240px;
  }
  .parallax-scene li img {
    left: -170px;
    width: auto;
    height: 597px;
  }
  .banner-home-slider-wrapper {
    top: 300px;
    right: 15px;
    padding-bottom: 45px;
    height: 480px;
  }
  .banner-home-slider .slick-dots {
    bottom: 30px;
  }
  .banner-top-slide-btn {
    margin: 70px 0 0 auto;
  }
  /*home-events*/
  .events-list {
    word-spacing: 20px;
  }
  .event-card {
    width: 30.9%;
  }
  /*home-news*/
  .news-list {
    word-spacing: 20px;
  }
  .home-news-card {
    width: 30.9%;
  }
  /*home-projects*/
  .home-projects-list {
    word-spacing: 20px;
  }
  .project-card-home {
    width: 48.2%;
  }
  /*=BUILDING=*/
  .building-info-item {
    max-width: 310px;
  }
  /*=PUBLISHER-ACTIVITY=*/
  .pub-act-facts {
    word-spacing: 15px;
  }
  /*=DOCS=*/
  .doc {
    width: 31.5%;
  }
  /*=EVENTS=*/
  .events-wrapper {
    word-spacing: 50px;
  }
  .event-timeline-item-content-block {
    padding-right: 20px;
  }
  /*=NEWS=*/
  .main-content-news {
    word-spacing: 24px;
  }
  /*=PROJECTS=*/
  .other-projects {
    word-spacing: 15px;
  }
  .other-projects .project-card {
    width: 32.1%;
  }
  /*=NEWSPAPER=*/
  .newspaper-wrapper {
    word-spacing: 30px;
  }
  /*=CONTACTS=*/
  .banner-contacts {
    height: 560px;
  }
  .banner-contacts .bread-crumbs {
    padding-left: 200px;
  }
  .contacts-info-wrapper {
    padding-left: 200px;
  }
  .contacts-soc-wrapper {
    display: none;
  }
  .contacts-btn {
    max-width: 240px;
    background-position: 18px center;
  }
  .map-wrapper {
    top: auto;
    bottom: -385px;
    left: 15px;
    right: 15px;
  }
  #map {
    width: 100%;
    height: 425px;
  }
  .main-content-contacts {
    padding-top: 430px;
  }
  /*=SUHANOVO=*/
  .room {
    width: 31.1%;
  }
}
@media (max-width: 1060px) {
  /*=HOME=*/
  /*home-sidebar*/
  .home-sidebar-col {
    display: none;
  }
  /*home-main-content*/
  .home-main-content {
    margin-right: 0;
  }
  .home-mobile-content {
    display: block;
  }
  /*houses*/
  .house {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    width: 48.5%;
  }
  .house:last-child {
    margin-left: 15px;
  }
  .house-img-wrapper {
    height: auto;
  }
  .house-img-wrapper img {
    max-width: 100%;
    height: auto;
  }
  .house-labels {
    display: none;
  }
  .house-title {
    min-height: 92px;
  }
  /*home-other*/
  .home-other {
    margin-bottom: 30px;
  }
  .home-other .replica {
    margin-bottom: 35px;
    margin-right: 0;
  }
  .home-other .subscribe-form-mobile {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-left: 0;
    margin-right: 15px;
    padding: 25px;
    width: 48.5%;
    max-width: none;
  }
  .home-other .subscribe-form-mobile h4 {
    margin-bottom: 15px;
  }
  .home-other .subscribe-form-mobile input {
    margin-bottom: 15px;
  }
  .subscribe-form-desktop {
    display: none;
  }
  .soc-block-home-mobile {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    padding-bottom: 70px;
    width: 48.5%;
  }
  .soc-block-home-mobile h4 {
    margin-bottom: 15px;
    font-weight: 500;
  }
  /*home-mobile-banners*/
  .home-mobile-banners {
    margin-bottom: 35px;
    word-spacing: 15px;
    text-align: center;
  }
  .home-mobile-banners a {
    display: inline-block;
    vertical-align: top;
    width: 31.5%;
    word-spacing: normal;
  }
  /*home-mobile-anons*/
  .home-mobile-anons {
    margin-bottom: 30px;
  }
  .home-mobile-anons .banner-link {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-right: 15px;
    width: 48.5%;
    height: 240px;
  }
  .home-mobile-anons .banner-link img {
    max-width: 100%;
    height: auto;
  }
  .home-mobile-anons .home-newspaper {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    width: 48.5%;
  }
  .home-mobile-anons .home-newspaper-in {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 25px 0 25px;
    height: 240px;
  }
  .home-mobile-anons .home-newspaper-in img {
    float: left;
    margin-right: 15px;
    width: 145px;
  }
  .home-mobile-anons .home-newspaper-in p {
    margin-bottom: 15px;
    padding-top: 70px;
  }
  .home-mobile-anons .home-newspaper-in .btn {
    position: static;
    display: block;
    margin-left: 160px;
      width: auto;
  }
  /*home-projects*/
  .home-projects {
    margin-bottom: 30px;
  }
  /*home-events*/
  .event-card {
    width: 31.4%;
  }
  /*home-news*/
  .home-news-card {
    width: 31.4%;
  }
  /*=NEWS=*/
  .main-content-news {
    word-spacing: 21px;
  }
  /*=INTERVIEW=*/
  .interview-sidebar {
    float: none;
    display: table-footer-group;
    padding-left: 0;
    width: 100%;
  }
  .interview-sidebar .replica-vertical {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 48.1%;
  }
  .interview-main {
    display: table-header-group;
    width: 100%;
    margin-right: 0;
  }
  .interview-main .replica-vertical {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 48.1%;
  }
  /*=PROJECTS=*/
  .other-projects .project-card {
    width: 31.6%;
  }
  /*=SUHANOVO=*/
  .rooms-list {
    word-spacing: 15px;
  }
  .room {
    width: 31.8%;
  }
  .booking-list {
    word-spacing: 15px;
  }
  .booking-card {
    width: 48.9%;
  }
}
@media (max-width: 900px) {
  .text-img-wrapper img {
    margin-bottom: 15px;
  }
  .text-img-wrapper .text {
    position: static;
    padding: 0;
  }
  .text-img-wrapper .text.white {
    color: #000000;
  }
  .img-block-accent {
    position: relative;
  }
  .img-block-accent-caption {
    right: 25px;
    left: 25px;
    font-size: 16px;
  }
  /*=LINKS&FORMS=*/
  .pagination .prev-page {
    margin-right: 15px;
  }
  .pagination .next-page {
    margin-left: 15px;
  }
  .pagination .page {
    margin-left: 10px;
  }
  .pagination .page-1 {
    margin-left: 0;
  }
  /*=TEXT=*/
  /*titles*/
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    margin-bottom: 20px;
  }
  .council-info-item h3 {
    font-size: 21px;
  }
  /*lists*/
  .column-list {
    column-count: 1;
  }
  /*****slick*****/
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
  /*=PAGE-TITLE=*/
  .page-title-wrapper {
    height: 360px;
  }
  /*=CONTENT=*/
  .main-content {
    padding-bottom: 25px;
  }
  /*=FOOTER=*/
  footer {
    margin-top: 0;
  }
  .footer-content-block {
    position: relative;
    padding-bottom: 25px;
  }
  .footer-content-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #a9c4cc;
  }
  .footer-logo {
    margin-right: 20px;
  }
  .footer-menu {
    margin-right: 20px;
  }
  .footer-link {
    width: 48%;
  }
  .footer-link-newspaper {
    padding-left: 150px;
  }
  .footer-copyright {
    display: block;
    margin-right: 0;
  }
  .footer-conditions {
    display: block;
  }
  /*=404=*/
  .page-title-wrapper-error {
    height: 265px;
  }
  .main-content-error {
    padding-top: 320px;
  }
  .main-content-error img {
    top: -35px;
    width: 650px;
    height: auto;
  }
  .main-content-error p {
    margin-bottom: 25px;
  }
  /*=HOME=*/
  /*banner-home*/
  .parallax-scene li {
    padding-top: 270px;
  }
  .parallax-scene li img {
    left: -250px;
  }
  .banner-home-slider-wrapper {
    max-width: 350px;
  }
  .banner-home-slider .slick-dots {
    bottom: 60px;
  }
  .banner-top-slide-btn {
    margin: 50px 0 0 auto;
  }
  /*home-mobile-anons*/
  .home-mobile-anons .banner-link {
    width: 49%;
  }
  .home-mobile-anons .home-newspaper {
    width: 49%;
  }
  /*home-mobile-anons*/
  .home-mobile-anons .banner-link {
    width: 47.8%;
  }
  .home-mobile-anons .home-newspaper {
    width: 47.8%;
  }
  /*home-events*/
  .event-card {
    width: 31.1%;
  }
  /*home-news*/
  .home-news-card {
    width: 31.1%;
  }
  /*home-projects*/
  .project-card-home {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
  }
  .project-card-home .project-card-img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /*=ABOUT=*/
  .about-info {
    word-spacing: 15px;
  }
  .about-info-item {
    margin-bottom: 10px;
    width: 48%;
  }
  /*=BUILDING=*/
  .building-col-2 {
    display: none;
  }
  .building-col-1 {
    margin-right: 0;
  }
  .building-info {
    margin-bottom: 30px;
  }
  .building-info-item {
    width: 48%;
    max-width: 395px;
  }
  .building-info-item-1 {
    margin-right: 7px;
  }
  .building-info-item-2 {
    margin-left: 7px;
  }
  .building-mobile-photos {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
  }
  .building-mobile-photos img {
    width: 48%;
    max-width: 395px;
  }
  .building-mobile-photo-1 {
    float: left;
    margin-right: 7px;
  }
  .building-mobile-photo-2 {
    float: right;
    margin-left: 7px;
  }
  /*=ACTIVITIES=*/
  .activities-item-1 {
    width: 48.2%;
  }
  .activities-item-2 {
    width: 48.2%;
  }
  .activities-item-3 {
    width: 48.2%;
  }
  .activities-item-4 {
    width: 48.2%;
  }
  .activities-item-5 {
    width: 48.2%;
  }
  .activities-item-6 {
    width: 48.2%;
  }
  /*=PUBLISHER-ACTIVITY=*/
  .pub-act-facts {
    word-spacing: 15px;
  }
  .pub-act-fact {
    width: 48.36%;
  }
  .pub-act-fact-3 {
    display: block;
    margin-top: 15px;
    width: 100%;
  }
  .pub-act-fact-4 {
    padding: 45px 90px;
    width: 100%;
    background-position: center center;
  }
  .editor {
    width: 250px;
  }
  .editor-img {
    float: none;
    margin-bottom: 10px;
  }
  .editor-info {
    margin-left: 0;
  }
  p.editor-name {
    margin-bottom: 15px;
  }
  .editorial-council {
    margin-left: 250px;
  }
  /*=COUNCIL=*/
  .chairman-img {
    vertical-align: top;
    margin-right: 15px;
  }
  .chairman-info {
    vertical-align: top;
  }
  .council-info {
    display: block;
    margin-top: 35px;
  }
  .council-info-item {
    display: block;
    margin-top: 30px;
    padding-right: 0;
    width: 100%;
  }
  .council-info-item:first-child {
    margin-top: 0;
  }
  /*=LAW=*/
  .law-form {
    padding: 30px 15px 15px;
  }
  .law-form-in-1 {
    padding-right: 15px;
  }
  /*=DOCS=*/
  .doc {
    width: 47.5%;
  }
  .docs-more-in {
    display: block;
  }
  .docs-more-item {
    width: 100%;
    max-width: none;
  }
  .docs-more-item-1 {
    margin-bottom: 15px;
  }
  /*=CONTESTS=*/
  .contests-in {
    word-spacing: 15px;
  }
  .contest-card-small {
    width: 48.36%;
  }
  /*=EVENTS=*/
  .events-wrapper {
    word-spacing: 15px;
  }
  .event {
    width: 48.5%;
  }
  .event-timeline-item-date {
    width: 118px;
  }
  .event-timeline-item-content {
    padding: 20px 0 0 117px;
  }
  .event-timeline-item-content-block-small {
    width: 50%;
  }
  .event-timeline-item-content-block-medium {
    width: 100%;
  }
  /*=NEWS=*/
  .news-info {
    margin-bottom: 25px;
    text-align: right;
  }
  .other-news {
    padding-top: 25px;
  }
  .main-content-article .float-left-img,
  .main-content-project-article .float-left-img,
  .main-content-article .float-right-img,
  .main-content-project-article .float-right-img {
    display: block;
    float: none;
    margin: 0 auto 25px;
    width: auto;
    max-width: 100%;
  }
  .main-content-article .float-left-img img,
  .main-content-project-article .float-left-img img,
  .main-content-article .float-right-img img,
  .main-content-project-article .float-right-img img {
    margin-left: auto;
    margin-right: auto;
  }

  .img-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  /*=PROJECTS=*/
  .project-info {
    display: block;
    padding: 0 15px;
  }
  .project-info-in {
    display: block;
  }
  .project-info-in-executor {
    border-right: none;
    border-bottom: 1px solid #ab997c;
    padding-bottom: 15px;
    width: 100%;
  }
  .project-info-in-executor-name {
    padding: 0;
  }
  .project-info-in-authors {
    padding-bottom: 15px;
    width: 100%;
  }
  /*=NEWSPAPER=*/
  .years-filter {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    height: 38px;
  }
  .years-filter-in {
    overflow-x: scroll;
    white-space: nowrap;
    height: 58px;
  }
  .newspaper-wrapper {
    word-spacing: normal;
  }
  .newspaper-card {
    display: block;
    width: 100%;
  }
  .newspaper-card-in {
    padding-right: 60px;
  }
  .newspaper-card-btn {
    bottom: 55px;
    right: 60px;
  }
  /*=PARTNERS=*/
  .partners-club-in {
    word-spacing: 15px;
  }
  .partners-club-card {
    margin-bottom: 15px;
    width: 48.5%;
  }
  .partner-card {
    float: none;
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
  }
  .partner-card-img {
    float: left;
    margin-right: 30px;
  }
  .partner-card-title {
    margin-left: 37.7%;
    max-width: 360px;
  }
  .partner-card-info {
    margin-left: 37.7%;
  }
  .partner-text {
    margin-left: 0;
  }
  /*=CONTACTS=*/
  .banner-contacts {
    height: 560px;
  }
  .banner-contacts .bread-crumbs {
    padding-left: 200px;
  }
  .contacts-info-wrapper {
    padding-left: 200px;
  }
  /*=EDUCATION=*/
  .education-accordion-content {
    word-spacing: normal;
  }
  .education-card {
    display: block;
    padding: 25px 30px 30px 55px;
    width: 100%;
  }
  /*=STRUCTURE=*/
  .structure-list {
    word-spacing: normal;
  }
  .structure-card {
    display: block;
    padding: 25px 30px 30px 55px;
    width: 100%;
  }
  /*=FESTIVAL=*/
  .festival-contests-card {
    width: 47.5%;
  }
  /*=SUHANOVO=*/
  .room {
    width: 31.6%;
  }
  .rooms-benefits-item {
    padding: 0 20px 0 0;
  }
  .booking-card {
    width: 48.7%;
  }
  .booking-card-info {
    min-height: 115px;
  }
  #bx_incl_area_11 .footer-link, #bx_incl_area_12 .footer-link{
        width: 275px;
    }
}
@media (max-width: 800px) {
  /*=CONTESTS=*/
  .contest-card {
    width: 48.36%;
  }
  /*=EVENTS=*/
  .event {
    width: 48%;
  }
  /*=NEWS=*/
  .main-content-news {
    word-spacing: 15px;
  }
  .main-content-news .news-card {
    width: 48.6%;
  }
  /*=PROJECTS=*/
  .main-content-project .project-card {
    margin-bottom: 15px;
    height: 420px;
  }
  .main-content-project .project-card-img {
    width: auto;
    height: 100%;
  }
  /*=PARTNERS=*/
  .inform-partners-card {
    width: 31.1%;
  }
  /*=SUHANOVO=*/
  .room {
    width: 31.5%;
  }
}
@media (max-width: 760px) {
  /*=PAGE-TITLE=*/
  .page-title {
    padding-right: 0;
  }
  /*=CONTENT=*/
  /*contacts-card*/
  .contacts-card {
    clear: both;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .contacts-card:last-child {
    margin-bottom: 0;
  }
  .contacts-card-photo {
    float: left;
    margin-right: 10px;
    width: 180px;
  }
  .contacts-card-name {
    max-width: none;
  }
  .contacts-card-name br {
    display: none;
  }
  .contacts-card-position {
    max-width: none;
  }
  /*=FOOTER=*/
  .footer-content-block hr {
    margin-bottom: 15px;
  }
  .footer-logo {
    display: none;
  }
  .footer-menu-wrapper {
    float: none;
  }
  .footer-menu {
    margin-right: 10px;
    white-space: normal;
  }
  .footer-soc {
    float: none;
    margin-top: 20px;
    margin-left: 0;
  }
  .footer-soc p {
    font-size: 16px;
  }
  .footer-links {
    display: none;
  }
  .footer-copyright-wrapper {
    float: none;
  }
  .footer-copyright {
    text-align: center;
  }
  .footer-conditions {
    text-align: center;
  }
  .footer-author {
    float: none;
    margin-top: 15px;
    padding-right: 0;
    padding-top: 30px;
    text-align: center;
    background-image: url(/local/templates/main/css/../img/studio-logo.svg);
    background-repeat: no-repeat;
    background-position: top center;
  }
  .footer-author:after {
    display: none;
  }
  /*=HOME=*/
  /*banner-home*/
  .banner-home {
    height: 70px;
  }
  .banner-home .container {
    height: 100%;
  }
  .parallax-scene {
    display: none;
  }
  .banner-home-slider-wrapper {
    position: static;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    height: 100%;
  }
  .banner-home-slider {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 70px;
    padding-bottom: 30px;
    height: 100%;
  }
  .banner-home-slider .slick-dots {
    bottom: 0;
    left: 0;
    right: 0;
  }
  .banner-top-slide-btn {
    margin-top: 40px;
  }
  /*home-events*/
  .event-card {
    width: 30.4%;
  }
  /*home-news*/
  .home-news-card {
    width: 30.4%;
  }
  .home-news-card .news-card-place {
    top: 40px;
  }
  .home-news-card .news-card-date {
    left: 20px;
    top: 60px;
  }
  /*home-other*/
  .home-other .subscribe-form-mobile {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
  }
  .soc-block-home-mobile {
    display: block;
    padding-bottom: 30px;
    width: 100%;
  }
  /*houses*/
  .house {
    width: 48.3%;
  }
  /*home-mobile-banners*/
  .home-mobile-banners a {
    width: 31%;
  }
  /*home-mobile-anons*/
  .home-mobile-anons .banner-link {
    width: 48%;
  }
  .home-mobile-anons .home-newspaper {
    width: 48%;
  }
  /*=NEWS=*/
  .main-content-news .news-card {
    width: 48.3%;
  }
  /*=INTERVIEW=*/
  .interview-sidebar .replica-vertical {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .interview-sidebar .replica-vertical .replica-in {
    padding: 30px;
  }
  .interview-sidebar .replica-vertical .replica-photo-wrapper {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    width: 193px;
    height: 193px;
  }
  .interview-main .replica-vertical {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .interview-main .replica-vertical .replica-in {
    padding: 30px;
  }
  .interview-main .replica-vertical .replica-photo-wrapper {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    width: 193px;
    height: 193px;
  }
  .interviewer .interviewer-img {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: auto;
    max-width: 360px;
  }
  .interviewer .interviewer-info {
    margin-left: 0;
    padding-top: 0;
  }
  .interviewer .interviewer-name {
    margin-bottom: 25px;
  }
  .interviewer .interviewer-post {
    margin-bottom: 30px;
  }
  /*=PROJECTS=*/
  .other-projects .project-card {
    display: block;
    margin-top: 15px;
    width: 100%;
  }
  .other-projects .project-card:first-child {
    margin-top: 0;
  }
  .project-info-in-authors-name span {
    display: block;
    border-left: none;
    border-top: 1px solid #ffffff;
    padding: 5px;
    width: 100%;
  }
  .project-info-in-authors-name span:first-child {
    border-top: none;
  }
  /*=PARTNERS=*/
  .partners-club-card {
    width: 48.3%;
  }
  .inform-partners-card {
    width: 21.8%;
    height: 140px;
  }
  .partner-card-img {
    float: none;
    display: block;
    margin: 0 auto 15px;
  }
  .partner-card-title {
    margin-left: 0;
    max-width: none;
  }
  .partner-card-info {
    margin-left: 0;
  }
  /*=CONTACTS=*/
  .main-content-contacts .contacts-card {
    margin-bottom: 25px;
  }
  /*=FESTIVAL=*/
  .festival-contests-card {
    width: 46.8%;
  }
  /*=SUHANOVO=*/
  .room {
    width: 30.9%;
  }
  .booking-card {
    width: 48.3%;
  }
  .table-wrapper {
    overflow-y: scroll;
    max-width: 100%;
  }
  header.scroll{
    padding-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .img-block-accent-caption {
    left: 0;
    right: 0;
    padding: 10px;
    font-size: 13px;
  }
  /*=LINKS&FORMS=*/
  .pagination .prev-page {
    display: none;
  }
  .pagination .next-page {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #baa98f;
    width: 32px;
    height: 32px;
    font-size: 0;
    line-height: 30px;
    text-align: center;
    background-image: url(/local/templates/main/css/../img/ico-arrow-right-gold.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .pagination .page-5,
  .pagination .page-6,
  .pagination .page-7,
  .pagination .page-8 {
    display: none;
  }
  /*=TEXT=*/
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 22px;
  }
  /*=LINKS&FORMS=*/
  textarea.form-control {
    height: 330px;
  }
  /*=HEADER=*/
  header {
    padding-top: 10px;
  }
  body.noscroll header {
    bottom: 0;
    overflow: hidden;
  }
  .header-container {
    padding-top: 0;
  }
  .header-logo {
    width: 50px;
  }
  .header-menu-wrapper {
    display: none;
  }
  .header-search-btn {
    height: 50px;
  }
  .header-lang {
    height: 50px;
    line-height: 48px;
  }
  .header-nav-btn {
    height: 50px;
  }
  .header-nav-btn-item-1 {
    top: 18px;
  }
  .header-nav-btn-item-2 {
    top: 24px;
  }
  .header-nav-btn-item-3 {
    top: 30px;
  }
  .header-mobile-menu-wrapper {
    padding: 20px 0 25px;
    max-width: none;
  }
  .header-mobile-menu {
    margin-bottom: 30px;
  }
  .header-mobile-menu-link {
    padding-left: 35px;
    font-size: 18px;
  }
  .header-mobile-menu-link:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
  }
  .header-mobile-menu-link:active:before,
  .header-mobile-menu-link:hover:before,
  .header-mobile-menu-link:focus:before,
  .header-mobile-menu-link.active:before {
    width: 30px;
  }
  .header-mobile-menu-soc {
    position: relative;
    padding-top: 25px;
  }
  .header-mobile-menu-soc:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 35px;
    right: 35px;
    height: 2px;
    background-color: #4a9eb8;
  }
  header.scroll .header-logo {
    width: 50px;
  }
  /*=PAGE-TITLE=*/
  .page-title-content {
    padding-top: 80px;
  }
  .bread-crumbs {
    margin-bottom: 30px;
    padding-left: 0;
  }
  .page-title {
    position: static;
    padding-left: 0;
  }
  /*=CONTENT=*/
  .other-articles {
    margin-top: 30px;
  }
  .other-articles-in {
    display: block;
  }
  .other-articles-item {
    display: block;
    margin-top: 10px;
    width: 100%;
  }
  .other-articles-item:first-child {
    margin-top: 0;
  }
  /*replica*/
  .replica .replica-in {
    padding: 30px 20px;
  }
  .replica .replica-photo-wrapper {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    width: auto;
    height: auto;
  }
  /*project-card*/
  .project-card {
    height: 350px;
  }
  .project-card-name {
    font-size: 16px;
  }
  .project-card-place {
    font-size: 14px;
  }
  .project-card-img {
    width: auto;
    max-width: none;
    height: 100%;
  }
  /*=FOOTER=*/
  .footer-content-block hr {
    margin-bottom: 15px;
  }
  .footer-logo {
    display: none;
  }
  .footer-menu-wrapper {
    float: none;
    text-align: center;
  }
  #bx_incl_area_8 .footer-menu, #bx_incl_area_9 .footer-menu, #bx_incl_area_11 .footer-menu, #bx_incl_area_12 .footer-menu{
        width: auto;
    }
  .footer-menu {
    margin-right: 10px;
    white-space: normal;
  }
  .footer-soc {
    float: none;
    margin-top: 20px;
    margin-left: 0;
  }
  .footer-soc p {
    font-size: 16px;
  }
  .footer-links {
    display: none;
  }
  .footer-copyright-wrapper {
    float: none;
  }
  .footer-copyright {
    text-align: center;
  }
  .footer-conditions {
    text-align: center;
  }
  .footer-author {
    float: none;
    margin-top: 15px;
    padding-right: 0;
    padding-top: 30px;
    text-align: center;
    background-image: url(/local/templates/main/css/../img/studio-logo.svg);
    background-repeat: no-repeat;
    background-position: top center;
  }
  .footer-author:after {
    display: none;
  }
  /*=404=*/
  .page-title-wrapper-error {
    height: 220px;
  }
  .main-content-error {
    padding-top: 110px;
  }
  .main-content-error img {
    top: -70px;
    width: 295px;
    height: auto;
  }
  .main-content-error p {
    margin-bottom: 35px;
    font-size: 21px;
  }
  /*=HOME=*/
  /*banner-home*/
  .banner-home-slider-wrapper {
    max-width: 100%;
  }
  /*home-events*/
  .event-card {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 100%;
    max-width: 350px;
  }
  .event-card:first-child {
    margin-top: 0;
  }
  /*home-news*/
  .home-news-card {
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 350px;
  }
  .home-news-card:first-child {
    margin-top: 0;
  }
  .home-news-card .news-card-place {
    top: 45px;
  }
  .home-news-card .news-card-date {
    left: auto;
    right: 20px;
    top: 15px;
  }
  /*home-mobile-anons*/
  .home-mobile-anons .banner-link {
    display: block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 350px;
      height: auto;
  }
  .home-mobile-anons .banner-link img {
    max-width: 100%;
    height: auto;
  }
  .home-mobile-anons .home-newspaper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 350px;
  }
  .home-mobile-anons .home-newspaper-in {
    padding: 20px 20px 0 20px;
  }
  .home-mobile-anons .home-newspaper-btn {
    width: 100%;
  }
  /*houses*/
  .house {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 350px;
  }
  .house:last-child {
    margin-left: auto;
    margin-top: 15px;
  }
  /*home-mobile-banners*/
  .home-mobile-banners a {
    width: 29.4%;
  }
  .home-partner-item {
    width: 49%;
  }
  /*home-projects*/
  .project-card-home .project-card-img {
    width: auto;
    max-width: none;
    height: 100%;
  }
  /*home-other*/
  .home-other .replica-in {
    padding-bottom: 100px;
  }
  .replica-slider {
    position: relative;
    padding-bottom: 45px;
  }
  .replica-slider .slick-dots {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
  }
  .replica-slider .slick-dots li {
    margin-left: 5px;
  }
  .replica-slider .slick-dots li:first-child {
    margin-left: 0;
  }
  .replica-slider .slick-dots li button {
    width: 48px;
    height: 5px;
    background-color: #e2f6fc;
  }
  .replica-slider .slick-dots li.slick-active button {
    background-color: #4a9eb8;
  }
  /*=ABOUT=*/
  .about-info {
    padding-top: 20px;
  }
  .about-info-item {
    padding-top: 0;
    width: 46%;
  }
  .about-info-link {
    padding: 20px 5px;
  }
  .about-info img {
    display: none;
  }
  .about-info p {
    font-size: 18px;
  }
  /*=BUILDING=*/
  .building-info {
    margin-bottom: 20px;
  }
  .building-info-item {
    width: 100%;
    max-width: none;
  }
  .building-info-item-1 {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .building-info-item-2 {
    float: none;
    margin-left: 0;
  }
  .building-mobile-photos {
    margin-bottom: 20px;
  }
  .building-mobile-photos img {
    width: 100%;
    max-width: none;
  }
  .building-mobile-photo-1 {
    float: none;
    margin-right: 0;
  }
  .building-mobile-photo-2 {
    float: none;
    margin-left: 0;
  }
  /*=ACTIVITIY=*/
  .activities-item-1 {
    width: 100%;
  }
  .activities-item-2 {
    width: 100%;
  }
  .activities-item-3 {
    width: 100%;
  }
  .activities-item-4 {
    width: 100%;
  }
  .activities-item-5 {
    width: 100%;
  }
  .activities-item-6 {
    width: 100%;
  }
  /*=PUBLISHER-ACTIVITY=*/
  .pub-act-facts {
    word-spacing: normal;
  }
  .pub-act-fact {
    display: block;
    width: 100%;
  }
  .pub-act-fact-2 {
    margin-top: 15px;
  }
  .editor {
    float: none;
    width: 100%;
  }
  .editorial-council {
    margin-top: 30px;
    margin-left: 0;
  }
  /*=COUNCIL=*/
  .chairman-img {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .chairman-info {
    display: block;
  }
  /*=LAW=*/
  .gold-title {
    font-size: 19px;
  }
  .law-contacts {
    display: block;
  }
  .law-contacts-item {
    display: block;
    padding: 30px 5px;
    width: 100%;
  }
  .law-contacts-item img {
    margin: 0 auto 25px;
  }
  .law-form {
    padding: 25px 0 15px;
    box-shadow: none;
  }
  .law-form-in {
    display: block;
    width: 100%;
  }
  .law-form-in-1 {
    padding-right: 0;
  }
  .law-form .btn {
    margin: 0 auto;
    height: 50px;
  }
  /*=DOCS=*/
  .doc {
    width: 100%;
  }
  .docs-more-item p {
    font-size: 21px;
  }
  /*=CONTESTS=*/
  .btn-more-contests {
    margin: 0 auto;
    width: 186px;
  }
  .contest-office {
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #baa98f;
    padding: 5px 5px 15px 5px;
  }
  .contest-office-img {
    float: none;
    display: block;
    margin: 0 auto 15px;
    max-width: 100%;
  }
  .contest-office-info {
    margin-left: 0;
  }
  .contest-office-info .btn {
    display: block;
    margin: 25px auto 0;
    width: 186px;
  }
  .contest-card {
    padding: 20px 15px;
    width: 100%;
  }
  .contest-card-small {
    width: 100%;
  }
  /*=EVENTS=*/
  .event {
    display: block;
    width: 100%;
  }
  .event-timeline-item-header p {
    font-size: 16px;
  }
  .event-timeline-item-date {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px;
    width: 45px;
    text-align: center;
  }
  .event-timeline-item-content {
    padding: 20px 0 0 44px;
  }
  .event-timeline-item-content-block-small {
    width: 100%;
  }
  .event-timeline-item-content-block-person-name {
    font-size: 18px;
  }
  /*=NEWS=*/
  .main-content-news .news-card {
    width: 100%;
    max-width: 360px;
  }
  /*=INTERVIEW=*/
  .interview-sidebar .replica-vertical {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .interview-sidebar .replica-vertical .replica-in {
    padding: 30px 20px;
  }
  .interview-sidebar .replica-vertical .replica-photo-wrapper {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    width: auto;
    height: auto;
  }
  .interview-main .replica-vertical {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .interview-main .replica-vertical .replica-in {
    padding: 30px 20px;
  }
  .interview-main .replica-vertical .replica-photo-wrapper {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    width: auto;
    height: auto;
  }
  .interview-main .replica-horizontal .replica-in {
    padding: 30px 20px;
  }
  .interview-main .replica-horizontal .replica-photo-wrapper {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    width: auto;
    height: auto;
  }
  .main-content-interview-article .float-left-img,
  .main-content-interview-article .float-right-img {
    display: block;
    float: none;
    margin: 0 auto 25px;
    width: auto;
    max-width: 100%;
  }
  .main-content-interview-article .float-left-img img,
  .main-content-interview-article .float-right-img img {
    display: block;
    margin: 0 auto 15px;
  }
  .interview-question {
    padding: 20px;
  }
  .interview-answer {
    padding-left: 21px;
  }
  /*=NEWSPAPER=*/
  .newspaper-card-in {
    padding-right: 15px;
  }
  .newspaper-card-btn {
    bottom: 15px;
    right: 15px;
  }
  /*=PRESS-CENTER=*/
  .newspaper-card-presscenter {
    margin-bottom: 0;
  }
  .newspaper-card-presscenter .newspaper-card-in {
    padding: 25px;
    min-height: 0;
  }
  .newspaper-card-presscenter .newspaper-card-img {
    position: relative;
    top: 0;
    left: 0;
  }
  .newspaper-card-presscenter .newspaper-card-name {
    margin-top: 10px;
    font-size: 21px;
  }
  .newspaper-card-presscenter:hover .newspaper-card-img {
    top: -10px;
  }
  /*=PARTNERS=*/
  .partners-club-card {
    display: block;
    width: 100%;
  }
  .partners-club-card-img-wrapper {
    height: auto;
  }
  .partners-club-card-img {
    position: static;
  }
  .partners-club-card-name {
    min-height: 0;
    font-size: 19px;
  }
  .inform-partners-in {
    text-align: center;
  }
  .inform-partners-card {
    width: 46.9%;
  }
  /*=CONTACTS=*/
  .banner-contacts {
    height: 520px;
  }
  .banner-contacts .bread-crumbs {
    padding-left: 0;
    padding-top: 80px;
  }
  .contacts-info-wrapper {
    padding-left: 0;
  }
  /*=FESTIVAL=*/
  .festival-contests-card {
    display: block;
    width: 100%;
  }
  /*=SUHANOVO=*/
  .room {
    display: block;
    margin-top: 15px;
    width: 100%;
  }
  .room:first-child {
    margin-top: 0;
  }
  .room-img {
    margin: 0 auto;
  }
  .room-name {
    text-align: center;
  }
  .rooms-benefits-item {
    margin-top: 20px;
    padding: 0;
    width: 100%;
  }
  .rooms-benefits-item:first-child {
    margin-top: 0;
  }
  .rooms-benefits-item img {
    display: block;
    margin: 0 auto 10px;
  }
  .rooms-benefits-item p {
    text-align: center;
  }
  .booking-card {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
  }
  .booking-card:first-child {
    margin-top: 0;
  }
  .booking-card-info {
    min-height: 0;
  }
  /*=STRUCTURE=*/
  .structure-card {
    padding: 25px 30px;
  }
    .doc, .main-content a.doc{
        text-align: center;
        width: 100%;
    }
    .doc, .main-content a.doc span{
        display: table-cell;
        height: 125px;
        vertical-align: middle;
        width: 100%;
    }
}
@media (max-width: 400px) {
  /*=CONTENT=*/
  /*contacts-card*/
  .contacts-card-photo {
    float: none;
    margin-right: 0;
    width: auto;
  }
  /*=EVENTS=*/
  .region-sign {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .region-name {
    display: block;
  }
  /*home-mobile-banners*/
  .home-mobile-banners a {
    display: block;
    margin: 15px auto 0;
    width: 100%;
  }
  .home-mobile-banners a:first-child {
    margin-top: 0;
  }
  .home-mobile-banners a img {
    margin: 0 auto;
  }
  /*=NEWS=*/
  .news-info .news-label {
    margin-right: 15px;
  }
  .news-info .news-place {
    margin-right: 15px;
  }
  .img-slide-in {
    padding: 0;
  }
  .img-slide-in:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: 40%;
    background-image: -webkit-linear-gradient(right, rgba(2, 103, 134, 0), #0e333e);
    background-image: -o-linear-gradient(right, rgba(2, 103, 134, 0), #0e333e);
    background-image: linear-gradient(to left, rgba(2, 103, 134, 0), #0e333e);
  }
  .img-slide-in:after {
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 40%;
    background-image: -webkit-linear-gradient(left, rgba(2, 103, 134, 0), #0e333e);
    background-image: -o-linear-gradient(left, rgba(2, 103, 134, 0), #0e333e);
    background-image: linear-gradient(to right, rgba(2, 103, 134, 0), #0e333e);
  }
  /*=NEWSPAPER=*/
  .newspaper-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .newspaper-card-in {
    padding-top: 10px;
    padding-left: 120px;
    min-height: 0;
  }
  .newspaper-card-img {
    left: -10px;
    width: 110px;
  }
  .newspaper-card-img-wrapper {
    width: 90px;
  }
  .newspaper-card-name {
    margin-bottom: 5px;
    font-size: 24px;
  }
  /*=PARTNERS=*/
  .inform-partners-in {
    text-align: center;
  }
  .inform-partners-card {
    margin: 0 auto 15px;
    width: 100%;
    max-width: 300px;
    height: 180px;
  }
  .banner-home-slider .slick-dots li button{
      width: 50px;
  }
}

/* End */


/* Start:/local/templates/main/css/custom.css?1775736902776*/
.form-group {
    position: relative;
}
.ajax-form p.alert{
    display: none;
    text-align: right;
    font-size: 14px;
    color: #ff0000;
    position: absolute;
    top: 100%;
    right: 0;
}
.errors,
.success{
    margin-bottom: 0;
    text-align: center;
}
.errors{
    color:red;
}
.success{
    color: green;
}
.pagination span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.result_container.success{
    color: green;
}
.result_container.error{
    color: red;
}
.result_container{
    text-align: center;
    display: none;
}
.main-content-block:not(.main-content-block-home):not(.main-content-block_contacts) div.main-content {margin-left: 55px;}
div.replica-photo-wrapper img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?151369367051*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/bitrix/templates/.default/ajax/ajax.min.css?1513693668420*/
iframe.waitwindowlocal{position:absolute;border:0;z-index:9999}div.waitwindowlocal{position:absolute;width:25px;height:25px;padding:0;z-index:10000;background-color:#fcf7d1;border:1px solid #e1b52d;background-image:url(/bitrix/templates/.default/ajax/images/wait.gif);background-position:center center;background-repeat:no-repeat}div.waitwindowlocalshadow{position:absolute;z-index:9998;background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif);border:1px solid #808080}
/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17344406602729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/local/templates/main/styles.css?1749208557325*/
i{
    font-style: italic;
}
.contacts_popup_container .contacts_popup .close_popup,
.terms_popup_container .terms_popup .close_popup{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.contacts_popup_container .contacts_popup .close_popup img,
.terms_popup_container .terms_popup .close_popup img{
	width: 30px;
}
/* End */


/* Start:/local/templates/main/template_styles.css?17701888196095*/
@media (max-width: 700px) {

}

.main-content a{
    color: #3366ff;
}
a.btn{
    color: #fff;
}


.ar_popUp_wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
    z-index: 3647;
}

.ar_popUp_container{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /*width: 428px;*/
    width: 28%;
    /*height: 280px;*/
    height: auto;
    margin: 0 auto;
    background: rgba(255,255,255,1);
    min-width: 320px;
    /*    min-height: 290px;*/
}

.ar_popUp_header{
    height: 32px;
    width: 100%;
    position: relative;
    background: #302e2e;
}

.ar_fb_l{
    background: url(/image/fb_logo.png) no-repeat center center;
    width: 79px;
    height: 15px;
}

.ar_h_content {
    display: block;
    padding: 8px;
    position: relative;
}

.ar_pop_close{
    background: rgba(0, 0, 0, 0) url("http://moscowarch.ru/image/fb_close.png") no-repeat scroll center center;
    cursor: pointer;
    height: 12px;
    position: absolute;
    right: 9px;
    top: 9px;
    width: 12px;
}

.ar_body_bg{
    /*height: 100%;*/
    width: 100%;
}

.ar_popUp_body {
    border-bottom: 1px solid #cecece;
}

.ar_ftext{
    padding: 9px;
}

.ar_popLikeHr{
    height: 10px;
    width: 100%;
    display: block;
}

.fb_widget {
    display: block;
    min-height: 60px;
    overflow: hidden;
    padding: 0 25px 10px;
}

.ar_hr_link{
    padding: 6px 25px;
}

.ar_hr_link a{
    font-family: Ubuntu;
    color: #525252;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}



#ar_fb_pop .ar_popUp_container{
    width: 35%;
    min-width: 515px;
}
.ar_popUp_header{
    background: #333;
    color: #fff;
}
.ar_popUp_body{
    background: #fff;
}
#ar_fb_pop .ar_ftext{
    background: #fff;
    margin: 0 0 20px;
    padding: 25px 30px;
    position: relative;
}
#ar_fb_pop .ar_ftext img{
    float: left;
    margin: 10px 15px 0 0;
}
#ar_fb_pop .ar_ftext .text{
    color: #403d3f;
    overflow: hidden;
    font-size: 16px;
    text-decoration: none;
}
#ar_fb_pop .ar_ftext .text p{
    margin: 0;
}
#ar_fb_pop .ar_ftext p.title{
    font-weight: bold;
    margin: 0 0 15px;
    text-transform: uppercase;
}
#ar_fb_pop .ar_ftext:after{
    background: url(http://moscowarch.ru/image/popup_title_shadow.png) no-repeat;
    content: "";
    display: block;
    height: 15px;
    bottom: -15px;
    left: 0;
    position: absolute;
    width: 100%;
}
#ar_fb_pop .subscribe_form{
    margin: 0 auto;
    width: 300px;
}
#ar_fb_pop input[type="text"], #ar_fb_pop input[type="email"]{
    background: #fafafa;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    color: #999999;
    height: 39px;
    margin: 0 0 15px;
    padding: 0 20px;
    width: 100%;
}
#ar_fb_pop input[type="submit"]{
    background: #f7e020;
    border: none;
    box-shadow: 0px 1px 0.99px 0.01px rgba(0, 0, 0, 0.15);
    color: #231f20;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 0;
    text-transform: uppercase;
    width: 100%;
}
#ar_fb_pop .ar_popUp_body{
    border-bottom: none;
}
#ar_fb_pop .ar_popUp_footer{
    text-align: center;
}
#ar_fb_pop .ar_popUp_footer a{
    color: #b6b6b6;
    font-size: 14px;
    text-shadow: none;
}
@media screen and (max-width: 500px) {
    #ar_fb_pop .ar_popUp_container{
        width: 90%;
        min-width: 0;
    }
}


.alphabet{
    border-bottom: 1px solid #b9aa8d;
    display: inline-block;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
.alphabet ul li{
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    margin: 0 1px;
}
.alphabet ul li a{
    color: #b9aa8d;
    display: inline-block;
    text-align: center;
    width: 29px;
}
.alphabet ul li a.active{
    background: #b9aa8d;
    border-radius: 50%;
    color: #ffffff;
}
.alphabet ul li a:hover{
    color: #499eba;
}
.select-wrap{
    color: #b9aa8d;
    text-align: right;
}
.select-wrap .select2{
    text-align: left;
    width: 295px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #b9aa8d;
}
.select-wrap .select2-container--default .select2-selection--single{
    background: url(/local/templates/main/img/region-select.png) no-repeat;
    border: none;
    border-radius: 0;
    height: 32px;
    width: 295px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.members-list{
    column-count: 3;
    padding: 20px 0 0;
}
.members-list_col2{
    column-count: 2;
}
.members-list li{
    font-size: 18px;
    list-style: none;
    margin: 0 0 19px;
    padding: 0 0 0 42px;
}
.members-list li a{
    color: #242527;
}
.content-block.main-content-block:not(.main-content-block-home):not(.main-content-block_contacts) {
    display: flex;
    overflow: unset;
}

.main-content-block:not(.main-content-block-home):not(.main-content-block_contacts) .main-content {
    margin-left: 30px;
    width: 100%;
}
.main-content-block:not(.main-content-block-home):not(.main-content-block_contacts) .sidebar {
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

@media (max-width: 768px) {
    .members-list{
        column-count: 2;
    }
    .main-content-block:not(.main-content-block-home):not(.main-content-block_contacts) .main-content {
        margin-left: 0;
    }
}
@media (max-width: 480px) {
    .members-list{
        column-count: 1;
    }
}
.memorium-title{
    font-size: 24px;
    margin: 40px 0 10px 42px;
}

input#hagreement2,input#hagreement3 {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    width: 100%;
    max-width: max-content;
    height: auto;
    font-size: initial;
    line-height: 1;
    font-family: 'ProbaPro', sans-serif;
    text-align: center;
    color: #789198;
    -webkit-transition: all
    ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all
    ease 0.3s;
    margin: 0;
}
/* End */
/* /local/templates/main/css/slick.css?15136936801848 */
/* /local/templates/main/css/style.css?177502489492893 */
/* /local/templates/main/css/style_new.css?17709951787939 */
/* /local/templates/main/css/responsive.css?177038811446601 */
/* /local/templates/main/css/custom.css?1775736902776 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?151369367051 */
/* /bitrix/templates/.default/ajax/ajax.min.css?1513693668420 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17344406602729 */
/* /local/templates/main/styles.css?1749208557325 */
/* /local/templates/main/template_styles.css?17701888196095 */
