@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: "PF BeauSans Pro Light";
   src: url('../fonts/PFBeauSansPro-Light.eot');
   src: url('../fonts/PFBeauSansPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFBeauSansPro-Light.ttf') format('truetype'),
        url('../fonts/PFBeauSansPro-Light.woff') format('woff');
}

@font-face
{
    font-family: "PF BeauSans Pro SemiBold";
   src: url('../fonts/PFBeauSansPro-SemiBold.eot');
   src: url('../fonts/PFBeauSansPro-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFBeauSansPro-SemiBold.ttf') format('truetype'),
        url('../fonts/PFBeauSansPro-SemiBold.woff') format('woff');
}

/* ------ Specification ------ */

body {
    color: #000000;
    font-family: Arial;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.1875;
  }

div, p, form, input, a, span, button {
    box-sizing: border-box;
}

p {
    margin: 0;
    font-size: 19px;
    line-height: 1.28em;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {  
    font-family: 'PF BeauSans Pro SemiBold', sans-serif;
    line-height: 1.2em;
}

h1 {
    font-size: 45px;
}

h2 {
    
}

h3 {
    font-size: 35px;
    margin-top: 45px;
}

h4 {
    font-size: 25px;    
}

h5 {
    font-size: 20px;    
}

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 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.btn { 
    font-family: 'Roboto Light', sans-serif; 
    font-size: 17px;
    color: #fff;  
    background-color: #c42a36;
    display: block;
    padding: 10px 30px;   
    border-radius: 10px;
}

.btn:hover {
    background: #e6e3f6;
    border: 1px solid #c42a36;
    color: #c42a36;
}

.btn:active, .btn:focus {
    box-shadow: 0 0 25px rgba(0,0,0,0.2) inset;
}

.button-red {
    color: #fff;
    font-weight: 900;
   /* width: 324px;*/
    border-radius: 30px;
}

.button-red:hover {
    color: #c42a36;
}


.button-tik {
   padding: 10px 25px;
   width: 100%;
}

.button-transparent {
    width: 170px;
    background-color: transparent;
    border-radius: 30px;
    border: 2px #c42a36 solid;
    color:#102B40;
    font-family:'Gilroy ExtraBold';
    font-size:13px;
    padding: 10px 0;
}

.button-transparent:hover {
    background: #e6e3f6;
    border: 2px solid #c42a36;
    color: #c42a36;
}

.text-center {
    text-align: center;
    margin: 0 auto;
}

.desc {
    display: block;
}

.mob {
    display: none;
}

.btn-reg {
	width: 320px;
}

/* ------ Hero screen ------ */

.header-lp2 {
   padding-bottom: 50px;
  /* background: url(../img/headerbg3.jpg) no-repeat 30%;*/
   /*background-color: rgba(29,29,29,0.85);
   background-image: linear-gradient(to top, rgba(8, 8, 8, 0.46), rgba(4, 4, 4, 0.13)), url(../img/headerbg2.jpg);*/
   /*background-size: cover;*/
   /*height: 731px;*/
   background-color: #fff;
}

.header-order {
   padding-top: 20px;
   padding-bottom: 50px;
   background-color: #fff;

}

.offer {
    margin-top: 84px;
    margin-bottom: 24px;
}


.offer__title {
    color:#1E1E1E;
    font-family:'Proxima Nova Th';
    font-size:53px;
    letter-spacing:2.07px;
    width: 518px;
    background: url(../img/article1.png) no-repeat left bottom -50%;
    background-size: 364px;
}

.offer__title2 {
	background: url(../img/article2.png) no-repeat left bottom -10%;
    background-size: 493px;
    margin-bottom: 50px;
}

.offer__title span {
    text-transform: uppercase;
}

.offer__titletik {
    font-size: 40px;
    text-align: center;
}

.offer__titletik span {
    text-transform: uppercase;
}

.offer__text {
    color:#000000;
    font-family:'PF BeauSans Pro Light';
    font-size:24px;
    letter-spacing:0.07px;
    margin-bottom: 25px;
}

.offer__text span {
    text-decoration: underline;
}

.offer__text2 {
    color: #000000;
    font-family: 'PF BeauSans Pro Light';
    font-size: 27px;
    line-height: 39px;
    margin-bottom: 25px;
}  

.offer__text2 span {
    text-decoration: underline;    
}

.offer__text3 {
	color: #000000;
    font-family: 'PF BeauSans Pro Light';
    font-size: 15px;
    line-height: 24px;
}


.header-img {
	width: 518px;
}

.wrap-bl1 {
	position: absolute;
    left: 305px;
    top: 400px;
    width: 490px;
    height: 385px;
    z-index: 5;
    background: url(../img/text-min.png) no-repeat center;
    background-size: contain;
   
}

.wrap-bl2 {
	position: absolute;
    left: 127px;
    top: 36px;
    width: 255px;
    height: 325px;
    z-index: 6;
    background: url(../img/img0003.png) no-repeat center;
    background-size: 255px;
    height: 325px;
}


.wrap-bl_text {
	color: #696969;
    font-family: 'PF BeauSans Pro SemiBold';
    font-size: 16px;
    line-height: 27px;
    padding: 38px;
}

.img-book {
	background: url(../img/text-min.png) no-repeat center;
	background-size: contain;
	width: 310px;
	height: 321px;	
	margin: 0 auto; 
}

.img-book__img {
	margin: 0 auto;
    width: 232px;    
    margin-left: 46px;    
    padding-top: 10px;

}

.headfeedback_img {
	width: 423px;
    position: absolute;
    top: 80%;
    left: 25%;
}

.wrap-video {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
	margin-bottom: 25px;
}

.wrap-video_img {
	width: 65px;    
	margin-right: 20px;
}

.wrap-video_text {
	color: #000000;
    font-family: 'PF BeauSans Pro Light';
    font-size: 15px;
    line-height: 22px;
    width: 250px;
}

.wrap-video_text a {
	color: #487AB6;
    font-family: 'PF BeauSans Pro Light';
    font-size: 15px;
    line-height: 22px;
    text-decoration: underline;
}

.wrap-video_text span a {
	color: #487AB6;
    font-family: 'PF BeauSans Pro SemiBold';
    font-size: 17px;
    line-height: 20px;
    text-decoration: underline;
}

.order {
  /*  margin: 5px auto;
    display: table;*/
   
}

.order2 {
  margin-top: 25px;
   
}

.orderreg {
 width: 90%;
}

.order-left {
    margin: 15px 0 0;
}

/*----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;
}

/* ------  Video-Avtor ------ */

.video-avtor {
    padding-top: 70px;
    padding-bottom: 100px;
    background-color: #000;
    color: #fff; 
    font-family:'Gilroy ExtraBold'; 
    text-align: left;
}

.video {
    
}

.video-img {
  
}

.video-avtor-title {
    font-size: 48px;
    color: #fff; 
    text-align: left;
}

.video-avtor-text {    
    font-size:27px;
    padding-top: 45px;
}


/*---About---*/

.about {
    background-color: #fff;
    padding-top: 50px;
}

.about2 {
    background-color: #FBFBFB;
    padding-top: 50px;
}


.about-title {    
    margin-bottom: 20px;
    text-align: center;
    color: #102B40;
}
.about-title span {
    text-align: left;
}


.about-list {
    margin-top: 25px;
    margin-bottom: 25px;
}

.about-list__item { 
    font-size: 19px;  
    list-style-image: url(../img/bullet-green.png);
    display: list-item;
    text-align: left;
    margin-left: 50px;
}

.about-list__item2 { 
    font-size: 19px;  
    list-style-image: url(../img/no.png);
    display: list-item;
    text-align: left;
    margin-left: 50px;
}

.about-img {
    display: none;
}

.about-text {   
	margin-top: 65px; 
    color: #000000;
    font-family: 'PF BeauSans Pro Light';
    font-size: 16px;
    line-height: 23px;
    width: 578px;
    /*margin-left: 10%;*/
 /*   list-style-image: url(../img/line.png);
    display: list-item;*/
    text-align: left;   
    list-style: none; /* Убираем исходные маркеры */
    background: url(../img/line.png) no-repeat 0px -35px;
    padding-left: 65px;
}

.about-text span{    
	display: block;
    color: #000000;
    font-family: 'Proxima Nova Th';
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 15px;
}

.wrap-about {   
	margin-left: 10%;
}

.about-text2 {
	margin-top: 30px;
	font-family: 'Proxima Nova Th';
    font-size: 17px;
    line-height: 21px;
    width: 578px; 
    padding-left: 65px;
}

.about-icon {
    color: #c42a36;
    font-size: 25px;
    padding-right: 10px;
}

.img-line {
	position: absolute;
	left: 65%;	
	width: 45px;
	height: 59px;
}


/*---- Who -----*/

.who {
    background-color: #1A191F;
    padding-top: 90px; 
    color: #fff;
}

.who-descr {
    line-height: 1.5em;    
}

.who-title {
    color: #fff;
    font-size: 37px;
    letter-spacing: 1.07px;
    line-height: 55px;
    text-transform: uppercase;
}

.who-text {    
    font-family: "Gilroy ExtraBold";
    font-weight: normal;
    font-size: 21px;
    font-style: normal;
}

.who-img {
    width: 100%;
    margin: 0 auto;
    display: table; 
}

.accordion {

}

.accordion-title {
    color: #fff;
    padding: 15px 15px;
    margin: 0;
    border-bottom: none;
    cursor: pointer;
    font-family: "Gilroy ExtraBold";
    font-weight: normal;
    font-size: 21px;
    font-style: normal;
    background: url(../img/accordion-default.png) no-repeat left; 
}

.accordion-title:hover {
    opacity: 0.5;
}
.accordion-title.active {
    background: url(../img/accordion-active.png) no-repeat left;
}
.accordion-text {
    display: none;
    margin: 0;
    padding:  10px 15px 20px;
}

/*--- Rezalt ----*/

.rezalt {
    background-color: #fff;   
    padding-top: 90px; 
    padding-bottom: 90px; 
}

.rezalt-title span {
    color: #c42a36;
    display: block;
}

.rezalt-title {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.rezalt-text {
    font-size: 19px;
    line-height: 26px;
    text-align: left;
}

/*---- Newlevel ----*/

.newlevel {
    background-color: #fff;
}

.newlevel-title {
    margin-bottom: 30px;
    text-align: center;
}

.newlevel-img {
    width: 100%;
    margin: 0 auto;
    display: table; 
}

/*History*/

.history {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #e6e3f6;
}


.history-wrap {
    padding: 50px;
    background-color: #fff;
    border-radius: 10px;
}

.history-title { 
    font-size: 37px;
   /* margin-bottom: 50px;*/
}

.history-text {
    margin-bottom: 25px;
    text-align: justify;
}

.history-img {
    display: table;
    margin: 0 auto;
    width: 100%;
}


/*Block White, Black, Grey*/

.blockwhite {
    background-color: #fff;  
}

.blockblack {
    background-color: #1A191F;   
    color: #fff;
}

.blockgrey {
    background-color: #E3DFF6;  
}

.block-title {   
    margin-bottom: 30px;
    color: #000000;
    font-family: 'Proxima Nova Th';
    font-size: 53px;
    line-height: 59px;
    background: url(../img/article1.png) no-repeat left bottom -10%;
    background-size: 60%;
}

.block-title4 {
	font-family: 'Proxima Nova Th';
    font-size: 53px;
    background: url(../img/article1.png) no-repeat 15% 95%;	
    text-align: center;	
}


.blockblack-title {   
    margin-bottom: 30px;
    color: #fff;
}

.block-text { 
    margin-top: 25px;
    color: #000000;
    font-family: 'PF BeauSans Pro Light';
    font-size: 19px;
    line-height: 29px;
    width: 429px;
}

.block-text span { 
    font-family: "PF BeauSans Pro SemiBold";
    font-weight: normal;
    font-size: 19px;
}

.block-list { 
    color: #102B40;    
    font-size: 19px;
    line-height: 1em;
    line-height: 19px;
    padding-top: 10px;
    text-align: left;
    margin-bottom: 50px;
}

.list-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center; 
}

.block-list span {
    font-weight: bold;
    
}

.block-list__img {
   /* margin: 0 auto;*/
    height: 90px;
    display: table;
    filter: hue-rotate(25deg);
    -webkit-filter: hue-rotate(25deg);   
}

.textnomargin { 
    margin-top: 0;
}

.block-img {
    display: table;
    margin: 0 auto;
    width: 100%;
}

.block-img2 {
	margin-top: 50px;
}

.block-img3 {
	margin-top: 20px;
}

.block-imglist {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    display: table;  
}

.block-list {
    margin-top: 25px;
    margin-left: 25px;
}
.block-list__item {     
    list-style-image: url(../img/bullet-green.png);
    display: list-item;
    text-align: left;    
}

/*Avtor  */ 

.avtor {
    background-color: #fff;   
    padding-top: 90px;  
    padding-bottom: 0;
}

.avtor-descr {
    color: #1A191F;
    font-family: 'Gilroy ExtraBold';
    font-size: 20px;
    letter-spacing: 2.07px;
    text-transform: uppercase;
}

.avtor-title {
    font-size: 53px;
    letter-spacing: 2.07px;
}

.achiev-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 25px 0; 
}

