/* end fonts */
/* primary vars */
/* common */
/* mixins */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body,
html {
  height: 100%;
  width: 100%;
}

body {
  line-height: 1.375;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
  background: #F2F1F6;
  font-size: 16px;
  margin: 0;
  color: #333;
  font-weight: normal;
}

button,
input,
select,
textarea {
  outline: none;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
  font-size: 16px;
  color: #000;
}

button:focus {
  outline: none;
}

input,
select,
textarea {
  font-weight: normal;
}

select:-moz-focusring {
  text-shadow: 0 0 0 #000;
  color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1140px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #000;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #1877F2;
}

.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

dl,
ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ol {
  margin: 0 0 20px 25px;
  list-style-type: decimal;
  list-style-position: outside;
}

img {
  border: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

td,
th {
  padding: 10px 20px;
  border: 1px solid #000;
}

hr {
  height: 0;
  border: none;
  margin: 0 0 40px;
  background: #000;
  height: 1px;
}

.hidden {
  overflow: hidden;
}

.btn-primary {
  text-decoration: none;
  background: #1877F2;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  letter-spacing: 0.3px;
  font-weight: normal;
  padding: 11px 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px rgba(24, 119, 242, 0.3);
          box-shadow: 0 3px 10px rgba(24, 119, 242, 0.3);
}
.btn-primary:focus, .btn-primary:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button.btn-primary {
  border: none;
}

.main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
}

/* header */
.header {
  position: relative;
  background: #fff;
  margin-bottom: 18px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.header-top {
  background: #231F20;
  padding: 9px 0;
}
.header-center {
  padding: 15px 0;
}
.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.h-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.h-contacts .contacts-item {
  margin-left: 30px;
}
.h-contacts .contacts-item:first-child {
  margin-left: 0;
}

.h-slogan {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.1px;
  color: #fff;
  text-transform: uppercase;
}

.btn-loupe {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  margin-left: auto;
  margin-right: 37px;
  background: url(../i/icon-loupe.svg) no-repeat;
}

.btn-navi {
  width: 20px;
  height: 20px;
  display: none;
  cursor: pointer;
  margin-left: 20px;
  background: url(../i/icon-navi.svg) center no-repeat;
}

.logo {
  display: block;
  margin-right: 10px;
  width: 159px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../i/logo.svg) center no-repeat;
}

.m-navi {
  margin-left: auto;
  margin-right: auto;
}
.m-navi .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-navi .nav-item {
  margin: 0 15px;
}
.m-navi .nav-link {
  font-size: 16px;
  letter-spacing: 0.2px;
  color: #000;
}
.active .m-navi .nav-link, .m-navi .nav-link:hover {
  color: #1877F2;
}

/* content */
.content {
  position: relative;
  padding-bottom: 20px;
}

.slick-slider {
  position: relative;
  margin: 0 -15px;
}
.slick-slider-item {
  display: none;
  padding: 0 15px;
}
.slick-slider-item:focus {
  outline: none;
}
.slick-slider-item:first-child {
  display: block;
}

/* H-titles */
h1 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  line-height: 1.20;
}

h2 {
  font-size: 24px;
  color: #000;
  margin: 0 0 67px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
}

h3 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.title-block--more {
  padding-right: 26px;
  position: relative;
  display: block;
}
.title-block--more::before {
  content: "";
  width: 20px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  background: url(../i/arrow-more-blue.svg) no-repeat;
}

.wh-box {
  margin: 0 0 20px;
  background: #fff;
  border-radius: 10px;
}

.bg-wh {
  background: #fff;
}

