@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: 40px;
}

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: 20px;
  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;
}

.btnsol {
    font-family: 'Roboto Light', sans-serif; 
    font-weight: 900;
    line-height: 1.3;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    min-height: 75px;
    cursor: pointer;
    border: 0;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    background-size: auto 300%;
    background-image: linear-gradient(-180deg,#F55C5F 0,#A32628 25%);
    box-shadow: 1px 4px 15px rgb(142 55 57 / 20%);
    text-transform: uppercase;
    font-size: 1em;
    animation: 1.5s ease-in buttons infinite;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.btnsol:before {
    position: absolute;
    content: '';
    left: -50%;
    top: 50%;
    transform: translateY(-20%);
    height: 500%;
    background: rgba(255,255,255,.5);
    border-radius: 50%;
    animation: 1.5s ease-in scaling infinite;
}

.btnsol:hover {
    background-position: center bottom;
    box-shadow: none!important;
    animation: none;
    color: #fff;
}

.btnsol:hover:before{
    animation:none
}

@keyframes scaling{
    0%{
    width:0;
    opacity:0
    }
    50%{
        opacity:1
    }
    100%{
        width:200%;
        opacity:0
    }
}

@keyframes buttons{
    0%{
    box-shadow:0 0 0 0 rgba(0,0,0,.07)
    }
    100%{
        box-shadow:0 0 0 35px rgba(0,0,0,0)
    }

}

.form-input {
    margin: 0;
    font-family: 'Roboto',sans-serif;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
        border: 1px solid #666;
    color: #0000008f;
    height: 60px;
        margin-bottom: 25px;
}

.text-center {
    text-align: center;
    margin: 0 auto;
}

/* ------ Hero screen ------ */

.header {
   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;
}

/* 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:#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: #fff;
}

.offer__title span {
    text-transform: uppercase;
}

.offer__title2 {
    text-transform: uppercase;   
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.offer__title2 span {
    text-transform: uppercase;
}

.offer__title3 {

}

.offer__titletik {
    font-size: 40px;
    text-align: center;
}

.offer__titletik span {
    text-transform: uppercase;
}

.offer__text {
    color:#fff;;
    font-family:'Gilroy ExtraBold';
    font-size:30px;
    text-align: center;   
    margin: 15px auto;
}

.offer__text span {
    color:#fff;
    font-size:18px;
    line-height: 18px;
    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;
}

.ordermy {
    margin: 15px 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;
    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-img {
    margin: 25px auto;
    width: 100%;
}

.about-text {    
    margin-bottom: 20px;
    text-align: left;
    color: #102B40;
     font-size: 19px;
}

.about-text span{    
    font-family: 'Gilroy ExtraBold';
    display: block;
}

.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: #081d42;
    padding: 15px 15px;
    margin: 0;
    border-bottom: none;
    cursor: pointer;
    font-family: 'Gilroy SemiBold';
    font-weight: normal;
    font-size: 22px;
    font-style: normal;
    background: url(../img/accordion-default.png) no-repeat left; 
}

.accordion-title:hover {
    opacity: 0.9;
}
.accordion-title.active {
    background: url(../img/accordion-active.png) no-repeat left;
}
.accordion-text {
    display: none;
    margin: 0;
    padding:  10px 0px 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: 30px;
    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-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-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;    
}

.block-trainings {
    background-color: #fff;   
    color: #000;
    padding: 20px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
padding: 10px 5px;
width: 100%;
margin: 25px auto;
transition-duration: .3s;
transition-property: transform;
}

.block-trainings__img {
    display: table;
    margin: 0 auto;
    width: 50%;
}

.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 {
  height:auto;
  background-color: #ffffff;
  padding-top: 10px;
}


.feedback-filter {

}

.feedback-title {
  color: #000000;
  font-size: 40px;
  font-family: 'Open Sans',Arial,sans-serif;
  line-height: 1.6;
  font-weight: 300;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin: 30px auto;
  display: block;
}

.feedback-title span {
  font-weight: 700;
}

.wrap-feedback {
    border-radius: 15px;
    background-color: #fafafa;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: #fff;
    border-style: solid;
    box-shadow: 0px 0px 5px 5px rgba(242,242,242,0);
    background-image: url(../img/bgf1.png);
    width: 507px;
    height: 680px;
    margin-bottom: 50px;
    background-clip: content-box;
}

.fbimg {
  width: 430px;
  display: block;
  margin: 10% auto;
}

/*Slider*/

.slider {
    text-align: center;
    margin-top: 30px;
}

.slider__wrap {
    align-items: center;
}

.slider__item {

}

.slick-prev {
    font-size: 25px;
    left: 0px;
    top: 73px;
    color: #656565;
    z-index: 999; 
}

.slick-next {
    font-size: 25px;
    top: 73px;
    right: 0px;
    color: #656565;    
}

.slick-prev:hover {
    color: #4404cc !important;
    left: 15px;   
}

.slick-next:hover {
    color: #4404cc !important;
    right: 5px;
}

.slick-prev:before, .slick-next:before {
    display: none;
}

.slider__img {
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    border: 5px solid #656e8d; 
}

.slider__title {
    font-size: 15px;
    color: #747487;
    margin-top: 12px;
}

.slider__text {
    font-size: 13px;
    width: 285px;
    margin: 13px auto 0
}

.slider__icon {
    color: #2c60a0;
    margin-top: 12px;
}

.slider__link {

}

.slider__icon:hover {
    color: #b81c31;
}

.slick-dots li button:before {
    content: "";
    width: 11px;
    height: 11px;
    background-color: #bdc5d6;    
    margin-top: 19px;
}

.slick-dots li.slick-active button::before {
    background-color: #8b9ab7; 
}

.arr {
  width: 25px;
}

.arrl {
  width: 25px;
  -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}

/* ------ whom ------ */

.whom {
   /* height: 870px;*/
    background-color: #ffffff;
    background-position: top center;
    background-attachment: scroll;
    background-image: url(../img/bg3.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0px;


}


.whom-filter {
    /*height: 870px;*/
    background-color: rgba(252,253,255,0.8);

}

.whom-title {
  margin-top: 100px;
  color: #000000;
  font-size: 35px;
  font-family: 'Open Sans',Arial,sans-serif;
  line-height: 1.35;
  font-weight: 300;
  letter-spacing: 0.5px;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  display: block;
  width: 594px;
  margin-bottom: 50px;
}

.whom-title span {
  font-weight: 700;
}

.wrapwhite {
  width: 270px;
  height: 370px;
  border-radius: 15px;
  background-color: #ffffff;
  background-position: center center;
  border-color: #ffffff;
  border-style: solid;
  box-shadow: 0px 0px 7px 7px rgba(237,241,255,0.9);
  margin-bottom: 30px;
}

.wrapwhite-img {
  /*width: 100px;*/
  height: 86px;
  display: block;
  margin: 30px auto 20px;
}

.wrapwhite-title {
    color: #000000;
    font-size: 20px;
    font-family: 'Open Sans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
    margin: 0px auto 20px;
}

.wrapwhite-text {
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-family: 'Open Sans',Arial,sans-serif;
  line-height: 1.65;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  width: 220px;
  display: table;
  margin: 0 auto;

}


/*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: 23px;
    text-align: center;
    color: #081d42;    
}

.ticket-title-descr {   
   /* font-weight: bold;*/
    font-size: 20px;
    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: left;
}

.ticket-icon {
    margin-right: 10px; 
}

.order-form1 {     
    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: 15px;
    margin-bottom: 15px;
  /*  transition-duration: .3s;
    transition-property: transform;*/

}

.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: 250px;
}


/* ------ 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;
}

/*Slider*/

.slider {
    width: 100%;
    
}

.slider__item {
 /*   width: 508px !important;*/
   /*width: 598px !important;*/
 /*   height: 650px;*/
    border-width: 0px;
    border-radius: 20px;
    background-color: #f5f5f5;
    background-position: center center;
    border-color: #ffffff;
    border-style: solid;
    box-shadow: 0px 0px 10px 10px rgba(227,13,56,0);
    margin: 23px;
    opacity: 1;
    position: relative;
    z-index: 1
}

.slick-active {
    opacity: 1;
}

.wrap-ava {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 29px;
}

.avaimg {
    width: 58px;
    border-radius: 50%;
    margin-right: 20px;
}

.avatitle {
    color: #000000;
    font-size: 17px;
    font-family: 'Circe',Arial,sans-serif;
    line-height: 1.25;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.avaiconlink {
    width: 40px;
}

.avaicon {
    width: 40px;
}

.video {
    padding: 0px 29px;
}

.quotes {
    display: flex;
    align-items: center;
    justify-content: space-between;
   /* margin: 29px;*/
    margin: 20px 29px;
}

.quotesimg {
    width: 60px;
    opacity: 0.35;
}

.quotestext {
    color: #ffa500;
    font-size: 15px;
    font-family: 'Open Sans',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-transform: uppercase;
}

.avatext {
    color: #000000;
    font-size: 14px;
    font-family: 'Open Sans',Arial,sans-serif;
    line-height: 1.8;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin: 0 29px 29px;
    text-align: left;

}

.read {
    color: #e30d38;
    font-size: 19px;
    font-family: 'Open Sans',Arial,sans-serif;
    line-height: 1.2;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    margin: 0 29px 29px;
}

.accordion {
    margin-bottom: 29px;
    cursor: pointer;
}

.accordion-title {
    text-decoration: underline;

}

.accordion-title.read.active {
    color: #f5f5f5;
}

.accordion-title:after {
    content: '';
    color: #fff;
    font-weight: bold;
   /* float: right;*/
    margin-left: 5px;
}

.active:after {
    content: "";
    color: #e30d38;
    font-weight: 600;
        float: left;
    margin-left: 29px;
}
.arrow-left {
    width: 90px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: center center;
    border-color: transparent;
    border-style: solid;    
    position: absolute;
    left: 0%;
    top: -50%;
    z-index: 999;
}


.arrow-right {
    width: 90px;
     position: absolute;
    top: -50%;
    right: 0%;
    z-index: 999;
}


.slick-next::before, .slick-prev::before {
    opacity: 0;
}

.slick-next:hover::before, .slick-prev:hover::before {
    opacity: 0;
}

.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
    opacity: 0;
}

.slick-next:focus::before, .slick-prev:focus::before {
    opacity: 0;
}


.slick-prev {
    left:0;
   /* background-image: url("../img/arrow-right.png");
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: center center;
    border-color: transparent;
    border-style: solid; */   
    z-index: 999;
}

.slick-next {
  /*  background-image: url("../img/arrow-right.png");*/
    right: 0px;
    z-index: 999;
}