.achiev-list__item {

}


.achiev-list__number {
    font-family: 'Gilroy ExtraBold';
    font-size: 32px;
}

.achiev-list__text {
    font-family: 'Gilroy ExtraBold';
    font-size: 17px;
    line-height: 1.1875;    

}

.avtor-list {
    font-family: 'Gilroy ExtraBold';
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 15px;
}

.avtor-img {
    width: 90%;
}

/* ------  Feedback ------ */

.feedback {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #e6e3f6;
}

.videofb {
    background-color: #1d1d1d;
}

.video {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        margin: 0 auto;
}

.video iframe {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.wrap-text {
    color: #fff;
    background-color: #1d1d1d;
    padding: 3.1em 3.6em;
    font-size: 16px;
    height: 1450px;
    margin-bottom: 35px;
}

.feedback-text2 {

}

.feedback-text2 span {
    text-align: right;
    display: block;
    font-style: italic;
    margin-top: 15px; 
}

.slider {
    margin: 25px 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 50px;
}

.video-player  {
    background-color: #d0d1dc40;
}

.video-player img {
        width: 100%;
        cursor: pointer;
        border:none;
        overflow:hidden;
}

.video-player img:hover {
    filter: brightness(60%);
    -webkit-filter: brightness(60%);
    -moz-filter: brightness(60%);
    -o-filter: brightness(60%);
    -ms-filter: brightness(60%);   
}

.name-client {
    font-size: 18px;
    color: #102B40;
    font-family: 'Gilroy ExtraBold';
    text-align: left;
}

.feedback-text {
    width: 100%;
    margin: 0 auto;   
    padding: 10px;
    height: 100%;
    margin-bottom: 20px;
}

.slick-dots li button:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #000;
    margin-top: 19px;
}

