/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'DINCyr';
  src: url("../fonts/DINCyr-Medium.woff2") format("woff2"), url("../fonts/DINCyr-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'DINCyr';
  src: url("../fonts/DINCyr-Black.woff2") format("woff2"), url("../fonts/DINCyr-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'DINCyr';
  src: url("../fonts/DINCyr-Light.woff2") format("woff2"), url("../fonts/DINCyr-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'DINCyr';
  src: url("../fonts/DINCyr-Regular.woff2") format("woff2"), url("../fonts/DINCyr-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DINCyr';
  src: url("../fonts/DINCyr-Bold.woff2") format("woff2"), url("../fonts/DINCyr-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeueBold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
.header {
  padding: 24px 0;
  background-color: #081734;
  color: #fff; }
  @media screen and (max-width: 1024px) {
    .header {
      padding: 18px 0; } }
  @media screen and (max-width: 768px) {
    .header {
      padding: 12px 0; } }
  .header .container {
    position: relative;
    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; }
  .header .logo img {
    width: 195px;
    padding-top: 7px; }
    @media screen and (max-width: 480px) {
      .header .logo img {
        width: 150px; } }
  .header .reg-btn,
  .header .enter-btn {
    color: #fff;
    font-size: 17px;
    padding: 10px 25px 12px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .header .reg-btn {
    margin-right: 25px;
    background: -webkit-gradient(linear, left top, right top, from(#9327f2), to(#0ca7fe));
    background: linear-gradient(to right, #9327f2, #0ca7fe); }
    .header .reg-btn:hover {
      background: -webkit-gradient(linear, left top, right top, from(#0ca7fe), to(#9327f2));
      background: linear-gradient(to right, #0ca7fe, #9327f2); }
    @media screen and (max-width: 1024px) {
      .header .reg-btn {
        margin-left: auto; } }
    @media screen and (max-width: 768px) {
      .header .reg-btn {
        margin: 0 0 20px; } }
  .header .enter-btn {
    border: 1px solid #fff; }
    .header .enter-btn:hover {
      border: 1px solid transparent;
      background: -webkit-gradient(linear, left top, right top, from(#9327f2), to(#0ca7fe));
      background: linear-gradient(to right, #9327f2, #0ca7fe); }
    @media screen and (max-width: 1024px) {
      .header .enter-btn {
        margin-right: 75px; } }
    @media screen and (max-width: 768px) {
      .header .enter-btn {
        margin: 0 auto; } }

@media screen and (max-width: 768px) {
  .nav-btn {
    display: none; } }

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

.nav {
  margin-left: auto; }
  @media screen and (max-width: 1024px) {
    .nav {
      position: absolute;
      top: -30px;
      right: -100%;
      z-index: 100000;
      width: 350px;
      height: 105vh;
      border: none;
      padding: 40px 5px;
      margin: 0;
      background-color: #0ca7fe;
      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-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (max-width: 768px) {
    .nav {
      padding: 25px 5px;
      top: -15px; } }
  @media screen and (max-width: 480px) {
    .nav {
      width: 100%; } }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 1024px) {
      .nav__list {
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 20px; } }
  .nav__item {
    position: relative;
    margin-right: 30px; }
    @media screen and (max-width: 1024px) {
      .nav__item {
        margin: 0 0 15px; } }
  .nav__link {
    color: #fff;
    font-size: 18px;
    position: relative; }
    .nav__link:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 0%;
      height: 1px;
      background: #fff;
      -webkit-transition: width .3s ease-in-out;
      transition: width .3s ease-in-out; }
    .nav__link:hover:after {
      width: 100%; }

.nav.show {
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.burger-opener {
  position: absolute;
  z-index: 1000000;
  top: 56%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .burger-opener {
      display: block; } }

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.hamRotate.active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.hamRotate180.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.line {
  fill: none;
  -webkit-transition: stroke-dasharray 600ms, stroke-dashoffset 600ms;
  transition: stroke-dasharray 600ms, stroke-dashoffset 600ms;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round; }

.ham1 .top {
  stroke-dasharray: 40 139; }

.ham1 .bottom {
  stroke-dasharray: 40 180; }

.ham1.active .top {
  stroke-dashoffset: -98px; }

.ham1.active .bottom {
  stroke-dashoffset: -138px; }

.lang {
  width: 79px;
  cursor: pointer;
  margin: 5px 50px 0 10px;
  z-index: 10000; }
 
  .lang__link {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2px;
    font-weight: 700;
    margin-top: -3px;
    border-radius: 8px; }
    .lang__link img {
      border-radius: 50%;
      width: 28px;
      height: 28px;
      -o-object-fit: cover;
         object-fit: cover;
      margin-right: 10px; }
    .lang__link:hover {
      background-color: rgba(255, 255, 255, 0.8); }
  .lang__wrap {
    position: relative; }
  .lang__list {
    padding: 3px; }
    .lang__list_current {
      padding-right: 12px;
      position: relative; }
  .lang__drop {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: none;
    position: absolute;
    top: 30px;
    left: 0; }
    .lang__drop.show {
      display: block; }

.intro-section {
  background-image: url("../img/intro-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .intro-section .main-title {
    color: #fff;
    font-size: 48px;
    margin-bottom: 26px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .intro-section .main-title {
        font-size: 38px;
        text-align: center; } }
    @media screen and (max-width: 480px) {
      .intro-section .main-title {
        font-size: 26px;
        margin-bottom: 20px; } }
  .intro-section .intro-text {
    color: #fff;
    font-size: 26px;
    margin-bottom: 47px; }
    @media screen and (max-width: 768px) {
      .intro-section .intro-text {
        font-size: 20px;
        margin-bottom: 30px;
        text-align: center; } }
    @media screen and (max-width: 480px) {
      .intro-section .intro-text {
        font-size: 13px;
        margin-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .intro-section .main-btn {
      margin: 0 auto;
      display: block;
      width: 226px; } }
  @media screen and (max-width: 480px) {
    .intro-section .main-btn {
      width: 180px; } }

.advantages-section {
  padding: 45px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#030d2f), to(#060946));
  background: linear-gradient(to bottom, #030d2f, #060946); }
  @media screen and (max-width: 800px) {
    .advantages-section {
      padding: 30px 0 10px; } }
  .advantages-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 800px) {
      .advantages-section .container {
        -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; } }
  .advantages-section .advantage {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 14px; }
    @media screen and (max-width: 1100px) {
      .advantages-section .advantage {
        width: 33%;
        margin: 0 10px 30px; } }
    @media screen and (max-width: 800px) {
      .advantages-section .advantage {
        width: 260px;
        margin: 0 0 25px; } }
    .advantages-section .advantage:after {
      content: '';
      position: absolute;
      top: 0;
      right: -11px;
      width: 1px;
      height: 90px;
      background: #99a7cc; }
      @media screen and (max-width: 1100px) {
        .advantages-section .advantage:after {
          display: none; } }
    .advantages-section .advantage:last-child:after {
      display: none; }
    .advantages-section .advantage__img {
      margin-right: 12px; }
    .advantages-section .advantage__text {
      color: #fff;
      font-size: 18px;
      font-weight: 300; }
    .advantages-section .advantage img {
      width: 85px; }

.best-section {
  padding: 95px 0; }
  @media screen and (max-width: 1200px) {
    .best-section {
      padding: 70px 0; } }
  @media screen and (max-width: 1024px) {
    .best-section {
      padding: 50px 0; } }
  @media screen and (max-width: 768px) {
    .best-section {
      padding: 30px 0; } }
  .best-section .best-info {
    width: 80%;
    color: #030d2f;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 40px; }
    @media screen and (max-width: 1024px) {
      .best-section .best-info {
        font-size: 20px;
        margin-bottom: 35px; } }
    @media screen and (max-width: 768px) {
      .best-section .best-info {
        width: 95%;
        font-size: 18px;
        margin-bottom: 25px; } }
    @media screen and (max-width: 480px) {
      .best-section .best-info {
        width: 100%;
        font-size: 18px;
        margin-bottom: 25px; } }
  .best-section .best-text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -25px; }
    @media screen and (max-width: 1024px) {
      .best-section .best-text-wrap {
        -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;
        margin: 0; } }
  .best-section .best-box {
    width: 45%;
    margin: 0 25px; }
    @media screen and (max-width: 1024px) {
      .best-section .best-box {
        width: 100%;
        margin: 0; } }
  .best-section .best-text {
    color: #2c3143;
    font-size: 20px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1024px) {
      .best-section .best-text {
        font-size: 17px; } }
    @media screen and (max-width: 768px) {
      .best-section .best-text {
        font-size: 16px;
        margin-bottom: 20px; } }

.join-section {
  background-image: url("../img/choise-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 768px) {
    .join-section {
      background-position: 75% center; } }
  .join-section .join-text {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    padding-left: 50px;
    margin-bottom: 35px; }
    @media screen and (max-width: 1024px) {
      .join-section .join-text {
        font-size: 32px;
        margin-bottom: 35px; } }
    @media screen and (max-width: 768px) {
      .join-section .join-text {
        font-size: 26px;
        margin-bottom: 25px;
        padding-left: 0;
        text-align: center; } }
    @media screen and (max-width: 480px) {
      .join-section .join-text {
        font-size: 19px; } }
  .join-section .main-btn {
    margin-left: 55px; }
    @media screen and (max-width: 768px) {
      .join-section .main-btn {
        margin: 0 auto;
        display: block;
        width: 226px; } }
    @media screen and (max-width: 480px) {
      .join-section .main-btn {
        width: 180px; } }

.edge-section .edge-wrap {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -20px; }
  @media screen and (max-width: 768px) {
    .edge-section .edge-wrap {
      margin: 0; } }
.edge-section .edge {
  width: 29%;
  margin: 0 20px 40px; }
  @media screen and (max-width: 1200px) {
    .edge-section .edge {
      width: 40%; } }
  @media screen and (max-width: 768px) {
    .edge-section .edge {
      width: 100%;
      margin: 0 0 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-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .edge-section .edge__img {
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .edge-section .edge__img {
        margin-bottom: 15px; } }
    .edge-section .edge__img img {
      width: 150px;
      height: 100px; }
      @media screen and (max-width: 768px) {
        .edge-section .edge__img img {
          width: 120px;
          height: 80px; } }
  .edge-section .edge__title {
    color: #030d2f;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .edge-section .edge__title {
        text-align: center; } }
  .edge-section .edge__text {
    color: #2c3143;
    font-size: 19px; }
    @media screen and (max-width: 768px) {
      .edge-section .edge__text {
        text-align: center;
        width: 60%; } }
    @media screen and (max-width: 480px) {
      .edge-section .edge__text {
        width: 100%; } }

.guarantee-section {
  background-image: url("../img/guarantee-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .guarantee-section .guarantee-wrap {
    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: 0 -25px; }
  .guarantee-section .guarantee {
    width: 38%;
    padding: 22px 0 22px 60px;
    margin: 0 25px;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: bold; }
    @media screen and (max-width: 1100px) {
      .guarantee-section .guarantee {
        width: 46%;
        margin: 0 0 0 60px;
        font-size: 22px; } }
    @media screen and (max-width: 850px) {
      .guarantee-section .guarantee {
        width: 55%;
        font-size: 20px; } }
    @media screen and (max-width: 650px) {
      .guarantee-section .guarantee {
        width: 100%;
        margin: 0;
        padding: 18px 0 18px 90px; } }
    @media screen and (max-width: 480px) {
      .guarantee-section .guarantee {
        font-size: 16px;
        padding: 12px 0 12px 70px; } }
    .guarantee-section .guarantee:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -10px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 55px;
      height: 55px;
      background-image: url("../img/Icon_11.svg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      @media screen and (max-width: 650px) {
        .guarantee-section .guarantee:before {
          left: 25px; } }
      @media screen and (max-width: 480px) {
        .guarantee-section .guarantee:before {
          width: 40px;
          height: 40px; } }

.about-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#041028), to(#292345));
  background: linear-gradient(to bottom, #041028, #292345); }
  .about-section .section-title {
    margin-bottom: 75px; }
    @media screen and (max-width: 1024px) {
      .about-section .section-title {
        margin-bottom: 50px; } }
    @media screen and (max-width: 768px) {
      .about-section .section-title {
        margin-bottom: 30px; } }
  .about-section .about-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 45px;
    margin: 0 -22px 80px;
    border-bottom: 1px solid #b1c0e7; }
    @media screen and (max-width: 1024px) {
      .about-section .about-wrapp {
        margin: 0 -12px 50px; } }
    @media screen and (max-width: 800px) {
      .about-section .about-wrapp {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 0 40px;
        padding-bottom: 15px; } }
    @media screen and (max-width: 700px) {
      .about-section .about-wrapp {
        margin: 0 0 20px; } }
    .about-section .about-wrapp:nth-child(3) {
      border-bottom: 1px solid transparent;
      margin-bottom: 40px; }
      @media screen and (max-width: 700px) {
        .about-section .about-wrapp:nth-child(3) {
          margin: 0 0 20px; } }
  .about-section .about {
    margin: 0 22px; }
    @media screen and (max-width: 1024px) {
      .about-section .about {
        margin: 0 12px; } }
    @media screen and (max-width: 800px) {
      .about-section .about {
        width: 200px;
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 12px 30px; } }
    .about-section .about_margin {
      margin: 0 35px; }
      @media screen and (max-width: 800px) {
        .about-section .about_margin {
          margin: 0 20px 30px; } }
    .about-section .about__count {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .about-section .about__number {
      display: block;
      font-family: 'Bebas Neue';
      font-size: 90px;
      font-weight: bold;
      background: -webkit-gradient(linear, left top, left bottom, from(#059cfd), to(#8e2cf2));
      background: linear-gradient(to bottom, #059cfd, #8e2cf2);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 10px; }
      @media screen and (max-width: 1200px) {
        .about-section .about__number {
          font-size: 70px; } }
      @media screen and (max-width: 1024px) {
        .about-section .about__number {
          font-size: 60px; } }
      @media screen and (max-width: 800px) {
        .about-section .about__number {
          margin-bottom: 0; } }
    .about-section .about__text {
      color: #fff;
      font-size: 22px; }
      @media screen and (max-width: 1200px) {
        .about-section .about__text {
          font-size: 19px; } }
      @media screen and (max-width: 1024px) {
        .about-section .about__text {
          font-size: 16px; } }
      @media screen and (max-width: 800px) {
        .about-section .about__text {
          text-align: center; } }
  .about-section .main-btn {
    display: block;
    width: 340px;
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      .about-section .main-btn {
        width: 285px; } }

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media screen and (max-width: 1024px) {
    .nav__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: left;
          -ms-flex-align: left;
              align-items: left;
      margin: 0 0 30px; } }
.nav__item {
  position: relative; }
.nav__drop {
  display: none;
  position: absolute;
  left: 0;
  top: 55px;
  width: 200px;
  padding: 14px;
  background-color: #ffa600;
  border-radius: 0 0 12px 12px;
  z-index: 10; }

* {
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: 'DINCyr'; }

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
  cursor: pointer; }

h1, h2, h3, h4, p {
  margin: 0; }

ul {
  padding: 0;
  margin: 0; }

input {
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none; }

textarea {
  resize: none;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none; }

button {
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  -webkit-appearance: none; }

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

.container {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.section-padding {
  padding: 70px 0; }
  @media screen and (max-width: 1200px) {
    .section-padding {
      padding: 50px 0; } }
  @media screen and (max-width: 1024px) {
    .section-padding {
      padding: 40px 0; } }
  @media screen and (max-width: 768px) {
    .section-padding {
      padding: 30px 0; } }

.main-btn {
  color: #110088;
  font-size: 20px;
  font-weight: bold;
  padding: 18px 36px;
  background-color: #fff;
  border-radius: 50px;
  text-align: center; }
  .main-btn:hover {
    color: #fff;
    background-color: #0ca7fe; }
  @media screen and (max-width: 480px) {
    .main-btn {
      font-size: 18px;
      padding: 14px 21px 16px; } }

.section-title {
  font-size: 45px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) {
    .section-title {
      font-size: 38px;
      margin-bottom: 35px; } }
  @media screen and (max-width: 768px) {
    .section-title {
      font-size: 26px;
      margin-bottom: 25px; } }
  .section-title_black {
    color: #030d2f; }
  .section-title_white {
    color: #fff; }

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
  background-color: rgba(0, 0, 0, 0.7);
  display: none; }
  .mask.show {
    display: block; }

.reg-wrap,
.login-wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000002; }

.user-form {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 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-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .user-form {
      padding: 20px 10px; } }
  .user-form__close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    z-index: 10000003; }
  .user-form__title {
    display: block;
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px; }
  .user-form__forgot {
    font-size: 15px;
    color: #e60464;
    margin-bottom: 20px;
    text-align: center; }
    .user-form__forgot:hover {
      color: #0099f7; }
  .user-form__input {
    width: 290px;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .user-form__input {
        width: 260px; } }
  .user-form__captch {
    width: 250px;
    margin-bottom: 20px; }
    .user-form__captch img {
      width: 100%; }
  .user-form__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .user-form__btn {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 15px;
    width: 120px;
    border-radius: 5px;
    background-color: #0099f7;
    margin: 0 10px; }
    .user-form__btn_reg {
      background-color: #e60464; }

.contact-slider {
  position: relative; }
  .contact-slider .slick-dots {
    position: absolute;
    z-index: 400;
    bottom: -11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: transparent; }
    .contact-slider .slick-dots li {
      position: relative;
      cursor: pointer;
      padding: 2px;
      width: 15px;
      height: 15px;
      margin: 0 5px; }
      .contact-slider .slick-dots li:before {
        position: absolute;
        content: '';
        width: 15px;
        height: 15px;
        top: 10px;
        left: 0;
        border-radius: 50%;
        background-color: #adadad; }
    .contact-slider .slick-dots li.slick-active:before {
      background-color: #ffa600; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.category-slider .slick-track,
.category-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  margin: 0; }
  [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-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.category-slider .slick-track,
.category-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  margin: 0; }
  [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; }
