@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: 75px;
}

h2 {
    font-size: 55px;
    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 {
  
}

.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;
}

/* ------ Hero screen ------ */

.header {
   padding-bottom: 50px;
   background: url(../img/headerbg2.jpg) no-repeat left top;
   /*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;
}

/* 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: #fff;
    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:#fff;
    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: #fff;
    text-transform: uppercase;
}

.menu-link-logo {   
    color: #fff!important; 
}

.menu-bars {
    font-size: 26px;
    color: #fff;
    display: none;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}

.menumob {
    display: none
}



.ordercall {
   margin-left: 44px;
}


.header-order {
   padding-top: 20px;
   padding-bottom: 50px;
   background-color: #fff;

}

.offer {
    margin-top: 84px;
    margin-bottom: 24px;
}


.offer__title {
    text-transform: uppercase;   
    text-align: center;
    color: #fff;
}

.offer__title span {
    text-transform: uppercase;
}

.offer__titletik {
    font-size: 40px;
    text-align: center;
}

.offer__titletik span {
    text-transform: uppercase;
}

.offer__text {
    color:#fff;
    font-family:'Gilroy ExtraBold';
    font-size:45px;
    text-align: center;
    width: 800px;
    margin: 0 auto;
}

.offer__text span {
    color:#fff;
    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: 15px auto;
    display: table;
}

.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: 20px;
    text-align: center;
}

.offer-popup__text {
    font-size: 25px;
    text-align: center;
    color: #e78f6f;
}

.offer-popup-link {
    color: #286595;
}

a.linkorder.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; 
    padding-bottom: 50px; 
}


.about-title {    
    margin-bottom: 20px;   
}


.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-yellow.png);
    display: list-item;
    text-align: left;
}

.about-img {
    margin: 25px auto;
    width: 80%;
}

/*Otzuvu*/

.otzuvu {
    background-color: #F5F5F5;
    padding-top: 90px; 
    padding-bottom: 90px; 
}

.otzuvu-title {
    
}

.otzuvu-text {   
    color: #102B40;
    font-family: 'Gilroy ExtraBold';
    font-size: 22px;
    line-height: 27px;
    padding-top: 30px;    
}

.otzuvu-text span{
    text-transform: uppercase;
    color: #C42A36;
    font-family: 'Gilroy ExtraBold';
    font-size: 27px; 
   line-height: 35px;   
}

.otzuvu-text1 {
    color: #102B40;
    font-family: 'Gilroy ExtraBold';
    font-size: 20px; 
   line-height: 30px;
   padding-top: 20px;    
}

.otzuvu-text1 span{
    text-transform: uppercase;
    font-family: 'Gilroy ExtraBold';
    font-size: 27px; 
   line-height: 35px;   
}

.otzuv {
    padding-top: 45px;
    text-align: center;
    padding-bottom: 45px 
}

.otzuv__icon {
    width: 137px;
    height: 135px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px #e8e5e5 solid;
    margin-bottom: 22px;
}

.otzuv__img {
    width: 100%;
    height: 100%;
   
}

.otzuv__name {
    text-decoration: underline;
    font-size: 17px;
    margin-bottom: 7px;
}

.otzuv__training {
    font-family: 'Gilroy ExtraBold';
    font-size: 17px;
    letter-spacing: 0.07px;
    margin-bottom: 6px;
}

.otzuv__before, .otzuv__after {
    font-size: 17px;
    line-height: 25px;
}

.otzuv__before, .otzuv__after span{
    font-size: 17px;
}


.otzuv__play {
    padding-right: 11px;
    font-size: 30px;
    padding-left: 36px;
}


.otzuv__video {
    margin-top: 18px;
    justify-content: flex-start;
}

.otzuv__link1, .otzuv__link2, .otzuv__link3, .otzuv__link4,
.otzuv__link5, .otzuv__link6, .otzuv__link7, .otzuv__link8 {  
    color: #000;
}

.otzuv__link1 span, .otzuv__link2 span, .otzuv__link3 span, .otzuv__link4 span,
.otzuv__link5 span, .otzuv__link6 span, .otzuv__link7 span, .otzuv__link8 span {
    text-decoration: underline;
    text-transform: uppercase;
    font-family: 'Gilroy ExtraBold';
    font-size: 13px;
    color: #000;
}


/*Newstyle*/

.newstyle {
    background-color: #1A191F;
    padding-top: 90px; 
}

.newstyle-title {
    color: #fff;
    text-align: center;
}

.newstyle-text {   
    color: #fff;    
    font-size: 19px;
    line-height: 1em;
    line-height: 19px;
    padding-top: 30px;
}

.newstyle-img {
    width: 80%;
}


/*Whatabout*/

.whatabout {
    background-color: #fff;
    padding-top: 100px; 
    padding-bottom: 100px;
}

.whatabout-title { 
    margin-bottom: 70px;
}

.whatabout__icon {
    font-size: 3.5em;
    margin: 0 auto;
    color: #f7542b;
    display: table;
}

.whatabout__text {
    color: #102B40;    
    font-size: 19px;
    line-height: 1em;
    line-height: 19px;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 50px;
}

.whatabout__text2 {
    color: #102B40;    
    font-size: 22px;
    line-height: 1em;
    line-height: 22px;
    padding-top: 10px;
    text-align: center;
    margin-top: 50px;
}


.whatabout__img {
    margin: 0 auto;
    width: 90px;
    display: table;
    filter: hue-rotate(25deg);
    -webkit-filter: hue-rotate(25deg);   
}

.whatabout-title2 {
    color: #061D2F;
    letter-spacing: 0.07px;
    text-transform: uppercase;   
    text-align: left;
    margin-bottom: 20px;
}

.listabout {
    margin-top: 25px;
}

.listabout__item {
    color: #102B40; 
    font-size: 19px;
    line-height: 19px;
    list-style-image: url(../img/bullet-red.png);
    display: list-item;
    text-align: left;
}

.listabout-img {
    background: url(../img/mds3.jpg) no-repeat center top;
    background-size: cover;
    height: 400px;
}

/*6tehnik*/

.tehnik6 {
    background-color: #fff;
    padding-top: 20px; 
    padding-bottom: 50px;
}

.tehnik6-title { 
    font-size: 37px;
    margin-bottom: 50px;
}

.tehnik6-text {
    margin-top: 35px;

}

.tehnik6-img {
    display: table;
    margin: 0 auto;
    width: 100%;
}

/*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;
}

.history-img {
    display: table;
    margin: 0 auto;
    width: 100%;
}

/*Blockwhite or black*/

.blockwhite {
    background-color: #fff;    
    padding-top: 90px; 
    padding-bottom: 90px; 
}

.blockblack {
    background-color: #1A191F;   
    padding-top: 90px; 
    padding-bottom: 90px;
    color: #fff;
}

.block-title { 
    font-size: 37px;
    margin-bottom: 50px;
}

.blockblack-title { 
    font-size: 37px;
    margin-bottom: 50px;
    color: #fff;
}

.block-text { 
    margin-top: 25px;
}

.textnomargin { 
    margin-top: 0;
}

.block-img {
    display: table;
    margin: 0 auto;
    width: 100%;
}

.block-imglist {
    margin: 20px 20px 0px 0px;
    width: 50px;
    height: 50px;
    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;    
}

/*Rezalt*/
.rezalt {
    background-color: #F5F5F5;    
    padding-top: 90px; 
    padding-bottom: 90px; 
}

.rezalt-title {   
    text-align: center;
    margin-bottom: 70px;
}

.rezaltwrap {
    background: url(../img/img3.png) no-repeat center top,
                url(../img/img2.png) no-repeat 45%;
    height: 500px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    align-items: self-end;
}

.wrap1 {
    align-self: center;
}

.wrap2 {
    align-self: center;
}

.rezaltwrap__title {
    color: #C42A36;
    font-family: 'Gilroy SemiBold';
    font-size: 27px;
    text-align: right;
    width: 300px;
}

.rezaltwrap__title-1 {
    margin-top: 50px;    
    padding-right: 50px;
}

.rezaltwrap__text {
    color: #000000;
    font-family: 'Gilroy SemiBold';
    font-size: 21px;
    text-align: right;
    width: 300px;
}
.rezaltwrap__text-1 {
    margin-bottom: 50px;
    padding-right: 50px;
}

.rezaltwrap__title-2,
.rezaltwrap__text-2 {
    padding-right: 95px;
}

.rezaltwrap__title-3,
.rezaltwrap__text-3 {
   text-align: left;
   width: 250px;
}
.rezalt-img {
    display: none;
}


/*Who*/

.who {
    background-color: #1A191F;
    padding-top: 90px; 
    color: #fff;
}

.who-descr {
 
    font-family: 'Gilroy ExtraBold';
    font-size: 20px;
    letter-spacing: 2.07px;
    text-transform: uppercase;
}

.who-title {
    color: #fff;
    font-size: 37px;
    letter-spacing: 1.07px;
    line-height: 55px;
    width: 600px;
    text-transform: uppercase;
}

.who-text {    
    font-family: "Gilroy ExtraBold";
    font-weight: normal;
    font-size: 21px;
    font-style: normal;
}

.who-img {
    width: 90%;
    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_blue {
    color: #061D2F;
    text-decoration: underline;
    background: none;
}

.accordion-title_blue.active {
    color: #061D2F;
    text-decoration: underline;
    background: none;
}

.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;
}

/*----- Accordion -----*/
.accordion-hist,
.accordion-hist * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.accordion-hist {
    overflow:hidden;
    box-shadow:0px 1px 3px rgba(0,0,0,0.25);
    border-radius:3px;
    background:#f7f7f7;
}

/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:15px;
    display:inline-block;
    border-bottom:1px solid #1a1a1a;
    background:#333;
    transition:all linear 0.15s;
    /* Type */
    font-size:1.200em;
    text-shadow:0px 1px 0px #1a1a1a;
    color:#fff;
}

