@font-face
{
   font-family: "Proxima Nova Th";
   src: url('../fonts/ProximaNovaExtraBold.eot');
   src: url('../fonts/ProximaNovaExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaExtraBold.svg#Proxima Nova Th') format('svg'),
        url('../fonts/ProximaNovaExtraBold.ttf') format('truetype'),
        url('../fonts/ProximaNovaExtraBold.woff') format('woff');
}
@font-face
{
   font-family: "Proxima Nova Lt";
   src: url('../fonts/ProximaNovaSemibold.eot');
   src: url('../fonts/ProximaNovaSemibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaSemibold.svg#Proxima Nova Lt') format('svg'),
        url('../fonts/ProximaNovaSemibold.ttf') format('truetype'),
        url('../fonts/ProximaNovaSemibold.woff') format('woff');
}
@font-face
{
   font-family: "Material Icons";
   font-style: normal;
   font-weight: 400;
   src: url(MaterialIcons-Regular.eot);
   src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

{
   font-family: 'Gilroy ExtraBold';
   src: url('../fonts/GilroySB.eot');
   src: url('../fonts/GilroySB.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GilroySB.svg#Gilroy-SemiBold') format('svg'),
        url('../fonts/GilroySB.ttf') format('truetype'),
        url('../fonts/GilroySB.woff') format('woff');
}
@font-face
{
   font-family: 'Roboto Light';
   src: url('../fonts/Roboto-Light.eot');
   src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.woff') format('woff');
}
@font-face
{
   font-family: 'Gilroy SemiBold';
   src: url('../fonts/Gilroy-ExtraBold.eot');
   src: url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg'),
        url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff');
}

@font-face {
  font-family: 'Roboto Black';
  src: url('../fonts/roboto-black.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-black.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-black.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/roboto-black.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-black.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto Bold';
  src: url('../fonts/roboto-bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/roboto-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto Regular';
  src: url('../fonts/roboto-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/roboto-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'ofontu';
  src: url('../fonts/ofont.ru_Kosko.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ofont.ru_Kosko.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ofont.ru_Kosko.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ofont.ru_Kosko.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/ofont.ru_Kosko.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ofont.ru_Kosko.svg#svgFontName') format('svg'); /* Legacy iOS */
}

.material-icons
{
   font-family: "Material Icons";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   display: inline-block;
   line-height: 1;
   text-transform: none;
   letter-spacing: normal;
   word-wrap: normal;
   white-space: nowrap;
   direction: ltr;
   -webkit-font-smoothing: antialiased;
   text-rendering: optimizeLegibility;
   -moz-osx-font-smoothing: grayscale;
   font-feature-settings: "liga";
}

/* ------ Specification ------ */

/*html {
  overflow-x: hidden;
}*/

body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'Proxima Nova Lt';
    font-size: 19px;
    line-height: 1;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*border: 1px solid red;*/
  }

div, p, form, input, a, span, button {
    box-sizing: border-box;
}

p {
    margin: 0;
    font-size: 17px;
    line-height: 1em;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
}

h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3
{
   font-family: Arial;
   font-weight: normal;
   font-size: 24px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4
{
   font-family: Arial;
   font-weight: normal;
   font-size: 21px;
  /* font-style: italic;*/
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5
{
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}

a, a:hover, a:active {
    text-decoration: none;
}

a, button, input {
    transition: all 0.5s ease;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active {
    outline: none;
}

section {
  
}

.btn { 
    color: #ffffff;
    font-size: 25px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 1.2;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    background-image: url(../img/btn.png);
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 350px;
    background-repeat: no-repeat;
    height: 76px;
    padding: 20px;
}

.btn:hover {
    background: #fff;
    border: 2px solid #2ea2db;
    color: #2ea2db;
}

.btn:active, .btn:focus {
    box-shadow: 0 0 25px rgba(0,0,0,0.2) inset;
}

.btn_white {
  color: #000;
  background: #fff;
  font-weight: 400;
  width: auto;
  border-radius: 10px;
  padding: 15px;
  display: table;
  margin: 0 auto;
  height: auto;
  border: 2px solid #fff;
}

.button-red {
    color: #fff;
    font-weight: 900;
    width: 324px;
    border-radius: 30px;
    margin-top: 75px;
}

.button-red:hover {
    color: #000;
    border: 2px solid #EF3124;
}

.btnpu { 
    font-family: 'Roboto Light', sans-serif; 
    font-size: 17px;
    color: #000;  
    background-color: #EF3124;
    display: block;
    padding: 15px 10px;   
    border-radius: 10px;
}

.btnpu:hover {
    background: #fff;
    border: 1px solid #EF3124;
    color: #000;
}

.btnpu:active, .btn:focus {
    box-shadow: 0 0 25px rgba(0,0,0,0.2) inset;
}


.button-tik {
   padding: 10px 25px;
   width: 100%;
}

.button-transparent {
    width: 170px;
    background-color: transparent;
    border-radius: 30px;
    border: 2px #FF5C5C solid;
    color:#102B40;
    font-family:'Gilroy ExtraBold';
    font-size:13px;
    padding: 10px 0;
}

.button-transparent:hover {
    background: #e6e3f6;
    border: 2px solid #FF5C5C;
    color: #FF5C5C;
}

.text-center {
    text-align: center;
    margin: 0 auto;
}

.container1 {
  max-width: 1140px;
}

.fordesc {
  display: block;
}

.formob {
  display: none;
}

/* ------ Hero screen ------ */

.header {
    height: 1090px;
    background-color: #ffffff;
    background-position: top center;
    background-attachment: scroll;
    background-image: url(../img/fonheaderdesc.png);
    background-size: 110%;
    background-repeat: no-repeat;
    
}

.header-filter {
    height: 1090px;

    
}

.menu {
  display: flex;
  width: 375px;
  align-items: center;
  justify-content: flex-start;
  z-index: 999;
  position: relative;
  padding-top: 56px; 
}

.menu-aa {
  width: 80px;
  display: block;
  margin: 0 23px 0 0;
}

.menu-text {
    color: #052555;
    font-size: 20px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 1.2;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-transform: uppercase;
}

.menu-text span {
    color: #5199ff;
    font-size: 21px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 1.2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-transform: none;
}

.menu-textsmall {
    color: #424242;
    font-size: 15px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 1.15;
    font-weight: 300;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-top:15px;
}

.imgmess {
  position: relative;
  z-index: 999;
  width: 37px;
  margin: 15px 0px 0;
}

.offer {
  position: relative;
  z-index: 999;
  margin-top:30px;
}

.start-training {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 35px;
}

.wrap-white {
  border-width: 0px;
  border-radius: 6px;
  background-color: #ffffff;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  box-shadow: 0px 0px 5px 5px rgba(224,224,224,0.1);
  padding: 5px;
  text-transform: uppercase;
  color: #052555;
  font-size: 20px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  padding: 10px;
  position: relative;
  z-index: 999;
}

.wrap-white1 { 
  width: 385px;
  height: 43px;
  margin-right: 5px;
}

.wrap-white2 { 
  /*width: 100%;*/
  height: 43px;
}

.offer_title {
  color: #052555;
  font-size: 75px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin-bottom: 10px;
  position: relative;
  z-index: 999;
}

.offer_desc {
  color: #052555;
  font-size: 41px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 1.05;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin-bottom: 15px;
  position: relative;
  z-index: 999;
}

.offer_text {  
  color: #052555;
  font-size: 22px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 1.4;
  font-weight: 300;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin-bottom: 30px;
  width: 560px;
  position: relative;
  z-index: 999;
}

.vektor {
  position: absolute;
  left: 42%;
  top: 103%;
  width: 30px;
}


.vektor-price {
  color: #d63762;
  font-size: 27px;
  font-family: 'ofontu',Arial,sans-serif;
  line-height: 1.05;
  font-weight: 700;
  opacity: 0.65;
  -webkit-transform: rotate(340deg);
  -moz-transform: rotate(340deg);
  transform: rotate(340deg);
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  width: 180px;
  position: absolute;
  left: 40%;
  top: 105%;
  width: 180px
}


.aaaahed-img {
  width: 150%;
  position: absolute;
  left: -30%;
  top: -139px;
  z-index: 2;
}

.aaaahed-img-mob {
  display: none;
}

.wrap-white3 {
  height: 139;
  width: 286px;
  box-shadow: 0px 0px 5px 5px rgba(138,138,138,0.1);
  border-radius: 15px
  color: #3b3a3a;
  font-size: 18px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 1.2;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-transform: none;
   position: absolute;
  top: 87%;
  left: -33%;
  padding: 20px;
  z-index: 999;
}

.wrap-white3 span {
  color: #000000;
  font-size: 19px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 1.2;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-transform: none;
  padding-bottom: 5px;
  display: block;
}

.hed1-img {
  position: absolute;
  left: -606.5px;
  top: -54px;
  width: 680px;
  opacity: 0.6;
  z-index: 0;
}

.hed1-img-mob {
  display: none;
}

.hed2-img {
  position: absolute;
  left: 253.5px;
  top: 45px;
  width: 900px;
  opacity: 0.45;
  z-index: 0;
  display: none;
}

/* ------ block1 ------ */

.block1 {
  height: 1930px;
  background-color: #ffffff;
  padding-top:98px;
}


.block1_title {
    color: #052555;
    font-size: 64px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 0.95;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    /*width: 760px;*/
    text-align: center;
    margin: 0 auto;
    display: block;
}

.block1_text {
    color: #052555;
    font-size: 37px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 1.15;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 660px;
    text-align: center;
     margin: 0 auto 70px;
    display: block;
}

.block1_img {
   width: 270px;
}

.block1_list_title {
    color: #052555;
    font-size: 31px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 1.45;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
     position: relative;
    z-index: 999;
}

.block1_list_text {
    color: #000000;
    font-size: 20px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 1.45;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 385px;
    position: relative;
    z-index: 999;
}

.block1_imgline {
   position: absolute;
  top: -118px;
  width: 480px;
  left: -178px;
  z-index: 0;
}

.block1_list_text1 {
  width: 515px;
}

.block1_imgline2 {
   position: absolute;
  top: -118px;
  width: 240px;
  left: 35px;
  z-index: 0;
}

.circle {
  width: 502px;
  height: 502px;
  background-image: url("../img/bg-circle.png");
  border-radius: 3000px;
  background-color: #0093e1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-color: transparent;
  border-style: solid;
  margin: 50px auto;
  background-clip: content-box; 
}


.circle-text {
  color: #ffffff;
  font-size: 31px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 1.3;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin-top: 30%; 
  text-align: center;
  width: 425px;
  margin: 20% auto 5%;
}


.block1_img1 {
  position: absolute;
  width: 70px;
  left: 20px;
  top: 30%
}

.block1_img2 {
  position: absolute;
  width: 50px;
  left: 80%;
  top: -5%
}

.block1_img3 {
  position: absolute;
  width: 100px;
  left: 80%;
  top: 60%
}

/* ------ block2 ------ */

.block2 {
      position: relative;
    height: 940px;
    background-color: #ffffff;
    background-position: center center;
    background-attachment: scroll;
    background-image: url(../img/fon2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /*padding-top: 237px; */
}



.block2-filter {
  height: 940px;
  background-color: rgba(255,255,255,0.2);
  position: relative;
  z-index: 0;

}

.air {
    position: absolute;
    /*width: 1920px;*/
    width: 102%;
    transform: rotate(180deg);
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    /*left: -190.5px;*/
    left: -1%;
    top: -20px;
}


.block2_title {
    color: #ffffff;
    font-size: 64px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 0.95;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
     margin: 0 auto;
    width: 660px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 237px;
}


.block2_text {
  color: #ffffff;
  font-size: 26px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 1.4;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin: 0 auto;
  width: 750px;
  text-align: center;
  margin-bottom: 47px;
}

.air2 {
    position: absolute;
    /*width: 1900px;*/
    width: 102%;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    /*left: -190.5px;*/
    left: -1%;
    bottom: -4px;
}

.airformob {
  display: none;
}

/* ------ block3 ------ */


.block3 {
  height: auto;
  background-color: #ffffff;
  padding-top: 84px;
  padding-bottom: 84px;
}

.block3-title {
  color: #052555;
  font-size: 60px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 0.95;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  /*width: 530px;*/
  display: block;
  margin: 0 auto 50px;
  text-align: center;
}

.list-img {
  width: 290px;
  margin: 0 auto 20px;
  display: block;
}

.list-title {
    color: #052555;
    font-size: 27px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
}

.list-text {
    color: #052555;
    font-size: 23px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 1.2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    display: block;  
    text-align: center;
    width: 310px;
    margin: 20px auto 80px;
}

/* ------ block4 ------ */


.block4 {
  position: relative;
 /* height: 2370px;*/
  background-color: #ffffff;
  /*padding-top: 85px;*/
  padding-bottom: 85px;
}

.block4-title {
  color: #052555;
  font-size: 64px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 0.95;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  width: 660px;
  display: block;
  margin: 0 auto 50px;
  text-align: center;
}

.aa-img {
  position: relative;
  z-index: 999;
  width: 507px;
  display: block;
  margin: 0 auto;
}

.aa-fon {
  position: absolute;
  left: -450.5px;
  top: 0px;
  width: 1220px;
  z-index: 0;
}

.block4-autortitle {
  position: relative;
  z-index: 999;
  color: #052555;
  font-size: 33px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 1.5;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  padding-top: 60px;
  padding-bottom: 20px;
}

.block4-autortext {
  position: relative;
  z-index: 999;
  color: #052555;
  font-size: 22px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 1.45;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.text-descr {
  width: 640px;
  display: block;
  margin: 50px auto;
  text-align: center;
  color: #000000;
  font-size: 40px;
  font-family: 'ofontu',Arial,sans-serif;
  line-height: 1.2;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;

}

.aa-img2 {
  /*position: absolute;
  left: -175px;
  top: 0px;
  z-index: 0;
  width: 950px;
  display: block;
  margin: 0 auto;*/

  position: absolute;
  right: -13%;
  bottom: -100%;
  z-index: 0;
  width: 70%;
  display: block;
  margin: 0 auto;
}

.wrap_btn {
  position: relative;
  margin: 50px auto;
  display: table;
}

.vektor1 {
  position: absolute;
  left: 97%;
  top: 103%;
  width: 30px;
}

.vektor-price1 {
  color: #d63762;
  font-size: 27px;
  font-family: 'ofontu',Arial,sans-serif;
  line-height: 1.05;
  font-weight: 700;
  opacity: 0.65;
  -webkit-transform: rotate(340deg);
  -moz-transform: rotate(340deg);
  transform: rotate(340deg);
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  width: 180px;
  position: absolute;
  left: 100%;
  top: 110%;
  width: 190px;
  }


  /* ------ block5 ------ */

.block5 {
  height: 900px;
  background-color: #ffffff;
}


.block5-title {
  margin: 50px auto 30px;
  display: block;
  width: 660px;
  color: #052555;
  font-size: 60px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 1.4;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-align: center;
}

.block5-text {
  margin: 0px auto 30px;
  display: block;
  width: 720px;
  color: #052555;
  font-size: 28px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 1.3;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-align: center;
}

  /* ------ block6 ------ */

  .block6 {
  height: 940px;
  background-color: #ffffff;
}


.block6-title {
  margin: 50px 0 30px 0;
  display: block;
  width: 530px;
  color: #052555;
  font-size: 50px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 1;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.block6-text {
  display: block;
  width: 450px;
   color: #052555;
  font-size: 24px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 1.3;
  font-weight: 500;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.bgmagiya {
  /*position: relative;
  z-index: 1;
   left: 4.5px;
   top: -307px;
   width: 1660px;
   width: 118%;
   opacity: 0.4;
  background-position: center center;
  border-color: transparent;
  border-style: solid;*/
   position: relative;
  z-index: 1;
   left: 4.5px;
   top: -307px;
   width: 1660px;
   opacity: 0.4;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.bgmagiya1 {
  display: none;
}

.start {
  position: absolute;
  z-index: 999;
  left: 72%;
  top: -15px;
  width: 80px;
}

.put-text {
  color: #052555;
  font-size: 18px;
  font-family: 'ofontu',Arial,sans-serif;
  line-height: 1.3;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.start-text {
  position: absolute;
  z-index: 999;
  left: 78%;
  top: 59px;
  width: 230px;  
}


.pin {
  width: 20px; 
  height: 20px;
  color: #000000;
  font-size: 14px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 1.4;
  font-weight: 400;
  background-color: #2d538c;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  border-radius: 50%;
}

.step1 {
  position: absolute;
  z-index: 999;
  left: 71%;
  top: 140px;
  width: 170px; 
}

.step1__pin {
  position: absolute;
  z-index: 999;
  left: 69%;
  top: 141px;  
}

.step2 {
  position: absolute;
  z-index: 999;
  left: 65%;
  top: 254px;
  width: 270px; 
}

.step2__pin {
  position: absolute;
  z-index: 999;
  left: 62%;
  top: 240px;  
}

.step3 {
  position: absolute;
  z-index: 999;
  left: 55%;
  top: 354px;
  width: 270px; 
}

.step3__pin {
  position: absolute;
  z-index: 999;
  left: 52%;
  top: 340px;  
}

.step4 {
  position: absolute;
  z-index: 999;
  left: 47%;
  top: 432px;
  width: 230px; 
}

.step4__pin {
  position: absolute;
  z-index: 999;
  left: 44%;
  top: 411px;  
}

.step5 {
  position: absolute;
  z-index: 999;
  left: 31%;
  top: 505px;
  width: 240px; 
}

.step5__pin {
  position: absolute;
  z-index: 999;
  left: 31%;
  top: 478px;  
}

.finish {
  position: absolute;
  z-index: 999;
  left: 21%;
  top: 428px;
  width: 35px;
}

.finish-text {
  position: absolute;
  z-index: 999;
  left: 15%;
  top: 493px;
  width: 150px;
  color: #ed0c5b;  
}

  /* ------ block7 ------ */

.block7 {
  height: 1410px;
  background-color: #ffffff;
  background-position: center center;
  background-attachment: scroll;
  background-image: url(../img/fonbl7.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.block7-filter {
  height: 1410px;
  background-color: rgba(255,255,255,0.9);
   position: relative;
  z-index: 0;
}

.block7-title {
  margin: 50px auto 30px;
  display: block;
  /*width: 560px;*/
  color: #052555;
  font-size: 64px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 0.95;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-align: center;
}

.imgbgblock {
    position: relative;
    width: 500px;
    display: block;
    margin: 0 auto;
}


.r-text {
    color: #052555;
    font-size: 19px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;

}

.r-text span {
   color: #6291d6;
    font-size: 33px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 1.35;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid
}


.r-text1 {
    position: absolute;
    width: 270px;
    top: 0px;
    left: 4%;
}

.line-l-1 {
   position: absolute;
    left: 19%;
    top: 180px;
    width: 150px;
    opacity: 0.15;
}

.r-text2 {
    position: absolute;
    width: 280px;
    top: 220px;
    left: 0%;
}

.line-l-2 {
   position: absolute;
    left: 14%;
    top: 385px;
    width: 150px;
    opacity: 0.15;
}

.r-text3 {
    position: absolute;
    top: 85%;
    left: -2%;
    width: 295px;
}

.line-l-3 {
    position: absolute;
    left: 24%;
    top: 92%;
    width: 110px;
    opacity: 0.2;
    -webkit-transform: rotate(300deg);
    -moz-transform: rotate(300deg);
    transform: rotate(300deg);
}

.r-text4 {
    position: absolute;
    top: 0px;
    left: 71%;
    width: 274px;
}

.line-r-1 {
    position: absolute;
    left: 64%;
    top: 180px;
    width: 150px;
    opacity: 0.15;
}

.r-text5 {
    position: absolute;
    top: 220px;
    left: 76%;
    width: 264px;
}

.line-r-2 {
   position: absolute;
  left: 70%;
  top: 385px;
  width: 140px;
  opacity: 0.15;
}


.r-text6 {
    position: absolute;
    top: 85%;
    left: 68%;
    width: 320px;
}

.line-r-3 {
    position: absolute;
    left: 59%;
    top: 96%;
    width: 120px;
    opacity: 0.2;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
}

.r-text7 {
    margin: 60px auto;
    display: block;
    text-align: center;
    width: 400px;
    color: #052555;
    font-size: 21px;
    font-family: 'ofontu',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

/* ------ block8 ------ */

.block8 {
    position: relative;
    /*height: 2000px;*/
    background-color: #ffffff;
    background-position: center center;
    background-attachment: scroll;
    background-image: url(../img/fon2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.block8-filter {
  /*height: 2000px;*/
  background-color: rgba(255,255,255,0.4);
 position: relative;
  z-index: 0;
}


.block8_title {
  position: relative;
  z-index: 999;
  margin: 60px auto;
  display: block;
  text-align: center;
  width: 560px;
  color: #ffffff;
  font-size: 64px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 0.95;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  padding-top:220px;
}

.wrap-block8 {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  width: 650px;
  margin: 0 auto 30px;
}

.img-number {
  width: 80px;
  margin: 0 auto;
  display: block;
}

.block8_text {
  color: #ffffff;
  font-size: 23px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 1.3;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  width: 500px;
  margin: 20px auto;
  display: block;
}

.block8_text span {
  color: #ffffff;
  font-size: 37px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 0.95;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.pb50 {
  padding-bottom: 50px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}


/* ------ programnew ------ */

.programnew {
   background-color: #ffffff;
    padding-top: 75px;  
    padding-bottom:  100px;
}

.programnew-title {
  color: #052555;
  font-size: 64px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 1.55;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.module {
    background-position: center center;
    background-attachment: scroll;
    background-image: url(../img/bg_new1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 932px;
    height: auto;
    border-width: 5px;
    border-radius: 20px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 0px 5px 5px rgba(235,235,235,0.2);
    padding: 50px;
    margin: 0 auto 50px;
    border-color: #dedede;
    border-style: solid;
  }

.module-1 {
    position: relative;
}

.module-1:before {
    content: 'Занятие 1';
    position: absolute;
    left: -125px;
    top: 120px;
    border-width: 3px;
    border-radius: 15px;
    background-color: #052555;
    background-position: center center;
    border-color: #052555;
    border-style: solid;
    box-shadow: 0px 0px 10px 10px rgba(227,13,56,0);
    color: #ffffff;
    font-size: 30px;
    font-family: 'ofontu',Arial,sans-serif;
    line-height: 1.3;
    font-weight: 500;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 179px;
    height: 68px;
    padding: 10px;
    text-align: center;
} 

.module-text {
    color: #052555;
    font-size: 24px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin-bottom: 30px;
}

.dotted6 {
    color: #052555;
    font-size: 19px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}


.dotted6 li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 30px;
}

.dotted6 li:before {
    width: 25px; 
    height: 25px;    
    background-position: center center;
    background-attachment: scroll;
    background-image: url(../img/icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
}

.module-2 {
    position: relative;
}

.module-2:before {
    content: 'Занятие 2';
    position: absolute;
    left: -125px;
    top: 120px;
    border-width: 3px;
    border-radius: 15px;
    background-color: #052555;
    background-position: center center;
    border-color: #052555;
    border-style: solid;
    box-shadow: 0px 0px 10px 10px rgba(227,13,56,0);
    color: #ffffff;
    font-size: 30px;
    font-family: 'ofontu',Arial,sans-serif;
    line-height: 1.3;
    font-weight: 500;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 179px;
    height: 68px;
    padding: 10px;
    text-align: center;
}

.module-3 {
  position: relative;
  
}

.module-3:before {
    content: 'Занятие 3';
    position: absolute;
    left: -125px;
    top: 120px;
    border-width: 3px;
    border-radius: 15px;
    background-color: #052555;
    background-position: center center;
    border-color: #052555;
    border-style: solid;
    box-shadow: 0px 0px 10px 10px rgba(227,13,56,0);
    color: #ffffff;
    font-size: 30px;
    font-family: 'ofontu',Arial,sans-serif;
    line-height: 1.3;
    font-weight: 500;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 179px;
    height: 68px;
    padding: 10px;
    text-align: center;
}

.module-4 {
    position: relative;
}

.module-4:before {
    content: 'Занятие 4';
    position: absolute;
    left: -125px;
    top: 120px; 
    border-width: 3px;
    border-radius: 15px;
    background-color: #052555;
    background-position: center center;
    border-color: #052555;
    border-style: solid;
    box-shadow: 0px 0px 10px 10px rgba(227,13,56,0);
    color: #ffffff;
    font-size: 30px;
    font-family: 'ofontu',Arial,sans-serif;
    line-height: 1.3;
    font-weight: 500;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 179px;
    height: 68px;
    padding: 10px;
    text-align: center;
}


/* ------ order ------ */

.order { 
    background-color: #ffffff;
   background-position: center center;
    background-attachment: scroll;
    background-image: url(../img/fon2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.order-filter {   
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(255,255,255,0.9)), to(rgba(247,247,247,0)) );
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(247,247,247,0));
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(247,247,247,0));
    position: relative;
    z-index: 0;
}

.order__title {
    color: #052555;
    font-size: 64px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 0.95;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    display: block;
    margin-top: 220px;
}

.order__text {
    color: #052555;
    font-size: 26px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 1.4;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    display: block;
    margin: 20px auto 100px;
}

.order-form {
  border-width: 0px;
  border-radius: 20px;
  background-color: #ffffff;
  background-position: center center;
  border-color: #000000;
  border-style: solid;
  box-shadow: 0px 0px 5px 5px rgba(189,189,189,0.3);
  width: 440px;
  padding: 59px 30px;
  margin: 0 auto;
}

.order-form2 {
  /*position: absolute;
  top:-50px;*/
  margin-top:-50px;

}

.ticket-textb {
  color: #052555;
  font-size: 30px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 1.05;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.ticket-textt {
  color: #000000;
  font-size: 20px;
  font-family: 'CirceRounded',Arial,sans-serif;
  line-height: 1.45;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.ticket-textt span {
  color: #000000;
  font-size: 15px;
  font-family: 'ofontu',Arial,sans-serif;
  line-height: 1.45;
  font-weight: 600;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.ticket-cost {
    color: #d63762;
    font-size: 25px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 1.65;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.ticket-price {
    color: #000000;
    font-size: 23px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 1.65;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-decoration: underline;
}

.qvest {
    color: #ffffff;
    font-size: 20px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 1.45;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding-top: 200px;
    text-align: center
}

.aqvest {
  color: #ff8562;
  text-decoration: none;
  font-size: 20px;
    font-family: 'CirceRounded',Arial,sans-serif;
    line-height: 1.45;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.pb150 {
    padding-bottom: 150px;
    margin-bottom: 150px;
}

/* ------ Pop-up window ------ */

.box-modal {
    position: relative;
    width: 500px;
    height: auto;
    background-color: #fff;
    padding-top:20px; 
}

.arcticmodal-overlay {
    background-color: rgb(119, 119, 119)!important;
    opacity: 0.7!important;
    cursor: pointer;
}

.box-modal_close {
    position: absolute;
    right: -10px;
    top: -15px;
    font-size: 25px;
    line-height: 15px;
    color: #000;
    cursor: pointer;
}

/*----Section OfferPopup ----*/
.offer-popup {
    display: none;
    width: 100%;
    z-index: 999;
    transition: all 0.5s ease;
     top: 0;
}
.offer-popup.sticky {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    display: inline-block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 10px;  
}

.offer-popup__title {
    font-size: 18px;
    text-align: center;
}

.offer-popup__text {
    font-size: 25px;
    text-align: center;
    color: #e78f6f;
}

.offer-popup-link {
    color: #286595;
}

a.go_to.btngamb.formob {
    font-size: 25px;
    color: #fff;
    font-family: 'Roboto Light';
    text-transform: uppercase;
    font-weight: 900;
    margin: 10px auto 20px;
}