.m-slider {
  margin: 0 0 20px;
}
.m-slider .slick-slider-item {
  padding: 0;
}
/* 
	border: 2px solid red;
	max-height: 450px; 
*/
.m-slider.slick-slider .slick-arrow {
  top: inherit;
  bottom: 22px;
  width: 16px;
  height: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.m-slider.slick-slider .slick-arrow.slick-prev {
  left: inherit;
  right: 82px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.5' d='M15.53 3.404L6.863 12l8.665 8.596L12.098 24 0 12 12.098 0l3.431 3.404z' fill='%23fff'/%3E%3C/svg%3E") no-repeat;
}
.m-slider.slick-slider .slick-arrow.slick-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.5' d='M15.53 3.404L6.863 12l8.665 8.596L12.098 24 0 12 12.098 0l3.431 3.404z' fill='%231877F2'/%3E%3C/svg%3E");
}
.m-slider.slick-slider .slick-arrow.slick-next {
  right: 33px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.5' d='M.176 3.404L8.842 12 .176 20.596 3.608 24l12.098-12L3.608 0 .176 3.404z' fill='%23fff'/%3E%3C/svg%3E") no-repeat;
}
.m-slider.slick-slider .slick-arrow.slick-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.5' d='M.176 3.404L8.842 12 .176 20.596 3.608 24l12.098-12L3.608 0 .176 3.404z' fill='%231877F2'/%3E%3C/svg%3E");
}
.m-slider-item {
  position: relative;
  border-radius: 10px;
}
.m-slider-item img {
  border-radius: 10px;
}
.m-slider-item--wrap {
  position: relative;
  margin-top: auto;
}
.m-slider-item--box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 20% 65px 30px;
}
/* 
	height: 450px; 
*/
.m-slider-item--box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  opacity: 0.99;
  border-radius: 10px;
}
.m-slider-item--date {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  vertical-align: middle;
  background: #1877F2;
  border-radius: 6px;
  margin-bottom: 8px;
}
.m-slider-item--date a {
	color: #fff;
}
.m-slider-item--title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
}
.m-slider-item--title a {
  color: #fff;
  text-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.5);
}

.news {
  padding: 20px 0;
  margin-bottom: 12px;
}
.news h2 {
  text-align: center;
}
.news-item {
  border-radius: 10px;
  background: #fff;
}
.security .news-item {
  margin-bottom: 30px;
}
.news-page .news-item {
  margin-bottom: 30px;
}
.news-item--photo {
  height: 170px;
  display: block;
  border-radius: 10px 10px 0 0;
}
.news-page .news-item--photo {
  height: 233px;
}
.security .news-item--photo {
  height: 233px;
}
.news-item--wrap {
  padding: 13px 15px 17px;
}
.security .news-item--wrap {
  padding: 12px 20px 19px;
}
.news-item--title {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  height: 62px;
  overflow: hidden;
}
.news-page .news-item--title {
  font-size: 16px;
  height: 72px;
}
.security .news-item--title {
  font-size: 16px;
  height: 72px;
}
.news-item--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-item--date {
  font-size: 12px;
  color: #9D9D9D;
  line-height: 1.1;
}
.news-page .news-item--date {
  font-size: 14px;
}
.security .news-item--date {
  font-size: 14px;
}
.news-item--more {
  display: block;
  padding-right: 27px;
  position: relative;
  font-size: 12px;
}
.news-page .news-item--more {
  font-size: 14px;
}
.security .news-item--more {
  font-size: 14px;
}
.news-item--more::before {
  content: "";
  width: 20px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  background: url(../i/arrow-more.svg) no-repeat;
}
.news-list h3 {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
  padding: 27px 25px;
  font-weight: 800;
  color: #231F20;
}
.news-list hr {
  background: #EAEAF4;
  height: 1px;
  margin: 0;
}
.news-list--content {
  padding: 17px 25px;
}
.news-list--content .news-item {
  margin-bottom: 15px;
}
.news-list--content .news-item--title {
  height: auto;
  margin-bottom: 4px;
}
.news-list--content hr {
  margin: 0 0 17px;
}

.statistic {
  padding: 30px 0;
}
.statistic h2 {
  text-align: center;
}
.statistic-row {
  background: #fff;
  padding: 40px 0 48px;
}
.statistic [class^='col-'] {
  border-left: 1px solid #F2F1F6;
}
.statistic [class^='col-']:first-child {
  border: none;
}
.statistic--item {
  text-align: center;
}
.statistic--item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 116px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.statistic--item-num {
  font-size: 36px;
  font-weight: 800;
  color: #231F20;
  line-height: 1;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
}
.statistic--item-title {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.partners {
  padding: 37px 0 75px;
}
.partners-page .wh-box {
  padding: 20px;
}
.partners h2 {
  text-align: center;
  margin-bottom: 27px;
}
.partners-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 160px;
  margin-bottom: 10px;
}
.partners-logo img {
  margin: 0 auto;
  max-height: 160px;
}
.partners--more {
  padding-top: 57px;
  text-align: center;
}
.partners--more .btn-primary {
  padding-left: 60px;
  padding-right: 60px;
}

.videoteka {
  padding: 50px 0 61px;
}
.videoteka .title-block {
  margin: 0 0 46px;
}
.videoteka h2 {
  margin-bottom: 0;
}

