/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0; }

ul, li {
  list-style: none; }

a {
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

img {
  max-width: 100%; }

@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/DINPro/subset-DINPro.woff2") format("woff2"), url("../fonts/DINPro/subset-DINPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/DINPro/subset-DINPro-Bold.woff2") format("woff2"), url("../fonts/DINPro/subset-DINPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DIN Pro Cond Condensed';
  src: url("../fonts/DINPro/subset-DINPro-CondensedBold.woff2") format("woff2"), url("../fonts/DINPro/subset-DINPro-CondensedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DIN Pro Cond Condensed';
  src: url("../fonts/DINPro/subset-DINPro-CondensedBlack.woff2") format("woff2"), url("../fonts/DINPro/subset-DINPro-CondensedBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/DINPro/subset-DINPro-Black.woff2") format("woff2"), url("../fonts/DINPro/subset-DINPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Folio';
  src: url("../fonts/folio.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/DINPro/subset-DINPro-Medium.woff2") format("woff2"), url("../fonts/DINPro/subset-DINPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

img {
  -o-object-fit: contain;
  object-fit: contain; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  font-family: 'DIN Pro'; }

.btn {
  font-family: 'DIN Pro';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 15px 84px;
  font-weight: bold;
  font-size: 20px;
  color: #00AEEF;
  border: 2px solid #00AEEF;
  border-radius: 50px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .btn:hover {
    background: #00AEEF;
    border-color: #00AEEF;
    color: #FFFFFF; }

.btn-bg {
  font-family: 'DIN Pro';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  background: -webkit-linear-gradient(178.25deg, #004C80 -26.49%, #00AEEF 97.66%);
  background: -o-linear-gradient(178.25deg, #004C80 -26.49%, #00AEEF 97.66%);
  background: linear-gradient(271.75deg, #004C80 -26.49%, #00AEEF 97.66%);
  border-radius: 50px;
  padding: 16px 63px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .btn-bg:hover {
    -webkit-box-shadow: 0px 7px 21px rgba(0, 174, 239, 0.67);
    box-shadow: 0px 7px 21px rgba(0, 174, 239, 0.67); }

.title {
  font-family: 'DIN Pro';
  font-weight: 900; }
  .title_main {
    font-family: 'DIN Pro Cond Condensed';
    font-size: 70px;
    color: #FFFFFF; }
  .title_med {
    font-weight: bold;
    font-size: 24px;
    color: #004C80; }
    .title_med.title_dec {
      position: relative; }
      .title_med.title_dec::after {
        content: '';
        display: block;
        height: 5px;
        background: #AFDBEF;
        width: 122px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 21px; }
  .title_sec {
    font-family: 'DIN Pro Cond Condensed';
    font-weight: bold;
    color: #004C80;
    font-size: 40px; }
    .title_sec.title_dec {
      position: relative; }
      .title_sec.title_dec::after {
        content: '';
        display: block;
        height: 10px;
        background: #AFDBEF;
        width: 180px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 26px; }

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .contact-info__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 10px;
    width: 24px;
    height: 24px; }
  .contact-info__text {
    font-weight: 500;
    font-size: 18px;
    color: #585858; }

.block-contact-info__el {
  margin-bottom: 14px; }
  .block-contact-info__el:last-child {
    margin-bottom: 0; }

.links-def {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .links-def__el {
    margin-right: 71px; }
    .links-def__el:last-child {
      margin-right: 0; }
  .links-def__link {
    font-weight: 500;
    font-size: 20px;
    color: #004C80;
    border-bottom: 3px solid transparent;
    padding-bottom: 7px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .links-def__link:hover {
      color: #00AEEF; }
  .links-def__el.active .links-def__link {
    color: #00AEEF;
    border-color: #AFDBEF; }

.links-block__el {
  margin-bottom: 15px; }
  .links-block__el:last-child {
    margin-bottom: 0; }

.links-block__link {
  font-weight: 500;
  font-size: 20px;
  color: #004C80;
  border-bottom: 3px solid transparent;
  padding-bottom: 2px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block; }
  .links-block__link:hover {
    color: #00AEEF; }

.links-block__el.active .links-block__link {
  color: #00AEEF;
  border-color: #AFDBEF;
  font-weight: 900; }

.linkUser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px; }
  .linkUser svg {
    width: 100%;
    height: 100%; }

.text-quote {
  background: #EAF6FA;
  -webkit-box-shadow: 0px 0px 34px rgba(0, 76, 128, 0.17);
  box-shadow: 0px 0px 34px rgba(0, 76, 128, 0.17);
  -webkit-clip-path: polygon(0 0, 92% 0, 100% 25%, 100% 100%, 0 99%);
  clip-path: polygon(0 0, 92% 0, 100% 25%, 100% 100%, 0 99%);
  padding: 17px; }
  .text-quote__content {
    z-index: 2;
    border-radius: 0 52px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 2px solid #AFDBEF;
    padding: 33px 31px;
    position: relative; }
    .text-quote__content-dec {
      position: absolute;
      top: 0;
      right: 0;
      background: #EAF6FA;
      z-index: 1;
      pointer-events: none; }
  .text-quote__icon {
    margin-top: 5px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25px;
    height: 25px;
    margin-right: 13px;
    position: relative;
    z-index: 3; }
  .text-quote__body {
    position: relative;
    z-index: 3; }
  .text-quote__text {
    font-weight: normal;
    font-size: 24px;
    color: #585858; }
    .text-quote__text span {
      font-weight: bold;
      color: #00AEEF; }

.btn-dec {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-family: 'DIN Pro';
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  background: -webkit-linear-gradient(178.25deg, #004C80 -26.49%, #00AEEF 97.66%);
  background: -o-linear-gradient(178.25deg, #004C80 -26.49%, #00AEEF 97.66%);
  background: linear-gradient(271.75deg, #004C80 -26.49%, #00AEEF 97.66%);
  border-radius: 50px;
  position: relative;
  height: 60px;
  max-width: 100%;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .btn-dec::after {
    content: '';
    position: absolute;
    background: #00AEEF;
    border-radius: 50px;
    bottom: -7px;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
  .btn-dec:hover::after {
    -webkit-box-shadow: 0px 7px 21px rgba(0, 174, 239, 0.67);
    box-shadow: 0px 7px 21px rgba(0, 174, 239, 0.67); }
  .btn-dec:active::after {
    bottom: 0; }

.block-form {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 34px 3px rgba(0, 76, 128, 0.17);
  box-shadow: 0px 0px 34px 3px rgba(0, 76, 128, 0.17);
  display: block;
  padding: 56px 65px;
  padding-bottom: 66px;
  position: relative;
  z-index: 10; }
  .block-form__title {
    text-align: center;
    margin-bottom: 39px; }
  .block-form__el {
    margin-bottom: 15px; }
  .block-form__btn {
    width: 100%;
    margin-top: 42px; }

.inp {
  height: 60px; }

.textarea {
  resize: none;
  height: 162px; }

.form-el {
  border: 0;
  display: block;
  width: 100%;
  color: #004C80;
  background: #EAF6FA;
  padding: 19px 30px;
  border-radius: 6px; }
  .form-el, .form-el::-webkit-input-placeholder {
    font-family: 'DIN Pro';
    font-weight: 500;
    font-size: 18px; }
  .form-el, .form-el:-ms-input-placeholder {
    font-family: 'DIN Pro';
    font-weight: 500;
    font-size: 18px; }
  .form-el, .form-el::-ms-input-placeholder {
    font-family: 'DIN Pro';
    font-weight: 500;
    font-size: 18px; }
  .form-el, .form-el::placeholder {
    font-family: 'DIN Pro';
    font-weight: 500;
    font-size: 18px; }
  .form-el::-webkit-input-placeholder {
    color: #9D9D9D; }
  .form-el:-ms-input-placeholder {
    color: #9D9D9D; }
  .form-el::-ms-input-placeholder {
    color: #9D9D9D; }
  .form-el::placeholder {
    color: #9D9D9D; }

.burger-btn {
  width: 54px;
  height: 42px;
  position: relative;
  cursor: pointer; }
  .burger-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    height: 4px;
    background: #00AEEF; }
    .burger-btn span:nth-child(1) {
      top: 0; }
    .burger-btn span:nth-child(2) {
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%; }
    .burger-btn span:nth-child(3) {
      bottom: 0; }

.menu-dropdown {
  position: fixed;
  top: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  left: -100vw;
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 999;
  background: #EAF6FA; }
  .menu-dropdown.active {
    left: 0; }
  .menu-dropdown__close {
    position: absolute;
    top: 40px;
    right: 30px;
    cursor: pointer;
    width: 30px;
    height: 30px; }
  .menu-dropdown__content {
    padding: 50px 49px; }
  .menu-dropdown__links {
    max-width: 219px; }
  .menu-dropdown__btn {
    margin-top: 29px;
    padding: 10px 20px;
    width: 100%;
    height: 50px; }
  .menu-dropdown__mob {
    margin-top: 34px;
    display: none; }

.links-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0; }
  .links-icons__el {
    margin-right: 19px; }
    .links-icons__el:last-child {
      margin-right: 19px; }

.center {
  text-align: center; }

.text-sec {
  font-weight: 500;
  font-size: 24px;
  color: #585858;
  line-height: 1.7; }
  .text-sec span {
    color: #00AEEF; }

.text-bold {
  font-weight: bold; }

.sec-top {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
  .sec-top__title {
    margin-bottom: 71px; }

.about-el {
  background: #EAF6FA;
  -webkit-box-shadow: 0px 0px 24px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 24px 3px rgba(0, 0, 0, 0.05);
  padding: 50px 64px;
  padding-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .about-el::after {
    content: '';
    position: absolute;
    top: 57px;
    left: 0;
    background: #AFDBEF;
    width: 42px;
    height: 10px;
    pointer-events: none; }
  .about-el__icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 138px;
    height: 138px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .about-el__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
  .about-el__title {
    font-weight: bold;
    font-size: 20px;
    color: #00AEEF;
    margin-bottom: 28px; }
  .about-el__text {
    font-size: 18px;
    color: #585858; }
  .about-el__count {
    margin-top: auto;
    font-family: 'DIN Pro Cond Condensed';
    font-weight: bold;
    font-size: 144px;
    color: rgba(175, 219, 239, 0.64);
    line-height: 1;
    text-align: center;
    position: relative;
    bottom: -15px;
    margin-bottom: -51px; }

.block-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .block-about__el {
    width: 33.333333%;
    padding: 0 10px; }
    .block-about__el .about-el {
      height: 100%; }

.tabs-def {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .tabs-def__el {
    margin-bottom: 10px;
    margin-right: 27px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    color: #004C80;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .tabs-def__el:last-child {
      margin-right: 0; }
    .tabs-def__el.active {
      background: #00AEEF;
      color: #FFFFFF; }

.services-el {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 24px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 24px 3px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .services-el__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #AFDBEF;
    padding: 20px 57px;
    padding-left: 0; }
  .services-el__dec {
    display: block;
    background: #FFFFFF;
    width: 98px;
    height: 4px;
    margin-right: 41px; }
  .services-el__title {
    font-weight: 900;
    font-size: 20px;
    color: #FFFFFF;
    margin-right: 10px; }
  .services-el__icon {
    margin-left: auto; }
  .services-el__content {
    padding: 45px 65px;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .services-el__titleInfo {
    font-weight: bold;
    font-size: 20px;
    color: #00AEEF;
    margin-bottom: 35px; }
  .services-el__descrp {
    font-size: 18px;
    color: #585858;
    line-height: 1.2;
    margin-bottom: auto; }
    .services-el__descrp li {
      position: relative;
      padding-left: 33px;
      margin-bottom: 26px; }
      .services-el__descrp li::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        background: url("../img/icons/check.svg") no-repeat center/contain; }
  .services-el__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 48px; }
  .services-el__cost {
    font-weight: bold;
    font-size: 35px;
    margin-right: 10px;
    color: #00AEEF; }
  .services-el__costOld {
    font-size: 25px;
    line-height: 31px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #9D9D9D; }
  .services-el__btn {
    margin-left: 10px;
    cursor: pointer; }

.block-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .block-services__el {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 60px; }
    .block-services__el .services-el {
      height: 100%; }

.block-descrp-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .block-descrp-count__side {
    width: 48%; }

.descrp-count {
  position: relative; }
  .descrp-count::after {
    content: '';
    position: absolute;
    top: 0;
    left: 16px;
    z-index: 1;
    background: #AFDBEF;
    width: 2px;
    height: 100%; }
  .descrp-count__el {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
    position: relative;
    z-index: 10; }
  .descrp-count__count {
    font-family: "DIN Pro Cond Condensed";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    background: #00AEEF;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .descrp-count__text {
    font-size: 18px;
    color: #585858;
    margin-left: 15px;
    margin-top: 6px; }

.projects-el {
  background: #EAF6FA;
  -webkit-box-shadow: 0px 0px 24px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 24px 3px rgba(0, 0, 0, 0.05); }
  .projects-el__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 33px 20px;
    background: #00AEEF; }
  .projects-el__title {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF; }
    .projects-el__title span {
      font-weight: 900; }
  .projects-el__content {
    padding: 47px 56px;
    padding-bottom: 66px; }
  .projects-el__titleInfo {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #004C80;
    margin-bottom: 36px; }
  .projects-el__btn {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 39px; }

.block-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .block-info__side {
    width: 46%; }
    .block-info__side:last-child .block-info-descrp__body {
      min-height: 136px; }
    .block-info__side:last-child .block-info-descrp__el {
      margin-bottom: 38px; }
      .block-info__side:last-child .block-info-descrp__el:last-child .block-info-descrp__body {
        padding: 49px 61px; }

.block-info-descrp {
  position: relative; }
  .block-info-descrp::after {
    content: '';
    background: #EAF6FA;
    position: absolute;
    top: 0;
    left: 22px;
    z-index: 1;
    width: 4px;
    height: 100%; }
  .block-info-descrp__el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 10;
    margin-bottom: 29px;
    overflow: hidden; }
    .block-info-descrp__el:first-child .block-info-descrp__count {
      position: relative; }
      .block-info-descrp__el:first-child .block-info-descrp__count::after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 100px;
        background-color: #fff; }
    .block-info-descrp__el:last-child .block-info-descrp__count {
      position: relative; }
      .block-info-descrp__el:last-child .block-info-descrp__count::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100px;
        background-color: #fff; }
  .block-info-descrp__count {
    font-family: "DIN Pro Cond Condensed";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    font-weight: bold;
    font-size: 31px;
    color: #FFFFFF;
    background: #00AEEF;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    margin-right: 59px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .block-info-descrp__body {
    background: #EAF6FA;
    padding: 26px 61px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
    position: relative; }
    .block-info-descrp__body::after {
      content: '';
      position: absolute;
      top: 50%;
      left: -22.5px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-width: 25.5px 25px 25.5px 0;
      border-color: transparent #EAF6FA transparent transparent;
      border-style: solid; }
  .block-info-descrp__text {
    font-weight: 500;
    font-size: 20px;
    color: #585858;
    line-height: 1.3; }

.links-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .links-foot__el {
    margin-right: 52px; }
    .links-foot__el:last-child {
      margin-right: 0; }
  .links-foot__link {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF; }

.noscroll {
  overflow: hidden; }

.overlay {
  background: rgba(12, 15, 23, 0.9); }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 999; }
  .modal__wrap {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 50px 20px;
    padding-bottom: 20px; }
  .modal__content {
    position: relative;
    z-index: 10; }
  .modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block; }

.modal-content {
  background: #FFFFFF;
  max-width: 500px;
  width: 100%;
  padding: 50px 70px;
  padding-bottom: 55px; }
  .modal-content__close {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100; }
  .modal-content__title {
    text-align: center;
    margin-bottom: 40px; }
  .modal-content__form-el {
    margin-bottom: 15px; }
  .modal-content__form-btn {
    margin-top: 40px;
    width: 100%; }

html {
  position: relative;
  max-width: 100vw;
  overflow-x: hidden; }

body {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  font-family: 'DIN Pro', Arial, sans-serif;
  line-height: 1.25;
  font-weight: 400; }

.container {
  padding: 0 15px;
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }

.top-menu {
  background: #EAF6FA;
  position: relative;
  z-index: 100; }
  .top-menu__wrap {
    padding: 21px 0;
    padding-left: 25px; }
  .top-menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .top-menu__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 556px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .top-menu__left {
    margin-right: 84px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
  .top-menu__info {
    width: 47.3%; }
  .top-menu__logo {
    width: 244px;
    height: 109px; }
  .top-menu__burger {
    display: none; }

.block-menu {
  background-color: #fff;
  position: relative;
  z-index: 100; }
  .block-menu__wrap {
    padding: 17px 0; }
  .block-menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .block-menu__mob {
    display: none; }

.sec-header {
  background: url("../img/bg/header.jpg") no-repeat top/cover;
  -webkit-box-shadow: 0px 0px 49px 3px rgba(0, 76, 128, 0.34);
  box-shadow: 0px 0px 49px 3px rgba(0, 76, 128, 0.34); }
  .sec-header__wrap {
    padding: 120px 0; }
  .sec-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sec-header__left {
    max-width: 640px;
    margin-top: 61px; }
  .sec-header__title {
    margin-bottom: 15px; }
  .sec-header__right {
    max-width: 530px;
    width: 100%; }

.sec-about__wrap {
  padding: 105px 0;
  padding-bottom: 173px; }

.sec-about__top {
  width: 1161px; }

.sec-about__content {
  margin-top: 62px; }

.sec-services {
  background: #EAF6FA; }
  .sec-services__wrap {
    padding: 106px 0;
    padding-bottom: 118px; }
  .sec-services__tabs {
    margin-top: 90px; }
  .sec-services__content {
    margin-top: 62px; }
  .sec-services__btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    cursor: pointer; }

.sec-projects__wrap {
  padding: 114px 0;
  padding-bottom: 39px; }

.sec-projects__content {
  margin-top: 78px; }

.sec-info__wrap {
  padding-bottom: 168px; }

.sec-info__content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  margin-top: 57px; }

.sec-info__btn {
  width: 404px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 61px; }

.footer {
  background: #585858;
  text-align: center; }
  .footer__wrap {
    padding: 71px 0; }
  .footer__text {
    margin-top: 40px;
    font-size: 15px;
    color: #FFFFFF; }
    .footer__text a {
      color: #FFFFFF; }

/* Services Page Style */
.sec-main__wrap {
  padding: 120px 0; }

.sec-main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.sec-main__left {
  max-width: 705px; }

.sec-main__right {
  max-width: 550px; }

.sec-main__img img {
  position: absolute;
  right: 0; }

.sec-quotes__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 75px 0; }

.sec-quotes__left {
  max-width: 640px; }

.sec-quotes__right {
  max-width: 640px; }

.quote-text {
  font-size: 20px;
  color: #585858;
  line-height: 25px; }

.quote-text span {
  color: #00aeef; }

.quote-bg-gray {
  background: #eaf6fa; }

.quote-bg-blue {
  background: #f0f3f4; }

.quote-box {
  position: relative;
  padding: 35px 65px;
  text-align: center; }

.quote-pol-1 {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.quote-pol-2 {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.hexagon__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.hexagon-box {
  width: 215px;
  height: 220px;
  background: url("../img/pol-bg.svg") no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative; }

.hexagon-border {
  position: absolute;
  width: 160px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.hexagon-title {
  font-size: 45px;
  color: #00aeef;
  font-weight: bold; }

.hexagon-title-s {
  font-size: 25px;
  line-height: 170%; }

.hexagon-text {
  font-size: 20px;
  line-height: 17px;
  color: #585858; }

.hexagon-text-s {
  font-size: 14px; }

.hexagon-text__wrap {
  width: 180px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.lines__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.line-box {
  position: relative;
  width: 215px;
  height: 90px; }

.line-block {
  background: #cccccc;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.line-blue-point {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.sec-video__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.sec-list__wrap {
  padding: 0 0 120px 0; }

.sec-list__wrap .sec-top__title {
  margin: 0 0 80px 0; }

.sec-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.sec-list__left {
  width: 560px; }

.sec-list__right {
  max-width: 703px; }

.sec-list__ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.sec-list__ul li {
  position: relative;
  font-size: 24px;
  line-height: 165%;
  padding: 0 0 30px 60px; }

.sec-list__ul li::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 26px;
  height: 33px;
  background: url("../img/list-mark.svg") no-repeat; }

.sec-program {
  background: #eaf6fa;
  position: relative;
  overflow: hidden; }

.sec-program__wrap {
  position: relative;
  padding: 120px 0 60px 0; }

.title-left {
  text-align: left;
  margin: 0 auto 0 0; }

.title-left .title_sec.title_dec::after {
  margin: 26px auto 0 0; }

.sec-program__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.sec-program__left {
  max-width: 660px; }

.sec-program__text {
  margin: 0 0 70px 0; }

.sec-program__ul li {
  margin: 0 0 20px 0; }

.sec-program__right {
  max-width: 875px; }

.sec-program__img img {
  position: absolute;
  top: 0;
  left: calc(100% - 670px); }

.sec-howitwork__wrap {
  padding: 120px 0; }

.sec-howitwork__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.sec-howitwork__left {
  max-width: 640px; }

.sec-howitwork__right {
  max-width: 640px; }

.sec-howitwork-box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 17px rgba(0, 76, 128, 0.1);
  box-shadow: 0px 0px 17px rgba(0, 76, 128, 0.1);
  padding: 30px;
  margin: 0 0 20px 0;
  position: relative;
  height: 200px; }

.sec-howitwork-box-big {
  height: 420px; }

.sec-howitwork-box-big .sec-howitwork-box__wrap {
  height: 360px;
  padding: 25px 50px 25px 50px;
  display: block; }

.sec-howitwork-box__wrap {
  width: 580px;
  height: 140px;
  border: 4px solid #afdbef;
  padding: 25px 100px 25px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.sec-howitwork-box__wrap p {
  font-size: 18px;
  color: #585858;
  line-height: 113.6%; }

.sec-howitwork-box__wrap h2 {
  font-size: 24px;
  color: #004c80;
  font-weight: 500;
  margin: 0 0 30px 0; }

.sec-howitwork-box__ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.sec-howitwork-box__ul li {
  position: relative;
  font-size: 18px;
  color: #585858;
  line-height: 113.6%;
  padding: 8px 0 0 30px;
  margin: 0 0 25px 0; }

.sec-howitwork-box__ul li::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 13px;
  height: 13px;
  background: #00aeef;
  border-radius: 50%; }

.sec-howitwork-box__label {
  background: url("../img/bg-box.svg") no-repeat;
  width: 184px;
  height: 184px;
  font-size: 82px;
  font-weight: 800;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right; }

.sec-howitwork-box__label p {
  margin: 0 20px 0 0; }

.sec-advantages__wrap {
  padding: 0 0 160px 0; }

.sec-advantages__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.sec-advantages__left {
  max-width: 550px; }

.sec-advantages__right {
  max-width: 550px; }

.sec-advantages__list .block-info-descrp__body {
  padding: 25px; }

.sec-advantages__list-right .block-info-descrp__el {
  margin: 0 0 55px 0; }

.sec-program__img-tablet {
  display: none; }

.sec-program__img-mob {
  display: none; }

@media screen and (max-width: 1350px) {
  .container {
    max-width: 991px; }
  .top-menu__left {
    margin-right: 20px; }
  .top-menu__btn {
    padding-left: 20px;
    padding-right: 20px; }
  .top-menu__logo {
    width: 200px;
    height: 89px; }
  .top-menu__center {
    margin-right: 20px; }
  .links-def__el {
    margin-right: 30px; }
  .links-def__link {
    font-size: 18px; }
  .sec-header__content {
    display: block; }
  .sec-header__left {
    margin: 0 auto;
    max-width: 100%;
    width: 700px;
    margin-bottom: 30px; }
  .sec-header__wrap {
    padding: 80px 0; }
  .sec-header__right {
    max-width: 100%; }
  .about-el {
    padding: 50px 30px 0; }
  .about-el::after {
    width: 23px; }
  .about-el__icon {
    height: 100px;
    width: 100px; }
  .sec-services__wrap {
    padding: 60px 0; }
  .sec-services__tabs {
    margin-top: 60px; }
  .tabs-def__el {
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px; }
  .sec-services__content {
    margin-top: 30px; }
  .services-el__content {
    padding: 45px 30px 80px; }
  .services-el__cost {
    font-size: 25px; }
  .services-el__btn {
    padding-left: 20px;
    padding-right: 20px; }
  .sec-projects__wrap {
    padding: 60px 0; }
  .projects-el__content {
    padding: 47px 30px 66px; }
  .descrp-count__text {
    font-size: 16px; }
  .block-info__side {
    width: 48%; }
  .sec-info__wrap {
    padding-bottom: 100px; }
  .sec-info__btn {
    margin-top: 30px; }
  .links-foot__el {
    margin-right: 10px; }
  .sec-about__wrap {
    padding: 70px 0 150px; }
  .sec-main__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .sec-main__left {
    width: 100%; }
  .sec-main__right {
    width: 100%; }
  .sec-main__img img {
    position: relative; }
  .sec-quotes__content {
    display: block; }
  .sec-quotes__left {
    margin: 0 auto; }
  .sec-quotes__right {
    margin: 0 auto; }
  .quote-bg-blue {
    margin: 30px 0 0 0; }
  .sec-video__content {
    max-width: 100%; }
  .sec-video__wrap iframe {
    max-width: 100% !important;
    height: 396px !important; }
  .sec-list__left {
    width: 50%; }
  .sec-list__right {
    width: 50%; }
  .sec-list__ul li {
    font-size: 18px; }
  .sec-program__text .text-sec {
    font-size: 20px; }
  .title_sec {
    font-size: 45px; }
  .sec-howitwork__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .sec-program__left {
    width: 60%; }
  .sec-program__img img {
    left: calc(100% - 550px); }
  .sec-advantages__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .sec-advantages__list-right::before {
    content: '';
    background: #eaf6fa;
    position: absolute;
    top: -53px;
    left: 22px;
    z-index: 100;
    width: 4px;
    height: 78px; } }

@media screen and (max-width: 1000px) {
  .container {
    max-width: 640px; }
  .top-menu__center, .top-menu__right {
    display: none; }
  .block-menu__nav {
    display: none; }
  .top-menu .container {
    max-width: 100%; }
  .top-menu__wrap {
    padding: 21px 15px; }
  .top-menu__burger {
    display: block; }
  .block-menu__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 455px; }
  .block-menu__wrap {
    padding: 21px 15px; }
  .block-menu .container {
    max-width: 100%; }
  .block-menu .block-contact-info {
    margin-right: 35px; }
  .contact-info__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px; }
  .contact-info__text {
    font-size: 15px; }
  .linkUser {
    width: 55px;
    height: 55px; }
  .title_main {
    font-size: 50px; }
  .sec-header__wrap {
    padding: 105px 0; }
  .sec-header__title {
    margin-bottom: 34px; }
  .text-quote__text {
    font-size: 22px; }
  .text-quote__content {
    padding: 36px 31px; }
  .sec-header__left {
    margin-bottom: 80px; }
  .block-form__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 422px; }
  .title_med.title_dec::after {
    width: 202px;
    margin-top: 19px; }
  .menu-dropdown {
    display: block; }
  .title_sec {
    font-size: 45px; }
  .sec-about__wrap {
    padding: 97px 0;
    padding-bottom: 60px; }
  .title_sec.title_dec::after {
    margin-top: 20px; }
  .sec-top__title {
    margin-bottom: 49px; }
  .block-about__el {
    width: 100%; }
  .sec-about__content {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px; }
  .about-el__icon {
    width: 138px;
    height: 138px; }
  .about-el {
    padding: 50px 63px 0; }
  .about-el__text {
    max-width: 291px; }
  .about-el__count {
    bottom: -44px;
    margin-bottom: -32px; }
  .block-about__el {
    margin-bottom: 87px; }
  .sec-services .container {
    max-width: 736px; }
  .sec-services__wrap {
    padding: 99px 0; }
  .tabs-def {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .tabs-def__el {
      width: calc(50% - 15px);
      margin: 0;
      margin-bottom: 30px;
      margin-right: 7.5px;
      margin-left: 7.5px;
      font-size: 18px; }
  .sec-services__tabs {
    margin-top: 59px; }
  .block-services__el {
    width: 100%; }
  .services-el__dec {
    margin-right: 70px; }
  .services-el__content {
    padding: 45px 71px 80px; }
  .services-el__descrp li {
    margin-bottom: 32px; }
  .services-el__bottom {
    margin-top: 15px; }
  .services-el__btn {
    padding: 16px 60px; }
  .services-el__cost {
    font-size: 35px; }
  .block-services__el {
    margin-bottom: 33px; }
  .sec-services__btn {
    margin-top: 62px; }
  .sec-projects__wrap {
    padding: 98px 0; }
  .sec-projects .container {
    max-width: 736px; }
  .sec-projects__content {
    margin-top: 59px; }
    .sec-projects__content .block-descrp-count {
      max-width: 532px;
      margin-left: auto;
      margin-right: auto; }
  .block-descrp-count__side {
    width: 46%; }
  .descrp-count__el {
    margin-bottom: 13px; }
  .sec-projects__wrap {
    padding-bottom: 57px; }
  .block-info {
    display: block; }
  .block-info__side {
    width: 100%; }
  .sec-info__content {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; }
  .block-info__side:last-child .block-info-descrp__el {
    margin-bottom: 30px; }
  .sec-info__btn {
    margin-top: 99px;
    width: 429px; }
  .sec-info__wrap {
    padding-bottom: 160px; }
  .links-foot {
    display: block;
    text-align: center; }
    .links-foot__el {
      margin: 0;
      margin-bottom: 15px; }
  .footer__text {
    margin-top: 46px; }
  .sec-program__left {
    width: 50%; }
  .sec-program__img-desc {
    display: none; }
  .sec-program__img-tablet {
    display: block; }
  .sec-program__wrap {
    padding: 110px 0 35px 0; }
  .sec-program__img img {
    left: calc(100% - 375px); }
  .sec-program__text {
    margin: 0 0 40px 0; }
  .sec-program__ul::after {
    height: 85%; } }

@media screen and (max-width: 768px) {
  .sec-main__wrap {
    padding: 80px 0 110px 0; }
  .sec-main__left .text-sec {
    font-size: 20px; }
  .quote-box {
    padding: 35px 50px; }
  .hexagon-box {
    height: 205px; }
  .sec-list__ul li {
    padding: 0 0 30px 40px; }
  .sec-howitwork-box__wrap {
    width: 100%; }
  .sec-list__img {
    margin-right: 30px; } }

@media screen and (max-width: 620px) {
  .container {
    padding: 0 20px; }
  .block-menu .block-contact-info {
    display: none; }
  .top-menu__logo {
    width: 109px;
    height: 49px; }
  .burger-btn {
    width: 38px;
    height: 30px; }
  .block-menu__wrap, .top-menu__wrap {
    padding: 15px 0px; }
  .linkUser {
    width: 40px;
    height: 40px; }
  .block-menu__wrap {
    padding: 13px 0px; }
  .contact-info__text {
    font-size: 12px; }
  .title_main {
    font-size: 37px; }
  .sec-header__wrap {
    padding: 61px 0;
    padding-bottom: 70px; }
  .sec-header__title {
    margin-left: auto;
    margin-right: auto;
    padding: 0 19px;
    margin-bottom: 27px; }
  .text-quote__text {
    font-size: 15px;
    line-height: 1.2; }
  .text-quote {
    padding: 11px; }
  .text-quote__icon {
    width: 18px;
    height: 18px; }
  .text-quote__content {
    padding: 10px 17px; }
  .text-quote__body {
    margin-top: 6px;
    padding-right: 20px;
    padding-bottom: 7px; }
  .sec-header__left {
    margin-bottom: 39px; }
  .title_med {
    font-size: 18px; }
  .block-form {
    padding: 37px 22px;
    padding-bottom: 45px; }
  .inp {
    height: 40px; }
  .form-el {
    border-radius: 6px;
    padding: 9px 17px; }
  .title_med.title_dec::after {
    width: 60px;
    margin-top: 13px; }
  .block-form__title {
    margin-bottom: 29px; }
  .form-el, .form-el::-webkit-input-placeholder {
    font-size: 15px; }
  .form-el, .form-el:-ms-input-placeholder {
    font-size: 15px; }
  .form-el, .form-el::-ms-input-placeholder {
    font-size: 15px; }
  .form-el, .form-el::placeholder {
    font-size: 15px; }
  .block-form__el {
    margin-bottom: 11px; }
  .textarea {
    height: 118px; }
  .btn-dec {
    font-size: 15px;
    height: 44px; }
  .block-form__btn {
    margin-top: 28px; }
  .btn-dec::after {
    bottom: -5px; }
  .menu-dropdown__btn {
    background: #00AEEF;
    color: #FFFFFF; }
  .menu-dropdown__mob {
    display: block; }
  .text-quote {
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 17%, 100% 100%, 0 99%);
    clip-path: polygon(0 0, 90% 0, 100% 17%, 100% 100%, 0 99%); }
  body {
    overflow-x: hidden; }
  .title_sec {
    font-size: 25px; }
  .sec-about__wrap {
    padding: 65px 0;
    padding-bottom: 44px; }
  .title_sec.title_dec::after {
    height: 4px;
    width: 100px;
    margin-top: 10px; }
  .text-sec {
    font-size: 15px;
    line-height: 1.5; }
  .sec-top__title {
    margin-bottom: 32px; }
  .sec-about__content {
    margin-top: 41px; }
  .about-el__icon {
    width: 100px;
    height: 100px; }
  .about-el__title {
    font-size: 15px; }
  .about-el__text {
    font-size: 15px; }
  .about-el {
    padding: 39px 30px 0; }
  .about-el__title {
    margin-bottom: 18px; }
  .about-el::after {
    width: 21px;
    height: 4px;
    top: 46px; }
  .about-el__count {
    font-size: 83px;
    bottom: -11px;
    margin-bottom: -29px; }
  .block-about__el {
    margin-bottom: 57px; }
  .sec-services__wrap {
    padding: 65px 0;
    padding-bottom: 50px; }
  .tabs-def__el {
    width: 100%;
    margin: 0;
    margin-bottom: 12px;
    font-size: 15px;
    padding: 12px 20px; }
  .sec-services__tabs {
    margin-top: 41px; }
  .services-el__title {
    font-size: 15px; }
  .services-el__dec {
    width: 28px;
    margin-right: 18px; }
  .services-el__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .services-el__top {
    padding: 11px 0;
    padding-left: 0;
    padding-right: 22px; }
  .services-el__titleInfo {
    font-size: 15px;
    text-align: center;
    margin-bottom: 18px; }
  .services-el__content {
    padding: 30px 15px;
    padding-bottom: 50px; }
  .services-el__descrp {
    font-size: 13px; }
  .services-el__descrp li {
    margin-bottom: 9px; }
  .services-el__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .services-el__btn {
    width: 100%;
    margin: 0;
    margin-top: 25px; }
  .services-el__cost {
    font-size: 30px; }
  .services-el__costOld {
    font-size: 20px; }
  .services-el__bottom {
    margin-top: 34px; }
  .services-el__btn {
    padding: 12px 20px; }
  .block-services__el {
    margin-bottom: 15px; }
  .sec-services__btn {
    display: none; }
  .sec-projects__wrap {
    padding: 64px 0;
    padding-bottom: 47px; }
  .sec-projects__content {
    margin-top: 40px; }
  .projects-el__title {
    font-size: 18px;
    text-align: center; }
  .projects-el__top {
    padding: 16px 20px; }
  .projects-el__titleInfo {
    font-size: 18px; }
  .projects-el__content {
    padding: 34px 19px;
    padding-bottom: 50px; }
  .block-descrp-count {
    display: block; }
  .block-descrp-count__side {
    width: 100%; }
  .descrp-count__count {
    font-size: 15px;
    width: 25px;
    height: 25px; }
  .projects-el__titleInfo {
    margin-bottom: 17px; }
  .descrp-count__text {
    margin-top: 4px; }
  .descrp-count__el {
    margin-bottom: 10px; }
  .projects-el__btn {
    margin-top: 30px; }
  .projects-el__btn {
    height: 45px; }
  .block-services__el {
    margin-bottom: 15.5px; }
  .block-info-descrp__count {
    font-size: 15px;
    width: 25px;
    height: 25px;
    margin-right: 31px; }
  .block-info-descrp__text {
    font-size: 15px; }
  .sec-info__content {
    margin-top: 37px; }
  .block-info-descrp__body {
    padding: 10px 19px !important;
    min-height: 0 !important; }
  .block-info-descrp__body::after {
    border-width: 10px 9px 10px 10px 0;
    left: -18.5px; }
  .block-info-descrp__el {
    margin-bottom: 13px !important; }
    .block-info-descrp__el:last-child {
      margin-bottom: 0 !important; }
  .block-info__side:first-child .block-info-descrp__el:last-child .block-info-descrp__count::after {
    display: none; }
  .block-info__side:last-child .block-info-descrp__el:first-child .block-info-descrp__count::after {
    display: none; }
  .block-info__side:last-child .block-info-descrp__text {
    font-size: 13px; }
  .block-info__side:last-child .block-info-descrp__count {
    overflow: visible; }
  .sec-info__btn {
    margin-top: 55px; }
  .sec-info__wrap {
    padding-bottom: 100px; }
  .block-info-descrp::after {
    width: 1px;
    left: 12px;
    background: #AFDBEF; }
  .block-info-descrp::after {
    height: 130%; }
  .block-info, .block-info-descrp__el {
    overflow: hidden; }
  .links-foot__link {
    font-size: 15px; }
  .footer__wrap {
    padding: 50px 0; }
  .links-foot__el {
    margin-bottom: 7px; }
  .footer__text {
    margin-top: 30px; }
  .modal-content {
    padding: 50px 30px; }
  .sec-video__wrap iframe {
    height: 350px !important; }
  .hexagon-border {
    width: 145px; }
  .sec-program__img img {
    left: calc(100% - 320px); }
  .sec-advantages__list::after {
    background: #eaf6fa;
    width: 4px;
    left: 10px;
    height: 100%; }
  .sec-advantages__list-right::before {
    left: 10px;
    top: -37px;
    height: 43px; }
  .sec-advantages__list .block-info-descrp__el {
    margin-bottom: 30px !important; } }

@media screen and (max-width: 575px) {
  .sec-main__wrap {
    padding: 70px 0; }
  .sec-main__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .sec-main__left .text-sec {
    font-size: 15px; }
  .sec-main__left {
    margin: 0 0 40px 0; }
  .sec-quotes__content {
    padding: 40px 0; }
  .hexagon__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .hexagon-text__wrap {
    width: 65%; }
  .hexagon-box {
    width: 180px;
    height: 205px; }
  .hexagon-border {
    width: 135px; }
  .hexagon-title {
    font-size: 25px; }
  .hexagon-title-s {
    font-size: 16px; }
  .hexagon-text {
    font-size: 12px; }
  .hexagon-move-mob {
    top: -50px; }
  .line-hidde {
    visibility: hidden; }
  .lines__wrap {
    top: -60px; }
  .quote-box {
    top: -35px;
    padding: 25px 30px; }
  .sec-video__wrap iframe {
    height: 300px !important; }
  .sec-list__wrap .sec-top__title {
    margin: 0 0 40px 0; }
  .sec-list__wrap {
    padding: 0 0 70px 0; }
  .sec-list__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .sec-list__ul li {
    font-size: 15px; }
  .sec-list__left {
    width: 100%;
    text-align: center; }
  .sec-list__right {
    width: 100%;
    margin: 0 0 60px 0; }
  .sec-list__img {
    margin-right: 0; }
  .sec-program__wrap {
    padding: 70px 0 0 0; }
  .sec-program__wrap .title-left {
    text-align: center; }
  .sec-program__wrap .title-left .title_sec.title_dec::after {
    margin: 26px auto 0 auto; }
  .sec-program__left {
    width: 100%; }
  .sec-program__text .text-sec {
    font-size: 15px; }
  .sec-program__ul .descrp-count__text {
    font-size: 15px; }
  .sec-program__ul::after {
    left: 10px; }
  .sec-program__img-tablet {
    display: none; }
  .sec-program__img-mob {
    display: block;
    margin: 40px 0 0 0; }
  .sec-program__img-mob img {
    position: relative;
    left: 0;
    right: 0;
    width: 100%; }
  .sec-howitwork__wrap {
    padding: 70px 0; }
  .sec-howitwork-box__label {
    width: 100px;
    height: 100px;
    font-size: 40px; }
  .sec-howitwork-box {
    padding: 15px; }
  .sec-howitwork-box-big .sec-howitwork-box__wrap {
    height: 100%;
    padding: 40px 25px; }
  .sec-howitwork-box__wrap {
    height: 100%;
    padding: 40px 25px; }
  .sec-howitwork-box__wrap h2 {
    font-size: 15px; }
  .sec-howitwork-box__ul li {
    font-size: 15px; }
  .sec-howitwork-box__wrap p {
    font-size: 15px; }
  .sec-howitwork-box-big {
    height: 412px !important; }
  .sec-howitwork-box {
    height: 224px; }
  .sec-advantages__wrap {
    padding: 0 0 100px 0; }
  .block-info-descrp__text {
    font-size: 13px; }
  .sec-advantages__list-right::before {
    top: -36px;
    height: 41px; } }

@media screen and (max-width: 400px) {
  .hexagon-box {
    width: 160px;
    height: 185px; }
  .hexagon-border {
    width: 120px; }
  .hexagon-text__wrap {
    width: 80%; }
  .hexagon-text-s {
    font-size: 10px; }
  .sec-video__wrap iframe {
    height: 200px !important; }
  .sec-advantages__list-right::before {
    top: -43px;
    height: 55px; } }

@media screen and (max-width: 360px) {
  .hexagon-box {
    width: 140px;
    height: 165px; }
  .hexagon-border {
    width: 110px; }
  .sec-video__wrap iframe {
    height: 155px !important; }
  .sec-howitwork-box__ul li {
    margin: 0 0 10px 0; }
  .sec-advantages__list-right::before {
    top: -50px;
    height: 70px; } }