.accordion-section-title.active,
.accordion-section-title:hover {
    background:#4c4c4c;
    color: #fff;
    /* Type */
    text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
}


/*Program*/

.program, .program3 {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 10px;
}

.pro-descr {
    color: #000000;
    font-family: 'Gilroy ExtraBold';    
    letter-spacing: 1.07px;
    text-align: center;
    padding-bottom: 30px;
    font-size: 19px;
    line-height: 26px;
}

.pro-descr span{ 
    text-transform: uppercase;
    font-size: 17px;
}


.pro-title {
    color: #000000;
    font-family: 'Gilroy SemiBold';
    font-size: 64px;
    text-transform: uppercase;
    text-align: center;    
}

.day-wrap, .day-wrap2 {
    position: relative;
    border-right: 1px solid #dcdcdc;
}

.day-wrap:before {
    content: '';
    position: absolute;
    left: 100%;
    margin-left: -6px;
    width: 13px;
    height: 13px;
    background: #dcdcdc;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.day-wrap2:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 100%;
    margin-left: -6px;
    width: 13px;
    height: 13px;
    background: #dcdcdc;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.day-descr {
    color: #000000;
    font-family: 'Gilroy ExtraBold';
    font-size: 19px;
    letter-spacing: 2.07px;
    text-transform: uppercase;
}