.preview-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-bottom: 25px;
}
.preview-video.wh {
  border: 1px solid #D3D2D7;
  border-radius: 10px;
  padding: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 324px;
}
.preview-video.wh::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  height: 65%;
  border-radius: 0 0 10px 10px;
}
.preview-video-play {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 18px;
  margin: -9px 0 0 -8px;
  background: url(../i/icon-play.svg) center no-repeat;
  background-size: cover;
}
.wh .preview-video-play {
  width: 36px;
  height: 40px;
  margin: -20px 0 0 -18px;
}
.preview-video-photo {
  width: 135px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
  height: 91px;
  margin-right: 17px;
  border: 1px solid #D3D2D7;
  border-radius: 10px;
}
.preview-video-photo::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  height: 60%;
  border-radius: 0 0 10px 10px;
}
.preview-video-title {
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 1.375;
  margin-bottom: 10px;
  position: relative;
}
.wh .preview-video-title {
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.preview-video-date {
  color: #9D9D9D;
  font-size: 12px;
  line-height: 1.1;
}
.wh .preview-video-date {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #fff;
  background: #1877F2;
  border-radius: 6px;
  padding: 5px 15px;
  position: absolute;
  top: 20px;
  left: 25px;
}

.top-links {
  padding: 70px 0;
}
.top-links h2 {
  text-align: center;
  letter-spacing: 0.3px;
}
.top-links-box {
  padding: 10px 24px 23px 28px;
  border-radius: 10px;
  background: #fff;
}
.top-links-box--pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-links-box--title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.top-links-box--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-links-box--more {
  display: block;
  padding-right: 28px;
  position: relative;
}
.top-links-box--more::before {
  content: "";
  width: 20px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  background: url(../i/arrow-more.svg) no-repeat;
}

.form-block {
  border-radius: 10px;
  background: #fff;
  margin-bottom: 20px;
}
.form-block--head-name {
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 800;
  color: #231F20;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
}
.form-block--head-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 23px;
  margin-top: -12px;
  background: url(../i/icon-head-form.svg) center no-repeat;
}
.form-block--head-link {
  width: 16px;
  height: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  background: url(../i/arrow-more.svg) no-repeat;
}
.form-block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 15px;
  line-height: 1.1;
  border-bottom: 1px solid #EAEAF4;
}
.form-block-content {
  padding: 17px 35px 37px;
}
.form-block-content a {
	letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 800;
    color: #231F20;
    position: relative;
}
.form-block-content a:hover {
	text-decoration: underline;
}
.m-slider,
.m-slider .m-slider-item,
.form-block.m-form {
	height: 100%;
	min-height: 290px !important;
	max-height: 450px !important;
}
.form-block-box {
  margin-bottom: 18px;
}
.form-block-title {
  font-size: 13px;
  color: #231F21;
  margin-bottom: 10px;
}
.form-block-inp {
  border: 1px solid #F0F0F0;
  width: 100%;
  color: #231f20;
  font-size: 15px;
  padding: 8px 15px;
  height: 40px;
  border-radius: 10px;
  background: #F5F5F5;
}
.form-block .btn-primary {
  display: block;
  width: 100%;
}
.form-block-tarea {
  border: none;
  width: 100%;
  color: #231f20;
  font-size: 15px;
  padding: 7px 15px;
  height: 120px;
  border: 1px solid #F0F0F0;
  resize: none;
  border-radius: 10px;
  background: #F5F5F5;
}

::-webkit-input-placeholder {
  color: rgba(35, 31, 32, 0.2);
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(35, 31, 32, 0.2);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(35, 31, 32, 0.2);
  opacity: 1;
}

:-moz-placeholder {
  color: rgba(35, 31, 32, 0.2);
  opacity: 1;
}

