/*color*/
/*fonts*/
/*effects*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&subset=cyrillic");
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
  outline: 0; }

button, button:active, button:focus {
  outline: none; }

a {
  text-decoration: none;
  font-size: inherit;
  color: inherit; }

table {
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal; }

strong {
  font-weight: bold; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #000; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

.clear {
  display: table;
  content: '';
  clear: both; }

.container {
  width: 100%;
  max-width: 73.125rem;
  padding: 0 0.625rem;
  margin: 0 auto; }

.container2 {
  width: 100%;
  max-width: 73.125rem;
  padding: 0 0.625rem;
  margin: 0 auto; }

html {
  font-family: 'Gotham Pro', sans-serif; }

/*_Font_*/
@font-face {
  font-family: 'GothamPro';
  src: url("../../fonts/_Font_/Regular/GothamPro.eot");
  src: url("../../fonts/_Font_/Regular/GothamPro.eot") format("embedded-opentype"), url("../../fonts/_Font_/Regular/GothamPro.woff2") format("woff2"), url("../../fonts/_Font_/Regular/GothamPro.woff") format("woff"), url("../../fonts/_Font_/Regular/GothamPro.ttf") format("truetype"), url("../../fonts/_Font_/Regular/GothamPro.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro';
  src: url("../../fonts/_Font_/Regular/GothamPro-Italic.eot");
  src: url("../../fonts/_Font_/Regular/GothamPro-Italic.eot") format("embedded-opentype"), url("../../fonts/_Font_/Regular/GothamPro-Italic.woff2") format("woff2"), url("../../fonts/_Font_/Regular/GothamPro-Italic.woff") format("woff"), url("../../fonts/_Font_/Regular/GothamPro-Italic.ttf") format("truetype"), url("../../fonts/_Font_/Regular/GothamPro-Italic.svg") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'GothamPro';
  src: url("../../fonts/_Font_/Regular/GothamPro-Light.eot");
  src: url("../../fonts/_Font_/Regular/GothamPro-Light.eot") format("embedded-opentype"), url("../../fonts/_Font_/Regular/GothamPro-Light.woff2") format("woff2"), url("../../fonts/_Font_/Regular/GothamPro-Light.woff") format("woff"), url("../../fonts/_Font_/Regular/GothamPro-Light.ttf") format("truetype"), url("../../fonts/_Font_/Regular/GothamPro-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro';
  src: url("../../fonts/_Font_/Regular/GothamPro-Medium.eot");
  src: url("../../fonts/_Font_/Regular/GothamPro-Medium.eot") format("embedded-opentype"), url("../../fonts/_Font_/Regular/GothamPro-Medium.woff2") format("woff2"), url("../../fonts/_Font_/Regular/GothamPro-Medium.woff") format("woff"), url("../../fonts/_Font_/Regular/GothamPro-Medium.ttf") format("truetype"), url("../../fonts/_Font_/Regular/GothamPro-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro';
  src: url("../../fonts/_Font_/Regular/GothamPro-Bold.eot");
  src: url("../../fonts/_Font_/Regular/GothamPro-Bold.eot") format("embedded-opentype"), url("../../fonts/_Font_/Regular/GothamPro-Bold.woff2") format("woff2"), url("../../fonts/_Font_/Regular/GothamPro-Bold.woff") format("woff"), url("../../fonts/_Font_/Regular/GothamPro-Bold.ttf") format("truetype"), url("../../fonts/_Font_/Regular/GothamPro-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro';
  src: url("../../fonts/_Font_/Regular/GothamPro-Black.eot");
  src: url("../../fonts/_Font_/Regular/GothamPro-Black.eot") format("embedded-opentype"), url("../../fonts/_Font_/Regular/GothamPro-Black.woff2") format("woff2"), url("../../fonts/_Font_/Regular/GothamPro-Black.woff") format("woff"), url("../../fonts/_Font_/Regular/GothamPro-Black.ttf") format("truetype"), url("../../fonts/_Font_/Regular/GothamPro-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal; }

header {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row; }
  header .header_main {
    position: absolute;
    top: 0;
    width: 100%;
    height: 6.25rem;
    background-color: rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1); }
    header .header_main .header_main_left {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-end; }
      header .header_main .header_main_left .header_main_left_block {
        width: 100%;
        max-width: 32.5rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-right: 2rem; }
        header .header_main .header_main_left .header_main_left_block p:nth-child(2) {
          font-size: 0.75rem;
          font-weight: 700;
          line-height: 2.05;
          letter-spacing: 0.0625rem;
          color: #ffffff; }
          header .header_main .header_main_left .header_main_left_block p:nth-child(2) i {
            margin-right: 0.625rem; }
    header .header_main .header_main_right {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding-left: 5rem; }
      header .header_main .header_main_right p {
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 2.05;
        letter-spacing: 0.0625rem;
        text-transform: uppercase;
        color: #ffffff;
        margin-left: 0.625rem; }
  header .header_left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 5rem;
    background: url("../../img/Bgleft.jpg") no-repeat center;
    background-size: cover;
padding-top: 50px;}
    header .header_left .header_left_block {
      width: 100%;
      max-width: 27.5rem; }
      header .header_left .header_left_block .header_left_block_title {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center; }
        header .header_left .header_left_block .header_left_block_title img {
          margin-right: 0.9375rem; }
        header .header_left .header_left_block .header_left_block_title .hlbtt {
          text-shadow: 0.625rem 0.625rem 2.5rem rgba(0, 0, 0, 0.4);
          font-family: 'Gotham Pro', sans-serif;
          font-size: 2.75rem;
          font-weight: 900;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.58;
          letter-spacing: normal;
          color: #ffffff;
          margin-bottom: 0; }
      header .header_left .header_left_block .hlbttu {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.58;
        letter-spacing: 0.0.3125rem;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 1.875rem; }
      header .header_left .header_left_block .hblist {
        font-family: 'Roboto', sans-serif;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.28;
        letter-spacing: 0.0.125rem;
        color: #ffffff;
        margin-bottom: 1.25rem; }
        header .header_left .header_left_block .hblist span {
          font-weight: 700;
          color: #ffd331; }
  header .header_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 9.375rem;
    padding-left: 5rem;
    background-image: linear-gradient(to top, #050620, #0e1148), linear-gradient(to bottom, #0c0f40, #0c0f40); }
    header .header_right .header_right_block {
      position: relative;
      width: 100%;
      max-width: 25rem; }
      header .header_right .header_right_block #vctrhead {
        position: absolute;
        right: -2.375rem;
        top: 13.4375rem; }
      header .header_right .header_right_block .header_right_block_title p:nth-child(1) {
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 1.76;
        text-transform: uppercase;
        letter-spacing: 0.0.3125rem;
        color: #ffffff; }
      header .header_right .header_right_block .header_right_block_title p:nth-child(2) {
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.76;
        letter-spacing: 0.0.3125rem;
        color: #ffffff; }
        header .header_right .header_right_block .header_right_block_title p:nth-child(2) span {
          font-weight: 700;
          color: #ffd331;
          text-transform: uppercase; }
      header .header_right .header_right_block .hrpdf {
        font-family: 'Roboto', sans-serif;
        font-size: 1.125rem;
        line-height: 1.29;
        letter-spacing: 0.0625rem;
        color: #ffffff;
        margin-bottom: 0.9375rem; }
        header .header_right .header_right_block .hrpdf span {
          font-weight: 700;
          color: #ffd331; }
      header .header_right .header_right_block button {
        width: 100%;
        max-width: 22.625rem;
        height: 3.375rem;
        box-shadow: 0.625rem 0.625rem 2.5rem 0 rgba(0, 0, 0, 0.4);
        background-image: linear-gradient(to right, #ef9045, #f91c3d);
        border: none;
        border-radius: 0.1875rem;
        font-family: 'Gotham Pro', sans-serif;
        font-size: 0.875rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.5;
        letter-spacing: 0.0625rem;
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 3.125rem; }
      header .header_right .header_right_block .dollar {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 1.25rem 1.4375rem;
        background-color: rgba(255, 255, 255, 0.1); }
        header .header_right .header_right_block .dollar #plus {
          position: absolute;
          top: -0.75rem;
          left: -0.75rem; }
        header .header_right .header_right_block .dollar p {
          font-size: 0.875rem;
          font-weight: 700;
          line-height: 1.76;
          letter-spacing: 0.0.3125rem;
          color: #ffffff;
          text-transform: uppercase; }
          header .header_right .header_right_block .dollar p span {
            font-weight: 900;
            color: #edd112; }

.timer {
  width: 100%;
  max-width: 25rem;
  display: flex;
  flex-direction: row;
  margin-bottom: 2.1875rem; }
  .timer .timer-block {
    width: 25%; }
    .timer .timer-block .span_block {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .timer .timer-block .span_block .val {
        font-family: 'Gotham Pro', sans-serif;
        font-size: 2.75rem;
        font-weight: 900;
        color: #ffffff; }
      .timer .timer-block .span_block .what {
        text-align: center;
        font-family: 'Gotham Pro', sans-serif;
        font-size: 0.625rem;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.0.125rem;
        color: #ffffff; }
  .timer .timer-slice {
    font-family: 'Gotham Pro', sans-serif;
    font-size: 2.75rem;
    font-weight: 900;
    color: #ffffff; }

.second {
  position: relative;
  width: 100%;
  padding: 5rem 0 3.75rem 0; }
  .second .container {
    position: relative;
    max-width: 62.5rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    z-index: 2000; }
    .second .container #arr2 {
      position: absolute;
      top: -1.5625rem;
      left: 0;
      z-index: 1000; }
    .second .container .second_title {
      width: 100%;
      max-width: 27.3125rem; }
      .second .container .second_title hr {
        border: none;
        width: 20%;
        height: 0.3125rem;
        background-color: #1a47b0; }
      .second .container .second_title h2 {
        font-family: 'Gotham Pro', sans-serif;
        font-size: 2.125rem;
        font-weight: 900;
        line-height: 125%;
        color: #000000; }
      .second .container .second_title p {
        font-family: 'Gotham Pro', sans-serif;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.76;
        color: #000000; }

.second2 {
  position: relative;
  width: 100%;
  padding: 5rem 0 3.125rem 0; }
  .second2 .container2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 2000; }
    .second2 .container2 #arr22 {
      position: absolute;
      top: 0.875rem;
      left: 3.4375rem;
      z-index: 1000; }
    .second2 .container2 .second_title2 {
      width: 100%;
      max-width: 27.3125rem;
      margin-bottom: 2.625rem; }
 .second2 .container2 .second_title2 h2 {
        font-size: 2.125rem;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        color: #000000;
        font-family: 'Gotham Pro', sans-serif;
        line-height: 140%; }
      .second2 .container2 .second_title2 p {
        font-family: 'Gotham Pro', sans-serif;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.76;
        color: #000000; }
    .second2 .container2 .second_main2 {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      flex-wrap: wrap;
      width: 100%;
      position: relative; }
      .second2 .container2 .second_main2 .second_main_block2 {
        width: 100%;
        max-width: 18.75rem;
	padding-bottom: 20px; }
        .second2 .container2 .second_main2 .second_main_block2 h2 {
          font-family: 'GothamPro', sans-serif;
          font-size: 1.125rem;
          font-weight: 700;
          color: #1946b0;
          margin: 0.625rem 0; }
        .second2 .container2 .second_main2 .second_main_block2 p {
          font-family: 'Roboto', sans-serif;
          font-size: 1rem;
          line-height: 125%;
          color: #000000; }


.third {
  width: 100%;
  position: relative;
  background-color: #edf2ff;
  padding: 6.25rem 0 5rem 0; }
.third .container {
  display: flex;
  flex-direction: column;
  align-items: center; }
.third .container .step {
  background-color: #fff;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #dfe8ff;
  margin-bottom: 1.875rem;
  z-index: 3000; }
.third .container .step .step_title {
  padding: 1.4375rem 0 2.1875rem 2.6875rem;
  background-color: #f8faff;
  width: 100%;
  border-radius: 0.3125rem;
  max-width: 28.75rem;
  -webkit-clip-path: polygon(91% 0, 100% 50%, 91% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(91% 0, 100% 50%, 91% 100%, 0% 100%, 0% 0%); }
.third .container .step .step_title h2 {
  font-family: 'Gotham Pro', sans-serif;
  font-size: 3.625rem;
  font-weight: 900;
  color: #1a47b0;
  line-height: 100%;
  margin: 1.25rem 0; }
.third .container .step .step_title p:nth-child(3) {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.76;
  letter-spacing: 0.0.3125rem;
  color: #000000; }
.third .container .step .step_title p:nth-child(4) {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.58;
  color: #000000; }
.third .container .step .step_block {
  position: relative;
  width: 100%;
  padding: 1.875rem 0.9375rem 1.625rem 1.875rem;
  overflow: hidden; }
.third .container .step .step_block:before {
  content: '';
  position: absolute;
  width: 0%;
  height: 0rem;
  bottom: 0rem;
  left: 0rem;
  }
.third .container .step .last:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: -0.25rem;
  left: -0.25rem;
  box-shadow: 0 0 10px 225px rgba(255, 255, 255, 0.9);
  z-index: 200; }
.third .container .step .step_block .sbof {
  width: 100%;
  height: auto;
  max-height: 20rem;
  overflow-y: scroll;
  padding-right: 0.9375rem; }
.third .container .step .last .sbof{
  width: 100%;
  height: auto;
  max-height: 20rem;
  overflow-y: hidden ;
  padding-right: 0.9375rem; }
.third .container .step .last .sbof .blur{
  filter: blur(2px);
}
.third .container .step .step_block .sbof h2 {
  font-family: 'Gotham Pro', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.46;
  letter-spacing: 0.0.3125rem;
  color: #000000;
  margin-bottom: 1.25rem; }
.third .container .step .step_block .sbof ul li {
  /*padding-left: 1.5625rem;*/
  position: relative;
  margin-bottom: 0.9375rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #000000;
  z-index: 100;
}
.third .container .step .step_block .sbof ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #73cd81; }
.third .container .step .step_block .sbof ul li span {
  font-weight: 500; }
.third .container button {
  width: 100%;
  max-width: 22.625rem;
  height: 3.375rem;
  box-shadow: 0.625rem 0.625rem 2.5rem 0 rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to right, #ef9045, #f91c3d);
  font-family: 'Gotham Pro', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.0625rem;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius: 0.1875rem;
  text-transform: uppercase;
  margin-top: 2.65rem; }
  /*margin-top: 1.25rem; }*/

.sbof::-webkit-scrollbar {
  width: 0.375rem; }

.sbof::-webkit-scrollbar-track {
  background-color: #E3E8F5;
  border-radius: 0.1875rem; }

.sbof::-webkit-scrollbar-thumb {
  border-radius: 0.1875rem;
  background-color: #1A47B0; }

.sbof::-webkit-scrollbar-thumb:hover {
  cursor: pointer; }

.four {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding-top: 5rem; }
  .four .container {
    display: flex;
    flex-direction: column; }
    .four .container .four_title {
      width: 100%;
      max-width: 30.125rem; }
      /*max-width: 28.125rem; }*/
      .four .container .four_title p {
        font-size: 2.125rem;
        font-weight: 700;
        color: #000000; }
      .four .container .four_title hr {
        border: none;
        width: 20%;
        height: 0.3125rem;
        background-color: #1a47b0;
        margin: 1.875rem 0; }
    .four .container .four_main {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .four .container .four_main .four_main_text {
        width: 50%;
        margin-left: 2.5rem; }
        .four .container .four_main .four_main_text p {
          font-size: 1.125rem;
          font-weight: 900;
          letter-spacing: 0.0.3125rem;
          color: #000000;
          text-transform: uppercase;
          margin-bottom: 0.9375rem; }
        .four .container .four_main .four_main_text ul li {
          position: relative;
          font-family: 'Roboto', sans-serif;
          font-size: 1.125rem;
          line-height: 1.46;
          letter-spacing: 0.0.25rem;
          color: #000000;
          padding-left: 0.9375rem;
          margin-bottom: 0.625rem; }
          .four .container .four_main .four_main_text ul li span {
            font-weight: 700; }
          .four .container .four_main .four_main_text ul li i {
            position: absolute;
            top: 1.3rem;
            left: 0;
            font-size: 0.375rem; }

.five {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  padding-top: 5rem; }
.five .container {
  display: flex;
  flex-direction: column; }
.five .container .five_title {
  width: 100%;
  max-width: 25rem;
  margin-bottom: 1.875rem; }
.five .container .five_title h2 {
  max-width: 18.75rem;
  font-family: 'Gotham Pro', sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  color: #000000;
  line-height: 125%; }
.five .container .five_title hr {
  margin: 0.625rem 0;
  border: none;
  width: 20%;
  height: 0.3125rem;
  background-color: #1a47b0; }
.five .container .five_title p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000; }
.five .container .five_main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between; }
.five .container .five_main .five_video {
  margin-bottom: 1.875rem;
  width: 100%;
  max-width: 500px;
}

.six {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 5rem 0; }
  .six .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .six .container .six_left {
      width: 100%;
      max-width: 31.875rem;
      display: flex;
      flex-direction: column; }
      .six .container .six_left .six_left_title {
        width: 100%;
        max-width: 23.4375rem;
        margin-bottom: 1.875rem; }
        .six .container .six_left .six_left_title h2 {
          font-family: 'Gotham Pro', sans-serif;
          font-size: 2.125rem;
          font-weight: 700;
          line-height: 125%;
          color: #000000; }
        .six .container .six_left .six_left_title hr {
          border: none;
          width: 20%;
          height: 0.3125rem;
          background-color: #1A47B0;
          margin: 0.625rem 0; }
        .six .container .six_left .six_left_title p {
          font-size: 1.125rem;
          font-weight: 600;
          line-height: 125%;
          color: #000000; }
    .six .container .six_right {
      width: 100%;
      max-width: 35rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .six .container .six_right .six_right_block {
        margin-bottom: 1.875rem;
        width: 10.375rem;
        height: 4.75rem;
        object-fit: contain;
        box-shadow: 1.25rem 1.25rem 3.75rem 0 rgba(0, 0, 0, 0.12);
        background-color: #ffffff; }

.seven {
  width: 100%;
  position: relative;
  padding: 5rem 0;
  background-image: linear-gradient(to top, #0e113d, #1a1e66), linear-gradient(to bottom, #132239, #132239), linear-gradient(to top, #f36542, #f91c3d); }
  .seven .container {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .seven .container #arr3 {
      position: absolute;
      top: 7.3125rem;
      left: 0; }
    .seven .container .seven_left {
      position: relative;
      width: 100%;
      max-width: 37.5rem;
      display: flex;
      flex-direction: column;
      margin-right: 3.125rem; }
      .seven .container .seven_left .seven_left_title {
        position: relative;
        width: 100%;
        max-width: 25rem;
        margin-bottom: 4.375rem; }
        .seven .container .seven_left .seven_left_title h2 {
          font-family: 'Gotham Pro', sans-serif;
          font-size: 2.125rem;
          font-weight: 700;
          line-height: 125%;
          color: #ffd331; }
        .seven .container .seven_left .seven_left_title hr {
          width: 30%;
          height: 0.3125rem;
          border: none;
          background-color: #FFFFFF;
          margin: 0.9375rem 0; }
        .seven .container .seven_left .seven_left_title p {
          font-size: 1.125rem;
          font-weight: 700;
          line-height: 1.76;
          color: #ffffff; }
    .seven .container .seven_right {
      position: relative;
      width: 100%;
      max-width: 22.625rem; }
      .seven .container .seven_right p:nth-child(1) {
        font-family: 'Roboto', sans-serif;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.46;
        letter-spacing: 0.0625rem;
        color: #ffd331; }
      .seven .container .seven_right p:nth-child(2) {
        font-family: 'Roboto', sans-serif;
        font-size: 1.125rem;
        line-height: 1.46;
        letter-spacing: 0.0625rem;
        color: #ffffff;
        margin-bottom: 1.25rem; }
        .seven .container .seven_right p:nth-child(2) span {
          font-weight: 700; }
      .seven .container .seven_right button {
        width: 100%;
        max-width: 22.625rem;
        height: 3.375rem;
        box-shadow: 0.625rem 0.625rem 2.5rem 0 rgba(0, 0, 0, 0.4);
        background-image: linear-gradient(to right, #ef9045, #f91c3d);
        font-family: 'Gotham Pro', sans-serif;
        font-size: 0.875rem;
        font-weight: 700;
        border: none;
        border-radius: 0.1875rem;
        line-height: 1.5;
        text-transform: uppercase;
        cursor: pointer;
        letter-spacing: 0.0625rem;
        color: #ffffff; }

.eight {
  width: 100%;
  position: relative;
  background: url("../../img/eightbg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 5rem;
  border-top: 0.125rem solid #ffd331; }
  .eight .container {
    max-width: 79.375rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end; }
    .eight .container .eight_main {
      width: 100%;
      max-width: 35rem;
      display: flex;
      flex-direction: column;
      margin-bottom: 2.5rem;
      margin-left: 2.5rem; }
      .eight .container .eight_main .eight_main_title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        .eight .container .eight_main .eight_main_title .emt1 {
          width: 100%;
          max-width: 10.3125rem;
          font-size: 4.875rem;
          font-weight: 900;
          line-height: 1.58;
          color: #ffd331;
          text-shadow: -0.1875rem 0.125rem 0.4375rem #ffd331; }
        .eight .container .eight_main .eight_main_title .emt2 {
          width: 100%;
          max-width: 21.875rem;
          height: 4rem;
          padding: 0.625rem 0 0.625rem 1.25rem;
          border: solid 0.0625rem #ffd331;
          border-radius: 0.625rem 0.625rem 0.625rem 0;
          background-color: rgba(255, 255, 255, 0.1);
          font-family: 'Roboto', sans-serif;
          font-size: 0.875rem;
          letter-spacing: 0.0625rem;
          color: #ffffff;
          margin-left: 1.25rem; }
          .eight .container .eight_main .eight_main_title .emt2 span {
            font-weight: 700; }
      .eight .container .eight_main .eight_main_text {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 1.875rem; }
        .eight .container .eight_main .eight_main_text .eight_main_text_left {
          width: 100%;
          max-width: 16.875rem;
          margin-right: 2.0625rem; }
          .eight .container .eight_main .eight_main_text .eight_main_text_left p {
            font-size: 1rem;
            margin-bottom: 1.5625rem;
            font-weight: 300;
            line-height: 140%;
            color: #ffffff; }
            .eight .container .eight_main .eight_main_text .eight_main_text_left p span {
              font-weight: 500; }
        .eight .container .eight_main .eight_main_text .eight_main_text_right {
          width: 100%;
          max-width: 16.875rem; }
          .eight .container .eight_main .eight_main_text .eight_main_text_right p:nth-child(1), .eight .container .eight_main .eight_main_text .eight_main_text_right p:nth-child(2) {
            font-size: 1rem;
            color: #ffffff;
            font-weight: 300;
            line-height: 140%;
            margin-bottom: 1.5625rem; }
            .eight .container .eight_main .eight_main_text .eight_main_text_right p:nth-child(1) span, .eight .container .eight_main .eight_main_text .eight_main_text_right p:nth-child(2) span {
              font-weight: 500; }
          .eight .container .eight_main .eight_main_text .eight_main_text_right p:nth-child(3) {
            font-size: 1.25rem;
            font-weight: 700;
            line-height: 1.58;
            color: #ffd331;
            margin-bottom: 1.5625rem; }
          .eight .container .eight_main .eight_main_text .eight_main_text_right p:nth-child(4) {
            font-size: 1.25rem;
            font-weight: 700;
            line-height: 140%;
            color: #ffffff;
            margin-bottom: 0.9375rem; }
      .eight .container .eight_main button {
        width: 100%;
        max-width: 34.75rem;
        height: 3.375rem;
        box-shadow: 0.625rem 0.625rem 2.5rem 0 rgba(0, 0, 0, 0.4);
        background-image: linear-gradient(to right, #ef9045, #f91c3d);
        font-size: 0.875rem;
        border: none;
        border-radius: 0.25rem;
        text-transform: uppercase;
        cursor: pointer;
        font-weight: 900;
        line-height: 1.5;
        letter-spacing: 0.0625rem;
        color: #ffffff; }

footer {
  width: 100%;
  padding: 3.125rem 0;
  background-color: #121210;
  display: flex;
  justify-content: center; }
  footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    footer .container .footer_contacts {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 1.25rem; }
      footer .container .footer_contacts .footer_item {
        display: inline-flex;
        align-items: center;
        color: #ffffff;
        font-weight: 300; }
        footer .container .footer_contacts .footer_item i {
          margin-right: 0.9375rem;
          font-size: 1.125rem; }
    footer .container .footer_rights {
      font-size: 0.8125rem;
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      color: #ffffff; }
      footer .container .footer_rights a {
        margin-left: 0.9375rem;
        letter-spacing: 0.0.375rem; }
      footer .container .footer_rights .politic {
        display: flex;
        flex-direction: row; }

.popup {
  font-family: 'Gotham Pro', sans-serif;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  z-index: 9989;
  display: none; }
.popup-wr {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }
.popup .popup_block {
  transform: scale(0) translate(50% 50%) !important;
  transform-origin: 0 0;
  left: -50%;
  top: -50%; }
.popup.active {
  display: flex; }
.popup.active .popup_block {
  max-height: 500px;
  transform: scale(1) translate(50% 50%) !important;
  transform-origin: 100% 100%; }
.popup .popup_block {
  line-height: 1.5625rem;
  padding: 0.001rem 0.001rem;
  width: auto;
  height: auto;
  max-width: 50rem;
  border-radius: 0.25rem;
  box-shadow: 0rem 1.375rem 2.325rem 2.0.5rem rgba(73, 76, 84, 0.3);
  background-color: #fcfcff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999; }
.popup .popup_block #pr_text {
  width: 80%;
  margin: 0 auto 3.125rem;
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  line-height: 125%;
  color: #000000;
  font-weight: 400;
  text-align: center; }
.popup .popup_block #pr_text span {
  font-size: 0.75rem;
  font-weight: 700; }
.popup .popup_block p:nth-child(1) {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  color: #363636;
  margin-bottom: 0.9375rem; }
.popup .popup_block p:nth-child(2) {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 0.86;
  color: #0b113a; }
.popup .popup_block p:nth-child(3) {
  font-size: 1.125rem;
  font-weight: 900;
  color: #0b113a;
  margin-bottom: 1.6875rem; }
.popup .popup_block p:nth-child(3) span:nth-child(1) {
  font-size: 4rem; }
.popup .popup_block p:nth-child(3) span:nth-child(2) {
  font-size: 1.5625rem;
  font-weight: 300;
  color: rgba(11, 17, 58, 0.5);
  text-decoration: line-through; }
.popup .popup_block .close {
  position: absolute;
  top: 0.625rem;
  right: 0.75rem;
  font-size: 1.25rem;
  cursor: pointer; }
.popup .popup_block .hatespam {
  font-size: 0.75rem;
  text-align: center;
  color: #989898; }
.popup .popup_block .popup_form {
  width: 100%; }
.popup .popup_block .popup_form p {
  font-size: 0.9375rem;
  line-height: 1.73;
  color: #000000; }
.popup .popup_block .popup_form span {
  font-weight: 700;
  color: #1764fe; }
.popup .popup_block .popup_form label {
  width: 100%;
  display: flex;
  font-size: 0.9375rem;
  color: #000000; }
.popup .popup_block .popup_form label span {
  font-weight: 700;
  color: #1764fe; }
.popup .popup_block .popup_form input {
  background-color: #fcfcff;
  width: 100%;
  padding-left: 1.25rem;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 0.125rem solid #1a47b0; }
.popup .popup_block button {
  text-shadow: 0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.07);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 2 0.3125rem;
  text-align: center;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  margin: 1.25rem 0;
  width: 100%;
  height: 3.125rem;
  border-radius: 0.125rem;
  box-shadow: 0.3125rem 0.3125rem 1.25rem 0 rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(to right, #ef9045, #f91c3d); }
.popup .phone {
  padding: 10px 10px 10px 100px; }

.some-form__line {
  width: 100%;
  position: relative;
}
.some-form__line-required input[type="text"],
.some-form__line-required input[type="tel"],
.some-form__line-required input[type="email"] {
  border-color: #f45a57;
}
.some-form__line-required .some-form__hint {
  opacity: 1;
  z-index: auto;
}
.some-form__hint{
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -6px;
  padding: 0 12px;
  border-radius: 0 0 5px 5px;
  width: 100%;
  background: #f45a57;
  color: #fff !important;
  font-size: 12px;
  line-height: 1.333333;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media all and (max-width: 48rem) {
  button.mfp-arrow {
    display: none; } }

.pr_wr {
  background-color: rgba(255, 255, 255, 0.6); }

.pr {
  text-align: center; }

.pr {
  overflow: hidden; }

.pr span {
  font-weight: 700;
  display: inline-block; }

.pr, .pr span {
  position: relative; }

.pr span, .pr span strong, .pr_wr {
  display: inline-block; }

.pr_wr {
  margin-bottom: 1.25rem;
  box-shadow: 1.875rem 1.875rem 3.75rem 0 rgba(0, 0, 0, 0.3);
  padding: 0.375rem;
  width: 100%;
  max-width: 43.75rem;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pr {
  background-color: #e0e0e0;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem; }

.pr span {
  font-size: 1.125rem;
  z-index: 2;
  color: #004bc5;
  padding: 0.25rem 0;
  -webkit-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease; }

.pr span strong {
  font-weight: 900;
  width: 2.625rem; }

.pl_l {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 0.875rem;
  border-radius: 0.875rem;
  z-index: 1;
  background: -webkit-linear-gradient(274.68deg, #00b9fa 5.92%, #1764fe 100%);
  background: -o-linear-gradient(274.68deg, #00b9fa 5.92%, #1764fe 100%);
  background: linear-gradient(175.32deg, #00b9fa 5.92%, #1764fe 100%);
  -webkit-box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.25);
  width: 0;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease; }

@media (max-width: 75rem) {
  .pr_wr {
    width: 100%;
    max-width: 43.75rem;
    padding: 1rem 1.0625rem; }
  .pr span {
    font-size: 0.875rem; } }

@media (max-width: 47.9375rem) {
  .pr_wr {
    width: 100%; }
  .pr {
    text-align: left; }
  .pr span {
    font-size: 0.75rem;
    padding-left: 0.75rem;
    color: #fff !important; }
  .pr span strong {
    width: 2rem; } }

@media only screen and (max-width: 64rem) {
  header {
    height: auto;
    position: relative;
    flex-direction: column; }
  header .header_main .header_main_left .header_main_left_block {
    padding-left: 2rem; }
  header .header_left {
    width: 100%;
    align-items: center;
    padding-right: 0;
    padding-top: 11.25rem;
    padding-bottom: 5rem; }
  header .header_right {
    position: relative;
    width: 100%;
    align-items: center;
    padding-top: 5rem;
    padding-left: 0;
    padding-bottom: 5rem; }
  .five .container .five_main {
    justify-content: space-around; }
  .six .container {
    flex-direction: column; }
  .six .container .six_left {
    margin-bottom: 2.5rem; }
  footer .container .footer_rights {
    flex-direction: column; }
  .politic {
    margin-top: 1.25rem; }
  footer .container .footer_rights a {
    margin-left: 0;
    margin-right: 0.625rem; } }

@media only screen and (max-width: 62rem) {
  .second .container #arr2 {
    display: none; }
  .seven .container #arr3 {
    display: none; } }

@media only screen and (max-width: 48rem) {
  header .header_main {
    padding: 0.625rem 0;
    height: auto;
    flex-direction: column;
    align-items: center; }
  header .header_main .header_main_left .header_main_left_block {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    padding-left: 0; }
  header .header_main .header_main_left .header_main_left_block p:nth-child(2) {
    margin: 0.5rem 0; }
  header .header_main .header_main_right {
    padding-left: 0; }
  footer {
    padding: 3.125rem 0.625rem; }
  .four .container .four_main {
    flex-direction: column;
    align-items: center; }
  .four .container {
    align-items: center; }
  .four .container .four_title p {
    text-align: center; }
  .four .container .four_title hr {
    margin: 1.875rem auto; }
  .four .container .four_main .four_main_text {
    width: 80%;
    margin-left: 0;
    margin-top: 1.875rem; }
  .five .container .five_title {
    margin: 0 auto 1.875rem;
    text-align: center; }
  .five .container .five_title h2 {
    max-width: 30rem; }
  .five .container .five_title hr {
    margin: 0.625rem auto; }
  .six .container .six_left .six_left_title {
    text-align: center;
    margin: 0 auto 1.25rem; }
  .six .container .six_left .six_left_title hr {
    margin: 0.625rem auto; }
  .seven .container {
    flex-direction: column;
    align-items: center; }
  .seven .container .seven_left {
    display: flex;
    flex-direction: column;
    margin-right: 0; }
  .seven .container .seven_left .seven_left_title {
    margin: 0 auto 1.25rem; }
  .seven .container .seven_right {
    margin-top: 1.25rem; }
  .eight .container {
    flex-direction: column-reverse;
    align-items: center; } }

@media only screen and (max-width: 25.9375rem) {
  header .header_main .header_main_left {
    width: 100%;
  }
  footer .container .footer_contacts {
    flex-direction: column;
    margin-bottom: 1.25rem; }
  footer .container .footer_contacts .footer_item {
    margin: 0.625rem 0; }
  footer .container .footer_rights .politic {
    display: flex;
    flex-direction: column; }
  footer .container .footer_rights .politic a {
    margin: 0.3125rem 0; }
  footer {
    padding: 1.875rem; }
  header .header_left .header_left_block .header_left_block_title .hlbtt {
    font-size: 1.875rem;
    margin-bottom: 0; }
  header .header_left {
    padding-left: 0.9375rem; }
  header .header_right .header_right_block #vctrhead {
    display: none; }
  header .header_right .header_right_block .dollar {
    width: 95%;
    margin: 0 auto; }
  header .header_right {
    padding: 5rem 10px;
  }
  header .header_right .header_right_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 30rem;}
  header .header_right .header_right_block .header_right_block_title p:nth-child(1) {
    text-align: center; }
  header .header_right .header_right_block .header_right_block_title p:nth-child(2) {
    text-align: center;
    margin-bottom: 1.25rem; }
  .second .container {
    flex-direction: column;
    align-items: center; }
  .second .container img {
    max-width: 18.75rem; }
  .third .container .step {
    flex-direction: column; }
  .third .container .step .step_title h2 {
    font-size: 3.125rem; }
  .third .container .step .step_title {
    -webkit-clip-path: polygon(100% 0%, 100% 93%, 50% 100%, 0 93%, 0 0);
    clip-path: polygon(100% 0%, 100% 93%, 50% 100%, 0 93%, 0 0); }
  .eight .container .eight_main .eight_main_title {
    flex-direction: column;
    margin-bottom: 1.25rem; }
  .eight .container .eight_main .eight_main_title .emt2 {
    margin-left: 0; }
  .eight .container .eight_main .eight_main_text {
    flex-direction: column;
    margin-bottom: 1.875rem; }
  .eight .container .eight_main .eight_main_text .eight_main_text_left {
    width: 100%;
    max-width: 25rem;
    margin-right: 0; }
  .eight .container .eight_main .eight_main_text .eight_main_text_right {
    max-width: 25rem;
    display: flex;
    flex-direction: column; }
  .eight .container .eight_main {
    margin-left: 0; }
  .eight .container .eight_main .eight_main_text .eight_main_text_right p:nth-child(3) {
    text-align: center; }
  .eight .container .eight_main .eight_main_text .eight_main_text_right p:nth-child(4) {
    text-align: center; }
  .five .container .five_main .five_video iframe{
    width: 300px;
    height: 168px;
    margin: 0 auto;
  }
  .five .container .five_main .five_video{
    display: flex;
    justify-content: center;}
  .popup .popup_block {
    line-height: 1rem;
    max-height: 500px;
    /*padding: 30px 10px;*/
    /*width: 100%;*/
  }
  .pr_wr {
    padding: 5px;
  }
  .popup .popup_block .popup_form p {
    line-height: 1.4;
  }
  .popup .popup_block #pr_text {
    margin: 0 auto 17px;
  }
  .popup .popup_block .popup_form label {
    display: block;
  }
}

@media only screen and (max-width: 20rem) {
  .third .container .step .step_title h2 {
    font-size: 2rem; }
  header .header_main .header_main_left .header_main_left_block p:nth-child(2) {
    text-align: center; }
  header .header_left .header_left_block .header_left_block_title {
    flex-direction: column;
    align-items: baseline; }
  header .header_left {
    padding-top: 10.25rem; }
  header .header_main .header_main_right p {
    font-size: 0.6875rem; }
  .six .container .six_right {
    justify-content: center; }
}
@media only screen and (max-height: 48rem){
  header{
    height: auto;
  }
}
/*# sourceMappingURL=main.css.map */

