﻿@charset "UTF-8";

@font-face {
	font-family: 'icomoon';
	src: url('/design/www/fonts/icomoon.eot?c81pao');
	src: url('/design/www/fonts/icomoon.eot?c81pao#iefix') format('embedded-opentype'), url('/design/www/fonts/icomoon.ttf?c81pao') format('truetype'), url('/design/www/fonts/icomoon.woff?c81pao') format('woff'), url('/design/www/fonts/icomoon.svg?c81pao#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


* {
line-height: 26px;
}

body {
  font-size: 14px;
  color: #000;
  font-family: 'Open Sans', 'Arial', sans-serif;
  background: #e9f0fa;
}

.wrap {
  position: relative;
  max-width: 1430px;
  height: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .wrap--pages {
    padding: 0;
  }
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 100%;
  margin: 0 -10px -20px;
}

.col-2 {
  width: calc(50% - 20px);
}

.col-3 {
  width: calc(33.333333% - 20px);
}

.col-4 {
  width: calc(25% - 20px);
}

@media only screen and (max-width: 1023px) {
  .col-4 {
    width: calc(50% - 20px);
  }
}

.col-5 {
  width: calc(20% - 20px);
}

.col-6 {
  width: calc(16.666666% - 20px);
}

.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
  margin: 0 10px 20px;
}

@media only screen and (max-width: 767px) {
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6 {
    width: calc(100% - 20px);
  }
}

a {
  text-decoration: none;
}

h1,
.h1 {
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 24px;
  }
}

h2,
.h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 22px;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1023px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .m-hidden {
    display: none;
  }
}

.main {
  background: url("../images/pic/bg-1.jpg") no-repeat left top/100% auto;
  display:block;
}

@media only screen and (max-width: 1023px) {
  .main {
    background: url("../images/pic/bg-1.jpg") no-repeat right top/150% auto;
  }
}

@media only screen and (max-width: 767px) {
  .main {
    background: url("../images/pic/bg-1.jpg") no-repeat 50% top/270% auto;
  }
}

.main .h2 {
  font-size: 28px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .main .h2 {
    margin-bottom: 35px;
  }
}

.index {
  background: #FFF;
}

p,
.text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

.content {
	font-size: 16px;
	line-height: 26px !important;
}

p:last-child,
.text:last-child {
  margin-bottom: 0;
}

.input,
.textarea {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  font-size: 15px;
  font-weight: 400;
  padding: 0 15px;
  border: 1px solid #bfc7d2;
}

.input.error,
.textarea.error {
  -webkit-box-shadow: 0 0 0 1px #b75f67;
  box-shadow: 0 0 0 1px #b75f67;
  border-color: #b75f67;
}

.textarea {
  height: 70px;
  padding: 15px;
  line-height: 1.2;
}

.btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 195px;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  background: #0065c3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn[disabled] {
  color: #f5f5f5;
  background: #ccc;
  cursor: no-drop;
}

.btn[disabled]:hover {
  background: #ccc;
}

.btn:hover {
  background-color: #004b90;
}

.btn--blue {
  background: #2c97d5;
}

[data-modal] {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header {
  padding: 20px 0 15px;
  background: #FFF;
}

@media only screen and (max-width: 767px) {
  .header {
    height: 60px;
    padding: 0;
  }
}

.header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  .header .wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header-logo {
  width: 260px;
}

@media only screen and (max-width: 1279px) {
  .header-logo {
    width: 200px;
  }
}

.header-logo img {
  max-width: 100%;
}

.header-logo-title {
  line-height: 18px;
  color: #121a2b;
  text-align: center;
  margin-top: 22px;
}

@media only screen and (max-width: 1279px) {
  .header-logo-title {
    font-size: 10px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 1023px) {
  .header-logo-title {
    display: none;
  }
}

.header-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 110px;
}

@media only screen and (max-width: 1279px) {
  .header-info {
    padding-left: 50px;
  }
}

.header-info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
  .header-info__top {
    margin-bottom: 0;
  }
}

.header-info__search {
  position: relative;
  width: 500px;
}

@media only screen and (max-width: 1023px) {
  .header-info__search {
    display: none;
  }
}

.header-info__input {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 34px;
  padding: 0 36px 0 12px;
  font-size: 15px;
  border: 1px solid #d5d5d5;
  background: #f6f6f6;
}

.header-info__input::-webkit-input-placeholder {
  font-size: 15px;
  color: #656971;
}

.header-info__input:-ms-input-placeholder {
  font-size: 15px;
  color: #656971;
}

.header-info__input::placeholder {
  font-size: 15px;
  color: #656971;
}

.header-info__input:focus::-webkit-input-placeholder {
  font-size: 0;
  color: rgba(255, 255, 255, 0);
}

.header-info__input:focus:-ms-input-placeholder {
  font-size: 0;
  color: rgba(255, 255, 255, 0);
}

.header-info__input:focus::placeholder {
  font-size: 0;
  color: rgba(255, 255, 255, 0);
}

.header-info__input:focus {
  border-color: #224b8d;
}

.header-info__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background: url("../images/ico/search.png") no-repeat center center;
  cursor: pointer;
}

.header-info__top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .header-info__top-links {
    display: none;
  }
}

.header-info__top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 150px;
  text-decoration: none;
}

.header-info__top-link:hover {
  opacity: .8;
}

.header-info__top-link img {
  max-width: 100%;
}

.header-info__top-link__title {
  padding-left: 10px;
  color: #656971;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}

.header-info__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #d6dbe2;
  padding-top: 30px;
}

.header-info__nav--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 1023px) {
  .header-info__nav {
    display: none;
  }
}

.header-info__nav-link {
	min-height: 55px;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	color: #224b8d;
	padding: 0 8px 0 8px;
}

.header-info__nav-link.active,
.header-info__nav-link:hover {
  border-bottom: 6px solid #fec400;
}

@media only screen and (max-width: 1279px) {
  .header-info__nav-link {
    min-height: 50px;
    font-size: 13px;
  }
}

.header-info__nav-link:hover {
  color: #28a7ec;
}

.hamburger {
  width: 60px;
  height: 60px;
  background: url("../images/ico/hamburger.png") no-repeat center center;
  margin-left: 30px;
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hamburger {
    margin-right: -15px;
  }
}

.mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  color: #FFF;
  background: #0059ab;
  z-index: 99;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.mobile-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.menu-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 45px;
  background: url("../images/ico/close.png") no-repeat center center;
  cursor: pointer;
}

.menu-inner {
  height: inherit;
  padding: 15px;
}

.mobile-menu-title {
  padding-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  border-bottom: 1px solid #8fadcb;
  margin-bottom: 20px;
}

.menu-search {
  position: relative;
  padding-top: 20px;
  border-top: 1px solid #8fadcb;
  margin-top: 20px;
}

.menu-search__input {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 34px;
  padding: 0 36px 0 12px;
  font-size: 15px;
  border: 1px solid #d5d5d5;
  background: #f6f6f6;
}

.menu-search__input::-webkit-input-placeholder {
  font-size: 15px;
  color: #656971;
}

.menu-search__input:-ms-input-placeholder {
  font-size: 15px;
  color: #656971;
}

.menu-search__input::placeholder {
  font-size: 15px;
  color: #656971;
}

.menu-search__input:focus::-webkit-input-placeholder {
  font-size: 0;
  color: rgba(255, 255, 255, 0);
}

.menu-search__input:focus:-ms-input-placeholder {
  font-size: 0;
  color: rgba(255, 255, 255, 0);
}

.menu-search__input:focus::placeholder {
  font-size: 0;
  color: rgba(255, 255, 255, 0);
}

