@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,latin-ext");

@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=latin-ext");

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
}

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

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

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  height: 100%;
}

body {
  position: relative;
  min-width: 320px;
  min-height: 100%;
  height: 100%;
  background: #fff;
  color: #292f4d;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

body.mobile-menu--open {
  overflow: hidden;
  max-height: 100%;
}

b,
strong {
  font-weight: 700;
}

input[placeholder],
select[placeholder],
textarea[placeholder] {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: rgba(41,47,77,0.4);
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  text-overflow: ellipsis;
  color: rgba(41,47,77,0.4);
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  text-overflow: ellipsis;
  color: rgba(41,47,77,0.4);
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  text-overflow: ellipsis;
  color: rgba(41,47,77,0.4);
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  text-overflow: ellipsis;
  color: #a6a9b5 !important;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder,
select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.btn,
.hamburger,
input,
select,
textarea,
a,
.modal-close {
  -webkit-tap-highlight-color: transparent;
}

.btn {
  display: inline-block;
  margin: 0;
  padding: 0 25px;
  text-align: center;
  height: 58px;
  background-color: #14d9fd;
  line-height: 58px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #14d9fd;
  outline: 0 none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.btn:hover {
  color: #fff;
  background-color: #0b54f4;
  border-color: #0b54f4;
}

.btn:active {
  color: #fff;
  background-color: #36fbff;
}

.btn--transparent {
  background: transparent;
  border-color: #14d9fd;
  color: #fff;
}

.btn--transparent:hover {
  background: #0b54f4;
  border-color: #0b54f4;
}

.btn--header {
  height: 40px;
  line-height: 38px;
  border-width: 1px;
  font-weight: 700;
  font-size: 12px;
}

input[type="submit"].btn {
  width: 208px;
}

.btn--transparent.btn--header {
  border: none;
}

.btn--transparent.btn--header:hover {
  color: #0b54f4;
}

.hamburger {
  display: none;
  position: relative;
  z-index: 4;
  height: 16px;
  width: 16px;
  cursor: pointer;
  vertical-align: top;
  overflow: hidden;
}

.hamburger__line,
.hamburger:before,
.hamburger:after {
  content: '';
  position: absolute;
  z-index: 5;
  display: block;
  height: 2px;
  background: #fff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
          transform: rotate3d(0, 0, 1, 0deg);
}

.hamburger:before {
  left: 0;
  top: 0;
  width: 16px;
}

.hamburger__line {
  top: 7px;
  left: 0;
  width: 16px;
}

.hamburger:after {
  top: 14px;
  left: 0;
  width: 16px;
}

.mobile-menu--open .hamburger .hamburger__line {
  left: -29px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mobile-menu--open .hamburger:before {
  top: 8px;
  left: 0;
  width: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-menu--open .hamburger:after {
  top: 8px;
  left: 0;
  width: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

.menu__mobile {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-color: #0b54f4;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100%;
  padding-top: 0;
}

.mobile-menu--open .menu__mobile {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  padding-top: 90px;
}

input,
select {
  max-width: 100%;
  margin: 0;
  outline: 0 none;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:not([type]),
select:not([type]),
input[type="text"],
select[type="text"],
input[type=password],
select[type=password],
input[type=email],
select[type=email],
input[type=url],
select[type=url],
input[type=search],
select[type=search],
input[type=tel],
select[type=tel],
input[type=number],
select[type=number],
input[type=datetime],
select[type=datetime] {
  border: 1px solid #fff;
  line-height: 58px;
  padding: 0 22px;
  font-size: 16px;
  width: 100%;
  height: 58px;
  background-color: #fff;
  color: #292f4d;
}

input:not([type="submit"]):focus,
select:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #14d9fd;
}

select,
textarea {
  width: 100%;
}

textarea {
  max-width: 100%;
  margin: 0;
  outline: 0 none;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 182px;
  resize: none;
  border: 1px solid #fff;
  line-height: 1.33;
  padding: 16px 22px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #fff;
  color: #292f4d;
}

::-ms-clear {
  display: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

a:hover {
  color: #0b54f4;
}

a:active {
  color: #14d9fd;
}

.select_option {
  position: relative;
  width: 100%;
}

select::-webkit-inner-spin-button {
  cursor: pointer;
}

.select_option:after {
  pointer-events: none;
  background: #fff url("../img/svg/arrow-bottom.svg") 50% 50% no-repeat;
  background-size: 11px 7.5px;
  height: 56px;
  width: 40px;
  position: absolute;
  right: 2px;
  top: 1px;
  content: '';
}

.select_option.open:after {
  background-color: #fff;
}

.slick-dots {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
}

.slick-dots li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0;
  margin: 0 0 0 20px;
}

.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: #ccc;
  border-radius: 50%;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  padding: 0;
  line-height: 1;
  outline: none;
}

.slick-dots li.slick-active button {
  background-color: #14d9fd;
}

footer {
  height: 122px;
  background-color: #f4f9ff;
  color: #003b77;
  font-size: 13px;
  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;
}

.footer__wrapper {
  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;
}

.footer__logo {
  width: 137px;
  height: 41px;
}

.footer__logo svg {
  max-width: 100%;
}

.footer__logo svg path {
  fill: #0b54f4;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
}

.footer__link {
  color: #003b77;
}

.footer__mail,
.footer__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.footer__phone {
  margin-left: 30px;
}

.footer__icon {
  margin-right: 10px;
}

.footer__icon svg g {
  stroke: #0b54f4;
}

.footer__pay {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
}

.phone__link {
  font-weight: 700;
}

.mail__link {
  -webkit-text-decoration: underline dotted rgba(0,59,119,0.5);
          text-decoration: underline dotted rgba(0,59,119,0.5);
}

.mail__link:hover {
  text-decoration: none;
}

.pay__list {
  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;
}

.pay__item {
  margin-left: 10px;
  background-color: #fff;
  width: 60px;
  height: 34px;
  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;
}

.pay__item svg {
  max-width: 80%;
  max-height: 80%;
}

.container {
  max-width: 1304px;
  width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.row {
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.row:before,
.row:after {
  content: "";
  display: block;
  overflow: hidden;
}

.row:after {
  clear: both;
}

.row +.row {
  margin-top: 30px;
}

.row > [class*=col-] {
  padding-left: 20px;
  float: left;
  clear: none;
  text-align: inherit;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0;
}

.col-12 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  clear: both;
}

.col-12::after {
  content: '';
  display: table;
  clear: both;
}

.col-1-1 {
  width: 100%;
}

.col-1-2,
.col-2-4,
.col-3-6,
.col-5-10 {
  width: 50%;
}

.col-1-3,
.col-2-6 {
  width: 33.333%;
}

.col-2-3,
.col-4-6 {
  width: 66.666%;
}

.col-1-4 {
  width: 25%;
}

.col-3-4 {
  width: 75%;
}

.col-1-5,
.col-2-10 {
  width: 20%;
}

.col-2-5,
.col-4-10 {
  width: 40%;
}

.col-3-5,
.col-6-10 {
  width: 60%;
}

.col-4-5,
.col-8-10 {
  width: 80%;
}

.col-1-6 {
  width: 16.666%;
}

.col-5-6 {
  width: 83.333%;
}

.col-1-10 {
  width: 10%;
}

.col-3-10 {
  width: 30%;
}

.col-7-10 {
  width: 70%;
}

.col-9-10 {
  width: 90%;
}

.header {
  background: transparent;
  position: absolute;
  left: 0;
  z-index: 20;
  right: 0;
  top: 0;
}

.header__wrapper {
  padding-top: 22px;
  padding-bottom: 22px;
  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;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 150px;
  height: 45px;
}

.header__menu {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
  margin-left: 40px;
}

.header__menu--mobile {
  display: none;
}

.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: -10px;
}

.header__btn > * {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 10px;
}

.header__mobile-part {
  background-color: #f4f9ff;
  padding: 40px 0;
  text-align: center;
}

.header__mobile-part .form__wrapper--header {
  margin-top: 0;
}

.header__mobile-part .form__subtext--header {
  color: #4e5161;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
}

.logo {
  display: block;
  width: 100%;
  height: 48px;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.logo svg {
  max-width: 100%;
}

.banner {
  position: relative;
}

.banner__wrapper {
  padding: 200px 0 50px;
  position: relative;
  background-size: cover;
}

.banner__wrapper > .container {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner__wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0,0,0,0.2);
}

.banner__content {
  position: relative;
  z-index: 2;
  width: 85%;
}

.banner__title {
  color: #fff;
  font-family: $font-title;
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.03;
}

.banner__title span {
  color: #14d9fd;
}

.banner__info {
  margin-top: 40px;
}

.banner__info--mobile {
  font-size: 14px;
  line-height: 1.5;
  color: #4e5161;
}

.info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
  margin: 0;
}

.info__item:nth-child(1) {
  border-right: 1px solid rgba(255,255,255,0.1);
  padding-right: 40px;
  margin-right: 40px;
}

.info__num {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  margin-bottom: 7px;
}

.banner__info--mobile .info__num {
  color: #0b54f4;
  text-align: center;
}

.info__desc {
  color: #fff;
  font-size: 17px;
}

.banner__info--mobile .info__desc {
  text-align: center;
}

.form__wrapper--header {
  margin-top: 25px;
  margin-bottom: 18px;
}

.form__text--header {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.form__subtext--header {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  letter-spacing: 0.4px;
}

.header__mobile {
  display: none;
  background-color: #14d9fd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.display-1200,
.display-1024,
.display-960,
.display-768,
.display-640,
.display-425 {
  display: none;
}

.modal-wrap {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.modal-wrap.hidden {
  visibility: hidden;
  opacity: 0;
  left: 100%;
}

.modal-back {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.36);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}

.modal-back:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 1px;
  margin-left: -1px;
  vertical-align: middle;
}

.modal-window {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(66,84,119,0.22);
          box-shadow: 0 2px 6px 0 rgba(66,84,119,0.22);
  background-color: #fff;
  padding: 30px;
  margin: 10px auto;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  white-space: normal;
  position: relative;
}

.modal-window--message {
  width: 70%;
}

.modal-close {
  position: absolute;
  z-index: 10;
  top: 18px;
  right: 18px;
  width: 18px;
  height: 18px;
  text-decoration: none;
  padding: 0;
  cursor: pointer;
}

.modal-close span {
  display: block;
  height: 18px;
  width: 18px;
}

.modal-close span:before,
.modal-close span:after {
  content: '';
  position: absolute;
  z-index: 5;
  display: block;
  width: 22px;
  height: 2px;
  background: #0b54f4;
  top: 8px;
  left: -2px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.modal-close span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

.modal-close span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

.modal-body {
  background: #fff;
  width: 680px;
}

.modal-body--message {
  width: 100%;
}

.modal-body--message textarea {
  height: 147px;
}

.title {
  font-size: 40px;
  line-height: 1;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: #003b77;
  margin: 0 0 16px 0;
}

.title span {
  color: #0b54f4;
}

.text__block--center {
  text-align: center;
  margi: 0 auto;
}

.excellence {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #fff;
}

.excellence__list {
  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;
}

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

.excellence__item:not(:last-child):after {
  content: "";
  width: 1px;
  background-color: #dde3ee;
  position: absolute;
  right: -35%;
  top: -34px;
  bottom: -34px;
}

.excellence__icon {
  margin-right: 20px;
}

.excellence__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #003b77;
}

.services {
  padding-top: 62px;
  padding-bottom: 79px;
  background-color: #0b54f4;
}

.services .title {
  color: #fff;
}

.services__mobile {
  padding-bottom: 0;
}

.services__slider {
  margin-left: -8px;
}

.services__list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -24px;
  margin-top: 30px;
}

.services__item {
  width: calc(33.333% - 24px);
  background-color: #fff;
  overflow: hidden;
  position: relative;
  min-height: 277px;
  padding: 30px;
  margin-top: 24px;
  margin-left: 24px;
}

.services__icon {
  width: 81px;
  height: 81px;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
}

.services__icon svg {
  max-width: 100%;
  max-height: 100%;
}

.services__desc {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  color: #003b77;
}

.services__name {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.14;
  color: #0b54f4;
  margin-bottom: 10px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.payment {
  padding: 76px 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0b54f4;
  color: #fff;
}

.payment:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  z-index: 1;
  background-image: url("../img/banner-3.jpg");
  background-size: cover;
}

.payment__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.payment__content {
  width: 50%;
  padding-left: 70px;
}

.payment__title {
  color: #fff;
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 30px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}

.payment__title span {
  color: #14d9fd;
}

.payment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.payment__item .number {
  background-color: #14d9fd;
  border-color: #14d9fd;
}

.payment__desc {
  font-weight: 300;
}

.payment__line {
  content: "";
  position: absolute;
  width: 1px;
  left: 35px;
  border-left: 2px dotted #14d9fd;
  height: 46px;
  bottom: -43px;
}

.works {
  padding: 80px 0 90px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.works .btn {
  width: 317px;
  height: 72px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 70px;
}

.works__wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.works__content {
  width: 100%;
}

.works__title {
  padding-right: 25%;
  margin-bottom: 30px;
  color: #003b77;
  font-size: 40px;
  line-height: 1.25;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
}

.works__title span {
  color: #0b54f4;
}

.works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.works__item {
  width: 33.333%;
  margin-top: 30px;
  position: relative;
}

.works__item .number {
  margin: 0;
}

.works__item--1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.works__item--2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: 240px;
  overflow: hidden;
  margin-bottom: -67px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.works__item--2 .number {
  z-index: 3;
  position: relative;
}

.works__item--3 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.works__item--3 .number {
  z-index: 3;
  position: relative;
}

.works__item--4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.works__item--5 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.works__line {
  position: absolute;
  top: 35px;
  height: 2px;
  border-bottom: dotted 2px #0b54f4;
}

.works__line--1 {
  left: 70px;
}

.works__line--3 {
  display: none;
}

.works__line--2 {
  left: -205px;
  width: 605px;
  height: 0;
  opacity: 0;
  border-radius: 100px;
  border: dotted 2px #0b54f4;
}

.works__line--4 {
  right: 0;
}

.works__line--5 {
  right: 0;
}

.works__name {
  font-size: 16px;
  line-height: 1.5;
  color: #0b54f4;
  font-weight: 700;
  margin-top: 10px;
  font-family: 'Ubuntu', sans-serif;
}

.works__desc {
  padding: 10px 30px 0 0;
  font-size: 14px;
  line-height: 1.71;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
}

.works__line {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.works__line--1 {
  -webkit-animation-name: works-line-right;
          animation-name: works-line-right;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.works__line--2 {
  -webkit-animation-name: works-line-circle-v;
          animation-name: works-line-circle-v;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.works__line--3 {
  -webkit-animation-name: works-line-left;
          animation-name: works-line-left;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.works__line--4 {
  -webkit-animation-name: works-line-left;
          animation-name: works-line-left;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.works__line--5 {
  -webkit-animation-name: works-line-left;
          animation-name: works-line-left;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.works__item.slick-slide {
  text-align: left;
}

.nota {
  padding-top: 60px;
  padding-bottom: 130px;
  background-color: #f2f7fb;
}

.nota > .container {
  max-width: 900px;
  padding: 0;
}

.nota__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 43px auto 60px;
}

.nota__item {
  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: calc(100% - 24px);
  margin-left: 24px;
  height: 53px;
  font-size: 14px;
  font-weight: 700;
  color: #0b54f4;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  cursor: pointer;
}

.nota__item:hover {
  background-color: #0b54f4;
  color: #fff;
}

.nota__item:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: #0b54f4 transparent transparent transparent;
}

.folder__container {
  position: relative;
  height: 480px;
  width: 100%;
  margin: 40px auto 0;
}

.folder__item {
  position: absolute;
  width: 157px;
  height: 190px;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.folder__item svg {
  max-width: 100%;
}

.folder__item--layout-16 {
  left: 0;
  bottom: 0;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.folder__item--layout-15 {
  left: 50px;
  bottom: 20px;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.folder__item--layout-14 {
  left: 100px;
  bottom: 40px;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.folder__item--layout-13 {
  left: 150px;
  bottom: 60px;
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.folder__item--layout-12 {
  left: 200px;
  bottom: 80px;
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.folder__item--layout-11 {
  left: 250px;
  bottom: 100px;
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.folder__item--layout-10 {
  left: 300px;
  bottom: 120px;
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.folder__item--layout-9 {
  left: 350px;
  bottom: 140px;
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.folder__item--layout-8 {
  left: 400px;
  bottom: 160px;
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.folder__item--layout-7 {
  left: 450px;
  bottom: 180px;
  -webkit-transition-delay: 1.9s;
       -o-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.folder__item--layout-6 {
  left: 500px;
  bottom: 200px;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.folder__item--layout-5 {
  left: 550px;
  bottom: 220px;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.folder__item--layout-4 {
  left: 600px;
  bottom: 240px;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.folder__item--layout-3 {
  left: 650px;
  bottom: 260px;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.folder__item--layout-2 {
  left: 700px;
  bottom: 280px;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.folder__item--layout-1 {
  left: 750px;
  bottom: 300px;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.folder__row:hover .folder__item,
.folder__row.animate .folder__item {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

.reviews {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #f2f7fb;
}

.reviews__list {
  margin-top: -10px;
}

.reviews__list .slick-track {
  padding-top: 40px;
}

.reviews__list .slick-list {
  margin-bottom: 30px;
  margin-left: -30px;
}

.reviews__list .slick-slide {
  padding-left: 30px;
}

.review__item {
  display: block;
  width: calc(100% - 2px);
  color: #000;
  background-color: #fff;
  padding: 25px 40px 40px;
  text-align: left;
}

.review__header {
  margin-bottom: 21px;
}

.review__header:before,
.review__header:after {
  content: '';
  display: table;
}

.review__header:after {
  clear: both;
}

.review__body {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  color: #003b77;
  height: 96px;
  overflow: hidden;
}

.review__body p {
  margin: 0;
}

.review__avatar {
  border-radius: 50%;
  width: 84px;
  height: 84px;
  background-size: cover;
  border: 7px solid #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 20px;
  float: left;
  margin-top: -44px;
}

.review__user {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #003b77;
}

.review__status {
  font-weight: 300;
  color: #4e5161;
}

form {
  height: 80px;
  background-color: #fff;
  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;
}

form input:not([type="submit"]) {
  width: 100%;
}

form input[type="submit"] {
  float: right;
  height: 80px;
  line-height: 80px;
  width: 240px;
}

.form {
  padding-top: 77px;
  padding-bottom: 74px;
  background-color: #0b54f4;
  background-image: url("../img/svg/mail.svg");
  background-repeat: no-repeat;
  background-position: 110% 30px;
}

.form .title {
  color: #fff;
  font-size: 30px;
  letter-spacing: 1.3px;
}

.form__text p {
  font-size: 21px;
  letter-spacing: 0.7px;
  color: #fff;
}

.form__wrapper p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  letter-spacing: 0.4px;
  color: #fff;
}

.form__row {
  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;
  width: 100%;
}

.form__item:before,
.form__item:after {
  content: '';
  display: table;
}

.form__item:after {
  clear: both;
}

.form__item--text {
  width: 100%;
}

.form__item--text:not(:first-child) {
  border-left: 1px solid #dde3ee;
}

.number {
  background-color: #0b54f4;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  color: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 21px;
  font-weight: bold;
}

.number--payment {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 20px;
}

.number--works {
  margin-bottom: 23px;
}

.btn__wrapper {
  margin: 20px auto;
}

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

.btn__wrapper--center > * {
  margin: 0 auto;
}

@-webkit-keyframes works-line-right {
  to {
    right: 0;
  }
}

@keyframes works-line-right {
  to {
    right: 0;
  }
}

@-webkit-keyframes works-line-left {
  to {
    left: 70px;
  }
}

@keyframes works-line-left {
  to {
    left: 70px;
  }
}

@-webkit-keyframes works-line-circle-v {
  to {
    height: 205px;
    opacity: 1;
  }
}

@keyframes works-line-circle-v {
  to {
    height: 205px;
    opacity: 1;
  }
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0,0,0,0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
          box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
          box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0,0,0,0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaa;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}

.selectize-control {
  position: relative;
  height: 48px;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #000;
  font-family: inherit;
  font-size: 20px;
  line-height: 48px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  height: 48px;
  border: 0 none;
  padding: 0 20px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
}

.selectize-input.dropdown-active {
  border-radius: 8px 8px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  background: #1a25ab;
  color: #fff;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #fff;
  background: #d2d2d2;
  border: 1px solid #aaa;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 0 none;
  background-color: #fff;
  color: #000;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
          box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  border-radius: 0 0 8px 8px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125,168,208,0.2);
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 0 20px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #1a25ab;
  color: #fff;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48,48,48,0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
  border-radius: 0 0 8px 8px;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #1a25ab transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #1a25ab transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0,51,83,0.3);
  border-radius: 6px;
  background-color: #1b9dec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1da7ee), to(#178ee9));
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2), inset 0 1px rgba(255,255,255,0.03);
          box-shadow: 0 1px 0 rgba(0,0,0,0.2), inset 0 1px rgba(255,255,255,0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fd8), to(#0075cf));
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
}

.selectize-control.single .selectize-input {
  background-color: #fff;
  -webkit-box-shadow: 0 0 48px 0 rgba(1,23,68,0.15);
          box-shadow: 0 0 48px 0 rgba(1,23,68,0.15);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: transparent;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  text-align: center;
  float: left;
  outline: none;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-prev,
.slick-next {
  display: none !important;
}

@media only screen and (max-width: 1365px) {
  .services__item {
    width: calc(50% - 24px);
  }
}

@media screen and (max-width: 1200px) {
  .display-1200 {
    display: block;
  }

  .hidden-1200 {
    display: none;
  }

  .uk-navbar-nav.hidden-1200 {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .header__menu {
    display: none;
  }

  .header__btn {
    width: 50%;
    margin-left: auto;
  }

  .header__btn > .btn {
    width: calc(50% - 10px);
    padding: 0;
    height: 36px;
    line-height: 34px;
    text-align: center;
  }

  .selectize-control {
    height: 43px;
  }

  .selectize-dropdown,
  .selectize-input,
  .selectize-input input {
    font-size: 18px;
    line-height: 43px;
  }

  .selectize-input {
    padding: 0 18px;
    height: 43px;
    border-radius: 7px;
  }

  .selectize-dropdown {
    border-radius: 0 0 7px 7px;
  }

  .selectize-dropdown [data-selectable],
  .selectize-dropdown .optgroup-header {
    padding: 0 18px;
  }

  .selectize-dropdown-content {
    border-radius: 0 0 7px 7px;
  }

  .selectize-control.single .selectize-input {
    -webkit-box-shadow: 0 0 43px 0 rgba(1,23,68,0.15);
            box-shadow: 0 0 43px 0 rgba(1,23,68,0.15);
  }
}

@media only screen and (max-width: 1025px) {
  .reviews__list .slick-slide {
    width: 385px;
  }
}

@media screen and (max-width: 1024px) {
  .display-1024 {
    display: block;
  }

  .hidden-1024 {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .services__item {
    margin-top: 16px;
    margin-left: 8px;
    width: 270px;
    height: 265px;
    text-align: left;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  input[type="submit"].btn {
    width: 100%;
  }

  .hamburger {
    display: block;
  }

  .footer__pay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }

  .col-medium-1-1 {
    width: 100%;
  }

  .col-medium-1-2,
  .col-medium-2-4,
  .col-medium-3-6,
  .col-medium-5-10 {
    width: 50%;
  }

  .col-medium-1-3,
  .col-medium-2-6 {
    width: 33.333%;
  }

  .col-medium-2-3,
  .col-medium-4-6 {
    width: 66.666%;
  }

  .col-medium-1-4 {
    width: 25%;
  }

  .col-medium-3-4 {
    width: 75%;
  }

  .col-medium-1-5,
  .col-medium-2-10 {
    width: 20%;
  }

  .col-medium-2-5,
  .col-medium-4-10 {
    width: 40%;
  }

  .col-medium-3-5,
  .col-medium-6-10 {
    width: 60%;
  }

  .col-medium-4-5,
  .col-medium-8-10 {
    width: 80%;
  }

  .col-medium-1-6 {
    width: 16.666%;
  }

  .col-medium-5-6 {
    width: 83.333%;
  }

  .col-medium-1-10 {
    width: 10%;
  }

  .col-medium-3-10 {
    width: 30%;
  }

  .col-medium-7-10 {
    width: 70%;
  }

  .col-medium-9-10 {
    width: 90%;
  }

  .header__wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .banner__wrapper {
    height: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 0 30px 0;
    background-position: 50% 0;
  }

  .banner__wrapper > .container {
    display: block;
    height: auto;
  }

  .banner__content {
    width: 100%;
    text-align: center;
  }

  .banner__title {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 13px;
  }

  .info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70%;
    margin: 0 auto;
  }

  .info__item:nth-child(1) {
    border-right: none;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }

  .banner__info--mobile .info__item:nth-child(1) {
    border: none;
  }

  .info__num {
    font-size: 21px;
  }

  .info__desc {
    font-size: 14px;
    color: #4e5161;
  }

  .form__text--header {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.6px;
  }

  .header__mobile {
    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;
  }

  .works {
    padding: 24px 0 30px 0;
  }

  .works > .container {
    padding: 0;
  }

  .works__list {
    display: block;
    margin: 0 0 0 30px;
  }

  .works__item--2 {
    height: auto;
    margin-bottom: 0;
    overflow: visible;
  }

  .works__line {
    right: -35px;
    left: 70px;
  }

  .works__line--3 {
    display: block;
  }

  .works__line--5 {
    display: none;
  }

  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .form__item--text:not(:first-child) {
    border: none;
  }

  .form__item--text {
    margin-top: 12px;
  }

  .form__item {
    width: 100%;
    margin-top: 12px;
  }

  .selectize-control {
    height: 42px;
  }

  .selectize-dropdown,
  .selectize-input,
  .selectize-input input {
    font-size: 15px;
    line-height: 42px;
  }

  .selectize-input {
    height: 42px;
    padding: 0 15px;
    border-radius: 6px;
  }

  .selectize-dropdown {
    border-radius: 0 0 6px 6px;
  }

  .selectize-dropdown [data-selectable],
  .selectize-dropdown .optgroup-header {
    padding: 0 15px;
  }

  .selectize-dropdown-content {
    border-radius: 0 0 6px 6px;
  }

  .selectize-control.single .selectize-input {
    -webkit-box-shadow: 0 0 22px 0 rgba(1,23,68,0.15);
            box-shadow: 0 0 22px 0 rgba(1,23,68,0.15);
  }
}

@media only screen and (max-width: 979px) {
  .payment__content {
    width: 100%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 959px) {
  .excellence {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .excellence__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 70%;
    margin: 20px auto 40px;
  }

  .excellence__item {
    margin-top: 20px;
  }

  .excellence__item:not(:last-child):after {
    display: none;
  }

  .excellence__icon {
    width: 24px;
  }

  .excellence__icon svg {
    max-width: 100%;
  }

  .excellence__name {
    font-size: 14px;
  }

  .services {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .services__name {
    width: 60%;
    text-align: left;
    font-size: 18px;
    line-height: 1.17;
  }

  .payment {
    padding: 330px 0 30px;
  }

  .payment:after {
    height: 300px;
    right: 0;
    bottom: 50%;
  }

  .payment__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .payment__title {
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
  }

  form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
    height: auto;
  }

  .form {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 80%;
    background-position: 190% 125%;
  }

  .form .title {
    font-size: 24px;
    padding: 0;
    line-height: 1.33;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 959px) {
  .display-960 {
    display: block;
  }

  .hidden-960 {
    display: none;
  }
}

@media only screen and (max-width: 920px) {
  .nota {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.57;
  }

  .btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
  }

  input:not([type]),
  select:not([type]),
  input[type="text"],
  select[type="text"],
  input[type=password],
  select[type=password],
  input[type=email],
  select[type=email],
  input[type=url],
  select[type=url],
  input[type=search],
  select[type=search],
  input[type=tel],
  select[type=tel],
  input[type=number],
  select[type=number],
  input[type=datetime],
  select[type=datetime] {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }

  textarea {
    font-size: 14px;
    height: 100px;
  }

  .select_option:after {
    height: 38px;
  }

  footer {
    height: auto;
    padding: 40px 0;
  }

  .footer__wrapper {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-small-1-1 {
    width: 100%;
  }

  .col-small-1-2,
  .col-small-2-4,
  .col-small-3-6,
  .col-small-5-10 {
    width: 50%;
  }

  .col-small-1-3,
  .col-small-2-6 {
    width: 33.333%;
  }

  .col-small-2-3,
  .col-small-4-6 {
    width: 66.666%;
  }

  .col-small-1-4 {
    width: 25%;
  }

  .col-small-3-4 {
    width: 75%;
  }

  .col-small-1-5,
  .col-small-2-10 {
    width: 20%;
  }

  .col-small-2-5,
  .col-small-4-10 {
    width: 40%;
  }

  .col-small-3-5,
  .col-small-6-10 {
    width: 60%;
  }

  .col-small-4-5,
  .col-small-8-10 {
    width: 80%;
  }

  .col-small-1-6 {
    width: 16.666%;
  }

  .col-small-5-6 {
    width: 83.333%;
  }

  .col-small-1-10 {
    width: 10%;
  }

  .col-small-3-10 {
    width: 30%;
  }

  .col-small-7-10 {
    width: 70%;
  }

  .col-small-9-10 {
    width: 90%;
  }

  .modal-window {
    margin: 54px 15px 20px;
    width: calc(100% - 30px);
    padding: 18px;
  }

  .modal-body {
    width: 100%;
  }

  .title {
    font-size: 32px;
    line-height: 1.13;
    text-align: center;
    padding: 0 30px;
  }

  .services__icon {
    width: 40px;
    height: 40px;
  }

  .works__line {
    -webkit-animation: none;
            animation: none;
  }

  .works__line--1 {
    -webkit-animation: none;
            animation: none;
  }

  .works__line--2 {
    -webkit-animation: none;
            animation: none;
  }

  .works__line--3 {
    -webkit-animation: none;
            animation: none;
  }

  .works__line--4 {
    -webkit-animation: none;
            animation: none;
  }

  .works__line--5 {
    -webkit-animation: none;
            animation: none;
  }

  .nota > .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nota {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .review__item {
    padding: 20px;
  }

  .review__header {
    margin: 0 -10px 10px;
  }

  .review__avatar {
    margin-top: -37px;
  }

  form input[type="submit"] {
    width: 100%;
    float: none;
  }

  .form__text p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding: 0 20px;
  }

  .form__wrapper p {
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .display-768 {
    display: block;
  }

  .hidden-768 {
    display: none;
  }
}

@media only screen and (max-width: 757px) {
  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0;
  }

  .footer__phone {
    margin: 20px 0 0;
  }

  .pay__list {
    margin-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .pay__item {
    width: calc(25% - 10px);
    margin-top: 9px;
  }

  .excellence {
    padding: 0;
  }

  .services {
    padding-top: 24px;
    padding-bottom: 30px;
  }

  .services__list {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .works__title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.13;
    padding-right: 0;
  }

  .works__item {
    width: 180px;
    margin-left: 30px;
  }

  .works__item--0 {
    display: none !important;
  }

  .works__item--3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .works__item--4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .works__item--5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .works__line--2 {
    left: 70px;
    height: 2px;
    width: auto;
    opacity: 1;
    border: none;
    border-radius: 0;
    border-bottom: dotted 2px #0b54f4;
  }

  .works__desc {
    padding: 10px 0;
  }
}

@media screen and (max-width: 639px) {
  .display-640 {
    display: block;
  }

  .hidden-640 {
    display: none;
  }
}

@media only screen and (max-width: 566px) {
  .header__logo {
    width: 100px;
  }

  .works__list {
    margin: 0 0 0 15px;
  }
}

@media only screen and (max-width: 480px) {
  .reviews > .container {
    padding: 0;
  }

  .reviews__list .slick-slide {
    width: 270px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 425px) {
  .display-425 {
    display: block;
  }

  .hidden-425 {
    display: none;
  }
}

@media only screen and (max-width: 425px) {
  .form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
