/* ----------------------------------- global ----------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  line-height: 1.4;
  background: #fff;
  font-family: arial, sans-serif;
  color: #7a4c37;
  height: 100%;
  min-height: 100%;
}
/* END Bold */

body {
  font-family: "Ubuntu";
  height: 100%;
  min-height: 100%;
  min-width: 360px;
  overflow-x: hidden;
/*  font-size: 0;
  line-height: 0;*/
}

header{
	background: #ef7709;
	background: -webkit-linear-gradient(180deg, rgb(239, 119, 9), rgb(233, 91, 19));
	background: -moz-linear-gradient(180deg, rgb(239, 119, 9), rgb(233, 91, 19));
	background: linear-gradient(180deg, rgb(239, 119, 9), rgb(233, 91, 19));

}
header .center-block{
	margin-bottom: 0px;
	padding-top:0;
}
header .center-block {
  position: relative;
}
header .center-block:after,
header .center-block::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
header .center-block {
    margin-top: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
  /*color: #2c76c4;*/

}
dfn {
  font-style: italic;
}

h1 {

  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #664c37;
  padding-bottom: 30px !important;
}
h2 {
  margin: 33px 0 25px;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #664c37;
  text-transform: uppercase;
}
h3{
  color: #664c37;
  border-bottom: 1px solid #ccc5b9 !important;
  margin-bottom: 20px !important;
}
h4 {
  margin: 21px 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 21px;
  color: #664c37;
  text-transform: uppercase;
}
p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  color:#664c37;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
input:focus,
textarea:focus {
  outline: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-weight: 300;
  color: #A7A9AC;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  font-weight: 300;
  color: #A7A9AC;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-weight: 300;
  color: #A7A9AC;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-weight: 300;
  color: #A7A9AC;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

input,
textarea {
  outline: none;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
figure,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
ul,
ol {
  list-style: none;
}

a {
  color: #ff9800;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #ff7c00;
}
.fontreset {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
input[type="checkbox"],
input[type="radio"],
input[type="text"],
input[type="email"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
/* ----------------------------------- font ----------------------------------- */
/* BEGIN Italic */
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Italic/Ubuntu-Italic.eot?v=1.1.0");
  src: url("../fonts/Ubuntu/Italic/Ubuntu-Italic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Ubuntu/Italic/Ubuntu-Italic.woff?v=1.1.0") format("woff"), url("../fonts/Ubuntu/Italic/Ubuntu-Italic.ttf?v=1.1.0") format("truetype"), url("../fonts/Ubuntu/Italic/Ubuntu-Italic.svg?v=1.1.0#UbuntuLight") format("svg");
  font-weight: normal;
  font-style: italic;
}
/* END Italic */
/* BEGIN Regular */
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Regular/Ubuntu-Regular.eot?v=1.1.0");
  src: url("../fonts/Ubuntu/Regular/Ubuntu-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Ubuntu/Regular/Ubuntu-Regular.woff?v=1.1.0") format("woff"), url("../fonts/Ubuntu/Regular/Ubuntu-Regular.ttf?v=1.1.0") format("truetype"), url("../fonts/Ubuntu/Regular/Ubuntu-Regular.svg?v=1.1.0#UbuntuRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Medium */
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Medium/Ubuntu-Medium.eot?v=1.1.0");
  src: url("../fonts/Ubuntu/Medium/Ubuntu-Medium.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Ubuntu/Medium/Ubuntu-Medium.woff?v=1.1.0") format("woff"), url("../fonts/Ubuntu/Medium/Ubuntu-Medium.ttf?v=1.1.0") format("truetype"), url("../fonts/Ubuntu/Medium/Ubuntu-Medium.svg?v=1.1.0#UbuntuBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
/* END Medium */
/* BEGIN Bold */
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Bold/Ubuntu-Bold.eot?v=1.1.0");
  src: url("../fonts/Ubuntu/Bold/Ubuntu-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Ubuntu/Bold/Ubuntu-Bold.woff?v=1.1.0") format("woff"), url("../fonts/Ubuntu/Bold/Ubuntu-Bold.ttf?v=1.1.0") format("truetype"), url("../fonts/Ubuntu/Bold/Ubuntu-Bold.svg?v=1.1.0#UbuntuBold") format("svg");
  font-weight: bold;
  font-style: normal;
}



.main-wrap {
  height: 100%;
}
.inner-wrap {
  min-height: 100%;

}
.content {
  /*padding-bottom: 218px;
    margin-top: 20px;*/
    background-color: #fbf7f4;
    background-size: contain;
    background-position: bottom;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-image: url(/local/templates/dom/images/bg.jpg);
    min-height: 280px;
}
@media (max-width: 790px){
	.content {
     	background-size: cover;
}
}

.center-block {
  max-width: 1230px;
  /*min-width: 1080px;*/
  margin: 0 auto;


}
.center-block.forum-page {
  position: relative;
}
.center-block.pre-footer {
  margin-bottom: 30px;
}
.forum-page .btn-red.abs {
  position: absolute;
  right: 0;
  top: 54px;
  text-align: center;
}
.forum-page .events-gallery__bottom-block {
  margin-top: 0;
  margin-bottom: 100px;
}
.top-quote{
   text-align: right;
   padding-right: 20px;
   padding-top: 20px;
   position: absolute;
   right: 0;
   top: 70px;
   width: 70%;
}
/* ----------------------------------- search ----------------------------------- */
.search {
  width: 300px;
  height: 30px;
  position: relative;
  float: right;
  margin-right: 10px;
}
@media (max-width: 1080px){
	.search{
margin-right:0;
}
}
.search__input {
  border: 1px solid #ff9800;
  width: 268px !important;
  height: 30px;
  padding: 5px 10px;
  color: #484e5a;
  font-size: 14px;
  line-height: 18px;
}
.search__button {
  width: 30px;
  height: 30px;
  padding: 7px 0 0 7px;
  background: #ff9800;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-search {

    display: block;
    width: 17px;
    height: 17px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.search__button:hover {
  background: #ff7c00;
}
.search__button:hover .svg-search {
  fill: #fff;
}
.search__submit {
  position: absolute;
  border: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}
.search__select-wr {
  height: 30px;
  position: absolute;
  left: 220px;
  top: 0;
  width: 99px;
}
.search__select {
  width: 100% !important;
  display: block;
  vertical-align: top;
  outline: none;
  text-decoration: none;
  width: 99px;
  background: #ecedf1;
  height: 30px;
}
.search__select .selectBox-label {
  display: block !important;
  white-space: nowrap;
  padding: 6px 10px;
  margin-right: 30px;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  width: auto !important;
}
.search__select .selectBox-label a {
  text-decoration: none;
  color: #ff7c00;
}
.search__select .selectBox-arrow {
  width: 11px;
  height: 7px;
  background: url(../. ./.default/images/arr.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  right: 10px;
  top: 12px;
}
.search__select:hover {
  text-decoration: none;
}
.search__select-selectBox-dropdown-menu {
  position: absolute;
  z-index: 20;
  background: #ecedf1;
  margin-top: 1px;
}
.search__select-selectBox-dropdown-menu a {
  text-decoration: none;
  color: #ff7c00;
  display: block;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.search__select-selectBox-dropdown-menu a:hover {
  background: #ff7c00;
  text-decoration: none;
  color: #fff;
}
.search__select-selectBox-dropdown-menu .selectBox-selected a {
  background: #ff7c00;
  color: #fff;
}
/* ----------------------------------- button ----------------------------------- */
.button-top-sitemap{
color: #3f9eff;
display: inline-block; 
margin-right: 20px;
ext-align: right; 
margin-top: 10px; 
font-family: FontBebasNeueRegular, sans-serif; 
font-size: 14px; 
vertical-align: super; 
letter-spacing: 0.5px; 
-webkit-transition: 0.3s; 
-moz-transition: 0.3s; 
transition: 0.3s; 
text-decoration: none;
}
.button-top-sitemap:hover{
color: #ff7c00;
}
.button {
  height: 50px;
  background: #e84e10;
  border: none;
  color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  margin: 20px 0;
}
.button:hover {
  background: #f5a100;
}
.button_default {
  width: 200px;
}
.button_link {
  width: 200px;
  display: inline-block;
  text-align: center;
  padding-top: 16px;
}
.button_link:hover {
  text-decoration: none;
}
.button_push {
  margin-right: 20px;
}
.top-buttons {
  margin-bottom: 20px;
}
/* ----------------------------------- filtr-search ----------------------------------- */
.filtr-search {
  margin-bottom: 30px;
}
.filtr-search:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.input {
    height: 50px;
    display: block;
    width: 100%;
    border: 1px solid #ccced2;
    background: #fff;
    padding: 14px 20px;
    color: #2c3443;
    font-size: 15px;
    line-height: 20px;
    text-overflow: ellipsis;
    outline: none;
}



/* ----------------------------------- svg ----------------------------------- */
svg {
  transform: translateZ(0);
  shape-rendering: geometricPrecision;
}
.svg-logo {
  display: block;
  width: 77px;
  height: 71px;
}

.svg-logo-txt-1 {
  display: block;
  width: 130px;
  height: 22px;
  fill: #1c242e;
  position: absolute;
  top: 12px;
  left: 92px;
}
.svg-logo-txt-2 {
  display: block;
  width: 129px;
  height: 20px;
  fill: #ff7c00;
  position: absolute;
  top: 40px;
  left: 92px;
}

.svg-search {
  fill: #fff;
  display: block;
  width: 17px;
  height: 17px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-arrow-right {
  fill: #ff7c00;
  display: block;
  width: 8px;
  height: 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 4px;
}
.svg-arrow-right-2 {
  fill: #ff7c00;
  display: block;
  width: 9px;
  height: 13px;
  position: absolute;
  top: -5px;
  right: -2px;
}
.svg-arrow-right-3 {
  fill: #ff7c00;
  display: block;
  width: 10px;
  height: 14px;
  position: absolute;
  top: 7px;
  right: 0;
}
.svg-arrow-right-4 {
  fill: #ff7c00;
  display: inline-block;
  width: 10px;
  height: 14px;
}
.pag-arr {
  fill: #ff7c00;
  display: block;
  width: 10px;
  height: 14px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-arrow-left {
  position: absolute;
  left: 0;
  top: 3px;
  fill: #ff7c00;
  width: 7px;
  height: 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-defa {
  display: block;
  width: 68px;
  height: 20px;
  fill: #6f747e;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-tw {
  width: 15px;
  height: 12px;
  display: block;
  fill: #fff;
  position: absolute;
  left: 6px;
  top: 7px;
}
.svg-fb {
  width: 9px;
  height: 16px;
  display: block;
  fill: #fff;
  position: absolute;
  left: 8px;
  top: 5px;
}
.svg-home {
  width: 10px;
  height: 10px;
  display: block;
  fill: #2c3443;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-arrow-down {
  width: 11px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  fill: #ff7c00;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-arrow-down-2 {
  width: 14px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  fill: #ff7c00;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-icon-tel {
  display: block;
  width: 22px;
  height: 25px;
  fill: #fff;
  position: absolute;
  left: 15px;
  top: 14px;
}
.svg-icon-search {
  display: block;
  width: 25px;
  height: 25px;
  fill: #fff;
  position: absolute;
  left: 14px;
  top: 13px;
}
.svg-icon-searchbig {
  display: block;
  width: 34px;
  height: 34px;
  fill: #fff;
}
.svg-icon-pin {
  display: block;
  width: 22px;
  height: 26px;
  fill: #fff;
  position: absolute;
  left: 14px;
  top: 12px;
}
.svg-graph-1 {
  display: block;
  width: 15px;
  height: 15px;
  fill: #484e5a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-graph-2 {
  display: block;
  width: 15px;
  height: 15px;
  fill: #484e5a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-prev {
  display: block;
  width: 21px;
  height: 33px;
  fill: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-next {
  display: block;
  width: 21px;
  height: 33px;
  fill: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-arrow-big {
  fill: #ff7c00;
  display: inline-block;
  width: 21px;
  height: 33px;
}
.svg-arr-down-big {
  display: block;
  width: 22px;
  height: 14px;
  fill: #ff7c00;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-vertical-prev {
  display: block;
  width: 33px;
  height: 21px;
  fill: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-vertical-next {
  display: block;
  width: 33px;
  height: 21px;
  fill: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-q-down {
  width: 15px;
  height: 18px;
  display: block;
  fill: #ff2a00;
  position: absolute;
  left: -29px;
  top: 5px;
}
.svg-q-up {
  width: 15px;
  height: 18px;
  display: block;
  fill: #25b347;
  position: absolute;
  left: -29px;
  top: 5px;
}
.svg-checkbox {
  width: 19px;
  height: 12px;
  display: block;
  position: absolute;
  left: 1px;
  top: 3px;
  opacity: 0;
  fill: #ff7c00;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.svg-pin {
  width: 13px;
  height: 16px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  fill: #ff7c00;
}
.svg-photo {
  width: 24px;
  height: 19px;
  fill: #fff;
  position: absolute;
  left: 14px;
  top: 16px;
  display: block;
  z-index: 2;
}
.svg-book {
  width: 26px;
  height: 20px;
  fill: #fff;
  position: absolute;
  left: 13px;
  top: 15px;
  display: block;
  z-index: 2;
}
.svg-people {
  width: 27px;
  height: 18px;
  display: block;
  fill: #fff;
  position: absolute;
  left: 13px;
  top: 16px;
  z-index: 2;
}
.svg-filtr-icon-1 {
  display: block;
  fill: #ff7c00;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.svg-filtr-icon-2 {
  display: block;
  fill: #ff7c00;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.svg-filtr-icon-3 {
  display: block;
  fill: #ff7c00;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.svg-filtr-icon-4 {
  display: block;
  fill: #ff7c00;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.svg-filtr-icon-5 {
  display: block;
  fill: #ff7c00;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -2px;
}
.svg-filtr-icon-6 {
  display: block;
  fill: #fff;
  stroke: #ff7c00;
  stroke-linejoin: round;
  stroke-width: 4px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -2px;
}
.svg-filtr-icon-7 {
  display: block;
  fill: #fff;
  stroke: #ff7c00;
  stroke-width: 4px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.svg-filtr-icon-8 {
  display: block;
  fill: #fff;
  stroke: #ff7c00;
  stroke-width: 4px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.svg-filtr-icon-9 {
  display: block;
  fill: #ff7c00;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.svg-filtr-icon-10 {
  display: block;
  fill: #ff7c00;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.svg-filtr-icon-11 {
  display: block;
  fill: #ff7c00;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 0;
}
.svg-filtr-checkbox {
  width: 14px;
  height: 11px;
  fill: #2c3443;
  display: block;
}
.svg-up {
  display: block;
  width: 21px;
  height: 12px;
  fill: #fff;
  position: absolute;
  top: 17px;
  left: 14px;
}
.svg-close {
  width: 11px;
  height: 11px;
  display: block;
  fill: #484e5a;
}
.svg-ummc-elem {
    fill: #fff;
}

/* ----------------------------------- header ----------------------------------- */
.header {
  background: #fff;
}
.header__in {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
.header__in:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}

.header__col-1 {
  padding:10px 0 13px 0;
  width: 50%;
  float: left;
  position: relative;
  margin-right: -50%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px){
	.header__col-1 div{

}

}
.header__col-1:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.header__col-1 p{
    text-align: center;
    color: #664c37;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
}

.header__col-1 a{
    display: inline-block;
    text-align: left;
    float: left;
    margin-right: 20px;
}
.site_logo img{
    max-height: 86px;
}

.header__col-2 {
  width: 100%;
  float: left;
  padding: 25px 0 0px 200px;
}
.header__col-2:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}

.header__logo {
  display: block;
  width: 456px;
  height: 71px;
  position: relative;
  float: left;
}

.header__tagline {
  width: 220px;
  height: 49px;
  border-left: 1px solid #ff7c00;
  display: block;
  color: #1c242e;
  text-transform: uppercase;
  font-family: ubuntu, sans-serif;
  font-size: 12px;
  line-height: 19px;
  padding: 1px 0 0 15px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 11px 0 0 15px;
}

.header__tagline-in {
  margin-top: -5px;
  display: block;
}
.header__addnav {
  text-align: right;
  margin-bottom: 20px;
  font-size: 0;
  line-height: 0;
    display: inline-block;
    width: 100%;

}
.header__addnav-link {
  display: inline-block;
  vertical-align: top;
  color: #ecebe2;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: normal;
  margin-left: 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.header__addnav-link:hover {
  color: #d13123;
  text-decoration: none;
border-bottom: 1px solid #d13123;

}

.header__controls {
  width: 450px;
  position: relative;
  height: 30px;
  float: right;
}

.header__lang {
  position: absolute;
  right: 0;
  top: 4px;
}
.header__lang-open {
  text-decoration: none;
  color: #2c3443;
  font-family: ubuntu, sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header__lang-open:hover {
  color: #ff7c00;
  text-decoration: none;
}

.header__lang-open:after {
  content: "";
  width: 11px;
  height: 7px;
  background: url(../. ./.default/images/arr.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
}
.header__lang-popup {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 5px;
  display: none;
}
.header__lang-link {
  text-decoration: none;
  color: #2c3443;
  font-family: ubuntu, sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header__lang-link:hover {
  color: #ff7c00;
  text-decoration: none;
}

/* ----------------------------------- nav ----------------------------------- */

/* ----------------------------------- content ----------------------------------- */
/*.workspace{
display: table;
width: 100%;
}*/
.news-list img {
    max-width: 1080px;
    height: auto;
}
.news-list{
	padding: 0px 20px;
}
.news-detail{
/*margin-left: 40px;*/
	padding: 0px 20px 0px 0px;
}
.onmain {
    /*border: 1px solid #000;*/
}
.onmain div.news-list{margin-left: 0px;}
.news-element-preview {border-bottom: 1px solid #b8b2a7;margin-bottom: 30px;}
.news-list div.news-element-preview:last-child{border:none;    /*display: table;*/}

#main{
    float: left;
    padding: 40px 20px 0 0;
    display: inline-block;
    max-width: 640px;
    margin-bottom: 50px !important
}
#main .news-list{
    /*border-right: 3px solid #82593f;*/
}
#main .news-item{
   margin: 0 0 40px 0px;
   padding-bottom: 20px;
   border-bottom: 1px solid #bbdaf9;
}
#main .news-title,#right .news-title, .news-element-preview a.news-title{
    font-size: 24px;
    line-height: 30px;
    color: #2c76c4;
    text-decoration: none;
    font-family: ubuntu, sans-serif;
    font-weight: bold;
}
#main a:hover{
   color:#ff7c00;
}
#main news-item:nth-last-child(1){
    margin-bottom: 0;
}
#main div.preview_picture{
    background-repeat: no-repeat;
    background-size: cover;
    width: 220px;
    height: 220px;
    border: 1px solid #b8b2a7;
    float: left;
    margin: 5px 10px 5px 0;
}

#right {
    /*width: 400px;*/
	width: min-content;
    display: inline-block;
    padding: 40px 0 0 10px;
}
#right .news-item{
    border: 1px solid #c2c8d3;
    padding: 14px;
    box-shadow: 5px 5px 5px #b8b2a754;
    background-color: #fafafa;
    margin-bottom: 20px;
    width: fit-content;
    width: 390px;
}
#right .block_chess_game{
    display: block;
    width: 368px;
    height: 368px;
    margin-bottom: 20px;
}
#right .chess-board{
   /* width: 360px !important;
    height: 360px !important;*/
    border: 1px solid #b8b2a7 !important;
    box-shadow:none !important;
}

#right div.events-gallery__bottom-block{
    display: none;
}
#right a.preview_picture{
    width: 360px;
    height: 180px;
    display: block;
    background-size: cover;
    background-position: center;
    border: 1px solid #b8b2a7;
}
#bottom{
   width: 100%;
 /*display: grid;*/
   display: none;
}
#bottom .news-item {
/*    width: 25% !important;*/
    display: inline-block;
    /*height: 270px;*/
    float: left;
	overflow: hidden;
    padding: 0 20px 10px 0;
    margin-right: 0 !important;
}
#bottom div.preview_picture{
    margin: 0;
    width: 100%;
    height: auto;
}
#bottom a{
    width: 100%;
    text-align: center;
    display: block;
    color: #2e2017;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    transition: 0.1s;
}
#bottom a:hover {
    color: #ff7c00;
}
#bottom .title{
    text-transform: uppercase;
    padding-bottom: 5px;
    height: 20px;
    display: block;
    /*border-bottom: 1px solid #2e2017;*/
}
#bottom a:hover .title{
    color: #ff7c00;
   /* border-bottom: 1px solid #ff7c00;*/
}
.bottom-preview-picture{
    display: block;
    width: 330px;
    height: 330px;
    background-size: cover;
    background-position: center;
    border: 3px solid #ffffff;
    box-shadow: 5px 5px 5px #b8b2a754;
}
#bottom a:hover .bottom-preview-picture{
    border: 5px solid #ff7c00;
    box-shadow: 3px 3px 3px #b8b2a7
}
.swiper-pagination, .swiper-button-prev, .swiper-button-next{
    position: relative !important;
    background-image: none !important;
}
.swiper-pagination-bullet{
    margin: 0 3px;
}
.swiper-pagination-bullet-active {
    background: #ff7c00 !important;
}
.news-element-preview .preview_picture
{   width: 250px;
    height: 250px;}

.news-element-preview .detail_picture{   
    /*width: 300px;*/
    height: 300px;}

.news-element-preview .preview_picture,
.news-element-preview .detail_picture{
    display: block;
    background-size: cover;
    background-position: center;
    border: 4px solid #ecebe2;
    float: left;
    margin-right: 30px;
   /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.85);*/
}
.news-element-preview div.chess-board{
    display: block;
    width: 242px  !important;
    height: 242px  !important;
    float: left;
    margin: 0 30px 15px 0;
}
.news-element-preview:hover .preview_picture,
.news-element-preview:hover div.chess-board {
    border: 4px solid #ff7c00;
}
.site-map{margin-top: 40px;}
ul.map-level-0, ul.map-level-0 ul{
margin-left:30px;
}

ul.map-level-0 a{    
    font-size: 24px;
    font-weight:bold;
    color: #1e4f82; 
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
ul.map-level-0 a:hover{
    color: #ff7c00;

}
ul.map-level-1 a:hover{

    border-bottom: 1px solid #ff7c00;
}
ul.map-level-2 a:hover{
    border:none;
}
ul.map-level-1 a{    
    font-size: 20px;
    font-weight:normal; 

}

ul.map-level-2 a{    
    font-size: 18px;
    border:none;
}
ul.map-level-2 a::before {
    content: "\2022";
    padding-right: 10px;
}
ul.map-level-3 a::before {
    content: "\2022\2022";
}
ul.map-level-4 a::before {
    content: "\2022\2022\2022";

}
.img-right{
    margin: 0px 0px 20px 20px;
}
.img-left{
    margin: 0px 20px 20px 0px;
}
/* ----------------------------------- gallery ----------------------------------- */
.gallery-foto-block{
width: 24.7%; 
height: 200px;
display: inline-block;
text-align: center;
}
.gallery-foto{
display: block;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
border: 4px solid #ffffff;
/*box-shadow: 5px 5px 5px #b8b2a754;*/
}
 a.gallery-foto:hover {
    border: 4px solid #ff7c00;
    /*box-shadow: 3px 3px 3px #b8b2a7*/
}
a.fancybox:hover img {
    border: 3px solid #ff7c00;
}
.fancybox img {
    border: 3px solid #ecebe2;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.fancybox-close{
     top: 0px !important;
}
/* ----------------------------------- footer ----------------------------------- */


.bottom-contacts-inf {
    width: 100%;
    height: 280px;
    background-color: #ff9800;
    background: -webkit-linear-gradient(180deg, rgb(239, 119, 9), rgb(233, 91, 19));
    background: -moz-linear-gradient(180deg, rgb(239, 119, 9), rgb(233, 91, 19));
    background: linear-gradient(180deg, rgb(239, 119, 9), rgb(233, 91, 19));
    box-shadow: 0px 5px 8px rgb(124 106 92 / 38%);
    border-top: 5px solid #f5a100;

}

.bottom-map{
    width: 50%;
    display: inline-block;
    float: left;
}
@media (max-width: 600px){
	.bottom-map{
		display: none;
}
	.bottom-contact{
		width: 100% !important;
		text-align: center;
}
}
.bottom-contact{
    width: 50%;
    display: inline-block;
    padding: 40px;
    color:#ffffff;
    font-size: 18px;
    line-height: 24px;
}
.bottom-contact div{
    width: auto;
    display: inline-block;
}
.bottom-contact div.address{
    border-right: 2px solid #fff;
    padding-right: 20px;
}
.bottom-contact div.phon{
    padding-left: 20px;
    font-size: 30px;
    line-height: 34px;
}
.bottom-logo{
	display: none;
	padding-top: 30px;
}
@media (max-width: 1477px){

.bottom-contact div{display: block;}
.bottom-contact div.address{
    border-right: none;
    padding-right: 0px;
}
.bottom-contact div.phon{
    padding-left: 0px;
}

}
@media (max-width: 600px){
	.bottom-logo{
		display: block;
}
}

.bottom-contact p{
    color: #3f9eff;
    font-size: 18px;
    line-height: 24px;
}
.bottom-contact h2{
    color:#664c37;
}
footer {
 	padding: 10px 0;
	background-color: #e84e10;
    border-bottom: 10px solid #ef7d00;
}
footer .copy-wrap {
  overflow: hidden;

}
footer .copy-wrap .copy1 {
  float: left;
}
footer .copy-wrap .copy2 {
  float: right;
}
footer .copy-wrap .copy2 a {
  margin-left: 5px;
}
footer .copy-wrap .copy1,
footer .copy-wrap .copy2 {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}
footer .copy-wrap .copy1 .text,
footer .copy-wrap .copy2 .text,
footer .copy-wrap .copy1 a,
footer .copy-wrap .copy2 a {
  display: inline-block;
  vertical-align: middle;
}
footer .copy-wrap .copy1 .text,
footer .copy-wrap .copy2 .text {
  line-height: 1;
}
.footer-first-menu {
  display: block;
}
.footer-first-menu .li {
  display: inline-block;
  width: 20%;
  margin-bottom: 13px;
  vertical-align: top;
}
.footer-first-menu .li.list {
  display: list-item;
}
.footer-first-menu .li a {
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.footer-first-menu .li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-first-menu .inline {
  width: 20%;
}
.footer-first-menu .inline .li {
  width: 100%;
}
.inline {
  display: inline-block;
}
.footer-submenu {
  display: block;
}
.footer-submenu .li {
  width: 100%;
  margin-bottom: 8px;
}
.footer-submenu .li:first-child {
  margin-top: 8px;
}
.footer-submenu .li a {
  font-size: 13px;
  line-height: 18px;
  color: #828791;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.footer-submenu .li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-second-menu {
  width: 20%;
  vertical-align: top;
}
.footer-second-menu .li {
  width: 20%;
  margin-bottom: 8px;
}
.footer-second-menu .li a {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.footer-second-menu .li a:hover {
  color: #fff;
  text-decoration: underline;
}
.icon-defa {
  font-size: 20px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #828791;
}
.icon-defa:hover {
  color: #fff;
}
.btn-white {
  height: 40px;
  padding: 0 26px;
  border: 2px solid #484e5a;
  font-size: 14px;
  line-height: 36px;
  color: #484e5a;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.btn-white:hover {
  background-color: #484e5a;
  color: #fff;
}
.btn-red {
  display: inline-block;
  min-width: 225px;
  height: 40px;
  padding: 0 15px;
  background-color: #e4013a;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.btn-red:hover {
  color: #fff;
  background-color: #484e5a;
}
.btn-red .icon-arrow-r {
  margin-left: 10px;
  line-height: 36px;
}
.btn-red:focus {
  outline: none;
}
.logo-main {
  text-align: center;
  width: 160px;
  /*margin: 20px 0 18px;*/
}
.header-r {
  float: right;
  margin: 21px 55px 0 0;
}
.header-r img {
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<sv g version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.header-r img:hover {
  filter: none;
  -webkit-filter: none;
}
.logo-2 {
  width: 133px;
  vertical-align: middle;
}
.logo-star {
  width: 41px;
  margin: 0 30px;
  vertical-align: middle;
}
.logo-sambo {
  width: 48px;
  vertical-align: middle;
}
.header-btn {
  display: inline-block;
  margin-left: 42px;
  vertical-align: middle;
}
.search-form {
  position: absolute;
  right: 0;
  top: 0;
}
.search-form .input-wrap {
  position: absolute;
  right: 52px;
  top: -110px;
  width: 480px;
  height: 110px;
  padding-left: 50px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.search-form.active .input-wrap {
  top: -5px;
}
.search-form input {
  width: 295px;
  height: 45px;
  margin-top: 35px;
  border: none;
  border-bottom: 1px solid #ccc;
  -wabkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  beh * avior: url("/styles/PIE.htc");
  font-family: "Ubuntu";
  font-style: italic;
  font-size: 14px;
  line-height: 45px;
  color: #aaacb3;
}
.search-form input::-moz-placeholder {
  color: #aaacb3;
}
.search-form input:-moz-placeholder {
  color: #aaacb3;
}
.search-form input::-webkit-input-placeholder {
  color: #aaacb3;
}
.search-form input:-ms-input-placeholder {
  color: #aaacb3;
}
.search-form .search {
  position: absolute;
  right: 0;
  bottom: -66px;
  width: 20px;
  height: 20px;
  border: none;
  -wabkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  beh * avior: url("/styles/PIE.htc");
  cursor: pointer;
  background-color: transparent;
}
.search-form .search:before {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 20px;
}
.search-form .search:focus {
  outline: none;
}
.main-nav {


}
ul.main-ul {
  width: 100%;
  display: table;
}
ul.main-ul > li {
  display: table-cell;
  vertical-align: middle;
}
ul.main-ul > li:nth-child(8) {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
ul.main-ul > li:last-child {
  display: none;
  width: 205px;
}
ul.main-ul > li:last-child > a {
  padding-top: 9px;
  line-height: 0;
  font-size: 0;
}
ul.main-ul > li:last-child .text {
  display: inline-block;
  font-size: 15px;
  line-height: 16px;
  text-align: left;
  vertical-align: middle;
}
ul.main-ul > li:hover .main-sub-nav-wrap {
  display: block;
  z-index: 10;
}
ul.main-ul > li.active > a {
  background-color: #484e5a;
  color: #fff;
  cursor: default;
}
ul.main-ul > li.active .main-sub-nav-wrap {
  display: block;
  z-index: 10;
}
ul.main-ul > li > a {
  display: block;
  height: 50px;
  padding: 0 14px;
  font-size: 15px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
ul.main-ul > li > a:hover,
ul.main-ul > li > a.active {
  background-color: #484e5a;
  color: #fff;
}
ul.main-ul .icon-calendar {
  vertical-align: middle;
  margin-right: 21px;
  opacity: 0.7;
}
.main-sub-nav-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  background-color: #484e5a;
}
.main-sub-nav-wrap li {
  display: inline-block;
  padding: 0 16px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.main-sub-nav-wrap li.active > a {
  border-color: #e4013a;
  color: #fff;
  cursor: default;
}
.main-sub-nav-wrap li.active > a .icon-calendar {
  color: #c8cace;
}
.main-sub-nav-wrap a {
  display: block;
  height: 50px;
  border-bottom: 5px solid #484e5a;
  font-size: 15px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.main-sub-nav-wrap a:hover {
  border-color: #e4013a;
  color: #fff;
}
.main-sub-nav-wrap a:hover .icon-calendar {
  color: #c8cace;
}
.icon-calendar {
  font-size: 24px;
}
.main-promo:after,
.main-promo::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.main-promo .btn-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
.main-promo-left {
  position: relative;
  float: left;
  width: 715px;
  height: 504px;
  background-image: url("/images/main-promo-img.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.main-promo-left .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding: 24px 38px 32px;
  background-color: rgba(33, 39, 51, 0.7);
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.main-promo-left .desc a {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #e4013a;
  text-decoration: none;
}
.main-promo-left .desc a:hover {
  text-decoration: underline;
}
.main-promo-left .bg-1,
.main-promo-left .bg-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.main-promo-left .bg-1 {
  z-index: 2;
  opacity: 1;
}
.main-promo-left .bg-2 {
  z-index: 1;
  opacity: 0;
}
.main-promo-right {
  position: relative;
  float: right;
  width: 244px;
  height: 504px;
}
.pormo-event-item {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 110px;
  padding: 8px 18px 18px;
  margin-bottom: 1px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  background-color: #eeeef0;
  background-image: url("");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.pormo-event-item:first-child {
  top: 0;
}
.pormo-event-item:nth-child(2) {
  top: 111px;
}
.pormo-event-item:nth-child(3) {
  top: 222px;
}
.pormo-event-item:nth-child(4) {
  top: 333px;
}
.pormo-event-item.photo:hover {
  z-index: 2;
  background-color: #fff;
}
.pormo-event-item.photo:hover .main-promo-right-bg {
  opacity: 1;
}
.pormo-event-item.photo:hover .pormo-event-item__data,
.pormo-event-item.photo:hover .pormo-event-item__title {
  display: none;
}
.pormo-event-item.photo {
  cursor: pointer;
}
.pormo-event-item.active {
  width: 254px;
  background-color: #fff;
  z-index: 5;
}
.pormo-event-item.active:hover {
  z-index: 5;
}
.main-promo-right-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.pormo-event-item__data {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 1;
  width: 100%;
  padding: 0 18px;
  margin-bottom: 7px;
  font-style: italic;
  font-size: 13px;
  line-height: 21px;
  color: #aaacb3;
}
.pormo-event-item__title {
  position: absolute;
  right: 0;
  top: 36px;
  z-index: 1;
  width: 100%;
  padding: 0 18px;
  font-size: 14px;
  line-height: 20px;
  color: #484e5a;
  text-decoration: none;
}
.pormo-event-item__views {
  position: relative;
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 11px;
  width: 27px;
  height: 23px;
  padding-top: 2px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-image: url("../images/cloud.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.square-list {
  width: 100%;
  text-align: justify;
  text-justify: distribute;
}
.square-list:after,
.square-list::after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}
.square-list li {
  position: relative;
  display: inline-block;
  border: 4px solid #e4013a;
  width: 225px;
  height: 225px;
  padding: 11px 16px;
  vertical-align: top;
  text-align: left;
}
.icon-arrow-r {
  font-size: 17px;
  line-height: 40px;
}
.square-list__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #212733;
}
.square-list__text {
  margin-top: 11px;
  font-size: 14px;
  line-height: 20px;
  color: #212733;
}
.square-list__city {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #aaacb3;
}
.square-list__link {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 40px;
  height: 40px;
  background-color: #484e5a;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.square-list__link:hover {
  background-color: #aaacb3;
}
.square-list__link .icon-arrow-r {
  line-height: 40px;
}
.square-list_file {
  position: absolute;
  right: 36px;
  bottom: -4px;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.square-list_file.xls {
  background-color: #1f9f86;
}
.square-list_file.doc {
  background-color: #2d7bc4;
}
.square-list_file:hover {
  color: #fff;
}
.all-w-border {
  position: relative;
  margin-top: 37px;
  border-bottom: 1px solid #2c3443;
  text-align: right;
}
.all-w-border .btn-red {
  position: relative;
  bottom: -1px;
}
.media-about-block {
  margin-top: 40px;
  padding: 1px 0 78px;
  background-color: #eeeef0;
}
.media-about-block ul {
  width: 100%;
  text-align: justify;
  text-justify: distribute;
}
.media-about-block ul:after,
.media-about-block ul::after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}
.media-about-block li {
  display: inline-block;
  width: 320px;
  height: 225px;
  padding: 0 35px 0 20px;
  border-left: 4px solid #e4013a;
  vertical-align: top;
  text-align: left;
}
.media-about-block li a {
  font-size: 14px;
  line-height: 20px;
  color: #e4013a;
  text-decoration: none;
}
.media-about-block li a:hover {
  color: #e4013a;
  text-decoration: underline;
}
.media-about__date {
  font-style: italic;
  font-size: 13px;
  line-height: 9px;
  color: #aaacb3;
}
.media-about__title {
  margin: 12px 0;
  font-weight: 600;
  font-size: 18px;
  color: #212733;
  line-height: 21px;
}
.main-slider {
  margin-bottom: 110px;
}
.photogal-slider-img {
  overflow: hidden;
  position: relative;
  height: 400px !important;
}
.photogal-slider-img .slick-list {
  overflow: visible;
}
.photogal-slider-img .slick-list:focus {
  outline: none;
}
.media-about__text {
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #212733;
}
.photogal-slider-img-item {
  display: inline-block;
  width: 600px !important;
  height: 400px !important;
  background-image: url("/images/main-slide1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  opacity: 0.5;
}
.photogal-slider-img-item.slick-active {
  opacity: 1;
}
.photogal-slider-img-item:focus {
  outline: none;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 80px;
  height: 40px;
  margin-top: -20px;
  background-color: #484e5a;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}
.slick-prev {
  left: 220px;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.slick-prev:before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 17px;
  color: #fff;
  line-height: 40px;
}
.slick-next {
  right: 220px;
}
.slick-next:before {
  content: "\e902";
  font-family: "icomoon";
  font-size: 17px;
  color: #fff;
  line-height: 40px;
}
.photogal-slider-desc {
  position: relative;
  width: 600px;
  margin: 15px auto 0;
}
.photogal-slider-desc-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-left: 53px;
  font-size: 14px;
  line-height: 20px;
  color: #212733;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.photogal-slider-desc-title span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #212733;
  margin-right: 25px;
}
.photogal-slider-desc-title.active {
  opacity: 1;
}
.event-top-block {
  margin-top: 44px;
}
.event-top-block:after,
.event-top-block::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.event-left-block {
  float: left;
  width: 635px;
  padding-right: 24px;
  border-right: 1px solid #d4d5d9;
}
.link-doc {
  position: relative;
  display: block;
  padding-left: 55px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #212733;
  text-align: left;
  vertical-align: top;
}
.link-doc:before {
  position: absolute;
  left: 0;
  top: 4px;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.link-doc.pdf:before {
  content: "pdf";
  background-color: #e4013a;
}
.link-doc.doc:before {
  content: "doc";
  background-color: #2d7bc4;
}
.link-doc.xls:before {
  content: "xls";
  background-color: #1f9f86;
}
.link-doc.photo:before {
  content: "\e909";
  font-family: 'icomoon';
  color: #e4013a;
  font-size: 37px;
}
.link-doc.jpg:before {
  content: "jpg";
  background-color: #FFC107;
}
.link-doc span {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #aaacb3;
}
.event-right-block {
  float: right;
  width: 324px;
  padding-top: 5px;
  padding-left: 20px;
}
.event-right-block .date,
.event-right-block .time {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #212733;
}
.event-right-block .time {
  margin-left: 30px;
}
.event-right-block .icon-calendar {
  margin-right: 15px;
  color: #aaacb3;
  vertical-align: middle;
}
.event-right-block .icon-clock {
  margin-right: 15px;
  color: #aaacb3;
  vertical-align: middle;
}
.event-right-block .link-doc {
  margin-top: 35px;
}
.icon-clock {
  font-size: 22px;
}
.events-gallery-wrap {
  margin: 42px 0 100px;
}
.events-gallery-wrap.video .events-gallery-photo {
  display: none;
}
.events-gallery-wrap.video .events-gallery-video {
  display: block;
}
.events-gallery-wrap .btn-red {
  float: left;
  min-width: auto;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
}
.events-gallery-wrap .btn-red .icon-arrow-r {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.events-gallery-tabs {
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid #212733;
}
.events-gallery-tab {
  float: left;
  height: 40px;
  padding: 0 34px;
  background-color: transparent;
  font-size: 18px;
  line-height: 40px;
  color: #212733;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.events-gallery-tab:hover {
  background-color: #212733;
  color: #fff;
}
.events-gallery-tab.active {
  background-color: #484e5a;
  color: #fff;
  cursor: default;
}
.events-gallery-photo {
  display: block;
}
.events-gallery-video {
  display: none;
}
.events-gallery-photo__item,
.events-gallery-video__item {
  display: inline-block;
  width: 306px;
  height: 204px;
  margin-right: 21px;
  margin-bottom: 21px;
  background-image: url("/images/main-slide1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  cursor: pointer;
}
.events-gallery-photo__item:nth-child(3n + 3),
.events-gallery-video__item:nth-child(3n + 3) {
  margin-right: 0;
}
.events-gallery__bottom-block {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin-top: 19px;
}
.events-gallery-pagin {
  float: right;
  text-align: right;
}
.events-gallery-pagin li {
  display: inline-block;
}
.events-gallery-pagin a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #5f4e42;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.events-gallery-pagin a:hover {
  background-color: #5f4e42;
  color: #fff;
}
.events-gallery-pagin a.active {
  cursor: default;
  background-color:#5f4e42;
  color: #fff;
}
.events-gallery-pagin a.more {
  cursor: default;
}
.events-gallery-pagin a.more:hover {
  background-color: transparent;
  color: #484e5a;
}
.events-gallery-pagin .prev {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.hide {
  display: none !important;
}
.events-docs-wrap .link-doc {
  display: inline-block;
  width: 25%;
  padding-right: 25px;
  margin-bottom: 5px;
}
.icon-home {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  color: #484e5a;
  vertical-align: middle;
}
.crumbs {
  margin: 85px 0 28px;
}
.crumbs li {
  display: inline-block;
}
.crumbs li:not(:first-child):before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 13px;
  background-color: #484e5a;
  vertical-align: middle;
}
.crumbs li:last-child a {
  cursor: default;
  color: #aaacb3;
}
.crumbs a {
  font-size: 13px;
  line-height: 18px;
  color: #484e5a;
  vertical-align: middle;
}
.crumbs-min-mar .crumbs {
  margin-top: 35px;
}
.persons-list {
  margin: 33px 0 65px;
}
.persons-list:after,
.persons-list::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.persons-list li {
  float: left;
  width: 204px;
  margin-right: 48px;
  margin-bottom: 35px;
  vertical-align: top;
}
.persons-list li:nth-child(4n + 4) {
  margin-right: 0;
}
.persons-list__img {
  display: block;
  width: 204px;
  height: 306px;
  background-image: url("/images/main-slide1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.persons-list__name {
  display: inline-block;
  margin-top: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #212733;
}
.persons-list__rank {
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #aaacb3;
}
.persons-list__preview {
  margin-top: 6px;
  font-size: 15px;
  line-height: 21px;
  color: #212733;
}
.docs-wrap.first {
  margin-bottom: 30px;
}
.docs-wrap.last {
  margin-bottom: 100px;
}
.docs-wrap .link-doc {
  display: inline-block;
  margin-bottom: 30px;
}
.docs-wrap .link-doc:last-child {
  margin-bottom: 0;
}

.news-list + .events-gallery__bottom-block {
  margin-bottom: 100px;
}
.news-list__item {
  margin-bottom: 57px;
}
.news-list__item:after,
.news-list__item::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.news-list__img {
  float: left;
  width: 306px;
  height: 204px;
  margin-top: 5px;
  margin-right: 30px;
  background-image: url("/images/main-slide1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.news-list__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #212733;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.news-list__title:hover {
  color: #e4013a;
}
.news-list__date {
  margin-top: 3px;
  font-size: 14px;
  line-height: 21px;
  color: #aaacb3;
}
.news-list_desc {
  margin-top: 7px;
  font-size: 14px;
  line-height: 24px;
  color: #212733;
}
/* ------------------------- photogal ----------------------------- */
.photogal-list {
  display: block;
  margin-top: 33px;
}
.photogal-list + .events-gallery__bottom-block {
  margin: 0 0 100px;
}
.photogal-list__item {
  display: inline-block;
  width: 306px;
  margin-bottom: 35px;
  text-align: left;
  margin-right: 21px;
  vertical-align: top;
}
.photogal-list__item:nth-child(3n) {
  margin-right: 0;
}
.photogal-list__img {
  height: 204px;
  margin-bottom: 8px;
  background-image: url("/images/main-slide1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.photogal-list__date {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
  color: #aaacb3;
}
.photogal-list__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #212733;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.photogal-list__title:hover {
  color: #e4013a;
}
.photogal-list__title span {
  color: #aaacb3;
}
.photogal-date {
  margin-top: 22px;
  font-size: 18px;
  line-height: 24px;
  color: #aaacb3;
}
.photogal-item-list {
  margin-top: 40px;
  text-align: justify;
  text-justify: distribute;
}
.photogal-item-list:after,
.photogal-item-list::after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}
.photogal-item-list > div {
  display: inline-block;
  width: 306px;
  height: 204px;
  margin-bottom: 21px;
  background-image: url("/images/main-slide1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  cursor: pointer;
}
.photogal-item-list + .events-gallery__bottom-block {
  margin-bottom: 100px;
}
.photo-slider-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.photogal-slider {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin-left: -480px;
  margin-top: -320px;
  width: 960px;
  height: 640px;
}
/* ------------------------- popup-form ----------------------------- */
.popup-form-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.popup-form-wrap form {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 488px;
  padding: 40px;
  margin: -244px 0 0 -358px;
}
.popup-form-wrap form .input-block:first-child {
  margin-top: 30px;
}
.popup-form-wrap form textarea {
  max-height: 140px;
  resize: none;
}
/* --------------------------------- form ----------------------------------------- */
form.contact-form {
  width: 716px;
  background-color: #fff;
}
form.contact-form.contact-page-form {
  margin-bottom: 100px;
  width: 636px;
}
form.contact-form .icon-close {
  position: absolute;
  right: 40px;
  top: 32px;
  font-size: 27px;
  width: 27px;
  height: 27px;
  line-height: 1;
  color: #484e5a;
  cursor: pointer;
}
form.contact-form .required {
  font-size: 18px;
  line-height: 1;
  color: #e4013a;
}
form.contact-form .input-block {
  position: relative;
  margin-top: 30px;
}
form.contact-form .input-block:first-child {
  margin-top: 0;
}
form.contact-form .input-block:after,
form.contact-form .input-block::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
form.contact-form .input-block.error input,
form.contact-form .input-block.error textarea {
  border: 1px solid #e4013a;
}
form.contact-form .input-block.error .form__error-text {
  display: block;
}
form.contact-form .form__error-text {
  display: none;
  font-style: italic;
  font-size: 13px;
  line-height: 18px;
  color: #e4013a;
}
form.contact-form .form__error-text:before {
  content: "";
  display: block;
  clear: both;
}
form.contact-form .bottom-block {
  margin-top: 30px;
  text-align: justify;
  text-justify: distribute;
}
form.contact-form .bottom-block:after,
form.contact-form .bottom-block::after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}
form.contact-form .bottom-block .text {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #000;
  vertical-align: middle;
}
form.contact-form .btn-red {
  min-width: 150px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
form.contact-form label {
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  color: #000;
}
form.contact-form input[type=text] {
  float: right;
  width: 479px;
  height: 40px;
  padding: 0px 15px;
  border: 1px solid #484e5a;
  font-family: "Ubuntu";
  font-size: 18px;
  line-height: 40px;
  color: #000;
}
form.contact-form textarea {
  float: right;
  width: 479px;
  min-width: 479px;
  max-width: 479px;
  height: 140px;
  min-height: 140px;
  padding: 5px 15px;
  border: 1px solid #484e5a;
  font-family: "Ubuntu";
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
.popup-form-wrap__title {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #212733;
  text-transform: uppercase;
}
.required {
  color: #e4013a;
}
.forum-list {
  margin-top: 32px;
}
.forum-list-item {
  padding-bottom: 31px;
  margin-bottom: 40px;
  border-bottom: 1px solid #2c3443;
}
.forum-list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.forum-list-item_date {
  font-size: 14px;
  line-height: 1;
  color: #aaacb3;
}
.forum-list-item_title {
  margin-top: 6px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #212733;
}
.forum-list-item_text {
  margin-top: 11px;
  font-size: 14px;
  line-height: 24px;
  color: #212733;
}
/* ------------------------- person ----------------------------- */
.person-data {
  margin: 33px 0 100px;
}
.person-data .top-block {
  position: relative;
}
.person-data .top-block:after,
.person-data .top-block::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.person-data .person-photo {
  float: left;
  width: 204px;
  height: 306px;
  background-image: url("/images/main-slide1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.person-data .soc-icons {
  position: absolute;
  right: 0;
  top: -60px;
  text-align: right;
}
.person-data .soc-icons a {
  color: #484e5a;
  margin-left: 30px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.person-data .soc-icons a:hover {
  color: #212733;
}
.person-data .icon-vk {
  font-size: 10px;
}
.person-data .icon-fb {
  font-size: 18px;
}
.person-data .icon-twitter {
  font-size: 13px;
}
.person-data .table-data {
  float: right;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  width: 706px;
}
.person-data .table-data th {
  width: 25%;
  height: 40px;
  border-right: 1px solid #fff;
  background-color: #484e5a;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
/*.person-data .table-data th:last-child {
  border-color: #484e5a;
}*/
.person-data .table-data td {
  height: 67px;
  border: 1px solid #484e5a;
  font-size: 14px;
  line-height: 17px;
  color: #212733;
  text-align: center;
  vertical-align: middle;
}

/*.person-data .table-data td:last-child {
  color: #e4013a;*/
}
.person-data .person-info {
  margin-top: 50px;
}
.person-data .person-info-tabs {
  border-bottom: 1px solid #484e5a;
}
.person-data .person-info-tabs:after,
.person-data .person-info-tabs::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.person-data .person-info-tab {
  float: left;
  height: 39px;
  padding: 0 44px;
  border-left: 1px solid #484e5a;
  background-color: transparent;
  font-size: 18px;
  line-height: 39px;
  color: #212733;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.person-data .person-info-tab:first-child {
  border: none;
}
.person-data .person-info-tab.active {
  background-color: #484e5a !important;
  color: #fff;
  cursor: default;
}
.person-data .person-info-tab:hover {
  background-color: #212733;
  color: #fff;
}
.person-info.info-0 .tab-info:first-child {
  display: block;
}
.person-info.info-1 .tab-info:nth-child(2) {
  display: block;
}
.person-info.info-2 .tab-info:last-child {
  display: block;
}
.person-tab-info {
  padding: 34px 0 10px;
  border-bottom: 1px solid #484e5a;
}
.person-tab-info .tab-info {
  display: none;
}
.person-tab-info:after,
.person-tab-info::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.person-tab-info .col1 {
  float: left;
  width: 460px;
}
.person-tab-info p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #212733;
}
.person-tab-info .col2 {
  float: right;
  width: 460px;
}
.person-tab-info .col2 li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 24px;
  color: #212733;
}
.person-tab-info .col2 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  beh * avior: url("/styles/PIE.htc");
  background-color: #e4013a;
}
.person-tab-info .col2 li span {
  color: #aaacb3;
}
.person-tab-info h2 {
  margin-top: 0;
}
.person-slider {
  position: relative;
  margin: 34px 0 55px;
}
.person-slider .slick-list {
  overflow: hidden;
  width: 900px;
  margin-left: 40px;
}
.person-slider-item {
  display: inline-block;
}
.person-slider-item:focus {
  outline: none;
}
.person-slider-item__photo {
  width: 204px;
  height: 306px;
  background-image: url("/images/main-slide1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.person-slider-item__name {
  margin-top: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #212733;
}
/* ------------------------- slider ----------------------------- */
.slider-photo__item {
  display: inline-block;
  width: 960px;
  height: 640px;
  background-image: url("/images/geogr-map1.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  cursor: pointer;
}
.slider-photo__item:focus {
  outline: none;
}
.slide-prev-wrap,
.slide-next-wrap {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 80px;
  height: 40px;
  margin-top: -13px;
  background-color: rgba(72, 78, 90, 0.7);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slide-prev-wrap.slide-prev-wrap,
.slide-next-wrap.slide-prev-wrap {
  left: -50px;
}
.slide-prev-wrap.slide-next-wrap,
.slide-next-wrap.slide-next-wrap {
  right: -50px;
}
.slide-prev-wrap:hover,
.slide-next-wrap:hover {
  background-color: #484e5a;
}
.slide-prev-wrap .icon-arrow-long-r,
.slide-next-wrap .icon-arrow-long-r,
.slide-prev-wrap .icon-arrow-long-l,
.slide-next-wrap .icon-arrow-long-l {
  font-size: 17px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.slide-prev-wrap .icon-arrow-long-l,
.slide-next-wrap .icon-arrow-long-l {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.slide-close-wrap {
  position: absolute;
  top: -39px;
  right: -39px;
  z-index: 100;
  width: 27px;
  height: 27px;
  color: #fff;
  opacity: 0.7;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slide-close-wrap:hover {
  opacity: 1;
}
.slide-close-wrap .icon-close {
  font-size: 27px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
}
.slick-list {
  overflow: hidden;
}
.slide-footer {
  position: absolute;
  left: 0;
  bottom: -47px;
  width: 100%;
  height: 47px;
  background-color: #484e5a;
}
.slide-footer-left {
  float: left;
  margin-left: 30px;
}
.slide-footer-left .text {
  font-size: 14px;
  line-height: 47px;
  color: #fff;
  vertical-align: middle;
}
.slide-footer-left .text:hover {
  color: #fff;
  text-decoration: underline;
}
.slide-footer-left .size {
  margin-left: 6px;
  font-size: 14px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
}
.slide-footer-left .icon-arrow-r {
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}
.slide-footer-left .icon-arrow-r:hover {
  color: #fff;
  text-decoration: none;
}
.slide-footer-right {
  float: right;
  margin-right: 30px;
  text-align: right;
}
.slide-footer-right a {
  margin-left: 30px;
}
.slide-footer-right .icon-twitter {
  font-size: 13px;
  line-height: 47px;
  color: #fff;
  vertical-align: middle;
}
.slide-footer-right .icon-fb {
  font-size: 18px;
  line-height: 47px;
  color: #fff;
  vertical-align: middle;
}
.slide-footer-right .icon-vk {
  font-size: 10px;
  line-height: 47px;
  color: #fff;
  vertical-align: middle;
}

.slide-prev-wrap,
.slide-next-wrap {
  position: absolute;
  top: 50%;
  margin-top: -42px;
  width: 80px;
  height: 40px;
  text-align: center;
  background-color: #484e5a;
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slide-prev-wrap:hover,
.slide-next-wrap:hover {
  opacity: 1;
}
.slide-prev-wrap .icon-arrow-long-r,
.slide-next-wrap .icon-arrow-long-r,
.slide-prev-wrap .icon-arrow-long-l,
.slide-next-wrap .icon-arrow-long-l {
  font-size: 17px;
  line-height: 40px;
}
.slide-prev-wrap .icon-arrow-long-l,
.slide-next-wrap .icon-arrow-long-l {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.slide-prev-wrap {
  left: 0;
}
.slide-next-wrap {
  right: 0;
}


.slider-date {
  position: relative;
  margin: 40px 0 50px;
}
.slider-date .slick-list {
  overflow: hidden;
  width: 880px;
  margin: 0 auto;
}
.slider-date .slick-list:focus {
  outline: none;
}
.slider-date .icon-arrow-l,
.slider-date .icon-arrow-r {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  margin-top: -8px;
  background-color: transparent;
  opacity: 1;
  font-size: 17px;
  line-height: 1;
  color: #484e5a;
  cursor: pointer;
}
.slider-date .icon-arrow-l:hover,
.slider-date .icon-arrow-r:hover {
  color: #e4013a;
}
.slider-date .icon-arrow-r {
  right: 0;
}
.slider-date .icon-arrow-l {
  left: 0;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.slider-date__item-wrap {
  display: inline-block;
  padding: 0 10px;
}
.slider-date__item-wrap:focus {
  outline: none;
}
.slider-date__item-wrap input[type="radio"] {
  display: none;
}
.slider-date__item {
  display: block;
  width: 70px !important;
  height: 40px;
  border: 1px solid #484e5a;
  font-size: 18px;
  line-height: 38px;
  color: #212733;
  text-align: center;
  cursor: pointer;
}
.slider-date__item.active {
  border: 1px solid #e4013a;
  color: #fff;
  background-color: #e4013a;
  cursor: default;
}
/* ------------------------- select ----------------------------- */
.select-wrap {
  display: inline-block;
  position: relative;
}
.select-wrap .icon-arrow-b {
  position: absolute;
  right: 13px;
  top: 17px;
  z-index: 1;
  font-size: 8px;
  color: #484e5a;
}
.select-val {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 167px;
  height: 40px;
  border: 1px solid #484e5a;
  padding: 0 16px;
  font-size: 14px;
  line-height: 38px;
  color: #484e5a;
  cursor: pointer;
}
.select-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 1;
  width: 167px;
  border: 1px solid #484e5a;
  border-top: none;
  background-color: #fff;
}
.select-menu li {
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 40px;
  color: #484e5a;
  cursor: pointer;
}
.select-menu li:hover {
  background-color: #212733;
  color: #fff;
}
.select-time,
.select-place {
  display: none;
}

/* -------------------------------- calendar ------------------------------------ */
.calendar-month-tab-wrap {
  border-bottom: 1px solid #484e5a;
  margin-bottom: 32px;
}
.calendar-month-tab {
  width: 180px;
  height: 39px;
  background-color: #484e5a;
  font-size: 18px;
  line-height: 39px;
  color: #fff;
  text-align: center;
}
.calendar-month-items {
  margin-bottom: 100px;
}
.calendar-month-item {
  margin-top: 36px;
}
.calendar-month-wrap {
  display: table;
  width: 100%;
  margin-top: 19px;
}
.calendar-month-date {
  display: table-cell;
  width: 219px;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #212733;
}
.calendar-month-text {
  display: table-cell;
  padding-right: 15px;
  font-size: 14px;
  line-height: 21px;
  color: #e4013a;
}
.calendar-month-text .info {
  color: #aaacb3;
}
.calendar-month-files {
  display: table-cell;
  width: 241px;
}
.calendar-month-files .link-doc {
  font-weight: normal;
  margin-bottom: 14px;
}
.calendar-form {
  margin-top: 33px;
}
.calendar-form:after,
.calendar-form::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.calendar-form label {
  font-weight: 600;
  font-size: 18px;
  color: #212733;
}
.calendar-form .select-wrap {
  margin-left: 19px;
  margin-right: 19px;
}
.calendar-form .checkbox-block {
  float: right;
  margin-top: 10px;
}
.calendar-form .checkbox-block input {
  display: none;
}
.calendar-form .checkbox-block input:checked + label:before {
  background-image: url("../images/checkbox.png");
  background-repeat: no-repeat;
  -webkit-background-size: 13px 13px;
  -moz-background-size: 13px 13px;
  -o-background-size: 13px 13px;
  background-size: 13px 13px;
  background-position: center center;
}
.calendar-form .checkbox-block label {
  margin-right: 30px;
  cursor: pointer;
}
.calendar-form .checkbox-block label:last-child {
  margin-right: 0;
}
.calendar-form .checkbox-block label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 20px;
  border: 1px solid #484e5a;
  vertical-align: middle;
}

/* ---------------------------------news----------------------------------- */
  /* 
.news-item:after,
.news-item::after {
  content: "";
 display: block;
  height: 0;
clear: both;
}*/
.news-item .news-list__date {
  margin-bottom: 30px;
}
.news-item img {
  /*float: left;*/
  /*max-width: 50%;*/
  margin: 6px 30px 5px 0;

}
.news-detail img{
    max-width: 1080px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    border: 4px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.38);
}
.news-detail .block_chess_game {
    display: inline-block;
    float: left;
    margin: 0 20px 20px 0;
}
.img {
  padding-left: 157px;
  margin-bottom: 10px;
}
/* --------------------------------- search ---------------------------------- */
.search-page {
  margin-bottom: 100px;
  margin-top: 50px;
}
.search-page input[type="text"] {
/*width: 479px;
  height: 40px;*/
  padding: 0px 15px;
  border: 1px solid #484e5a;
  font-family: "Ubuntu";
  font-size: 18px;
  line-height: 40px;
  color: #000;
}
.search-page .select-wrap {
  margin-top: 10px;
}
.search-page .submit {
  margin-top: 10px;
}
.search-page button {
  text-align: center;
}
.list-result-search {
  margin-top: 20px;
}
.list-result-search li {
  margin-top: 20px;
}
.list-result-search li:first-child {
  margin-top: 0;
}
.list-result-search h3 a {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}
.list-result-search .date_change {
  display: inline-block;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  color: #aaacb3;
}
.num-404 {
  margin: 0 0 40px;
  font-weight: bold;
  font-size: 200px;
  color: #e4013a;
  line-height: 0.8;
  text-align: center;
}
.text-404 {
  font-size: 15px;
  color: #484e5a;
  line-height: 0.7;
  text-align: center;
}
.text-404 a {
  font-size: 15px;
  line-height: 1;
}
/*------------------------------  text----------------------------*/

.workspace p{
padding-bottom: 20px;
}
.workspace .news-list p{
/*text-indent: 3.5em;*/
}

.workspace .news-list ul, .workspace .news-list ol{
padding-left: 1.5em;
    margin-bottom: 20px;
}
.workspace .news-list li{
padding-bottom: 10px;
list-style: disc;
color: #664c37;
}

.workspace .news-list li p{
padding: 0px;
}
.news-detail table,
.news-element-preview table{
width:100%;
margin-bottom: 60px;
}
/*.news-detail table tr:first-child,
.news-element-preview table tr:first-child{
background: #3f9eff;
}

.news-detail table tr:first-child td p,
.news-element-preview table tr:first-child td p{
    color: #ecebe2;
    font-weight: bold !important;
    text-transform: uppercase !important;
    text-align: center;
}*/

.news-detail table tr:even,
.news-element-preview table tr:even{
background:#e4e2d9;
}
.news-detail table tr td p,
.news-element-preview table tr td p{
padding: 10px 15px;
}

.white-space{ 
white-space: nowrap;
}
.news-detail table tr td,
.news-element-preview table tr td{
  border:1px solid #aa9e919c;  
}
.news-detail table tr:nth-child(2n+1),
.news-element-preview table tr:nth-child(2n+1) {
    background-color: #f3f3ea;
}
a.source{
font-style: italic;
float: right;
}