.menu-search__btn {
  position: absolute;
  top: 20px;
  right: 0;
  width: 36px;
  height: 36px;
  background: url("../images/ico/search.png") no-repeat center center;
  cursor: pointer;
}

.menu {
  color: #FFF;
  font-weight: 600;
  color: #FFF;
}

.menu ul {
  padding: 0;
}

.menu a {
  display: block;
  color: #FFF;
  padding: 10px 25px 10px 0;
  line-height: 1.4;
}

.menu .back {
  position: relative;
  display: block;
  height: 20px;
  padding: 0;
}

.menu .back:before {
  display: block;
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: url("../images/ico/arrow-menu.png") no-repeat center center/10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu .next {
  position: relative;
  padding-right: 30px;
}

.menu .next:before {
  display: block;
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0px;
  background: url("../images/ico/arrow-menu.png") no-repeat center center/10px;
  margin-top: -10px;
}

.footer {
  color: #FFF;
  padding: 70px 0;
  text-align: center;
  background: #224b8d;
}

@media only screen and (max-width: 1023px) {
  .footer {
    padding: 50px 0 25px;
  }
}

.footer .wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
}

.footer-logo {
  margin-bottom: 35px;
}

.footer-copy {
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 1023px) {
  .footer-copy {
    margin-top: 30px;
  }
}

.footer-logo,
.footer-copy {
  width: 320px;
  float: left;
}

@media only screen and (max-width: 1023px) {
  .footer-logo,
  .footer-copy {
    width: 100%;
    float: none;
  }
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 320px);
  float: right;
}

@media only screen and (max-width: 1023px) {
  .footer-inner {
    width: 100%;
    float: none;
  }
}

.footer-info {
  width: 35%;
  padding-right: 30px;
}

@media only screen and (max-width: 1279px) {
  .footer-info {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-info {
    width: 100%;
    padding: 0;
  }
}

.footer-phone {
  text-decoration: none;
  font-weight: 700;
  font-size: 26px;
}

.footer-questions {
  font-size: 12px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-questions a {
  color: #9ac1ff;
}

.footer-questions a:hover {
  color: #28a7ec;
}

.footer-adress {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.footer-adress:hover {
  color: #28a7ec;
}

.footer-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 50px;
  list-style: none;
}

@media only screen and (max-width: 1365px) {
  .footer-list {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1279px) {
  .footer-list {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-list {
    display: none;
  }
}

.footer-list a {
  color: #9ac1ff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.footer-list a:hover {
  color: #28a7ec;
}

.footer-list__item {
  margin-bottom: 15px;
}

.footer-list__item:last-child {
  margin-bottom: 0;
}

.footer-magazines {
  width: 290px;
}

@media only screen and (max-width: 1279px) {
  .footer-magazines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-magazines {
    display: none;
  }
}

.footer-magazine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1279px) {
  .footer-magazine {
    width: 50%;
    margin-bottom: 0;
  }
}

.footer-magazine:last-child {
  margin-bottom: 0;
}

.footer-magazine__img {
  width: 75px;
}

.footer-magazine__img img {
  width: 100%;
}

.footer-magazine__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 8px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
}

.footer-magazine__title:hover {
  color: #28a7ec;
}

@media only screen and (max-width: 1279px) {
  .footer-magazine__title {
    padding-right: 30px;
  }
}

.footer-departments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .footer-departments {
    display: none;
  }
}

.footer-department {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-department__img {
  width: 35px;
}

.footer-department__img img {
  width: 100%;
}

.footer-department__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 101;
  overflow-y: auto;
}

.modal--error .modal-block {
  position: relative;
  top: 10%;
  left: 50%;
  text-align: center;
  background: #FFF;
  width: 640px;
  margin-left: -320px;
}

@media only screen and (max-width: 669px) {
  .modal--error .modal-block {
    top: 5%;
    left: auto;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.modal--error .modal-title {
  text-align: center;
}

.modal--error .modal-inner {
  padding: 40px 30px;
}

.modal--error .modal-info {
  color: #000;
}

.modal-block {
  position: relative;
  top: 10%;
  left: 50%;
  background: #FFF;
  width: 710px;
  margin-left: -355px;
}

@media only screen and (max-width: 729px) {
  .modal-block {
    top: 5%;
    left: auto;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal-inner {
  padding: 60px 70px;
}

@media only screen and (max-width: 767px) {
  .modal-inner {
    padding: 40px 15px;
  }
}

.modal-title {
  font-size: 28px;
  line-height: 1.2;
  color: #121a2b;
  font-weight: 700;
  margin-bottom: 45px;
}

.modal-title:last-child {
  margin-bottom: 0;
}

.modal-info {
  font-size: 18px;
  line-height: 26px;
  color: #2a5291;
  font-weight: 600;
  margin-bottom: 55px;
}

.modal-info:last-child {
  margin-bottom: 0;
}

.modal-btn {
  margin-top: 60px;
}

.modal-link {
  color: #0065c3;
}

.modal-link:hover {
  color: #28a7ec;
}

.checkbox-name {
  margin: 50px 0;
  font-weight: 700;
}

.design {
  display: block;
  min-height: 380px;
  padding: 90px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.design .h2 {
  max-width: 900px;
  color: #FFF;
}

.bg-section-title {
  position: relative;
  width: calc(100% + 30px);
  min-height: 215px;
  padding: 50px 15px 15px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: -15px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .bg-section-title {
    display: none;
  }
}

.service {
  padding: 90px 0;
  margin-bottom: 10px;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1279px) {
  .service {
    background-position: 22% top;
  }
}

@media only screen and (max-width: 1023px) {
  .service {
    padding: 50px 0;
    background: #f2f2f2 !important;
  }
}

@media only screen and (max-width: 767px) {
  .service {
    padding-top: 0;
	padding-bottom: 0px;
  }
}

.service .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.service-info {
  width: 50%;
  padding-right: 50px;
}

@media only screen and (max-width: 1023px) {
  .service-info {
    width: 100%;
    padding: 0;
  }
}

.service-info .text {
  margin-bottom: 15px;
}

.link {
  font-size: 15px;
  text-decoration: none;
  color: #0065c3;
}

.link:hover {
  color: #28a7ec;
}

.service-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .service-items {
    margin-top: 50px;
  }
}

.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}

.service-item:hover .service-item__text {
  color: #28a7ec;
}

.service-item:hover img:not(.service-item__ico-hover) {
  display: none;
}

.service-item:hover .service-item__ico-hover {
  display: block;
}

@media only screen and (max-width: 767px) {
  .service-item {
    margin-bottom: 20px;
  }
}

.service-item:last-child {
  margin-bottom: 0;
}

.service-item--half {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .service-item--half {
    width: 100%;
  }
}

.service-item--half .service-item__text {
  max-width: 235px;
}

.service-item__ico {
  width: 40px;
}

.service-item__ico img {
  max-width: 100%;
}

.service-item__ico-hover {
  display: none;
}

.mail_list_item {
   font-size:16px !important;
}

.service-item__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 400px;
	font-weight: 600;
	color: #0065c3;
	font-size: 16px;
	line-height: 1.2;
	padding-left: 15px;
}

.technical-support {
  position: relative;
  padding: 105px 0 145px;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1279px) {
  .technical-support {
    background-position: 20% top;
  }
}

@media only screen and (max-width: 767px) {
  .technical-support {
    min-height: 280px;
    padding: 50px 0 30px;
    background-image: url("../images/pic/bg-3m.jpg") !important;
  }

  .technical-support:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.5);
  }
}

@media only screen and (max-width: 767px) {
  .technical-support .list {
    max-width: 250px;
  }
}

.list {
  padding: 0;
  list-style: none;
}

.list-item {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  color: #0065c3;
  margin-bottom: 20px;
}

.list-item:last-child {
  margin-bottom: 0;
}

.list-item:before {
  display: block;
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background: url("../images/ico/arrow-right-circle.png") no-repeat center center/contain;
}

.list-item a:hover {
  color: #28a7ec;
}

.education {
  padding: 40px 0;
  margin-bottom: 10px;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px) {
  .education {
    background-position: 20% top;
  }
}

@media only screen and (max-width: 767px) {
  .education {
    padding: 0 0 30px;
    background: #f2f2f2 !important;
  }
}

.education .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.education-info {
  width: 50%;
  padding-right: 60px;
}

@media only screen and (max-width: 767px) {
  .education-info {
    width: 100%;
    padding: 0;
  }
}

.education-info .text {
  margin-bottom: 30px;
}

.certifying-center {
  position: relative;
  padding: 65px 0;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1279px) {
  .certifying-center {
    background-position: 70% top;
  }
}

@media only screen and (max-width: 767px) {
  .certifying-center {
    padding: 30px 0;
    background-position: 60% top;
    background-color: #d2f0ff;
  }

  .certifying-center:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.5);
  }
}

