@font-face {
  font-family: 'Ubuntu';
  src: local('Ubuntu'), url('../fonts/ubuntu.woff2') format('woff2'), url('../fonts/ubuntu.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url('../fonts/ubuntumedium.woff2') format('woff2'), url('../fonts/ubuntumedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('../fonts/ubuntubold.woff2') format('woff2'), url('../fonts/ubuntubold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
.height-100vh {
  height: calc(100vh - 0);
  height: calc((var(--vh, 1vh) * 100) - 0);
}
/*!
 * 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 {
  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: transparent;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
cite {
  display: block;
}
body {
  margin: 0;
  min-width: 360px;
  font-family: 'Ubuntu', 'Roboto', Open Sans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  text-align: left;
  background-color: #2998EA;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  word-break: inherit;
  white-space: inherit;
  text-overflow: inherit;
  overflow: inherit;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
p:empty {
  margin-bottom: 0;
  display: none;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
cite {
  font-style: normal;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 20px;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:not([class]) {
  text-decoration: underline;
}
a:not([class]):hover,
a:not([class]):focus {
  text-decoration: none;
}
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: 0.5rem;
}
button {
  padding: 0;
  border: none;
  border-radius: 0;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s;
}
button:focus {
  outline: none;
}
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"] {
  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: none;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.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;
}
* {
  outline: none!important;
}
html.sr .animated-element {
  visibility: hidden;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
}
svg {
  pointer-events: none;
}
.text-center {
  text-align: center;
}
.list_unstyled {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.svg-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.svg-icon svg {
  width: 100%;
  height: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.main-content {
  position: relative;
  z-index: 2;
}
.title-font {
  font-family: 'Neucha', 'Comic Sans MS', 'Lucida Handwriting', cursive;
}
.section {
  position: relative;
  overflow: hidden;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show,
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}
.background-video,
.background-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.background-video img,
.background-img img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  color: transparent;
}
@supports (object-fit: cover) or (-o-object-fit: cover) {
  .background-video img,
  .background-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@supports (transform: translate(0, 0)) or (-webkit-transform: translate(0, 0)) {
  .background-video img,
  .background-img img {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.background-video video,
.background-img video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
@supports (transform: translate(0, 0)) or (-webkit-transform: translate(0, 0)) {
  .background-video video,
  .background-img video {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  display: block;
  height: 0;
  overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed,
.video-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
@supports (transform: translate(0, 0)) or (-webkit-transform: translate(0, 0)) {
  .video-responsive iframe,
  .video-responsive object,
  .video-responsive embed,
  .video-responsive video {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
/*
.preloader-show {
	overflow: hidden;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	display: flex;
	background-color: @color-blue;

	.svg {
		margin: auto;
		width: 200px;
		height: 200px;
		flex: 0 0 200px;
	}

	.ldl-scale {
		transform-origin: 50% 50%;
		transform: rotate(0deg) scale(0.8, 0.8);
	}

	.ldl-ani_1 {
		transform: scale(0.91);
		transform-origin: 50px 50px;
		animation: 1.11111s linear -0.694444s infinite normal forwards running breath;
	}

	.ldl-ani_2 {
		transform: scale(0.91);
		transform-origin: 50px 50px;
		animation: 1.11111s linear -0.833333s infinite normal forwards running breath;
	}

	.ldl-ani_3 {
		transform: scale(0.91);
		transform-origin: 50px 50px;
		animation: 1.11111s linear -0.972222s infinite normal forwards running breath;
	}

	.ldl-ani_4 {
		transform: scale(0.91);
		transform-origin: 50px 50px;
		animation: 1.11111s linear -1.11111s infinite normal forwards running breath;
	}
}


@keyframes breath {
	0% {
		animation-timing-function: cubic-bezier(0.9647, 0.2413, -0.0705, 0.7911);
		transform: scale(0.909);
	}
	51% {
		animation-timing-function: cubic-bezier(0.9226, 0.2631, -0.0308, 0.7628);
		transform: scale(1.02994);
	}
	100% {
		transform: scale(0.909);
	}
}*/
/*!
 * Bootstrap Grid 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)
 */
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 570px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1550px) {
  .container {
    max-width: 1520px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1740px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1025px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  box-shadow: none;
  cursor: pointer;
  transition: color ease-in-out 0.3s, background-color ease-in-out 0.3s, border-color ease-in-out 0.3s, opacity ease-in-out 0.3s, visibility ease-in-out 0.3s, box-shadow ease-in-out 0.3s, transform ease-in-out 0.3s;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn_red {
  padding: 0 40px;
  height: 86px;
  color: #ffffff;
  background-color: #DF2221;
  line-height: 0;
  box-shadow: 0px 0px 50px rgba(223, 34, 33, 0.3);
  border-radius: 60px;
}
.btn_red .btn__icon {
  margin-right: 10px;
  display: inline-block;
  width: 34px;
  height: 34px;
}
.btn_red .btn__text {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 22px;
  line-height: 0;
}
.btn_red:hover,
.btn_red:focus {
  background-color: #B12121;
}
.btn_transparent {
  padding: 0 20px;
  height: 42px;
  color: #003B67;
  border: 1px solid #003B67;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 38px;
}
.btn_transparent:hover,
.btn_transparent:focus {
  color: #ffffff;
  background-color: #003B67;
}
@media (max-width: 1199px) {
  .btn_red {
    padding: 0 20px;
    height: 50px;
    line-height: 0;
    box-shadow: 0px 0px 25px rgba(223, 34, 33, 0.3);
    border-radius: 80px;
  }
  .btn_red .btn__icon {
    width: 24px;
    height: 24px;
  }
  .btn_red .btn__text {
    font-size: 16px;
  }
  .btn_transparent {
    height: 36px;
    font-size: 14px;
    line-height: 32px;
  }
}
.header {
  position: relative;
  z-index: 5;
  padding-top: 30px;
  height: 230px;
  color: #003B67;
}
.header::before,
.header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
.header::before {
  top: 0;
  height: 171px;
  background-color: #ffffff;
}
.header::after {
  top: 170px;
  height: 60px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-image: url('../images/backgrounds/header-bg.svg');
}
.header__logo {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  flex: 0 0 420px;
  max-width: 420px;
  order: -1;
}
.header__logo .main-logo {
  margin-right: 40px;
  flex: 0 0 220px;
}
.header__logo .main-logo:hover,
.header__logo .main-logo:focus {
  color: #2998EA;
}
.header__logo .partner-logo {
  position: relative;
  padding-left: 25px;
  line-height: 0;
}
.header__logo .partner-logo__img {
  max-width: 100px;
}
.header__logo .partner-logo__text {
  padding-left: 18px;
  max-width: 100px;
  color: #373737;
  font-weight: 500;
  font-size: 15px;
  line-height: 110%;
}
.header__logo .partner-logo::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 100px;
  background-color: rgba(0, 59, 103, 0.1);
}
.header__main {
  position: relative;
  z-index: 2;
  padding: 15px 160px 100px;
  flex: 0 0 730px;
  max-width: 730px;
  color: #ffffff;
}
.header__watch {
  position: relative;
  padding: 0 5px;
  z-index: 3;
  flex: 0 0 420px;
  max-width: 420px;
}
.header__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  filter: drop-shadow(0px 30px 40px rgba(0, 88, 153, 0.7));
  pointer-events: none;
}
.header__bg .svg {
  width: 100%;
}
.header__bg .mobile {
  display: none;
}
.header__title {
  text-align: center;
}
.header__title .line {
  display: block;
}
.header__title .main {
  margin-bottom: 10px;
  font-size: 100px;
  line-height: 90%;
  text-transform: uppercase;
}
.header__title .subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 28px;
  line-height: 130%;
  letter-spacing: 0.02em;
}
@media (max-width: 1799px) {
  .header__logo {
    flex: 0 0 380px;
    max-width: 380px;
  }
  .header__logo .main-logo {
    margin-right: 25px;
    flex: 0 0 200px;
  }
  .header__logo .partner-logo {
    padding-left: 15px;
  }
  .header__logo .partner-logo__img {
    max-width: 80px;
  }
  .header__logo .partner-logo__text {
    padding-left: 15px;
  }
  .header__main {
    padding: 15px 120px 80px;
    flex: 0 0 650px;
    max-width: 650px;
  }
  .header__watch {
    padding: 0;
    flex: 0 0 380px;
    max-width: 380px;
  }
}
@media (max-width: 1549px) {
  .header {
    padding-top: 20px;
    height: 185px;
  }
  .header::before {
    height: 126px;
  }
  .header::after {
    top: 125px;
  }
  .header__logo {
    flex: 0 0 320px;
    max-width: 320px;
  }
  .header__logo .main-logo {
    flex: 0 0 150px;
  }
  .header__logo .partner-logo__img {
    max-width: 60px;
  }
  .header__logo .partner-logo__text {
    padding-left: 10px;
    font-size: 14px;
  }
  .header__logo .partner-logo::before {
    height: 80px;
  }
  .header__main {
    padding: 10px 80px 65px;
    flex: 0 0 460px;
    max-width: 460px;
  }
  .header__title .main {
    margin-bottom: 8px;
    font-size: 68px;
  }
  .header__title .subtitle {
    font-size: 20px;
  }
  .header__watch {
    flex: 0 0 320px;
    max-width: 320px;
  }
}
@media (max-width: 1199px) {
  .header {
    padding-top: 15px;
    height: 150px;
  }
  .header::before {
    height: 91px;
  }
  .header::after {
    top: 90px;
  }
  .header__logo {
    flex: 0 0 300px;
    max-width: 300px;
  }
  .header__logo .main-logo {
    flex: 0 0 150px;
  }
  .header__logo .partner-logo__img {
    max-width: 60px;
  }
  .header__logo .partner-logo__text {
    padding-left: 10px;
    font-size: 14px;
  }
  .header__logo .partner-logo::before {
    height: 80px;
  }
  .header__bg {
    filter: drop-shadow(0px 15px 20px rgba(0, 88, 153, 0.7));
  }
  .header__main {
    padding: 10px 40px 50px;
    flex: 0 0 340px;
    max-width: 340px;
  }
  .header__title .main {
    margin-bottom: 8px;
    font-size: 40px;
  }
  .header__title .subtitle {
    font-size: 16px;
  }
  .header__watch {
    flex: 0 0 300px;
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .header {
    padding-top: 18px;
    height: 290px;
    overflow: hidden;
  }
  .header::before {
    height: 231px;
  }
  .header::after {
    top: 230px;
    background-image: url('../images/backgrounds/header-bg_mobile.svg');
  }
  .header__logo {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    justify-content: center;
  }
  .header__logo .main-logo {
    margin-right: 15px;
    flex: 0 0 132px;
    max-width: 132px;
  }
  .header__logo .partner-logo {
    padding-left: 10px;
    flex: 0 0 132px;
    max-width: 132px;
    display: flex;
    align-items: center;
  }
  .header__logo .partner-logo__img {
    flex: 0 0 60px;
    max-width: 60px;
  }
  .header__logo .partner-logo__text {
    padding-left: 8px;
    font-size: 12px;
    flex: 0 0 100%;
    max-width: calc(100% - 60px);
  }
  .header__logo .partner-logo::before {
    top: 2px;
    height: 60px;
  }
  .header__bg {
    left: 50%;
    right: auto;
    width: 426px;
    filter: drop-shadow(0px 10px 10px rgba(0, 88, 153, 0.35));
    transform: translateX(-50%);
  }
  .header__bg .desktop {
    display: none;
  }
  .header__bg .mobile {
    display: block;
  }
  .header__main {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 50px;
    flex: 0 0 100%;
    max-width: 425px;
  }
  .header__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }
  .header__title .main {
    margin-bottom: 5px;
    font-size: 44px;
    line-height: 90%;
  }
  .header__title .subtitle {
    font-size: 18px;
  }
  .header__watch {
    display: none;
  }
}
.watch-block {
  position: relative;
  color: #003B67;
  background-color: #ffffff;
  box-shadow: 0px 30px 50px rgba(0, 88, 153, 0.3);
  border-radius: 10px;
  overflow: hidden;
}
.watch-block__header {
  display: flex;
}
.watch-block__img {
  position: relative;
  flex: 0 0 35%;
  max-width: 35%;
  transform: scale(1.02);
}
.watch-block__content {
  padding: 20px 30px;
  flex: 0 0 65%;
  max-width: 65%;
}
.watch-block__voka {
  position: relative;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  color: rgba(0, 59, 103, 0.6);
}
.watch-block__voka .icon {
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
}
.watch-block__voka .text {
  padding-left: 10px;
  flex: 0 0 100%;
  max-width: calc(100% - 50px);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
}
.watch-block__title {
  margin-bottom: 14px;
  font-size: 38px;
  line-height: 90%;
}
.watch-block__body {
  max-height: 0;
  overflow: hidden;
  transform: translateZ(0);
  transition: max-height 0.6s ease-out;
  will-change: height, max-height;
}
.watch-block__descr {
  padding: 25px 30px;
  border-top: 1px solid rgba(0, 59, 103, 0.1);
  opacity: 0;
  line-height: 140%;
  transition: opacity 0.5s ease-in-out;
}
.watch-block:hover .watch-block__body {
  max-height: 400px;
}
.watch-block:hover .watch-block__descr {
  opacity: 1;
}
@media (max-width: 1799px) {
  .watch-block__content {
    padding: 20px;
  }
  .watch-block__descr {
    padding: 15px 20px;
  }
}
@media (max-width: 1549px) {
  .watch-block__content {
    padding: 15px;
  }
  .watch-block__descr {
    padding: 10px 15px;
  }
  .watch-block__voka {
    margin-bottom: 20px;
  }
  .watch-block__voka .icon {
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
  }
  .watch-block__voka .text {
    max-width: calc(100% - 30px);
    font-size: 14px;
  }
  .watch-block__title {
    margin-bottom: 16px;
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .watch-block__voka {
    margin-bottom: 10px;
  }
  .watch-block__voka .icon {
    flex: 0 0 25px;
    max-width: 25px;
    width: 25px;
  }
  .watch-block__voka .text {
    max-width: calc(100% - 25px);
    font-size: 12px;
    line-height: 1.1;
  }
  .watch-block__title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .watch-block {
    margin: 0 auto;
    max-width: 360px;
    box-shadow: 0px 20px 50px rgba(0, 88, 153, 0.5);
  }
  .watch-block__header {
    min-height: 150px;
  }
  .watch-block__img {
    flex: 0 0 105px;
    max-width: 105px;
  }
  .watch-block__content {
    padding: 12px 20px 15px;
    max-width: calc(100% - 105px);
  }
  .watch-block__body {
    max-height: none !important;
  }
  .watch-block__descr {
    padding: 15px 20px;
    font-size: 16px;
    opacity: 1;
  }
  .watch-block__voka {
    margin-bottom: 16px;
  }
  .watch-block__voka .icon {
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
  }
  .watch-block__voka .text {
    max-width: calc(100% - 40px);
    font-size: 14px;
    line-height: 1.2;
  }
  .watch-block__title {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
.section_watch {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}
.section_mask {
  position: relative;
  padding-top: 180px;
  width: 100%;
  text-align: center;
  transition: opacity 0.5s ease-out;
  transition-delay: 0.5s;
  overflow: visible;
}
.section_mask .container {
  padding: 0;
  max-width: 1920px;
  width: 100%;
}
.section_mask .section__header {
  position: relative;
  margin-bottom: 30px;
}
.section_mask .section__title {
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 90%;
  transition: transform 0.8s ease;
}
.section_mask .section__title.transformed {
  transform: translateY(90%);
}
.section_mask.hidden {
  opacity: 0;
  visibility: hidden;
}
.mask-section_animation-button {
  z-index: 1;
}
.animation-button {
  z-index: 1;
}
.animation-button.hidden {
  transform: translateY(20%);
  opacity: 0;
  pointer-events: none;
}
.mask {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 46.875%;
  box-shadow: 0px 0px 150px rgba(0, 88, 153, 0.4);
}
.mask__canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.mask__canvas-container canvas {
  filter: brightness(1.042) hue-rotate(11.7deg) !important;
}
@media (max-width: 1799px) {
  .section_mask {
    padding-top: 140px;
  }
}
@media (max-width: 1549px) {
  .section_mask {
    padding-top: 100px;
  }
  .section_mask .section__title {
    margin-bottom: 25px;
    font-size: 34px;
  }
}
@media (max-width: 1119px) {
  .section_mask {
    padding-top: 50px;
  }
  .section_mask .section__title {
    margin-bottom: 15px;
    font-size: 28px;
  }
}
.section_slider {
  padding-top: 120px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .section_slider {
    padding-top: 40px;
  }
}
.section_slider .section__header {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 800px) {
  .section_slider .section__header {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .section_slider .section__header {
    margin-bottom: 120px;
  }
}
.section_slider .section__title {
  font-family: 'Neucha', 'Comic Sans MS', 'Lucida Handwriting', cursive;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  line-height: 90%;
}
@media (min-width: 800px) {
  .section_slider .section__title {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .section_slider .section__title {
    font-size: 60px;
  }
}
.section_slider .section__body {
  position: relative;
}
.section_slider .swiper-container {
  overflow: visible;
  margin: 0 0 100px;
}
@media (min-width: 1200px) {
  .section_slider .swiper-container {
    display: flex;
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .section_slider .swiper-wrapper {
    display: flex;
  }
}
.section_slider .swiper-slide {
  position: relative;
  display: flex;
  flex-flow: column;
  max-width: 335px;
  height: auto;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  background-color: #003B67;
  box-shadow: 0 5px 40px rgba(0, 88, 153, 0.35);
}
@media (max-width: 600px) {
  .section_slider .swiper-slide {
    width: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1548px) {
  .section_slider .swiper-slide {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .section_slider .swiper-slide {
    align-items: center;
    flex-shrink: 1;
    justify-content: flex-start;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 15px 50px rgba(0, 88, 153, 0.65);
  }
  .section_slider .swiper-slide::before {
    position: absolute;
    top: -78px;
    left: 0;
    display: block;
    width: 100%;
    height: 80px;
    content: "";
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
  }
  .section_slider .swiper-slide:nth-child(1)::before {
    background-image: url(../images/slider-tops/slide1.svg);
  }
  .section_slider .swiper-slide:nth-child(2)::before {
    background-image: url(../images/slider-tops/slide2.svg);
  }
  .section_slider .swiper-slide:nth-child(3)::before {
    background-image: url(../images/slider-tops/slide3.svg);
  }
  .section_slider .swiper-slide:nth-child(4)::before {
    background-image: url(../images/slider-tops/slide4.svg);
  }
  .section_slider .swiper-slide:nth-child(5)::before {
    background-image: url(../images/slider-tops/slide5.svg);
  }
  .section_slider .swiper-slide:not(:last-child) {
    margin-right: 10px;
  }
}
.section_slider .swiper-slide__title {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  margin-bottom: 15px;
  text-align: left;
}
@media (min-width: 1200px) {
  .section_slider .swiper-slide__title {
    flex-flow: column nowrap;
    text-align: center;
  }
}
.section_slider .swiper-slide__title-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin: 0 20px 0 0;
  color: #2998EA;
}
@media (min-width: 1200px) {
  .section_slider .swiper-slide__title-icon {
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
    margin: 0 0 30px 0;
  }
}
.section_slider .swiper-slide__title-text {
  margin: 0;
  font-family: 'Neucha', 'Comic Sans MS', 'Lucida Handwriting', cursive;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  line-height: 90%;
}
@media (min-width: 1200px) {
  .section_slider .swiper-slide__title-text {
    font-size: 28px;
  }
}
@media (min-width: 1549px) {
  .section_slider .swiper-slide__title-text {
    font-size: 32px;
  }
}
.section_slider .swiper-slide__text {
  flex-basis: 100%;
  margin-bottom: 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 120%;
}
@media (min-width: 1200px) {
  .section_slider .swiper-slide__text {
    flex-basis: auto;
    flex-basis: unset;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (min-width: 1549px) {
  .section_slider .swiper-slide__text {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.section_slider .swiper-pagination {
  bottom: -40px;
  left: 50%;
  cursor: default;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .section_slider .swiper-pagination {
    display: none;
  }
}
.section_slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
  opacity: 1;
  border: 1px solid rgba(0, 59, 103, 0.3);
  background: rgba(0, 59, 103, 0);
}
.section_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(0, 59, 103, 0.8);
}
.footer {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 250px;
  margin-top: -210px;
  padding-top: 30px;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  color: rgba(0, 59, 103, 0.6);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    height: 400px;
    margin-top: -360px;
  }
}
.footer::before {
  position: absolute;
  top: -58px;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  content: "";
  background-image: url(../images/backgrounds/footer-bg.svg);
  background-repeat: repeat-x;
}
@media (max-width: 1024px) {
  .footer::before {
    background-image: url("../images/backgrounds/footer-bg_mobile.svg");
  }
}
.footer__link {
  text-decoration: underline;
}
.footer__link:hover {
  text-decoration: underline;
  color: #003B67;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(0, 59, 103, 0.1);
}
@media screen and (max-width: 767px) {
  .footer__content {
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer__about {
    margin-bottom: 30px;
  }
}
.footer__dev {
  display: flex;
  align-items: center;
}
.footer__dev-text {
  margin: 0 10px 0 0;
}
.footer__dev-text {
  white-space: nowrap;
}
.footer__dev-link {
  display: inline-flex;
  align-items: center;
  transition: 0.2s ease color;
}
.footer__dev-logo {
  margin: -15px 0 -15px 10px;
}
