/**
 * Swiper 4.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
          background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.landing-careers *,
.landing-careers *::before,
.landing-careers *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.landing-careers *::-webkit-input-placeholder {
  color: #000;
  opacity: 1; }

.landing-careers *:-moz-placeholder {
  color: #000;
  opacity: 1; }

.landing-careers *::-moz-placeholder {
  color: #000;
  opacity: 1; }

.landing-careers *:-ms-input-placeholder {
  color: #000;
  opacity: 1; }

html {
  scroll-behavior: smooth;
  width: 100%;
  min-height: 100%; }

body {
  margin: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  min-height: 100%;
  padding: 0;
  color: #000; }

.landing-careers main {
  position: relative; }

.landing-careers a {
  outline: none;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none; }

img {
  max-width: 100%; }

.landing-careers b {
  font-family: 'GilroyBlack', sans-serif; }

.color-white {
  color: #fff !important; }

.container {
  width: 100%;
  max-width: 1280px;
  padding-left: 40px !important;
  padding-right: 40px !important;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1023px) {
    .container {
      padding-left: 20px !important;
      padding-right: 20px !important; } }

@media (max-width: 767px) {
  .desktop-only {
    display: none !important; } }

.mobile-only {
  display: none; }
  @media (max-width: 767px) {
    .mobile-only {
      display: block; } }

.section-first {
  background: url(../img/bg-1.png) no-repeat 50% 100%;
  -webkit-background-size: cover;
          background-size: cover;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .section-first {
      background: #00081E url(../img/bg-12.png) no-repeat 100% 24px; } }
  @media (max-width: 767px) {
    .section-first {
      -webkit-background-size: 60% 60%;
              background-size: 60%; } }
  .section-first__person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 24px; }
    .section-first__person__name {
      font-family: 'GilroyBold', sans-serif;
      font-size: 30px;
      line-height: 1;
      color: #FBB040;
      margin-left: 15px; }
  .section-first__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 100%; }
  .section-first__body {
    position: relative;
    width: 100%; }
  .section-first__title {
    margin-top: 84px;
    margin-bottom: 100px;
    font-family: 'GilroyBlack', sans-serif;
    font-size: 80px;
    line-height: 1;
    text-align: center;
    color: #FBB040; }
    @media (max-width: 1400px) {
      .section-first__title {
        font-size: 60px;
        margin-top: 60px;
        margin-bottom: 60px; } }
    @media (max-width: 1200px) {
      .section-first__title {
        font-size: 50px; } }
    @media (max-width: 1023px) {
      .section-first__title {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .section-first__title {
        margin-bottom: 30px;
        margin-top: 40px;
        font-size: 33px; } }
    .section-first__title span {
      text-transform: uppercase;
      color: #fff;
      display: block;
      margin-top: 22px; }
      @media (max-width: 767px) {
        .section-first__title span {
          font-size: 50px; } }
  .section-first__list {
    margin-bottom: 137px;
    max-width: 916px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1; }
    @media (max-width: 1023px) {
      .section-first__list {
        max-width: 400px;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .section-first__list {
        margin-bottom: 27px; } }
    .section-first__list__item {
      max-width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-border-radius: 53px;
              border-radius: 53px;
      font-family: 'Roboto', sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 140%;
      color: #FFFFFF;
      padding: 30px 35px 35px; }
      @media (max-width: 1023px) {
        .section-first__list__item {
          -webkit-border-radius: 20px;
                  border-radius: 20px;
          padding: 20px;
          font-size: 15px; } }
      .section-first__list__item__title {
        font-family: 'GilroyBold', sans-serif;
        font-size: 30px;
        line-height: 1.3;
        color: #5DC8DD;
        margin-bottom: 15px; }
        @media (max-width: 1200px) {
          .section-first__list__item__title {
            font-size: 26px; } }
        @media (max-width: 1023px) {
          .section-first__list__item__title {
            font-size: 20px; } }
        @media (max-width: 767px) {
          .section-first__list__item__title {
            margin-bottom: 10px; } }
    .section-first__list .item-1 {
      width: 651px;
      border: 3px solid #FBB040;
      background: #00081E; }
    .section-first__list .item-2 {
      background: #003169;
      border: 3px solid #FBB040;
      color: #5DC8DD;
      width: 565px;
      margin-top: -30px;
      margin-left: 150px;
      z-index: 1;
      margin-right: auto; }
      @media (max-width: 1023px) {
        .section-first__list .item-2 {
          margin-right: 0;
          margin-left: auto;
          margin-top: 10px; } }
      @media (max-width: 767px) {
        .section-first__list .item-2 {
          margin-bottom: 53px; } }
      .section-first__list .item-2 .section-first__list__item__title {
        color: #FBB040; }
    .section-first__list .item-3 {
      border: 3px solid #A6AFB6;
      width: 587px;
      margin-left: auto;
      margin-right: 155px;
      margin-top: 70px;
      background: #00081E; }
      @media (max-width: 1400px) {
        .section-first__list .item-3 {
          margin-top: 30px; } }
      @media (max-width: 1200px) {
        .section-first__list .item-3 {
          margin-right: auto; } }
      @media (max-width: 1023px) {
        .section-first__list .item-3 {
          margin-top: 10px; } }
    .section-first__list .item-4 {
      background: #003169;
      border: 3px solid #A6AFB6;
      color: #5DC8DD;
      width: 444px;
      margin-top: -15px;
      z-index: 1;
      margin-left: auto;
      margin-right: 100px; }
      @media (max-width: 1200px) {
        .section-first__list .item-4 {
          margin-right: 170px; } }
      @media (max-width: 1023px) {
        .section-first__list .item-4 {
          margin-right: 0;
          margin-top: 10px; } }
      .section-first__list .item-4 .section-first__list__item__title {
        color: #FBB040; }
  .section-first__shape {
    position: absolute;
    max-width: 33%; }

.shape-1 {
  bottom: 93px;
  left: 0; }
  @media (max-width: 1400px) {
    .shape-1 {
      left: -100px; } }
  @media (max-width: 1200px) {
    .shape-1 {
      left: -70px; } }
  @media (max-width: 1023px) {
    .shape-1 {
      bottom: 220px; } }

.shape-2 {
  bottom: 131px;
  right: 0; }
  @media (max-width: 1023px) {
    .shape-2 {
      bottom: 250px; } }

.section-2 {
  background: #fff url(../img/bg-3.png) no-repeat 50% 470px;
  -webkit-background-size: cover;
          background-size: cover;
  margin-top: -140px; }
  @media (max-width: 1023px) {
    .section-2 {
      margin-top: 0;
      background: #fff; } }
  @media (max-width: 1023px) {
    .section-2__inner {
      background: #FBB040;
      padding-bottom: 100px; } }
  .section-2__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 200px; }
    @media (max-width: 1200px) {
      .section-2__head {
        margin-bottom: 150px; } }
    @media (max-width: 1023px) {
      .section-2__head {
        margin-bottom: 70px; } }
    @media (max-width: 767px) {
      .section-2__head {
        display: block;
        margin-bottom: 0; } }
  .section-2__title {
    margin-top: 90px;
    margin-bottom: 50px;
    font-family: 'GilroyBlack', sans-serif;
    font-size: 80px;
    line-height: 1;
    color: #636363; }
    @media (max-width: 1400px) {
      .section-2__title {
        font-size: 60px;
        margin-top: 60px; } }
    @media (max-width: 1200px) {
      .section-2__title {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .section-2__title {
        margin-top: 80px;
        font-size: 40px;
        margin-bottom: 22px; } }
    .section-2__title span {
      color: #00081E;
      font-family: 'GilroyBlack', sans-serif;
      font-size: 60px;
      display: block;
      margin-top: 20px;
      line-height: 1; }
      @media (max-width: 1400px) {
        .section-2__title span {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .section-2__title span {
          font-size: 30px; } }
  .section-2__title-2 {
    margin-top: 300px;
    margin-bottom: 0 !important;
    color: #fff;
    margin-top: 100px;
    margin-bottom: 60px;
    font-family: 'GilroyBlack', sans-serif;
    font-size: 80px;
    line-height: 1; }
    @media (max-width: 1400px) {
      .section-2__title-2 {
        font-size: 60px; } }
    @media (max-width: 1200px) {
      .section-2__title-2 {
        font-size: 50px; } }
    @media (max-width: 1023px) {
      .section-2__title-2 {
        margin-top: 70px;
        padding-top: 70px; } }
    @media (max-width: 767px) {
      .section-2__title-2 {
        margin-top: 34px;
        padding-top: 32px;
        font-size: 40px; } }
  .section-2__shape {
    left: -46px;
    margin-top: -150px;
    position: relative; }
    @media (max-width: 1200px) {
      .section-2__shape {
        max-width: 25%;
        margin-top: -120px; } }
    @media (max-width: 1023px) {
      .section-2__shape {
        margin-top: -50px; } }
    @media (max-width: 767px) {
      .section-2__shape {
        max-width: 100%;
        right: 33px;
        margin-left: auto;
        position: absolute;
        left: auto;
        margin-top: -200px; } }
  .section-2__info {
    max-width: 754px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 21.2px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 21.2px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 30px;
            border-radius: 30px;
    padding: 45px 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%; }
    @media (max-width: 1200px) {
      .section-2__info {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .section-2__info {
        background: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-border-radius: 0;
                border-radius: 0;
        padding: 0;
        font-size: 16px;
        font-weight: 400; } }

.numbers-list-wrapper {
  min-height: 700px;
  position: relative;
  z-index: 1; }
  @media (max-width: 1023px) {
    .numbers-list-wrapper {
      min-height: auto; } }

.numbers-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 1023px) {
    .numbers-list {
      display: block; } }
  .numbers-list__item {
    background: #FFBE5E;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    width: 100%;
    margin-left: 12px;
    padding: 0 17px;
    min-height: 310px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media (max-width: 1400px) {
      .numbers-list__item {
        min-height: 250px; } }
    @media (max-width: 1023px) {
      .numbers-list__item {
        min-height: auto;
        background: #00081E;
        padding: 30px;
        margin-left: 0;
        margin-bottom: 20px; } }
    .numbers-list__item:first-child {
      margin-left: 0; }
    @media (max-width: 1023px) {
      .numbers-list__item:last-child {
        margin-bottom: 0; } }
    .numbers-list__item__number {
      margin: 65px 0 25px;
      text-align: center;
      font-family: 'GilroyBlack', sans-serif;
      font-size: 50px;
      height: 75px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 1400px) {
        .numbers-list__item__number {
          font-size: 40px;
          height: auto;
          margin-top: 40px; } }
      @media (max-width: 1200px) {
        .numbers-list__item__number {
          font-size: 26px;
          margin-top: 30px; } }
      @media (max-width: 1023px) {
        .numbers-list__item__number {
          color: #fff !important;
          font-size: 30px;
          display: block;
          text-align: left;
          margin-top: 0;
          line-height: 1; } }
      @media (max-width: 767px) {
        .numbers-list__item__number {
          margin-bottom: 20px; } }
    .numbers-list__item__title {
      font-family: 'GilroyBlack', sans-serif;
      font-size: 30px;
      line-height: 100%;
      color: #FFFFFF; }
      @media (max-width: 1400px) {
        .numbers-list__item__title {
          font-size: 20px; } }
      @media (max-width: 1023px) {
        .numbers-list__item__title {
          font-family: 'GilroySemiBold', sans-serif;
          font-size: 22px; } }
    .numbers-list__item__text {
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 140%;
      color: #FFFFFF;
      display: none;
      margin-top: 35px;
      margin-bottom: 90px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media (max-width: 1200px) {
        .numbers-list__item__text {
          font-size: 15px; } }
      @media (max-width: 1023px) {
        .numbers-list__item__text {
          display: block;
          margin-top: 25px;
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .numbers-list__item__text {
          margin-top: 20px; } }
    .numbers-list__item:after {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      display: block;
      content: '';
      height: 33px;
      background: url(../img/arr-b.png) no-repeat 50% 0;
      -webkit-background-size: 12px 33px;
              background-size: 12px 33px;
      margin: 20px auto 30px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media (max-width: 1023px) {
        .numbers-list__item:after {
          display: none; } }
    .numbers-list__item:hover {
      background: #00081E; }
      .numbers-list__item:hover .numbers-list__item__number {
        color: #fff; }
      .numbers-list__item:hover .numbers-list__item__text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .numbers-list__item:hover:after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        background: url(../img/arr-b-wh.png) no-repeat 50% 0;
        -webkit-background-size: contain;
                background-size: contain; }
        @media (max-width: 1023px) {
          .numbers-list__item:hover:after {
            display: none; } }
  .numbers-list .number-1 {
    color: #00081E; }
  .numbers-list .number-2 {
    color: #CA6212;
    font-size: 40px; }
    @media (max-width: 1200px) {
      .numbers-list .number-2 {
        font-size: 26px; } }
  .numbers-list .number-3 {
    color: #00081E;
    font-size: 40px; }
    @media (max-width: 1200px) {
      .numbers-list .number-3 {
        font-size: 26px; } }
  .numbers-list .number-4 {
    color: #098EDE; }
  .numbers-list .number-5 {
    color: #0BAA2B; }
  .numbers-list .number-6 {
    color: #00081E; }

.section-3 {
  background: #fff url(../img/bg-4.png) no-repeat 50% 0px;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  margin-top: -250px; }
  @media (max-width: 1023px) {
    .section-3 {
      margin-top: 0; } }
  .section-3:before {
    display: none; }
    @media (max-width: 1023px) {
      .section-3:before {
        display: block;
        content: '';
        width: 211px;
        height: 162px;
        background: url(../img/bg-13.png) no-repeat 0 0px;
        -webkit-background-size: contain;
                background-size: contain;
        margin-top: -97px;
        position: absolute; } }
    @media (max-width: 767px) {
      .section-3:before {
        margin-top: -197px; } }
  .section-3__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .section-3__head {
        display: block; } }
  .section-3__title {
    padding-top: 250px;
    margin-bottom: 35px;
    font-family: 'GilroyBlack', sans-serif;
    font-size: 80px;
    line-height: 1;
    color: #636363; }
    @media (max-width: 1400px) {
      .section-3__title {
        font-size: 60px;
        padding-top: 180px; } }
    @media (max-width: 1200px) {
      .section-3__title {
        padding-top: 130px;
        font-size: 50px; } }
    @media (max-width: 1023px) {
      .section-3__title {
        padding-top: 100px; } }
    @media (max-width: 767px) {
      .section-3__title {
        font-size: 40px;
        max-width: 276px; } }
    .section-3__title span {
      color: #00081E;
      font-family: 'GilroyBlack', sans-serif;
      font-size: 90px;
      display: block;
      margin-top: 20px;
      line-height: 1; }
      @media (max-width: 1400px) {
        .section-3__title span {
          font-size: 60px; } }
      @media (max-width: 1200px) {
        .section-3__title span {
          font-size: 50px; } }
      @media (max-width: 1023px) {
        .section-3__title span {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .section-3__title span {
          font-size: 30px; } }
  .section-3__title-2 {
    color: #FBB040;
    margin-bottom: 50px;
    font-family: 'GilroyBlack', sans-serif;
    font-size: 80px;
    line-height: 1; }
    @media (max-width: 1400px) {
      .section-3__title-2 {
        font-size: 60px; } }
    @media (max-width: 1200px) {
      .section-3__title-2 {
        font-size: 50px; } }
  .section-3__shape {
    margin-top: auto;
    position: relative;
    bottom: 80px;
    right: 50px; }
    @media (max-width: 1023px) {
      .section-3__shape {
        right: 0px;
        bottom: 0; } }
    @media (max-width: 767px) {
      .section-3__shape {
        margin-top: 25px;
        margin-bottom: 25px; } }
  .section-3__info {
    max-width: 898px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 21.2px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 21.2px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 30px;
            border-radius: 30px;
    padding: 45px 40px 80px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%; }
    @media (max-width: 1200px) {
      .section-3__info {
        font-size: 20px; } }
    @media (max-width: 1023px) {
      .section-3__info {
        -webkit-box-shadow: none;
                box-shadow: none;
        font-weight: 400;
        padding: 0;
        -webkit-border-radius: 0;
                border-radius: 0;
        background: none; } }
    @media (max-width: 767px) {
      .section-3__info {
        font-size: 16px; } }
  .section-3__info-2 {
    max-width: 580px;
    background: #024794;
    color: #fff;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    padding: 45px 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    margin-left: auto;
    margin-right: 100px;
    margin-top: -43px; }
    @media (max-width: 1200px) {
      .section-3__info-2 {
        font-size: 20px; } }
    @media (max-width: 1023px) {
      .section-3__info-2 {
        font-weight: 400;
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .section-3__info-2 {
        font-size: 16px;
        margin-top: 0;
        margin-right: 0;
        padding: 30px; } }
  .section-3__info-3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    color: #000000; }
    @media (max-width: 1200px) {
      .section-3__info-3 {
        font-size: 20px; } }

.section-4 {
  background: #FBB040 url(../img/bg-5.png) no-repeat 50% 0px;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  padding-top: 40px;
  padding-bottom: 280px; }
  @media (max-width: 1400px) {
    .section-4 {
      padding-bottom: 150px; } }
  @media (max-width: 1200px) {
    .section-4 {
      padding-bottom: 110px; } }
  @media (max-width: 1023px) {
    .section-4 {
      background: #fff; } }
  @media (max-width: 767px) {
    .section-4 {
      padding-top: 37px; } }
  .section-4__title {
    color: #FBB040;
    margin-bottom: 25px;
    font-family: 'GilroyBlack', sans-serif;
    font-size: 80px;
    line-height: 1; }
    @media (max-width: 1400px) {
      .section-4__title {
        font-size: 60px; } }
    @media (max-width: 1200px) {
      .section-4__title {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .section-4__title {
        font-size: 30px;
        margin-bottom: 20px; } }
  .section-4__info {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
    color: #000000; }
    @media (max-width: 1400px) {
      .section-4__info {
        font-size: 22px; } }
    @media (max-width: 1200px) {
      .section-4__info {
        font-size: 20px; } }
    @media (max-width: 1023px) {
      .section-4__info {
        font-weight: 400;
        font-size: 20px; } }
    @media (max-width: 767px) {
      .section-4__info {
        font-size: 16px; } }

.section-5 {
  background: #FBB040; }
  @media (max-width: 1023px) {
    .section-5 {
      padding-top: 100px; } }
  @media (max-width: 1023px) {
    .section-5:before {
      display: block;
      content: '';
      width: 211px;
      height: 162px;
      background: url(../img/bg-13.png) no-repeat 0 0px;
      -webkit-background-size: contain;
      background-size: contain;
      margin-top: -175px;
      position: absolute; } }
  .section-5__pic {
    margin-top: 80px; }
    @media (max-width: 1023px) {
      .section-5__pic {
        margin-top: 50px; } }
    @media (max-width: 767px) {
      .section-5__pic {
        margin-top: 10px; } }
  .section-5__title {
    color: #fff;
    margin-bottom: 30px;
    font-family: 'GilroyBlack', sans-serif;
    font-size: 80px;
    line-height: 1; }
    @media (max-width: 1400px) {
      .section-5__title {
        font-size: 60px; } }
    @media (max-width: 1200px) {
      .section-5__title {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .section-5__title {
        font-size: 40px; } }
  .section-5__subtitle {
    color: #024794;
    margin-bottom: 55px;
    font-family: 'GilroyBlack', sans-serif;
    font-size: 40px;
    line-height: 1; }
    @media (max-width: 1400px) {
      .section-5__subtitle {
        font-size: 30px; } }
    @media (max-width: 1023px) {
      .section-5__subtitle {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .section-5__subtitle {
        margin-bottom: 37px; } }

.section-box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 21.2px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 21.2px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 30px;
          border-radius: 30px;
  padding: 50px 60px;
  position: relative; }
  .section-box__title {
    font-family: 'GilroyBlack', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #00081E;
    margin-bottom: 30px; }
    @media (max-width: 1400px) {
      .section-box__title {
        font-size: 26px; } }
    @media (max-width: 1023px) {
      .section-box__title {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #000; } }
    @media (max-width: 767px) {
      .section-box__title {
        font-size: 16px;
        margin-bottom: 23px; } }
  .section-box__title-2 {
    font-family: 'GilroyBlack', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    color: #00081E;
    margin-bottom: 40px;
    max-width: 485px; }
    @media (max-width: 1400px) {
      .section-box__title-2 {
        font-size: 30px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .section-box__title-2 {
        line-height: 1; } }
  .section-box__text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    color: #024794;
    max-width: 470px; }
    @media (max-width: 1400px) {
      .section-box__text {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .section-box__text {
        font-size: 16px;
        line-height: 1.2; } }
    .section-box__text span {
      height: 38px;
      background: #FDCA87;
      -webkit-border-radius: 50px;
              border-radius: 50px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 10px;
      padding-right: 10px; }
      @media (max-width: 767px) {
        .section-box__text span {
          height: auto; } }
  .section-box__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .section-box__body {
        display: block; } }
    .section-box__body__item {
      margin-left: 80px; }
      @media (max-width: 1200px) {
        .section-box__body__item {
          margin-left: 50px; } }
      @media (max-width: 1023px) {
        .section-box__body__item {
          margin-left: 30px; } }
      @media (max-width: 767px) {
        .section-box__body__item {
          margin-left: 0; } }
      .section-box__body__item:first-child {
        margin-left: 0; }
  @media (max-width: 767px) {
    .section-box__pic {
      margin-bottom: 23px; } }
  .section-box__pic img {
    display: block; }
  .section-box .list-type-1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    padding-left: 0; }
    @media (max-width: 1200px) {
      .section-box .list-type-1 {
        font-size: 20px; } }
    @media (max-width: 1023px) {
      .section-box .list-type-1 {
        line-height: 1.2; } }
    @media (max-width: 767px) {
      .section-box .list-type-1 {
        font-size: 16px; } }
    .section-box .list-type-1 li {
      list-style-type: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 28px; }
      @media (max-width: 1023px) {
        .section-box .list-type-1 li {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .section-box .list-type-1 li {
          margin-bottom: 0; } }
      .section-box .list-type-1 li:last-child {
        margin-bottom: 0; }
      .section-box .list-type-1 li:before {
        display: block;
        content: '';
        width: 25px;
        min-width: 25px;
        height: 25px;
        margin-right: 24px;
        background: #5DC8DD;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        margin-top: 3px; }
        @media (max-width: 1023px) {
          .section-box .list-type-1 li:before {
            background: #000;
            width: 5px;
            min-width: 5px;
            height: 5px;
            margin-right: 15px;
            margin-top: 10px; } }
        @media (max-width: 767px) {
          .section-box .list-type-1 li:before {
            width: 3px;
            min-width: 3px;
            height: 3px;
            margin-right: 10px;
            margin-top: 8px; } }
  .section-box .list-type-1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    padding-left: 0; }
    @media (max-width: 1200px) {
      .section-box .list-type-1 {
        font-size: 20px; } }
    @media (max-width: 1023px) {
      .section-box .list-type-1 {
        line-height: 1.2; } }
    @media (max-width: 767px) {
      .section-box .list-type-1 {
        font-size: 16px; } }
    .section-box .list-type-1 li {
      list-style-type: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 28px; }
      @media (max-width: 1023px) {
        .section-box .list-type-1 li {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .section-box .list-type-1 li {
          margin-bottom: 0; } }
      .section-box .list-type-1 li:last-child {
        margin-bottom: 0; }
      .section-box .list-type-1 li:before {
        display: block;
        content: '';
        width: 25px;
        min-width: 25px;
        height: 25px;
        margin-right: 24px;
        background: #5DC8DD;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        margin-top: 3px; }
        @media (max-width: 1023px) {
          .section-box .list-type-1 li:before {
            background: #000;
            width: 5px;
            min-width: 5px;
            height: 5px;
            margin-right: 15px;
            margin-top: 10px; } }
        @media (max-width: 767px) {
          .section-box .list-type-1 li:before {
            width: 3px;
            min-width: 3px;
            height: 3px;
            margin-right: 10px;
            margin-top: 8px; } }
  .section-box .list-type-2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    line-height: 140%;
    font-size: 30px;
    color: #024794;
    padding-left: 0;
    margin: 0; }
    @media (max-width: 1200px) {
      .section-box .list-type-2 {
        font-size: 20px; } }
    @media (max-width: 1023px) {
      .section-box .list-type-2 {
        line-height: 1.2; } }
    @media (max-width: 767px) {
      .section-box .list-type-2 {
        font-size: 16px; } }
    .section-box .list-type-2 li {
      list-style-type: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 44px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1200px) {
        .section-box .list-type-2 li {
          margin-bottom: 30px; } }
      .section-box .list-type-2 li:last-child {
        margin-bottom: 0; }
    .section-box .list-type-2__ico {
      width: 73px;
      min-width: 73px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: 34px; }
      @media (max-width: 767px) {
        .section-box .list-type-2__ico {
          width: 50px;
          min-width: 50px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-right: 20px; } }
  .section-box-1 {
    background: #024794;
    padding-bottom: 0;
    padding-right: 0; }
    @media (max-width: 1023px) {
      .section-box-1 {
        padding: 45px 40px; } }
    @media (max-width: 767px) {
      .section-box-1 {
        padding: 30px; } }
    @media (max-width: 374px) {
      .section-box-1 {
        padding: 20px; } }
    .section-box-1__title {
      font-family: 'GilroyBold', sans-serif;
      font-weight: 800;
      font-size: 34px;
      line-height: 44px;
      color: #FFFFFF;
      line-height: 1.2;
      max-width: 1000px;
      margin-bottom: 45px; }
      @media (max-width: 1023px) {
        .section-box-1__title {
          font-size: 20px;
          font-weight: 400; } }
      @media (max-width: 767px) {
        .section-box-1__title {
          margin-bottom: 30px; } }
    .section-box-1-2 {
      top: 75px;
      margin-top: -75px;
      margin-right: -43px;
      right: 0;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1400px) {
        .section-box-1-2 {
          margin-right: 0;
          right: 0; } }
      @media (max-width: 767px) {
        .section-box-1-2 {
          top: 0;
          margin-top: 0; } }
      .section-box-1-2 .section-box {
        max-width: 909px;
        margin-left: auto; }
        @media (max-width: 1023px) {
          .section-box-1-2 .section-box {
            padding: 45px 40px; } }
        @media (max-width: 767px) {
          .section-box-1-2 .section-box {
            padding: 30px; } }
        @media (max-width: 374px) {
          .section-box-1-2 .section-box {
            padding: 20px; } }
      .section-box-1-2:before {
        content: '';
        display: block;
        background: url(../img/arr-wh.png) no-repeat 0 0;
        -webkit-background-size: contain;
                background-size: contain;
        width: 104px;
        height: 150px;
        margin-left: auto;
        margin-right: 20px;
        margin-top: 80px; }
        @media (max-width: 374px) {
          .section-box-1-2:before {
            display: none; } }
  .section-box-2 {
    margin-top: -178px;
    position: relative;
    padding: 80px 60px; }
    @media (max-width: 1023px) {
      .section-box-2 {
        margin-top: 70px;
        padding: 45px 40px; } }
    @media (max-width: 767px) {
      .section-box-2 {
        margin-top: 37px;
        padding: 30px; } }
    @media (max-width: 374px) {
      .section-box-2 {
        padding: 20px; } }
    .section-box-2 .section-box__pic {
      width: 510px; }
      @media (max-width: 1400px) {
        .section-box-2 .section-box__pic {
          width: 450px; } }
      @media (max-width: 1023px) {
        .section-box-2 .section-box__pic {
          width: 350px; } }
      @media (max-width: 767px) {
        .section-box-2 .section-box__pic {
          width: 100%;
          border: 0; } }
  .section-box-3__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 140%;
    margin-bottom: 30px; }
    @media (max-width: 1023px) {
      .section-box-3__title {
        font-size: 30px;
        text-align: center; } }
    @media (max-width: 767px) {
      .section-box-3__title {
        font-size: 26px; } }

.section-6 {
  background: #fff url(../img/bg-7.png) no-repeat 50% 300px;
  -webkit-background-size: 100% auto;
          background-size: 100% auto; }
  @media (max-width: 1023px) {
    .section-6 {
      background: none; } }
  .section-6__shape {
    margin-top: 40px;
    margin-bottom: -266px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1200px) {
      .section-6__shape {
        max-width: 50%; } }
    .section-6__shape img {
      margin-left: auto;
      margin-right: auto;
      display: block; }
  .section-6__shape-2 {
    margin-bottom: 30px;
    margin-top: 47px; }
    .section-6__shape-2__title {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 120%;
      text-align: center;
      text-transform: uppercase;
      color: #FF7A00;
      max-width: 256px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 21px; }

.section-7 {
  background: #F7F7F7 url(../img/bg-8.png) no-repeat 50% 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  padding-top: 266px; }
  @media (max-width: 1200px) {
    .section-7 {
      padding-top: 250px; } }
  @media (max-width: 1023px) {
    .section-7 {
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .section-7 {
      background: #F7F7F7;
      padding-top: 0; } }
  .section-7__title {
    font-family: 'GilroyBlack', sans-serif;
    font-size: 80px;
    line-height: 1;
    color: #FBB040;
    margin-top: 150px;
    margin-bottom: 122px; }
    @media (max-width: 1400px) {
      .section-7__title {
        font-size: 60px;
        margin-top: 100px;
        margin-bottom: 100px; } }
    @media (max-width: 1200px) {
      .section-7__title {
        font-size: 50px;
        margin-bottom: 70px; } }
    @media (max-width: 1023px) {
      .section-7__title {
        margin-top: 70px; } }
    @media (max-width: 767px) {
      .section-7__title {
        margin-top: 0;
        padding-top: 48px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 33px; } }

.icons-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .icons-list {
      display: block; } }
  .icons-list__item {
    text-align: center;
    margin-left: 58px;
    width: 100%; }
    @media (max-width: 767px) {
      .icons-list__item {
        margin-left: 0;
        margin-bottom: 50px; } }
    .icons-list__item:first-child {
      margin-left: 0; }
    @media (max-width: 767px) {
      .icons-list__item:last-child {
        margin-bottom: 0; } }
    .icons-list__item__ico {
      margin-bottom: 58px; }
      @media (max-width: 1400px) {
        .icons-list__item__ico {
          margin-bottom: 30px; } }
      @media (max-width: 1400px) {
        .icons-list__item__ico img {
          max-height: 90px;
          width: auto; } }
    .icons-list__item__title {
      font-family: 'GilroyBlack', sans-serif;
      font-size: 30px;
      line-height: 120%;
      color: #024794;
      margin-bottom: 35px; }
      @media (max-width: 1400px) {
        .icons-list__item__title {
          font-size: 26px;
          margin-bottom: 20px; } }
      @media (max-width: 1200px) {
        .icons-list__item__title {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .icons-list__item__title {
          max-width: 290px;
          margin-left: auto;
          margin-right: auto; } }
    .icons-list__item__text {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 140%;
      max-width: 324px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 1200px) {
        .icons-list__item__text {
          font-size: 16px; } }

.section-8 {
  background: #fff url(../img/bg-9.png) no-repeat 50% 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  margin-top: -148px;
  padding-top: 430px;
  padding-bottom: 70px; }
  @media (max-width: 1400px) {
    .section-8 {
      padding-top: 300px; } }
  @media (max-width: 1200px) {
    .section-8 {
      padding-top: 250px; } }
  @media (max-width: 1023px) {
    .section-8 {
      background: #F7F7F7;
      margin-top: 0;
      padding-top: 0px;
      padding-bottom: 113px; } }
  .section-8__title {
    font-family: 'GilroyBlack', sans-serif;
    font-size: 60px;
    line-height: 120%;
    color: #024794;
    margin-bottom: 50px;
    text-align: center;
    max-width: 993px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1400px) {
      .section-8__title {
        font-size: 50px;
        margin-bottom: 40px; } }
    @media (max-width: 1200px) {
      .section-8__title {
        margin-bottom: 30px; } }
    @media (max-width: 1023px) {
      .section-8__title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .section-8__title {
        font-size: 20px;
        margin-bottom: 20px; } }
  .section-8__subtitle {
    color: #5DC8DD;
    font-family: 'GilroyBlack', sans-serif;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 60px;
    max-width: 877px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1200px) {
      .section-8__subtitle {
        font-size: 30px; } }
    @media (max-width: 1023px) {
      .section-8__subtitle {
        font-size: 20px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .section-8__subtitle {
        font-size: 17px; } }
  .section-8 ul {
    margin-left: 55px; }
    @media (max-width: 1023px) {
      .section-8 ul {
        margin-left: 30px; } }
    @media (max-width: 767px) {
      .section-8 ul {
        margin-left: 10px;
        margin-bottom: 0; } }

.section-9 {
  padding-bottom: 146px;
  background: #fff; }
  @media (max-width: 1400px) {
    .section-9 {
      padding-bottom: 70px; } }
  @media (max-width: 1023px) {
    .section-9 {
      padding-top: 140px; } }
  @media (max-width: 767px) {
    .section-9 {
      padding-bottom: 24px; } }
  @media (max-width: 1023px) {
    .section-9:before {
      display: block;
      content: '';
      width: 255px;
      height: 202px;
      background: url(../img/bg-14.png) no-repeat 0 0px;
      -webkit-background-size: contain;
              background-size: contain;
      margin-top: -225px;
      position: absolute; } }
  .section-9__title {
    font-family: 'GilroyBlack', sans-serif;
    font-size: 60px;
    line-height: 120%;
    color: #FBB040;
    margin-bottom: 90px;
    text-align: center;
    max-width: 993px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1400px) {
      .section-9__title {
        font-size: 40px;
        margin-bottom: 70px; } }
    @media (max-width: 1023px) {
      .section-9__title {
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .section-9__title {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        text-transform: uppercase;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto; } }

.professions-list__item {
  margin-bottom: 60px; }
  @media (max-width: 1023px) {
    .professions-list__item {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .professions-list__item {
      margin-bottom: 20px; } }
  .professions-list__item:last-child {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .professions-list__item:last-child:after {
        display: none; } }
  .professions-list__item__title {
    font-family: 'GilroyBlack', sans-serif;
    font-size: 30px;
    line-height: 120%;
    color: #024794;
    margin-bottom: 20px; }
    @media (max-width: 1400px) {
      .professions-list__item__title {
        font-size: 26px; } }
    @media (max-width: 1023px) {
      .professions-list__item__title {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .professions-list__item__title {
        margin-bottom: 18px; } }
  .professions-list__item__text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 30px; }
    @media (max-width: 1400px) {
      .professions-list__item__text {
        font-size: 20px; } }
    @media (max-width: 1023px) {
      .professions-list__item__text {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .professions-list__item__text {
        font-size: 16px;
        line-height: 1.2; } }
    .professions-list__item__text b {
      font-family: 'Roboto', sans-serif;
      font-weight: 700; }
  .professions-list__item:after {
    display: block;
    content: '';
    width: 165px;
    height: 2px;
    background: #FBB040; }
    @media (max-width: 767px) {
      .professions-list__item:after {
        background: #B6B6B6;
        height: 1px;
        width: 100%; } }

.section-10 {
  background: #F7F7F7; }
  @media (max-width: 767px) {
    .section-10 {
      background: #024794; } }
  .section-10__title {
    font-family: 'GilroyBlack', sans-serif;
    font-size: 60px;
    line-height: 120%;
    color: #FBB040;
    padding-top: 100px;
    padding-bottom: 40px;
    text-align: center; }
    @media (max-width: 1400px) {
      .section-10__title {
        font-size: 40px;
        padding-top: 70px; } }
    @media (max-width: 767px) {
      .section-10__title {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
        text-transform: uppercase;
        max-width: 315px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 45px;
        padding-bottom: 30px;
        padding-bottom: 54px; } }

.reviews {
  background: #024794;
  padding-bottom: 80px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .reviews {
      margin-bottom: 0; } }
  .reviews__title {
    font-family: 'GilroyBlack', sans-serif;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #5DC8DD;
    padding-top: 60px;
    padding-bottom: 60px; }
    @media (max-width: 767px) {
      .reviews__title {
        padding-top: 0;
        padding-bottom: 10px;
        font-size: 30px;
        font-family: 'GilroyBold', sans-serif;
        max-width: 224px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1; } }
  .reviews__list {
    position: relative;
    margin-left: -15px;
    margin-right: -15px; }
    @media (max-width: 1023px) {
      .reviews__list {
        margin-left: -10px;
        margin-right: -10px; } }
    .reviews__list__item {
      padding: 15px; }
      @media (max-width: 1023px) {
        .reviews__list__item {
          padding: 15px 10px; } }
      .reviews__list__item__inner {
        background: #FFFFFF;
        -webkit-box-shadow: 0px 3px 15.1px rgba(0, 0, 0, 0.31);
                box-shadow: 0px 3px 15.1px rgba(0, 0, 0, 0.31);
        -webkit-border-radius: 20px;
                border-radius: 20px;
        padding: 26px 30px 60px; }
        @media (max-width: 1023px) {
          .reviews__list__item__inner {
            padding-bottom: 30px; } }
      .reviews__list__item__head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 15px; }
      .reviews__list__item__body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .reviews__list__item__pic {
        min-width: 122px;
        margin-right: 23px;
        -webkit-border-radius: 100%;
                border-radius: 100%;
        overflow: hidden;
        border: 1px solid #B7B7B7;
        width: 122px;
        height: 122px; }
        @media (max-width: 1023px) {
          .reviews__list__item__pic {
            width: 92px;
            min-width: 92px;
            height: 92px; } }
      .reviews__list__item__pic-2 {
        min-width: 189px;
        margin-right: 46px; }
        @media (max-width: 1023px) {
          .reviews__list__item__pic-2 {
            min-width: 92px;
            margin-right: 23px; } }
      .reviews__list__item__name {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 26px;
        line-height: 120%;
        color: #024794; }
        .reviews__list__item__name-2 {
          margin-top: 28px;
          margin-bottom: 40px; }
      .reviews__list__item__text {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        color: #000000;
        padding-bottom: 20px;
        margin-bottom: 28px;
        border-bottom: 1px solid #000; }
        @media (max-width: 1200px) {
          .reviews__list__item__text {
            font-size: 16px; } }
      .reviews__list__item__link {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        color: #878787;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 1200px) {
          .reviews__list__item__link {
            font-size: 16px; } }
        .reviews__list__item__link img {
          display: block;
          margin-right: 14px; }
        .reviews__list__item__link span {
          -webkit-text-decoration-line: underline;
                  text-decoration-line: underline; }
    .reviews__list .swiper-pagination {
      display: none;
      bottom: -30px; }
      @media (max-width: 1400px) {
        .reviews__list .swiper-pagination {
          display: block; } }
      .reviews__list .swiper-pagination .swiper-pagination-bullet {
        -webkit-border-radius: 0;
                border-radius: 0;
        opacity: 1;
        height: 3px;
        width: 38px;
        background: #002855; }
        .reviews__list .swiper-pagination .swiper-pagination-bullet-active {
          background: #fff; }
    @media (max-width: 1400px) {
      .reviews__list .swiper-button-prev,
      .reviews__list .swiper-button-next {
        display: none; } }

.reviews-slider,
.smi-slider {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.swiper-button-prev,
.swiper-button-next {
  width: 56px;
  height: 56px;
  margin-top: -28px;
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.31);
          box-shadow: 0px 0 15px rgba(0, 0, 0, 0.31);
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #fff url(../img/arr-l.png) no-repeat 50% 50%;
  -webkit-background-size: 10px 15px;
          background-size: 10px 15px; }

.swiper-button-prev {
  left: -71px; }

.swiper-button-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -71px; }

.swiper-button-disabled {
  opacity: 0 !important; }

.section-11 {
  background: #fff;
  padding-top: 90px;
  padding-bottom: 60px; }
  @media (max-width: 1400px) {
    .section-11 {
      padding-top: 70px; } }
  @media (max-width: 767px) {
    .section-11 {
      background: #024794;
      padding: 0; } }
  .section-11__title {
    font-family: 'GilroyBlack', sans-serif;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #024794;
    margin-bottom: 50px; }
    @media (max-width: 1400px) {
      .section-11__title {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .section-11__title {
        color: #5DC8DD;
        font-family: 'GilroyBold', sans-serif;
        font-size: 30px;
        line-height: 1; } }

.socials-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 767px) {
    .socials-list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .socials-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 40px; }
    @media (max-width: 767px) {
      .socials-list__item {
        margin-left: 0;
        margin-top: 24px; } }
    .socials-list__item:first-child {
      margin-left: 0; }
      @media (max-width: 767px) {
        .socials-list__item:first-child {
          margin-top: 0; } }
    .socials-list__item span {
      margin-left: 18px;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 140%;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      color: #878787; }
      @media (max-width: 767px) {
        .socials-list__item span {
          color: #fff; } }

.section-12 {
  background: #F7F7F7;
  padding-top: 90px;
  padding-bottom: 75px; }
  @media (max-width: 1400px) {
    .section-12 {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .section-12 {
      background: #024794;
      padding-bottom: 80px;
      padding-top: 100px; } }
  .section-12__title {
    font-family: 'GilroyBlack', sans-serif;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #024794;
    margin-bottom: 50px; }
    @media (max-width: 1400px) {
      .section-12__title {
        margin-bottom: 40px;
        font-size: 40px; } }
    @media (max-width: 767px) {
      .section-12__title {
        color: #5DC8DD;
        font-family: 'GilroyBold', sans-serif;
        font-size: 30px;
        line-height: 1;
        margin-bottom: 10px; } }

.smi-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 1023px) {
    .smi-list {
      margin-left: -10px;
      margin-right: -10px; } }
  .smi-list__item {
    width: 100%;
    margin-left: 30px;
    padding: 15px; }
    @media (max-width: 1023px) {
      .smi-list__item {
        padding: 15px 10px; } }
    .smi-list__item:first-child {
      margin-left: 0; }
    .smi-list__item img {
      display: block; }
    .smi-list__item a {
      display: block;
      margin-top: 20px;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 140%;
      color: #878787;
      text-decoration: underline; }
      @media (max-width: 767px) {
        .smi-list__item a {
          margin-top: 17px;
          color: #fff; } }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.section-13 {
  padding-top: 140px;
  background: #fff; }
  @media (max-width: 1400px) {
    .section-13 {
      padding-top: 70px; } }
  @media (max-width: 767px) {
    .section-13 {
      padding-top: 60px; } }
  .section-13__title {
    font-family: 'GilroyBlack', sans-serif;
    font-size: 60px;
    line-height: 120%;
    text-align: center;
    color: #024794;
    margin-bottom: 40px;
    max-width: 993px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1400px) {
      .section-13__title {
        font-size: 40px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .section-13__title {
        font-size: 20px;
        margin-bottom: 23px; } }
  .section-13__subtitle {
    font-family: 'GilroyBlack', sans-serif;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #5DC8DD;
    margin-bottom: 38px;
    max-width: 877px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1400px) {
      .section-13__subtitle {
        font-size: 30px; } }
    @media (max-width: 1023px) {
      .section-13__subtitle {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .section-13__subtitle {
        font-size: 17px;
        margin-bottom: 23px; } }
  .section-13__shape img {
    margin-left: auto;
    margin-right: auto;
    display: block; }
    @media (max-width: 1023px) {
      .section-13__shape img {
        width: 165px; } }

.section-14 {
  background-color: #00081E;
  background-image: url(../img/bg-10.png), url(../img/bg-11.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 50% 0, 0 450px;
  -webkit-background-size: 100% auto, 100% auto;
          background-size: 100% auto, 100% auto;
  padding-bottom: 80px; }
  @media (max-width: 1400px) {
    .section-14 {
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .section-14 {
      background: #fff; } }
  .section-14__box {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 21.2px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 21.2px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 30px;
            border-radius: 30px;
    text-align: center; }
    @media (max-width: 767px) {
      .section-14__box {
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-border-radius: 0;
                border-radius: 0;
        margin-bottom: 0; } }
  .section-14__text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: 28px;
    padding-top: 65px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1023px) {
      .section-14__text {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .section-14__text {
        margin-bottom: 0;
        padding-bottom: 23px;
        padding-top: 23px; } }
  .section-14__btn {
    margin-bottom: 65px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 70px;
    padding-right: 70px;
    height: 96px;
    background: #024794;
    -webkit-border-radius: 90px;
            border-radius: 90px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: #FFFFFF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; }
    @media (max-width: 1200px) {
      .section-14__btn {
        font-size: 19px;
        height: 66px; } }
    @media (max-width: 767px) {
      .section-14__btn {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    .section-14__btn:hover {
      color: #fff;
      opacity: 0.9; }
  .section-14__btn-2 {
    margin-top: 70px;
    margin-bottom: 200px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 70px;
    padding-right: 70px;
    height: 96px;
    background: #FBB040;
    -webkit-border-radius: 90px;
            border-radius: 90px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 22px !important;
    border: 0 !important;
    line-height: 140%;
    color: #FFFFFF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer !important; }
    @media (max-width: 1200px) {
      .section-14__btn-2 {
        font-size: 19px;
        height: 66px; } }
    @media (max-width: 1023px) {
      .section-14__btn-2 {
        margin-bottom: 150px; } }
    @media (max-width: 767px) {
      .section-14__btn-2 {
        margin-top: 40px;
        margin-bottom: 45px;
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    .section-14__btn-2:hover {
      color: #fff;
      opacity: 0.9; }
  @media (max-width: 1200px) {
    .section-14__shape {
      max-width: 25%;
      margin-left: auto;
      margin-right: auto; } }

.test-list__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.test-list__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 21.2px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 21.2px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 30px;
          border-radius: 30px;
  margin-top: 20px;
  padding: 50px 140px 50px 60px;
  position: relative; }
  @media (max-width: 1023px) {
    .test-list__item {
      padding: 30px 140px 30px 30px; } }
  @media (max-width: 767px) {
    .test-list__item {
      padding: 20px 50px 20px 20px;
      -webkit-border-radius: 20px;
              border-radius: 20px; } }
  .test-list__item__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    max-width: 814px; }
    @media (max-width: 1023px) {
      .test-list__item__title {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .test-list__item__title {
        font-size: 16px;
        line-height: 1.2; } }
  .test-list__item__list {
    margin-left: 25px;
    max-width: 814px; }
    .test-list__item__list__item {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 22px;
      line-height: 140%;
      color: #4B4B4B;
      margin-bottom: 5px; }
      .test-list__item__list__item:last-child {
        margin-bottom: 0; }
      .test-list__item__list__item:first-child {
        margin-top: 30px; }
      @media (max-width: 1200px) {
        .test-list__item__list__item {
          font-size: 20px; } }
      @media (max-width: 1023px) {
        .test-list__item__list__item {
          font-size: 18px; } }

.form-radio {
  margin-bottom: 10px; }
  .form-radio input[type=radio] {
    display: none; }
  .form-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 0;
    line-height: 18px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .form-radio label:before {
      content: '';
      display: inline-block;
      width: 18px;
      height: 18px;
      position: absolute;
      left: 0;
      top: 1px;
      border: 2px solid #024794;
      -webkit-border-radius: 100%;
              border-radius: 100%; }
  .form-radio input[type=radio]:checked + label:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 5px;
    background: #024794;
    -webkit-border-radius: 100%;
            border-radius: 100%; }
  .form-radio label:hover:before {
    -webkit-filter: brightness(120%);
            filter: brightness(120%); }
  .form-radio input[type=radio]:disabled + label:before {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }

.btns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px; }
  @media (max-width: 767px) {
    .btns-list {
      display: none; } }
  .btns-list__item {
    height: 56px;
    -webkit-border-radius: 90px;
            border-radius: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: #FFFFFF;
    margin-left: 20px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .btns-list__item:first-child {
      margin-left: 0; }
    .btns-list__item:hover {
      opacity: 0.9; }
    .btns-list__item-1 {
      background: #FBB040; }
    .btns-list__item-2 {
      background: #024794; }
    .btns-list__item-3 {
      background: #5DC8DD; }
    .btns-list__item a:hover {
      color: inherit; }