.certifying-center__info {
  width: 50%;
  padding-right: 60px;
}

@media only screen and (max-width: 767px) {
  .certifying-center__info {
    width: 100%;
    padding: 0;
  }
}

.certifying-center__info .text {
  margin-bottom: 35px;
}

.partners {
  padding: 40px 0 60px;
  background: #FFF;
}

@media only screen and (max-width: 1023px) {
  .partners {
    padding: 40px 0 10px;
  }
}

.partners-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  .partners-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.partners-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-item:hover .partners-item__text {
  color: #28a7ec;
}

@media only screen and (max-width: 1023px) {
  .partners-item {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .partners-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .partners-item__img img {
    max-width: 60px;
  }
}

.partners-item__text {
  max-width: 200px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
}

.header-pages {
  padding: 30px 0 25px;
}

.bread-crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.bread-crumbs__link {
  position: relative;
  color: #FFF !important; 
  text-decoration: none !important;
  margin-right: 28px;
  margin-bottom: 5px;
}

.bread-crumbs__link:last-child {
  margin-right: 0;
}

.bread-crumbs__link:not(:last-child):before {
  display: block;
  position: absolute;
  content: '>';
  width: 0px;
  height: 0px;
  top: 1px;
  right: -10px;
}

.container {
  -webkit-box-shadow: 0 5px 15px 0 rgba(70, 85, 105, 0.1);
  box-shadow: 0 5px 15px 0 rgba(70, 85, 105, 0.1);
  margin-bottom: 65px;
}

.container .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .container .wrap {
    padding: 0;
  }
}

.container--pages .wrap {
  display: block;
}

.aside {
  min-width: 360px;
  max-width: 360px;
  padding: 50px 40px;
  background: #f2f6fc;
}

@media only screen and (max-width: 1279px) {
  .aside {
    min-width: 250px;
    max-width: 250px;
    padding: 50px 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .aside {
    display: none;
  }
}

.content {
  width: calc(100% - 360px);
  padding: 45px 65px;
  background: #FFF;
}

.content--wide {
    width: 100%;
}

@media only screen and (max-width: 1279px) {
  .content {
    width: calc(100% - 250px);
    padding: 45px;
  }
}

@media only screen and (max-width: 1023px) {
  .content {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding: 30px 15px;
  }
}

.aside-menu__item {
  padding: 20px 0;
  border-top: 1px solid #c6cacf;
}

.aside-menu__link {
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  color: #0065c3;
  font-weight: 600;
}

.aside-menu__link.active {
  color: #000;
}

.aside-menu__link:hover {
  color: #28a7ec;
}

.news-item img {
  width: 100%;
  max-width: 370px;
  float: right;
  padding-left: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .news-item img {
    max-width: 100%;
    padding: 0;
  }
}

.aside-btn {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 32px;
  text-decoration: none;
  background: #fec400;
  margin-bottom: 40px;
}

.aside-btn:hover {
  opacity: .8;
}

.wrap-select--support .selected {
  height: auto;
  min-height: 40px;
  padding: 10px 15px;
}

.wrap-select--support .selected-text {
  white-space: normal;
  line-height: 1.4;
}

.wrap-select--support .select-options {
  padding: 0;
  background: #f2f6fc;
}

.wrap-select--support .select-options__item {
  padding: 20px 15px;
  border-bottom: 1px solid #bfc7d2;
}

.wrap-select--support .select-options__item:last-child {
  border: none;
}

.wrap-select--support .select-options__item-title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 10px;
}

.wrap-select--support .select-option {
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.4;
  color: #224b8d;
  white-space: normal;
}

.wrap-select--support .select-option:hover {
  color: #28a7ec;
  background: none;
}

@media only screen and (max-width: 767px) {
  .wrap-select--support .select-option {
    padding: 10px 0;
  }
}

.wrap-select--support .select-option:hover {
  opacity: .8;
}

.select {
  position: relative;
}

.selected {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #bfc7d2;
  background: #FFF;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selected.active:before {
  border-top: 0 solid rgba(255, 255, 255, 0);
  border-bottom: 8px solid #000;
}

.selected:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -4px;
  right: 15px;
  border: 6px solid rgba(255, 255, 255, 0);
  border-top: 8px solid #000;
}

.selected-text {
  position: relative;
  width: 100%;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: inherit;
  min-width: 170px;
  padding: 8px 0;
  background: #FFF;
  border: 1px solid #bfc7d2;
  border-top: none;
  z-index: 3;
}

.select-option {
  display: block;
  padding: 8px 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-option:hover {
  color: #FFF;
  background: #28a7ec;
}

.select-option input {
  display: none;
}

.select2 {
  display: block;
  max-width: 100%;
}

.personal-account__name {
  padding-left: 35px;
  color: #327ccb;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  background: url("../images/ico/user.png") no-repeat left center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .personal-account__name {
    font-size: 18px;
  }
}

.personal-account__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 30px;
}

.personal-account__link {
  display: inline-block;
  vertical-align: top;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #FFF !important;
  text-align: center;
  font-size: 18px;
  line-height: 58px;
  font-weight: 600;
  text-decoration: none;
  padding: 0 22px;
  background: #0065c3;
  margin-right: 4px;
  margin: 0 5px 10px;
}

@media only screen and (max-width: 1279px) {
  .personal-account__link {
    font-size: 16px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .personal-account__link {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 15px;
  }
}

.personal-account__link.active {
  color: #000;
  background: #fec400;
}

.personal-account__link:hover:not(.active) {
  background: #004b90;
}

.personal-account__form {
  margin-bottom: 45px;
}

.personal-account__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .personal-account__form-item {
    width: 100%;
  }
}

.personal-account__form-item:last-child {
  margin-bottom: 0;
}

.personal-account__form-item .input,
.personal-account__form-item .wrap-select,
.personal-account__form-item .textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 300px;
}

.personal-account__form-title {
  width: 150px;
  font-size: 15px;
  line-height: 25px;
}

@media only screen and (max-width: 767px) {
  .personal-account__form-title {
    width: 100%;
    margin-bottom: 5px;
  }
}

.necessary {
  position: relative;
  font-size: 15px;
  color: #fe9b00;
  margin-left: 3px;
}