.day-title {    
    font-family: 'Gilroy SemiBold';   
    letter-spacing: 2.07px;
    text-transform: uppercase;
}

.day-list {
    color: #102B40;
    font-family: 'Gilroy ExtraBold';
    font-size: 19px;
    line-height: 38px;
}

.day-list__item {
  /*  -webkit-animation-duration: 5s;
    animation-duration: 5s;*/
}

.btnmore {
    width: 250px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 57px;
    color: #C42A36;
    font-family: 'Gilroy SemiBold';
    font-size: 17px;
    padding: 15px 10px;
}

.day-img {
    width: 70%;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}


.program2 {
    background-color: #f5f5f5;
    padding-top: 100px;
    padding-bottom: 10px;
}


/*Format*/

.format {
    background-color: #1A191F;
    padding-top: 90px; 
    padding-bottom: 50px;
    color: #fff;
}

.format-descr {
    font-size: 21px;
    text-align: center;
}

.format-descr span {
    font-family: 'Gilroy ExtraBold';
    font-size: 19px;
    letter-spacing: 1.07px;
    text-transform: uppercase;
}

.format-title {
    color: #fff;
    font-family: 'Gilroy SemiBold';
    font-size: 43px;
    letter-spacing: 5.07px;
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0;
}

.format-img {
    width: 98px;
    margin: 50px auto; 
    display: block;
}

.format-text {
    text-align: center;
     font-size: 19px;
     width: 280px;
     margin: 0 auto 50px;
}



/*Rezalt2*/

.rezalt2 {
    background-color: #E3DFF6;   
    padding-top: 90px; 
    padding-bottom: 90px; 
}

.rezalt-title span {
    color: #c42a36;
    display: block;
}

.rezalt-titl2 {
    margin-bottom: 30px;
}

.rezalt-text {
    font-size: 19px;
    line-height: 26px;
    text-align: center;
}

.tablist__wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.tablist__text {
    font-size: 17px;
    line-height: 26px;
    padding-left: 25px;
}

.tablist__text span { 
    font-family: 'Gilroy ExtraBold';
    font-size: 27px;
    letter-spacing: 2.07px;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
}

.tablist__img {
    border-radius: 7px;
    width: 320px;
}

 /* Базовый контейнер табов */
        
        .tablist {
            min-width: 320px;           
            padding: 0px;
            margin: 0 auto;
        }
        /* Стили секций с содержанием */
        
        .tablist > div {
            display: none;
            padding: 15px;         
        }
        
        .tablist__wrap {
            margin: 0 0 5px;
            line-height: 1.5;
            color: #383838;
            /* прикрутим анимацию */
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
        }
        /* Описываем анимацию свойства opacity */
        
        @-webkit-keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        
        /* Прячем чекбоксы */
        
        .tablist > input {
            display: none;
            position: absolute;
        }
        /* Стили переключателей вкладок (табов) */
        
        .tablist > label {
            display: inline-block;
            margin: 0 0 -1px;
            padding: 15px 25px;            
            text-align: center;
            color: #4F4F4F; 
              border-bottom: 0; 
              background-color: transparent;
              border-top-left-radius: 6px;
              border-top-right-radius: 6px;
        }  
        

        /* Изменения стиля переключателей вкладок при наведении */
        
        .tablist > label:hover {
            color: #4F4F4F;
            cursor: pointer;
            border: 1px solid #fff;
            border-bottom: none; 
        }
        /* Стили для активной вкладки */
        
        .tablist > input:checked + label {
            /*color: #fff;*/
            border: 1px solid #fff;
            border-bottom: none;                     
        }
        /* Активация секций с помощью псевдокласса :checked */
        
        #tab1:checked ~ #content-tab1,
        #tab2:checked ~ #content-tab2,
        #tab3:checked ~ #content-tab3,
        #tab4:checked ~ #content-tab4,
         #tab5:checked ~ #content-tab5,
         #tab6:checked ~ #content-tab6 {
            display: block;
        }        
/*Avtor  */ 

.avtor {
    background-color: #fff;   
    padding-top: 90px;  
}

.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%;
}

/*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;
}


/*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-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;
    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;
}
/*VipDay*/

.vipday {
    background-color: #fff;   
    padding-top: 90px; 
    padding-bottom: 90px; 
}

.vipday-title {
    font-family: 'Gilroy SemiBold';
    font-size: 27px;
    text-transform: uppercase;
}

.vipday-descr {
    font-family: 'Gilroy SemiBold';
    font-size: 24px;

}

.vipdaylist-title {
    font-family: 'Gilroy SemiBold';
    font-size: 24px;
    margin: 25px;
}

.vipdaylist {
    
}

.vipdaylist span{
    display: block;
    font-family: 'Gilroy SemiBold';
    margin-top: 25px;
}

.vipday-img {
    width: 100%;
    display: table;
    margin: 0 auto; 
}

.vipday-icon {
    color: #c42a36;
   font-size: 25px;
}

.vipday-text  {
    font-size: 17px;
    margin-top: 25px;
}

.vipday-text span {
    font-family: 'Gilroy SemiBold';
    font-size: 17px;
    display: block;
}

/*Kouch*/

.kouch {
    background-color: #f5f5f5;   
    padding-top: 90px; 
    padding-bottom: 90px; 
}

.kouch__title {
    font-family: 'Gilroy SemiBold';
    font-size: 27px;
    text-transform: uppercase;
}

.kouch-text  {
    font-size: 17px;
    margin-top: 15px;
}

.kouch-text span {
    font-family: 'Gilroy SemiBold';
    font-size: 17px;
    display: block;
}

/* ----- Timetable ----- */

.timetable {
    background-color: #fff;
    padding-top: 90px;
    padding-bottom: 50px;
}

.timetable-title {

}

.timetable-text {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 25px;
}

.timetable-text span {
    font-weight: bold;
    display: block;
}
.timetable-img {
    width: 90%;
    margin: 25px auto;
    display: block;
}

/* ----- 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;
}

/* ------  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: 200px;
    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;
}

.fbwrap {
    color: #1d1d1d;
    border-color: transparent;
    background-color: #ebebeb;
    width: 100%;
    padding: 1em;
    margin-bottom: 1.875em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fb-icon {
    color: #1d1d1d;
    font-size: 1.5em;
    margin-right: 1em;
}

.fb__link1, .fb__link2, .fb__link3, 
.fb__link4, .fb__link5, .fb__link6, 
.fb__link7, .fb__link8, .fb__link9, .fb__link10 {
    text-decoration: underline;
    color: #f7542b;
}

/* ------ Map ------ */

.map {
    background-color: #1A191F;   
    color: #fff;
}

.container-fluid_plain {
    padding: 0;
}

.contact__block {
    width: 95%;
    margin: 35px;
}

.contact-title {
    color: #fff;
    font-family: 'Gilroy SemiBold';  
    margin: 15px 0;
}

.contact-text {    
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 25px;
}


.map__block {
    height: 100%;
    position: relative;
    width: 
}

.map__block iframe {   
    width: 100%;
    height: 100%;
}

/* ------  Feedbackvk ------ */

.feedbackvk {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
    height: 100%;
}

/* ------ Footer ------ */

.footer {
    background-color: #1A191F;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.feedback-title {
    margin-bottom: 35px;
}

.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;
    }

/*******Form jk2*******/
.form-wrap {
    background-color: #fff;
    width: 90%;
    display: block;
    margin: 0 auto;  
    padding-bottom: 50px;  
}

.form-title {    
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 15px;
}

.form-text {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px; 
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.form {
    display: table;
    margin: 0 auto;    
    text-align: center;

}

.form__input {
    font-family: 'Roboto Light', sans-serif;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    border: #ccc 1px solid;
    background-color: #FFFFFF;
    background-image: none;
    color: #000000;
    font-weight: normal;
    font-size: 17px;
    padding: 4px 4px 4px 4px;
    text-align: left;
    vertical-align: middle;
    -moz-box-shadow: 0px 0px 5px #808080;
    -webkit-box-shadow: 0px 0px 5px #808080;
    box-shadow: 0px 0px 5px #808080;
    margin-bottom: 25px;
    width: 320px;
    padding: 20px;
    box-sizing: border-box;
}

input.btn.button-red.text-center {
    margin-top: 20px;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
}

.formreg {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}

.form__input1 {
    font-family: 'Roboto Light', sans-serif;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    border: #ccc 1px solid;
    background-color: #FFFFFF;
    background-image: none;
    color: #000000;
    font-weight: normal;
    font-size: 17px;
    padding: 4px 4px 4px 4px;
    text-align: left;
    vertical-align: middle;
    -moz-box-shadow: 0px 0px 5px #808080;
    -webkit-box-shadow: 0px 0px 5px #808080;
    box-shadow: 0px 0px 5px #808080;
    margin-right: 20px;
    width: 250px;
    padding: 20px;
    box-sizing: border-box;
}


input.form__input1.phone1 {
    margin-right: 20px!important;
}

input.btn.button-red.btn1.text-center {
    margin-top: 0px;
}

/* ------ 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;
}

/* Счетчик */
.timedesc {
    display: block;
}

.timemob {
    display: none;
}

.fordesc {
    display: block;
}

.formob {
    display: none;
}