/* check-item */
.check-item {
  position: relative;
  cursor: pointer;
  margin-bottom: 26px;
}
.check-item label {
  margin: 0;
}
.check-item-label {
  padding: 0 0 0 35px;
  cursor: pointer;
}
.check-item span, .check-item-label {
  display: inline-block;
  vertical-align: middle;
}
.check-item-name {
  font-size: 13px;
  color: #231F21;
  font-weight: normal;
  line-height: 1.1;
}
.check-item a {
  font-weight: bold;
  border-bottom: 1px solid #c8c6c7;
  text-decoration: none;
}
.check-item a:hover {
  border: none;
  padding-bottom: 1px;
}
.check-item-dot {
  width: 20px;
  position: absolute;
  left: 0;
  top: 5px;
  height: 20px;
  border: 1px solid #EAEAF4;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
:checked + .check-item-dot {
  background: url(../i/icon-check.svg) center no-repeat;
}
.check-item input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.pager-item {
  margin: 0;
}
.pager-item.prev {
  margin-right: 12px;
}
.pager-item.next {
  margin-left: 12px;
}
.pager-link {
  text-decoration: none;
  height: 34px;
  display: block;
  padding: 0 5px;
  line-height: 34px;
  text-align: center;
  color: #000;
  border-radius: 10px;
  min-width: 34px;
  font-size: 16px;
}
.prev .pager-link {
  background: url("data:image/svg+xml,%3Csvg width='13' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.346 9.22l9.64-8.9c.223-.207.52-.32.838-.32.318 0 .615.113.838.32l.71.655a1.037 1.037 0 010 1.547L4.277 9.996l8.104 7.482c.223.206.346.48.346.773 0 .294-.123.568-.346.774l-.71.655c-.223.207-.52.32-.838.32-.317 0-.615-.113-.838-.32l-9.65-8.908a1.047 1.047 0 010-1.552z' fill='%23535353' fill-opacity='.5'/%3E%3C/svg%3E") center no-repeat;
}
.prev .pager-link:hover {
  background: url("data:image/svg+xml,%3Csvg width='13' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.346 9.22l9.64-8.9c.223-.207.52-.32.838-.32.318 0 .615.113.838.32l.71.655a1.037 1.037 0 010 1.547L4.277 9.996l8.104 7.482c.223.206.346.48.346.773 0 .294-.123.568-.346.774l-.71.655c-.223.207-.52.32-.838.32-.317 0-.615-.113-.838-.32l-9.65-8.908a1.047 1.047 0 010-1.552z' fill='%231877F2' fill-opacity='.5'/%3E%3C/svg%3E") center no-repeat;
}
.next .pager-link {
  background: url("data:image/svg+xml,%3Csvg width='14' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.374 9.22L3.527.32A1.27 1.27 0 002.671 0a1.27 1.27 0 00-.856.32L1.09.975a1.023 1.023 0 000 1.547l8.269 7.474-8.278 7.482c-.228.206-.354.48-.354.773 0 .294.126.568.354.774l.725.655c.228.207.532.32.856.32.324 0 .628-.113.856-.32l9.856-8.908c.229-.206.354-.482.353-.776.001-.294-.124-.57-.353-.776z' fill='%23535353' fill-opacity='.5'/%3E%3C/svg%3E") center no-repeat;
}
.next .pager-link:hover {
  background: url("data:image/svg+xml,%3Csvg width='14' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.374 9.22L3.527.32A1.27 1.27 0 002.671 0a1.27 1.27 0 00-.856.32L1.09.975a1.023 1.023 0 000 1.547l8.269 7.474-8.278 7.482c-.228.206-.354.48-.354.773 0 .294.126.568.354.774l.725.655c.228.207.532.32.856.32.324 0 .628-.113.856-.32l9.856-8.908c.229-.206.354-.482.353-.776.001-.294-.124-.57-.353-.776z' fill='%231877F2' fill-opacity='.5'/%3E%3C/svg%3E") center no-repeat;
}
.pager-link:hover, .active .pager-link {
  background: #1877F2;
  color: #fff;
  text-decoration: none;
}
.pager span.pager-link:hover {
  color: #000;
}

.title-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 23px;
}
.title-page h1 {
  color: #888595;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin: 0;
  text-transform: uppercase;
}

.breadcrumbs {
  padding: 0;
  font-size: 14px;
  line-height: 1.1;
  margin: 0;
  letter-spacing: 0.2px;
}
.breadcrumbs-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs-item::after {
  content: "";
  width: 6px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  background: url(../i/arrow-right-gray.svg) center no-repeat;
  background-size: cover;
  margin-right: 14px;
  margin-left: 14px;
  position: relative;
  top: -2px;
}
.breadcrumbs-item:last-child::after {
  display: none;
}
.breadcrumbs-link {
  color: #888595;
}
.breadcrumbs-page {
  color: #C8C6CF;
}

.about-title {
  margin-bottom: 37px;
}
.about-title img {
  margin: 0 auto;
  display: block;
}
.about .wh-box {
  padding: 50px 100px;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #000;
}
.about .links {
  margin: 0 0 10px;
}
.about .wh-box p {
  margin: 0 0 25px;
}
.about .wh-box ul {
  padding-left: 0;
  margin: 0 0 25px;
}
.about .wh-box ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}
.about .wh-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
}

.team [class^='col-'] {
  margin-bottom: 30px;
}