.change-password {
  font-size: 13px;
  color: #0065c3;
  margin-left: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.change-password:hover {
  color: #28a7ec;
}

@media only screen and (max-width: 767px) {
  .change-password {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
}

.wrap-instruction-link {
  margin-bottom: 50px;
}

.instruction-link {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  list-style: 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #2a5291;
  background: url("../images/ico/doc.png") no-repeat left center/contain;
}

.instruction-link:hover {
  color: #28a7ec;
  background: url("../images/ico/doc-hoverа.png") no-repeat left center/contain;
}

@media only screen and (max-width: 767px) {
	.webinar-table, .table-layout {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
}

.webinar-table tr, .table-layout tr {
	border-bottom: 1px solid #c6cacf;
}

.webinar-table td, .table-layout td {
	position: relative;
	vertical-align: top;
	padding: 40px 10px;
}

@media only screen and (max-width: 767px) {
	.webinar-table td, .table-layout td {
		display: block;
		width: 100%;
		padding: 15px 15px 15px 100px;
		-webkit-box-shadow: 90px 0 0 0 #f2f6fc inset;
		box-shadow: 90px 0 0 0 #f2f6fc inset;
	}
}

.webinar-table td:before, .table-layout td:before {
	display: block;
	position: absolute;
	content: attr(title);
	width: 0px;
	height: 0px;
	top: 15px;
	left: 0px;
	padding-left: 15px;
	font-size: 12px;
	background: url("../images") no-repeat center center;
}

@media only screen and (min-width: 768px) {
	.webinar-table td:before, .table-layout td:before {
		display: none;
	}
}

.webinar-table thead, .table-layout thead {
	text-transform: uppercase;
	font-size: 12px;
	background: #f2f6fc;
}

@media only screen and (max-width: 767px) {
	.webinar-table thead, .table-layout thead {
		display: none;
	}
}

.webinar-table thead td, .table-layout thead td {
	vertical-align: bottom;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 16px;
}

@media only screen and (max-width: 767px) {
	.webinar-table .btn, .table-layout .btn {
		max-width: 180px;
		font-size: 14px;
	}
}

.webinar-table__text, .table-layout__text {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	color: #2a5291;
	margin-bottom: 20px;
	margin-top: -4px;
}

@media only screen and (max-width: 1279px) {
	.webinar-table__text, .table-layout__text {
		font-size: 16px;
	}
}

.all-news {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #0065c3;
  font-weight: 600;
  text-decoration: none;
  padding-left: 15px;
  font-size: 15px;
  margin-top: 30px;
}

.all-news:hover {
  color: #28a7ec;
}

.all-news:before {
  display: block;
  position: absolute;
  content: '<';
  width: 0px;
  height: 0px;
  top: 1px;
  left: 0px;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 5px 15px 0 rgba(70, 85, 105, 0.1);
  box-shadow: 0 5px 15px 0 rgba(70, 85, 105, 0.1);
  background: #FFF;
  margin-bottom: 40px;
}

.about-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 65px 55px;
}

@media only screen and (max-width: 1023px) {
  .about-info {
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .about-info {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 30px 15px;
  }
}

.about-title {
  font-size: 20px;
  line-height: 34px;
  color: #121a2b;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .about-title {
    font-size: 18px;
    line-height: 1.4;
  }
}

.about-text {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .about-text {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}

.about-text:last-child {
  margin-bottom: 0;
}

.about-quote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about-quote__years {
	width: 110px;
	color: #224b8d;
	font-weight: 700;
	font-size: 67px;
	font-style: italic;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
  .about-quote__years {
    width: 100%;
  }
}

.about-quote__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
  padding-bottom: 20px;
  font-size: 17px;
  line-height: 26px;
  border-left: 4px solid #fec400;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .about-quote__info {
    border-left: none;
    border-top: 4px solid #fec400;
    padding-left: 0;
    padding-top: 20px;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.about-img {
  width: 37%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .about-img {
    width: 100%;
    height: 200px;
  }
}

.about-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 5px 15px 0 rgba(70, 85, 105, 0.1);
  box-shadow: 0 5px 15px 0 rgba(70, 85, 105, 0.1);
  background: #FFF;
  margin-bottom: 70px;
}

.about-advantages__slogan {
  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;
  width: 38%;
  padding: 85px 40px;
  color: #FFF;
  border-bottom: 20px solid #fec400;
  background: #224b8d;
}

@media only screen and (max-width: 1023px) {
  .about-advantages__slogan {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .about-advantages__slogan {
    width: 100%;
  }
}

.about-advantages__slogan-inner {
  width: 100%;
  max-width: 350px;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
}

@media only screen and (max-width: 1279px) {
  .about-advantages__slogan-inner {
    font-size: 22px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 1023px) {
  .about-advantages__slogan-inner {
    font-size: 18px;
  }
}

.about-advantages__icons {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 85px;
  padding-right: 0;
  padding-bottom: 0;
  background: #FFF;
}

@media only screen and (max-width: 1279px) {
  .about-advantages__icons {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .about-advantages__icons {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .about-advantages__icons {
    padding: 30px 15px 0;
  }
}

.about-advantages__icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.333333%;
  margin-bottom: 75px;
}

.about-advantages__icon-item:hover .about-advantages__icon-title {
  color: #28a7ec;
}

@media only screen and (max-width: 1023px) {
  .about-advantages__icon-item {
    width: 50%;
    margin-bottom: 40px;
  }
}

.about-advantages__icon-img {
  width: 60px;
}

@media only screen and (max-width: 767px) {
  .about-advantages__icon-img {
    width: 40px;
  }
}

.about-advantages__icon-img img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .about-advantages__icon-img img {
    max-width: 30px;
    max-height: 40px;
  }
}

.about-advantages__icon-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 200px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #0065c3;
}

@media only screen and (max-width: 767px) {
  .about-advantages__icon-title {
    font-size: 14px;
  }
}

.checkbox-item {
  margin-bottom: 30px;
}

.checkbox-item:last-child {
  margin-bottom: 0;
}

.wrap-checkbox,
.wrap-radio {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 38px;
  padding-top: 3px;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrap-checkbox input,
.wrap-radio input {
  display: none;
}

.wrap-checkbox:before,
.wrap-radio:before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #bfc7d2;
  background: #FFF;
}

.wrap-checkbox.active:before {
  background: #fff url("../images/ico/check.png") no-repeat center center/14px;
}

.wrap-radio {
  padding-top: 1px;
}

.wrap-radio.active:before {
  -webkit-box-shadow: 0 0 0 3px #fff inset, 0 0 0 10px #bfc7d2 inset;
  box-shadow: 0 0 0 3px #fff inset, 0 0 0 10px #bfc7d2 inset;
}

.wrap-radio:before {
  border-radius: 50%;
}

.management-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f2f6fc;
  margin-bottom: 40px;
}

.management-item:last-child {
  margin-bottom: 0;
}

.management-item--director {
  color: #FFF;
  background: #224b8d;
}

.management-item--director .management-director__img {
  width: 300px;
  height: 300px;
}

@media only screen and (max-width: 1279px) {
  .management-item--director .management-director__img {
    width: 250px;
    height: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .management-item--director .management-director__img {
    width: 100%;
  }
}

.management-director__img {
  width: 215px;
  height: 215px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
	.management-director__img {
		width: 100%;
		height: 70vw;
	}
}

.management-item__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 50px 40px;
}

@media only screen and (max-width: 767px) {
  .management-item__info {
    padding: 30px 15px;
  }
}

.management-item__name {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
}

.management-item__post {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}

.management-item__hidden {
  display: none;
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 15px;
}

.management-item__pseudo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  color: #67abf3;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.management-item__pseudo.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.management-item__pseudo span {
  border-bottom: 1px dashed #67abf3;
}

.management-item__pseudo:before {
  display: block;
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  top: 0px;
  left: 0px;
  background: url("../images/ico/arrow-down.png") no-repeat left center/contain;
}

.software {
  width: 100%;
  padding: 50px 80px 0;
  background: #f4f8fd;
}

@media only screen and (max-width: 1279px) {
  .software {
    padding: 40px 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .software {
    padding: 40px 15px 0;
  }
}

.software-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.software-item {
  width: calc(50% - 25px);
  padding: 40px;
  border: 1px solid #cbd1d8;
  -webkit-box-shadow: 0 5px 15px 0 rgba(70, 85, 105, 0.1);
  box-shadow: 0 5px 15px 0 rgba(70, 85, 105, 0.1);
  background: #FFF;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
  .software-item {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .software-item {
    padding: 20px 15px;
  }
}

.software-item--blue {
  color: #FFF;
  background: #367ecb;
}

.software-item--blue .software-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
}

.software-item--blue .software-item__text {
  padding-left: 50px;
}

.software-item--blue .software-item__link {
  background: #2a5291;
  margin-left: 50px;
  margin-top: 15px;
}

.software-item--blue .software-item__link:hover {
  background: #004b90;
}

.software-item__title-img {
  min-width: 50px;
}

.software-item__title-img img {
  max-width: 40px;
  max-height: 40px;
}

@media only screen and (max-width: 767px) {
  .software-item__title-img img {
    max-width: 35px;
  }
}

.software-item__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  color: #0065c3;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .software-item__title {
    font-size: 18px;
  }
}
.software-item__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.software-item__icon {
	position: relative;
	margin-bottom: 10px;
	margin-right: 30px;
	width: 40px;
	height: 40px;
	background: #fec400;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	overflow: hidden;
}

	.software-item__icon img {
		display: block;
		margin: auto;
		width: 39px;
		height: 39px;
	}

	.software-item__icon:hover:before {
		opacity: 1;
	}

	.software-item__icon:before {
		display: block;
		position: absolute;
		content: attr(title);
		width: 100px;
		height: 0;
		top: 110%;
		left: 50%;
		margin-left: -50px;
		text-align: center;
		color: #7c818a;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 10px;
		opacity: 0;
		-webkit-transition: .1s;
		-o-transition: .1s;
		transition: .1s;
	}

	.software-item__icon:last-child {
		margin-right: 0;
	}

