/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  border-radius: 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

h1, h2, h3, h4, h5, h6, p, ul, button {
  margin: 0;
  padding: 0;
}

button, input {
  font-family: "Montserrat", sans-serif;
}

button {
  cursor: pointer;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.5;
  overflow-x: hidden;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

::selection {
  color: #fff;
  background-color: #ff6868;
}

.container {
  max-width: 1560px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1560px) {
  .container {
    max-width: 1160px;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-transition: .25s;
  transition: .25s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn--white-1 {
  height: 60px;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 0 16px;
}

.btn--white-1:hover {
  background-color: #0029FF;
}

.btn--white-1:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn--white-2 {
  height: 60px;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 0 16px;
}

.btn--white-2:hover {
  background-color: #021788;
}

.btn--white-2:active {
  background-color: #323232;
  color: #021788;
}

.btn--red {
  height: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 50px rgba(109, 19, 19, 0.25), inset 0px 2px 3px rgba(255, 255, 255, 0.7), inset 0px -2px 1px #0000ff;
          box-shadow: 0px 4px 50px rgba(109, 19, 19, 0.25), inset 0px 2px 3px rgba(255, 255, 255, 0.7), inset 0px -2px 1px #0000ff;
  background-color: #0029FF;
  padding: 0 44px;
  color: #fff;
}

.btn--red:hover {
  background-color: #FC3D3D;
}

.btn--red:active {
  background-color: #021788;
  -webkit-box-shadow: 0px 4px 50px rgba(109, 19, 19, 0.25), inset 0px 2px 3px rgba(255, 255, 255, 0.2), inset 0px -2px 1px rgba(224, 8, 8, 0.2);
          box-shadow: 0px 4px 50px rgba(109, 19, 19, 0.25), inset 0px 2px 3px rgba(255, 255, 255, 0.2), inset 0px -2px 1px rgba(224, 8, 8, 0.2);
}

h1 {
  font-size: 40px;
}

h2.title {
  font-size: 18px;
  line-height: calc(18/22);
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  h2.title {
    font-size: 14px;
    line-height: calc(17/14);
  }
}

.main-header {
  color: #fff;
  padding: 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: .25s;
  transition: .25s;
}

@media only screen and (max-width: 768px) {
  .main-header {
    padding: 15px 0;
  }
}

.main-header.fixed {
  background-color: #021788;
  -webkit-box-shadow: 0 4px 14px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 14px 0px rgba(0, 0, 0, 0.1);
}

.main-header a {
  color: #fff;
  text-decoration: none;
}

.main-header .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .main-header .hidden-mob {
    display: none;
  }
}

.main-header .mob-menu-wrap {
  display: none;
  position: absolute;
  top: -30px;
  right: -30px;
  background-color: #3C3C3C;
  width: 320px;
  padding-top: 140px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .25s;
  transition: .25s;
}

.main-header .mob-menu-wrap.active {
  opacity: 1;
  pointer-events: auto;
}

.main-header .mob-menu-wrap .background {
  content: "";
  display: block;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1200px) {
  .main-header .mob-menu-wrap {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .main-header .mob-menu-wrap {
    top: -15px;
    right: -15px;
    padding-top: 85px;
    width: 300px;
  }
}

.main-header .mob-menu-wrap .phone-wrap .text-wrap {
  text-align: left;
}

.main-header .mob-menu-wrap .logo-wrap {
  position: absolute;
  top: 15px;
  left: 25px;
  display: none;
}

@media only screen and (max-width: 768px) {
  .main-header .mob-menu-wrap .logo-wrap {
    display: block;
  }
}

.main-header .mob-menu-wrap ul {
  background-color: #323232;
  padding-left: 35px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.main-header .mob-menu-wrap ul li {
  display: block;
}

.main-header .mob-menu-wrap ul li:not(:last-child) {
  margin-bottom: 5px;
}

.main-header .mob-menu-wrap ul li a {
  display: block;
  font-size: 24px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .main-header .mob-menu-wrap ul li a {
    font-size: 18px;
  }
}

.main-header .mob-menu-wrap .bottom-wrap {
  padding-left: 35px;
  padding-top: 10px;
  padding-bottom: 24px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .main-header .mob-menu-wrap .bottom-wrap {
    padding-left: 15px;
    padding-bottom: 15px;
  }
}

.main-header .mob-menu-wrap .bottom-wrap .btn-wrap {
  margin-top: 15px;
}

.main-header .logo-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header .logo-wrap a img {
  max-width: 100px;
}

@media only screen and (max-width: 768px) {
  .main-header .logo-wrap a img {
    max-width: 50px;
  }
}

.main-header .logo-wrap a span {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  line-height: calc(22/18);
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .main-header .logo-wrap a span {
    font-size: 12px;
    margin-left: 10px;
  }
}

.main-header nav.main-nav {
  margin-left: auto;
  margin-right: 50px;
}

@media only screen and (max-width: 1560px) {
  .main-header nav.main-nav {
    margin-right: 35px;
  }
}

.main-header .btn-wrap {
  margin-left: 35px;
}

@media only screen and (max-width: 1560px) {
  .main-header .btn-wrap {
    margin-left: 10px;
  }
}

.main-header .menu-wrap {
  width: 60px;
  height: 44px;
  pointer-events: auto;
  display: none;
  margin-left: auto;
}

@media only screen and (max-width: 1200px) {
  .main-header .menu-wrap {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .main-header .menu-wrap {
    width: 40px;
    height: 30px;
  }
}

.main-header .menu-wrap button.menu {
  display: block;
  border: none;
  width: 60px;
  height: 44px;
  position: relative;
  background-color: transparent;
}

@media only screen and (max-width: 768px) {
  .main-header .menu-wrap button.menu {
    width: 40px;
    height: 30px;
  }
}

.main-header .menu-wrap button.menu.active span {
  background-color: #0029FF;
}

.main-header .menu-wrap button.menu.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  opacity: 0;
}

.main-header .menu-wrap button.menu.active span:nth-child(2) {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}

.main-header .menu-wrap button.menu.active span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.main-header .menu-wrap button.menu span {
  display: block;
  position: absolute;
  height: 5px;
  border-radius: 100px;
  background-color: #fff;
  left: 0;
  right: 0;
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

@media only screen and (max-width: 768px) {
  .main-header .menu-wrap button.menu span {
    height: 3px;
  }
}

.main-header .menu-wrap button.menu span:nth-child(1) {
  top: 0;
}

.main-header .menu-wrap button.menu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main-header .menu-wrap button.menu span:nth-child(3) {
  bottom: 0;
}

nav.main-nav ul li {
  display: inline-block;
}

nav.main-nav ul li:not(:last-child) {
  margin-right: 70px;
}

@media only screen and (max-width: 1560px) {
  nav.main-nav ul li:not(:last-child) {
    margin-right: 20px;
  }
}

nav.main-nav ul li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
}

nav.main-nav ul li a:hover, nav.main-nav ul li a.active {
  text-shadow: 0px 1px 0px #fff;
}

ul.social-wrap li {
  display: inline-block;
}

ul.social-wrap li:not(:last-child) {
  margin-right: 14px;
}

ul.social-wrap li a {
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: .25s;
  transition: .25s;
}

ul.social-wrap li a:hover {
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}

ul.social-wrap li a.fb {
  background-image: url("../img/ic-fb.svg");
}

ul.social-wrap li a.inst {
  background-image: url("../img/ic-inst.svg");
}

.nano > .nano-pane {
  background: #EDEDED;
  width: 7px;
  border-radius: 0;
}

.nano .nano-pane > .nano-slider {
  background-color: #0029FF;
}

.phone-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
}

.phone-wrap:hover {
  opacity: .9;
}

.phone-wrap .text-wrap {
  text-align: right;
  line-height: 1.2;
}

.phone-wrap .text-wrap p {
  font-size: 18px;
}

.phone-wrap .text-wrap span {
  font-size: 24px;
  font-weight: bold;
}

.phone-wrap img {
  margin-left: 12px;
}

.hidden {
  display: none;
}

.main-footer {
  background-color: #021788;
  color: #fff;
  padding: 55px 0;
}

@media only screen and (max-width: 768px) {
  .main-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.main-footer .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .main-footer .phone-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .main-footer .phone-wrapper a.phone-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-footer .phone-wrapper a.phone-wrap .text-wrap {
    text-align: center;
  }
  .main-footer .phone-wrapper img {
    display: none;
  }
}

.main-footer nav.main-nav {
  margin-left: auto;
  margin-right: 60px;
}

@media only screen and (max-width: 768px) {
  .main-footer nav.main-nav {
    margin-right: 0;
  }
}

.main-footer .payment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
}

@media only screen and (max-width: 768px) {
  .main-footer .payment-wrap {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    margin-top: 10px;
  }
}

.main-footer .payment-wrap img:not(:last-child) {
  margin-right: 5px;
}

.main-footer .copy-wrap {
  position: absolute;
  right: 0;
  bottom: -25px;
}

@media only screen and (max-width: 768px) {
  .main-footer .copy-wrap {
    position: static;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}

.main-footer .copy-wrap p {
  font-size: 10px;
  text-transform: uppercase;
}

.section-1 {
  padding-top: 100px;
  color: #fff;
  background-color: #021788;
  background-image: radial-gradient(29.23% 39.79% at 50% 50%, #0029FF 19.27%, rgba(224, 5, 5, 0) 100%);
  background-position: center;
  padding-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .section-1 {
    padding-top: 90px;
  }
}

.section-1 .slider-wrapper {
  position: relative;
}

.section-1 .slider-wrap .slide {
  position: relative;
  min-height: 500px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 155px;
}

@media only screen and (max-width: 1560px) {
  .section-1 .slider-wrap .slide {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  .section-1 .slider-wrap .slide {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .section-1 .slider-wrap .slide {
    padding-left: 0;
    min-height: 530px;
    padding-bottom: 50px;
  }
}

.section-1 .slider-wrap .slide.slide-1 img {
  top: 35px;
  right: 280px;
}

@media only screen and (max-width: 1560px) {
  .section-1 .slider-wrap .slide.slide-1 img {
    right: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .section-1 .slider-wrap .slide.slide-1 img {
    top: 75px;
    max-width: 230px;
  }
}

.section-1 .slider-wrap .slide.slide-2 img {
  top: 35px;
  right: 40px;
}

@media only screen and (max-width: 1560px) {
  .section-1 .slider-wrap .slide.slide-2 img {
    top: 85px;
    right: 0;
    max-width: 550px;
  }
}

@media only screen and (max-width: 1200px) {
  .section-1 .slider-wrap .slide.slide-2 img {
    max-width: 410px;
  }
}

.section-1 .slider-wrap .slide.slide-3 img {
  bottom: 20px;
  right: 110px;
}

@media only screen and (max-width: 1560px) {
  .section-1 .slider-wrap .slide.slide-3 img {
    right: 0;
    max-width: 370px;
  }
}

@media only screen and (max-width: 992px) {
  .section-1 .slider-wrap .slide.slide-3 img {
    max-width: 280px;
  }
}

.section-1 .slider-wrap .slide h2 {
  line-height: calc(58/48);
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 48px;
  font-weight: bold;
  max-width: 615px;
}

@media only screen and (max-width: 1200px) {
  .section-1 .slider-wrap .slide h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 768px) {
  .section-1 .slider-wrap .slide h2 {
    text-align: center;
    font-size: 24px;
    max-width: 100%;
  }
}

.section-1 .slider-wrap .slide h2 span {
  display: block;
  font-weight: 400;
  font-size: 36px;
}

@media only screen and (max-width: 1200px) {
  .section-1 .slider-wrap .slide h2 span {
    font-size: 24px;
  }
}

.section-1 .slider-wrap .slide img {
  position: absolute;
  display: block;
}

@media only screen and (max-width: 768px) {
  .section-1 .slider-wrap .slide img {
    position: static;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
  }
}

.section-1 .slider-wrap .slide p {
  max-width: 510px;
  font-size: 14px;
  line-height: calc(17/14);
}

@media only screen and (max-width: 992px) {
  .section-1 .slider-wrap .slide p {
    max-width: 295px;
  }
}

@media only screen and (max-width: 768px) {
  .section-1 .slider-wrap .slide p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }
  .section-1 .slider-wrap .slide p br {
    display: none;
  }
}

.section-1 .slider-wrap .slide .btn-wrap {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .section-1 .slider-wrap .slide .btn-wrap {
    text-align: center;
    margin-top: 10px;
  }
}

.section-1 .bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 2;
}

.section-1 .bottom-wrap .slider-btns button {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: transparent;
  position: relative;
}

.section-1 .bottom-wrap .slider-btns button:not(:last-child) {
  margin-right: 10px;
}

.section-1 .bottom-wrap .slider-btns button:hover::after, .section-1 .bottom-wrap .slider-btns button.active::after {
  opacity: 1;
}

.section-1 .bottom-wrap .slider-btns button::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50px;
  top: 2px;
  left: 2px;
  -webkit-transition: .25s;
  transition: .25s;
  opacity: 0;
}

.section-2 {
  margin-top: -70px;
  position: relative;
  z-index: 2;
}

.section-2 .block {
  -webkit-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.section-2 .block p.subtitle {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-top: 28px;
}

.section-2 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

@media only screen and (max-width: 768px) {
  .section-2 .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-2 .items .item {
  width: 228px;
  height: 228px;
  background-image: url("../img/s2-item-bg.svg");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .25s;
  transition: .25s;
}

.section-2 .items .item:hover {
  -webkit-transform: scale(1.06, 1.06);
          transform: scale(1.06, 1.06);
}

@media only screen and (max-width: 992px) {
  .section-2 .items .item {
    width: 200px;
    height: 200px;
  }
}

.section-2 .items .item:not(:last-child) {
  margin-right: 120px;
}

@media only screen and (max-width: 1200px) {
  .section-2 .items .item:not(:last-child) {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .section-2 .items .item:not(:last-child) {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .section-2 .items .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.section-2 .items .item .title {
  color: #0029FF;
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
}

.section-2 .items .item p {
  font-size: 14px;
}

.section-2 .bottom {
  text-align: center;
  margin-top: 16px;
  text-transform: uppercase;
}

.section-2 .bottom p {
  font-size: 9px;
  line-height: 1.2;
}

.section-2 .bottom a {
  font-size: 10px;
  color: #29ABE2;
  font-weight: bold;
  -webkit-transition: .25s;
  transition: .25s;
}

.section-2 .bottom a:hover {
  color: #021788;
}

.section-3 {
  padding-top: 30px;
}

.section-3 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  margin-top: 20px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .section-3 .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.section-3 .items .item {
  width: 176px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .section-3 .items .item {
    width: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .section-3 .items .item {
    margin-bottom: 25px;
  }
}

.section-3 .items .item:hover .img-wrap {
  -webkit-box-shadow: 0px 0px 40px rgb(24, 56, 184);
          box-shadow: 0px 0px 40px rgb(24, 56, 184);
}

.section-3 .items .item .img-wrap {
  width: 176px;
  height: 176px;
  border-radius: 50%;
  background: linear-gradient(322.28deg, #FFFFFF 6.94%, rgba(255, 255, 255, 0) 83.74%), #EDEDED;
  -webkit-box-shadow: 10px 10px 20px #D5D5D5;
          box-shadow: 10px 10px 20px #D5D5D5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .25s;
  transition: .25s;
}

@media only screen and (max-width: 992px) {
  .section-3 .items .item .img-wrap {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (max-width: 992px) {
  .section-3 .items .item .img-wrap img {
    max-width: 85px;
  }
}

.section-3 .items .item .title {
  color: #021788;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 22px;
}

.section-3 .items .item p {
  font-size: 11px;
  line-height: 13px;
  color: #3C3C3C;
  margin-top: 12px;
}

.section-4 {
  background-color: #EDEDED;
  padding-top: 25px;
  padding-bottom: 23px;
}

.section-4 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

@media only screen and (max-width: 768px) {
  .section-4 .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-4 .items .item {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .section-4 .items .item {
    margin-bottom: 15px;
  }
}

.section-4 .items .item img {
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.section-4 .items .item:hover img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.section-4 .items .item:hover p {
  color: #021788;
  text-shadow: 0 1px 0px #021788;
}

.section-4 .items .item:not(:last-child) {
  margin-right: 105px;
}

@media only screen and (max-width: 1200px) {
  .section-4 .items .item:not(:last-child) {
    margin-right: 60px;
  }
}

@media only screen and (max-width: 992px) {
  .section-4 .items .item:not(:last-child) {
    margin-right: 15px;
  }
}

.section-4 .items .item p {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  margin-top: 13px;
  -webkit-transition: .25s;
  transition: .25s;
}

.section-5 {
  padding-top: 30px;
}

.section-5 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-5 .items .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 365px;
          flex: 0 0 365px;
  padding-top: 60px;
  padding-left: 190px;
}

@media only screen and (max-width: 1200px) {
  .section-5 .items .left {
    padding-left: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}

@media only screen and (max-width: 992px) {
  .section-5 .items .left {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .section-5 .items .left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-5 .items .left .video-wrap {
  position: relative;
}

.section-5 .items .left .video-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 208px;
  height: 360px;
  background-image: url("../img/phone-frame.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: -55px;
  left: -31px;
  pointer-events: none;
}

.section-5 .items .left .video-wrap video {
  width: 147px;
  height: 261px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-5 .items .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-left: 100px;
  margin-top: 55px;
}

@media only screen and (max-width: 992px) {
  .section-5 .items .right {
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .section-5 .items .right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.section-5 .items .right ul li {
  display: block;
  padding-left: 28px;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .section-5 .items .right ul li {
    padding-left: 20px;
  }
}

.section-5 .items .right ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  border: 2px solid #021788;
  left: 0;
  top: 2px;
}

.section-5 .items .right ul li p {
  font-size: 14px;
  line-height: 17px;
}

.section-5 .items .right ul li p.sub {
  font-size: 12px;
  line-height: 15px;
  color: #7A7A7A;
  margin-top: 6px;
}

.section-6 {
  padding-top: 35px;
  padding-bottom: 133px;
  background-image: url("../img/bg-6.svg");
  background-repeat: no-repeat;
  background-position: center calc(100% + 130px);
}

@media only screen and (max-width: 768px) {
  .section-6 {
    background-image: none;
    padding-bottom: 0;
  }
}

.section-6 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.section-6 .items .col {
  margin-bottom: 36px;
}

.section-6 .items .col:nth-child(1) {
  width: 100%;
  text-align: center;
}

.section-6 .items .col:nth-child(1) .item .n {
  bottom: -190px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media only screen and (max-width: 768px) {
  .section-6 .items .col:nth-child(1) .item .n {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.section-6 .items .col:nth-child(1) .item .n::before {
  top: -107px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.section-6 .items .col:nth-child(1) .item .n::after {
  width: 2px;
  height: 94px;
  top: -95px;
}

.section-6 .items .col:nth-child(2) {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .section-6 .items .col:nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.section-6 .items .col:nth-child(2) .item .n {
  bottom: -90px;
  right: -105px;
}

@media only screen and (max-width: 1200px) {
  .section-6 .items .col:nth-child(2) .item .n {
    right: -30px;
  }
}

@media only screen and (max-width: 992px) {
  .section-6 .items .col:nth-child(2) .item .n {
    right: auto;
    left: 100px;
  }
}

.section-6 .items .col:nth-child(2) .item .n::before {
  left: -210px;
}

@media only screen and (max-width: 992px) {
  .section-6 .items .col:nth-child(2) .item .n::before {
    left: -100px;
  }
}

.section-6 .items .col:nth-child(2) .item .n::after {
  height: 2px;
  width: 196px;
  left: -196px;
}

@media only screen and (max-width: 992px) {
  .section-6 .items .col:nth-child(2) .item .n::after {
    width: 90px;
    left: -90px;
  }
}

.section-6 .items .col:nth-child(3) {
  width: 50%;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .section-6 .items .col:nth-child(3) {
    width: 100%;
  }
}

.section-6 .items .col:nth-child(3) .item .n {
  bottom: -90px;
  left: -105px;
}

@media only screen and (max-width: 1200px) {
  .section-6 .items .col:nth-child(3) .item .n {
    left: -30px;
  }
}

@media only screen and (max-width: 992px) {
  .section-6 .items .col:nth-child(3) .item .n {
    left: auto;
    right: 100px;
  }
}

.section-6 .items .col:nth-child(3) .item .n::before {
  right: -210px;
}

@media only screen and (max-width: 992px) {
  .section-6 .items .col:nth-child(3) .item .n::before {
    right: -100px;
  }
}

.section-6 .items .col:nth-child(3) .item .n::after {
  height: 2px;
  width: 196px;
  right: -196px;
}

@media only screen and (max-width: 992px) {
  .section-6 .items .col:nth-child(3) .item .n::after {
    width: 90px;
    right: -90px;
  }
}

.section-6 .items .col .item {
  max-width: 320px;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section-6 .items .col .item {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
}

.section-6 .items .col .item .n {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 3px solid #021788;
  color: #021788;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .section-6 .items .col .item .n {
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    font-size: 38px;
    margin-bottom: 10px;
  }
}

.section-6 .items .col .item .n::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: #021788;
}

@media only screen and (max-width: 768px) {
  .section-6 .items .col .item .n::before {
    display: none;
  }
}

.section-6 .items .col .item .n::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #021788;
}

@media only screen and (max-width: 768px) {
  .section-6 .items .col .item .n::after {
    display: none;
  }
}

.section-6 .items .col .item .title {
  font-size: 18px;
  font-weight: 500;
  line-height: calc(22/18);
  color: #021788;
}

.section-6 .items .col .item p {
  font-size: 13px;
  line-height: calc(16/13);
  margin-top: 7px;
}

.section-7 {
  background-color: #021788;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section-7 {
    padding-bottom: 30px;
  }
}

.section-7 h2 {
  color: #fff;
  position: absolute;
  top: 20px;
  width: 100%;
  left: 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .section-7 h2 {
    position: static;
    padding-top: 20px;
    margin-bottom: 30px;
  }
}

.section-7 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-7 .items .item {
  width: 16.666%;
  -webkit-transition: .25s;
  transition: .25s;
  padding-top: 60px;
  padding-bottom: 23px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .section-7 .items .item {
    width: 33.333%;
  }
}

@media only screen and (max-width: 768px) {
  .section-7 .items .item {
    width: 50%;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .section-7 .items .item {
    width: 100%;
  }
}

.section-7 .items .item:hover {
  background-color: #0029FF;
  -webkit-box-shadow: 0px 0px 50px rgba(254, 20, 20, 0.5);
          box-shadow: 0px 0px 50px rgba(254, 20, 20, 0.5);
}

.section-7 .items .item .text-wrap {
  max-width: 145px;
  margin-left: auto;
  margin-right: auto;
}

.section-7 .items .item .text-wrap .title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
}

.section-7 .items .item .text-wrap p {
  font-size: 10px;
  line-height: 12px;
  margin-top: 10px;
}

.section-8 {
  padding-top: 33px;
}

.section-8 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

@media only screen and (max-width: 992px) {
  .section-8 .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.section-8 .items .item {
  width: 162px;
  background-color: #EDEDED;
  position: relative;
  padding-top: 243px;
  padding-bottom: 50px;
  border-radius: 100px 100px 0 0;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .section-8 .items .item {
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .section-8 .items .item {
    margin-bottom: 0;
  }
}

.section-8 .items .item:not(:last-child) {
  margin-right: 102px;
}

@media only screen and (max-width: 1560px) {
  .section-8 .items .item:not(:last-child) {
    margin-right: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  .section-8 .items .item:not(:last-child) {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .section-8 .items .item:not(:last-child) {
    margin-bottom: 60px;
  }
}

.section-8 .items .item img {
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.section-8 .items .item .title {
  font-weight: 500;
  line-height: calc(20/16);
}

.section-8 .items .item p {
  font-size: 14px;
  line-height: 17px;
  margin-top: 15px;
}

.section-9 {
  padding-top: 45px;
}

.section-9 .text-wrap {
  margin-top: 24px;
  height: 185px;
}

@media only screen and (max-width: 768px) {
  .section-9 .text-wrap {
    height: 330px;
  }
}

.section-9 .text-wrap p {
  font-size: 18px;
  font-weight: 300;
  line-height: calc(22/18);
  padding-right: 10px;
  margin-bottom: 10px;
}

.section-9 .text-wrap p b {
  font-weight: 500;
}

.section-10 {
  padding-top: 42px;
}

.section-10 .map-wrap {
  margin-top: 65px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .section-10 .map-wrap {
    margin-top: 0;
    padding-top: 260px;
  }
}

.section-10 .map-wrap .map-list-wrap {
  background-color: #fff;
  width: 100%;
  max-width: 390px;
  z-index: 22;
  position: absolute;
  top: -30px;
  margin-left: 9.5%;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  padding-top: 30px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1400px) {
  .section-10 .map-wrap .map-list-wrap {
    margin-left: 0;
  }
}

@media only screen and (max-width: 992px) {
  .section-10 .map-wrap .map-list-wrap {
    max-width: 280px;
    left: calc(50% - 280px / 2);
    top: 40px;
  }
}

.section-10 .map-wrap .map-list-wrap .header {
  position: relative;
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
  padding-left: 43px;
  padding-right: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 12px;
  font-size: 18px;
}

@media only screen and (max-width: 992px) {
  .section-10 .map-wrap .map-list-wrap .header {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-10 .map-wrap .map-list-wrap .header p {
  margin-right: 23px;
}

@media only screen and (max-width: 992px) {
  .section-10 .map-wrap .map-list-wrap .header p {
    margin-right: 10px;
  }
}

.section-10 .map-wrap .map-list-wrap .header .current {
  width: 135px;
  text-align: right;
  position: relative;
  z-index: 22;
  font-weight: 500;
  color: #021788;
  overflow: hidden;
  padding-right: 20px;
  text-overflow: ellipsis;
  background-image: url("../img/angle-down-red.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  cursor: pointer;
}

.section-10 .map-wrap .map-list-wrap .header ul {
  position: absolute;
  width: 172px;
  top: -5px;
  right: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  padding-top: 42px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .25s;
  transition: .25s;
  z-index: 10;
}

@media only screen and (max-width: 992px) {
  .section-10 .map-wrap .map-list-wrap .header ul {
    right: 6px;
  }
}

.section-10 .map-wrap .map-list-wrap .header ul.active {
  opacity: 1;
  pointer-events: auto;
}

.section-10 .map-wrap .map-list-wrap .header ul li {
  display: block;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: .25s;
  transition: .25s;
}

.section-10 .map-wrap .map-list-wrap .header ul li.active {
  display: none;
}

.section-10 .map-wrap .map-list-wrap .header ul li:hover {
  color: #021788;
  text-decoration: underline;
}

.section-10 .map-wrap .map-list-wrap .header ul li:not(:last-child) {
  margin-bottom: 5px;
}

.section-10 .map-wrap .map-list-wrap .wrapper {
  padding-top: 19px;
  padding-right: 10px;
}

@media only screen and (max-width: 992px) {
  .section-10 .map-wrap .map-list-wrap .wrapper {
    padding-top: 10px;
  }
}

.section-10 .map-wrap .map-list-wrap .nano {
  max-height: 420px;
}

@media only screen and (max-width: 992px) {
  .section-10 .map-wrap .map-list-wrap .nano {
    max-height: 200px;
  }
}

.section-10 .map-wrap .map-list-wrap ul.city:not(.active) {
  display: none;
}

.section-10 .map-wrap .map-list-wrap ul.city li {
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 30px;
  padding-right: 15px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: .25s;
  transition: .25s;
}

@media only screen and (max-width: 992px) {
  .section-10 .map-wrap .map-list-wrap ul.city li {
    padding-left: 15px;
  }
}

.section-10 .map-wrap .map-list-wrap ul.city li:hover:not(.active) {
  background-color: rgba(224, 5, 5, 0.1);
}

.section-10 .map-wrap .map-list-wrap ul.city li.active {
  padding-bottom: 0;
}

.section-10 .map-wrap .map-list-wrap ul.city li.active .title::before {
  background-image: url("../img/ic-location-list-active.svg");
}

.section-10 .map-wrap .map-list-wrap ul.city li.active .info {
  display: block;
}

.section-10 .map-wrap .map-list-wrap ul.city li .title {
  position: relative;
  padding-left: 35px;
}

@media only screen and (max-width: 992px) {
  .section-10 .map-wrap .map-list-wrap ul.city li .title {
    font-size: 14px;
  }
}

.section-10 .map-wrap .map-list-wrap ul.city li .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../img/ic-location-list.svg");
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 992px) {
  .section-10 .map-wrap .map-list-wrap ul.city li .title::before {
    top: -4px;
  }
}

.section-10 .map-wrap .map-list-wrap ul.city li .info {
  margin-top: 7px;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  color: #7A7A7A;
  display: none;
}

@media only screen and (max-width: 992px) {
  .section-10 .map-wrap .map-list-wrap ul.city li .info {
    font-size: 11px;
    font-weight: 400;
  }
}

.section-10 .map-wrap .map-list-wrap ul.city li .info a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
}

.section-10 .map-wrap .map-list-wrap ul.city li .info a:hover {
  color: #021788;
}

.section-10 .map-wrap .map {
  height: 450px;
}

@media only screen and (max-width: 992px) {
  .section-10 .map-wrap .map {
    height: 500px;
  }
}

/* Кольори можна змінити через змінну --primary */
.tl-section {
  --primary: #0C72BD;
  background: #ffffff;
  padding: 42px 16px;
}

.tl-buttons {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap; /* щоб на вузьких екранах кнопки переносились */
}

.tl-btn {
  display: inline-block;
  padding: 12px 28px;
  border: 4px solid var(--primary);
  border-radius: 14px;           /* заокруглені кути */
  background: #ffffff;           /* білі всередині */
  color: var(--primary);         /* синій текст */
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.tl-btn:hover {
  background: var(--primary);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

.tl-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

.tl-btn:focus-visible {
  outline: 3px solid rgba(12,114,189,0.35);
  outline-offset: 2px;
}

h2.titleochenka {
  font-size: 24px;
  line-height: calc(18/22);
  text-align: center;
  text-transform: uppercase;
  color: #145bc7;
}

@media only screen and (max-width: 768px) {
  h2.titleochenka {
    font-size: 16px;
    line-height: calc(17/14);
  }
}