.slick-prev {
    font-size: 30px;
    left: -4%;
    top: 50%;
    color: #404048;
    z-index: 999; 
}

.slick-next {
    font-size: 30px;
    color: #404048;
    top: 50%;
    right: -4%;
    color: #404048;    
}

.slick-prev:hover {
    color: #4404cc !important;
}

.slick-next:hover {
    color: #4404cc !important;
}

.slick-prev:before, .slick-next:before {
    display: none;
}

.wrap-feedback {
     
}


.wrap-feedback__item1 {
    position: absolute;
    left: 50%;
    margin-left: -185px; 
    width: 370px;
    z-index: 1;  
   transform: rotate(-10deg);
}

.wrap-feedback__item2 {
   position: absolute;
    left: 0;
    top: 147px;
    width: 460px;
    z-index: 2;
    transform: rotate(10deg);
}

.wrap-feedback__item3 {
   position: absolute;
    left: 40%;
    top: 193px;    
    width: 460px;
    z-index: 3;
    transform: rotate(-10deg);
}


/*Reg*/


.reg {
    background-color: #fff;   
    padding-top: 90px; 
    padding-bottom: 90px; 
}

.reg-title {
    font-size: 40px;
}

.reg-text {
    font-size: 17px;
    margin-bottom: 15px;
    text-align: left;
}

