@font-face
{
   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');
}

/* ------ Specification ------ */

body {
    font-family: 'Roboto Light', sans-serif;
    padding: 0;
    color: #000000;
    letter-spacing: 0.02em;
    margin: 0;
    font-size: 17px;
  }

div, p, form, input, a, span, button {
    box-sizing: border-box;
}

p {
    margin: 0;
    font-size: 17px;
    line-height: 1.28em;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {  
    font-family: 'Gilroy SemiBold', sans-serif;
    line-height: 1.2em;
    color: #081d42;
}

h1 {
    font-size: 65px;
}

h2 {
    font-size: 45px;
    text-align: center;
    color: #061D2F;
    letter-spacing: 0.07px;
    text-transform: uppercase;   
    text-align: left;
}

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: 15px 10px;   
    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;
}

.nomarginb{   
    margin-bottom: 0!important;
}

.nomargint{   
    margin-top: 0!important;
}

/* ------ Hero screen ------ */

.header {
   padding-bottom: 50px;
   background: url(../img/headerbg.jpg) no-repeat 55% 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: auto 100%;
   /*height: 731px;*/
   background-color: #fff;
}

/* Top panel */
.top_panel {
    position:relative;
    /*z-index:10000;*/
    background-position: center;
    background-repeat: repeat;
    padding:1px 0;
}

.top_panel:before {
    content:' ';
    position:absolute;
   /* z-index:1;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.3);
}
/*---------*/

.navigation {
    padding-top: 33px;
}

.logo-text {
    margin-left: 45px;
    width: 136px;
    text-transform: uppercase;
    color: #102B40;
    font-family: 'Gilroy ExtraBold';
    font-size: 15px;
    letter-spacing: 2.07px;
    line-height: 20px;
    padding-left: 10px; 
    border-left: 5px #c42a36 solid;
    border-right: 5px #c42a36 solid;
}

.menu {
    margin-top: 5px;
    width: 560px;
}

.menu__item {
    color:#102B40;;
    font-family:'Gilroy ExtraBold';
    font-size:13px;
    letter-spacing:1.07px;
    border-bottom: 2px #c42a36 solid;
    padding-bottom: 2px;
}

.menu-link {
    text-decoration: none;
    color: #102B40;;
    text-transform: uppercase;
}

.ordercall {
   margin-left: 5px;
}


.header-order {
   padding-top: 20px;
   padding-bottom: 50px;
   background-color: #fff;

}

.offer {
    margin-top: 50px;
    margin-bottom: 24px;
}


.offer__title {
    text-transform: uppercase;   
    text-align: center;
    color: #102B40;
}

.offer__title span {
    color: #c42a36; 
}

.offer__titletik {
    font-size: 40px;
    text-align: center;
}

.offer__titletik span {
    text-transform: uppercase;
}

.offer__text {
    color:#102B40;;
    font-family:'Gilroy ExtraBold';
    font-size:29px;
    text-align: center;   
    margin: 0 auto;
}

.offer__text span {
    color:#C42A36;
    font-size:21px;
    text-align: center;
}

.offer__text2 {
    margin-top: 10px;   
}

.offer__text2 span {
    text-decoration: underline;    
}

.wrapbl {

}

.wrapbl__icon {

}

.wrapbl__img {
    margin-right: 20px;
}

.wrapbl__text {
    color:#FFFFFF;
    font-family:'Gilroy ExtraBold';
    font-size:13px;
    line-height:19px;"
}



.social-title {
    font-weight: 900;
}

.offer__link {

}

.offer__icons {

}

.offer__icon {
    font-size: 30px;
    padding-left: 25px;
    color: #fff;
}

.order {
    margin: 45px auto;
    display: table;
}

.order-left {
    margin: 15px 0 0;
}

/* ------  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;
}


.about-title {    
    margin-bottom: 20px;
    text-align: center;
    color: #102B40;
}
.about-title span {
    text-align: left;
}


.about-list {
    margin-top: 25px;
}

.about-list__item {
    color: #102B40;
    font-family: 'Gilroy ExtraBold';
    font-size: 19px;
    line-height: 40px;
    list-style-image: url(../img/bullet-green.png);
    display: list-item;
    text-align: left;
    margin-left: 50px;
}

.about-img {
    margin: 25px auto;
    width: 100%;
}

.about-text{    
    margin-bottom: 20px;
    text-align: left;
    color: #102B40;
     font-size: 19px;
}

.about-icon {
    color: #c42a36;
    font-size: 25px;
    padding-right: 10px;
}


/*---- 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;
}



.blockblack-title {   
    margin-bottom: 50px;
    color: #fff;
}

.block-text { 
    margin-top: 25px;
}

.block-text span { 
    font-family: "Gilroy ExtraBold";
    font-weight: normal;
    font-size: 21px;
}

.block-list { 
    color: #102B40;    
    font-size: 19px;
    line-height: 1em;
    line-height: 19px;
    padding-top: 10px;
    text-align: left;
    margin-top: 25px;
    margin-left: 25px;
}

.block-list__item {     
    list-style-image: url(../img/bullet-green.png);
    display: list-item;
    text-align: left;    
}

.block-list__item_style2 {     
    list-style-image: url(../img/sp.png);
    color: #000000;
    line-height: 1.5em;
    font-size: 17px;   
}

.block-list__item_style3 {     
    list-style-image: url(../img/bullet-yellow.png);  
}

.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-imglist {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    display: table;  
}

.block-trainings {
    background-color: #1A191F;   
    color: #fff;
    padding: 20px;
    margin-bottom: 50px;
}

.block-trainings__img {
    display: table;
    margin: 0 auto;
    width: 100%;
}

.block-trainings__name {
    font-family: "Gilroy ExtraBold";
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px;
}

.block-trainings__link {
    color: #fff;
    text-decoration: underline;
}

.block-trainings__cost {

}

.block-listnumb {

}

.block-list__number {
    list-style-type: decimal;
    display: list-item;
    margin-bottom: 10px;
}



/*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: 330px;
    margin-bottom: 35px;
}

.feedback-text2 {

}

.feedback-text2 span {
    text-align: right;
    display: block;
    font-style: italic; 
}

.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;
}


/*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;
}

.reg-text span {
    font-weight: bold;
}


/*ticket*/

.training-title {   
    font-size: 22px;
}


.ticket-title {
    text-transform: uppercase;
    font-family: 'Gilroy SemiBold';
   /* font-weight: bold;*/
    font-size: 25px;
    text-align: center;
    color: #081d42;
    
}

.ticket-titleblok {
    text-align: left;
}

.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-price span { 
    text-decoration: underline;
}

.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-texttp {
    text-align: left;
}

.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;
}

/* ----- Karina ----- */

.karina {
    background-color: #1A191F;
    padding-top: 90px;
    padding-bottom: 50px;
    color: #fff;
}

.karina-title {
    color: #fff;
    font-family: 'Gilroy SemiBold';
    font-size: 37px; 
    margin: 15px 0;
}

.karina-text {    
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 25px;
}

.karina-img {
    border-radius: 50%;
    width: 300px;
    margin: 25px auto;
    display: block;
}

.karina-name {    
    font-family: 'Gilroy SemiBold';
    font-size: 27px; 
    text-align: center;
}

.karina-link {    
    font-family: 'Gilroy SemiBold';
    font-size: 17px; 
    text-align: center;
    color: #fff;
    display: block;
    text-decoration: underline;
}


/* ------ Footer ------ */

.footer {
    background-color: #1A191F;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.feedback-title {

}

.logo-footer {
    width: 50px;
}

.credits {
    padding-top: 10px;
}

/*******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;
}