/* ----------------------------------- fonts ----------------------------------- */
/* BEGIN Ubuntu Bold */
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Bold/Ubuntu-Bold.eot?v=1.1.0");
  src: url("../fonts/Ubuntu/Bold/Ubuntu-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Ubuntu/Bold/Ubuntu-Bold.woff?v=1.1.0") format("woff"), url("../fonts/Ubuntu/Bold/Ubuntu-Bold.ttf?v=1.1.0") format("truetype"), url("../fonts/Ubuntu/Bold/Ubuntu-Bold.svg?v=1.1.0#UbuntuBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
/* END Ubuntu Bold */
/* BEGIN Ubuntu Medium */
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Medium/Ubuntu-Medium.eot?v=1.1.0");
  src: url("../fonts/Ubuntu/Medium/Ubuntu-Medium.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Ubuntu/Medium/Ubuntu-Medium.woff?v=1.1.0") format("woff"), url("../fonts/Ubuntu/Medium/Ubuntu-Medium.ttf?v=1.1.0") format("truetype"), url("../fonts/Ubuntu/Medium/Ubuntu-Medium.svg?v=1.1.0#UbuntuMedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
/* END Ubuntu Medium */
/* BEGIN Ubuntu Regular */
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Regular/Ubuntu-Regular.eot?v=1.1.0");
  src: url("../fonts/Ubuntu/Regular/Ubuntu-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Ubuntu/Regular/Ubuntu-Regular.woff?v=1.1.0") format("woff"), url("../fonts/Ubuntu/Regular/Ubuntu-Regular.ttf?v=1.1.0") format("truetype"), url("../fonts/Ubuntu/Regular/Ubuntu-Regular.svg?v=1.1.0#UbuntuRegular") format("svg");
  font-weight: 400;
  font-style: normal;
}
/* END Ubuntu Regular */
/* BEGIN Ubuntu Italic */
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Italic/Ubuntu-Italic.eot?v=1.1.0");
  src: url("../fonts/Ubuntu/Italic/Ubuntu-Italic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Ubuntu/Italic/Ubuntu-Italic.woff?v=1.1.0") format("woff"), url("../fonts/Ubuntu/Italic/Ubuntu-Italic.ttf?v=1.1.0") format("truetype"), url("../fonts/Ubuntu/Italic/Ubuntu-Italic.svg?v=1.1.0#UbuntuItalic") format("svg");
  font-weight: 400;
  font-style: italic;
}
/* END Ubuntu Italic */
/* BEGIN Ubuntu Light */
@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Light/Ubuntu-Light.eot?v=1.1.0");
  src: url("../fonts/Ubuntu/Light/Ubuntu-Light.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Ubuntu/Light/Ubuntu-Light.woff?v=1.1.0") format("woff"), url("../fonts/Ubuntu/Light/Ubuntu-Light.ttf?v=1.1.0") format("truetype"), url("../fonts/Ubuntu/Light/Ubuntu-Light.svg?v=1.1.0#UbuntuLight") format("svg");
  font-weight: 300;
  font-style: normal;
}
/* END Ubuntu Light */
/* ----------------------------------- normalize ----------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 600;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ----------------------------------- vars ----------------------------------- */
/* ----------------------------------- classes ----------------------------------- */
.fontreset {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.center {
  max-width: 1280px;
  margin: 0 auto;
}
/* ----------------------------------- global ----------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  line-height: 1.4;
  background: #fff;
  font-family: arial, sans-serif;
  color: #000;
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
  font-family: "Ubuntu";
  font-size: 18px;
  line-height: 21px;
}
input,
textarea {
  outline: none;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
figure,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
ul,
ol {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 100%;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none;
  cursor: pointer;
}
/* ----------------------------------- vars ----------------------------------- */
/* ----------------------------------- wrapper ----------------------------------- */
.wrapper {
  height: 100%;
}
.wrapper p {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #222d41;
}
.wrapper p:last-child {
  margin-bottom: 0;
}
.wrapper input {
  height: 25px;
  width: 100%;
  padding: 0 15px;
  -wabkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
  font-family: "Ubuntu";
  font-size: 16px;
  line-height: 25px;
  color: #222d41;
}
.wrapper input.form-serach-page__input {
  float: left;
  width: 85%;
  height: 52px;
  padding: 0 20px 0 73px;
  border: 1px solid #0071bc;
  font-weight: 300;
  font-size: 18px;
  line-height: 50px;
  color: #222d41;
}
.wrapper input[type="checkbox"] {
  display: none;
}
.wrapper input[type="checkbox"]:checked + label:after {
  content: "\e91d";
}
.wrapper input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #222d41;
  cursor: pointer;
}
.wrapper input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  font-family: "icomoon";
  font-size: 10px;
  line-height: 16px;
  color: #0071bc;
  text-align: center;
  vertical-align: middle;
}
.wrapper .selectBox-label {
  font-size: 16px;
  padding: 14px 15px;
}
.wrapper .selectBox-label a {
  color: #222d41;
}
.wrapper .selectBox {
  color: #222d41;
}
.wrapper .selectBox-dropdown {
  -wabkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ebeeef;
  background: #fff;
}
.wrapper .selectBox-dropdown:focus {
  border-color: #ebeeef;
}
.wrapper .selectBox-dropdown .selectBox-arrow {
  top: 15px;
  right: 8px;
  width: 20px;
  height: 20px;
  border: none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wrapper .selectBox-dropdown-menu {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  letter-spacing: normal;
}
.wrapper .selectBox-options.selectBox-options-top {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wrapper .selectBox-options,
.wrapper .selectBox-options li,
.wrapper .selectBox-options li a {
  font-size: 16px !important;
  line-height: 1.2 !important;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .wrapper input.form-serach-page__input {
    width: 70%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .wrapper input.form-serach-page__input {
    width: 70%;
  }
}
@media (max-width: 639px) {
  .wrapper input.form-serach-page__input {
    width: 100%;
    padding-left: 60px;
  }
}
.wrapper-inner {
  min-height: 100%;
  margin-bottom: -627px;
}
@media (min-width: 640px) and (max-width: 979px) {
  .wrapper-inner {
    margin-bottom: -250px;
  }
}
@media (max-width: 639px) {
  .wrapper-inner {
    margin-bottom: -270px;
  }
}
.content {
  padding-bottom: 627px;
}
.content a {
  color: #0071bc;
}
.content.move-down {
  margin-top: 70px;
}
@media (min-width: 640px) and (max-width: 979px) {
  .content {
    padding-top: 89px;
    padding-bottom: 250px;
  }
  .content.move-down {
    margin-top: 90px;
  }
}
@media (max-width: 639px) {
  .content {
    padding-top: 89px;
    padding-bottom: 270px;
  }
  .content.move-down {
    margin-top: 90px;
  }
}
/* ----------------------------------- header ----------------------------------- */
header.header {
  position: relative;
  -wabkit-box-shadow: 0 0 23px 0 rgba(134, 150, 161, 0.25);
  -moz-box-shadow: 0 0 23px 0 rgba(134, 150, 161, 0.25);
  box-shadow: 0 0 23px 0 rgba(134, 150, 161, 0.25);
}
header.header .center-block {
  position: relative;
}
header.header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  height: 70px;
  width: 100%;
  background-color: #fff;
}
header.header.fixed .header-top-line__bg,
header.header.fixed .header-top-line {
  display: none;
}
header.header.fixed .header-links-group {
  bottom: -30px;
}
header.header.fixed .top-logo {
  padding: 5px 0;
}
header.header.fixed .main-nav {
  padding-top: 25px;
}
header.header.fixed .main-subnav__ul {
  top: 70px;
}
header.header.fixed .top-search-form-wrap {
  top: 70px;
}
header.header.fixed .header-logo-bg:after {
  border-top: 71px solid #0071BF;
}
@media (min-width: 640px) and (max-width: 979px) {
  header.header {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 89px;
    background-color: #fff;
  }
  header.header.fixed {
    height: 89px;
  }
  header.header.fixed .header-top-line__bg,
  header.header.fixed .header-top-line {
    display: block;
  }
  header.header.fixed .header-links-group {
    display: none;
  }
  header.header.fixed .main-nav {
    padding-top: 16px;
  }
  header.header.fixed .top-search-form-wrap {
    top: 89px;
  }
  header.header.fixed .top-logo {
    padding: 0;
  }
  header.header.fixed .header-logo-bg {
    height: 45px;
  }
  header.header.fixed .header-logo-bg:after {
    border-top: 45px solid #0071BF;
  }
}
@media (max-width: 639px) {
  header.header {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 89px;
    background-color: #fff;
  }
  header.header.fixed {
    height: 89px;
  }
  header.header.fixed .header-top-line__bg,
  header.header.fixed .header-top-line {
    display: block;
  }
  header.header.fixed .header-links-group {
    display: none;
  }
  header.header.fixed .main-nav {
    padding-top: 16px;
  }
  header.header.fixed .top-search-form-wrap {
    top: 89px;
  }
  header.header.fixed .top-logo {
    padding: 0;
  }
  header.header.fixed .header-logo-bg {
    height: 45px;
  }
  header.header.fixed .header-logo-bg:after {
    border-top: 45px solid #0071BF;
  }
}
.header-top-line__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 45px;
  background-color: #323d4e;
}
.header-logo-bg {
  position: absolute;
  width: 635px;
  height: 114px;
  background: linear-gradient(90deg, #005ea1 10.14%, #0071bf 89.31999999999999%);
  display: flex;
  max-height: 100%;
  justify-content: end;
  align-items: center;
  padding-right: 40px;
  z-index: 1;
}
.header-logo-bg:before {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 40px;
}
.header-logo-bg:after {
  position: absolute;
  content: '';
  top: 0;
  right: -50px;
  width: 0;
  height: 0;
  border-top: 115px solid #0071BF;
  border-right: 51px solid transparent;
}
@media (max-width: 1700px) {
  .header-logo-bg {
    width: 320px;
  }
}
@media (max-width: 979px) {
  .header-logo-bg {
    height: 45px;
    width: 173px;
  }
  .header-logo-bg:after {
    border-top: 45px solid #0071BF;
    border-right: 51px solid transparent;
  }
}
.center-block {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 639px) {
  .center-block {
    padding: 0 15px;
  }
}
.top-logo {
  z-index: 1;
  line-height: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.top-logo svg {
  max-height: 100%;
  width: auto;
}
/* ----------------------------------- header-top-line ----------------------------------- */
.header-top-line {
  padding-top: 4px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  text-align: right;
}
.header-top-line .icon-pin {
  margin-right: 10px;
  margin-left: 0;
  font-size: 24px;
  color: #fff;
  vertical-align: middle;
}
.header-top-line .icon-tech {
  margin-right: 10px;
  margin-left: 0;
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
}
.header-top-line .icon-mail {
  margin-right: 10px;
  margin-left: 0;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
@media (max-width: 639px) {
  .header-top-line {
    padding: 4px 0;
  }
}
.login-status {
  display: none !important;
  margin: 9px 0;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  color: #0d71b9 !important;
  text-decoration: underline;
  letter-spacing: normal;
  vertical-align: middle;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .login-status {
    display: inline-block !important;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .login-status {
    display: inline-block !important;
  }
}
@media (max-width: 639px) {
  .login-status {
    display: inline-block !important;
    margin: 0;
  }
}
.acc-wrap {
  display: block;
  width: 35px;
  height: 35px;
  margin-left: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
}
.acc-wrap .icon-account {
  font-size: 15px;
  line-height: 35px;
  color: #322e2f;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .acc-wrap {
    margin-left: 11px;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .acc-wrap {
    margin-left: 11px;
  }
}
@media (max-width: 639px) {
  .acc-wrap {
    margin-left: 11px;
  }
}
.acc-wrap:hover {
  background: #0071bc;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.acc-wrap:hover .icon-account {
  color: #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.header-top-line__item {
  display: inline-block;
  margin-left: 40px;
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  letter-spacing: normal;
  vertical-align: middle;
}
.header-top-line__item:last-child {
  margin-left: 0;
}
.header-top-line__item span {
  display: inline-block;
  margin-left: 6px;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .header-top-line__item {
    display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .header-top-line__item {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .header-top-line__item {
    display: none !important;
  }
}
/* ----------------------------------- main-nav ----------------------------------- */
.main-nav {
  height: 75px;
  padding-top: 28px;
}
.main-nav:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.main-nav .icon-search {
  position: relative;
  float: right;
  margin-top: 4px;
  margin-left: 48px;
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .main-nav .icon-search {
    margin-left: 20px;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .main-nav {
    height: 50px;
    padding-top: 16px;
  }
  .main-nav .icon-search {
    font-size: 15px;
  }
}
@media (max-width: 639px) {
  .main-nav {
    height: 50px;
    padding-top: 16px;
  }
  .main-nav .icon-search {
    font-size: 15px;
  }
}
.main-nav__ul {
  float: right;
}
@media (min-width: 640px) and (max-width: 979px) {
  .main-nav__ul {
    overflow: auto;
    display: none;
    position: fixed;
    left: 0;
    top: 89px;
    z-index: 2;
    width: 100%;
    background-color: #fff;
  }
}
@media (max-width: 639px) {
  .main-nav__ul {
    overflow: auto;
    display: none;
    position: fixed;
    left: 0;
    top: 89px;
    z-index: 2;
    width: 100%;
    background-color: #fff;
  }
}
.main-nav__li {
  display: inline-block;
  height: 47px;
  padding: 0 8px;
  margin-right: 22px;
  vertical-align: top;
}
.main-nav__li:last-child {
  margin-right: 0;
}
.main-nav__li.active .main-nav__link {
  position: relative;
}
.main-nav__li.active .main-nav__link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 3px;
  background-color: #0071bc;
}
.main-nav__li:hover .main-subnav__ul {
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .main-nav__li {
    margin-right: 0;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .main-nav__li {
    display: block;
    height: auto;
    padding: 0;
    margin-right: 0;
  }
  .main-nav__li:hover .main-subnav__ul {
    display: none;
  }
  .main-nav__li.active .main-nav__link {
    background-color: #f0f3f5;
  }
  .main-nav__li.active .main-nav__link:before {
    display: none;
  }
}
@media (max-width: 639px) {
  .main-nav__li {
    display: block;
    height: auto;
    padding: 0;
    margin-right: 0;
  }
  .main-nav__li:hover .main-subnav__ul {
    display: none;
  }
  .main-nav__li.active .main-nav__link {
    background-color: #f0f3f5;
  }
  .main-nav__li.active .main-nav__link:before {
    display: none;
  }
}
.main-nav__link {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .main-nav__link {
    font-size: 14px;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .main-nav__link {
    display: block;
    padding: 10px 15px;
  }
  .main-nav__link:hover {
    background-color: #f0f3f5;
  }
}
@media (max-width: 639px) {
  .main-nav__link {
    display: block;
    padding: 10px 15px;
  }
  .main-nav__link:hover {
    background-color: #f0f3f5;
  }
}
.main-nav__link:hover {
  color: #0169b1;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
/* ----------------------------------- main-subnav__ul ----------------------------------- */
.main-subnav__ul {
  display: none;
  position: absolute;
  left: 0;
  top: 114px;
  z-index: 3;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 560px;
  padding: 45px;
  background-color: #f1f5f8;
}
@media (min-width: 640px) and (max-width: 979px) {
  .main-subnav__ul {
    position: static;
    height: auto;
    padding: 0;
    background-color: transparent;
  }
}
@media (max-width: 639px) {
  .main-subnav__ul {
    position: static;
    height: auto;
    padding: 0;
    background-color: transparent;
  }
}
.main-subnav__li {
  display: inline-block;
  width: 25%;
  padding-right: 30px;
  margin-bottom: 30px;
}
.main-subnav__li:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) and (max-width: 979px) {
  .main-subnav__li {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .main-subnav__li.active .main-subnav__link {
    background-color: #f0f3f5;
  }
}
@media (max-width: 639px) {
  .main-subnav__li {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .main-subnav__li.active .main-subnav__link {
    background-color: #f0f3f5;
  }
}
.main-subnav__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  text-transform: uppercase;
  transition: color 0.3s;
}
@media (min-width: 640px) and (max-width: 979px) {
  .main-subnav__link {
    display: block;
    padding: 10px 30px;
  }
  .main-subnav__link:hover {
    background-color: #f0f3f5;
  }
}
@media (max-width: 639px) {
  .main-subnav__link {
    display: block;
    padding: 10px 15px;
  }
  .main-subnav__link:hover {
    background-color: #f0f3f5;
  }
}
.main-subnav__link:hover {
  color: #006cb7;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
/* ----------------------------------- main-subnav-2__ul ----------------------------------- */
.main-subnav-2__ul {
  margin-top: 15px;
}
@media (min-width: 640px) and (max-width: 979px) {
  .main-subnav-2__ul {
    margin-top: 0;
  }
}
@media (max-width: 639px) {
  .main-subnav-2__ul {
    margin-top: 0;
  }
}
.main-subnav-2__li {
  margin-bottom: 10px;
}
.main-subnav-2__li:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) and (max-width: 979px) {
  .main-subnav-2__li {
    margin-bottom: 0;
  }
  .main-subnav-2__li.active .main-subnav-2__link {
    background-color: #f0f3f5;
  }
}
@media (max-width: 639px) {
  .main-subnav-2__li {
    margin-bottom: 0;
  }
  .main-subnav-2__li.active .main-subnav-2__link {
    background-color: #f0f3f5;
  }
}
.main-subnav-2__link {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  transition: color 0.3s;
}
@media (min-width: 640px) and (max-width: 979px) {
  .main-subnav-2__link {
    display: block;
    padding: 10px 45px;
  }
  .main-subnav-2__link:hover {
    background-color: #f0f3f5;
  }
}
@media (max-width: 639px) {
  .main-subnav-2__link {
    display: block;
    padding: 10px 45px;
  }
  .main-subnav-2__link:hover {
    background-color: #f0f3f5;
  }
}
.main-subnav-2__link:hover {
  color: #0169b1;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
/* ----------------------------------- lang-block ----------------------------------- */
.lang-block {
  position: relative;
  float: right;
  margin-top: 4px;
  margin-left: 35px;
}
.lang-block:hover .lang-block-ul {
  display: block;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .lang-block {
    margin-left: 15px;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .lang-block {
    margin-left: 18px;
  }
}
@media (max-width: 639px) {
  .lang-block {
    margin-left: 18px;
  }
}
.lang-block__val {
  font-size: 18px;
  line-height: 1;
  color: #000;
  cursor: pointer;
}
@media (max-width: 639px) {
  .lang-block__val {
    font-size: 16px;
  }
}
.lang-block-ul {
  display: none;
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 2;
  padding: 20px;
  background-color: #f5f7f8;
}
@media (min-width: 640px) and (max-width: 979px) {
  .lang-block-ul {
    left: auto;
    right: 0;
  }
}
@media (max-width: 639px) {
  .lang-block-ul {
    left: auto;
    right: 0;
  }
}
.lang-block__li {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1;
  color: #000;
}
.lang-block__li:last-child {
  margin-bottom: 0;
}
.lang-block__li a {
  font-size: 14px;
  line-height: 1;
  color: #000;
}
/* ----------------------------------- top-search-form ----------------------------------- */
.top-search-form-wrap {
  display: none;
  position: absolute;
  top: 114px;
  z-index: 2;
  width: 100%;
  padding: 5px 0;
  background-color: #ccc;
}
@media (min-width: 640px) and (max-width: 979px) {
  .top-search-form-wrap {
    top: 89px;
  }
}
@media (max-width: 639px) {
  .top-search-form-wrap {
    top: 89px;
  }
}
.top-search-form {
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.top-search-form .icon-close {
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 15px;
  color: #222d41;
  cursor: pointer;
}
@media (min-width: 640px) and (max-width: 979px) {
  .top-search-form .icon-close {
    right: 25px;
  }
}
@media (max-width: 639px) {
  .top-search-form .icon-close {
    right: 25px;
  }
}
.top-search-form__input {
  padding-right: 40px !important;
}
/* ----------------------------------- header-links-group ----------------------------------- */
.header-links-group {
  position: absolute;
  right: 6px;
  bottom: -35px;
  z-index: 1;
}
.header-links-group:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 639px) {
  .header-links-group {
    right: 0;
    width: 100%;
  }
}
.header-links-group__item {
  position: relative;
  float: left;
  height: 35px;
  padding: 0 25px 0 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 35px;
  color: #fff;
}
.header-links-group__item:before {
  content: "\e901";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  font-family: "icomoon";
  font-size: 8px;
  line-height: 1;
  color: #fff;
  opacity: 0.4;
}
@media (max-width: 639px) {
  .header-links-group__item {
    padding: 0 20px 0 15px;
    font-size: 11px;
  }
  .header-links-group__item:first-child {
    width: 40%;
  }
  .header-links-group__item:nth-child(2) {
    width: 28%;
  }
  .header-links-group__item:last-child {
    width: 32%;
  }
  .header-links-group__item:before {
    right: 5px;
  }
}
.header-links-group__item-bg {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
}
.header-links-group__item-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  height: 100%;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
.header-links-group__item-bg.mf__blue {
  background: #005085;
  /* Old browsers */
}
.header-links-group__item-bg.mf__blue:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005085+0,0071bc+99 */
  background: -moz-linear-gradient(left, #005085 0%, #0071bc 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #005085 0%, #0071bc 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #005085 0%, #0071bc 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005085', endColorstr='#0071bc', GradientType=1);
  /* IE6-9 */
}
.header-links-group__item-bg.mf__red {
  background: #9d1600;
  /* Old browsers */
}
.header-links-group__item-bg.mf__red:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9d1600+0,eb3f23+13,ff6a52+100 */
  background: -moz-linear-gradient(left, #9d1600 0%, #eb3f23 13%, #ff6a52 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9d1600 0%, #eb3f23 13%, #ff6a52 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9d1600 0%, #eb3f23 13%, #ff6a52 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d1600', endColorstr='#ff6a52', GradientType=1);
  /* IE6-9 */
}
.header-links-group__item-bg.mf__yellow {
  background: #9b5401;
  /* Old browsers */
}
.header-links-group__item-bg.mf__yellow:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b5401+0,dd841c+13,eaaa31+100 */
  background: -moz-linear-gradient(left, #9b5401 0%, #dd841c 13%, #eaaa31 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9b5401 0%, #dd841c 13%, #eaaa31 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9b5401 0%, #dd841c 13%, #eaaa31 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b5401', endColorstr='#eaaa31', GradientType=1);
  /* IE6-9 */
}
@media (max-width: 639px) {
  .header-links-group__item-bg {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -ms-transform: skew(0);
    -o-transform: skew(0);
    transform: skew(0);
  }
  .header-links-group__item-bg:before {
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -ms-transform: skew(0);
    -o-transform: skew(0);
    transform: skew(0);
  }
}
/* ----------------------------------- main-promo-wrap ----------------------------------- */
.main-promo-wrap {
  background-image: url("");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin-bottom: 30px;
}
.icon-arr-l {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-arr-b {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.main-promo {
  position: relative;
}
.main-promo .slick-list {
  overflow: hidden;
  margin: 0 65px;
}
.main-promo .slick-track {
  display: table;
}
.main-promo .icon-arr-l,
.main-promo .icon-arr-r {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  font-size: 50px;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-promo .icon-arr-l:hover,
.main-promo .icon-arr-r:hover {
  opacity: 1;
}
.main-promo .icon-arr-l {
  left: 0;
}
.main-promo .icon-arr-r {
  right: 0;
}
.main-promo .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 38px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.main-promo .slick-dots button {
  display: none;
}
.main-promo .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #0071bc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 4px;
  letter-spacing: normal;
  cursor: pointer;
}
.main-promo .slick-dots .slick-active {
  background-color: #0071bc;
  cursor: default;
}
@media (max-width: 639px) {
  .main-promo .icon-arr-l,
  .main-promo .icon-arr-r {
    display: none !important;
  }
  .main-promo .slick-list {
    margin: 0;
  }
}
.main-promo__item {
  overflow: hidden;
  display: table-cell;
  height: 500px;
  vertical-align: middle;
}
.main-promo__item:focus {
  outline: none;
}
.main-promo__item.slick-current p {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.main-promo__item.slick-current .btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.main-promo__item.slick-current .main-promo__title {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.main-promo__item.fix-delay p,
.main-promo__item.fix-delay .btn,
.main-promo__item.fix-delay .main-promo__title {
  transition-delay: 0s;
}
.main-promo__item p {
  -webkit-transform: translateX(-25%);
  -moz-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  -o-transform: translateX(-25%);
  transform: translateX(-25%);
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: 1.3s;
}
.main-promo__item .btn {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition-delay: 1.3s;
}
@media (max-width: 639px) {
  .main-promo__item {
    height: 370px;
  }
}
.main-promo__title {
  -webkit-transform: translateX(25%);
  -moz-transform: translateX(25%);
  -ms-transform: translateX(25%);
  -o-transform: translateX(25%);
  transform: translateX(25%);
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: 0.8s;
}
.main-promo__title_with-p {
  margin-bottom: 15px;
}
@media (max-width: 639px) {
  .main-promo__title {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 38px;
  }
}
/* ----------------------------------- btn ----------------------------------- */
.btn {
  display: inline-block;
  position: relative;
  padding: 18px 42px 19px 22px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005085+0,0071bc+100 */
  background: #005085;
  /* Old browsers */
  background: -moz-linear-gradient(left, #005085 0%, #0071bc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #005085 0%, #0071bc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #005085 0%, #0071bc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005085', endColorstr='#0071bc', GradientType=1);
  /* IE6-9 */
  font-size: 15px;
  line-height: 1;
  color: #fff !important;
  cursor: pointer;
}
.btn:before {
  content: "\e901";
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -4px;
  font-family: "icomoon";
  font-size: 8px;
  opacity: 0.4;
}
.btn:focus {
  outline: none;
}
.btn.no-arr {
  padding: 18px 35px 19px;
}
.btn.no-arr:before {
  display: none;
}
@media (max-width: 639px) {
  .btn {
    padding: 12px 42px 13px 22px;
  }
  .btn.no-arr {
    padding: 12px 22px 13px;
    text-align: center;
  }
}
/* ----------------------------------- section-title-block ----------------------------------- */
.section-title-block-wrap {
  padding-bottom: 15px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ebeeef;
}
@media (max-width: 639px) {
  .section-title-block-wrap {
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: none;
  }
}
.section-title-block {
  display: table;
}
@media (max-width: 639px) {
  .section-title-block {
    display: block;
  }
}
.section-title__name {
  display: table-cell;
  padding: 12px 30px 13px 0;
  border-right: 1px solid #0071bc;
  font-weight: 300;
  font-size: 35px;
  line-height: 1;
  color: #222d41;
  vertical-align: middle;
}
@media (max-width: 639px) {
  .section-title__name {
    display: block;
    padding: 0;
    margin-bottom: 10px;
    border-right: none;
    font-size: 28px;
  }
}
.section-title__desc {
  display: table-cell;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.2;
  color: #c0c5ca;
  vertical-align: middle;
}
@media (max-width: 639px) {
  .section-title__desc {
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
/* ----------------------------------- menu-content ----------------------------------- */
.menu-content {
  margin-bottom: 60px;
}
.menu-content:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 639px) {
  .menu-content {
    padding: 0;
  }
}
.menu-content-left {
  float: left;
  width: 380px;
  margin-right: -380px;
}
@media (max-width: 639px) {
  .menu-content-left {
    float: none;
    position: relative;
    width: 100%;
    margin-right: 0;
  }
}
.menu-content-right {
  float: left;
  width: 100%;
  padding-left: 420px;
}
@media (max-width: 639px) {
  .menu-content-right {
    float: none;
    padding-left: 0;
  }
}
.menu-content-left__ul-val {
  position: relative;
  display: none;
  width: 100%;
  background-color: #f0f3f5;
}
.menu-content-left__ul-val [class^="icon-"] {
  color: #0071bc !important;
}
@media (max-width: 639px) {
  .menu-content-left__ul-val {
    display: table;
  }
  .menu-content-left__ul-val:before {
    content: "\e902";
    display: inline-block;
    position: absolute;
    right: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 50%;
    margin-top: -10px;
    font-family: "icomoon";
    font-size: 10px;
    color: #0071bc;
  }
}
@media (max-width: 639px) {
  .menu-content-left__ul {
    display: none;
    position: absolute;
    left: 0;
    top: 68px;
    z-index: 1;
    width: 100%;
    background-color: #fff;
  }
}
.menu-content-left__li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #f0f3f5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu-content-left__li:hover {
  background-color: #f0f3f5;
}
.menu-content-left__li.active {
  background-color: #f0f3f5;
}
.menu-content-left__li.active [class^="icon-"] {
  color: #0071bc !important;
}
.menu-content-left__link {
  position: relative;
  display: table-cell;
  height: 68px;
  padding: 10px 30px 10px 80px;
  font-size: 16px;
  line-height: 1.2;
  color: #323e50 !important;
  vertical-align: middle;
}
.menu-content-left__link [class^="icon-"] {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #322e2f;
}
.menu-content-left__link .icon-menu-1 {
  font-size: 40px;
}
.menu-content-left__link .icon-menu-2 {
  font-size: 40px;
}
.menu-content-left__link .icon-menu-3 {
  font-size: 42px;
}
.menu-content-left__link .icon-menu-4 {
  font-size: 42px;
}
.menu-content-left__link .icon-menu-5 {
  font-size: 42px;
}
.menu-content-left__link .icon-menu-6 {
  font-size: 35px;
}
.menu-content-left__link .icon-menu-7 {
  font-size: 42px;
}
@media (max-width: 639px) {
  .menu-content-left__link {
    padding-left: 65px;
  }
}
.icon-arr-l-min {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-arr-b-min {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tab-blocks-wrap {
  position: relative;
  padding-bottom: 55px;
}
.tab-blocks-wrap .icon-arr-l-min,
.tab-blocks-wrap .icon-arr-r-min {
  float: left;
  width: 30px;
  height: 30px;
  border: 1px solid #0071bc;
  font-size: 12px;
  line-height: 28px;
  color: #0071bc;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tab-blocks-wrap .slick-dots {
  float: left;
  margin: 0 20px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.tab-blocks-wrap .slick-dots button {
  width: 30px;
  background-color: transparent;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}
.tab-blocks-wrap .slick-dots button:focus {
  outline: none;
}
.tab-blocks-wrap .slick-dots li {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid transparent;
  color: #c0c5ca;
  letter-spacing: normal;
  cursor: pointer;
}
.tab-blocks-wrap .slick-dots .slick-active {
  border-color: #0071bc;
  color: #0071bc;
  cursor: default;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .tab-blocks-wrap .icon-arr-l-min,
  .tab-blocks-wrap .icon-arr-r-min,
  .tab-blocks-wrap .slick-dots {
    float: none;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .tab-blocks-wrap .icon-arr-l-min,
  .tab-blocks-wrap .icon-arr-r-min,
  .tab-blocks-wrap .slick-dots {
    float: none;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
}
@media (max-width: 639px) {
  .tab-blocks-wrap .icon-arr-l-min,
  .tab-blocks-wrap .icon-arr-r-min,
  .tab-blocks-wrap .slick-dots {
    float: none;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
}
.tab-blocks {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.tab-blocks .slick-list {
  overflow: hidden;
}
.tab-blocks__items {
  overflow: hidden;
  display: inline-block;
  padding-right: 40px;
  letter-spacing: normal;
  vertical-align: top;
}
.tab-blocks__items:focus {
  outline: none;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .tab-blocks__items {
    padding-right: 0;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .tab-blocks__items {
    padding-right: 0;
  }
}
@media (max-width: 639px) {
  .tab-blocks__items {
    padding-right: 0;
  }
}
.tab-blocks__item {
  overflow: hidden;
  position: relative;
  height: 170px;
  padding: 25px 70px 25px 25px;
  margin-bottom: 40px;
  background-image: url("");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.tab-blocks__item:last-child {
  margin-bottom: 0;
}
.tab-blocks__item:before {
  content: "\e901";
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 12px;
  color: #fff;
  font-family: "icomoon";
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tab-blocks__item p {
  color: #222d41;
}
.tab-blocks__item:hover:before {
  opacity: 0;
}
.tab-blocks__item:hover .tab-blocks__desc {
  opacity: 1;
}
.tab-blocks__item:hover .tab-blocks__title {
  color: #222d41;
}
.tab-blocks__item:hover .tab-blocks__item-hover {
  opacity: 1;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .tab-blocks__item {
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .tab-blocks__item {
    margin-bottom: 10px;
  }
}
@media (max-width: 639px) {
  .tab-blocks__item {
    margin-bottom: 10px;
  }
}
.tab-blocks__title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tab-blocks__desc {
  position: relative;
  z-index: 1;
  width: 70%;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tab-blocks__item-link {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.tab-blocks__item-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 100%;
  border-top: 86px solid #f0f3f5;
  border-bottom: 86px solid #f0f3f5;
  border-right: 70px solid transparent;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tab-blocks-nav {
  position: absolute;
  right: 40px;
  bottom: 0;
}
.tab-blocks-nav:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (min-width: 980px) and (max-width: 1279px) {
  .tab-blocks-nav {
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .tab-blocks-nav {
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
  }
}
@media (max-width: 639px) {
  .tab-blocks-nav {
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
  }
}
/* ----------------------------------- gray-bg ----------------------------------- */
.gray-bg {
  background-color: #f6f8f9;
}
.gray-bg.push-top {
  margin-bottom: 30px;
}
.mf_pad-30-0 {
  padding: 30px 0;
}
/* ----------------------------------- solution-tabs----------------------------------- */
.solution-tabs {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.solution-tabs__item {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  letter-spacing: normal;
  vertical-align: top;
}
.solution-tabs__item:nth-child(3n) {
  margin-right: 0;
}
.solution-tabs__item:hover .solution-tabs__img-wrap {
  border-color: #d2d7de;
}
@media (min-width: 640px) and (max-width: 979px) {
  .solution-tabs__item {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .solution-tabs__item {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.solution-tabs__img-wrap {
  margin-bottom: 15px;
  border: 1px solid transparent;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 640px) and (max-width: 979px) {
  .solution-tabs__img-wrap {
    border: none;
  }
}
@media (max-width: 639px) {
  .solution-tabs__img-wrap {
    border: none;
  }
}
.solution-tabs__img {
  height: 30%;
  width: auto;
  margin: 15px auto;
}
.solution-tabs__title {
  font-size: 20px;
  line-height: 1.2;
  color: #222d41;
}
/* ----------------------------------- news-block----------------------------------- */
.news-block {
  margin-bottom: 60px;
}
.news-block:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 639px) {
  .news-block {
    padding: 0;
    margin-bottom: 30px;
  }
}
.news-block__main {
  position: relative;
  float: left;
  width: 50%;
  padding-top: 29%;
  margin-right: -58%;
  background-image: url("");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.news-block__main p,
.news-block__main a {
  color: #fff;
}
@media (min-width: 640px) and (max-width: 979px) {
  .news-block__main {
    float: none;
    width: 100%;
    padding-top: 40%;
  }
}
@media (max-width: 639px) {
  .news-block__main {
    float: none;
    width: 100%;
    height: 275px;
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.news-block__main-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 470px;
  padding: 20px 60px 20px 40px;
  background-color: rgba(50, 61, 78, 0.8);
}
@media (max-width: 639px) {
  .news-block__main-desc {
    max-width: none;
    padding: 15px;
  }
}
.news-block__main-date {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1;
  color: #0f98dc;
}
.news-block-list {
  float: left;
  width: 100%;
  padding-left: 54%;
}
@media (min-width: 640px) and (max-width: 979px) {
  .news-block-list {
    float: none;
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 639px) {
  .news-block-list {
    float: none;
    width: 100%;
    padding: 15px;
  }
}
.news-block__item {
  margin-bottom: 50px;
}
.news-block__item:last-child {
  margin-bottom: 0;
}
.news-block__item a {
  color: #222d41;
}
@media (max-width: 639px) {
  .news-block__item {
    margin-bottom: 30px;
  }
  .news-block__item:last-child {
    margin-bottom: 0;
  }
}
.news-block__date {
  margin-bottom: 10px;
  font-style: italic;
  font-size: 13px;
  line-height: 1;
  color: #bbbbbb;
}
.news-block__link {
  color: #0071bc;
  text-decoration: underline;
}
@media (max-width: 639px) {
  .news-block__link {
    font-size: 16px;
  }
}
/* ----------------------------------- partners-slider ----------------------------------- */
.partners-slider-tabs {
  margin-bottom: 75px;
}
.partners-slider-tabs:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.partners-slider-tab {
  float: left;
  padding-bottom: 30px;
  margin-right: 95px;
  border-bottom: 3px solid transparent;
  font-size: 35px;
  line-height: 1;
  color: #222d41;
  cursor: pointer;
}
.partners-slider-tab:last-child {
  margin-right: 0;
}
.partners-slider-tab.active {
  color: #0071bc;
  border-color: #0071bc;
  cursor: default;
}
@media (min-width: 640px) and (max-width: 979px) {
  .partners-slider-tab {
    margin-right: 20px;
    font-size: 28px;
  }
  .partners-slider-tab:last-child {
    margin-right: 0;
  }
}
@media (max-width: 639px) {
  .partners-slider-tab {
    margin-right: 20px;
    font-size: 28px;
  }
  .partners-slider-tab:last-child {
    margin-right: 0;
  }
}
.partners-slider {
  display: none;
  position: relative;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.partners-slider .slick-list {
  overflow: hidden;
}
.partners-slider .icon-arr-l-min,
.partners-slider .icon-arr-r-min {
  position: absolute;
  top: -50px;
  width: 30px;
  height: 30px;
  border: 1px solid #0071bc;
  font-size: 12px;
  line-height: 28px;
  color: #0071bc;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.partners-slider .icon-arr-r-min {
  right: 0;
}
.partners-slider .icon-arr-l-min {
  right: 35px;
}
@media (min-width: 640px) and (max-width: 979px) {
  .partners-slider {
    white-space: nowrap;
  }
  .partners-slider .icon-arr-l-min {
    right: auto;
    left: 0;
  }
}
@media (max-width: 639px) {
  .partners-slider {
    white-space: nowrap;
  }
  .partners-slider .icon-arr-l-min {
    right: auto;
    left: 0;
  }
}
.partners-slider__item-wrap {
  display: inline-block;
  padding-right: 70px;
  letter-spacing: normal;
  vertical-align: top;
}
.partners-slider__item-wrap:focus {
  outline: none;
}
.partners-slider__item-wrap a:focus {
  outline: none;
}
@media (min-width: 640px) and (max-width: 979px) {
  .partners-slider__item-wrap {
    padding-right: 0;
  }
}
@media (max-width: 639px) {
  .partners-slider__item-wrap {
    padding-right: 0;
  }
}
.partners-slider__item {
  height: 85px;
  background-image: url("");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
}
@media (min-width: 640px) and (max-width: 979px) {
  .partners-slider__item {
    width: 175px;
    margin: 0 auto;
  }
}
@media (max-width: 639px) {
  .partners-slider__item {
    width: 175px;
    margin: 0 auto;
  }
}
/* ----------------------------------- footer ----------------------------------- */
footer.footer {
  padding: 65px 0;
  color: #fff;
  background-image: url("../images/footer-bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
footer.footer .center-block:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (min-width: 640px) and (max-width: 979px) {
  footer.footer {
    height: 250px;
    padding: 30px 0;
  }
}
@media (max-width: 639px) {
  footer.footer {
    height: 270px;
    padding: 30px 0;
  }
}
.footer-text-block {
  float: left;
  width: 30%;
}
.footer-text-block p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
  color: #b8b8b8;
}
.footer-text-block p:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) and (max-width: 979px) {
  .footer-text-block {
    display: none;
  }
}
@media (max-width: 639px) {
  .footer-text-block {
    display: none;
  }
}
.footer-text-block__title {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 24px;
  line-height: 1;
}
.footer-menu {
  float: left;
  width: 70%;
  padding-left: 100px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
@media (min-width: 640px) and (max-width: 979px) {
  .footer-menu {
    float: none;
    width: 100%;
    padding-left: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
  }
}
@media (max-width: 639px) {
  .footer-menu {
    float: none;
    width: 100%;
    padding-left: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
  }
}
.footer-menu__li {
  display: inline-block;
  width: 33.333%;
  padding-right: 15px;
  margin-bottom: 30px;
  letter-spacing: normal;
  vertical-align: top;
}
@media (min-width: 640px) and (max-width: 979px) {
  .footer-menu__li {
    padding: 0 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 639px) {
  .footer-menu__li {
    width: auto;
    margin-bottom: 10px;
    white-space: nowrap;
    letter-spacing: normal;
  }
  .footer-menu__li:last-child {
    margin-bottom: 0;
  }
  .footer-menu__li:last-child:after {
    display: none;
  }
  .footer-menu__li:after {
    content: "|";
    display: inline-block;
    margin: 0 8px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    vertical-align: middle;
  }
}
.footer-menu__link {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
}
.footer-menu__link:last-child {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .footer-menu__link {
    margin-bottom: 0;
    font-size: 14px;
    vertical-align: middle;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .footer-submenu {
    display: none;
  }
}
@media (max-width: 639px) {
  .footer-submenu {
    display: none;
  }
}
.footer-submenu__li {
  margin-bottom: 15px;
}
.footer-submenu__li:last-child {
  margin-bottom: 0;
}
.footer-submenu__link {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
}
.footer-bottom {
  float: left;
  width: 100%;
  margin-top: 65px;
}
.footer-bottom:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (min-width: 640px) and (max-width: 979px) {
  .footer-bottom {
    margin-top: 40px;
  }
}
@media (max-width: 639px) {
  .footer-bottom {
    margin-top: 20px;
  }
}
.footer-soc-icons {
  float: left;
}
.footer-soc-icons a {
  margin-right: 20px;
  color: #fff;
  vertical-align: middle;
}
.footer-soc-icons a:last-child {
  margin-right: 0;
}
.footer-soc-icons .icon-in {
  font-size: 19px;
}
.footer-soc-icons .icon-fb {
  font-size: 19px;
}
.footer-soc-icons .icon-tw {
  font-size: 15px;
}
.footer-soc-icons .icon-yt {
  font-size: 15px;
}
.footer-soc-icons .icon-vk {
  font-size: 12px;
}
@media (min-width: 640px) and (max-width: 979px) {
  .footer-soc-icons a {
    margin-right: 10px;
  }
}
@media (max-width: 639px) {
  .footer-soc-icons {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.footer-bottom-right {
  float: right;
  width: 420px;
}
.footer-bottom-right:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 639px) {
  .footer-bottom-right {
    float: none;
    width: 100%;
  }
}
.footer-defa {
  float: right;
}
.footer-defa .icon-defa {
  font-size: 23px;
  color: #fff;
  vertical-align: middle;
  opacity: 0.5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer-defa .icon-defa:hover {
  opacity: 1;
}
@media (max-width: 639px) {
  .footer-defa {
    float: none;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}
.footer-defa__text {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
}
.copyright {
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 639px) {
  .copyright {
    float: none;
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}
/* ----------------------------------- crumbs ----------------------------------- */
.crumbs {
  margin-top: 35px;
}
.crumbs li {
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  color: #a1a1a1;
  vertical-align: middle;
}
.crumbs li:after {
  content: "\e902";
  display: inline-block;
  margin: 0 12px;
  font-family: "icomoon";
  font-size: 10px;
  vertical-align: middle;
}
.crumbs li:last-child:after {
  display: none;
}
.crumbs a {
  font-size: 13px;
  line-height: 1;
  color: #9d9fa1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.crumbs a:hover {
  color: #0071bc;
}
/* ----------------------------------- section-title ----------------------------------- */
.section-title {
  margin: 25px 0 45px;
  font-weight: 300;
  font-size: 40px;
  line-height: 42px;
  color: #222d41;
}
.section-title.push-top {
  margin-top: 0;
}
@media (max-width: 639px) {
  .section-title {
    margin: 15px 0 20px;
    font-size: 28px;
    line-height: 1.2;
  }
}
/* ----------------------------------- headers ----------------------------------- */
.h1 {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
  color: #222d41;
}
@media (min-width: 640px) and (max-width: 979px) {
  .h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
  }
}
@media (max-width: 639px) {
  .h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
  }
}
.out-border-left {
  position: relative;
}
.out-border-left:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #0071bc;
}
.out-border-left.push-top {
  margin-bottom: 30px;
}
@media (max-width: 639px) {
  .out-border-left:before {
    display: none;
  }
}
/* ----------------------------------- news-list ----------------------------------- */
.news-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.news-list .btn-wrap {
  margin: 60px 0 90px;
  letter-spacing: normal;
  text-align: center;
}
.news-list .btn {
  display: inline-block;
}
@media (max-width: 639px) {
  .news-list {
    padding: 0;
  }
  .news-list .btn-wrap {
    padding: 0 15px;
    margin: 10px 0 40px;
  }
  .news-list .btn {
    display: block;
    width: 100%;
  }
}
.news-list__item {
  position: relative;
  display: inline-block;
  width: 33.333%;
  padding: 35px;
  letter-spacing: normal;
  vertical-align: top;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.news-list__item:hover {
  background-color: #f0f3f5;
}
@media (min-width: 640px) and (max-width: 979px) {
  .news-list__item {
    width: 50%;
  }
  .news-list__item:hover {
    background-color: #fff;
  }
}
@media (max-width: 639px) {
  .news-list__item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .news-list__item:hover {
    background-color: #fff;
  }
}
.news-list__type {
  border: 1px solid red;
  color: red;
  padding: 15px 20px;
  font-size: 14px;
  position: absolute;
  top: 50px;
  left: 50px;
}
.news-list__type.done {
  top: 85px;
  border: 1px solid #fff;
  color: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 639px) {
  .news-list__type {
    top: 10px;
    left: 10px;
  }
}
.news-list__img {
  width: 100%;
  margin-bottom: 15px;
}
.news-list__date {
  padding-left: 26px;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 13px;
  line-height: 1;
  color: #bbbbbb;
}
@media (max-width: 639px) {
  .news-list__date {
    padding: 0 15px;
  }
}
.news-list__title {
  padding-left: 25px;
  margin-bottom: 10px;
  border-left: 1px solid #0071bc;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #222d41;
}
@media (min-width: 640px) and (max-width: 979px) {
  .news-list__title {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .news-list__title {
    padding: 0 15px;
    border-left: none;
    font-weight: normal;
    font-size: 20px;
  }
}
.news-list__desc {
  padding-left: 26px;
}
@media (max-width: 639px) {
  .news-list__desc {
    padding: 0 15px;
  }
}
.news-list__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ----------------------------------- wrecords-list ----------------------------------- */
.wrecords-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.wrecords-list .btn-wrap {
  margin: 15px 0 400px;
  letter-spacing: normal;
  text-align: center;
}
.wrecords-list .btn {
  padding: 20px 40px;
  font-size: 20px;
  line-height: 23px;
  display: inline-block;
}
@media (max-width: 639px) {
  .wrecords-list .btn-wrap {
    margin: 40px 0 60px;
  }
  .wrecords-list .btn {
    padding: 10px 40px;
    font-size: 16px;
    display: block;
    width: 100%;
  }
}
.wrecords-list__item {
  position: relative;
  display: inline-block;
  width: 50%;
  padding: 35px;
  letter-spacing: normal;
  vertical-align: top;
}
@media (min-width: 640px) and (max-width: 768px) {
  .wrecords-list__item {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .wrecords-list__item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.wrecords-list__img {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 639px) {
  .wrecords-list__img {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }
}
.wrecords-list__img img {
  width: 100%;
  margin-bottom: 0;
}
a.wrecords-list__btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 20px;
  line-height: 23px;
  padding: 15px 15px 15px 40px;
  background-color: #0083de;
  color: #fff;
}
@media (max-width: 639px) {
  a.wrecords-list__btn {
    left: auto;
    bottom: 20px;
    padding: 10px 10px 10px 30px;
    font-size: 16px;
  }
}
a.wrecords-list__btn svg {
  position: absolute;
  left: 15px;
  top: 17px;
}
@media (max-width: 639px) {
  a.wrecords-list__btn svg {
    height: 15px;
    width: 12px;
    left: 10px;
    top: 14px;
  }
}
.wrecords-list__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
}
.wrecords-list__tags-item {
  padding: 10px 20px;
  color: #9096A0;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #9096A0;
}
@media (max-width: 639px) {
  .wrecords-list__tags-item {
    padding: 10px;
    font-size: 12px;
  }
}
.wrecords-list__date {
  padding: 4px 0 15px;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #9096A0;
}
@media (max-width: 639px) {
  .wrecords-list__date {
    padding: 0 0 10px;
  }
}
.wrecords-list__desc {
  padding-left: 26px;
  border-left: 1px solid #0071bc;
}
.wrecords-list__desc p {
  color: #222d41;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 639px) {
  .wrecords-list__desc p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 639px) {
  .wrecords-list__desc {
    padding-left: 10px;
  }
}
/* ----------------------------------- wrecords-detail ----------------------------------- */
.wrecords-detail {
  margin-top: 40px;
}
.wrecords-detail__subtitle {
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  color: #003052;
}
@media (max-width: 639px) {
  .wrecords-detail__subtitle {
    font-size: 18px;
  }
}
.wrecords-detail__title {
  font-size: 30px;
  line-height: 42px;
  margin: 6px 0 26px;
  color: #003052;
}
@media (max-width: 639px) {
  .wrecords-detail__title {
    font-size: 20px;
    line-height: 28px;
    margin: 8px 0 30px;
  }
}
.wrecords-detail__desc {
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  margin: 10px 0 50px;
  color: #222d41;
}
@media (max-width: 639px) {
  .wrecords-detail__desc {
    font-size: 24px;
    line-height: 34px;
    margin: 8px 0 20px;
  }
}
.wrecords-detail__date {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Ubuntu;
  font-size: 16px;
  line-height: 1;
  color: #222d41;
  margin-bottom: 20px;
}
@media (max-width: 639px) {
  .wrecords-detail__date {
    font-weight: 300;
    color: #9096A0;
    margin-bottom: 5px;
  }
  .wrecords-detail__date svg {
    display: none;
  }
}
.wrecords-detail__video {
  margin-bottom: 70px;
  width: 85%;
}
@media (max-width: 639px) {
  .wrecords-detail__video {
    margin-bottom: 40px;
    width: 100%;
  }
}
.wrecords-detail__video-stub {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.wrecords-detail__video-stub img {
  width: 100%;
  margin-bottom: 0;
}
.wrecords-detail--play .wrecords-detail__video-stub {
  display: none;
}
.wrecords-detail__video-player {
  display: none;
}
.wrecords-detail--play .wrecords-detail__video-player {
  display: block;
}
a.wrecords-detail__video-auth,
a.wrecords-detail__video-show {
  position: absolute;
  font-size: 20px;
  line-height: 23px;
  padding: 15px 15px 15px 40px;
  background-color: #0083de;
  color: #fff;
}
@media (max-width: 639px) {
  a.wrecords-detail__video-auth,
  a.wrecords-detail__video-show {
    padding: 10px 10px 10px 30px;
    font-size: 16px;
  }
}
a.wrecords-detail__video-auth svg,
a.wrecords-detail__video-show svg {
  position: absolute;
  left: 15px;
  top: 17px;
}
@media (max-width: 639px) {
  a.wrecords-detail__video-auth svg,
  a.wrecords-detail__video-show svg {
    height: 15px;
    width: 12px;
    left: 10px;
    top: 14px;
  }
}
.wrecords-detail__video-show {
  display: none;
}
.wrecords-detail--authorized .wrecords-detail__video-show {
  display: block;
}
.wrecords-detail--authorized .wrecords-detail__video-auth {
  display: none;
}
.wrecords-detail__info {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  margin-bottom: 70px;
  background-color: #f6f8f9;
}
@media (max-width: 639px) {
  .wrecords-detail__info {
    padding: 20px 0;
    margin: 0 -15px 40px;
    gap: 20px;
  }
}
.wrecords-detail__info-title {
  width: 100%;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}
@media (max-width: 639px) {
  .wrecords-detail__info-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
  }
}
.wrecords-detail__info-subtitle {
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  color: #003052;
}
@media (max-width: 639px) {
  .wrecords-detail__info-subtitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.wrecords-detail__info-theses {
  width: 50%;
  padding: 0 75px;
  border-right: 1px solid #c0c0c0;
}
@media (min-width: 640px) and (max-width: 979px) {
  .wrecords-detail__info-theses {
    padding: 0 25px;
  }
}
@media (max-width: 639px) {
  .wrecords-detail__info-theses {
    padding: 0 15px;
    width: 100%;
    border: none;
  }
}
.wrecords-detail__info-theses > ul:not([class]) li {
  font-weight: 300;
  margin-bottom: 10px;
  color: #000;
}
@media (max-width: 639px) {
  .wrecords-detail__info-theses > ul:not([class]) li {
    line-height: 19px;
  }
}
@media (max-width: 639px) {
  .wrecords-detail__info-theses > ul:not([class]) li::before {
    top: 5px;
  }
}
.wrecords-detail__info-speakers {
  width: 50%;
  padding: 0 75px;
}
@media (min-width: 640px) and (max-width: 979px) {
  .wrecords-detail__info-speakers {
    padding: 0 25px;
  }
}
@media (max-width: 639px) {
  .wrecords-detail__info-speakers {
    padding: 0 15px;
    width: 100%;
    text-align: center;
  }
}
.wrecords-detail__speakers {
  margin-bottom: 26px;
}
@media (max-width: 639px) {
  .wrecords-detail__speakers {
    margin-bottom: 20px;
  }
}
.wrecords-detail__speakers-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.wrecords-detail__speakers-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .wrecords-detail__speakers-item {
    flex-direction: column;
    margin-bottom: 0;
    gap: 10px;
  }
}
.wrecords-detail__speakers-img {
  width: 97px;
  height: 97px;
  flex-shrink: 0;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 639px) {
  .wrecords-detail__speakers-img {
    width: 147px;
    height: 147px;
    margin: 0 auto;
  }
}
.wrecords-detail__speakers-name {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 3px;
  color: #222d41;
}
@media (max-width: 639px) {
  .wrecords-detail__speakers-name {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
  }
}
.wrecords-detail__speakers-position {
  font-size: 14px;
  line-height: 16px;
  color: #9E9E9E;
  margin-bottom: 3px;
}
@media (max-width: 639px) {
  .wrecords-detail__speakers-position {
    margin-bottom: 5px;
    text-align: center;
  }
}
.wrecords-detail__speakers-company {
  font-size: 14px;
  line-height: 20px;
  color: #222d41;
}
@media (max-width: 639px) {
  .wrecords-detail__speakers-company {
    text-align: center;
  }
}
.wrecords-detail__speakers-company span {
  font-size: 16px;
  line-height: 24px;
}
.wrecords-detail__speakers .flex-direction-nav {
  display: none;
}
.wrecords-detail__speakers .flex-control-nav {
  font-size: 0;
  text-align: center;
  margin-top: 15px;
}
.wrecords-detail__speakers .flex-control-nav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2.5px;
}
.wrecords-detail__speakers .flex-control-nav li a {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  cursor: pointer;
  background-color: #A1A1A1;
}
.wrecords-detail__speakers .flex-control-nav li a.flex-active {
  background-color: #0083de;
  cursor: default;
}
a.new-btn.wrecords-detail__download,
a.new-btn.wrecords-detail__authorized {
  position: relative;
  padding: 14px 19px 14px 49px;
  font-size: 20px;
  line-height: 24px;
  color: #f85417;
}
@media (max-width: 639px) {
  a.new-btn.wrecords-detail__download,
  a.new-btn.wrecords-detail__authorized {
    width: fit-content;
    font-size: 16px;
    padding: 9px 9px 9px 32px;
  }
}
a.new-btn.wrecords-detail__download::before,
a.new-btn.wrecords-detail__authorized::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url('/local/templates/main/images/pdf-icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 12px);
  left: 20px;
}
@media (max-width: 639px) {
  a.new-btn.wrecords-detail__download::before,
  a.new-btn.wrecords-detail__authorized::before {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    left: 10px;
  }
}
a.new-btn.wrecords-detail__download {
  display: none;
}
.wrecords-detail--authorized a.new-btn.wrecords-detail__download {
  display: inline-block;
}
.wrecords-detail--authorized a.new-btn.wrecords-detail__authorized {
  display: none;
}
.wrecords-detail__for {
  margin-bottom: 70px;
}
.wrecords-detail__for > div {
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  color: #003052;
  margin-bottom: 28px;
}
@media (max-width: 639px) {
  .wrecords-detail__for > div {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #000;
  }
}
.wrecords-detail__for > ul:not([class]) li {
  margin-bottom: 10px;
  line-height: 19px;
  font-weight: 400;
  color: #000;
}
.wrecords-detail__for > ul:not([class]) li::before {
  top: 5px;
}
@media (max-width: 639px) {
  .wrecords-detail__for > ul:not([class]) li {
    font-weight: 300;
  }
}
.wrecords-detail__order {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  padding: 50px;
  background-color: #003254;
  color: #fff;
}
@media (max-width: 639px) {
  .wrecords-detail__order {
    gap: 20px;
    padding: 20px;
  }
}
.wrecords-detail__order-text {
  font-size: 30px;
  line-height: 34px;
}
@media (max-width: 639px) {
  .wrecords-detail__order-text {
    font-size: 20px;
  }
}
.wrecords-detail__order a.new-btn {
  padding: 14px;
}
@media (max-width: 639px) {
  .wrecords-detail__order a.new-btn {
    width: fit-content;
    padding: 9px;
    font-size: 16px;
  }
}
/* ----------------------------------- photo-text-preview-slider ----------------------------------- */
.photo-text-preview-slider {
  margin-bottom: 40px;
}
.photo-text-preview-slider .text-block {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f0f3f5;
  font-size: 20px;
  line-height: 32px;
  color: #222d41;
  letter-spacing: normal;
}
.photo-text-preview-slider .text-block__num {
  display: none;
  padding: 40px;
  text-align: center;
}
.photo-text-preview-slider .text-block__text {
  display: table-cell;
  padding: 40px 40px 40px 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
@media (max-width: 639px) {
  .photo-text-preview-slider {
    margin-bottom: 30px;
  }
  .photo-text-preview-slider .text-block {
    position: static;
    display: none;
  }
}
.photo-text-slider {
  position: relative;
  margin-bottom: 20px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.photo-text-slider .slick-list {
  overflow: hidden;
}
.photo-text-slider .icon-arr-l-min,
.photo-text-slider .icon-arr-r-min {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -12px;
  font-size: 24px;
  color: #323d4e;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.photo-text-slider .icon-arr-r-min {
  right: 32px;
}
.photo-text-slider .icon-arr-l-min {
  left: 32px;
}
@media (max-width: 639px) {
  .photo-text-slider .icon-arr-r-min {
    right: 15px;
  }
  .photo-text-slider .icon-arr-l-min {
    left: 15px;
  }
}
.photo-text-slider__item {
  display: inline-block;
  height: 400px;
  background-image: url("");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  letter-spacing: normal;
  vertical-align: top;
}
.photo-text-slider__item:focus {
  outline: none;
}
@media (max-width: 639px) {
  .photo-text-slider__item {
    height: 150px;
  }
}
.preview-slider {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.preview-slider .slick-list {
  overflow: hidden;
}
.preview-slider .slick-track {
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  text-align: center;
}
@media (max-width: 639px) {
  .preview-slider {
    display: none;
  }
}
.preview-slider__img {
  position: relative;
  display: inline-block;
  width: 70px !important;
  height: 70px;
  margin: 0 10px;
  background-image: url("");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  letter-spacing: normal;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}
.preview-slider__img:focus {
  outline: none;
}
.preview-slider__img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #323d4e;
  opacity: 0.5;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.preview-slider__img.slick-current:before {
  opacity: 0;
}
/* ----------------------------------- presentation-block ----------------------------------- */
.presentation-block {
  position: relative;
  padding-left: 75px;
  margin-bottom: 85px;
}
.presentation-block:last-child {
  margin-bottom: 0;
}
.presentation-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  font-family: "icomoon";
  font-size: 45px;
  line-height: 1;
  color: #48515a;
}
.presentation-block.ext-pdf:before {
  content: "\e912";
}
.presentation-block.ext-jpg:before {
  content: "\e912";
}
.presentation-block.type-image:before {
  content: "\e918";
}
.presentation-block.ext-xls:before {
  content: "\e918";
}
.presentation-block__data-file {
  margin-bottom: 12px;
  font-style: italic;
  font-size: 13px;
  line-height: 1;
  color: #bbbbbb;
}
.presentation-block__title {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #354254;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .presentation-block__title {
    display: block;
    margin-bottom: 15px;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .presentation-block__title {
    display: block;
    margin-bottom: 15px;
  }
}
@media (max-width: 639px) {
  .presentation-block__title {
    display: block;
    margin-bottom: 15px;
  }
}
.presentation-block__link {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #0071bc;
}
.presentation-block__link:after {
  content: "\e903";
  display: inline-block;
  margin-left: 10px;
  font-family: "icomoon";
  font-size: 10px;
  vertical-align: middle;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .presentation-block__link {
    margin-left: 0;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .presentation-block__link {
    margin-left: 0;
  }
}
@media (max-width: 639px) {
  .presentation-block__link {
    margin-left: 0;
  }
}
/* ----------------------------------- pagin-atricles ----------------------------------- */
.pagin-atricles {
  margin-bottom: 90px;
}
.pagin-atricles:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 639px) {
  .pagin-atricles {
    margin-bottom: 50px;
  }
}
.pagin-atricles__prev {
  position: relative;
  float: left;
  width: 49%;
  max-width: 350px;
  padding-left: 47px;
  font-size: 16px;
  line-height: 24px;
  color: #222d41 !important;
}
.pagin-atricles__prev:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  content: "\e903";
  font-family: "icomoon";
  font-size: 24px;
  color: #323d4e;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.pagin-atricles__prev .short-text {
  display: none;
  text-decoration: underline;
}
@media (max-width: 639px) {
  .pagin-atricles__prev {
    padding-left: 25px;
  }
  .pagin-atricles__prev .long-text {
    display: none;
  }
  .pagin-atricles__prev .short-text {
    display: inline;
  }
}
.pagin-atricles__next {
  position: relative;
  float: right;
  width: 49%;
  max-width: 350px;
  padding-right: 47px;
  font-size: 16px;
  line-height: 24px;
  color: #222d41 !important;
  text-align: right;
}
.pagin-atricles__next:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  content: "\e903";
  font-family: "icomoon";
  font-size: 23px;
  color: #323d4e;
}
.pagin-atricles__next .short-text {
  display: none;
  text-decoration: underline;
}
@media (max-width: 639px) {
  .pagin-atricles__next {
    padding-right: 25px;
  }
  .pagin-atricles__next .long-text {
    display: none;
  }
  .pagin-atricles__next .short-text {
    display: inline;
  }
}
.detail-page-header {
  position: relative;
  padding-right: 40px;
}
@media (max-width: 639px) {
  .detail-page-header {
    padding-top: 1px;
  }
}
.detail-date {
  margin: -43px 0 45px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #222d41;
}
@media (max-width: 639px) {
  .detail-date {
    margin: -10px 0 30px;
    font-size: 14px;
  }
}
@media (max-width: 639px) {
  .page-close-wrap {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.icon-close {
  font-size: 24px;
  cursor: pointer;
}
.icon-close.mf_page-close {
  position: absolute;
  right: 0;
  top: 15px;
  color: #222d41 !important;
}
@media (max-width: 639px) {
  .icon-close.mf_page-close {
    top: 4px;
  }
}
/* ----------------------------------- top-promo ----------------------------------- */
.top-promo {
  background-image: url("");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.top-promo__table {
  display: table;
}
.top-promo__cell {
  display: table-cell;
  height: 455px;
  vertical-align: middle;
}
.top-promo__cell .btn {
  display: inline-block;
}
@media (max-width: 639px) {
  .top-promo__cell {
    height: 370px;
  }
  .top-promo__cell .btn {
    padding: 12px 12px 13px;
  }
}
.top-promo__title {
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
  color: #fff;
}
@media (max-width: 639px) {
  .top-promo__title {
    margin-bottom: 110px;
    font-size: 30px;
    line-height: 38px;
  }
}
/* ----------------------------------- menu-content-2 ----------------------------------- */
.menu-content-2 {
  margin: 40px 0 35px;
}
.menu-content-2:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.menu-content-2-left {
  position: relative;
  z-index: 1;
  float: left;
  width: 310px;
  margin-right: -310px;
}
@media (min-width: 640px) and (max-width: 979px) {
  .menu-content-2-left {
    display: none;
  }
}
@media (max-width: 639px) {
  .menu-content-2-left {
    display: none;
  }
}
.menu-content-2-right {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 400px;
}
.menu-content-2-right .section-title {
  padding-right: 300px;
}
.menu-content-2-right .btn {
  margin-bottom: 50px;
}
@media (min-width: 640px) and (max-width: 979px) {
  .menu-content-2-right {
    float: none;
    padding-left: 0;
  }
  .menu-content-2-right .section-title {
    padding-right: 0;
  }
  .menu-content-2-right .btn {
    margin-bottom: 35px;
  }
}
@media (max-width: 639px) {
  .menu-content-2-right {
    float: none;
    padding-left: 0;
  }
  .menu-content-2-right .section-title {
    padding-right: 0;
  }
  .menu-content-2-right .btn {
    margin-bottom: 35px;
  }
}
.menu-content-2-left__li {
  margin-bottom: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu-content-2-left__li:last-child {
  margin-bottom: 0;
}
.menu-content-2-left__li .icon-arr-b-min {
  position: absolute;
  left: 14px;
  top: 50%;
  z-index: 1;
  margin-top: -4px;
  font-size: 12px;
  color: #354254;
}
.menu-content-2-left__li.show .menu-content-2-left__link .icon-arr-b-min {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-content-2-left__li.active .menu-content-2-left__sub-ul {
  display: block;
}
.menu-content-2-left__li.active .menu-content-2-left__link {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005085+0,0071bc+100 */
  background: #005085;
  /* Old browsers */
  background: -moz-linear-gradient(left, #005085 0%, #0071bc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #005085 0%, #0071bc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #005085 0%, #0071bc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005085', endColorstr='#0071bc', GradientType=1);
  /* IE6-9 */
  color: #fff !important;
}
.menu-content-2-left__li.active .menu-content-2-left__link .icon-arr-b-min {
  color: #fff;
}
.menu-content-2-left__link {
  position: relative;
  display: block;
  padding: 15px 65px 15px 35px;
  background-color: #ebeeef;
  font-size: 16px;
  line-height: 1.2;
  color: #323e50 !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu-content-2-left__link .icon-arr-b-min {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu-content-2-left__sub-ul {
  display: none;
}
.menu-content-2-left__sub-li {
  border-bottom: 1px solid #ebeeef;
}
.menu-content-2-left__sub-li:last-child {
  margin-bottom: 0;
}
.menu-content-2-left__sub-li.show .menu-content-2-left__sub-link .icon-arr-b-min {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-content-2-left__sub-link {
  position: relative;
  display: block;
  padding: 15px 65px 15px 35px;
  font-size: 14px;
  line-height: 18px;
  color: #3890cb;
}
.menu-content-2-left__sub-link .icon-arr-b-min {
  color: #3890cb;
}
.menu-content-2-left__sub2-ul {
  display: none;
  position: relative;
  border-top: 1px solid #ebeeef;
}
.menu-content-2-left__sub2-link {
  display: block;
  padding: 15px 65px 15px 75px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #323e50;
}
/* ----------------------------------- simple-btn ----------------------------------- */
.simple-btn {
  display: inline-block;
  padding: 19px 50px;
  border: 1px solid #0071bc;
  font-size: 16px;
  line-height: 1;
  color: #0071bc;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.simple-btn:hover {
  background-color: #0071bc;
  color: #fff;
}
.simple-btn.calculate-anchor {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 640px) and (max-width: 979px) {
  .simple-btn {
    padding: 17px 15px;
  }
  .simple-btn.calculate-anchor {
    position: static;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .simple-btn {
    padding: 17px 15px;
  }
  .simple-btn.calculate-anchor {
    position: static;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
/* ----------------------------------- ul ----------------------------------- */
ul:not([class]) {
  margin-bottom: 30px;
}
ul:not([class]):last-child {
  margin-bottom: 0;
}
ul:not([class]) > li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 25px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #222d41;
}
ul:not([class]) > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #0071bc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
ul:not([class]) > li:last-child {
  margin-bottom: 0;
}
ul:not([class]) ul,
ul:not([class]) ol {
  margin-left: 20px;
}
/* ----------------------------------- ul ----------------------------------- */
ol:not([class]) {
  margin-bottom: 30px;
  counter-reset: ollist;
}
ol:not([class]):last-child {
  margin-bottom: 0;
}
ol:not([class]) > li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #222d41;
}
ol:not([class]) > li:before {
  counter-increment: ollist;
  content: counter(ollist) ". ";
  position: absolute;
  left: 0;
  top: 0;
}
ol:not([class]) > li:last-child {
  margin-bottom: 0;
}
ol:not([class]) ul,
ol:not([class]) ol {
  margin-left: 20px;
}
ol:not([class]) ul > li {
  margin-bottom: 5px;
}
/* ----------------------------------- tabs-block ----------------------------------- */
.tabs-block {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  text-align: justify;
}
.tabs-block:after,
.tabs-block::after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}
@media (max-width: 639px) {
  .tabs-block {
    margin-bottom: 40px;
  }
}
.tabs-block__item {
  display: inline-block;
  width: 47%;
  margin-bottom: 30px;
  letter-spacing: normal;
  text-align: left;
  vertical-align: top;
}
.tabs-block__item:nth-child(2n) .tabs-block__item-desc-wrap {
  left: -112%;
}
.tabs-block__item.active .tabs-block__item-header {
  border-bottom: 4px solid #0071bc;
  background-color: #f0f3f5;
}
.tabs-block__item.active .tabs-block__item-header:after {
  display: none;
}
.tabs-block__item .icon-platform {
  position: absolute;
  left: 20px;
  top: 30px;
  font-size: 38px;
  color: #323d4e;
}
.tabs-block__item .icon-reliability {
  position: absolute;
  left: 20px;
  top: 30px;
  font-size: 40px;
  color: #323d4e;
}
.tabs-block__item .icon-control {
  position: absolute;
  left: 20px;
  top: 30px;
  font-size: 40px;
  color: #323d4e;
}
.tabs-block__item .icon-chat {
  position: absolute;
  left: 20px;
  top: 30px;
  font-size: 40px;
  color: #323d4e;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .tabs-block__item:last-child {
    margin-bottom: 0;
  }
  .tabs-block__item .icon-platform {
    top: 20px;
  }
  .tabs-block__item .icon-reliability {
    top: 20px;
  }
  .tabs-block__item .icon-control {
    top: 20px;
  }
  .tabs-block__item .icon-chat {
    top: 20px;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .tabs-block__item:last-child {
    margin-bottom: 0;
  }
  .tabs-block__item .icon-platform {
    top: 20px;
  }
  .tabs-block__item .icon-reliability {
    top: 20px;
  }
  .tabs-block__item .icon-control {
    top: 20px;
  }
  .tabs-block__item .icon-chat {
    top: 20px;
  }
}
@media (max-width: 639px) {
  .tabs-block__item {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .tabs-block__item:last-child {
    margin-bottom: 0;
  }
  .tabs-block__item .icon-platform {
    top: 20px;
  }
  .tabs-block__item .icon-reliability {
    top: 20px;
  }
  .tabs-block__item .icon-control {
    top: 20px;
  }
  .tabs-block__item .icon-chat {
    top: 20px;
  }
}
.tabs-block__item-header {
  position: relative;
  height: 160px;
  padding: 27px 70px 27px 100px;
  border: 1px solid #ebeeef;
  cursor: pointer;
}
.tabs-block__item-header:after {
  content: "\e901";
  position: absolute;
  right: 30px;
  top: 30px;
  font-family: "icomoon";
  font-size: 12px;
  color: #0071bc;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .tabs-block__item-header {
    padding: 75px 70px 27px 20px;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .tabs-block__item-header {
    padding: 75px 70px 27px 20px;
  }
}
@media (max-width: 639px) {
  .tabs-block__item-header {
    padding: 75px 70px 27px 20px;
  }
  .tabs-block__item-header:after {
    display: none;
  }
}
.tabs-block__item-title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2;
  color: #222d41;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .tabs-block__item-title {
    font-size: 16px;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .tabs-block__item-title {
    font-size: 17px;
  }
}
@media (max-width: 639px) {
  .tabs-block__item-title {
    font-weight: 700;
    font-size: 16px;
  }
}
.tabs-block__item-hint {
  font-size: 14px;
  line-height: 1.2;
  color: #c0c5ca;
}
.tabs-block__item-desc-wrap {
  display: none;
  position: relative;
  width: 212%;
}
.tabs-block__item-desc-wrap img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.tabs-block__item-desc-wrap img.push-down {
  margin-top: 40px;
}
@media (max-width: 639px) {
  .tabs-block__item-desc-wrap {
    position: static;
    width: 100%;
  }
}
.tabs-block__item-desc {
  padding-top: 40px;
}
@media (max-width: 639px) {
  .tabs-block__item-desc {
    padding-top: 30px;
  }
}
/* ----------------------------------- form-calc-params ----------------------------------- */
.form-calc-params {
  margin-bottom: 100px;
}
.form-calc-params .label-checkbox {
  width: auto !important;
}
.form-calc-params .label-checkbox:after {
  border: 1px solid #ebeeef;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .form-calc-params {
    margin-bottom: 40px;
  }
  .form-calc-params .form-line {
    padding: 25px 0;
  }
  .form-calc-params .form-line.table {
    display: block;
  }
  .form-calc-params .input-wrap.half {
    float: none;
    width: 100%;
    padding: 0 0 25px;
  }
  .form-calc-params .input-wrap.half:first-child {
    padding-left: 0;
  }
  .form-calc-params .input-wrap.half:nth-child(2) {
    padding-top: 25px;
    border-left: none;
    border-top: 1px solid #ebeeef;
  }
  .form-calc-params .input-wrap.half label:not(.error) {
    display: block;
    width: auto;
  }
  .form-calc-params .input-wrap.half .form-calc-params__desc-param {
    display: inline-block;
    padding-left: 15px;
    margin-top: 19px;
    vertical-align: top;
  }
  .form-calc-params .input-wrap label:not(.error) {
    width: 70%;
  }
  .form-calc-params .input-wrap > .irs {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .form-calc-params .input-wrap.cell {
    display: block;
    height: auto;
    padding: 0;
  }
  .form-calc-params .input-wrap .irs-val-input {
    position: absolute;
    right: 0;
    top: -4px;
  }
  .form-calc-params .input-wrap .form-calc-params__desc-param {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .form-calc-params .input-wrap .count-block {
    width: 145px;
    margin-top: 25px;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .form-calc-params {
    margin-bottom: 40px;
  }
  .form-calc-params .form-line {
    padding: 25px 0;
  }
  .form-calc-params .form-line.table {
    display: block;
  }
  .form-calc-params .input-wrap.half {
    float: none;
    width: 100%;
    padding: 0 0 25px;
  }
  .form-calc-params .input-wrap.half:first-child {
    padding-left: 0;
  }
  .form-calc-params .input-wrap.half:nth-child(2) {
    padding-top: 25px;
    border-left: none;
    border-top: 1px solid #ebeeef;
  }
  .form-calc-params .input-wrap.half label:not(.error) {
    display: block;
    width: auto;
  }
  .form-calc-params .input-wrap.half .form-calc-params__desc-param {
    display: inline-block;
    padding-left: 15px;
    margin-top: 19px;
    vertical-align: top;
  }
  .form-calc-params .input-wrap label:not(.error) {
    width: 70%;
  }
  .form-calc-params .input-wrap > .irs {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .form-calc-params .input-wrap.cell {
    display: block;
    height: auto;
    padding: 0;
  }
  .form-calc-params .input-wrap .irs-val-input {
    position: absolute;
    right: 0;
    top: -4px;
  }
  .form-calc-params .input-wrap .form-calc-params__desc-param {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .form-calc-params .input-wrap .count-block {
    width: 145px;
    margin-top: 25px;
  }
}
@media (max-width: 639px) {
  .form-calc-params {
    margin-bottom: 40px;
  }
  .form-calc-params .form-line {
    padding: 25px 0;
  }
  .form-calc-params .form-line.table {
    display: block;
  }
  .form-calc-params .input-wrap.half {
    float: none;
    width: 100%;
    padding: 0 0 25px;
  }
  .form-calc-params .input-wrap.half:first-child {
    padding-left: 0;
  }
  .form-calc-params .input-wrap.half:nth-child(2) {
    padding-top: 25px;
    border-left: none;
    border-top: 1px solid #ebeeef;
  }
  .form-calc-params .input-wrap.half label:not(.error) {
    display: block;
    width: auto;
  }
  .form-calc-params .input-wrap.half .form-calc-params__desc-param {
    display: inline-block;
    padding-left: 15px;
    margin-top: 19px;
    vertical-align: top;
  }
  .form-calc-params .input-wrap label:not(.error) {
    width: 70%;
  }
  .form-calc-params .input-wrap > .irs {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .form-calc-params .input-wrap.cell {
    display: block;
    height: auto;
    padding: 0;
  }
  .form-calc-params .input-wrap .irs-val-input {
    position: absolute;
    right: 0;
    top: -4px;
  }
  .form-calc-params .input-wrap .form-calc-params__desc-param {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .form-calc-params .input-wrap .count-block {
    width: 145px;
    margin-top: 25px;
  }
}
.form-line {
  border-top: 1px solid #ebeeef;
}
.form-line:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.form-line.table {
  display: table;
  width: 100%;
}
.input-wrap {
  position: relative;
}
.input-wrap.half {
  float: left;
  width: 50%;
  padding: 30px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.input-wrap.half:first-child {
  padding-left: 0;
}
.input-wrap.half:nth-child(2) {
  border-left: 1px solid #ebeeef;
}
.input-wrap.half label:not(.error) {
  width: 20%;
}
.input-wrap.half .form-calc-params__desc-param {
  width: 40%;
}
.input-wrap > .irs {
  display: inline-block;
  width: 39%;
  margin-right: 3%;
  vertical-align: middle;
}
.input-wrap.cell {
  display: table-cell;
  height: 110px;
  padding: 15px 0;
  vertical-align: middle;
}
.input-wrap label:not(.error) {
  display: inline-block;
  width: 18%;
  font-size: 28px;
  line-height: 1;
  color: #222d41;
  letter-spacing: normal;
  vertical-align: middle;
}
.input-wrap .count-block {
  display: inline-block;
  width: 145px;
  letter-spacing: normal;
  vertical-align: middle;
}
.input-wrap .count-block:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.input-wrap .count-block input {
  float: left;
  width: 63px;
  height: 35px;
  padding: 0 5px;
  margin: 0 5px;
  border: 1px solid #ebeeef;
  background-color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 33px;
  color: #222d41;
}
.input-wrap .form-calc-params__desc-param {
  display: inline-block;
  width: 27%;
  padding-left: 22px;
  font-size: 16px;
  line-height: 22px;
  color: #222d41;
  letter-spacing: normal;
  vertical-align: middle;
}
.input-wrap .minus,
.input-wrap .plus {
  float: left;
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid #0071bc;
  cursor: pointer;
}
.input-wrap .minus:before,
.input-wrap .plus:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 16px;
  width: 17px;
  height: 1px;
  background-color: #0071bc;
}
.input-wrap .plus:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 8px;
  width: 1px;
  height: 17px;
  background-color: #0071bc;
}
.input-wrap .irs-val-input {
  width: 63px;
  height: 35px;
  padding: 0 5px;
  margin: 0 5px;
  border: 1px solid #ebeeef;
  background-color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 33px;
  color: #222d41;
}
.human-data-block {
  padding: 40px 25px;
  background-color: #ebeeef;
}
@media (max-width: 639px) {
  .human-data-block {
    padding: 40px 15px;
  }
}
.human-data-block_no-bg {
  padding: 0;
  background-color: transparent;
}
.human-data-block_no-bg input {
  border: 1px solid #ebeeef;
  line-height: 54px;
}
.human-data-block__items:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.human-data-block__item {
  position: relative;
  float: left;
  width: 32%;
  margin-right: 2%;
}
.human-data-block__item:nth-child(3) {
  margin-right: 0;
}
.human-data-block__item.block {
  display: block;
  float: left;
  width: 100%;
  margin-right: 0;
}
.human-data-block__item label:not(.error) {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
  color: #222d41;
}
.human-data-block__item label:not(.error):before {
  content: "\e91c";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "icomoon";
  font-size: 9px;
  color: #354254;
}
.human-data-block__item label.error {
  position: absolute;
  left: 0;
  top: 90px;
  font-size: 12px;
  line-height: 1.2;
  color: red;
}
.human-data-block__item input {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  background-color: #fff;
  font-family: "Ubuntu";
  font-size: 16px;
  line-height: 50px;
  color: #222d41;
}
.human-data-block__item input.error {
  border: 1px solid red;
}
.human-data-block__item textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
  padding: 10px 15px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -wabkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  font-family: "Ubuntu";
  font-size: 16px;
  line-height: 1.2;
  color: #222d41;
}
.human-data-block__item textarea.error {
  border: 1px solid red;
}
@media screen and (min-width: 980px) and (max-width: 1100px) {
  .human-data-block__item {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .human-data-block__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 639px) {
  .human-data-block__item {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .human-data-block__item:last-child {
    margin-bottom: 0;
  }
}
.human-data-block__item_fix-bg {
  flaot: none;
  width: 100%;
  padding: 40px 25px 20px;
  margin-bottom: 20px;
  background-color: #ebeeef;
}
.human-data-block__item_fix-bg label {
  width: auto !important;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .human-data-block__item_fix-bg {
    margin-bottom: 0;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .human-data-block__item_fix-bg {
    margin-bottom: 0;
  }
}
@media (max-width: 639px) {
  .human-data-block__item_fix-bg {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.human-data-block__bottom {
  clear: both;
  margin-top: 45px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  text-align: justify;
}
.human-data-block__bottom:after,
.human-data-block__bottom::after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}
.human-data-block__bottom .agreement {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.human-data-block__bottom .agreement input[type="checkbox"].error + label:after {
  border: 1px solid red;
}
.human-data-block__bottom .agreement label {
  line-height: 1.2;
}
.human-data-block__bottom .btn {
  margin-bottom: 0;
  letter-spacing: normal;
  vertical-align: middle;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .human-data-block__bottom .btn {
    display: block;
    margin-top: 20px;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .human-data-block__bottom .btn {
    display: block;
    margin-top: 20px;
  }
}
@media (max-width: 639px) {
  .human-data-block__bottom .agreement {
    text-align: left;
  }
  .human-data-block__bottom .btn {
    width: 100%;
    margin-top: 20px;
  }
}
.human-data-block__bottom > * {
  display: inline-block;
  vertical-align: middle;
}
.human-data-block_inline .human-data-block__items {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  text-align: justify;
}
.human-data-block_inline .human-data-block__items:after,
.human-data-block_inline .human-data-block__items::after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}
.human-data-block_inline .human-data-block__item {
  float: none;
  display: inline-block;
  width: 26%;
  margin-right: 1.5%;
  vertical-align: bottom;
  letter-spacing: normal;
}
.human-data-block_inline .btn {
  display: inline-block;
  width: 15%;
  padding: 18px 15px 19px;
  vertical-align: bottom;
  letter-spacing: normal;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .human-data-block_inline .human-data-block__item {
    width: 24%;
    margin-right: 2%;
    margin-bottom: 0;
  }
  .human-data-block_inline .btn {
    width: 22%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .human-data-block_inline .human-data-block__item {
    width: 32%;
    margin-right: 2%;
  }
  .human-data-block_inline .human-data-block__item:nth-child(4) {
    margin-right: 0;
  }
  .human-data-block_inline .btn {
    display: block;
    width: auto;
    margin: 20px 0;
  }
}
@media (max-width: 639px) {
  .human-data-block_inline .human-data-block__item {
    width: 100%;
    margin-right: 0;
  }
  .human-data-block_inline .btn {
    display: block;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
}
/* ----------------------------------- tabs-block-2 ----------------------------------- */
.tabs-block-2__tabs {
  margin-bottom: 65px;
  border-bottom: 1px solid #ebeeef;
}
.tabs-block-2__tabs:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
@media (max-width: 639px) {
  .tabs-block-2__tabs {
    border: none;
    margin-bottom: 30px;
  }
}
.tabs-block-2__tab-wrap {
  float: left;
  padding-bottom: 30px;
  margin-right: 70px;
}
.tabs-block-2__tab-wrap.active .tabs-block-2__tab {
  color: #0071bc;
  border-color: #0071bc;
  cursor: default;
}
@media (max-width: 639px) {
  .tabs-block-2__tab-wrap {
    float: none;
    display: block;
    padding-bottom: 0;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #ebeeef;
  }
  .tabs-block-2__tab-wrap:last-child {
    margin-bottom: 0;
  }
}
.tabs-block-2__tab {
  border-bottom: 4px solid transparent;
  font-weight: 300;
  font-size: 35px;
  line-height: 1;
  color: #222d41;
  cursor: pointer;
}
.tabs-block-2__tab:last-child {
  margin-right: 0;
}
@media (max-width: 639px) {
  .tabs-block-2__tab {
    display: inline-block;
    padding-bottom: 30px;
    font-size: 28px;
  }
}
.tabs-block-2__content {
  display: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.tabs-block-2__content .presentation-block {
  display: inline-block;
  width: 50%;
  padding-right: 15px;
  margin-bottom: 30px;
  letter-spacing: normal;
  vertical-align: top;
}
.tabs-block-2__content .presentation-block:before {
  top: 50%;
  margin-top: -22px;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .tabs-block-2__content .presentation-block {
    display: block;
    width: 100%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .tabs-block-2__content .presentation-block {
    display: block;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .tabs-block-2__content .presentation-block {
    display: block;
    width: 100%;
  }
}
/* ----------------------------------- irs ----------------------------------- */
.irs-slider {
  top: 18px !important;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #b8b8b8 !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  background: #fff !important;
  -wabkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background-image: none !important;
}
.irs-line {
  height: 4px !important;
  border: none !important;
  background: #f0f3f5 !important;
}
.irs-bar {
  left: 2px !important;
  border: none !important;
  background-color: #0071bc !important;
}
.irs-bar-edge {
  border: none !important;
  background-color: #0071bc !important;
}
.irs-min,
.irs-max {
  top: 35px !important;
  background: transparent !important;
  font-weight: 300 !important;
  font-size: 13px !important;
  color: #bbbbbb !important;
}
.success-form-text {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
  color: green;
}
img {
  margin-bottom: 30px;
}
img.full-width {
  width: 100%;
}
/* ----------------------------------- form-serach-page ----------------------------------- */
.form-serach-page {
  position: relative;
  margin-bottom: 40px;
}
.form-serach-page:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.form-serach-page .btn {
  float: right;
  width: 13%;
}
.form-serach-page .icon-search {
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  color: #222d41;
}
@media (min-width: 980px) and (max-width: 1279px) {
  .form-serach-page .btn {
    width: 25%;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .form-serach-page .btn {
    width: 25%;
  }
}
@media (max-width: 639px) {
  .form-serach-page .icon-search {
    top: 16px;
    margin-top: 0;
  }
  .form-serach-page .btn {
    width: 100%;
    padding: 18px 35px 19px;
    margin-top: 10px;
  }
}
/* ----------------------------------- search-result ----------------------------------- */
.search-result {
  margin-bottom: 70px;
}
.search-result__item {
  margin-bottom: 30px;
}
.search-result__item:last-child {
  margin-bottom: 0;
}
.search-result__title {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #0071bc;
  text-decoration: underline;
}
/* ----------------------------------- search-result ----------------------------------- */
.pagin {
  margin-bottom: 100px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  text-align: center;
}
.pagin:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.pagin li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  cursor: pointer;
}
.pagin li.active a {
  border-color: #0071bc;
  color: #0071bc;
  cursor: default;
}
.pagin a {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #c0c5ca;
}
.pagin a:focus {
  outline: none;
}
.pagin .icon-arr-l-min,
.pagin .icon-arr-r-min {
  display: block;
  border: 1px solid #0071bc;
  font-size: 12px;
  line-height: 28px;
  color: #0071bc;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagin .icon-arr-l-min {
  margin-right: 20px;
}
.pagin .icon-arr-r-min {
  margin-left: 20px;
}
/* ----------------------------------- banner-mechanism ----------------------------------- */
.banner-mechanism {
  padding: 45px 55px;
  margin-bottom: 60px;
  background-image: url("");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.banner-mechanism .h1 {
  color: #fff;
}
.banner-mechanism__step {
  display: inline-block;
  width: 240px;
  padding-left: 28px;
  vertical-align: top;
}
.banner-mechanism__step .icon-man {
  font-size: 35px;
  color: #bd695e;
}
.banner-mechanism__step .icon-handshake {
  font-size: 35px;
  color: #bd695e;
}
.banner-mechanism__step .icon-money-bag {
  font-size: 35px;
  color: #bd695e;
}
.banner-mechanism__step:nth-child(2) .banner-mechanism__text:before {
  content: "";
  position: absolute;
  left: -30px;
  top: -2px;
  width: 5px;
  height: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #bd695e;
}
.banner-mechanism__text {
  position: relative;
  padding-top: 29px;
  margin-top: 19px;
  margin-right: 20px;
  border-top: 1px solid #bd695e;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
.banner-mechanism__text:before {
  content: "\e903";
  position: absolute;
  left: -30px;
  top: -4px;
  font-family: "icomoon";
  font-size: 9px;
  color: #bd695e;
}
/* ----------------------------------- simple-tabs-block ----------------------------------- */
.simple-tabs-block {
  margin-bottom: 60px;
}
@media (min-width: 640px) and (max-width: 979px) {
  .simple-tabs-block {
    margin-bottom: 0;
  }
}
@media (max-width: 639px) {
  .simple-tabs-block {
    margin-bottom: 30px;
  }
}
.simple-tabs-block__tabs {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  margin-bottom: 55px;
}
.simple-tabs-block__tab {
  display: inline-block;
  margin-right: 55px;
  font-size: 20px;
  line-height: 1.2;
  color: #222d41;
  letter-spacing: normal;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.simple-tabs-block__tab span {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  border-bottom: 1px dotted #222d41;
}
.simple-tabs-block__tab span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 0;
  border-bottom: 4px solid transparent;
}
.simple-tabs-block__tab:last-child {
  margin-right: 0;
}
.simple-tabs-block__tab.active {
  color: #0071bc;
  cursor: default;
}
.simple-tabs-block__tab.active span {
  border-color: transparent;
}
.simple-tabs-block__tab.active span:before {
  border-color: #0071bc;
}
@media (min-width: 640px) and (max-width: 979px) {
  .simple-tabs-block__tab {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .simple-tabs-block__tab span {
    margin-bottom: 5px;
  }
  .simple-tabs-block__tab span:before {
    bottom: -10px;
  }
}
@media (max-width: 639px) {
  .simple-tabs-block__tab {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .simple-tabs-block__tab span {
    margin-bottom: 5px;
  }
  .simple-tabs-block__tab span:before {
    bottom: -10px;
  }
}
.simple-tabs-block__desc {
  display: none;
}
/* ----------------------------------- simple-tabs-block ----------------------------------- */
.contacts-data {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.contacts-data__item {
  overflow: hidden;
  display: inline-block;
  width: 50%;
  margin-bottom: 35px;
  letter-spacing: normal;
  vertical-align: top;
}
.contacts-data__item .icon-phone {
  margin-right: 13px;
  font-size: 30px;
  color: #0071bc;
}
.contacts-data__item .icon-phone + div {
  margin-top: 5px;
}
.contacts-data__item .icon-fax {
  margin-right: 13px;
  font-size: 30px;
  color: #0071bc;
}
.contacts-data__item .icon-fax + div {
  margin-top: 5px;
}
.contacts-data__item .icon-pin {
  margin-right: 13px;
  font-size: 30px;
  color: #0071bc;
}
.contacts-data__item .icon-pin + div {
  margin-top: 5px;
}
.contacts-data__item .icon-mail {
  margin-right: 13px;
  font-size: 22px;
  color: #0071bc;
}
@media (max-width: 639px) {
  .contacts-data__item {
    display: block;
    width: 100%;
  }
  .contacts-data__item .icon-phone {
    font-size: 23px;
  }
  .contacts-data__item .icon-phone + div {
    margin-top: 2px;
  }
  .contacts-data__item .icon-fax {
    font-size: 23px;
  }
  .contacts-data__item .icon-fax + div {
    margin-top: 2px;
  }
  .contacts-data__item .icon-pin {
    font-size: 23px;
  }
  .contacts-data__item .icon-pin + div {
    margin-top: 2px;
  }
  .contacts-data__item .icon-mail {
    font-size: 17px;
  }
}
.contacts-data__text {
  display: inline-block;
  width: 80%;
  font-size: 16px;
  line-height: 1.2;
  color: #222d41;
  vertical-align: top;
}
/* ----------------------------------- map-block ----------------------------------- */
.map-block-wrap {
  position: relative;
  min-height: 600px;
  padding: 55px 0 115px;
  background-color: #f5f7f8;
}
.map-block-wrap .button-tabs-block {
  display: none;
  width: 50%;
  padding-right: 50px;
}
@media (min-width: 640px) and (max-width: 979px) {
  .map-block-wrap {
    width: 100%;
    min-height: auto;
    padding: 30px 0 0;
  }
  .map-block-wrap .button-tabs-block {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  .map-block-wrap {
    width: 100%;
    min-height: auto;
    padding: 30px 0 0;
  }
  .map-block-wrap .button-tabs-block {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.map-block-wrap__title {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 1.2;
  color: #222d41;
}
.map {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 640px) and (max-width: 979px) {
  .map {
    position: static;
    width: 100%;
    height: 440px;
  }
}
@media (max-width: 639px) {
  .map {
    position: static;
    width: 100%;
    height: 440px;
  }
}
/* ----------------------------------- button-tabs-block ----------------------------------- */
.button-tabs-block__tabs {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  margin-bottom: 60px;
}
@media (min-width: 640px) and (max-width: 979px) {
  .button-tabs-block__tabs {
    margin-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .button-tabs-block__tabs {
    margin-bottom: 30px;
  }
}
.button-tabs-block__tab-wrap {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
@media (max-width: 639px) {
  .button-tabs-block__tab-wrap {
    display: block;
  }
}
.button-tabs-block__tab {
  display: inline-block;
  padding: 14px 16px;
  border: 1px solid transparent;
  font-size: 18px;
  line-height: 1.2;
  color: #222d41;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button-tabs-block__tab span {
  border-bottom: 1px dotted #222d41;
}
.button-tabs-block__tab.active {
  border-color: #0071bc;
  color: #0071bc;
  cursor: default;
}
.button-tabs-block__tab.active span {
  border-bottom: 1px solid transparent;
}
@media (min-width: 640px) and (max-width: 979px) {
  .button-tabs-block__tab {
    padding: 7px 15px;
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .button-tabs-block__tab {
    padding: 7px 15px;
    font-size: 16px;
  }
}
.button-tabs-block__desc {
  display: none;
}
/* ----------------------------------- order-form ----------------------------------- */
.order-form {
  padding: 40px 25px;
  margin-bottom: 60px;
  background-color: #ebeeef;
}
.order-form.modif .form-line label:not(.error) {
  position: relative;
  z-index: 1;
  width: 160px !important;
  margin-right: -160px;
}
.order-form.modif .input-wrap {
  width: 100% !important;
  padding-left: 160px;
}
.order-form.modif div.error-text {
  position: absolute;
  left: 160px;
  bottom: -15px;
  font-size: 12px;
  line-height: 1.2;
  color: red;
  letter-spacing: normal;
}
.order-form .form-line {
  margin-bottom: 30px;
  border: none;
}
.order-form .form-line:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.order-form .form-line label:not(.error) {
  float: left;
  width: 17.5%;
  padding-top: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 1.2;
  color: #222d41;
  text-align: right;
}
.order-form .form-line label.error {
  position: absolute;
  left: 0;
  bottom: -15px;
  font-size: 12px;
  line-height: 1.2;
  color: red;
  letter-spacing: normal;
}
.order-form .form-line-half {
  width: 50%;
  float: left;
}
.order-form .form-line-half:last-child {
  padding-left: 15px;
}
.order-form .form-line-half label:not(.error) {
  width: 35%;
}
.order-form .form-line-half .input-wrap {
  width: 65%;
}
.order-form .input-wrap {
  position: relative;
  float: left;
  width: 82.5%;
  padding: 0;
}
.order-form .input-wrap:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
}
.order-form .input-wrap-dropdown-list .icon-arr-b-min {
  position: absolute;
  top: 17px;
  right: 13px;
  z-index: 2;
}
.order-form input[type="text"],
.order-form input[type="email"],
.order-form .file_input,
.order-form textarea {
  float: left;
  border: 1px solid #ebeeef;
  background-color: #fff;
  font-family: Ubuntu;
  font-size: 16px;
}
.order-form input[type="text"],
.order-form input[type="email"] {
  height: 52px;
  padding: 0 15px;
  line-height: 50px;
  color: #222d41;
}
.order-form .file_input {
  position: relative;
  float: none;
  width: 100%;
  height: 52px;
}
.order-form .file_input.has-file .icon-close {
  display: block;
}
.order-form .file_input .icon-close {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  background-color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.order-form .file-name {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  font-size: 16px;
  line-height: 50px;
  color: #222d41;
}
.order-form textarea {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  min-height: 100px;
  height: 100px;
  padding: 10px 15px;
}
.order-form textarea + .error {
  top: auto !important;
  bottom: -18px !important;
}
.order-form input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
}
.order-form input[type="checkbox"] + label {
  line-height: 1.2;
  text-align: left;
}
.order-form input[type="checkbox"] + label:after {
  border: 1px solid #ebeeef;
}
.order-form select {
  width: 70%;
}
.order-form .bottom-line {
  text-align: justify;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
}
.order-form .bottom-line:after,
.order-form .bottom-line::after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}
.order-form .bottom-line .btn {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.order-form .agreement {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.order-form .agreement label {
  margin-bottom: 10px;
}
.order-form .agreement label:last-child {
  margin-bottom: 0;
}
.order-form .selectBox {
  overflow: hidden;
  width: 100% !important;
  height: 52px;
  letter-spacing: normal;
}
.order-form .selectBox-dropdown .selectBox-label {
  line-height: 46px;
}
.order-form .input-wrap__hint {
  margin-top: 55px;
  font-size: 12px;
  line-height: 1.2;
  color: #222d41;
}
.order-form .FILES .buttons {
  display: none;
}
@media (min-width: 640px) and (max-width: 768px) {
  .order-form .form-line {
    margin-bottom: 30px;
  }
  .order-form .form-line label:not(.error) {
    float: none;
    width: auto;
    padding-top: 0;
    padding-right: 0;
  }
  .order-form .form-line-half {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .order-form .form-line-half:last-child {
    padding-left: 0;
  }
  .order-form .form-line-half label:not(.error) {
    width: auto;
  }
  .order-form .form-line-half .input-wrap {
    width: 100%;
  }
  .order-form .input-wrap {
    float: none;
    width: 100%;
  }
  .order-form .input-wrap__hint {
    margin-top: 5px;
  }
  .order-form.modif .form-line label:not(.error) {
    width: auto !important;
    margin-right: 0;
  }
  .order-form.modif .input-wrap {
    padding-left: 0;
  }
  .order-form.modif div.error-text {
    position: absolute;
    left: 0;
    bottom: -15px;
  }
  .order-form .agreement label:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 639px) {
  .order-form .form-line {
    margin-bottom: 30px;
  }
  .order-form .form-line label:not(.error) {
    float: none;
    width: auto;
    padding-top: 0;
    padding-right: 0;
  }
  .order-form .form-line-half {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .order-form .form-line-half:last-child {
    padding-left: 0;
  }
  .order-form .form-line-half label:not(.error) {
    width: auto;
  }
  .order-form .form-line-half .input-wrap {
    width: 100%;
  }
  .order-form .input-wrap {
    float: none;
    width: 100%;
  }
  .order-form .bottom-line .btn {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .order-form .agreement {
    display: block;
    text-align: left;
  }
  .order-form .input-wrap__hint {
    margin-top: 5px;
  }
  .order-form.modif .form-line label:not(.error) {
    width: auto !important;
    margin-right: 0;
  }
  .order-form.modif .input-wrap {
    padding-left: 0;
  }
  .order-form.modif div.error-text {
    position: absolute;
    left: 0;
    bottom: -15px;
  }
}
/* ----------------------------------- side__butter ----------------------------------- */
.side__butter {
  display: none;
  position: absolute;
  left: 16px;
  top: 59px;
  width: 20px;
  height: 17px;
  z-index: 1;
  cursor: pointer;
}
.side__butter.active .side__line-1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
}
.side__butter.active .side__line-2 {
  opacity: 0;
}
.side__butter.active .side__line-3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
}
@media (min-width: 640px) and (max-width: 979px) {
  .side__butter {
    display: block;
  }
}
@media (max-width: 639px) {
  .side__butter {
    display: block;
  }
}
.side__line-1 {
  width: 20px;
  height: 3px;
  background: #3890cb;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.side__line-2 {
  width: 20px;
  height: 3px;
  background: #3890cb;
  position: absolute;
  left: 0;
  top: 7px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.side__line-3 {
  width: 20px;
  height: 3px;
  background: #3890cb;
  position: absolute;
  left: 0;
  top: 14px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.agreement-popup {
  display: none;
}
.fancybox-inner p {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 22px;
}
.fancybox-inner p:last-child {
  margin-bottom: 0;
}
.success-compliment-text {
  font-weight: 600;
  margin: 20px;
}
/* ----------------------------------- radio-group ----------------------------------- */
.radio-group {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  margin-top: 20px;
}
.radio-group__item {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-left: 30px;
  letter-spacing: normal;
  vertical-align: top;
}
.radio-group__item:first-child {
  margin-left: 0;
}
.radio-group__item .radio {
  position: absolute;
  left: 0;
  top: 3px;
}
.radio {
  display: inline-block;
}
.radio input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.radio input[type="radio"]:checked + .radio-fake:before {
  display: block;
}
.radio-fake {
  overflow: hidden;
  width: 17px;
  height: 17px;
  border: 1px solid #0071bc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.radio-fake:before {
  display: none;
  content: "";
  width: 5px;
  height: 5px;
  margin: 5px auto 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #0071bc;
}
.radio-label {
  width: auto !important;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #222d41 !important;
  cursor: pointer;
}
.error .fancybox-agreement {
  color: red;
}
.error .checkbox {
  color: red !important;
}
/* ----------------------------------- new main page ----------------------------------- */
.new-container {
  padding: 0 20px;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 639px) {
  .new-container {
    padding: 0 14px;
  }
}
.content .new-btn {
  display: inline-block;
  cursor: pointer;
  padding: 13px 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  border: 1px #f85417 solid;
  text-align: center;
  color: white;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.content .new-btn:hover {
  border-color: #b93b0d;
  color: #f85417;
}
@media (max-width: 639px) {
  .content .new-btn {
    padding-top: 12px;
    padding-bottom: 14px;
    width: 100%;
  }
}
.content .new-btn._orange {
  background-color: #f85417;
}
.content .new-btn._orange:hover {
  background-color: #b93b0d;
  color: white;
}
.content .new-btn._blue-text {
  color: #003254;
}
.content .new-btn._blue-text:hover {
  border-color: #b93b0d;
  color: #f85417;
}
.new-main-btns-block {
  background-color: #003254;
}
.new-main-btns-block-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media (max-width: 639px) {
  .new-main-btns-block-content {
    gap: 10px;
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
/* ----------------------------------- new-main-promo ----------------------------------- */
.new-main-promo {
  position: relative;
}
.new-main-promo-bg {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 639px) {
  .new-main-promo-bg {
    display: none;
  }
}
.new-main-promo-bg-mobile {
  position: absolute;
  z-index: -2;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center -100px;
}
@media (max-width: 639px) {
  .new-main-promo-bg-mobile {
    display: block;
  }
}
.new-main-promo-content {
  min-height: 545px;
  padding-top: 170px;
  position: relative;
}
@media (min-width: 640px) and (max-width: 979px) {
  .new-main-promo-content {
    min-height: 400px;
    padding-top: 70px;
  }
}
@media (max-width: 639px) {
  .new-main-promo-content {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 35px;
  }
}
.new-main-promo-title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  max-width: 800px;
  margin-bottom: 85px;
  color: white;
}
@media (max-width: 639px) {
  .new-main-promo-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.new-main-promo-img {
  position: absolute;
  line-height: 0;
  top: 95px;
  right: -100px;
  z-index: -1;
  width: 650px;
}
@media (min-width: 640px) and (max-width: 979px) {
  .new-main-promo-img {
    top: 120px;
    right: 20px;
    width: 400px;
  }
}
@media (max-width: 639px) {
  .new-main-promo-img {
    position: static;
    width: 100%;
    margin-bottom: 25px;
  }
}
.new-main-promo-img img {
  max-width: 100%;
  margin-bottom: 0;
}
/* ----------------------------------- new-main-slogan ----------------------------------- */
.new-main-slogan {
  background-image: url("");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 639px) {
  .new-main-slogan {
    background-position: -780px bottom;
  }
}
.new-main-slogan-content {
  min-height: 180px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 639px) {
  .new-main-slogan-content {
    min-height: 170px;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-direction: column;
    align-items: center;
  }
}
.new-main-slogan-img {
  margin-right: 25px;
  flex-shrink: 0;
  line-height: 0;
}
.new-main-slogan-img img {
  max-width: 100%;
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .new-main-slogan-img {
    width: 105px;
    margin-right: 0;
  }
}
.new-main-slogan-dash {
  padding-top: 25px;
  padding-right: 10px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: white;
}
@media (max-width: 639px) {
  .new-main-slogan-dash {
    display: none;
  }
}
.new-main-slogan-text {
  padding-top: 25px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: white;
}
@media (max-width: 639px) {
  .new-main-slogan-text {
    padding-top: 15px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    width: 300px;
  }
}
/* ----------------------------------- new-main-directions ----------------------------------- */
.new-main-directions {
  background-color: #f3f5f9;
}
.new-main-directions-content {
  padding-top: 50px;
  padding-bottom: 65px;
}
@media (max-width: 639px) {
  .new-main-directions-content {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.new-main-directions-title {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 14px;
  text-align: center;
  color: #003052;
}
@media (max-width: 639px) {
  .new-main-directions-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.new-main-directions-text {
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto 50px;
  max-width: 870px;
  text-align: center;
  color: black;
}
@media (max-width: 639px) {
  .new-main-directions-text {
    margin-bottom: 32px;
  }
}
.new-main-directions-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.new-main-directions-list__item {
  flex: 1 0;
  min-width: 280px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 32px 32px;
  background-color: #003052;
}
@media (max-width: 639px) {
  .new-main-directions-list__item {
    padding: 8px 10px 32px;
  }
}
.new-main-directions-list__item-img {
  margin-bottom: 7px;
  line-height: 0;
}
.new-main-directions-list__item-text {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: white;
}
/* ----------------------------------- new-main-info ----------------------------------- */
.new-main-info._blue {
  background-color: #003254;
  color: white;
}
.new-main-info._gray {
  background-color: #f3f5f9;
}
.new-main-info-content {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 639px) {
  .new-main-info-content {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.new-main-info-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 639px) {
  .new-main-info-top {
    flex-wrap: wrap;
  }
}
.new-main-info-top-title {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 14px;
  padding-top: 85px;
  color: #003052;
}
._blue .new-main-info-top-title {
  color: white;
}
@media (max-width: 639px) {
  .new-main-info-top-title {
    padding-top: 0px;
    font-size: 24px;
    line-height: 28px;
  }
}
.new-main-info-top-text {
  font-size: 16px;
  line-height: 24px;
  max-width: 680px;
  color: black;
  margin-bottom: 20px;
}
._blue .new-main-info-top-text {
  color: white;
}
.new-main-info-top-img {
  width: 440px;
  max-width: 100%;
  line-height: 0;
}
.new-main-info-top-img img {
  max-width: 100%;
  margin-bottom: 0;
}
.new-main-info-bottom {
  margin-bottom: 60px;
}
@media (max-width: 639px) {
  .new-main-info-bottom {
    margin-bottom: 40px;
  }
}
.new-main-info-bottom-title {
  font-size: 22px;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 45px;
  color: #003052;
}
._blue .new-main-info-bottom-title {
  color: white;
}
@media (max-width: 639px) {
  .new-main-info-bottom-title {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px;
    margin-right: 10px;
  }
}
.new-main-info-bottom-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 20px;
}
@media (max-width: 639px) {
  .new-main-info-bottom-list {
    row-gap: 24px;
  }
}
.new-main-info-bottom-list__item {
  flex: 1 0;
  min-width: 300px;
  max-width: 400px;
}
@media (max-width: 639px) {
  .new-main-info-bottom-list__item {
    min-width: 280px;
  }
}
.new-main-info-bottom-list__item-img {
  margin-bottom: 10px;
  line-height: 0;
}
.new-main-info-bottom-list__item-text {
  font-size: 16px;
  line-height: 24px;
}
.new-main-info-result {
  display: flex;
  background-color: #0083de;
  border-radius: 10px;
}
@media (max-width: 639px) {
  .new-main-info-result {
    flex-direction: column;
    margin-right: 10px;
  }
}
.new-main-info-result-img {
  padding: 13px 18px 25px 21px;
  line-height: 0;
}
@media (max-width: 639px) {
  .new-main-info-result-img {
    padding-left: 11px;
    padding-bottom: 7px;
  }
}
.new-main-info-result-img img {
  margin-bottom: 0;
}
.new-main-info-result-text {
  padding: 25px 20px 25px 16px;
  max-width: 820px;
  font-size: 16px;
  line-height: 24px;
  color: white;
}
@media (max-width: 639px) {
  .new-main-info-result-text {
    padding-top: 0;
  }
}
/* ----------------------------------- new-main-clients ----------------------------------- */
.new-main-clients-content {
  padding-top: 60px;
  padding-bottom: 110px;
}
@media (max-width: 639px) {
  .new-main-clients-content {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.new-main-clients-title {
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 55px;
  color: #003052;
}
@media (max-width: 639px) {
  .new-main-clients-title {
    font-size: 24px;
    line-height: 28px;
  }
}
.new-main-clients-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 639px) {
  .new-main-clients-list {
    column-gap: 20px;
    row-gap: 20px;
  }
}
.new-main-clients-list__item {
  flex: 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  max-width: 295px;
}
@media (max-width: 639px) {
  .new-main-clients-list__item {
    min-width: 135px;
  }
}
.new-main-clients-list__item img {
  margin-bottom: 0;
  max-width: 100%;
}
@media (max-width: 639px) {
  .new-main-clients-list__item img {
    max-height: 80px;
  }
}
/* ----------------------------------- new-main-task ----------------------------------- */
.new-main-tasks {
  background-color: #f3f5f9;
}
.new-main-tasks-content {
  padding-top: 70px;
  padding-bottom: 90px;
}
@media (max-width: 639px) {
  .new-main-tasks-content {
    padding-top: 30px;
    padding-bottom: 65px;
  }
}
.new-main-tasks-title {
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 65px;
  color: #003052;
}
@media (max-width: 639px) {
  .new-main-tasks-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
    text-align: left;
  }
}
.new-main-tasks-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 639px) {
  .new-main-tasks-list {
    gap: 30px;
  }
}
.new-main-tasks-list__item {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media (min-width: 640px) and (max-width: 979px) {
  .new-main-tasks-list__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 639px) {
  .new-main-tasks-list__item {
    width: 100%;
    min-width: 280px;
    flex: 1 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.new-main-tasks-list__item-img {
  line-height: 0;
}
@media (max-width: 639px) {
  .new-main-tasks-list__item-img svg {
    width: 100px;
    height: 100px;
  }
}
.new-main-tasks-list__item-text {
  font-size: 16px;
  line-height: 24px;
}
/* ----------------------------------- new-main-tops ----------------------------------- */
.new-main-awards {
  background-color: #003254;
}
.new-main-awards-content {
  padding-top: 65px;
  padding-bottom: 110px;
}
@media (max-width: 639px) {
  .new-main-awards-content {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
.new-main-awards-title {
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 60px;
  color: white;
}
@media (max-width: 639px) {
  .new-main-awards-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 35px;
  }
}
.new-main-awards-list {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 20px;
}
@media (max-width: 639px) {
  .new-main-awards-list {
    row-gap: 20px;
  }
}
.new-main-awards-list__item {
  flex: 1 0;
  min-width: 280px;
  max-width: 400px;
  display: flex;
  justify-content: center;
  border: 3px solid #3f98f7;
  padding: 21px 12px 14px;
  overflow: hidden;
}
@media (min-width: 640px) and (max-width: 979px) {
  .new-main-awards-list__item {
    min-width: 100%;
    max-width: none;
  }
}
@media (max-width: 639px) {
  .new-main-awards-list__item {
    min-width: 100%;
    max-width: none;
    padding-bottom: 17px;
  }
}
.new-main-awards-list__item._last {
  border-color: #fcd96a;
  max-width: none;
  min-width: 100%;
}
.new-main-awards-list__item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.new-main-awards-list__item._last .new-main-awards-list__item-wrap {
  max-width: 415px;
  padding: 24px 0;
}
@media (max-width: 639px) {
  .new-main-awards-list__item._last .new-main-awards-list__item-wrap {
    padding: 0;
  }
}
.new-main-awards-list__item-title {
  font-weight: 700;
  font-size: 23px;
  line-height: 24px;
  color: white;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 639px) {
  .new-main-awards-list__item-title {
    font-size: 20px;
  }
}
.new-main-awards-list__item-text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: auto;
  color: rgba(255, 255, 255, 0.8);
}
.new-main-awards-list__item-img {
  line-height: 0;
  padding: 25px 0 20px;
}
@media (max-width: 639px) {
  .new-main-awards-list__item-img {
    padding: 15px 0;
  }
}
.new-main-awards-list__item-img img {
  margin-bottom: 0;
  max-width: 100%;
  max-height: 165px;
}
@media (max-width: 639px) {
  .new-main-awards-list__item-img img {
    max-height: 115px;
  }
}
.new-main-awards-list__item._last .new-main-awards-list__item-img {
  padding: 0;
}
@media (max-width: 639px) {
  .new-main-awards-list__item._last .new-main-awards-list__item-img {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px;
  }
}
.new-main-awards-list__item._last .new-main-awards-list__item-img img {
  position: absolute;
  max-height: 187px;
  top: -10px;
}
@media (max-width: 639px) {
  .new-main-awards-list__item._last .new-main-awards-list__item-img img {
    position: static;
    max-height: 75px;
  }
}
.new-main-awards-list__item._last .new-main-awards-list__item-img img._left {
  left: -185px;
}
@media (min-width: 640px) and (max-width: 979px) {
  .new-main-awards-list__item._last .new-main-awards-list__item-img img._left {
    left: -105px;
  }
}
.new-main-awards-list__item._last .new-main-awards-list__item-img img._right {
  right: -185px;
}
@media (min-width: 640px) and (max-width: 979px) {
  .new-main-awards-list__item._last .new-main-awards-list__item-img img._right {
    right: -105px;
  }
}
.new-main-awards-list__item-bottom {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #3f98f7;
}
/* ----------------------------------- new-main-news ----------------------------------- */
.new-main-news-content {
  padding-top: 70px;
  padding-bottom: 90px;
}
@media (max-width: 639px) {
  .new-main-news-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.new-main-news-title {
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 60px;
  color: #003052;
}
@media (max-width: 639px) {
  .new-main-news-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.new-main-news-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 47px;
}
@media (max-width: 639px) {
  .new-main-news-list {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.new-main-news-list__item {
  width: calc(50% - 10px);
  padding: 25px 50px 50px 30px;
  border: 1px solid #d5ddee;
}
.new-main-news-list__item:hover {
  border-color: #3f98f7;
}
@media (max-width: 639px) {
  .new-main-news-list__item {
    padding: 5px 20px 10px 10px;
    width: 100%;
  }
}
.new-main-news-list__item._first {
  display: flex;
  gap: 20px;
  padding: 30px 50px 30px 30px;
  width: 100%;
}
@media (min-width: 640px) and (max-width: 768px) {
  .new-main-news-list__item._first {
    flex-direction: column;
  }
}
@media (max-width: 639px) {
  .new-main-news-list__item._first {
    flex-direction: column;
    padding: 10px;
  }
}
.new-main-news-list__item-date {
  font-size: 16px;
  line-height: 24px;
  color: #c1c1c1;
  margin-bottom: 24px;
}
@media (max-width: 639px) {
  .new-main-news-list__item._first .new-main-news-list__item-date {
    margin-bottom: 4px;
  }
}
.new-main-news-list__item-title {
  font-weight: 700;
  font-size: 23px;
  line-height: 24px;
  margin-bottom: 17px;
  color: #003052;
}
@media (max-width: 639px) {
  .new-main-news-list__item-title {
    font-size: 20px;
  }
}
.new-main-news-list__item-img {
  line-height: 0;
  flex-shrink: 0;
  max-width: 60%;
}
@media (max-width: 639px) {
  .new-main-news-list__item-img {
    max-width: none;
  }
}
.new-main-news-list__item-img img {
  max-width: 100%;
  margin-bottom: 0;
}
.new-main-news-list__item-text {
  font-size: 16px;
  line-height: 24px;
  color: black;
}
.new-main-news-list__item._first .new-main-news-list__item-text {
  max-height: 195px;
  overflow: hidden;
  position: relative;
}
.new-main-news-list__item._first .new-main-news-list__item-text:after {
  content: "";
  text-align: right;
  position: absolute;
  top: 95px;
  right: 0;
  left: 0;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 11.71%, #ffffff 100%);
  pointer-events: none;
}
.new-main-news-btn {
  display: flex;
  justify-content: center;
}