.software-item__text {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 20px;
}

.software-item__link {
	display: inline-block;
	vertical-align: top;
	width: 185px;
	height: 44px;
	font-weight: 600;
	line-height: 44px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background: #2a5291 url("../images/ico/14.png") no-repeat 22px center;
}

	.software-item__link:hover {
		background: #004b90 url("../images/ico/14.png") no-repeat 22px center;
	}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 50px 80px 20px;
  background: #FFF;
}

@media only screen and (max-width: 1279px) {
  .contacts {
    padding: 40px 40px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts {
    padding: 20px 15px;
  }
}

.contacts-item {
  width: calc(50% - 25px);
  padding: 40px;
  background: #FFF;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
  .contacts-item {
    width: 100%;
    padding: 20px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .contacts-item {
    padding: 20px 0;
    margin-bottom: 0;
  }
}

.contacts-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 40px;
}

.contacts-firm {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #0065c3;
  font-size: 18px;
  margin-bottom: 20px;
}

.contacts-firm:hover {
  color: #28a7ec;
}

.contacts-text {
  font-size: 16px;
  line-height: 26px;
}

.contact-email {
  color: #337dcb;
  font-size: 16px;
  text-decoration: none;
}

.contact-email:hover {
  color: #28a7ec;
}

.contacts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 35px;
}

.contacts-list__item {
  font-size: 16px;
  color: #337dcb;
  margin-bottom: 20px;
}

.contacts-list__item:last-child {
  margin-bottom: 0;
}

.contacts-list__link {
  padding-left: 25px;
  text-decoration: none;
  background: url("../images/ico/arrow-right-circle.png") no-repeat left center;
}

.contacts-list__link:hover {
  color: #28a7ec;
}

.content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.content-title .h2 {
  margin-bottom: 0;
}

.content-title__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .content-title__inner {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }
}

.content-title__sub-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #2a5291;
  margin-bottom: 20px;
}

.content-title__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 185px;
}

@media only screen and (max-width: 767px) {
  .content-title__icons {
    display: none;
  }
}

.content-title__icons .software-item__icon {
  margin-bottom: 0;
}

.aside-menu__softwear-item {
  border-bottom: 1px solid #c6cacf;
  margin-bottom: 25px;
}

.aside-menu__softwear-item:last-child {
  border: none;
  margin-bottom: 0;
}

.aside-menu__softwear-item__title {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 25px;
}

.aside-menu__softwear-item__list {
  padding-left: 15px;
  list-style: none;
  margin: 0;
}

.aside-menu__softwear-item__list-item {
  margin-bottom: 25px;
}

.aside-menu__softwear-item__link {
  color: #0065c3;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 600;
}

.aside-menu__softwear-item__link:hover {
  color: #28a7ec;
}

.aside-menu__softwear-item__link.active {
  color: #000;
}


.softwear-list, .content ul {
	list-style: none;
	margin-bottom: 40px;
}

.softwear-list, .content ol {
	margin-bottom: 40px;
	padding-left:20px;
}

.softwear-list  {
	padding-left:20px;
}



.softwear-list__item, .content ul li {
	position: relative;
	padding-left: 20px;
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 15px;
}



.softwear-list__item, .content ol li {
	padding-left: 20px;
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 15px;
}


	.softwear-list__item:last-child, .content ul:last-child, .content ol:last-child, .content li:last-child {
		margin-bottom: 0;
	}

/*.softwear-list__item:before, .content li:before {
		display: block;
		position: absolute;
		content: '';
		width: 6px;
		height: 6px;
		top: 9px;
		left: 0px;
		border-radius: 50%;
		background: #224b8d;
	}*/

.dd-item {
  margin-bottom: 30px;
}



.dd-item__title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dd-item__title.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dd-item__title:before {
  display: block;
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  top: 5px;
  left: 0px;
  background: url("../images/ico/arrow-down-blue.png") no-repeat center center/contain;
}

.dd-item__title-text {
  font-size: 16px;
  line-height: 1.4;
  color: #0065c3;
  font-weight: 600;
  border-bottom: 1px dashed #0065c3;
}

.dd-item__title-text:hover {
  color: #28a7ec;
  border-color: #28a7ec;
}

.dd-item__inner {
	display: none;
	font-size: 16px;
	line-height: 1.4;
	padding: 20px;
	background-color: #f2f6fc;
	margin-top: 15px;
}

.softwear-item__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 50px 25px;
  background: #fff8e8;
  margin: 50px 0;
}

@media only screen and (max-width: 1279px) {
  .softwear-item__links {
    padding: 40px 20px 15px;
  }
}

.softwear-item__link-item {
  width: 50%;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .softwear-item__link-item {
    width: 100%;
  }
}

.softwear-item__link {
  display: inline-block;
  vertical-align: top;
  padding-left: 35px;
  padding-right: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  color: #224b8d;
  background: url("../images/ico/arrow-right-circle2.png") no-repeat left center;
}

.softwear-item__link:hover {
  color: #28a7ec;
}

@media only screen and (max-width: 767px) {
  .softwear-item__link {
    padding-right: 0;
  }
}

.softwear-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
}

.softwear-item__info a {
  color: #2c78c9;
  text-decoration: none;
}

.softwear-item__info a:hover {
  color: #28a7ec;
}

.softwear-item__info-item {
  width: calc(50% - 40px);
  margin-bottom: 25px;
}