.person {
  border-radius: 10px;
  background: #fff;
  height: 100%;
  padding: 40px 20px 44px;
}
.person-photo {
  width: 95px;
  height: 95px;
  background: #E5E5E5;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 1px solid #F9F9F9;
  -webkit-box-shadow: 0 15px 9px -10px rgba(0, 0, 0, 0.18);
          box-shadow: 0 15px 9px -10px rgba(0, 0, 0, 0.18);
}
.person-wrap {
  text-align: center;
}
.person-title {
  font-size: 18px;
  letter-spacing: 0.3px;
  font-weight: bold;
  margin-bottom: 4px;
}
.person-descr {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: rgba(0, 0, 0, 0.5);
}

.form-page .wh-box {
  padding: 53px 65px 45px;
}
.form-page .check-item {
  margin-bottom: 5px;
}
.form-page--pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}
.form-page .form-block {
  padding: 0;
  margin-bottom: 20px;
}
.form-page .form-block-box {
  margin-bottom: 26px;
}
.form-page .btn-primary {
  width: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.contacts-block {
  padding-bottom: 150px;
  padding-top: 36px;
  min-height: 365px;
  background: url(../i/bg-contacts.jpg) right bottom no-repeat;
}
.contacts-block--item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 50px;
  font-weight: 600;
  margin-bottom: 26px;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.contacts-block--item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.contacts-block--item.phone::before {
  background: #1877F2 url(../i/icon-phone-white.svg) center no-repeat;
}
.contacts-block--item.mobile::before {
  background: #1877F2 url(../i/icon-mobile.svg) center no-repeat;
}
.contacts-block--item.email::before {
  background: #1877F2 url(../i/icon-email-white.svg) center no-repeat;
}

.projects-item {
  text-align: center;
  padding: 40px 25px 5px;
  border-radius: 10px;
  background: #fff;
  display: block;
  margin: 0 0 30px;
}
.projects-item p {
  text-align: left;
  font-size: 13px;
  min-height: 80px;
}
.projects-item--logo {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2px;
}
.projects-item--logo img {
  margin: 0 auto;
  max-height: 100px;
}
.projects-item--title {
  letter-spacing: 0.3px;
  font-size: 18px;
  font-weight: bold;
}
.projects-item--title small {
  display: block;
  font-size: 12px;
}
.slick-slide:focus {
  outline: none;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  font-size: 0;
  line-height: 0;
  height: 36px;
  width: 36px;
  top: 50%;
  margin-top: -18px;
  margin-bottom: 5px;
  border: none;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 99;
  text-indent: -9999px;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.slick-slider .slick-prev {
  left: -4px;
  background: #fff url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 2.27L5.223 8 11 13.73 8.712 16 .647 8l8.065-8L11 2.27z' fill='%23231F20'/%3E%3C/svg%3E") center no-repeat;
}
.slick-slider .slick-prev:hover {
  background: #1877F2 url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 2.27L5.223 8 11 13.73 8.712 16 .647 8l8.065-8L11 2.27z' fill='%23ffffff'/%3E%3C/svg%3E") center no-repeat;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.slick-slider .slick-next {
  right: -4px;
  background: #fff url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2.27L5.777 8 0 13.73 2.288 16l8.065-8-8.065-8L0 2.27z' fill='%23231F20'/%3E%3C/svg%3E") center no-repeat;
}
.slick-slider .slick-next:hover {
  background: #1877F2 url("data:image/svg+xml,%3Csvg width='11' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2.27L5.777 8 0 13.73 2.288 16l8.065-8-8.065-8L0 2.27z' fill='%23fff'/%3E%3C/svg%3E") center no-repeat;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.slick-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 9;
  padding: 0 36px;
  height: 10px;
}
.slick-slider .slick-dots li {
  margin: 0 4px;
}
.slick-slider .slick-dots button {
  width: 10px;
  background: #fff;
  height: 10px;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
}
.slick-slider .slick-dots button:hover {
  background: #1877F2;
}
.slick-slider .slick-dots .slick-active button {
  background: #1877F2;
}

.article-block {
  line-height: 1.375;
  color: #000;
  padding: 30px 45px;
}
.article-block p {
  margin: 0 0 21px;
}
.article-block h1 {
  font-size: 1.33em;
  font-size: 24px;
  color: #000;
  margin: 0 0 11px;
}
.article-block h2 {
  text-transform: none !important;
}
.article-block--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.article-block--date {
  font-size: 14px;
  color: #9D9D9D;
  line-height: 1.2;
}
.article-block img {
  margin: 0 0 25px;
  border-radius: 10px;
}

.popup-search-form {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 100px 0 10px;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 1000;
}

.search-block {
  position: relative;
}
.search-block-inp {
  background: #F5F5F5;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 40px 0 15px;
  height: 40px;
  color: #231f20;
  font-size: 16px;
  width: 100%;
  border-radius: 10px;
}
.search-block .btn-loupe {
  position: absolute;
  right: 13px;
  top: 50%;
  margin: -10px 0 0;
  border: none;
}

.btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  font-size: 50px;
  color: #fff;
}

/* footer */
.footer {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: auto 0 0;
  background: #231F20;
}
.footer-top {
  padding: 50px 0 17px;
}
.footer-bottom {
  position: relative;
  padding: 24px 0;
  background: #1C1718;
}
.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-text {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.3px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.f-logo {
  margin-bottom: 25px;
}

.f-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;

  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.f-navi-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 40%;
}
.f-navi-title:nth-child(2) {
  padding-left: 40px;
}
.f-navi-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.f-navi-title .f-navi-link {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #fff;
  line-height: 2.15;
}
.f-navi-item .f-navi-link {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #fff;
  margin-left: 5px;
  line-height: 2;
}
.f-navi-item .f-navi-link:hover {
	text-decoration: underline;
}
.social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.social-block.circle {
  margin-bottom: 0;
}
.header .social-block {
  margin-bottom: 0;
}
.footer .social-block {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.social-block li {
  margin-right: 15px;
}
.social-block li:last-child {
  margin-right: 0;
}
.social-block.circle li {
  margin-right: 7px;
}
.social-block.circle li:last-child {
  margin-right: 0;
}
.social-block-link {
  display: block;
  width: 24px;
  height: 24px;
}
.circle .social-block-link {
  border-radius: 50%;
  height: 29px;
  width: 29px;
}
.social-block-link.fb {
  background: url(../i/icon-fb.svg) center no-repeat;
  background-size: cover;
}
.social-block-link.tw {
  background: url(../i/icon-tw.svg) center no-repeat;
  background-size: cover;
}
.social-block-link.yo {
  background: url(../i/icon-yo.svg) center no-repeat;
  background-size: cover;
}
.social-block-link.ic-fb {
  background: #5269A3 url(../i/facebook-ic.svg) center no-repeat;
}
.social-block-link.ic-tm {
  background: #55A9D8 url(../i/telegram-ic.svg) center no-repeat;
}
.social-block-link.ic-wu {
  background: #5BB452 url(../i/whatsapp-ic.svg) center no-repeat;
}
.social-block-link.ic-in {
  background: #2E73AE url(../i/linkedin-ic.svg) center no-repeat;
}
.social-block-link.ic-tw {
  background: #77B3EB url(../i/twitter-ic.svg) center no-repeat;
}
.social-block-link.ic-em {
  background: #DE5145 url(../i/mail-ic.svg) center no-repeat;
}

.contacts {
  text-align: right;
}
.contacts-item {
  margin-bottom: 11px;
}
.header .contacts-item {
  margin-bottom: 0;
}
.contacts-link {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 12px;
  color: #fff;
  line-height: 1.15;
}
.footer .contacts-link {
  display: inline-block;
  vertical-align: middle;
}
.contacts-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
}
.contacts-link.phone::before {
  width: 13px;
  height: 14px;
  left: 7px;
  margin-top: -7px;
  background: url(../i/icon-phone-white.svg) no-repeat;
}
.contacts-link.email::before {
  width: 17px;
  height: 14px;
  margin-top: -7px;
  background: url(../i/icon-email-white.svg) no-repeat;
}

.btn-to-top {
  display: block;
  width: 24px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  background: url(../i/btn-to-top.svg) no-repeat;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.copyright {
  color: #fff;
  font-size: 13px;
}
.copyright a, .developed a {
  color: #fff;
}
.copyright a:hover, .developed a:hover {
	text-decoration: underline;
}
.developed {
  text-align: right;
  color: #fff;
  font-size: 13px;
}
.developed .policy {
	margin-left: 10px;
}
.developed a {
  color: #fff;
  font-weight: bold;
}

/* media */
@media (min-width: 1025px) {
  .m-navi .dropdown-menu {
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 17px 20px 1px;
    position: absolute !important;
    border: none;
    border-radius: 10px;
    right: auto;
    left: 50% !important;
    width: 192px;
    margin-left: -96px;
    -webkit-transform: translate3d(0, 10px, 0) !important;
            transform: translate3d(0, 10px, 0) !important;
  }
  .m-navi .dropdown-menu::after, .m-navi .dropdown-menu::before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .m-navi .dropdown-menu::after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 14px;
    margin-left: -14px;
  }
  .m-navi .dropdown-menu::before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0.05);
    border-width: 15px;
    margin-left: -15px;
  }
  .m-navi .dropdown-menu .dropdown-item {
    color: #231F20;
    font-size: 16px;
    display: block;
    margin-bottom: 13px;
    padding: 0;
    line-height: 1.1;
  }
  .m-navi .dropdown-menu .dropdown-item:hover {
    text-decoration: underline;
    background: none;
  }

  .header-top .social-block {
    display: none;
  }

  .nav-item.active .nav-link {
    color: #1877F2;
  }
}
@media (max-width: 1024px) {
  /* header */
  .m-navi {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #2d292a;
    z-index: 100;
  }
  .m-navi .navbar-nav {
    display: block;
    padding: 13px 0 2px;
  }
  .m-navi .nav-link {
    line-height: 1.15;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 15px;
  }
  .m-navi .nav-link:hover {
    color: #fff;
  }
  .m-navi .nav-item {
    margin-bottom: 1px;
  }
  .m-navi .nav-item.dropdown .nav-link::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    background: url(../i/arrow-right.svg) no-repeat;
  }
  .m-navi .nav-item.show .nav-link {
    color: #fff;
  }
  .m-navi .nav-item.show .nav-link::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 8px;
    margin-top: -4px;
    background: url(../i/arrow-down.svg) no-repeat;
  }
  .m-navi .dropdown-menu {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 15px;
    position: relative !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
  .m-navi .dropdown-menu .dropdown-item {
    opacity: 0.8;
    padding: 8px 10px;
    font-size: 16px;
    color: #fff;
  }

  .btn-navi {
    display: block;
  }
  .navi-is-open .btn-navi {
    background: url(../i/icon-close.svg) center no-repeat;
  }

  .logo {
    width: 121px;
    height: 31px;
    background: url(../i/logo-mobile-black.png) no-repeat;
  }
  .navi-is-open .logo {
    background: url(../i/logo-mobile-white.png) no-repeat;
  }

  .header {
    z-index: 100;
  }
  .header-top {
    min-height: 36px;
  }
  .header-top .social-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-top .social-block-link {
    width: 18px;
    height: 18px;
  }
  .header-top .h-contacts {
    display: none;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navi-is-open .header-top {
    background: #fff;
  }
  .navi-is-open .header-top .h-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navi-is-open .header-top .h-slogan,
  .navi-is-open .header-top .social-block {
    display: none;
  }
  .navi-is-open .header-top .contacts-link {
    color: #231F20;
  }
  .navi-is-open .header-top .contacts-link.phone::before {
    background: url(../i/icon-phone-black.svg) center no-repeat;
  }
  .navi-is-open .header-top .contacts-link.email::before {
    background: url(../i/icon-email-black.svg) center no-repeat;
  }
  .header-center .social-block {
    display: none;
  }
  .navi-is-open .header-center {
    background: #231F20;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  }
  .navi-is-open .header-center .btn-loupe {
    display: none;
  }

  .btn-loupe {
    margin-right: 0;
  }

  /* content */
  /* footer */
}
@media (max-width: 992px) {
  /* header */
  /* content */
  .statistic [class^='col-'] {
    border: none;
  }
  .statistic--item {
    margin-bottom: 20px;
  }

  .top-links-box {
    margin-bottom: 20px;
  }

  /* footer */
}
@media (min-width: 992px) {
  /* header */
  /* content */
  /* footer */
}
@media (max-width: 767px) {
  /* header */
  .header {
    margin-bottom: 16px;
  }
  .header-top {
    padding: 0;
    min-height: 32px;
  }
  .header-top .header-row {
    min-height: 32px;
  }
  .header-top .navi-is-open .header-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-center {
    padding: 10px 0;
  }

  .h-slogan {
    letter-spacing: 1.5px;
    font-size: 9px;
    line-height: 1.22;
  }

  .h-contacts .contacts-link {
    padding-left: 20px;
  }
  .h-contacts .contacts-item {
    margin-left: 10px;
    white-space: nowrap;
  }
  .h-contacts .contacts-item:first-child {
    margin-left: 0;
  }

  /* content */
  h2 {
    font-size: 16px;
    margin-bottom: 41px;
  }

  .title-page {
    display: block;
  }
  .title-page h1 {
    margin-bottom: 15px;
  }

  .m-slider {
    margin-bottom: 10px;
  }
  .m-slider-item--box {
    padding: 20px 33% 27px 15px;
  }
  .m-slider-item--date {
    font-size: 10px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .m-slider-item--title {
    font-size: 14px;
  }
  .m-slider.slick-slider .slick-arrow {
    width: 10px;
    height: 16px;
    bottom: 11px;
    background-size: cover !important;
  }
  .m-slider.slick-slider .slick-arrow.slick-prev {
    right: 46px;
  }
  .m-slider.slick-slider .slick-arrow.slick-next {
    right: 13px;
  }

  .slick-slider .slick-dots {
    bottom: 14px;
    padding: 0 13px;
  }
  .slick-slider .slick-dots li {
    height: 6px;
    margin: 0 2px;
  }
  .slick-slider .slick-dots button {
    width: 6px;
    height: 6px;
  }

  .form-block-header {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .form-block-content {
    padding: 15px 15px 37px;
  }

  .contacts-block {
    padding-bottom: 330px;
  }

  .form-page .wh-box {
    padding: 30px 15px;
  }
  .form-page .btn-primary {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .form-page .check-item {
    margin-bottom: 20px;
  }

  .news {
    margin: 0;
  }
  .news-slider {
    padding-bottom: 35px;
  }
  .news .slick-slider .slick-dots {
    bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news .slick-slider .slick-dots button {
    background: #E2E1E9;
  }
  .news .slick-slider .slick-dots .slick-active button {
    background: #1877F2;
  }
  .news--item--photo {
    height: 193px;
  }
  .news--item--title {
    margin-bottom: 24px;
  }
  .news-list h3 {
    padding: 15px;
  }
  .news-list--content {
    padding: 15px;
  }

  .article-block {
    padding: 15px;
  }
  .article-block--info {
    display: block;
  }
  .article-block--date {
    margin-bottom: 15px;
    display: block;
  }

  .statistic {
    padding: 20px 0 30px;
  }
  .statistic-row {
    padding: 11px 0 8px;
  }
  .statistic--item {
    margin-bottom: 27px;
  }
  .statistic--item-num {
    margin-bottom: 20px;
  }

  .partners {
    padding: 9px 0 40px;
  }
  .partners h2 {
    margin-bottom: 6px;
  }
  .partners--more {
    padding-top: 50px;
  }
  .partners-logo {
    height: 100px;
  }
  .partners-logo img {
    max-height: 100px;
  }

  .videoteka {
    padding: 24px 0 5px;
  }
  .videoteka .title-block {
    margin-bottom: 23px;
  }

  .title-block--more {
    font-size: 12px;
  }

  .preview-video {
    margin-bottom: 20px;
  }
  .preview-video.wh {
    border-radius: 6px;
  }
  .preview-video.wh::before {
    border-radius: 0 0 6px 6px;
  }
  .preview-video-play {
    width: 12px;
    height: 14px;
    margin: -7px 0 0 -6px;
  }
  .wh .preview-video-play {
    width: 22px;
    height: 24px;
    margin: -12px 0 0 -11px;
  }
  .preview-video-title {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .wh .preview-video-title {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .preview-video-photo {
    width: 106px;
    border-radius: 8px;
  }
  .preview-video-photo::before {
    border-radius: 0 0 8px 8px;
  }
  .wh .preview-video-date {
    left: 13px;
    top: 13px;
    font-size: 9px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .top-links {
    padding: 40px 0;
  }
  .top-links-box {
    padding: 20px 20px 16px 23px;
  }
  .top-links-box--pic {
    height: 120px;
  }
  .top-links-box--title {
    font-size: 16px;
  }
  .top-links-box--more {
    font-size: 12px;
  }

  .about .wh-box {
    padding: 30px 15px;
  }
  .about .wh-box img {
    float: none !important;
    margin-bottom: 20px;
  }

  /* footer */
  .footer-wrap {
    display: block;
    text-align: center;
  }
  .footer-top {
    padding-top: 24px;
  }
  .footer-top [class^='col-'] {
    position: inherit;
  }
  .footer-bottom {
    padding-top: 17px;
    padding-bottom: 44px;
  }
  .footer-text {
    font-size: 12px;
    line-height: 1.33;
    margin-bottom: 20px;
  }
  .footer .contacts {
    display: none;
  }
  .footer .social-block {
    position: absolute;
    right: 15px;
    top: 27px;
  }

  .f-navi-title,
  .f-navi-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .f-logo {
    max-width: 50%;
    margin-bottom: 19px;
  }

  .developed {
    line-height: 1.83;
    font-size: 12px;
  }

  .copyright {
    font-size: 12px;
    line-height: 1.33;
    margin-bottom: 13px;
  }

  .btn-to-top {
    top: inherit;
    bottom: 15px;
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */