@charset "UTF-8";
/*color*/
/*fonts*/
/*effects*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&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: 71.875rem; }

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-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;
  background: url("../../img/background.png") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3.125rem;
  z-index: 101; }
  header .menu {
    width: 100%;
    height: 6.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-shadow: inset 0 0 0 12.5rem rgba(255, 255, 255, 0.05);
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1); }
    header .menu .container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      header .menu .container img {
        width: 100%;
        max-width: 8.125rem;
        height: 2rem; }
      header .menu .container .menu_item {
        display: inline-flex;
        align-items: center;
        color: #ffffff;
        font-weight: 300; }
        header .menu .container .menu_item i {
          margin-right: 0.9375rem;
          font-size: 1.125rem; }
      header .menu .container button {
        width: 22.625rem;
        height: 2.75rem;
        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;
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 0.0625rem;
        color: #ffffff;
        text-transform: uppercase;
        border-radius: 0.3125rem;
        cursor: pointer; }
  header .header_main_container {
    width: 100%;
    max-width: 71.875rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    header .header_main_container .header_main_title {
      width: 100%;
      max-width: 39.375rem; }
      header .header_main_container .header_main_title .rocket_button {
        display: block;
        background-image: linear-gradient(to right, #ef9045, #f91c3d);
        width: 20.75rem;
        height: 52px;
        line-height: 52px;
        color: #fff;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        cursor: pointer;
        overflow: hidden;
        border-radius: 0.3125rem;
        box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.3);
        transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
        letter-spacing: 0.0625rem;
        margin-top: 1.25rem; }
        header .header_main_container .header_main_title .rocket_button span,
        header .header_main_container .header_main_title .rocket_button .icon {
          display: block;
          height: 100%;
          text-align: center;
          position: absolute;
          top: 0; }
        header .header_main_container .header_main_title .rocket_button span {
          width: 80%;
          font-family: 'Gotham Pro', sans-serif;
          line-height: inherit;
          font-size: 0.875rem;
          font-weight: 500;
          text-transform: uppercase;
          right: 0;
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4); }
          header .header_main_container .header_main_title .rocket_button span:after {
            content: '';
            background-color: rgba(255, 255, 255, 0.2);
            width: 0.125rem;
            height: 70%;
            position: absolute;
            top: 15%;
            left: -0.0625rem; }
        header .header_main_container .header_main_title .rocket_button .icon {
          width: 20%;
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
          padding: 0.4375rem 0; }
        header .header_main_container .header_main_title .rocket_button:hover span {
          right: -72%;
          opacity: 0; }
        header .header_main_container .header_main_title .rocket_button:hover .icon {
          width: 100%; }
        header .header_main_container .header_main_title .rocket_button:active {
          opacity: 1; }
      header .header_main_container .header_main_title h2 {
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.0625rem;
        color: #fad961;
        text-transform: uppercase; }
    header .header_main_container p:nth-child(2) {
      font-weight: 700;
      font-size: 3rem;
      color: #ffffff;
      line-height: 125%; }
    header .header_main_container p:nth-child(3) {
      font-weight: 300;
      font-size: 3rem;
      color: #ffffff; }
    header .header_main_container p:nth-child(4), header .header_main_container p:nth-child(5) {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      font-size: 1.125rem;
      color: #ffffff;
      margin-top: 1.25rem; }
      header .header_main_container p:nth-child(4) span, header .header_main_container p:nth-child(5) span {
        font-weight: 700;
        color: #ef9045; }
    header .header_main_container img {
      max-width: 100%; }
  header .button_down {
    width: 100%;
    max-width: 71.875rem;
    padding: 0 6.25rem;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer; }
    header .button_down .arrows {
      display: flex;
      flex-direction: column;
      margin-right: 1.25rem; }
    header .button_down p {
      opacity: .8; }

.second {
  position: relative;
  width: 100%;
  padding: 9.375rem 0;
  display: flex;
  justify-content: center;
  z-index: 100; }
  .second .container {
    width: 100%;
    max-width: 71.875rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .second .container .second_prog {
      width: 100%;
      max-width: 23.75rem;
      display: flex;
      flex-direction: column;
      justify-content: left; }
      .second .container .second_prog hr {
        height: 0.4375rem;
        width: 30%;
        background-color: #1a47b0;
        border: none; }
      .second .container .second_prog p {
        line-height: 125%;
        font-size: 2.5rem;
        font-weight: 300;
        color: #1a47b0; }
        .second .container .second_prog p span {
          font-weight: 700; }
    .second .container .second_bismark {
      width: 100%;
      max-width: 16.5625rem; }
      .second .container .second_bismark .circle {
        width: 4.1875rem;
        height: 4.1875rem;
        border-radius: 50%;
        background-color: #F36542;
        text-align: center;
        box-shadow: 1.25rem 1.25rem 3.75rem rgba(0, 0, 0, 0.4);
        margin-bottom: 1.875rem; }
        .second .container .second_bismark .circle span {
          line-height: 4.1875rem;
          color: #ffffff;
          font-size: 1.25rem; }
      .second .container .second_bismark h2 {
        font-weight: 500;
        letter-spacing: 0.0625rem;
        font-size: 1.125rem;
        color: #1A47B0;
        margin-bottom: 0.625rem; }
      .second .container .second_bismark p {
        line-height: 1.25rem;
        font-size: 1rem;
        color: #595F6F; }

.team {
  padding: 6.25rem 0;
  width: 100%;
  display: flex;
  justify-content: center; }
  .team .container {
    width: 100%;
    max-width: 71.875rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .team .container .team_title {
      width: 100%;
      max-width: 36.875rem; }
      .team .container .team_title p:nth-child(1) {
        font-size: 2.5rem;
        line-height: 125%;
        font-weight: 300;
        color: #1a47b0; }
      .team .container .team_title p:nth-child(2) {
        font-size: 2.5rem;
        line-height: 125%;
        font-weight: 500;
        color: #1a47b0;
        margin-bottom: 0.625rem; }
      .team .container .team_title p:nth-child(3) {
        line-height: 1.75rem;
        width: 80%;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        font-size: 1.25rem;
        color: #595f6f; }
    .team .container .team_img {
      width: 100%;
      max-width: 34.375rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .team .container .team_img .team_img_block {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 10.375rem;
        height: 4.75rem;
        border: 0.125rem solid #EDF2FF; }

.third {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #EDF2FF; }
  .third .third_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 71.875rem;
    padding: 6.25rem 0;
    z-index: 50; }
    .third .third_container .sidebar-area {
      position: relative;
      width: 100%;
      max-width: 26.25rem; }
      .third .third_container .sidebar-area .side-navigation {
        width: 100%; }
        .third .third_container .sidebar-area .side-navigation p:nth-child(1) {
          font-family: 'Gotham Pro', sans-serif;
          line-height: 125%;
          font-size: 2.5rem;
          font-weight: 300;
          color: #1a47b0; }
        .third .third_container .sidebar-area .side-navigation p:nth-child(2) {
          font-family: 'Gotham Pro', sans-serif;
          font-size: 2.5rem;
          line-height: 125%;
          font-weight: 700;
          color: #1a47b0; }
        .third .third_container .sidebar-area .side-navigation hr:nth-child(3) {
          width: 30%;
          height: 0.4375rem;
          background-color: #1a47b0;
          line-height: 1.75rem;
          border: none;
          margin: 2.5rem 0 1.25rem; }
        .third .third_container .sidebar-area .side-navigation p:nth-child(4) {
          font-family: 'Roboto', sans-serif;
          font-size: 1.25rem;
          color: #595f6f; }
        .third .third_container .sidebar-area .side-navigation.fixed {
          position: fixed;
          top: 6.25rem;
          width: 26.25rem; }
        .third .third_container .sidebar-area .side-navigation.bottom {
          position: absolute;
          bottom: 0;
          top: auto;
          width: 26.25rem; }
    .third .third_container .site-main {
      width: 100%;
      height: auto; }
      .third .third_container .site-main .slider_block {
        padding: 0 3.125rem 1.875rem 3.125rem; }
        .third .third_container .site-main .slider_block .slider_block_div {
          width: 100%;
          padding: 3.125rem;
          background-color: #ffffff;
          border-radius: 0.625rem;
          border: 0.125rem solid #DFE8FF;
          box-shadow: 1.25rem 1.25rem 1.875rem 0 rgba(0, 0, 0, 0.1); }
          .third .third_container .site-main .slider_block .slider_block_div h2 {
            font-size: 3.625rem;
            font-weight: 900;
            color: #EDF2FF; }
          .third .third_container .site-main .slider_block .slider_block_div .pf {
            font-weight: 500;
            font-size: 1.375rem;
            color: #1a47b0;
            margin: 0.625rem 0; }
          .third .third_container .site-main .slider_block .slider_block_div .ps {
            font-family: 'Roboto', sans-serif;
            font-size: 1rem;
            color: #595f6f; }

.third_media {
  display: none;
  position: relative;
  justify-content: center;
  background-color: #EDF2FF;
  align-items: center; }
  .third_media .third_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 71.875rem;
    padding: 6.25rem 0;
    z-index: 50; }
    .third_media .third_container .sidebar-area_media {
      position: relative;
      width: 90%;
      margin-bottom: 3.125rem; }
      .third_media .third_container .sidebar-area_media .side-navigation_media {
        width: 100%; }
        .third_media .third_container .sidebar-area_media .side-navigation_media p:nth-child(1) {
          font-family: 'Gotham Pro', sans-serif;
          line-height: 125%;
          font-size: 2.5rem;
          font-weight: 300;
          color: #1a47b0; }
        .third_media .third_container .sidebar-area_media .side-navigation_media p:nth-child(2) {
          font-family: 'Gotham Pro', sans-serif;
          font-size: 2.5rem;
          line-height: 125%;
          font-weight: 700;
          color: #1a47b0; }
        .third_media .third_container .sidebar-area_media .side-navigation_media hr:nth-child(3) {
          width: 30%;
          height: 0.4375rem;
          background-color: #1a47b0;
          line-height: 1.75rem;
          border: none;
          margin: 2.5rem 0 1.25rem; }
        .third_media .third_container .sidebar-area_media .side-navigation_media p:nth-child(4) {
          font-family: 'Roboto', sans-serif;
          font-size: 1.25rem;
          color: #595f6f; }
        .third_media .third_container .sidebar-area_media .side-navigation_media.fixed {
          position: fixed;
          top: 6.25rem;
          width: 26.25rem; }
        .third_media .third_container .sidebar-area_media .side-navigation_media.bottom {
          position: absolute;
          bottom: 0;
          top: auto;
          width: 26.25rem; }
    .third_media .third_container .site-main_media {
      width: 100%;
      height: auto; }
      .third_media .third_container .site-main_media .slider_block {
        padding: 0 3.125rem 1.875rem 3.125rem; }
        .third_media .third_container .site-main_media .slider_block .slider_block_div {
          width: 100%;
          padding: 3.125rem;
          background-color: #ffffff;
          border-radius: 0.625rem;
          border: 0.125rem solid #DFE8FF;
          box-shadow: 1.25rem 1.25rem 1.875rem 0 rgba(0, 0, 0, 0.1); }
          .third_media .third_container .site-main_media .slider_block .slider_block_div h2 {
            font-size: 3.625rem;
            font-weight: 900;
            color: #EDF2FF; }
          .third_media .third_container .site-main_media .slider_block .slider_block_div .pf {
            font-weight: 500;
            font-size: 1.375rem;
            color: #1a47b0;
            margin: 0.625rem 0; }
          .third_media .third_container .site-main_media .slider_block .slider_block_div .ps {
            font-family: 'Roboto', sans-serif;
            font-size: 1rem;
            color: #595f6f; }


.module {
  width: 100%;
  position: relative;
  background-color: #edf2ff;
  padding: 6.25rem 0 5rem 0; }
.module .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;}
.module .container .module_title{
  text-align: center;
  width: 100%;
}
.module .container .module_step_title{
  text-align: center;
  width: 100%;
  margin-bottom: 1.75rem;
  font-size: 2.2rem;
  text-transform: uppercase;
  line-height: 125%;
  color: #1a47b0;
  margin-top: 70px;
}
.module .container .module_step_footer{
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  line-height: 125%;
  font-weight: 700;
  margin-top: 50px;
}
.module .container .module_step_footer span{
  font-size: 1.4rem;
  font-weight: 800;
}
.module .container .module_step_footer2{
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  line-height: 125%;
}
.module .container .module_title p:nth-child(1){
  font-size: 2.5rem;
  font-weight: 300;
  color: #1a47b0;
  line-height: 125%;
  margin-bottom: 0.625rem;
}
.module .container .module_title p:nth-child(2){
  font-size: 2.5rem;
  line-height: 125%;
  font-weight: 700;
  color: #1a47b0;
}
.module .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; }
.module .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%); }
.module .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; }
.module .container .step .step_title p:nth-child(3) {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.76;
  letter-spacing: 0.0.3125rem;
  color: #000000; }
.module .container .step .step_title p:nth-child(4) {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.58;
  color: #000000; }
.module .container .step .step_block {
  position: relative;
  width: 100%;
  padding: 1.875rem 0.9375rem 1.625rem 1.875rem;
  overflow: hidden; }
.module .container .step .step_block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: -0.25rem;
  left: -0.25rem;
  box-shadow: -0.25rem 0.75rem 3.75rem 4.5rem #fff;
  z-index: 200; }
.module .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; }
.module .container .step .step_block .sbof {
  width: 100%;
  height: auto;
  max-height: 20rem;
  overflow-y: scroll;
  padding-right: 0.9375rem; }
.module .container .step .last .sbof{
  width: 100%;
  height: auto;
  max-height: 20rem;
  overflow-y: hidden ;
  padding-right: 0.9375rem; }
.module .container .step .last .sbof .blur{
  filter: blur(2px);
}
.module .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; }
.module .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;
}
.module .container .step .step_block .sbof ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #73cd81; }
.module .container .step .step_block .sbof ul li span {
  font-weight: 500; }
.module .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: 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; }

.rocket {
  width: 100%;
  height: 28.125rem;
  background: url("../../img/bgrocket.png") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .rocket .container {
    position: relative;
    max-width: 43.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    .rocket .container p {
      font-family: 'Roboto', sans-serif;
      font-size: 1.125rem;
      color: #ffffff;
      text-align: center;
      line-height: 1.4375rem;
      letter-spacing: 0.0.3125rem; }
      .rocket .container p span {
        font-weight: 500;
        color: #facd1d; }
    .rocket .container h2 {
      font-family: 'Gotham Pro', sans-serif;
      font-size: 3rem;
      font-weight: 700;
      color: #ffffff;
      margin: 1.875rem 0 2.5rem; }
    .rocket .container .rocket_button {
      display: block;
      background-image: linear-gradient(to right, #ef9045, #f91c3d);
      width: 20.75rem;
      height: 52px;
      line-height: 52px;
      margin: auto;
      color: #fff;
      position: relative;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      cursor: pointer;
      overflow: hidden;
      border-radius: 0.3125rem;
      box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.3);
      transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
      letter-spacing: 0.0625rem; }
      .rocket .container .rocket_button span,
      .rocket .container .rocket_button .icon {
        display: block;
        height: 100%;
        text-align: center;
        position: absolute;
        top: 0; }
      .rocket .container .rocket_button span {
        width: 80%;
        font-family: 'Gotham Pro', sans-serif;
        line-height: inherit;
        font-size: 0.875rem;
        font-weight: 500;
        text-transform: uppercase;
        right: 0;
        transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4); }
        .rocket .container .rocket_button span:after {
          content: '';
          background-color: rgba(255, 255, 255, 0.2);
          width: 0.125rem;
          height: 70%;
          position: absolute;
          top: 15%;
          left: -0.0625rem; }
      .rocket .container .rocket_button .icon {
        width: 20%;
        transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
        padding: 0.4375rem 0; }
      .rocket .container .rocket_button:hover span {
        right: -72%;
        opacity: 0; }
      .rocket .container .rocket_button:hover .icon {
        width: 100%; }
      .rocket .container .rocket_button:active {
        opacity: 1; }

.more {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5rem 0; }
  .more .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    .more .container .more_title {
      text-align: center;
      width: 100%;
      margin-bottom: 3.75rem; }
      .more .container .more_title p:nth-child(1) {
        font-size: 2.5rem;
        font-weight: 300;
        color: #1a47b0;
        line-height: 125%;
        margin-bottom: 0.625rem; }
      .more .container .more_title p:nth-child(2) {
        font-size: 2.5rem;
        line-height: 125%;
        font-weight: 700;
        color: #1a47b0; }
    .more .container .more_body {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .more .container .more_body .more_body_block {
        position: relative;
        width: 100%;
        max-width: 22.5rem;
        height: 23.75rem;
        padding-top: 4.375rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        border: 0.125rem solid transparent;
        text-align: center; }
        .more .container .more_body .more_body_block h2 {
          font-family: 'Gotham Pro', sans-serif;
          font-size: 1.125rem;
          font-weight: 500;
          color: #1a47b0;
          margin: 1.25rem 0; }
        .more .container .more_body .more_body_block p {
          width: 100%;
          font-family: 'Roboto', sans-serif;
          font-size: 1rem;
          color: #595f6f;
          text-align: center;
          margin-bottom: 1.25rem; }
        .more .container .more_body .more_body_block .more_button {
          display: none;
          background-image: linear-gradient(to right, #ef9045, #f91c3d);
          width: 15.625rem;
          height: 3.125rem;
          line-height: 3.125rem;
          margin: auto;
          color: #fff;
          position: absolute;
          bottom: 2.5rem;
          cursor: pointer;
          overflow: hidden;
          border-radius: 0.3125rem;
          box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.3);
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
          letter-spacing: 0.0625rem;
          font-family: 'Roboto', sans-serif; }
          .more .container .more_body .more_body_block .more_button span,
          .more .container .more_body .more_body_block .more_button .icon {
            display: block;
            height: 100%;
            text-align: center;
            position: absolute;
            top: 0; }
          .more .container .more_body .more_body_block .more_button span {
            width: 80%;
            font-family: 'Gotham Pro', sans-serif;
            line-height: inherit;
            font-size: 0.875rem;
            font-weight: 500;
            left: 0;
            transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4); }
            .more .container .more_body .more_body_block .more_button span:after {
              content: '';
              background-color: rgba(255, 255, 255, 0.2);
              width: 0.125rem;
              height: 70%;
              position: absolute;
              top: 15%;
              right: -0.0625rem; }
          .more .container .more_body .more_body_block .more_button .icon {
            width: 20%;
            transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
            right: 0;
            padding: 0.25rem 0; }
          .more .container .more_body .more_body_block .more_button:hover span {
            left: -80%;
            opacity: 0; }
          .more .container .more_body .more_body_block .more_button:hover .icon {
            width: 100%; }
          .more .container .more_body .more_body_block .more_button:active {
            opacity: 1; }
        .more .container .more_body .more_body_block:hover, .more .container .more_body .more_body_block:active {
          border: 0.125rem solid #FACD1D; }
          .more .container .more_body .more_body_block:hover .more_button, .more .container .more_body .more_body_block:active .more_button {
            display: block; }
          .more .container .more_body .more_body_block:hover .more_svg path, .more .container .more_body .more_body_block:active .more_svg path {
            fill: #F36642; }
    .more .container .more_footer {
      margin-top: 3.75rem;
      width: 80%;
      text-align: center;
      font-family: 'Roboto', sans-serif;
      font-size: 1.125rem;
      color: #000000;
      font-weight: 300; }
      .more .container .more_footer span {
        font-weight: 500; }

.packets {
  position: relative;
  width: 100%;
  background-color: #edf2ff;
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 300; }
  .packets .container {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .packets .container .packets_title {
      width: 100%;
      max-width: 43.75rem;
      margin-bottom: 4.375rem;
      text-align: center; }
      .packets .container .packets_title h2 {
        font-family: 'Gotham Pro', sans-serif;
        font-size: 2.5rem;
        font-weight: 300;
        color: #1a47b0;
        margin-bottom: 0.625rem;
        line-height: 125%; }
      .packets .container .packets_title p {
        font-family: 'Gotham Pro', sans-serif;
        font-size: 2.5rem;
        font-weight: 700;
        color: #1a47b0;
        line-height: 125%; }
    .packets .container .packets_main {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .packets .container .packets_main .packets_main_block {
        position: relative;
        background-color: #ffffff;
        border-radius: 0.3125rem;
        width: 100%;
        max-width: 22.5rem;
        padding: 3.125rem 0 1.875rem; }
        .packets .container .packets_main .packets_main_block .packets_main_block_title {
          padding: 0 1.25rem;
          height: 15.625rem; }
          .packets .container .packets_main .packets_main_block .packets_main_block_title p:nth-child(2) {
            font-family: 'Roboto', sans-serif;
            font-size: 3rem;
            font-weight: 700;
            color: #1a47af; }
          .packets .container .packets_main .packets_main_block .packets_main_block_title p:nth-child(3) {
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 1.125rem;
            color: #000000; }
            .packets .container .packets_main .packets_main_block .packets_main_block_title p:nth-child(3) span {
              font-weight: 500; }
        .packets .container .packets_main .packets_main_block ul {
          margin-bottom: 1.25rem; }
          .packets .container .packets_main .packets_main_block ul li {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding: 1.25rem 1.25rem;
            border-top: 0.0625rem solid #f1f2f5; }
            .packets .container .packets_main .packets_main_block ul li .fa-check {
              margin-left: 0.625rem;
              color: #FACD1D; }
            .packets .container .packets_main .packets_main_block ul li .fa-times {
              margin-left: 0.625rem;
              color: #FA2B56; }
          .packets .container .packets_main .packets_main_block ul .times {
            color: #959EB7; }
        .packets .container .packets_main .packets_main_block .bron_button {
          display: block;
          background-image: linear-gradient(to right, #ef9045, #f91c3d);
          width: 85%;
          height: 4.375rem;
          line-height: 4.375rem;
          font-weight: 700;
          color: #fff;
          position: relative;
          cursor: pointer;
          overflow: hidden;
          border-radius: 0.3125rem;
          box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.3);
          transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
          letter-spacing: 0.0625rem;
          margin: 1.875rem auto; }
          .packets .container .packets_main .packets_main_block .bron_button span,
          .packets .container .packets_main .packets_main_block .bron_button .icon {
            display: block;
            height: 100%;
            text-align: center;
            position: absolute;
            top: 0; }
          .packets .container .packets_main .packets_main_block .bron_button span {
            width: 80%;
            font-family: 'Gotham Pro', sans-serif;
            line-height: inherit;
            font-size: 0.875rem;
            font-weight: 700;
            text-transform: uppercase;
            left: 0;
            transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4); }
            .packets .container .packets_main .packets_main_block .bron_button span:after {
              content: '';
              background-color: rgba(255, 255, 255, 0.2);
              width: 0.125rem;
              height: 70%;
              position: absolute;
              top: 15%;
              right: -0.0625rem; }
          .packets .container .packets_main .packets_main_block .bron_button .icon {
            width: 20%;
            transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
            right: 0;
            padding: 0.375rem 0; }
          .packets .container .packets_main .packets_main_block .bron_button:hover span {
            left: -80%;
            opacity: 0; }
          .packets .container .packets_main .packets_main_block .bron_button:hover .icon {
            width: 100%; }
          .packets .container .packets_main .packets_main_block .bron_button:active {
            opacity: 1; }
        .packets .container .packets_main .packets_main_block .pmb1 {
          color: #000000;
          font-size: 1rem;
          width: 100%;
          padding: 1.25rem 0 0 1.25rem;
          margin-bottom: 0.625rem;
          border-top: 0.0625rem solid #f1f2f5; }
          .packets .container .packets_main .packets_main_block .pmb1 span {
            position: relative;
            font-weight: 700; }
            .packets .container .packets_main .packets_main_block .pmb1 span:before {
              content: '';
              width: 120%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              height: 0.0625rem;
              background-color: #000000; }
        .packets .container .packets_main .packets_main_block .pmb2 {
          width: 100%;
          padding-left: 1.25rem;
          font-family: 'Roboto', sans-serif;
          font-size: 1.125rem;
          color: #1a47af;
          line-height: 125%; }
          .packets .container .packets_main .packets_main_block .pmb2 span {
            font-size: 1.625rem;
            font-weight: 700;
            line-height: 125%; }
        .packets .container .packets_main .packets_main_block .pmb3 {
          color: #1a47af;
          font-size: 1.125rem;
          font-weight: 700;
          width: 100%;
          padding-left: 1.25rem;
          line-height: 125%; }
        .packets .container .packets_main .packets_main_block .pmb4 {
          color: #1a47af;
          font-size: 1.125rem;
          font-weight: 400;
          width: 100%;
          padding-left: 1.25rem;
          line-height: 125%; }
        .packets .container .packets_main .packets_main_block .pmb5 {
          color: #1a47af;
          font-size: 1.125rem;
          font-weight: 400;
          width: 100%;
          padding-left: 1.25rem;
          line-height: 125%; }
          .packets .container .packets_main .packets_main_block .pmb5 a {
            color: #F36642;
            font-family: 'Gotham Pro', sans-serif;
            font-weight: 700;
            font-size: 0.875rem;
            text-transform: uppercase;
            cursor: pointer; }
      .packets .container .packets_main .super {
        background-image: linear-gradient(to top, #092056, #123075); }
        .packets .container .packets_main .super .packets_main_block_title p:nth-child(2) {
          font-family: 'Roboto', sans-serif;
          font-size: 3rem;
          font-weight: 500;
          color: #ffffff; }
        .packets .container .packets_main .super .packets_main_block_title p:nth-child(3) {
          font-family: 'Roboto', sans-serif;
          font-weight: 300;
          font-size: 1.125rem;
          color: #FACD1D; }
          .packets .container .packets_main .super .packets_main_block_title p:nth-child(3) span {
            font-family: 'Roboto', sans-serif;
            font-weight: 500; }
        .packets .container .packets_main .super ul li {
          color: #ffffff;
          border-top: 0.0625rem solid #3a5694; }
        .packets .container .packets_main .super .pmb1 {
          border-top: 0.0625rem solid #3a5694; }
          .packets .container .packets_main .super .pmb1 span:before {
            background-color: #ffffff; }
        .packets .container .packets_main .super .pmb1, .packets .container .packets_main .super .pmb2, .packets .container .packets_main .super .pmb3, .packets .container .packets_main .super .pmb4, .packets .container .packets_main .super .pmb5 {
          color: #ffffff; }

.complect {
  position: relative;
  width: 100%;
  padding: 4.375rem 0;
  background-image: linear-gradient(to top, #123075, #092056);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 300;
  overflow: hidden; }
  .complect .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .complect .container .complect_title {
      width: 100%;
      max-width: 43.75rem;
      text-align: center;
      margin-bottom: 7.5rem; }
      .complect .container .complect_title h2 {
        font-family: 'Gotham Pro', sans-serif;
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 125%;
        color: #ffffff; }
      .complect .container .complect_title p {
        font-family: 'Gotham Pro', sans-serif;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 125%;
        color: #ffffff; }
    .complect .container .complect_main {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .complect .container .complect_main .complect_main_block {
        font-family: 'Roboto', sans-serif;
        background-color: #ffffff;
        width: 100%;
        max-width: 34.375rem;
        height: 20rem;
        border-radius: 0.3125rem;
        box-shadow: 2.5rem 2.5rem 5rem 0 rgba(0, 0, 0, 0.1);
        padding: 3.75rem 3.125rem 0; }
        .complect .container .complect_main .complect_main_block p {
          font-family: 'Gotham Pro', sans-serif;
          font-size: 1.375rem;
          font-weight: 500;
          color: #1a47b0;
          margin-bottom: 0.625rem; }
        .complect .container .complect_main .complect_main_block ul li {
          font-family: 'Roboto', sans-serif;
          font-size: 1.125rem;
          color: #000000;
          margin-bottom: 0.625rem; }
          .complect .container .complect_main .complect_main_block ul li span {
            font-family: 'Gotham Pro', sans-serif;
            font-size: 1.375rem;
            font-weight: 500;
            color: #1a47b0; }

.video {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 6.25rem 0; }
  .video .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    .video .container .video_title {
      width: 100%;
      max-width: 43.75rem;
      text-align: center;
      margin-bottom: 3.75rem; }
      .video .container .video_title h2 {
        font-family: 'Gotham Pro', sans-serif;
        font-size: 2.5rem;
        font-weight: 300;
        color: #1a47b0;
        line-height: 125%; }
      .video .container .video_title p {
        font-family: 'Gotham Pro', sans-serif;
        font-size: 2.5rem;
        line-height: 125%;
        font-weight: 700;
        color: #1a47b0; }
    .video .container .video_main {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      .video .container .video_main .video_main_block {
        width: 100%;
        max-width: 31.25rem;
        margin: 0 30px;}
        .video .container .video_main .video_main_block img {
          max-width: 100%; }

.course {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 200px 0;
  background-color: #edf2ff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .course .back_block {
    position: absolute;
    width: 93.75rem;
    height: 93.75rem;
    top: -350px;
    right: -31.25rem;
    background: url("../../img/background.png") no-repeat center;
    background-size: cover;
    border-radius: 6.25rem;
    -moz-transform: rotate(-45deg);
    /* Для Firefox */
    -ms-transform: rotate(-45deg);
    /* Для IE */
    -webkit-transform: rotate(-45deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-45deg);
    /* Для Opera */
    transform: rotate(-45deg);
    z-index: 11; }
  .course .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 250; }
    .course .container .course_title {
      width: 100%;
      max-width: 29.25rem; }
      .course .container .course_title p:nth-child(1) {
        font-family: 'Gotham Pro', sans-serif;
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 125%;
        color: #1a47b0; }
      .course .container .course_title p:nth-child(2) {
        font-family: 'Gotham Pro', sans-serif;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 125%;
        color: #1a47b0; }
      .course .container .course_title hr:nth-child(3) {
        width: 30%;
        height: 0.4375rem;
        background-color: #1a47b0;
        border: none;
        margin: 1.875rem 0; }
      .course .container .course_title p:nth-child(4) {
        font-family: 'Roboto', sans-serif;
        font-size: 1.25rem;
        line-height: 1.75rem;
        color: #595f6f; }

footer {
  width: 100%;
  padding: 3.125rem 0;
  background-color: #151034;
  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_bg * {
  box-sizing: border-box; }

.popup_bg .popup_bg {
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  position: fixed; }

.popup_bg .popupwindow {
  width: 35rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F7F8FB;
  border-radius: 0.25rem;
  outline: none;
  -webkit-box-shadow: 0 0.9375rem 1.25rem rgba(0, 0, 0, 0.22), 0 1.1875rem 3.75rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.9375rem 1.25rem rgba(0, 0, 0, 0.22), 0 1.1875rem 3.75rem rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0.9375rem 1.25rem rgba(0, 0, 0, 0.22), 0 1.1875rem 3.75rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.9375rem 1.25rem rgba(0, 0, 0, 0.22), 0 1.1875rem 3.75rem rgba(0, 0, 0, 0.2); }

.popup_bg .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #1A47B0;
  width: 100%;
  height: 40%;
  padding: 50px 20px;
  color: #fff;
  font-family: Gotham Pro Medium, sans-serif;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  position: relative;
  border-radius: 0.25rem 0.25rem 0 0; }

.popup_bg .title p {
  vertical-align: middle; }

.popup_bg .title a {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.25rem;
  cursor: pointer; }

.popup_bg .popupbody {
  padding: 40px 20px;

}

.popup_bg .popupbody input {
  width: 100%;
  height: 2.8125rem;
  border-radius: 0.1875rem;
  border: 0.0625rem solid #FBD956;
  margin-bottom: 0.625rem;
  padding: 0 1.25rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  font-size: 1rem; }

.popup_bg .popupbody button {
  width: 100%;
  height: 2.8125rem;
  border-radius: 0.1875rem;
  text-align: center;
  color: #fff;
  font-family: Gotham Pro Medium, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  background: linear-gradient(to right, #F36542, #F91F3D);
  border: none;
  letter-spacing: 0.0625rem;
  margin-top: 0.9375rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1); }
.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 screen and (max-width: 35rem) {
  .popup_bg .popupwindow {
    width: 100%;
    height: auto; } }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  color: #444444;
  font-weight: 400;
  z-index: 1045; }

.notification .mfp-content {
  background: #fff url(../../images/ico/smile.png) 1.25rem 1.25rem no-repeat;
  margin: 0rem auto;
  max-width: 25rem; }

.my-mfp-zoom-in .mfp-content {
  background: #fff;
  margin: 0rem auto;
  max-width: 43.75rem;
  padding: 1.25rem 1.875rem;
  color: #444444;
  font-weight: 400; }

.mfp-content h1,
.mfp-content h2,
.mfp-content h3,
.mfp-content h4,
.mfp-content h5 {
  margin: 0.625rem 0rem 0.625rem 0rem;
  color: #000; }

.notification .mfp-content,
.my-mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.notification.mfp-ready .mfp-content,
.my-mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.notification.mfp-removing .mfp-content,
.my-mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

.notification.mfp-bg,
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.notification.mfp-ready.mfp-bg,
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.notification.mfp-removing.mfp-bg,
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 0.5rem;
  right: 0.5rem;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 1.4375rem;
  height: 6rem;
  display: block;
  margin: 0rem 3.75rem;
  background: url(../../images/css/next-prev.png) no-repeat; }

button.mfp-close {
  margin: 0rem;
  height: 1.875rem; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 1.125rem 0.625rem;
  color: white;
  font-style: normal;
  font-size: 1.75rem;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 0.0625rem; }

.mfp-close-btn-in .mfp-close {
  background: url(../../images/ico/reset-ico.png) center no-repeat;
  margin-right: 0.9375rem;
  margin-top: 0.625rem; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: transparent;
  text-align: right;
  padding-right: 0.375rem;
  margin-right: 0.9375rem; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 0.75rem;
  line-height: 1.125rem; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -3.4375rem;
  padding: 0;
  width: 5.625rem;
  height: 6.875rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  display: none; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  display: none; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 1.0625rem solid white;
  margin-left: 1.9375rem; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 1.5625rem;
  border-right: 1.6875rem solid #3f3f3f; }

.mfp-arrow-right {
  right: 0;
  transform: scale(-1, 1); }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 1.0625rem solid white;
  margin-left: 2.4375rem; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 1.6875rem solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 56.25rem; }

.mfp-iframe-holder .mfp-close {
  top: -2.5rem; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
  background: black; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 2.5rem;
  bottom: 2.5rem;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem; }

.mfp-bottom-bar {
  display: none; }

.mfp-title {
  text-align: left;
  line-height: 1.125rem;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 2.25rem; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.cart-popup {
  text-align: center; }

@media screen and (max-width: 50rem) and (orientation: landscape), screen and (max-height: 18.75rem) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 0.3125rem; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 0.1875rem 0.3125rem;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 0.3125rem;
    top: 0.1875rem; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 2.1875rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 56.25rem) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    transform: scale(-0.75);
    -webkit-transform: scale(-0.75);
    margin-right: 4.6875rem !important; }
  .mfp-container {
    padding-left: 0.375rem;
    padding-right: 0.375rem; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 37.5rem;
  left: 50%;
  margin-left: -18.75rem;
  margin-top: 0.3125rem;
  padding-bottom: 0.3125rem; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 2.75rem; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

button:visited,
button:hover,
button:active,
button:focus {
  outline: none !important; }

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

@media only screen and (max-width: 120rem) {
  .course .back_block {
    right: -56.25rem; } }

@media only screen and (max-width: 90rem) {
  .course .back_block {
    right: -66.25rem; } }

@media only screen and (max-width: 64rem) {
  .course .back_block {
    right: -77.25rem; }
  .container {
    padding: 0 0.625rem;
    max-width: 59.375rem; }
  header .header_main_container {
    padding: 0 1.875rem; }
  .second {
    padding: 9.375rem 0.9375rem; }
  .third .third_container {
    padding: 6.25rem 0.9375rem; }
  .packets .container .packets_main .packets_main_block {
    max-width: 18.75rem; }
  .complect .container .complect_main .complect_main_block {
    max-width: 27.3125rem;
    height: 22.125rem; }
  footer .container .footer_rights {
    flex-direction: column; }
  .politic {
    margin-top: 1.25rem; }
  footer .container .footer_rights a {
    margin-left: 0;
    margin-right: 0.625rem; }
  .menu_item p {
    display: none; }
  .video .container .video_main {
    justify-content: center;
    align-items: center; }
  .video .container .video_main .video_main_block {
    max-width: 31.25rem;
    display: flex;
    justify-content: center; } }

@media only screen and (max-width: 48rem) {
  .third {
    display: none; }
  .third_media {
    display: flex; }
  .team .container {
    flex-direction: column;
    align-items: center; }
  .team .container .team_img .team_img_block {
    margin-bottom: 0.625rem; }
  .packets .container .packets_main {
    flex-direction: column;
    align-items: center; }
  .packets .container .packets_main .packets_main_block {
    margin-bottom: 5rem; }
  .packets .container .packets_main .packets_main_block {
    max-width: 31.25rem; }
  .complect .container .complect_main {
    flex-direction: column;
    align-items: center; }
  .complect .container .complect_main .complect_main_block {
    max-width: 31.25rem;
    margin-bottom: 2.5rem; }
  .second .container {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .second .container .second_prog {
    max-width: 48rem;
    margin-bottom: 3.125rem; }
  .second .container .second_bismark {
    max-width: 31.25rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.125rem; }
  .second {
    padding: 4.6875rem 3.125rem; }
  .more .container .more_body {
    flex-direction: column;
    align-items: center; }
  .course .back_block {
    right: -86.625rem; }
  .course {
    padding: 18.75rem 0.625rem; }
  footer {
    padding: 3.125rem 0.625rem; } }

@media only screen and (max-width: 25.9375rem) {
  header {
    height: auto; }
  header .menu .container .menu_item {
    display: none; }
  header .header_main_container img {
    display: none; }
  header .menu .container button {
    width: 13.5rem; }
  header .header_main_container {
    padding: 3.125rem 1.875rem; }
  .second {
    padding: 4.6875rem 0.625rem; }
  .third_media .third_container .site-main_media .slider_block {
    padding: 0 1.25rem 0.625rem 1.25rem; }
  .third_media .third_container .site-main_media .slider_block .slider_block_div {
    padding: 0 1.875rem;
    height: auto;
    min-height: 16.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .module .container .step {
    flex-direction: column; }
  .module .container .step .step_title h2 {
    font-size: 3.125rem; }
  .module .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); }
  .team .container .team_title {
    max-width: 25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .team_title img {
    max-width: 19.375rem;
    margin-bottom: 1.875rem; }
  .team .container .team_img {
    padding: 0 0.625rem; }
  .video {
    padding: 3.125rem 0; }
  .course {
    padding: 4.375rem 0.625rem; }
  .course .container .course_title {
    padding-top: 0; }
  .course .container .course_title {
    margin-bottom: 3.125rem; }
  .second .container {
    flex-direction: column;
    align-items: center; }
  .second .container .second_prog {
    margin-bottom: 1.875rem; }
  .second .container .second_bismark {
    margin-bottom: 1.25rem; }
  .third .back_block {
    display: none; }
  .third .container {
    padding: 3.125rem 0.625rem 0 0.625rem; }
  .team {
    padding: 4.375rem 0; }
  .packets {
    padding: 5rem 0 0; }
  .third .container .slider .slider_block .slider_block_div h2 {
    font-size: 1.875rem; }
  .third .container .slider .slider_block .slider_block_div {
    min-height: 12.5rem; }
  .third {
    padding-bottom: 3.125rem; }
  .team_title img {
    width: 100%;
    max-width: 18.75rem; }
  .team .container {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .more .container .more_body {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .complect .container .complect_main .complect_main_block {
    height: 25rem; }
  .video .container .video_main .video_main_block iframe {
    width: 18.75rem;
    height: 12.5rem; }
  .course .back_block {
    display: none; }
  .course .container {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .course {
    padding: 3.125rem 0; }
  .course .container .course_title {
    margin-bottom: 1.875rem; }
  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; }
  .complect .container .complect_title {
    margin-bottom: 1.875rem; }
  .complect .container .complect_main .complect_main_block {
    height: auto; }
  .complect .container .complect_main .complect_main_block {
    padding: 1.875rem; }
  .module .container .module_step_title {
    font-size: 1.9rem;
  }}

@media only screen and (max-width: 23.4375rem) {
  header .menu .container button {
    font-size: 0.625rem; }
  header .menu .container button {
    width: 10.625rem; }
  header .header_main_container .header_main_title .rocket_button {
    width: 18.75rem; }
  .team .container .team_img .team_img_block {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 18.75rem; }
  .team .container .team_img {
    justify-content: center; }
  .third_media .third_container .site-main_media .slider_block .slider_block_div h2 {
    font-size: 2.875rem; } }

@media only screen and (max-width: 20rem) {
  .container {
    padding: 0 0.3125rem; }
  header .header_main_container .header_main_title .rocket_button {
    width: 16.5625rem; }
  .rocket .container .rocket_button {
    width: 16.5625rem; }

  .third .container .slider .slider_block .slider_block_div {
    min-height: 18.75rem; }
  .third .container .slider .slider_block {
    padding: 0 0.625rem 0.625rem 0.625rem; }
  .third .container .slider .slider_block .slider_block_div {
    box-shadow: none; }
  .team .container .team_img .team_img_block {
    max-width: 18.75rem; }
  .team .container .team_img {
    justify-content: space-between;
    align-items: center; }
  .complect .container .complect_main .complect_main_block {
    height: auto; }
  .packets .container .packets_title h2 {
    font-size: 2.3125rem; }
  .packets .container .packets_title p {
    font-size: 2.3125rem; } }


/*# sourceMappingURL=main.css.map */


/**
* PAGE PRELOADER
* Replace with your own icon or logo and use on your site
*/

/**
* VARIABLES
* Tweak them for prefered result
*/

.preloader-body{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 99999;
}


#preloader {
  display: block;
  height: 80px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99999;
}
#preloader:before{
   content: "";
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   animation: rotation 1s linear infinite;
   border: 3px solid #2fc394;
   border-top: 3px solid transparent;
   border-radius: 100%;
  z-index: 99999;
 }



/*@media only screen and (min-width:768px) {*/
  /*#preloader {*/
    /*height: 60px;*/
    /*width: 60px;*/
    /*margin-top: -30px;*/
    /*margin-left: -30px;*/
  /*}*/

  /*#preloader:before {*/
    /*left: -2px;*/
    /*top: -2px;*/
    /*border-top-width: 2px;*/
    /*border-left-width: 2px;*/
    /*border-bottom-width: 2px;*/
    /*border-right-width: 2px;*/
  /*}*/
/*}*/

/*@media only screen and (min-width:1200px) {*/
  /*#preloader {*/
    /*height: 80px;*/
    /*width: 80px;*/
    /*margin-top: -40px;*/
    /*margin-left: -40px;*/
  /*}*/
/*}*/


@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes wink {
  from  {
    opacity:0;
  }
  to  {
    opacity:1;
  }
}