.text-link {
    text-decoration: underline;
    color: #102B40;
}


/*ticket*/

.training-title {   
    font-size: 22px;
}


.ticket-title {
    text-transform: uppercase;
    font-family: 'PF BeauSans Pro SemiBold';
   /* font-weight: bold;*/
    font-size: 25px;
    text-align: center;
    color: #081d42;
    
}

.ticket-cost {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.ticket-discount {
    font-size: 20px;
    color: #e78f6f;    
    font-weight: 900;
    text-align: center;
    margin-top: 25px;
    
}

.ticket-discount2 {   
    margin-top: 0px;
    
}

.ticket-price {
    font-family: 'Gilroy ExtraBold';
    font-size: 25px;
    font-weight: 900;
    text-align: center;
}

.ticket-text {
    font-size: 17px;
    margin-bottom: 15px;
    text-align: center;
}

.ticket-textb {
    font-family: 'Gilroy ExtraBold';
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
}

.ticket-textt {
    text-align: left;
}

.ticket-textt_ml {
    margin-left: 40px;
}


.ticket-texttp {
    text-align: center;
     font-size: 23px;
}

.ticket-icon {
    margin-right: 10px; 
}

.order-form {     
    border: 0px solid #e6e3f6; 
    border-radius: 0px;
    background: #fff;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
    padding: 10px 25px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    transition-duration: .3s;
    transition-property: transform;

}
.order-form:hover{ 
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.formwrap {
    width:520px;
    height:500px!important;
    overflow:hidden;
    padding:15px 0px;
    box-sizing:initial;
}

.colred {
    color: #C42A36;
}

.ticket-img {
    margin: 0 auto;
    display: block;
    width: 90%;
}


/* ------ Footer ------ */

.footer {
    background-color: #1A191F;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.feedback-title {

}

.logo-footer {
    width: 50px;
}

.credits {
    padding-top: 10px;
    font-size: 15px;
}

/*******Form jk*******/
    .subscr-form-4809 input,
    .subscr-form-4809 select {
    color: #000!important;
    font-size: 14px!important;
    text-align: left!important;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    border-radius: 0px!important;
    border: #ccc 1px solid!important;
    padding: 10px!important;
    width: 100%!important;
    box-sizing: border-box!important;
}

   .order_form_owner iframe {
    height: 100%!important;
   }      
    
    .subscr-form-4809 table{
        width:100%!important;
    }
    .subscr-form-4809 td{
        font:14px Arial,Helvetica,sans-serif;
        padding:4px;
    }    

    #offerta_accept{
        width:13px !important;
    }

    input[type="radio"][name="good_name"] {
        width: 20px;
    }

/* ------ Pop-up window ------ */

.box-modal {
    position: relative;
    width: 500px;
    height: 300px;
    background-color: #fff;
}

.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;
}

/* Счетчик */
.timedesc {
    display: block;
}

.timemob {
    display: none;
}