@font-face {
  font-family: "GothamPro";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/GothamPro.ttf") format("truetype"); }

@font-face {
  font-family: "GothamPro";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/GothamPro-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "roboto";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "roboto";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "roboto";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype"); }

/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  -webkit-border-radius: 0;
          border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

body {
  min-width: 320px;
  position: relative;
  font-family: "roboto", sans-serif;
  line-height: 1.3;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  background-color: #2D46A6;
  color: #fff; }

::selection {
  background-color: #2D46A6;
  color: #fff; }

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

a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none;
    outline: none; }

img {
  width: auto;
  max-width: 100%;
  height: auto; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

.input-wrap {
  margin-bottom: 30px; }

input,
textarea {
  width: 100%;
  font-size: 16px;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #999;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  input:focus,
  textarea:focus {
    outline: none;
    border-color: orange; }
  input:disabled,
  textarea:disabled {
    background: #fff; }

::-webkit-input-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999; }

::-ms-input-placeholder {
  color: #999; }

::placeholder {
  color: #999; }

.t-center {
  text-align: center; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.no-gutter {
  margin-left: 0;
  margin-right: 0; }

.mfp-fade-zoom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.mfp-fade-zoom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.mfp-fade-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-fade-zoom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-fade-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-fade-zoom.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

html,
body {
  font-size: 16px; }

.btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 30px;
  background-color: orange;
  border: none;
  outline: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .btn:focus:not(.disabled), .btn:hover:not(.disabled) {
    text-decoration: none; }
  .btn:focus:not(.disabled), .btn:hover:not(.disabled) {
    outline: none;
    cursor: pointer;
    color: #fff;
    background-color: #ffb733; }
  .btn:active:not(.disabled) {
    background-color: #e69500; }
  .btn.disabled {
    opacity: .4; }

.mfp {
  position: relative;
  max-width: 40.625rem;
  min-height: 26.25rem;
  text-align: left;
  padding: 5rem 4.375rem 3.125rem;
  margin: 2.5rem auto;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .mfp {
      max-width: 450px; } }
  .mfp .mfp-close {
    top: 5px;
    right: 5px;
    opacity: 1;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    .mfp .mfp-close:focus {
      outline: none; }
    .mfp .mfp-close:active {
      -webkit-transform: translateY(1px);
          -ms-transform: translateY(1px);
              transform: translateY(1px); }

.form-result {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  background: #fff;
  opacity: 0;
  padding: 50px;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1; }
  .form-result .mess__title {
    font-size: 42px;
    line-height: 47px;
    font-weight: 600;
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease; }
    @media only screen and (max-width: 576px) {
      .form-result .mess__title {
        font-size: 30px; } }
    @media only screen and (max-width: 375px) {
      .form-result .mess__title {
        font-size: 25px;
        margin-bottom: 5px; } }
  .form-result .mess__desc {
    font-size: 22px;
    line-height: 27px;
    opacity: 0;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease; }
    @media only screen and (max-width: 375px) {
      .form-result .mess__desc {
        font-size: 16px; } }
  .form-result--success {
    opacity: 1;
    visibility: visible; }
    .form-result--success .mess__title,
    .form-result--success .mess__desc {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition-delay: .1s;
           -o-transition-delay: .1s;
              transition-delay: .1s; }
    .form-result--success .mess__title {
      -webkit-transition-delay: .2s;
           -o-transition-delay: .2s;
              transition-delay: .2s; }
    .form-result--success .mess__desc {
      -webkit-transition-delay: .3s;
           -o-transition-delay: .3s;
              transition-delay: .3s; }

body {
  background: #fff; }
  body.overflow {
    overflow: hidden; }

.home {
  background: #E5E5E5; }

.wrap {
  max-width: 1266px;
  margin: 0 auto;
  padding: 0 15px; }

.con {
  overflow: hidden; }

.wrap-min {
  max-width: 1263px;
  margin: 0 auto;
  padding: 0 15px; }

.btn-user {
  border: 2px solid #2D46A6;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 158px;
  height: 44px;
  color: #2D46A6;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .btn-user:hover {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #2D46A6;
    color: #fff; }
    .btn-user:hover .iocn-user {
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }
    .btn-user:hover .icon-arrow-user {
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }
  .btn-user .iocn-user {
    width: 16px;
    height: 19px;
    background: url("../img/icon/user.svg") no-repeat center center;
    display: block;
    margin-right: 22px; }
  .btn-user .icon-arrow-user {
    width: 6px;
    height: 10px;
    background: url("../img/icon/user-arrov-left.svg") no-repeat center center;
    display: block;
    margin-left: 22px; }
  @media (max-width: 1121px) {
    .btn-user {
      border: none;
      width: 50px; }
      .btn-user .icon-arrow-user {
        width: 7px;
        height: 14px;
        margin-left: 10px; }
      .btn-user .iocn-user {
        margin-right: 0; }
      .btn-user span {
        display: none; } }

.btn-user-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 212px;
  height: 48px;
  font-weight: bold;
  font-size: 24px;
  color: #2D46A6;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0 13px;
  font-family: "GothamPro"; }
  .btn-user-mob:hover {
    opacity: 0.7;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .btn-user-mob .iocn-user {
    width: 16px;
    height: 19px;
    background: url("../img/icon/user.svg") no-repeat center center;
    display: block;
    margin-right: auto; }
  .btn-user-mob .icon-arrow-user {
    width: 6px;
    height: 10px;
    background: url("../img/icon/user-arrov-left.svg") no-repeat center center;
    display: block;
    margin-left: auto; }

.btn-style {
  padding: 23px 46px;
  background: -webkit-gradient(linear, right top, left top, from(#1C70CD), to(#2E45A5));
  background: -webkit-linear-gradient(right, #1C70CD 0%, #2E45A5 100%);
  background: -o-linear-gradient(right, #1C70CD 0%, #2E45A5 100%);
  background: linear-gradient(270deg, #1C70CD 0%, #2E45A5 100%);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: 18px;
  color: #FFFFFF;
  display: inline-block;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .btn-style:hover {
    color: #FFFFFF;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: -webkit-linear-gradient(20deg, #1C70CD 100%, #2E45A5 0%);
    background: -o-linear-gradient(20deg, #1C70CD 100%, #2E45A5 0%);
    background: linear-gradient(70deg, #1C70CD 100%, #2E45A5 0%); }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #E5E5E5;
  z-index: 5;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  @media (max-width: 1121px) {
    .header {
      top: 0 !important; } }
  .header__gam {
    display: none; }
    @media (max-width: 1121px) {
      .header__gam {
        width: 19px;
        height: 19px;
        background: url("../img/gam-icon.svg") no-repeat center center;
        cursor: pointer;
        display: block;
        margin-left: 5px;
        margin-top: -4px; } }
  .header__logo img {
    width: 220px; }
  @media (max-width: 1121px) {
    .header__logo {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (max-width: 1121px) {
    .header__logo {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      left: 9px; }
      .header__logo img {
        width: 147px; } }
  .header.bot {
    top: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
  .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 26px 15px; }
    @media (max-width: 570px) {
      .header__wrap {
        padding: 19px 15px; } }
  .header__top {
    border-bottom: 1px solid #CBCBCB; }
    @media (max-width: 600px) {
      .header__top {
        border: none; } }
  .header__nav {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1121px) {
      .header__nav {
        margin-left: 0; } }
    @media (max-width: 1121px) {
      .header__nav {
        display: none; } }
  .header__linc {
    font-size: 16px;
    color: #000000;
    margin-right: 70px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 765px) {
      .header__linc {
        margin-right: 15px; } }
    .header__linc:hover {
      color: #2D46A6;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
  .header__bottom {
    padding: 22px 0; }
    @media (max-width: 1121px) {
      .header__bottom {
        display: none; } }
    .header__bottom_nav {
      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; }
  .header__linc-bottom {
    font-size: 16px;
    color: #5E5E5E;
    margin: 0 36px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .header__linc-bottom:hover {
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      color: #2D46A6;
      text-decoration: underline; }
  @media (max-width: 1121px) {
    .header__btn {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-left: 0; } }
  @media (max-width: 600px) {
    .header__btn {
      margin-left: 0; } }

.pit {
  top: -104px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.mob-nav {
  display: none;
  width: 100vw;
  height: 100%;
  background: #1F69C6;
  position: fixed;
  top: 0;
  left: -110%;
  z-index: 10;
  padding: 30px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  padding-left: 39px; }
  .mob-nav__closed {
    position: absolute;
    bottom: 57px;
    right: 45px;
    background: #FFFFFF url("../img/mob-closed.svg") no-repeat center center;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    width: 59px;
    height: 59px;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .mob-nav.open {
    left: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  @media (max-width: 920px) {
    .mob-nav {
      display: block; } }
  .mob-nav__box {
    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%;
    padding-bottom: 25px; }
  .mob-nav__top {
    margin-bottom: 37px; }
  .mob-nav__linc {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 18px;
    display: block;
    font-family: "GothamPro"; }
    .mob-nav__linc:hover {
      color: #fff; }
  .mob-nav__bottom {
    margin-top: auto; }
  .mob-nav__text {
    font-size: 14px;
    color: #FFFFFF;
    font-family: "GothamPro"; }

.tax-park {
  margin-top: 207px;
  min-height: 445px;
  background: #FFFFFF;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 82px 0 82px 82px;
  position: relative;
  margin-bottom: 136px; }
  @media (max-width: 1121px) {
    .tax-park {
      margin-top: 97px; } }
  @media (max-width: 920px) {
    .tax-park {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 30px;
      margin-top: 98px; } }
  @media (max-width: 570px) {
    .tax-park {
      padding: 10px;
      margin-top: 75px;
      background: #E5E5E5;
      margin-bottom: 23px; } }
  .tax-park__subject {
    font-weight: 500;
    font-size: 18px;
    color: #2D46A6;
    margin-bottom: 3px;
    font-family: "GothamPro";
    font-weight: 400; }
    @media (max-width: 920px) {
      .tax-park__subject {
        text-align: center; } }
    @media (max-width: 570px) {
      .tax-park__subject {
        font-size: 14px;
        margin-bottom: 7px;
        margin-top: 9px; } }
  .tax-park__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #000000;
    max-width: 445px;
    margin-bottom: 24px;
    font-family: "GothamPro"; }
    @media (max-width: 920px) {
      .tax-park__title {
        max-width: 100%;
        text-align: center; } }
    @media (max-width: 570px) {
      .tax-park__title {
        font-size: 24px;
        line-height: 34px;
        max-width: 221px;
        margin: 0 auto;
        margin-bottom: 14px; } }
  .tax-park__text-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 14px;
    color: #6F6F6F;
    margin-bottom: 30px; }
    @media (max-width: 920px) {
      .tax-park__text-map {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .tax-park__text-map .icon-map {
      display: block;
      width: 11px;
      height: 13px;
      background: url("../img/icon/map.svg") no-repeat center center;
      margin-right: 9px; }
    @media (max-width: 570px) {
      .tax-park__text-map {
        margin-bottom: 23px; } }
  .tax-park__img {
    position: absolute;
    right: -113px;
    top: -6px;
    overflow: hidden; }
    @media (max-width: 1121px) {
      .tax-park__img {
        width: 650px;
        right: -75px;
        top: -5px; } }
    @media (max-width: 920px) {
      .tax-park__img {
        position: relative;
        right: 0;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        width: 80%;
        margin: 0 auto; } }
  @media (max-width: 920px) and (max-width: 570px) {
    .tax-park__img img {
      width: 128%;
      left: -19%;
      position: relative;
      max-width: inherit; } }
  @media (max-width: 920px) {
    .tax-park__btn {
      text-align: center; } }
  @media (max-width: 570px) {
    .tax-park__btn .btn-style {
      width: 90%; } }

.jobs {
  margin-bottom: 130px; }
  @media (max-width: 570px) {
    .jobs {
      background: #fff;
      padding-top: 59px;
      padding-bottom: 15px;
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 0; } }
  .jobs__title {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #434343;
    margin-bottom: 50px; }
    @media (max-width: 570px) {
      .jobs__title {
        font-size: 14px;
        margin-bottom: 30px; } }
  .jobs__box {
    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; }
    @media (max-width: 640px) {
      .jobs__box {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .jobs__item {
    position: relative;
    padding: 0 19px;
    border-right: 1px solid #9E9E9E;
    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;
    min-height: 90px; }
    @media (max-width: 640px) {
      .jobs__item {
        border-right: none;
        margin-bottom: 42px; } }
    .jobs__item:last-child {
      border-right: none; }
    @media (max-width: 570px) {
      .jobs__item .width1 {
        width: 51px;
        height: 51px;
        margin-left: 22px; }
      .jobs__item .width2 {
        width: 138px;
        height: 39px; }
      .jobs__item.width3 {
        padding: 0; }
        .jobs__item.width3 img {
          width: 97px;
          height: 50px;
          position: relative;
          left: -35px; }
      .jobs__item.width4 {
        padding: 0;
        left: 14px; }
        .jobs__item.width4 img {
          width: 97px;
          height: 46px; } }

.connect {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 40px; }
  @media (max-width: 570px) {
    .connect {
      padding-top: 47px;
      padding-bottom: 8px; } }
  .connect__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1140px) {
      .connect__wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 980px) {
      .connect__wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .connect__title {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin-top: 97px; }
    @media (max-width: 1140px) {
      .connect__title {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
        text-align: center; } }
    @media (max-width: 980px) {
      .connect__title {
        margin-top: 0;
        width: 100%;
        margin-bottom: 30px; } }
    @media (max-width: 570px) {
      .connect__title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px; } }
  .connect__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 486px);
    padding-top: 6px;
    padding-right: 157px; }
    @media (max-width: 1140px) {
      .connect__box {
        padding-right: 0;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 980px) {
      .connect__box {
        width: 100%; } }
    @media (max-width: 570px) {
      .connect__box {
        padding-top: 0;
        padding-right: 0; } }
  .connect__item {
    width: 225px;
    margin-bottom: 67px; }
    @media (max-width: 1140px) {
      .connect__item {
        margin-left: 15px;
        margin-right: 15px; } }
    @media (max-width: 1067px) {
      .connect__item {
        width: 50%;
        margin-left: 0;
        margin-right: 0; } }
    @media (max-width: 570px) {
      .connect__item {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 60px; } }
  .connect__img {
    margin-bottom: 35px; }
    @media (max-width: 1140px) {
      .connect__img {
        text-align: center; } }
    @media (max-width: 570px) {
      .connect__img {
        text-align: center;
        margin-bottom: 18px; } }
  .connect__text {
    font-size: 16px;
    color: #000000;
    line-height: 25px; }
    @media (max-width: 1140px) {
      .connect__text {
        text-align: center; } }
    @media (max-width: 570px) {
      .connect__text {
        text-align: center; } }

.whom {
  min-height: 439px;
  background: -webkit-gradient(linear, right top, left top, from(#1F69C6), to(#2D45A5));
  background: -webkit-linear-gradient(right, #1F69C6 0%, #2D45A5 100%);
  background: -o-linear-gradient(right, #1F69C6 0%, #2D45A5 100%);
  background: linear-gradient(270deg, #1F69C6 0%, #2D45A5 100%);
  position: relative; }
  @media (max-width: 600px) {
    .whom {
      margin-bottom: 0px;
      min-height: 426px; } }
  .whom .wrap {
    position: relative;
    min-height: 439px; }
    @media (max-width: 600px) {
      .whom .wrap {
        min-height: 426px; } }
  @media (max-width: 800px) {
    .whom__img {
      text-align: center;
      width: 100%;
      padding-top: 45px; } }
  .whom__img picture {
    position: absolute;
    bottom: 0;
    left: 297px; }
    @media (max-width: 1250px) {
      .whom__img picture {
        left: 50px; } }
    @media (max-width: 800px) {
      .whom__img picture {
        position: relative;
        left: 0; } }
  .whom__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 800px) {
      .whom__box {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .whom__text {
    width: 282px;
    margin-left: 266px;
    padding-top: 95px; }
    @media (max-width: 800px) {
      .whom__text {
        margin-left: 0;
        padding-top: 30px; } }
  .whom__title {
    font-weight: 700;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 40px; }
    @media (max-width: 800px) {
      .whom__title {
        text-align: center;
        margin-bottom: 15px; } }
    @media (max-width: 570px) {
      .whom__title {
        font-size: 24px; } }
  .whom__subject {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 5px; }
    @media (max-width: 800px) {
      .whom__subject {
        text-align: center; } }
    @media (max-width: 570px) {
      .whom__subject {
        font-size: 20px;
        margin-bottom: 8px; } }
  .whom__p {
    font-size: 16px;
    color: #C2D9FF;
    line-height: 25px; }
    @media (max-width: 800px) {
      .whom__p {
        text-align: center; } }

.services {
  padding-bottom: 83px;
  background: #F9F9F9;
  padding-top: 88px; }
  @media (max-width: 600px) {
    .services {
      margin-bottom: 0;
      padding-top: 64px;
      padding-bottom: 62px; } }
  .services__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 37px; }
    @media (max-width: 1150px) {
      .services__top {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 600px) {
      .services__top {
        margin-bottom: 0; } }
  .services__block-text {
    width: 608px; }
    @media (max-width: 1150px) {
      .services__block-text {
        width: 100%;
        margin-bottom: 30px; } }
  .services__nav {
    padding-top: 15px; }
    @media (max-width: 1150px) {
      .services__nav {
        margin: 0 auto; } }
  .services__title {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin-bottom: 10px; }
    @media (max-width: 1150px) {
      .services__title {
        text-align: center; } }
    @media (max-width: 600px) {
      .services__title {
        text-align: center;
        font-size: 24px; } }
  .services__text {
    font-size: 18px;
    color: #333333; }
    @media (max-width: 1150px) {
      .services__text {
        text-align: center; } }
    @media (max-width: 600px) {
      .services__text {
        text-align: center;
        font-size: 14px;
        max-width: 160px;
        margin: 0 auto;
        line-height: 16px; } }
  .services__hr {
    width: 100%;
    height: 1px;
    background: #CBCBCB;
    margin-bottom: 40px; }
    @media (max-width: 600px) {
      .services__hr {
        display: none; } }
  @media (max-width: 600px) {
    .services__nav {
      display: none; } }

.nav-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 600px) {
    .nav-slide {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .nav-slide__arrow-left {
    width: 58px;
    height: 58px;
    background: #354C9C url("../img/slide-arrow-left.svg") no-repeat center center;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin-right: 10px;
    cursor: pointer; }
    .nav-slide__arrow-left:hover {
      opacity: 0.7; }
  .nav-slide__arrow-right {
    width: 58px;
    height: 58px;
    background: #354C9C url("../img/slide-arrow-right.svg") no-repeat center center;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    cursor: pointer; }
    .nav-slide__arrow-right:hover {
      opacity: 0.7; }

.slide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1150px) {
    .slide-wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      display: block; } }
  @media (max-width: 600px) {
    .slide-wrap {
      display: block; } }

.slide-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1150px) {
    .slide-left {
      display: block;
      margin-bottom: 30px; } }
  @media (max-width: 600px) {
    .slide-left {
      display: block;
      margin-bottom: 30px; } }
  @media (max-width: 570px) {
    .slide-left {
      margin-bottom: 12px; } }
  @media (min-width: 1151) {
    .slide-left .slick-track {
      width: 465px !important; } }
  .slide-left .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .slide-left .slick-dots li {
      width: 100%; }
    .slide-left .slick-dots button {
      color: rgba(255, 255, 255, 0);
      font-size: 0;
      outline: none;
      width: 100%;
      height: 5px;
      border: none;
      background: #C4C4C4;
      margin-right: 5px;
      cursor: pointer; }
    .slide-left .slick-dots .slick-active button {
      background: #354C9C; }
  .slide-left__item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
            border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    outline: none;
    height: 155px;
    display: -webkit-box  !important;
    display: -ms-flexbox  !important;
    display: flex  !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1151px) {
      .slide-left__item {
        width: 150px !important; } }
    @media (min-width: 1151px) {
      .slide-left__item {
        margin: 0 2.5px 5px; } }
    @media (max-width: 600px) {
      .slide-left__item {
        margin: 0 3px;
        height: 95px !important; }
        .slide-left__item svg {
          width: 70%;
          height: 70%; } }
    .slide-left__item.is-active {
      background: #354C9C; }
      .slide-left__item.is-active .slide-left__text-s {
        color: #fff; }
      .slide-left__item.is-active path {
        fill: #fff; }
  .slide-left__img {
    margin-bottom: 11px;
    min-height: 47px;
    padding-top: 17px; }
    @media (max-width: 600px) {
      .slide-left__img {
        min-height: 37px;
        text-align: center; } }
    @media (max-width: 570px) {
      .slide-left__img {
        margin-top: 15px;
        padding-top: 0;
        margin-bottom: -5px; } }
    @media (max-width: 570px) {
      .slide-left__img.width1 svg {
        width: 26px !important; } }
  .slide-left__text-s {
    font-size: 16px;
    color: #515151;
    text-align: center;
    min-height: 40px; }
    @media (max-width: 600px) {
      .slide-left__text-s {
        font-size: 12px;
        min-height: 30px; } }

.slide-right {
  width: 626px; }
  @media (max-width: 1150px) {
    .slide-right {
      width: 100% !important;
      margin-bottom: 20px; } }
  .slide-right__item {
    outline: none;
    text-align: center; }
    @media (max-width: 1150px) {
      .slide-right__item img {
        margin: 0 auto; } }
  .slide-right__title {
    font-size: 36px;
    color: #000000;
    margin-bottom: 4px;
    position: relative;
    top: -2px; }
    @media (max-width: 1150px) {
      .slide-right__title {
        text-align: center; } }
    @media (max-width: 600px) {
      .slide-right__title {
        font-size: 14px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 0px; } }
  .slide-right__text {
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 30px;
    max-width: 490px;
    text-align: justify; }
    @media (max-width: 1150px) {
      .slide-right__text {
        margin: 0 auto;
        margin-bottom: 30px; } }
    @media (max-width: 600px) {
      .slide-right__text {
        max-width: 100%;
        font-size: 12px;
        text-align: center;
        margin-bottom: 15px; } }
    @media (max-width: 570px) {
      .slide-right__text {
        max-width: 296px;
        margin: 0 auto;
        line-height: 20px;
        margin-bottom: 15px; } }

@media (min-width: 601px) {
  .nav-slide-bottom {
    display: none; } }

.functions {
  background: #fff;
  padding: 90px 0 20px; }
  @media (max-width: 570px) {
    .functions {
      padding-top: 63px; } }
  @media (max-width: 570px) {
    .functions .img-box-box {
      display: block;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .functions .img-box-box img {
        width: 55%;
        margin-right: 0 !important; } }
  .functions__title {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin-bottom: 88px; }
    @media (max-width: 1100px) {
      .functions__title {
        text-align: center; } }
    @media (max-width: 570px) {
      .functions__title {
        font-size: 24px;
        margin-bottom: 60px; } }
  .functions__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 59px; }
    @media (min-width: 1220px) {
      .functions__box.width1 .functions__img {
        left: -18px; }
      .functions__box.width1 .functions__item {
        left: -47px;
        top: -2px; }
      .functions__box.width2 {
        margin-bottom: 137px; }
        .functions__box.width2 .functions__img {
          left: -11px; }
        .functions__box.width2 .functions__item {
          left: 22px; }
      .functions__box.width3 {
        margin-bottom: 146px; }
        .functions__box.width3 .functions__img {
          left: -18px; }
        .functions__box.width3 .functions__item {
          left: -47px; }
      .functions__box.width4 {
        margin-bottom: 101px; }
        .functions__box.width4 .functions__img {
          left: -92px; }
        .functions__box.width4 .functions__item {
          left: 22px; }
      .functions__box.width5 {
        margin-bottom: 115px; }
        .functions__box.width5 .functions__img {
          left: -52px; }
        .functions__box.width5 .functions__item {
          left: -57px; } }
    @media (max-width: 1100px) {
      .functions__box {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 570px) {
      .functions__box {
        margin-bottom: 30px; } }
  .functions__img {
    position: relative; }
    @media (max-width: 1100px) {
      .functions__img {
        width: 100%;
        text-align: center;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; } }
    @media (max-width: 570px) {
      .functions__img {
        margin-bottom: 1px; } }
    .functions__img img {
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      position: relative;
      top: 0; }
      .functions__img img:hover {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        position: relative;
        top: -20px; }
  .functions__item {
    width: 457px;
    position: relative; }
    @media (max-width: 1100px) {
      .functions__item {
        width: 100%; } }
    @media (max-width: 570px) {
      .functions__item {
        padding-left: 25px;
        padding-right: 17px; } }
  .functions__subject {
    font-size: 36px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 42px; }
    @media (max-width: 1100px) {
      .functions__subject {
        text-align: center; }
        .functions__subject br {
          display: none; } }
    @media (max-width: 570px) {
      .functions__subject {
        font-size: 18px;
        margin-bottom: 16px;
        text-align: left;
        line-height: 25px; } }
  .functions__text {
    font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
    line-height: 25px; }
    @media (max-width: 1100px) {
      .functions__text {
        text-align: center; } }
    @media (max-width: 570px) {
      .functions__text {
        font-size: 14px;
        text-align: left;
        line-height: 20px; } }
  .functions__img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 177px; }
    @media (max-width: 1150px) {
      .functions__img-box {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 700px) {
      .functions__img-box {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 570px) {
      .functions__img-box {
        margin-bottom: 80px; } }
  .functions__item-box {
    padding: 0 20px; }
    @media (max-width: 1150px) {
      .functions__item-box {
        margin-left: 15px;
        margin-right: 15px; } }
    @media (min-width: 600px) {
      .functions__item-box.width1 {
        width: 243px;
        padding: 0; }
      .functions__item-box.width2 {
        width: 288px;
        padding: 0; }
      .functions__item-box.width3 {
        width: 148px;
        padding: 0; }
      .functions__item-box.width4 {
        width: 246px;
        padding: 0; }
      .functions__item-box.width5 {
        width: 100px;
        padding: 0;
        height: 87px; } }
    @media (max-width: 570px) {
      .functions__item-box {
        margin-left: 0px;
        margin-right: 0px; }
        .functions__item-box.whit {
          width: 40px;
          height: 42px;
          padding: 0;
          margin: 0 20px 10px 20px; } }
    @media (max-width: 700px) {
      .functions__item-box {
        max-width: 170px;
        margin-bottom: 10px; } }
    .functions__item-box img {
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      cursor: pointer; }
      .functions__item-box img:hover {
        -webkit-filter: grayscale(0);
                filter: grayscale(0);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }

.benefits {
  background: #F8F8F8;
  padding: 90px 0; }
  @media (max-width: 680px) {
    .benefits {
      padding-bottom: 0;
      padding-top: 62px; } }
  .benefits__title {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin-bottom: 114px; }
    @media (max-width: 980px) {
      .benefits__title {
        text-align: center; } }
    @media (max-width: 680px) {
      .benefits__title {
        font-size: 24px;
        text-align: center;
        max-width: 181px;
        margin: 0 auto;
        margin-bottom: 68px; } }
  .benefits__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 980px) {
      .benefits__box {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 570px) {
      .benefits__box {
        max-width: 233px;
        margin: 0 auto; } }
  .benefits__item {
    width: 233px;
    margin-right: 80px; }
    @media (max-width: 980px) {
      .benefits__item {
        width: 50%;
        margin-right: 0;
        padding: 0 30px;
        margin-bottom: 60px; } }
    @media (max-width: 680px) {
      .benefits__item {
        padding: 0;
        width: 100%;
        margin-right: 0; } }
  .benefits__img {
    min-height: 40px;
    margin-bottom: 38px; }
    @media (max-width: 980px) {
      .benefits__img {
        text-align: center; } }
    @media (max-width: 680px) {
      .benefits__img {
        text-align: center;
        margin-bottom: 30px; } }
  .benefits__subject {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin-bottom: 7px; }
    @media (max-width: 980px) {
      .benefits__subject {
        text-align: center; } }
    @media (max-width: 680px) {
      .benefits__subject {
        text-align: center;
        margin-bottom: 6px; } }
  .benefits__text {
    font-size: 16px;
    color: #000000;
    line-height: 25px; }
    @media (max-width: 980px) {
      .benefits__text {
        text-align: center; } }
    @media (max-width: 680px) {
      .benefits__text {
        text-align: center;
        line-height: 25px; } }

.application {
  background: white;
  padding: 90px 0 87px; }
  @media (max-width: 570px) {
    .application {
      padding: 92px 0 85px;
      background: white; } }
  .application .wrap {
    position: relative; }
  .application__img {
    position: absolute;
    left: 33px;
    top: -10px; }
    @media (max-width: 700px) {
      .application__img {
        position: relative;
        text-align: center;
        margin-bottom: 30px;
        left: 0; } }
    @media (max-width: 570px) {
      .application__img {
        margin-bottom: 16px; }
        .application__img img {
          width: 87px; } }
  .application__box {
    width: 400px;
    margin: 0 auto; }
    @media (max-width: 570px) {
      .application__box {
        width: 296px;
        margin: 0 auto; } }
  .application__title {
    font-weight: 500;
    font-size: 36px;
    color: #354C9C;
    margin-bottom: 16px;
    text-align: center;
    line-height: 42px; }
    @media (max-width: 570px) {
      .application__title {
        font-size: 20px;
        margin-bottom: 4px;
        line-height: 23px; } }
  .application__text {
    font-size: 18px;
    color: #6F6F6F;
    text-align: center;
    margin-bottom: 28px; }
    @media (max-width: 570px) {
      .application__text {
        margin-bottom: 23px;
        font-size: 14px; } }
  .application__btn {
    text-align: center; }
    @media (max-width: 570px) {
      .application__btn .btn-style {
        width: 100%; } }

.footer {
  background: -webkit-gradient(linear, left top, right top, from(#2D47A7), to(#1C6ECB));
  background: -webkit-linear-gradient(left, #2D47A7 0%, #1C6ECB 100%);
  background: -o-linear-gradient(left, #2D47A7 0%, #1C6ECB 100%);
  background: linear-gradient(90deg, #2D47A7 0%, #1C6ECB 100%);
  padding: 74px 0 50px; }
  @media (max-width: 570px) {
    .footer {
      padding-top: 53px;
      padding-left: 6px; } }
  @media (max-width: 900px) {
    .footer .mob-item-mob {
      display: none; } }
  .footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .footer__item {
    width: 130px;
    margin-right: 114px; }
  .footer__title {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 30px; }
    @media (max-width: 570px) {
      .footer__title {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 30px; } }
  .footer__linc {
    font-size: 14px;
    color: #F2F2F2;
    margin-bottom: 15px;
    display: block; }
    @media (max-width: 570px) {
      .footer__linc {
        margin-bottom: 37px; } }
    .footer__linc:hover {
      color: #fff; }
  .footer__copy {
    margin-top: 46px;
    color: #F3F3F3; }
  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 46px; }
    .footer__social a {
      width: 24px;
      height: 24px;
      margin-right: 24px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .footer__social a:hover {
        opacity: 0.7;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
  .footer__fb {
    background: url("../img/soc1.svg") no-repeat center center; }
  .footer__twi {
    background: url("../img/soc2.svg") no-repeat center center; }
  .footer__in {
    background: url("../img/soc3.svg") no-repeat center center; }

.contact {
  margin-top: 207px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 70px;
  margin-bottom: 100px; }
  @media (max-width: 960px) {
    .contact {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 570px) {
    .contact {
      padding-top: 10px;
      margin-top: 100px; } }
  .contact__left {
    width: 380px; }
    @media (max-width: 960px) {
      .contact__left {
        width: 100%;
        margin-bottom: 15px; } }
  .contact__title {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin-bottom: 50px; }
  .contact__subject {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px; }
  .contact__linc {
    font-size: 16px;
    color: #333333; }
  .contact__p {
    font-size: 16px;
    color: #333333; }
  .contact__data {
    font-size: 16px;
    color: #333333;
    margin-top: 30px; }
  .contact__right {
    width: 710px;
    height: 398px; }
    @media (max-width: 960px) {
      .contact__right {
        width: 100%; } }
    .contact__right #map {
      width: 100%;
      height: 100%; }

.about {
  margin-top: 207px;
  padding-top: 70px;
  margin-bottom: 100px; }
  @media (max-width: 570px) {
    .about {
      padding-top: 10px;
      margin-top: 100px; } }
  .about__title {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin-bottom: 46px; }
  .about__box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 760px;
    margin-bottom: 40px; }
    @media (max-width: 780px) {
      .about__box-text {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .about__item {
    width: 366px; }
    @media (max-width: 780px) {
      .about__item {
        margin-bottom: 15px; } }
  .about__text {
    font-size: 16px;
    color: #333333; }
  .about__box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 760px; }
    @media (max-width: 780px) {
      .about__box-img {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .about__box-img img {
          margin-bottom: 15px;
          margin-right: 15px;
          margin-left: 15px; } }

.mfp {
  max-width: 994px;
  min-height: 532px;
  background: #FFFFFF;
  padding-top: 70px;
  padding-bottom: 50px; }
  @media (max-width: 790px) {
    .mfp {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 570px) {
    .mfp {
      padding-top: 35px;
      padding-bottom: 25px; } }

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 413px; }
  .form__title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #6083FF;
    margin-bottom: 8px; }
    @media (max-width: 570px) {
      .form__title {
        font-size: 28px; } }
  .form__text {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #4D4D4D; }
    @media (max-width: 570px) {
      .form__text {
        font-size: 16px; } }
  .form__middle {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 253px;
    margin-left: auto;
    margin-right: auto; }
  .form__in-text {
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-bottom: 10px; }
    .form__in-text.green {
      color: #38A236; }
  .form__input {
    position: relative;
    margin-bottom: 5px; }
    .form__input input {
      width: 253px;
      height: 58px;
      background: #F8F8F8;
      border: 1px solid #DBDBDB;
      padding: 0 15px;
      font-size: 18px;
      color: #AAAAAA; }
    .form__input button {
      width: 42px;
      height: 42px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      position: absolute;
      top: 7px;
      right: -65px;
      cursor: pointer;
      background: #6083FF url("../img/btn-arrow-right.svg") no-repeat center center;
      border: none;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      outline: none; }
      .form__input button:hover {
        opacity: 0.7;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      @media (max-width: 570px) {
        .form__input button {
          position: relative;
          right: 0;
          width: 100%;
          -webkit-border-radius: 0;
                  border-radius: 0; } }
  .form__in-info {
    font-size: 14px;
    color: #BEBEBE;
    text-align: center; }
  .form__text-btn {
    font-size: 14px;
    text-align: center;
    color: #4D4D4D;
    position: relative; }
    .form__text-btn .icon-password {
      width: 15px;
      height: 17px;
      display: inline-block;
      background: url("../img/password.svg") no-repeat center center;
      margin-right: 12px;
      position: relative;
      top: 3px; }

.succes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 413px; }
  .succes__middle {
    margin-top: auto;
    margin-bottom: auto; }
  .succes__title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #6083FF;
    margin-bottom: 9px; }
  .succes__text {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #4D4D4D; }
  .succes__bottom {
    text-align: center; }

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