@media only screen and (max-width: 1279px) {
  .softwear-item__info-item {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .softwear-item__info-item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.softwear-item__info-item:last-child {
  margin-bottom: 0;
}

.softwear-item__info-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #121a2b;
  margin-bottom: 30px;
}

.softwear-item__info-text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

.softwear-item__info-text:last-child {
  margin-bottom: 0;
}

.softwear-item__links--pages {
  width: 100%;
  text-align: center;
  margin: 0;
}

.softwear-item__links--pages .softwear-item__link-item {
  width: 100%;
}

.wrap-education-slider {
  position: relative;
  width: calc(100% + 130px);
  margin-top: -45px;
  margin-left: -65px;
  background: #2a5291;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1279px) {
  .wrap-education-slider {
    width: calc(100% + 90px);
    margin-left: -45px;
  }
}

@media only screen and (max-width: 1023px) {
  .wrap-education-slider {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-education-slider {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.wrap-education-slider .dots {
  position: absolute;
  bottom: 40px;
  left: 50px;
}

@media only screen and (max-width: 1279px) {
  .wrap-education-slider .dots {
    left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-education-slider .dots {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 15px 15px 30px;
    background: #2a5291;
  }
}

.wrap-education-slider .dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .wrap-education-slider .dots ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.wrap-education-slider .dots li {
	margin-right: 10px;
	margin-bottom: 0px !important;
	padding-left: 10px !important;
}

.wrap-education-slider .dots li:last-child {
  margin-right: 0;
}

.wrap-education-slider .dots .slick-active button {
  background: #97aac9;
}

.wrap-education-slider .dots button {
  width: 16px;
  height: 16px;
  font-size: 0;
  border: 2px solid #97aac9;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-initialized .education-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 340px;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  .slick-initialized .education-slide {
    height: auto;
  }
}

.education-slide__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 100px 50px 80px;
}

@media only screen and (max-width: 1279px) {
  .education-slide__info {
    padding: 50px 30px 80px;
  }
}

@media only screen and (max-width: 767px) {
  .education-slide__info {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 30px 15px 10px;
  }
}

.education-slide__title {
  color: #92daff;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1023px) {
  .education-slide__title {
    font-size: 26px;
  }
}

.education-slide__text {
  max-width: 390px;
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (max-width: 1023px) {
  .education-slide__text {
    font-size: 16px;
    line-height: 1.4;
  }
}

.education-slide__img {
  width: 34%;
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .education-slide__img {
    width: 100%;
    height: 250px;
  }
}

.education-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.education-information__item {
  width: calc(50% - 30px);
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .education-information__item {
    width: 100%;
  }
}

.education-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 15px;
  background: #fff4d9;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .education-category {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.education-category__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 320px;
  margin-right: 50px;
}

@media only screen and (max-width: 1279px) {
  .education-category__item {
    max-width: 50%;
    padding-right: 15px;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .education-category__item {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .education-category__item:last-child {
    margin-bottom: 0;
  }
}

.education-category__item:last-child {
  margin-right: 0;
}

.education-category__img {
  width: 100px;
}

@media only screen and (max-width: 767px) {
  .education-category__img {
    width: 80px;
    padding-right: 10px;
  }
}

.education-category__img img {
  max-width: 100%;
}

.education-category__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.education-category__title {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
}

.education-category__btn {
  display: inline-block;
  vertical-align: top;
  padding: 0 35px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  background: #fec400;
}

.education-category__btn:hover {
  opacity: .8;
}

.education-contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.education-contacts__item {
  width: calc(50% - 30px);
}

@media only screen and (max-width: 767px) {
  .education-contacts__item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.education-contacts__text,
.education-contacts__title {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 5px;
}

.education-contacts__title {
  font-weight: 600;
  margin-bottom: 0;
}

.date-picker-wrapper {
  width: 284px !important;
  background: #FFF;
  border: 1px solid #cecece;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  color: #224b8d;
  margin-top: -1px;
  z-index: 2;
}

@media only screen and (max-width: 349px) {
  .date-picker-wrapper {
    width: 252px !important;
  }
}

.date-picker-wrapper .footer,
.date-picker-wrapper .drp_top-bar {
  display: none;
}

.date-picker-wrapper .caption {
  height: 60px !important;
}

.date-picker-wrapper .caption .prev,
.date-picker-wrapper .caption .next {
  padding: 0;
}

.date-picker-wrapper .caption .prev:hover,
.date-picker-wrapper .caption .next:hover {
  background: none !important;
}

.date-picker-wrapper .week-name {
  font-size: 14px;
}

.date-picker-wrapper .week-name th {
  font-weight: 400;
}

.date-picker-wrapper .month-name {
  font-size: 16px;
  color: #224b8d;
}

.date-picker-wrapper .select-wrapper {
  margin-bottom: -1px;
  cursor: pointer;
  margin-right: 10px;
  border-bottom: 1px dashed #224b8d;
}

.date-picker-wrapper .select-wrapper:last-child {
  margin-right: 0;
}

.date-picker-wrapper .select-wrapper:hover {
  text-decoration: none;
}

.date-picker-wrapper .month-wrapper table .day {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #224b8d !important;
  cursor: pointer;
}

@media only screen and (max-width: 349px) {
  .date-picker-wrapper .month-wrapper table .day {
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
  }
}

.date-picker-wrapper .month-wrapper table .day:hover {
  background: #224b8d !important;
  color: #FFF !important;
}

.date-picker-wrapper .month-wrapper table .invalid {
  color: #ccc !important;
  cursor: not-allowed;
}

.date-picker-wrapper .month-wrapper table .invalid:hover {
  background: none !important;
  color: #ccc !important;
}

.date-picker-wrapper .month-wrapper table .invalid.checked {
  color: #ccc !important;
}

.date-picker-wrapper .month-wrapper table .invalid.checked:hover {
  background: #224b8d !important;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  background: #224b8d;
  color: #FFF !important;
}

.date-picker-wrapper .month-wrapper table .first-date-selected {
  background: #224b8d !important;
  color: #FFF !important;
}

.date-arrow {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  opacity: .5;
}

.date-arrow img {
  width: 100%;
}

.month-wrapper {
  padding: 0 !important;
  border: none !important;
}

.month-wrapper > table {
  max-width: 100%;
}

.date-picker-wrapper .month-wrapper table .day.last-date-selected {
  color: #FFF !important;
  background: #224b8d !important;
}

.date-range-length-tip {
  display: none !important;
}

.wrap-news-filter {
  padding: 40px;
  background: #f2f6fc;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1279px) {
  .wrap-news-filter {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap-news-filter {
    display: none;
    margin-top: -55px;
  }
}

.news-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .news-filter {
    margin-bottom: 0;
  }
}

.news-filter__item {
  width: 50%;
}

@media only screen and (max-width: 1279px) {
  .news-filter__item:nth-child(1) {
    width: 40%;
    padding-right: 15px;
  }

  .news-filter__item:nth-child(2) {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .news-filter__item:nth-child(1),
  .news-filter__item:nth-child(2) {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

.news-filter__inner {
  margin-bottom: 30px;
}

.news-filter__inner:last-child {
  margin-bottom: 0;
}

.news-filter__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.news-filter__input,
.calendar-item {
  width: 100%;
  max-width: 270px;
  height: 40px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #bfc7d2;
  background: #fff;
}

@media only screen and (max-width: 1279px) {
  .news-filter__input,
  .calendar-item {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .news-filter__input,
  .calendar-item {
    max-width: 100%;
  }
}

.calendar-item {
  background: #fff url("../images/ico/calendar.png") no-repeat calc(100% - 10px) center;
}

.news-filter__wrap-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-filter__wrap-checkbox .wrap-checkbox {
  font-size: 14px;
  margin-bottom: 20px;
}

.news-filter__wrap-checkbox .wrap-checkbox.active {
  font-weight: 600;
}

.news-filter__checkbox-item:nth-child(1) {
  width: 60%;
  border-right: 1px solid #bfc7d2;
}

.news-filter__checkbox-item:nth-child(2) {
  padding-left: 25px;
}

@media only screen and (max-width: 767px) {
  .news-filter__checkbox-item:nth-child(1),
  .news-filter__checkbox-item:nth-child(2) {
    width: 100%;
    padding: 0;
    border: none;
  }

  .news-filter__checkbox-item:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    border-bottom: 1px solid #bfc7d2;
    margin-bottom: 15px;
  }

  .news-filter__checkbox-item .wrap-checkbox {
    width: 100%;
  }
}

.news-filter__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-filter__btn .btn {
  max-width: 160px;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .news-filter__btn .btn {
    max-width: 60%;
    margin-bottom: 15px;
  }
}

.news-filter__clear {
  color: #224b8d;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .news-filter__clear {
    font-weight: 600;
    margin-top: 40px;
  }
}

.news-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .news-element {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }

  .news-element:last-child {
    border: none;
    margin: 0;
  }
}

.news-element:last-child {
  margin-bottom: 0;
}

.news-element__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  .news-element__info {
    padding: 0;
  }
}

.news-element__date {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

.news-element__title {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  color: #0065c3 !important;
  text-decoration: none;
  margin-bottom: 15px;
}

.news-element__title:last-child {
  margin-bottom: 0;
}

.news-element__title:hover {
  opacity: .8;
}

.news-element__text {
  font-size: 16px;
  line-height: 28px;
}

.news-element__img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .news-element__img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-bottom: 15px;
  }
}

.news-element__img:hover {
  opacity: .8;
}

.paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.paginator-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .paginator-list {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}


.paginator-item  {
	position: inherit !important;
	padding-left: 0 !important;
	font-size: 15px !important;
	line-height: 1.4 !important;
	margin-bottom: 0 !important;
}

.paginator-list {
	list-style: none !important;
	margin-bottom: 0 !important;
}

.paginator-item {
  margin-right: 10px;
}

.paginator-item:last-child {
  margin-right: 0;
}

.paginator-link,
.paginator-next,
.paginator-prev,
.paginator-last,
.paginator-first {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0065c3;
}

.paginator-link:hover,
.paginator-next:hover,
.paginator-prev:hover,
.paginator-last:hover,
.paginator-first:hover {
  opacity: .8;
}

.paginator-link.active,
.paginator-next.active,
.paginator-prev.active,
.paginator-last.active,
.paginator-first.active {
  color: #FFF;
  background: #0065c3;
}

.paginator-next {
  margin-left: 25px;
  background: url("../images/ico/arrow-paginator.png") no-repeat center center;
}

@media only screen and (max-width: 767px) {
  .paginator-next {
    display: none;
  }
}

.paginator-next:hover {
  opacity: .8;
}

.paginator-last {
  margin-left: 10px;
  background: url("../images/ico/arrow-paginator2.png") no-repeat center center;
}

@media only screen and (max-width: 767px) {
  .paginator-last {
    display: none;
  }
}

.paginator-last:hover {
  opacity: .8;
}

.paginator-prev {
  margin-right: 25px;
  background: url("../images/ico/arrow-paginator.png") no-repeat center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .paginator-prev {
    display: none;
  }
}

.paginator-prev:hover {
  opacity: .8;
}

.paginator-first {
  margin-right: 10px;
  background: url("../images/ico/arrow-paginator2.png") no-repeat center center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .paginator-first {
    display: none;
  }
}

.paginator-first:hover {
  opacity: .8;
}

.open-filter {
  position: relative;
  height: 52px;
  line-height: 52px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  color: #0065c3;
  background: #f2f6fc;
  margin-top: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.open-filter.active:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (min-width: 768px) {
  .open-filter {
    display: none;
  }
}

.open-filter:before {
  display: block;
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  right: 15px;
  background: #f2f6fc url("../images/ico/open-filter.png") no-repeat center center/contain;
  margin-top: -10px;
}

.support-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.support-item:last-child {
  margin-bottom: 0;
}

.support-item .input {
  width: 100%;
}

.support-item .input--half {
  max-width: 300px;
}

@media only screen and (max-width: 767px) {
  .support-item .input--half {
    max-width: 100%;
  }
}

.support-item .input--small {
    max-width: 100px;
}

@media only screen and (max-width: 767px) {
    .support-item .input--small {
        max-width: 100%;
    }
}

.support-item .textarea {
  width: 100%;
  height: 280px;
}

@media only screen and (max-width: 1023px) {
  .support-item .textarea {
    height: 200px;
  }
}

.support-item--align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.support-title {
  width: 225px;
  font-size: 15px;
  line-height: 1.4;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .support-title {
    width: 100%;
    margin-bottom: 10px;
  }
}

.support-data {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 600px;
}

@media only screen and (max-width: 767px) {
  .support-data {
    width: 100%;
  }
}

.support-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 225px;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .support-bottom {
    padding-left: 0;
  }
}

.support-allert {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 45px;
}

@media only screen and (max-width: 1279px) {
  .support-allert {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .support-allert {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

label.error {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -14px;
  padding-left: 15px;
  font-size: 10px;
  font-weight: 600;
  color: #b75f67;
}

.send,
.error-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  max-width: 285px;
}

@media only screen and (max-width: 1279px) {
  .send,
  .error-send {
    font-size: 12px;
  }
}

.send img,
.error-send img {
  margin-right: 15px;
}

.send {
  color: #47a089;
}

.error-send {
  color: #b75f67;
}

.support-filename {
  font-size: 13px;
  line-height: 19px;
  color: #656971;
  margin-top: 15px;
}

.some {
  padding: 15px;
  background: #FFF;
  margin-bottom: 100px;
}

.content h1 {
  color: #000;
  margin-bottom: 25px;
}

.content p,
.content quote {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

.content p a,
.content p span,
.content li a,
.content li span,
.content quote a,
.content quote span {
  font-size: 16px;
  line-height: 26px;
}

.content p:last-child,
.content li:last-child,
.content quote:last-child {
  margin-bottom: 0;
}

.content quote {
  display: block;
  max-width: 600px;
  padding-left: 30px;
  border-left: 4px solid #b75f67;
}

.content a {
  text-decoration: none;
  color: #224b8d;
}

.content a:hover {
  color: #28a7ec;
}

.content .btn {
  color: #fff;
}

.content .btn:hover {
  color: #FFF;
}

.content hr {
  height: 1px;
  background: #bfc7d2;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 30px 0;
}

.content hr:last-child {
  margin-bottom: 0;
}



.tip {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.tip:hover:before {
  bottom: 25px;
  opacity: 1;
  visibility: visible;
}

.tip:before {
  display: block;
  position: absolute;
  content: attr(title);
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  bottom: 35px;
  left: 50%;
  width: 100px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #FFF;
  text-align: center;
  background: #0065c3;
  margin-left: -50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.clip-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 95px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  background: #8591a4;
  margin-left: 6px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .clip-btn {
    margin: 0;
  }
}

.clip-name {
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
}

#filedrag {
  font-weight: 600;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
  border: 2px dashed #bfc7d2;
  cursor: default;
  margin-top: -43px;
}

@media only screen and (max-width: 767px) {
  #filedrag {
    display: none;
  }
}

#filedrag.hover {
  border-color: #224b8d;
  color: #224b8d;
}

.wrap-news-slider {
  width: 370px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .wrap-news-slider {
    width: 100%;
    float: none;
    margin: 0 auto 30px;
  }
}

.wrap-news-slider .next,
.wrap-news-slider .prev {
  width: 20px;
  height: 60px;
  background: url("../images/ico/arrow-paginator.png") no-repeat center center/10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrap-news-slider .prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.news-slider {
  margin-bottom: 15px;
}

.news-slider__slide {
  display: block;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.wrap-news-slider__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-slider__thumbs {
  width: calc(100% - 40px);
}

.news-slider__slide-thumb {
  display: block;
  height: 60px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.arrow-link {
  display: inline-block;
  vertical-align: top;
  min-height: 32px;
  padding-top: 3px;
  padding-left: 45px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #224b8d;
  background: url("../images/ico/arrow-link.png") no-repeat left top/32px;
}

.arrow-link:hover {
  color: #28a7ec;
}

.wrap-tabs {
  max-width: 920px;
}

.tab-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab-link__item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 70px;
  line-height: 70px;
  padding-left: 25px;
  font-size: 22px;
  font-weight: 700;
  color: #224b8d;
  border-top: 4px solid #fff;
  margin-bottom: -1px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .tab-link__item {
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 18px;
    text-align: center;
  }
}

.tab-link__item:hover {
  color: #0065c3;
}

.tab-link__item.active {
  border-top: 4px solid #fec400;
  border-left: 1px solid #bfc7d2;
  border-right: 1px solid #bfc7d2;
  border-bottom: 1px solid #fff;
}

.tab-blocks {
  padding: 45px 25px;
  border: 1px solid #bfc7d2;
}

@media only screen and (max-width: 767px) {
  .tab-blocks {
    padding: 15px;
  }
}

.tab-block__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .tab-block__title {
    margin-bottom: 15px;
  }
}

.tab-block__date {
  font-size: 16px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .tab-block__date {
    margin-bottom: 30px;
  }
}

.tab-block__item {
  display: none;
}

.tab-block__item.active {
  display: block;
}

.tab-block__inner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: 25px;
}

.tab-block__inner-item:last-child {
  margin-bottom: 0;
}

.tab-block__inner-item .arrow-link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 767px) {
  .tab-block__inner-item .arrow-link {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}



li.sm1 {
	margin-left: 20px !important;

}

li.sm2 {
	margin-left: 40px !important;

}

li.sm3 {
	margin-left: 60px !important;

}

li.sm4 {
	margin-left: 80px !important;

}

li.sm5 {
	margin-left: 100px !important;

}

s li.sm6 {
	margin-left: 120px !important;

}

li.sm7 {
	margin-left: 140px !important;
	
}

li.sm8 {
	margin-left: 160px !important;	
}

li.sm9 {
	margin-left: 180px !important;	
}

.disabled {

display:none;
}


.note {
	background-color: rgba(241, 90, 34, 0.1);
	background-image: url(/design/www/images/ico/note.svg);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	background-size: 40px;
	min-height: 80px;
	padding: 20px 20px 20px 75px;
	margin: 20px 0;
}


.file_doc,
.file_xls,
.file_pdf,
.file_zip,
.file_type,
.file_pptx {
	padding: 5px 0 9px 32px;
	display: block;
	position: relative;
	min-height: 32px;
	font-size: 0.9em;
	margin-top:10px;
}

	.file_doc::before,
	.file_xls::before,
	.file_pdf::before,
	.file_zip::before,
	.file_type::before,
	.file_pptx::before {
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		width: 26px;
		height: 32px;
		font-size: 32px;
		color: #0066B3;
		position: absolute;
		top: 0;
		left: 0;
	}

	.file_doc::before {
		content: "\e905";
	}

	.file_xls::before {
		content: "\e913";
	}

	.file_pdf::before {
		content: "\e90c";
	}

	.file_zip::before {
		content: "\e914";
	}

	.file_type::before {
		content: "\e906";
	}

	.file_pptx::before {
		content: "\e917";
	}



.file-link {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	color: #2a5291;	
}


.validator_lable {
	color: Red;
	padding-left: 5px;
}


.form_error {
    color: red;
}

.jq-file__name {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #405965;
	background: #ffffff;
	border-radius: 2px 0 0 2px;
	padding: 0 10px;
	border: 1px solid #CADDF2;
	height: 40px;
	line-height: 40px;
	transition: all 0.3s;
	vertical-align: middle;
	min-width: 200px;
}

.jq-file__browse {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	height: 40px;
	transition: all 0.3s;
	border-radius: 0 2px 2px 0;
	vertical-align: middle;
	min-width: 80px;
	background: #0066B3;
	color: #FFFFFF;
	padding: 8px 15px 7px;
}

.jq-file:hover .jq-file__name {
	border-radius: 8px 0 0 8px;
}

.jq-file:hover .jq-file__browse {
	color: #FFFFFF;
	background: #008ad9;
	border-radius: 0 8px 8px 0;
}

.management-item__post a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.paddingtop20 div {
	padding-top:20px;

}

.div_block {
padding:10px 0 10px 0;
}

.header-info__nav-link {
	border-bottom: 6px solid transparent;
}


.software-item,
.education-information__item {
	display: flex;
	flex-direction: column;
}

	.software-item .software-item__link,
	.education-information__item .btn,
	.software-item .btn {
		margin-top: auto;
	}

.filter th {
	padding-right: 5px;
	text-align: left;
}

.filter {
	margin-bottom: 10px;
}


	.filter td {
		padding-top: 5px;
		padding-right: 10px;
	}




.border_table {
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0 30px;
}

	.border_table th {
		border-bottom: 1px solid #E6E7E8;
		border-top: 1px solid #E6E7E8;
		padding: 15px 10px;
		vertical-align: middle;
		text-align: left;
		background: #fff;
		text-transform: uppercase;
		font-size: 0.7em;
	}

	.border_table td {
		border-bottom: 1px solid #E6E7E8;
		padding: 15px 10px;
		vertical-align: top;
	}

	.border_table tr:nth-child(odd) td {
		background: #fbfbfb;
	}


.form_table {
	width: 100%;
}

	.form_table th,
	.form_table td {
		vertical-align: middle;
		padding: 5px 0;
	}

	.form_table th {
		width: 20%;
		padding-right: 15px;
		text-align: left;
		font-weight: normal;
	}

	.form_table input[type="text"] {
		margin-bottom: 0;
	}

.fu_w {
	width: 300px;
	height: 50px !important;
}

.eon__h4 {
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 12px;
}

.eon__h4--upper {
    text-transform: uppercase;
}

.eon__author {
    margin-bottom: 24px;
    line-height: 22px;
    color: #5e5e5e;
}

.eon__hr {
    border: none;
    height: 1px;
    background: #000;
    margin-bottom: 24px;
}

.eon__hr--gray {
    background: #E5E5E5;
}

.eon__content {
    overflow-y: hidden;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}

.eon__link {
    color: #0065C3;
    border-bottom: 1px dashed #0065C3;
}

.eon__customer-reviews-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .eon__customer-reviews-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.eon__customer-reviews-item {
    margin-bottom: 24px;
    padding: 24px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: calc(50% - 10px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

@media only screen and (max-width: 767px) {
    .eon__customer-reviews-item {
        width: 100%;
    }
}

.eon__customer-reviews-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .eon__customer-reviews-top > h4 {
        max-width: 60%;
    }

.rate-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

.rate-stars span:not(:last-child) {
    margin-right: 6px;
}

.articles-pager {
    position: relative;
}

.articles-pager__article {
    display: none;
}

.articles-pager__article-show {
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.articles-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.articles-pages span {
    margin-right: 5px;
}

.articles-simple-list__article {
    border: 1px solid #d0d0d0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
