

/* Start:/css/cookie.css?16064960411628*/
.cookie_notify { 
   z-index: 10000!important;
   position: fixed;
   bottom: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   z-index: 1000;
   color: #ffffff;
   background: #45484D;
   background: -moz-linear-gradient(top,  rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,30,30,0.95)), color-stop(100%,rgba(0,0,0,0.95)));
   background: -webkit-linear-gradient(top,  rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
   background: -o-linear-gradient(top,  rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
   background: -ms-linear-gradient(top,  rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
   background: linear-gradient(to bottom,  rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
   width: 100%;
}

.cookie_notify a {
   display: inline-block;
   color: #31A8F0;
   text-decoration: none;
}

.cookie_notify a:hover {
   color: #31A8F0;
   text-decoration: underline;
}

.cookie_notify_text {
   font-family: sans-serif;
   font-size: 10pt;
   font-weight: 300;
   margin: 10px;
}

.cookie_notify_button {
   background-color: #b80001;
   border-bottom: 1px solid #222;
   border-radius: 5px;
   color: #FFF !important;
   cursor: pointer;
   display: inline-block;
   float: right;
   font-weight: bold;
   line-height: 1;
   margin-top: 2px;
   padding: 5px 10px 6px;
   position: relative;
   text-decoration: none;
   text-shadow: 0 -1px 1px #222;
}

/* End */


/* Start:/css/main.min.css?177367184556618*/
@font-face {
  font-family: "MyriadPro";
  src: url("/css/../fonts/MyriadProRegular/myriad_pro-webfont.eot");
  src: url("/css/../fonts/MyriadProRegular/myriad_pro-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/css/../fonts/MyriadProRegular/myriad_pro-webfont.woff") format("woff"),
    url("/css/../fonts/MyriadProRegular/myriad_pro-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "MyriadPro";
  src: url("/css/../fonts/MyriadProBold/myriadpro-bold-webfont.eot");
  src: url("/css/../fonts/MyriadProBold/myriadpro-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/css/../fonts/MyriadProBold/myriadpro-bold-webfont.woff") format("woff"),
    url("/css/../fonts/MyriadProBold/myriadpro-bold-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "MyriadPro";
  src: url("/css/../fonts/MyriadProItalic/myriadpro-it-webfont.eot");
  src: url("/css/../fonts/MyriadProItalic/myriadpro-it-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/css/../fonts/MyriadProItalic/myriadpro-it-webfont.woff") format("woff"),
    url("/css/../fonts/MyriadProItalic/myriadpro-it-webfont.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "MyriadPro";
  src: url("/css/../fonts/MyriadProSemiBold/myriadpro-semibold-webfont.eot");
  src: url("/css/../fonts/MyriadProSemiBold/myriadpro-semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/css/../fonts/MyriadProSemiBold/myriadpro-semibold-webfont.woff")
      format("woff"),
    url("/css/../fonts/MyriadProSemiBold/myriadpro-semibold-webfont.ttf")
      format("truetype");
  font-style: normal;
  font-weight: 600;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
em,
img,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
ol,
ul {
  list-style: none;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a {
  color: #008cff;
}
a:hover {
  text-decoration: none;
}
.orange-lnk {
  color: #ff8400;
  text-decoration: none;
}
input[type="text"]:focus {
  outline: none;
}
button,
input[type="submit"] {
  border: 0;
}
button,
input {
  line-height: normal;
  outline: none;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  font-family: "MyriadPro";
  font-weight: 400;
  *vertical-align: middle;
}
input[type="text"],
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -webkit-appearance: none;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  cursor: pointer;
}
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *height: 13px;
  padding: 0;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-box-sizing: cnt-box;
  box-sizing: cnt-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 100%;
}
body {
  min-width: 1180px;
  background: #f6f6f6;
  color: #393939;
  direction: ltr;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "MyriadPro", sans-serif, Arial, Helvetica, Verdana;
}
html,
body {
  height: 100%;
}
b,
strong {
  font-weight: 600;
}
em,
i {
  font-style: italic;
}
h1,
.h1 {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding-top: 16px;
  font-size: 40px;
  font-weight: 700;
  color: #131313;
}
h2,
.h2 {
  margin-bottom: 32px;
  padding-top: 40px;
  font-size: 32px;
  font-weight: 700;
  color: #131313;
}
h3,
.h3 {
  margin-bottom: 20px;
  padding-top: 40px;
  font-size: 28px;
  font-weight: 700;
  color: #131313;
}
h4,
.h4 {
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #131313;
}
h5,
.h5 {
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #131313;
}
p {
  margin-bottom: 25px;
  line-height: 25px;
}
.field,
.selected {
  width: 100%;
  height: 45px;
  border: 1px solid #d0d0d0;
  padding: 0 15px;
  font-size: 15px;
}
.field:focus,
.selected:focus {
  border-color: #67666b;
  -webkit-box-shadow: inset 0px 0px 0px 1px #67666b;
  box-shadow: inset 0px 0px 0px 1px #67666b;
}
.textarea {
  width: 100%;
  height: 114px;
  border: 1px solid #d0d0d0;
  padding: 15px;
  font-size: 15px;
  outline: none;
  resize: vertical;
}
.textarea:focus {
  border-color: #67666b;
  -webkit-box-shadow: inset 0px 0px 0px 1px #67666b;
  box-shadow: inset 0px 0px 0px 1px #67666b;
}
.form {
  margin: 0 -10px;
}
.field-wrp {
  width: 100%;
  float: left;
  padding: 0 10px;
  margin-bottom: 10px;
}
.field-label {
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 4px;
  color: #434343;
}
.label-ckeckbox {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #434343;
}
.label-ckeckbox:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #d3d3d3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.label-ckeckbox:hover:before {
  border-color: #6b6a6f;
}
.ckeckbox {
  display: none;
}
.ckeckbox:checked + .label-ckeckbox:before {
  border-color: #008cff;
  background-color: #008cff;
}
.ckeckbox:checked + .label-ckeckbox:after {
  content: "";
  background-image: url(/css/../images/sprite.png);
  background-position: 0px -68px;
  width: 15px;
  height: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 3px;
  top: 4px;
}
.label-radio {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #434343;
}
.label-radio:before {
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #d0d0d0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.label-radio:hover:before {
  border-color: #6b6a6f;
}
.radio {
  display: none;
}
.radio:checked + .label-radio:before {
  border-color: #008cff;
  background-color: #008cff;
}
.radio:checked + .label-radio:after {
  content: "";
  position: absolute;
  right: 7px;
  top: 8px;
  height: 2px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.select {
  position: relative;
}
.selected {
  position: relative;
  padding: 0 14px;
  line-height: 45px;
  color: #686868;
  cursor: pointer;
}
.selected:before {
  content: "";
  background-image: url(/css/../images/sprite.png);
  background-position: -22px -51px;
  width: 19px;
  height: 10px;
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
}
.select-list {
  display: none;
  width: 100%;
  position: absolute;
  padding-top: 45px;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.select-list_open {
  display: block;
}
.select-list__item {
  display: block;
  padding: 4px 14px;
  font-size: 15px;
  color: #686868;
  cursor: pointer;
  background-color: #fff;
}
.select-list__item:hover,
.select-list__item_active {
  color: #262626;
  background-color: #f4ead5;
}
.err-mess {
  font-size: 14px;
  color: #008cff;
}
.err {
  border-color: #ce001a;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ce001a;
  box-shadow: inset 0px 0px 0px 1px #ce001a;
}
.field_search {
  padding-right: 40px;
}
.cl,
.news-list__item,
.presentations__item,
.statistics {
  *zoom: 1;
}
.cl:before,
.news-list__item:before,
.presentations__item:before,
.statistics:before,
.cl:after,
.news-list__item:after,
.presentations__item:after,
.statistics:after {
  display: table;
  content: "";
  line-height: 0;
}
.cl:after,
.news-list__item:after,
.presentations__item:after,
.statistics:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.table-wrp {
  overflow-y: auto;
}
.cnt {
  margin: 0 auto;
  padding: 30px;
  position: relative;
  background-color: #fff;
}
.cnt blockquote {
  border-left: 3px solid #008cff;
  padding-left: 30px;
  margin-bottom: 15px;
}
.cnt img[align="right"] {
  margin: 0 0 26px 26px;
  float: right;
}
.cnt img[align="left"] {
  margin: 0 26px 26px 0;
  float: left;
}
.cnt img[align="center"] {
  margin-bottom: 26px;
}
.cnt hr {
  border: none;
  border-bottom: 1px solid #000;
}
.cnt figure {
  clear: both;
  float: none;
  margin-bottom: 30px;
  text-align: center;
}
.cnt figcaption {
  padding-top: 10px;
  text-align: center;
  color: #5a5a5a;
  font-size: 15px;
}
.cnt ul {
  margin-bottom: 20px;
  display: inline-block;
}
.cnt ul > li {
  list-style: none;
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  font-style: italic;
}
.cnt ul > li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  border-bottom: 3px solid #008cff;
}
.cnt ul > li ul {
  margin: 16px 0 0;
}
.cnt ul > li ul li {
  padding-left: 20px;
}
.cnt ul > li ul li:last-child {
  margin-bottom: 0;
}
.cnt ul > li ul li:before {
  width: 4px;
  border-bottom-width: 4px;
}
.cnt ol {
  counter-reset: li;
  padding: 0;
  display: inline-block;
  margin-bottom: 20px;
  list-style: none;
  font-style: italic;
}
.cnt ol li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
}
.cnt ol li:before {
  content: counter(li) ")";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  color: #008cff;
}
.cnt ol li ol {
  margin: 16px 0 0;
}
.cnt ol li ol li {
  padding-left: 20px;
}
.cnt ol li ol li:last-child {
  margin-bottom: 0;
}
.cnt ol li ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  width: 4px;
  border-bottom-width: 4px;
  font-weight: 400;
}
.cnt table {
  width: 100%;
  margin: 0 0 25px;
  border-collapse: collapse;
  font-size: 16px;
}
.cnt td {
  padding: 10px 16px;
  color: #242424;
  text-align: center;
  border: 1px solid #545454;
}

.cnt th {
  background-color: #545454;
  font-weight: 600;
  color: #fff;
  padding: 19px 16px;
  border: 1px solid white;
  border-top-color: #545454;
}

.cnt th:first-child {
  border-left-color: #545454;
}

.cnt th:last-child {
  border-right-color: #545454;
}


td.clients-table-col-1,th.clients-table-col-1 {
  width: 10%;
}
.cnt td.clients-table-col-2,.cnt th.clients-table-col-2 {
  width: 45%;
}
.cnt td.clients-table-col-3,
.cnt th.clients-table-col-3,
.cnt td.clients-table-col-4,
.cnt th.clients-table-col-4,
.cnt td.clients-table-col-5,
.cnt th.clients-table-col-5,{
  width: 15%;
}

.cnt .align-left{
  text-align: left;
}

.cnt .table-dark{
  background-color: #363539;
}
.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;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}
.news-photo__item {
  display: block;
}
.main-slider__item {
  display: none;
}
.main-slider__item:first-child {
  display: block;
}
.news-slider__item,
.projects-slider__item,
.release-slider__item {
  display: none;
}
.news-slider__item:first-child,
.projects-slider__item:first-child,
.release-slider__item:first-child {
  display: block;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .main-slider__item,
.slick-initialized .news-slider__item,
.slick-initialized .projects-slider__item,
.slick-initialized .release-slider__item {
  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;
}
.slick-loading .slick-list {
  background: #fff url(/css/../images/loader.gif) center center no-repeat;
}
.main-slider-wrp {
  position: relative;
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-load {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  z-index: 999;
  background: url(/css/../images/loader.gif) no-repeat center;
}
.news-slider-wrp {
  float: left;
}
.news-slider-wrp {
  padding: 24px 28px;
  position: relative;
  background-color: #fff;
}
.news-slider-wrp__ttl {
  margin-bottom: 34px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
}
.news-slider__item {
  padding-right: 30px;
  height: 170px;
  overflow: hidden;
}
.news-date {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #a9a9a9;
}
.news-date:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46px;
  border-bottom: 2px solid #008cff;
}
.news-info {
  color: #4a4a4a;
  line-height: 24px;
  text-decoration: none;
}
.news-info:hover {
  color: #008cff;
}
.projects-slider-wrp {
  float: left;
  position: relative;
  margin-top: -156px;
  border-top: 4px solid #008cff;
}
.projects-slider-wrp .btn,
.projects-slider-wrp .btn-dark {
  position: absolute;
  padding: 10px 16px;
  left: 20px;
  top: 20px;
  z-index: 9;
  font-size: 26px;
  background-color: #00cf88;
}
.projects-slider__item {
  position: relative;
}
.projects-slider__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.6);
  z-index: 1;
}
.projects-slider__lnk {
  position: absolute;
  padding: 0 28px;
  width: 100%;
  bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  z-index: 2;
}
.main-slider {
  width: 100%;
  float: left;
}
.main-slider__item {
  min-height: 450px;
  width: 100%;
  position: relative;
  padding-bottom: 160px;
}
.main-slider__item .main-slider__fader {
  background-color: rgba(1, 1, 1, 0.3);
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.main-slider__info {
  max-height: 228px;
  overflow: hidden;
  margin-top: 50px;
  position: relative;
  z-index: 10;
}
.main-slider__ttl {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.main-slider__txt {
  color: #fff;
  line-height: 25px;
}
.news-photo-wrp {
  position: relative;
  margin: 0 -30px;
  padding-bottom: 36px;
}
.news-photo__item {
  padding: 0 0.5px;
}
.main-slider__nav {
  position: absolute;
  bottom: 100px;
  width: 100%;
}
.main-slider__nav .slick-arrow {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #fff;
}
.main-slider__nav .slick-arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13.5px 0 0 -7.5px;
}
.main-slider__nav .slick-prev {
  margin-right: 10px;
}
.main-slider__nav .slick-prev:before {
  background-image: url(/css/../images/sprite.png);
  background-position: -23px 0px;
  width: 15px;
  height: 27px;
}
.main-slider__nav .slick-next:before {
  background-image: url(/css/../images/sprite.png);
  background-position: 0px -22px;
  width: 15px;
  height: 27px;
}
.carousel-nav,
.news-photo__nav {
  position: absolute;
  right: 20px;
  top: 24px;
}
.carousel-nav .slick-arrow,
.news-photo__nav .slick-arrow {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 26px;
  height: 26px;
  float: left;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d4d4d4;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: #fff;
}
.carousel-nav .slick-arrow:before,
.news-photo__nav .slick-arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6.5px 0 0 -4px;
}
.carousel-nav .slick-prev,
.news-photo__nav .slick-prev {
  margin-right: -1px;
}
.carousel-nav .slick-prev:before,
.news-photo__nav .slick-prev:before {
  background-image: url(/css/../images/sprite.png);
  background-position: -85px 0px;
  width: 8px;
  height: 13px;
}
.carousel-nav .slick-next:before,
.news-photo__nav .slick-next:before {
  background-image: url(/css/../images/sprite.png);
  background-position: -85px -15px;
  width: 8px;
  height: 13px;
}
.news-photo__nav {
  bottom: 0;
  top: auto;
  right: 0;
}
.news__photoquantity-photo {
  position: absolute;
  bottom: 0;
  right: 60px;
  color: #5e5e5e;
  font-size: 14px;
}
.release__nav {
  right: 28px;
  top: 32px;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-dots {
  position: absolute;
  top: 26px;
  right: 30px;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li div {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  color: transparent;
  outline: none;
}
.slick-dots li div:hover,
.slick-dots li div:focus {
  outline: none;
}
.slick-dots li div:hover:before,
.slick-dots li div:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active div {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  background: transparent;
}
.slick-dots li.slick-active div:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: -4px 0 0 -4px;
  width: 8px;
  height: 8px;
  content: "";
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  font-size: 14px;
  line-height: 15px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.container {
  width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.content {
  padding-bottom: 50px;
  min-height: 100%;
}
.row {
  margin: 0 -20px;
}
.col-12 {
  float: left;
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.btn,
.btn-dark {
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 13px 18px;
  background-color: #008cff;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.btn-dark {
  background-color: #292929;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 70px;
}
.header__top-lnk {
  display: inline-block;
  vertical-align: middle;
}
.header__top {
  padding: 10px 0 12px;
  background-color: #fff;
}
.header__top .left {
  width: 50%;
}
.header__top .right {
  width: 50%;
  display: inline-block;
  line-height: 73px;
}
.top-lnk {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.ico-map-site {
  background-image: url(/css/../images/sprite.png);
  background-position: -43px -51px;
  width: 16px;
  height: 10px;
}
.ico-print {
  background-image: url(/css/../images/sprite.png);
  background-position: -23px -29px;
  width: 15px;
  height: 17px;
}
.ico-letter {
  background-image: url(/css/../images/sprite.png);
  background-position: -61px -51px;
  width: 14px;
  height: 10px;
}
.search {
  position: relative;
  width: 380px;
  float: left;
}
.search__btn {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  background-image: url(/css/../images/sprite.png);
  background-position: 0px 0px;
  width: 21px;
  height: 20px;
  background-color: transparent;
}
.lang {
  float: left;
  width: 190px;
  padding-top: 8px;
}
.lang a {
  display: block;
  width: 45px;
  height: 30px;
  float: right;
  color: #4d4d4d;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  border: 1px solid #b0c2c8;
}
.lang a:last-child {
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.lang a:first-child {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.lang a.lang_active {
  background-color: #c6d9df;
  border-color: #c6d9df;
}
.nav_header {
  background: #31a2ff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmMjAzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzAxMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #31a2ff),
    color-stop(100%, #008cff )
  );
  background: -webkit-linear-gradient(top, #31a2ff 0%, #008cff  100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#31a2ff),
    to(#008cff )
  );
  background: linear-gradient(to bottom, #31a2ff 0%, #008cff  100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31a2ff', endColorstr='#008cff ',GradientType=0 );
}
.nav_header .nav__item:hover .sub-menu {
  display: block;
}
.nav_header .nav__item:hover .nav__lnk {
  background-color: #545454;
}
.nav_header .nav__item:hover .nav__lnk:before {
  display: none;
}
.nav_header .nav__item:hover + .nav__item .nav__lnk:before {
  display: none;
}
.nav_header .container {
  position: relative;
}
.nav__menu {
  float: left;
}
.nav__menu .sub-menu {
  padding: 30px 10px 30px 5px;
}
.nav__lnk {
  display: block;
  position: relative;
  padding: 0 24px;
  line-height: 50px;
  color: #fff;
  text-decoration: none; 
  font-size: 15px;
  font-weight: normal;
}
.nav__lnk_active {
  background-color: #007ade;
}
.nav__item {
  float: left;
  position: relative;
}
.nav__item .nav__lnk:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.nav__item:first-child .nav__lnk:before {
  display: none;
}
.nav__item .nav__sub-item {
  padding-right: 0;
}
.nav__item .sub-menu {
  min-width: 288px;
}
.header__all-lnk {
  display: none;
  float: left;
}
.header__all-lnk:hover .sub-menu {
  display: block;
}
.header__all-lnk:hover .nav__lnk {
  background-color: #545454;
}
.header__all-lnk:hover .nav__lnk:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header__all-lnk .nav__lnk {
  padding-left: 52px;
  padding-right: 30px;
}
.header__all-lnk .nav__lnk:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -9px;
  background-image: url(/css/../images/sprite.png);
  background-position: -63px 0px;
  width: 20px;
  height: 18px;
}
.all-menu {
  width: 100%;
  padding: 30px 22px;
}
.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background-color: #545454;
  z-index: 999;
}
.sub-menu a {
  color: #fff;
  text-decoration: none;
}
.nav__col {
  width: 25%;
  float: left;
  margin-bottom: 30px;
}
.sub-menu__lnk {
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.nav__sub-lnk {
  display: inline-block;
  position: relative;
  margin-bottom: 18px;
  padding-left: 30px;
  font-size: 16px;
}
.nav__sub-lnk img {
  position: absolute;
  left: 0;
  top: -1px;
}
.sub-menu2__lnk {
  display: block;
  padding-left: 20px;
  margin: 0 0 10px 30px;
  font-size: 14px;
  position: relative;
}
.sub-menu2__lnk:before {
  content: "";
  position: absolute;
  width: 10px;
  border-bottom: 1px solid #fff;
  top: 7px;
  left: 0;
}
.sub-menu__info {
  position: absolute;
  width: 280px;
  height: 100%;
  left: 100%;
  top: 0;
  background-color: #545454;
  padding: 20px 40px;
  color: #fff;
}
.sub-menu__info:before {
  content: "";
  display: block;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  height: 85%;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 20px;
}
.sub-menu__ttl {
  font-size: 60px;
  color: #008cff;
  font-weight: 700;
  white-space: nowrap;
}
.main__bottom {
  clear: both;
}
.main__bottom .col-4 {
  min-height: 380px;
  float: left;
}
.for-clients {
  padding: 20px;
  background-color: #3d3c40;
}
.for-clients .btn,
.for-clients .btn-dark {
  margin-bottom: 30px;
  padding: 10px 16px;
  font-size: 26px;
}
.for-clients__lnk {
  display: inline-block;
  padding-left: 42px;
  margin-bottom: 22px;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.for-clients__lnk:hover {
  text-decoration: none;
}
.for-clients__lnk img {
  position: absolute;
  left: 7px;
  top: 2px;
}
.geography {
  background: url(/css/../images/geography.jpg) no-repeat center/cover;
  padding: 28px 34px;
  color: #fff;
}
.geography__ttl {
  margin-bottom: 16px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}
.geography__ttl:before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  border-top: 2px solid #fff;
  left: 0;
  bottom: 0;
}
.geography__txt {
  font-size: 18px;
  line-height: 22px;
}
.release {
  position: relative;
  padding: 28px 30px;
  background-color: #e2eaec;
}
.release__ttl {
  margin-bottom: 26px;
  text-transform: uppercase;
  position: relative;
  font-size: 26px;
  font-weight: 700;
}
.footer-margin {
  height: 240px;
}
.footer {
  background-color: #fff;
  height: 240px;
  margin-top: -240px;
}
.nav_footer {
  text-align: center;
  border-bottom: 1px solid #efefef;
}
.nav_footer .nav__menu {
  float: none;
  display: inline-block;
}
.nav_footer .nav__lnk {
  color: #333;
}
.nav_footer .nav__lnk:hover {
  color: #008cff;
}
.nav_footer .nav__lnk:before {
  background-color: #eaeaea;
}
.nav_footer .nav__item:hover .nav__lnk {
  background-color: #fff;
}
.footer__bottom {
  padding: 34px 20px 50px;
  font-size: 0;
}
.footer__bottom .col-6 {
  display: inline-block;
  vertical-align: middle;
}
.footer__logo {
  display: inline-block;
  vertical-align: middle;
}
.copyright {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #808080;
}
.copyright span {
  display: block;
  margin-bottom: 14px;
  font-size: 15px;
  color: #2c2c2c;
}
.search_footer {
  width: 320px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.developer {
  display: inline-block;
  vertical-align: middle;
  padding-left: 60px;
  font-size: 14px;
}
.developer a {
  color: #6a6a6a;
  text-decoration: none;
}
.developer a:hover {
  color: #008cff;
}
.developer img {
  vertical-align: middle;
  margin-right: 10px;
}
.bx-breadcrumb_wrp {
  padding: 10px 0;
}
.bx-breadcrumb-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #868686;
}
.bx-breadcrumb-item span {
  padding: 0 6px;
}
.bx-breadcrumb-item a {
  color: #868686;
}
.bx-breadcrumb-item:first-child {
  font-size: 0;
}
.bx-breadcrumb-item:first-child a {
  display: block;
  background-image: url(/css/../images/sprite.png);
  background-position: -63px -20px;
  width: 19px;
  height: 17px;
}
.left-col {
  float: left;
}
.left-nav {
  background-color: #fff;
}
.left-col .geography {
  height: 285px;
  padding: 28px;
}
.left-col .geography__ttl {
  font-size: 20px;
  padding-bottom: 18px;
  margin-bottom: 10px;
}
.left-col .geography__txt {
  font-size: 17px;
}
.left-nav__item {
  padding-left: 60px;
  padding-right: 14px;
}
.left-nav__item_active {
  background-color: #545454;
}
.left-nav__item_active a {
  color: #fff;
}
.left-nav__item_active img:first-child {
  z-index: 1;
}
.left-nav__lnk {
  display: block;
  position: relative;
  padding: 14px 0;
  font-size: 16px;
  color: #1d1d1d;
  text-decoration: none;
}
.left-nav__lnk img {
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -11px;
}
.left-nav__sub-lnk {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 12px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.left-nav__sub-lnk:before {
  content: "";
  position: absolute;
  width: 10px;
  border-bottom: 1px solid #fff;
  top: 8px;
  left: 0;
}
.main__right {
  float: left;
}
.padding-left {
  padding-left: 39px;
}
.news-list__item,
.presentations__item {
  min-height: 85px;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #dfe7ea;
  background-color: #fff;
}
.news-list__item img,
.presentations__item img {
  float: left;
}
.news-list__item_first .news-list__info {
  width: 377px;
  padding-left: 28px;
  float: left;
}
.news-list__date,
.presentations__date {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 8px 13px;
  text-align: center;
  background-color: #008cff;
  color: #fff;
  width: 70px;
  font-size: 14px;
}
.news-list__date span,
.presentations__date span {
  display: block;
  font-size: 28px;
  font-weight: 600;
}
.news-list__info {
  padding: 26px 33px 26px 86px;
  font-size: 15px;
  line-height: 20px;
  color: #4d4d4d;
}
.news-list__ttl,
.presentations__ttl {
  display: inline-block;
  max-height: 104px;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 22px;
  font-weight: 600;
  color: #010101;
  text-decoration: none;
}
.navigation-pages {
  padding-top: 6px;
  text-align: center;
  font-size: 18px;
  color: #7e7e7e;
  line-height: 26px;
  font-weight: 600;
}
.navigation-pages a {
  color: #7e7e7e;
  text-decoration: none;
}
.current-page {
  color: #fff;
  background-color: #333236;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.nav-dots {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}
.nav-arrow {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.nav-page {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.nav-prev {
  padding-left: 32px;
  margin-right: 40px;
}
.nav-prev:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background-image: url(/css/../images/sprite.png);
  background-position: -40px -20px;
  width: 21px;
  height: 18px;
}
.nav-next {
  padding-right: 32px;
  margin-left: 40px;
}
.nav-next:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  background-image: url(/css/../images/sprite.png);
  background-position: -40px 0px;
  width: 21px;
  height: 18px;
}
.left-news,
.bottom-news {
  padding: 36px 42px 36px 28px;
}
.left-news .news-date,
.bottom-news .news-date {
  font-size: 14px;
}
.left-news .news-info,
.bottom-news .news-info {
  font-size: 15px;
  line-height: 20px;
}
.left-news__item,
.bottom-news__item {
  margin-bottom: 22px;
}
.left-news__ttl,
.bottom-news__ttl {
  padding-bottom: 28px;
  font-size: 26px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #010101;
}
.more-lnk {
  padding: 5px 10px;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  text-decoration: none;
  color: #8d8d8d;
}
.more-lnk:hover {
  color: #008cff;
  border-color: #008cff;
}
.column,
.gallery {
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.column__item,
.gallery__item {
  background-color: #fff;
  border-bottom: 1px solid #dfe7ea;
  position: relative;
}
.column__item:before,
.gallery__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #dfe7ea;
}
.column__item:after,
.gallery__item:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #dfe7ea;
}
.column__img {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-bottom: 3px solid #008cff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.column__img img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.column__img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.column__info {
  padding: 30px 62px 30px 30px;
  color: #4d4d4d;
  font-size: 15px;
}
.column__info span {
  display: block;
  line-height: 20px;
}
.column__ttl {
  margin-bottom: 16px;
  display: inline-block;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #010101;
}
.column__ttl:hover {
  color: #008cff;
}
.main__bg {
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 1180px;
  height: 511px;
  background: url(/css/../images/main-bg.jpg) no-repeat center/cover;
}
.projects-seo {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.projects-seo h4,
.projects-seo .h4 {
  font-weight: 600;
}
.map-img {
  width: 51.75%;
  float: right;
  position: relative;
  margin-top: -40px;
  margin-bottom: 28px;
  z-index: 1;
}
.presentations__info {
  padding: 26px 33px 26px 86px;
  font-size: 15px;
  line-height: 20px;
  color: #4d4d4d;
}
.presentations__ttl {
  margin-bottom: 2px;
}
.presentations__author {
  margin-bottom: 8px;
}
.presentation {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
  margin-right: 10px;
  font-size: 15px;
  line-height: 24px;
  color: #747474;
  text-decoration: none;
}
.presentation span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  text-decoration: underline;
  font-weight: 600;
  color: #008cff;
}
.presentation:hover span {
  text-decoration: none;
}
.services-seo {
  position: relative;
  z-index: 1;
}
.services-seo h4.h4 {
  font-weight: 600;
}
.services {
  margin: 0 -0.5px;
}
.services__item {
  float: left;
  padding: 0 0.5px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.services__lnk {
  position: relative;
  display: block;
  color: #fff;
  overflow: hidden;
}
.services__lnk img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.services__lnk:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.services__ttl {
  height: 136px;
  display: table;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -68px;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.services__ttl span {
  display: table-cell;
  vertical-align: middle;
  height: 136px;
  padding: 0 15px;
}
.bottom {
  clear: both;
  position: relative;
}
.bottom .geography {
  height: 285px;
  padding: 28px;
  float: left;
}
.bottom .geography__ttl {
  font-size: 20px;
  padding-bottom: 18px;
  margin-bottom: 10px;
}
.bottom .geography__txt {
  font-size: 17px;
}
.bottom .more-lnk {
  position: absolute;
  right: 28px;
  top: 22px;
}
.bottom-news {
  min-height: 285px;
  float: left;
  background-color: #fff;
}
.bottom-news__item {
  padding-right: 42px;
  float: left;
  width: 25%;
}
.gallery {
  margin-bottom: 40px;
}
.gallery__item a {
  outline: none;
}
.gallery__img {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery__img img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gallery__img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery__info {
  padding: 20px;
}
.gallery__name {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #010101;
  text-decoration: none;
}
.gallery__name:hover {
  color: #008cff;
}
.gallery__name:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  border-bottom: 2px solid #008cff;
}
.gallery__date {
  font-size: 15px;
  color: #a9a9a9;
  line-height: 22px;
}
.quantity-photo {
  position: absolute;
  display: block;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 0;
  padding-left: 50px;
  background-color: rgba(52, 52, 56, 0.8);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.quantity-photo:before {
  content: "";
  background-image: url(/css/../images/sprite.png);
  background-position: 0px -51px;
  width: 20px;
  height: 15px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -7.5px;
}
.gallery-wrp {
  background-color: #fff;
  padding: 0 38px 20px;
}
.gallery-wrp h2,
.gallery-wrp .h2 {
  margin-bottom: 32px;
  padding-top: 40px;
  font-size: 30px;
  line-height: 36px;
}
.gallery-inner {
  margin: 0 -8px;
}
.gallery-inner__img {
  overflow: hidden;
  outline: none;
  display: block;
}
.gallery-inner__img img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gallery-inner__img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-inner__item {
  float: left;
  padding: 0 8px;
  margin-bottom: 16px;
}
.vacancies-info {
  margin-bottom: 10px;
  background-color: #fff;
}
.vacancies-info__txt {
  float: left;
  padding: 28px 40px 28px;
}
.vacancies-info__phone {
  float: left;
  padding: 36px 43px 200px 37px;
}
.vacancies-info__phone a {
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  color: #1d1d1d;
}
.vacancies-info__phone span {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}
.vacancies-info__phone .mail {
  font-size: 18px;
  color: #008cff;
  text-decoration: underline;
}
.vacancies-info__phone .mail:hover {
  text-decoration: none;
}
.vacancies {
  padding: 36px 38px 10px;
  background-color: #fff;
}
.vacancies h2,
.vacancies .h2 {
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 26px;
  line-height: 24px;
  text-transform: uppercase;
}
.vacancies h3,
.vacancies .h3 {
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 20px;
  line-height: 24px;
}
.vacancies p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 20px;
  color: #4a4a4a;
}
.vacancies__date {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #a9a9a9;
}
.vacancies__date:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46px;
  border-bottom: 2px solid #008cff;
}
.statistics {
  margin-bottom: 28px;
  background-color: #e1e9eb;
}
.statistics__item {
  float: left;
  padding: 26px 42px;
  text-align: center;
}
.statistics__quantuty {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  color: #008cff;
}
.units {
  font-size: 20px;
  font-weight: 700;
  color: #008cff;
  margin-bottom: 16px;
}
.statistics__name {
  font-size: 26px;
  line-height: 25px;
  color: #202020;
}
.contacts {
  position: relative;
  border: 10px solid #fff;
}
.contacts__info {
  width: 370px;
  background-color: #353438;
  padding: 26px 34px;
  color: #d3d3d3;
  font-size: 15px;
  line-height: 20px;
}
.contacts__info span {
  display: block;
  margin-bottom: 8px;
}
.contacts__phone {
  color: #d3d3d3;
  text-decoration: none;
}
.contacts__ttl {
  margin-bottom: 18px;
  color: #008cff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.contacts__sub-ttl {
  margin-bottom: 18px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.contacts__sub-ttl .block-work_time{
  font-size: 17px;
}

.banks {
  width: 370px;
  padding: 26px 34px 40px;
  background-color: #e0e8eb;
  font-size: 15px;
  line-height: 20px;
  color: #2d2d2d;
}
.banks__ttl {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 600;
  color: #0f0f0f;
}
.bx-yandex-map {
  position: absolute;
  width: 750px !important;
  height: 100% !important;
  top: 0;
  right: 0;
}

/*# sourceMappingURL=main.min.css.map */
.language_selector_block {
  display: inline-block;
}


.main__personal-block {
  background: url(/css/../images/main-personal.jpg) no-repeat center/cover;
  padding: 28px 34px;
  color: #fff;
}
.main__personal-block__ttl {
  margin-bottom: 16px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}
.main__personal-block__ttl:before {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  border-top: 2px solid #fff;
  left: 0;
  bottom: 0;
}
.main__personal-block__txt {
  font-size: 18px;
  line-height: 22px;
}

.main__personal-block .btn, 
.main__personal-block .btn-dark {
  margin-bottom: 30px;
  padding: 10px 16px;
  font-size: 26px;
 background-color: green;
}

.issuers-title{
  margin-bottom: 20px;
}
.issuers-link {
  text-decoration: none;
  color: #000000;
  margin-bottom: 10px;
}
.charter__name {
  width: 65%;
}
.charter__date{
  width: 20%;
}
.charter__see {
  width: 15%;
}
.sro {
  width: 50%;
}
.form__vid {
  width: 33%;
}
.form__info {
  width: 33%;
}

.ask_button .btn {
  max-height: 40px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
}

.right {
  position: relative;
}

.ask_button {
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translate(50%, -50%);
}

.ask_form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  color: #afafaf;
}


.ask_form label:nth-child(4),
.ask_form label:nth-child(7),
.ask_form label:nth-child(9) {
  grid-column: span 3;
}
.ask_form label:nth-child(8) {
  display: flex;
  flex-direction: row;
  text-wrap: nowrap;
  width: 255px;
}

.ask_form input:not(.inputfile) {  
  height: 40px;  
}

.ask_form input, .ask_form textarea {
  border: 1px solid #afafaf;
  width: 100%;
  margin-top: 10px;
}

.ask_form input[type=file] {
  border: none;
}

.ask_form input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #4291fa;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

.ask_form input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}

.input-file-text.error {
  color: red;
}

.ask h3 {
  margin: auto;
  display: block;
  width: fit-content;
  margin-bottom: 20px;
}

.ask > p {
  color: #828283;
}

.ask [type="submit"] {
  margin-top: 25px;
}

  .ask_form.mobile {
    display: flex;
    flex-direction: column;
  }
  
  .ask_form.mobile label:nth-child(4),
  .ask_form.mobile label:nth-child(7) {
    grid-column: span 1;
  }

.ask_form .error-fld,
.ask__form__captacha .error {
  color: red;
  background: none;
  width: auto;
  line-height: 70%;
}

.ask_form .error-fld::before {
  content: attr(title);
  font-size: 12px;
}

.ask_form textarea {
  resize: none;
  height: 120px;
}

.ask__form__captacha label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ask__form__captacha label > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ask__form__captacha input {
  border: 1px solid #afafaf;
  width: 100%;
  height: 40px;
}

.carousel-nav .swiper-button-prev {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 26px;
  height: 26px;
  float: left;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d4d4d4;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: #fff;
  margin-top: 0;
  left: 0;
}


.carousel-nav .swiper-button-prev::after {
  background-image: url(/css/../images/sprite.png);
  background-position: -85px 0px;
  width: 8px;
  height: 13px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6.5px 0 0 -4px;
}

.carousel-nav .swiper-button-next {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 26px;
  height: 26px;
  float: left;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d4d4d4;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: #fff;
  margin-top: 0;
  right: 0;
}

.carousel-nav .swiper-button-next::after {
  background-image: url(/css/../images/sprite.png);
  background-position: -85px -15px;
  width: 8px;
  height: 13px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6.5px 0 0 -4px;
}
/* End */


/* Start:/css/swiper-bundle.min.css?177367184513918*/
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
/* End */


/* Start:/local/components/rusal/language.selector/templates/.default/style.css?1660082557133*/
.selected_language a{
	text-decoration: none;
	font-weight: bold;
}
.language_selector_block
{
	font-size:13px;
	margin-left: 50px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top_multilevel/style.css?16064960414414*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/local/templates/.default/components/bitrix/menu/top_multilevel/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/local/templates/.default/components/bitrix/menu/top_multilevel/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/local/templates/.default/components/bitrix/menu/top_multilevel/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/path/style.css?1606496041585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/inner/styles.css?16600815941772*/
span#hotline {
    position: relative ;
}
span#hotline:hover::after {
    content: 'Обратившись по «Горячей линии», сотрудник ООО "КРК", контрагент, учредитель (участник) или любое другое лицо может в удобной для него форме, в том числе на условиях анонимности, сообщить о ставших ему известных фактах хищения и растраты, мошенничества, взяточничества, коммерческого подкупа, конфликта интересов, о намерениях совершения коррупционных действий в сфере деятельности  ООО «КРК», других возможных проявлений коррупции.';
    position: absolute ;
    top: -12em ;
    left: 1em ;
    min-width: 200px ;
    border: 1px #808080 solid ;
    padding: 8px ;
    color: black ;
    background-color: #ffffff;
    z-index: 1 ;
}
span#hotline_en {
    position: relative ;
}
span#hotline_en:hover::after {
    content: 'By contacting the Hotline, an employee of LLC «CRC», a counterparty, a founder (participant) or any other person can report in a convenient form, including anonymity, the facts of embezzlement, fraud, bribery, influence peddling, conflict of interests, intentions to commit corrupt actions in the activities of LLC «CRC», other possible manifestations of corruption that have become known to him.';
    position: absolute ;
    top: -12em ;
    left: 1em ;
    min-width: 200px ;
    border: 1px #808080 solid ;
    padding: 8px ;
    color: black ;
    background-color: #ffffff;
    z-index: 1 ;
}
/* End */
/* /css/cookie.css?16064960411628 */
/* /css/main.min.css?177367184556618 */
/* /css/swiper-bundle.min.css?177367184513918 */
/* /local/components/rusal/language.selector/templates/.default/style.css?1660082557133 */
/* /local/templates/.default/components/bitrix/menu/top_multilevel/style.css?16064960414414 */
/* /local/templates/.default/components/bitrix/breadcrumb/path/style.css?1606496041585 */
/* /local/templates/inner/styles.css?16600815941772 */
