/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.img-responsive {
  max-width: 100%;
  width: auto;
}
.centered {
  font-size: 0;
  letter-spacing: normal;
}
.centered:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Regular.eot');
  src: url('../font/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-Regular.woff') format('woff'), url('../font/Roboto-Regular.ttf') format('truetype'), url('../font/Roboto-Regular.svg#Roboto') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Medium.eot');
  src: url('../font/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-Medium.woff') format('woff'), url('../font/Roboto-Medium.ttf') format('truetype'), url('../font/Roboto-Medium.svg#Roboto') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Bold.eot');
  src: url('../font/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-Bold.woff') format('woff'), url('../font/Roboto-Bold.ttf') format('truetype'), url('../font/Roboto-Bold.svg#Roboto') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Black.eot');
  src: url('../font/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../font/Roboto-Black.woff') format('woff'), url('../font/Roboto-Black.ttf') format('truetype'), url('../font/Roboto-Black.svg#Roboto') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  font: 17px 'Roboto', Arial, sans-serif;
  line-height: 140%;
  height: 100%;
  min-height: 100%;
  min-width: 360px;
  color: #212529;
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 15px;
  }
}
body {
  background: url(../img/bg.png);
  background-color: #EFF0F2;
}
body.bg_blue {
  background: url(../img/bg_blue.png);
  background-color: #EFF0F2;
}
body.bg_green {
  background: url(../img/bg_green.png);
  background-color: #EBF9F7;
}
.wrapper {
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
.container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  width: 1200px;
}
@media (max-width: 1259px) {
  .container {
    width: 970px;
  }
}
@media (max-width: 997px) {
  .container {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.red {
  color: #E8523D;
}
.blue {
  color: #0065DD;
}
.gray {
  color: #6F7C98;
}
p {
  margin: 0 0 0.95em;
}
a {
  color: #0065DD;
}
.link {
  text-decoration: none;
  border-bottom: 1px solid #8FB8E9;
}
.link:hover {
  border-bottom: 1px solid #0065DD;
}
.row {
  margin: 0 -15px;
}
.row:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}
@media (max-width: 767px) {
  .row {
    margin: 0 -20px;
  }
}
.col {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .col {
    padding: 0 20px;
  }
}
a.tel {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.25em;
}
a.tel:hover {
  color: #E8523D;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: normal;
  margin: 0;
  text-align: left;
}
h1,
.h1 {
  line-height: 120%;
  text-transform: uppercase;
  font-size: 63px;
  margin-left: -0.05em;
}
@media (max-width: 997px) {
  h1,
  .h1 {
    font-size: 47px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 35px;
  }
}
.h1_small {
  font-size: 51px;
  margin-left: -0.05em;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 997px) {
  .h1_small {
    font-size: 41px;
  }
}
@media (max-width: 767px) {
  .h1_small {
    font-size: 35px;
  }
}
.h1_sub {
  font-size: 27px;
  line-height: 140%;
  margin-top: 1em;
}
.h1_sub br {
  display: block;
}
@media (max-width: 998px) {
  .h1_sub {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .h1_sub {
    font-size: 19px;
  }
  .h1_sub br {
    display: none;
  }
}
h2,
.h2 {
  line-height: 120%;
  margin-bottom: 1em;
  font-size: 35px;
}
@media (max-width: 998px) {
  h2,
  .h2 {
    font-size: 27px;
  }
}
h3,
.h3 {
  font-weight: 500;
}
ul {
  list-style-type: none;
}
ul.ul-base {
  padding: 0;
  margin: 0;
}
ul.ul-base li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 1.2em;
}
ul.ul-base li::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #0065DD;
  position: absolute;
  left: 0;
  top: 4px;
}
ul.ul-base.small {
  font-size: 14px;
}
ul.ul-base.small li::before {
  top: 2px;
}
button {
  font-weight: normal;
  cursor: pointer;
}
button:focus {
  outline: 0;
}
.btn {
  display: inline-block;
  min-height: 44px;
  padding: 11px 20px;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn span {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1.2em;
  text-align: left;
}
.btn img {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-right: 5px;
}
.btn:hover {
  background: #3C95FF;
}
.btn.btn_blue {
  background: #0065DD;
  color: #fff;
  font-weight: 500;
}
.btn.btn_blue:hover {
  background: #3C95FF;
}
.btn.btn_gray {
  border-color: #212529;
  background: #F8F8FA;
  color: #212529;
  font-weight: normal;
}
.btn.btn_lblue {
  border-color: #0065DD;
  background: #fff;
  color: #0065DD;
}
@media (max-width: 1260px) {
  .btn {
    min-height: 36px;
    padding: 7px 15px;
  }
  .btn img {
    width: 22px;
    height: 22px;
  }
  .btn span {
    font-size: 15px;
    line-height: 1.4em;
  }
}
.btn_download {
  height: 44px;
  padding: 9px 20px;
  white-space: nowrap;
  font-size: 0;
  letter-spacing: normal;
}
.btn_download:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.btn_download span:before {
  content: '';
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: cover;
}
.btn_download i {
  display: inline-block;
  font-style: normal;
}
@media (max-width: 1260px) {
  .btn_download {
    height: 36px;
    padding: 7px 20px;
  }
  .btn_download span:before {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 768px) {
  .btn_download i {
    display: none;
  }
}
.checkbox {
  display: inline-block;
  cursor: pointer;
  margin-right: 2em;
  margin-bottom: 1em;
  position: relative;
  padding-left: 26px;
}
.checkbox input {
  display: none;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -0.1em;
}
.checkbox input:checked + span:before {
  background: #0065DD;
}
.checkbox span::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.3em;
  margin-right: 8px;
  height: 12px;
  width: 12px;
  background: #fff;
  border: 3px solid #fff;
  position: absolute;
  left: 1px;
  top: 8px;
  -webkit-box-shadow: 0 0 0 1px #0065DD;
  box-shadow: 0 0 0 1px #0065DD;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.checkbox.hidden {
  display: none;
}
.radiobox {
  display: inline-block;
  cursor: pointer;
  margin-right: 2em;
  margin-bottom: 1em;
}
.radiobox input {
  display: none;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -0.1em;
}
.radiobox input:checked + span:before {
  background: #0065DD;
}
.radiobox span::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.3em;
  margin-right: 8px;
  height: 12px;
  width: 12px;
  background: #fff;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #0065DD;
  box-shadow: 0 0 0 1px #0065DD;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.radiobox.hidden {
  display: none;
}
.desktop-checker {
  display: block;
}
@media (max-width: 1259px) {
  .desktop-checker {
    display: none;
  }
}
.header {
  background: #fff;
}
.header__top {
  height: 180px;
  padding: 17px 0 0;
  border-bottom: 1px solid #DAE4EE;
  overflow: hidden;
}
.header__top .container {
  height: 100%;
}
@media (max-width: 767px) {
  .header__top {
    height: auto;
  }
}
.header__email {
  text-align: right;
  position: absolute;
  top: 104px;
  right: 15px;
}
.header__email a {
  text-decoration: none;
  font-weight: 500;
  font-size: 21px;
}
.header__email a:hover {
  color: #E8523D;
}
@media (max-width: 997px) {
  .header__email {
    display: none;
  }
}
.header__phone {
  position: absolute;
  top: 24px;
  right: 15px;
}
@media (max-width: 997px) {
  .header__phone {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media (max-width: 997px) {
  .header__top .header__phone {
    display: none;
  }
}
.header__bottom {
  font-size: 15px;
  line-height: 130%;
  height: 60px;
}
.header__bottom .header__phone {
  display: none;
}
@media (max-width: 997px) {
  .header__bottom .header__phone {
    display: block;
  }
}
.header__phone {
  font-size: 13px;
  line-height: 120%;
  display: inline-block;
  width: 25%;
  text-align: right;
}
.header__phone a {
  text-decoration: none;
  font-weight: 500;
  font-size: 23px;
}
.header__phone a:hover {
  color: #E8523D;
}
.header__phone span {
  display: block;
  color: #6F7C98;
  margin-top: 5px;
}
@media (max-width: 1260px) {
  .header__phone {
    font-size: 11px;
  }
  .header__phone a {
    font-size: 21px;
  }
}
@media (max-width: 998px) {
  .header__phone {
    text-align: left;
    display: block;
    width: auto;
  }
  .header__phone span {
    margin-top: 0;
  }
}
.header__logos {
  width: 66.66%;
}
.header__logos:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}
.header__logos .block {
  width: 50%;
  float: left;
}
@media (max-width: 1259px) {
  .header__logos {
    width: 75%;
  }
}
@media (max-width: 997px) {
  .header__logos {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__logos .block {
    width: 49%;
    text-align: center;
    display: inline-block;
    float: none;
  }
}
.header__logo {
  position: relative;
  color: #212529;
  font-size: 13px;
  line-height: 130%;
  margin: 10px 0 22px;
}
.header__logo a {
  display: block;
  white-space: nowrap;
  text-decoration: none;
  min-height: 50px;
}
.header__logo img,
.header__logo span {
  display: inline-block;
  vertical-align: middle;
  color: #212529;
}
.header__logo img {
  margin-right: 14px;
}
.header__logo .with {
  position: absolute;
  top: -12px;
  font-size: 13px;
  line-height: 1em;
  left: 65px;
  color: #E8523D;
}
.header__logo.reu img {
  width: 55px;
  margin-left: -4px;
  margin-right: 8px;
}
.header__logo.ptx img {
  height: 52px;
}
.header__logo.mimop img {
  width: 44px;
  height: 52px;
}
.header__logo.tpp img {
  width: 38px;
  height: 55.62px;
  margin-left: 5px;
}
.header__logo.mr {
  font-size: 23px;
  line-height: 120%;
  font-weight: 500;
}
.header__logo.mr img {
  width: 50px;
  height: 50px;
}
.header__logo.mr i {
  display: block;
  font-size: 14px;
  color: #2D9CDB;
  font-style: normal;
  line-height: 1.2em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .header__logo {
    width: 48%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
  }
  .header__logo a span {
    display: none;
  }
  .header__logo img {
    margin-right: 0;
  }
  .header__logo.reu img {
    margin-right: 0;
  }
  .header__logo.mimop img {
    width: 42px;
    height: 51.45px;
  }
  .header__logo.mr img {
    margin-left: -8px;
  }
}
.navigation {
  border-bottom: 1px solid #DAE4EE;
  position: relative;
  height: 60px;
  background: #fff;
}
.navigation .container {
  height: 100%;
  padding: 0 15px;
}
@media (max-width: 997px) {
  .navigation .container {
    padding: 16px 15px;
  }
}
@media (max-width: 767px) {
  .navigation .container {
    padding: 16px 20px;
  }
}
.menu-toggle {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 4px;
  border: 0;
  padding: 0;
  background: transparent;
}
.menu-toggle:focus {
  outline: 0;
}
.menu-toggle .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
}
.menu-toggle .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: 50px;
}
.menu-toggle .icon span {
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 10px;
  background: #0065DD;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: top 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.menu-toggle .icon span:nth-child(1) {
  top: 16px;
}
.menu-toggle .icon span:nth-child(2) {
  top: 24px;
}
.menu-toggle .icon span:nth-child(3) {
  top: 32px;
}
.menu-toggle.opened span:nth-child(1) {
  top: 24px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.menu-toggle.opened span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.opened span:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
@media (max-width: 997px) {
  .menu-toggle {
    display: block;
  }
}
.menu {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  width: auto;
  text-align: left;
  overflow: visible;
}
.menu li {
  display: inline-block;
  margin-right: 30px;
  padding: 14px 0;
}
.menu li.active a {
  font-weight: bold;
}
.menu a {
  display: inline-block;
  color: #212529;
  text-decoration: none;
  font-size: 15px;
  padding: 5px 10px 6px;
  margin-left: -10px;
  border-radius: 6px;
  border: 1px solid transparent;
}
.menu a.menu_blue {
  background-color: #c0e1f4;
}
.menu a.menu_green {
  background-color: #ABEEE1;
}
.menu a.active {
  font-weight: bold;
}
.menu a.active:hover {
  border-color: transparent;
  cursor: default;
}
.menu a:hover {
  border-color: #0065DD;
}
@media (max-width: 1259px) {
  .menu li {
    margin-right: 18px;
  }
  .menu a {
    font-size: 14px;
  }
}
@media (max-width: 997px) {
  .menu {
    display: none;
    position: absolute;
    top: 60px;
    right: -40px;
    left: -40px;
    background: #fff;
    margin: 0;
    z-index: 20;
    overflow-y: auto;
    padding: 20px 100px 30px 60px;
    text-align: right;
    border: 1px solid #DAE4EE;
    border-top: 0;
  }
  .menu li {
    display: block;
    margin-bottom: 6px;
    margin-right: 0;
    padding: 0;
  }
  .menu a {
    font-size: 17px;
    margin-left: auto;
    margin-right: -10px;
  }
}
.footer {
  width: 100%;
  font-size: 15px;
  padding: 30px 0 25px;
  border-top: 1px solid #DAE4EE;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
@media (max-width: 997px) {
  .footer {
    padding: 30px 0 20px;
  }
}
.footer__copy {
  position: absolute;
  right: 15px;
  bottom: 0;
  color: #6F7C98;
}
@media (max-width: 997px) {
  .footer__copy {
    position: static;
    margin-top: 10px;
  }
}
.footer__contacts {
  padding-left: 140px;
  position: relative;
  min-height: 130px;
}
.footer__contacts .block {
  display: inline-block;
  width: 50%;
  max-width: 200px;
}
.footer__contacts img {
  position: absolute;
  left: 0;
  top: 0;
}
.footer__contacts ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__contacts li {
  margin-bottom: 5px;
}
.footer__contacts a {
  text-decoration: none;
}
.footer__contacts .phone {
  font-weight: 500;
}
.footer__contacts .phone:hover {
  color: #E8523D;
}
.footer__contacts .mail {
  color: #212529;
}
@media (max-width: 997px) {
  .footer__contacts {
    position: relative;
    top: auto;
    right: auto;
    text-align: left;
  }
  .footer__contacts li {
    margin-right: 30px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .footer__contacts {
    padding-left: 0;
  }
  .footer__contacts .block {
    width: auto;
    max-width: 200px;
  }
  .footer__contacts img {
    position: static;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
/* Первый блок на всех страницах
------------------------------------- */
.sec-intro {
  padding: 70px 0 80px;
  overflow: hidden;
}
.sec-intro .container {
  z-index: 1;
}
@media (max-width: 997px) {
  .sec-intro {
    padding: 70px 0 50px;
  }
}
@media (max-width: 768px) {
  .sec-intro {
    padding: 50px 0;
  }
}
.intro_bg_50 {
  position: absolute;
  right: 0;
  top: -72px;
  z-index: -1;
}
@media (max-width: 1259px) {
  .intro_bg_50 {
    right: -120px;
  }
}
@media (max-width: 997px) {
  .intro_bg_50 {
    display: none;
  }
}
.intro_bg_7 {
  position: absolute;
  right: -140px;
  top: -102px;
  z-index: -1;
}
@media (max-width: 1259px) {
  .intro_bg_7 {
    right: -120px;
  }
}
@media (max-width: 997px) {
  .intro_bg_7 {
    display: none;
  }
}
.bg_blue .sec-intro {
  padding-bottom: 40px;
}
@media (max-width: 997px) {
  .bg_blue .sec-intro {
    padding-bottom: 50px;
  }
}
.intro__text {
  margin-top: 2.75em;
}
.intro__text .block {
  position: relative;
  width: 66.66%;
}
.intro__text .intro__link {
  width: 33.33%;
  right: -41.66%;
}
.intro__text .block_with-padding {
  padding-right: 15px;
}
.intro__text .intro__right {
  width: 50%;
  right: -50%;
  padding-left: 30px;
}
@media (max-width: 1259px) {
  .intro__text .intro__link {
    width: 41.66%;
    right: -50%;
  }
}
@media (max-width: 997px) {
  .intro__text .block {
    width: 100%;
  }
  .intro__text .intro__link {
    width: auto;
    right: auto;
  }
  .intro__text .intro__right {
    width: auto;
    right: auto;
    padding-left: 0;
  }
}
.intro__banner {
  display: inline-block;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 15px;
}
.intro__banner img {
  display: block;
}
.intro__banner.blue {
  border: 2px solid #81c4e9;
}
.intro__banner.green {
  border: 2px solid #73E3CD;
}
.intro__banner:hover {
  border-color: #0065DD;
}
@media (max-width: 997px) {
  .intro__banner {
    margin-top: 48px;
  }
}
.intro__link,
.intro__right {
  margin-top: 0;
  position: absolute;
  top: 0;
}
@media (max-width: 997px) {
  .intro__link,
  .intro__right {
    margin-top: -0.8em;
    position: relative;
    top: auto;
  }
}
.intro__phone {
  margin-top: 17px;
  width: 75%;
}
@media (max-width: 1259px) {
  .intro__phone {
    width: auto;
  }
}
.intro__nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 38px 0 0;
}
.intro__nav li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  margin-bottom: 16px;
}
.intro__nav li:last-child {
  margin-right: 0;
}
.intro__nav a {
  display: block;
  background: #FFF;
  border: 1px solid #C0E2F5;
  border-radius: 6px;
  text-decoration: none;
  color: #212529;
  font-size: 15px;
  line-height: 18px;
  padding: 9px 10px 10px;
  width: 166px;
  text-align: center;
}
.intro__nav a.pdf {
  width: 200px;
  border: 1px solid #E8523D;
}
.intro__nav a:hover {
  background-color: #EAF6FC;
}
.intro__nav a:hover.pdf {
  background-color: #FDEEEC;
}
@media (max-width: 1259px) {
  .intro__nav li {
    margin-right: 10px;
  }
}
@media (max-width: 769px) {
  .intro__nav {
    margin-top: 16px;
  }
  .intro__nav li {
    display: none;
  }
  .intro__nav li:last-child {
    display: inline-block;
  }
}
.bg_green .intro__nav a {
  border: 1px solid #afefe2;
}
.bg_green .intro__nav a.pdf {
  border: 1px solid #E8523D;
}
.bg_green .intro__nav a:hover {
  background-color: #f1fffc;
}
.bg_green .intro__nav a:hover.pdf {
  background-color: #FDEEEC;
}
.intro__programmes .col {
  width: 50%;
  float: left;
}
.intro__programmes a {
  display: block;
}
.intro__programmes img {
  display: block;
  width: 100%;
}
@media (max-width: 997px) {
  .intro__programmes .intro__banner {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .intro__programmes .col {
    width: 100%;
  }
}
/* Блок с условиями
------------------------------------- */
.sec-requirements {
  background-color: #fff;
  padding: 70px 0 50px;
  overflow: hidden;
}
.sec-requirements .col {
  width: 100%;
}
.sec-requirements .col-1 h3 br {
  display: none;
}
.sec-requirements h2 + p {
  margin-bottom: 32px;
}
@media (max-width: 998px) {
  .sec-requirements {
    padding: 70px 0 80px;
  }
}
@media (max-width: 769px) {
  .sec-requirements {
    padding: 50px 0 80px;
  }
  .sec-requirements .col-1 h3 br {
    display: block;
  }
  .sec-requirements .col-1 h3 {
    margin: 17px 0;
  }
}
.sec-requirements_blue .col {
  width: 50%;
  float: left;
}
.sec-requirements_blue .col.col-3 {
  width: 66.66%;
}
.sec-requirements_blue .col.col-4 {
  width: 33.33%;
}
@media (max-width: 998px) {
  .sec-requirements_blue .col {
    width: 100%;
  }
  .sec-requirements_blue .col.col-3 {
    width: 100%;
  }
  .sec-requirements_blue .col.col-4 {
    width: 100%;
    padding-left: 148px;
  }
}
@media (max-width: 769px) {
  .sec-requirements_blue .col.col-4 {
    width: 100%;
    padding-left: 114px;
  }
  .sec-requirements_blue .col-1 h3 br {
    display: block;
  }
}
.sec-requirements_green .requirements__item {
  border: 1px dashed #5FDFC5;
}
.sec-requirements_green .requirements__item .num {
  color: #37D7B7;
  opacity: 0.7;
}
.sec-requirements_green .requirements__item li:before {
  content: "4." counter(item) " ";
}
.sec-requirements_green .requirements__bonus .months {
  color: #37D7B7;
}
.sec-requirements_green .col-2 h3 br,
.sec-requirements_green .col-3 h3 br {
  display: none;
}
.sec-requirements_green .col {
  float: left;
}
.sec-requirements_green .col.col-4 {
  width: 66.66%;
}
.sec-requirements_green .col.col-5 {
  width: 33.33%;
}
@media (max-width: 998px) {
  .sec-requirements_green .col {
    width: 100%;
  }
  .sec-requirements_green .col.col-4 {
    width: 100%;
    padding-left: 15px;
  }
  .sec-requirements_green .col.col-5 {
    width: 100%;
    padding-left: 148px;
  }
}
@media (max-width: 769px) {
  .sec-requirements_green .col-2 h3,
  .sec-requirements_green .col-3 h3 {
    margin: 17px 0;
  }
  .sec-requirements_green .col-2 h3 br,
  .sec-requirements_green .col-3 h3 br {
    display: block;
  }
  .sec-requirements_green .col.col-5 {
    width: 100%;
    padding-left: 114px;
  }
}
.requirements__item {
  border: 1px dashed #2D9CDB;
  border-radius: 6px;
  margin-bottom: 40px;
  min-height: 78px;
  padding-left: 100px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.requirements__item .num {
  font-weight: 900;
  color: #81C4E9;
  font-size: 101px;
  line-height: 72px;
  position: absolute;
  top: 4px;
  left: 16px;
}
.requirements__item h3 {
  font-weight: normal;
  font-size: 21px;
  margin: 28px 0;
}
.requirements__item ol {
  counter-reset: item;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-bottom: 35px;
  padding-right: 40px;
}
.requirements__item li {
  padding-left: 32px;
  position: relative;
}
.requirements__item li:first-child::before {
  font-weight: bold;
}
.requirements__item li:before {
  content: "3." counter(item) " ";
  counter-increment: item;
  position: absolute;
  display: inline-block;
  left: 0;
}
.requirements__item .or {
  color: #6F7C98;
  display: block;
  margin: 16px 0 10px;
}
@media (max-width: 1260px) {
  .requirements__item h3 {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .requirements__item {
    padding-left: 60px;
    margin-bottom: 24px;
  }
  .requirements__item .num {
    font-size: 65px;
    line-height: 65px;
    left: 10px;
  }
}
.requirements__bonus {
  position: relative;
  margin-top: 80px;
  z-index: 2;
}
.requirements__bonus:before {
  content: '';
  display: block;
  width: 346px;
  height: 346px;
  background-color: #FFF9E9;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 20px;
  margin-top: -173px;
}
.requirements__bonus span {
  display: block;
}
.requirements__bonus .gray {
  margin-top: 16px;
  margin-bottom: 5px;
}
.requirements__bonus .money {
  font-weight: 500;
  font-size: 33px;
  line-height: 140%;
  color: #F0B925;
}
.requirements__bonus .money span {
  display: inline;
  font-size: 0.7em;
  font-weight: normal;
}
.requirements__bonus .months {
  font-weight: 500;
  font-size: 33px;
  line-height: 140%;
  color: #2D9CDB;
}
@media (max-width: 998px) {
  .requirements__bonus {
    margin-top: 20px;
  }
  .requirements__bonus::before {
    width: 280px;
    height: 280px;
    margin-top: -140px;
    left: -62px;
  }
}
/* Блок с прогрммами
------------------------------------- */
.sec-programmes {
  padding: 90px 0 50px;
}
@media (max-width: 767px) {
  .sec-programmes {
    padding: 50px 0 50px;
  }
}
.sec-programmes_green .programmes__item {
  min-height: 330px;
}
.sec-programmes_green .programmes__item h3 {
  color: #3EBEA5;
}
.sec-programmes_green .programmes__item-details ul li:before {
  background-color: #3EBEA5;
}
.programmes__item {
  position: relative;
  background: #fff;
  margin: 0 -55px 30px;
  padding: 30px 55px 20px;
  border: 1px solid #DAE4EE;
  overflow: hidden;
  min-height: 272px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.programmes__item h3 {
  color: #2D9CDB;
  font-weight: normal;
  font-size: 21px;
  line-height: 140%;
  margin-bottom: 24px;
  width: 58.33%;
  float: left;
  padding-right: 15px;
}
.programmes__item h3 span {
  color: #6F7C98;
  display: block;
  font-size: 17px;
  line-height: 140%;
  margin-bottom: 6px;
}
@media (max-width: 997px) {
  .programmes__item {
    padding: 30px 20px 20px;
    margin: 0 -5px 30px;
  }
  .programmes__item h3 {
    float: none;
    width: auto;
  }
}
@media (max-width: 767px) {
  .programmes__item h3 {
    font-size: 19px;
    line-height: 130%;
    padding-right: 0;
  }
}
.programmes__item-desc .desc-link {
  position: relative;
  display: inline-block;
  color: #6F7C98;
  font-size: 13px;
  line-height: 130%;
  text-decoration: none;
  padding-left: 34px;
  margin-top: 0.8em;
  max-width: 300px;
}
.programmes__item-desc .desc-link:before {
  content: '';
  display: block;
  width: 24px;
  height: 35px;
  padding-top: 40px;
  background: url(../img/download.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75;
}
.programmes__item-desc p {
  margin-bottom: 24px;
}
.programmes__item-desc p:last-child {
  margin-bottom: 20px;
}
@media (min-width: 998px) {
  .programmes__item-desc {
    width: 41.66%;
    float: right;
    padding-left: 15px;
  }
}
@media (min-width: 1260px) {
  .programmes__item-desc .desk {
    display: block;
  }
}
.programmes__item-details .uni {
  display: inline-block;
  color: #212529;
  text-decoration: none;
  margin-top: 20px;
}
.programmes__item-details .uni img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.programmes__item-details .uni .mimop {
  width: 36px;
  height: 43px;
}
.programmes__item-details .uni .reu {
  width: 57px;
  height: 53px;
}
.programmes__item-details .uni span {
  font-size: 13px;
  line-height: 130%;
  width: 70%;
  max-width: 330px;
  display: inline-block;
  vertical-align: middle;
}
.programmes__item-details ul {
  list-style-type: none;
  margin: 15px 0 0;
  padding: 0;
  font-size: 15px;
}
.programmes__item-details ul li {
  display: block;
  margin: 10px 0;
}
.programmes__item-details ul li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-color: #2D9CDB;
  border-radius: 10px;
  margin-right: 8px;
}
@media (min-width: 600px) {
  .programmes__item-details ul li {
    display: inline-block;
    margin-right: 12px;
  }
  .programmes__item-details ul li:before {
    margin-right: 14px;
  }
  .programmes__item-details ul li:first-child::before {
    display: none;
  }
}
@media (min-width: 1260px) {
  .programmes__item-details {
    position: absolute;
    width: 58.33%;
    bottom: 25px;
    left: 55;
  }
  .programmes__item-details .uni {
    margin-top: 26px;
  }
  .programmes__item-details ul {
    font-size: 17px;
  }
}
/* Блок с документами
------------------------------------- */
.sec-docs {
  padding: 70px 0 80px;
  overflow: hidden;
}
.sec-docs h1 {
  margin-bottom: 0.85em;
}
@media (max-width: 997px) {
  .sec-docs {
    padding: 70px 0 50px;
  }
}
@media (max-width: 767px) {
  .sec-docs {
    padding: 50px 0;
  }
}
.sec-docs .col {
  float: left;
  width: 25%;
}
.sec-docs .col_3 {
  width: 25%;
}
.sec-docs .col_4 {
  width: 33.33%;
}
.sec-docs .col_5 {
  width: 41.66%;
}
.sec-docs .col_6 {
  width: 50%;
}
@media (max-width: 1200px) {
  .sec-docs .col {
    width: 33.333%;
  }
}
@media (max-width: 992px) {
  .sec-docs .col {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .sec-docs .col {
    width: 100%;
  }
}
.docs__item {
  display: block;
  position: relative;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #DAE4EE;
  border-radius: 6px;
  color: #212529;
  padding: 30px 30px 80px;
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 30px;
  min-height: 130px;
}
.docs__item:after {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  background: url(../img/arrows.svg) 0 -27px no-repeat;
  position: absolute;
  bottom: 21px;
  right: 30px;
}
.docs__item:hover {
  border-color: #0065DD;
}
.docs__item:hover:after {
  background-position: 0 0;
}
.docs__item .text {
  display: block;
  margin-top: 15px;
}
.docs__item .text:first-child {
  margin-top: 0;
}
.docs__item .info {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
}
.docs__item .info span,
.docs__item .info img {
  display: inline-block;
  vertical-align: middle;
}
.docs__item .info img {
  margin-right: 10px;
}
.docs__item .info .size {
  margin-left: 20px;
}
/* Порядок обучения
------------------------------------- */
.sec-study {
  padding: 20px 0 150px;
  border-bottom: 1px solid #BCE1F1;
}
.sec-study .row {
  font-size: 0;
}
@media (max-width: 768px) {
  .sec-study h2 {
    text-align: center;
  }
}
.study__item {
  display: inline-block;
  font-size: 17px;
  line-height: 140%;
  text-align: center;
  width: 25%;
  vertical-align: top;
  padding: 0 15px;
  margin-bottom: 50px;
}
.study__item .img {
  width: 100px;
  height: 100px;
  border: 1px solid #DAE4EE;
  border: 1px solid rgba(218, 228, 238, 0.75);
  text-align: center;
  background: #fff;
  margin: 0 auto 17px;
  font-size: 0;
  letter-spacing: normal;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.study__item .img:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.study__item img {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1260px) {
  .study__item {
    width: 33.333%;
  }
}
@media (max-width: 1024px) {
  .study__item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .study__item {
    font-size: 15px;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .study__item .img {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .study__item {
    width: 100%;
  }
}
/* Бонусы
------------------------------------- */
.sec-bonus {
  background-color: #fff;
  font-size: 15px;
}
.sec-bonus h2 {
  margin-bottom: 10px;
}
.sec-bonus .h2_sub {
  margin-bottom: 24px;
  font-size: 23px;
  line-height: 140%;
  width: 50%;
}
@media (max-width: 998px) {
  .sec-bonus .h2_sub {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .sec-bonus .h2_sub {
    width: 100%;
  }
}
.bonus__wrap {
  position: relative;
  background: #FFFEF8;
  margin: 0 -55px;
  padding: 60px 55px 80px;
  border: 1px solid #F2C94C;
  border-radius: 6px;
  top: -100px;
  margin-bottom: -50px;
  overflow: hidden;
  background-image: url(../img/free/bonus.svg);
  background-repeat: no-repeat;
  background-position: 90% 3%;
}
.bonus__wrap .col {
  width: 50%;
  float: left;
}
@media (max-width: 998px) {
  .bonus__wrap .col {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .bonus__wrap {
    padding: 30px 20px;
    margin: 0 -5px -50px;
    background-image: none;
  }
}
.bonus__item {
  background: #fff;
  border: 1px solid #F2C94C;
  border-radius: 6px;
  padding: 40px 50px 60px;
}
.bonus__item h3 {
  font-size: 25px;
  line-height: 120%;
  font-weight: normal;
  margin-bottom: 17px;
}
.bonus__item a {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .bonus__item {
    padding: 30px 40px 100px;
  }
}
@media (max-width: 998px) {
  .bonus__item {
    padding: 30px 40px 60px;
  }
}
@media (max-width: 768px) {
  .bonus__item {
    padding: 30px 20px 80px;
  }
}
.bonus__item_1 {
  background-image: url(../img/free/bonus_2.svg);
  background-repeat: no-repeat;
  background-position: 95% 100%;
}
@media (max-width: 768px) {
  .bonus__item_1 {
    background-size: 150px auto;
  }
}
.bonus__item_2 {
  background-image: url(../img/free/bonus_1.svg);
  background-repeat: no-repeat;
  background-position: 95% 100%;
}
@media (max-width: 768px) {
  .bonus__item_2 {
    background-size: 150px auto;
  }
}
/* Самопроверка
------------------------------------- */
.sec-quiz {
  border-bottom: 1px solid #DAE4EE;
  padding: 60px 0;
  background-color: #fff;
}
.quiz__item {
  border: 1px solid #DAE4EE;
  margin: 0 -55px 12px;
  padding: 20px 55px 0;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 997px) {
  .quiz__item {
    margin: 0 -5px 12px;
    padding: 20px 20px 0;
  }
}
.quiz__item-question {
  margin-bottom: 0.85em;
}
.quiz__item-vars {
  margin-bottom: 0.4em;
}
.quiz__item-text {
  padding-bottom: 35px;
  overflow: hidden;
  display: none;
}
.quiz__item-text .btn {
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 15px;
}
.quiz__item-text .text {
  line-height: 150%;
  margin-bottom: 1.5em;
}
.quiz__item-text .text p {
  margin-bottom: 2em;
}
.quiz__item-text .contacts {
  font-size: 15px;
  line-height: 140%;
}
.quiz__item-text .contacts .phone {
  margin-bottom: 1em;
}
.quiz__item-text .contacts .phone a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  margin-top: 5px;
}
.quiz__item-text .contacts .phone a:hover {
  color: #E8523D;
}
@media (min-width: 998px) {
  .quiz__item-text .text {
    width: 66.66%;
    float: left;
    margin-bottom: 0;
  }
  .quiz__item-text .contacts {
    width: 25%;
    float: left;
    margin-left: 8.33%;
    padding-left: 15px;
  }
  .quiz__item-text .contacts .phone {
    margin-bottom: 2em;
  }
}
@media (min-width: 1260px) {
  .quiz__item-text .text {
    line-height: 160%;
  }
  .quiz__item-text .btn {
    margin-right: 35px;
  }
}
/* Постановление правительства
------------------------------------- */
.sec-decree {
  padding: 70px 0 100px;
}
@media (max-width: 997px) {
  .sec-decree {
    padding: 70px 0 80px;
  }
}
@media (max-width: 767px) {
  .sec-decree {
    padding: 50px 0;
  }
}
.decree__wrap {
  position: relative;
  background: #fff;
  padding: 120px 20px 70px;
  margin: 0 -5px;
  border: 1px solid #DAE4EE;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.decree__wrap h2,
.decree__wrap .h2 {
  text-align: center;
  font-weight: 500;
}
.decree__wrap .h2_sub {
  text-align: center;
  margin-bottom: 60px;
}
.decree__wrap .h2_sub span {
  display: block;
  margin-bottom: 1em;
}
.decree__wrap h3,
.decree__wrap .h3 {
  margin-bottom: 2em;
}
.decree__wrap img {
  position: absolute;
  z-index: 0;
  left: 50%;
  width: 238px;
  height: 281px;
  margin-left: -119px;
  top: 60px;
}
.decree__wrap .red_border {
  display: inline-block;
  border: 1px solid #E8523D;
  padding: 0.65em 15px 0.75em;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.decree__wrap .signature {
  text-align: right;
}
.decree__wrap .inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .decree__wrap {
    margin: 0 -55px;
    padding: 100px 55px 70px;
  }
  .decree__wrap .red_border {
    margin-left: -15px;
    margin-right: -15px;
  }
  .decree__wrap img {
    top: 55px;
  }
  .decree__wrap .h2_sub {
    margin-bottom: 100px;
  }
}
@media (min-width: 998px) {
  .decree__wrap {
    padding: 220px 55px 100px;
  }
  .decree__wrap .inner {
    padding: 0 8.33%;
  }
  .decree__wrap p {
    line-height: 150%;
    margin-bottom: 1.15em;
  }
  .decree__wrap img {
    width: 332px;
    height: 392px;
    margin-left: -166px;
    top: 85px;
  }
  .decree__wrap h2,
  .decree__wrap .h2 {
    margin-bottom: 0.75em;
  }
  .decree__wrap .h2_sub {
    font-size: 21px;
  }
  .decree__wrap .h2_sub span:first-child {
    font-size: 23px;
  }
  .decree__wrap h3,
  .decree__wrap .h3 {
    font-size: 23px;
    line-height: 150%;
  }
}
@media (min-width: 1260px) {
  .decree__wrap .red_border {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.decree__btn {
  text-align: center;
  position: relative;
  z-index: 1;
}
.decree__btn.btn_1 {
  margin-bottom: -22px;
}
.decree__btn.btn_2 {
  margin-top: -24px;
}
@media (max-width: 1260px) {
  .decree__btn.btn_1 {
    margin-bottom: -19px;
  }
  .decree__btn.btn_2 {
    margin-top: -19px;
  }
}
/* Документы на заявку
------------------------------------- */
.sec-howto {
  background-color: #fff;
  padding: 50px 0 50px;
}
.sec-howto h2 {
  margin-bottom: 1.5em;
}
@media (max-width: 1259px) {
  .sec-howto {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sec-howto {
    padding-top: 40px;
  }
}
.howto__item {
  position: relative;
  min-height: 62px;
  padding-top: 12px;
  padding-bottom: 32px;
  padding-left: 80px;
  width: 66.66%;
}
.howto__item::before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  background-color: #81C4E9;
  left: 24px;
}
.howto__item:last-child::before {
  content: none;
}
.howto__item .step {
  width: 50px;
  height: 50px;
  padding-top: 7px;
  background: #81C4E9;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 35px;
  line-height: 35px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.howto__item .red_border {
  display: inline-block;
  border: 1px solid #E8523D;
  padding: 0.65em 15px 0.75em;
  margin-left: -15px;
  margin-right: 0;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.howto__item .col {
  width: 50%;
  float: left;
}
.howto__item p.big {
  font-weight: bold;
  margin: 40px 0 10px;
}
@media (max-width: 1259px) {
  .howto__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .howto__item {
    padding-left: 50px;
    padding-top: 8px;
  }
  .howto__item::before {
    left: 17px;
  }
  .howto__item .col {
    width: 100%;
  }
  .howto__item .step {
    font-size: 25px;
    width: 36px;
    height: 36px;
    padding-top: 0;
  }
  .howto__item p.big {
    margin: 50px 0 5px;
  }
}
.howto__tmpl {
  display: inline-block;
  width: 224px;
  border-radius: 6px;
  border: 1px solid #DAE4EE;
  padding: 11px 16px;
  font-size: 0;
  margin-right: 26px;
}
.howto__tmpl:hover {
  border-color: #0065DD;
}
.howto__tmpl img,
.howto__tmpl .gray {
  display: inline-block;
  vertical-align: middle;
}
.howto__tmpl .gray {
  width: 130px;
  font-size: 15px;
  line-height: 140%;
}
.howto__tmpl .gray span {
  color: #212529;
  display: block;
}
.howto__tmpl img {
  width: 38px;
  height: 38px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .howto__tmpl {
    margin-bottom: 15px;
  }
}
.howto__doc {
  display: block;
  border-radius: 6px;
  border: 1px solid #DAE4EE;
  text-decoration: none;
  color: #212529;
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  background: #FAFAFA;
}
.howto__doc:hover {
  border-color: #0065DD;
}
.howto__doc .point {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 19px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  top: -14px;
  left: -14px;
  background: #6F7C98;
  padding-top: 8px;
}
.howto__doc .text {
  border-top: 1px solid #DAE4EE;
  padding: 14px 20px 14px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 15px;
  line-height: 140%;
}
.howto__doc .img {
  height: 130px;
  background: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
.howto__doc .img img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .howto__doc {
    margin-top: 25px;
  }
  .howto__doc .img {
    height: auto;
  }
  .howto__doc .img img {
    max-width: 100%;
    height: auto;
  }
  .howto__doc .point {
    left: -52px;
    top: -4px;
  }
}
.howto__wrap {
  position: relative;
}
.howto__contacts {
  position: absolute;
  width: 300px;
  right: 0;
  top: 0;
  padding-top: 12px;
}
.howto__contacts a {
  display: inline-block;
  margin: 8px 0 8px;
}
.howto__contacts .block_phone {
  margin-bottom: 24px;
}
.howto__contacts .block_phone .gray {
  display: block;
  font-size: 13px;
  line-height: 15px;
  width: 70%;
}
.howto__contacts .block_email {
  margin-bottom: 24px;
}
.howto__contacts .docs__item {
  background-color: #FAFAFA;
  font-size: 15px;
  padding: 22px 22px 70px;
  width: 100%;
  min-height: auto;
}
.howto__contacts .docs__item .info {
  padding: 20px 22px;
}
.howto__contacts .howto__tmpl {
  width: 100%;
  background-color: #FAFAFA;
}
@media (max-width: 1259px) {
  .howto__contacts {
    position: relative;
    width: auto;
    background: url(../img/bg_blue.png);
    border-top: 1px solid #DAE4EE;
    margin: 0 -200px;
    padding: 30px 200px;
    border-radius: 6px;
  }
  .howto__contacts .block_phone,
  .howto__contacts .block_email {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-top: 30px;
  }
  .howto__contacts .docs__item {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-right: 40px;
    font-size: 15px;
    background-color: #fff;
  }
}
@media (max-width: 997px) {
  .howto__contacts .block_phone,
  .howto__contacts .block_email {
    width: 49%;
    margin: 10px 0 10px;
  }
  .howto__contacts .docs__item {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 560px) {
  .howto__contacts .block_phone,
  .howto__contacts .block_email {
    width: 100%;
  }
}
.sec-form {
  max-width: 800px;
  margin: 60px auto;
}
.sec-form .hidden {
  display: none;
}
.sec-form .h1_small {
  margin-bottom: 40px;
}
.sec-form__block {
  padding: 20px 0;
  border: 1px solid #DAE4EE;
  margin: 0 0 12px;
  padding: 20px 20px 0;
  border-radius: 6px;
  background-color: #fff;
  background-clip: padding-box;
}
.sec-form__block .text {
  margin-bottom: 0.85em;
}
.sec-form__block .error {
  color: #E8523D;
  display: none;
  padding: 5px 0 30px;
}
.sec-form__block .hint {
  margin-top: 4px;
  color: #6F7C98;
}
.sec-form__block.hidden {
  display: none;
}
.sec-form__final {
  display: none;
  position: relative;
  border: 1px solid #DAE4EE;
  margin: 0 0 12px;
  padding: 30px 40px 40px;
  border-radius: 6px;
  background-color: #fff;
  background-clip: padding-box;
}
.sec-form__final .btn {
  display: block;
  margin: 20px auto 0;
  width: 160px;
}
.sec-form__final .btn:disabled {
  opacity: 0.4;
}
.sec-form__final .btn:disabled:hover {
  cursor: default;
  opacity: 0.4;
  background-color: #0065DD;
}
.sec-form__final .checkbox {
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.4em;
}
.input-wrap {
  display: block;
  margin-bottom: 20px;
}
.input-wrap label {
  display: block;
  color: #6F7C98;
  margin-bottom: 6px;
}
.form-control {
  display: block;
  background-color: #fff;
  border: 1px solid #DAE4EE;
  padding: 10px 16px ;
  border-radius: 6px;
  width: 100%;
  height: 50px;
}
.form-control.has-error {
  border-color: #E8523D;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.form__success {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: #fff;
  padding: 100px 60px;
  text-align: center;
  z-index: 2;
}
.form__success p {
  width: 80%;
  margin: 0 auto;
}

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