@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,700|Roboto:300,400,500,700");
@keyframes sliderOut {
    to {
        opacity: 0;
        transform: translateX(-200px);
    }
}
@keyframes sliderIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
html{
    height: 100%;
    width: 100%;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 14px;
    line-height: normal;
    background: #ffffff;
    position: relative;
    width: 100%;
    min-height: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
    visibility: hidden;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

h1, h2, h3, h4, h5, h6{
    margin: 0 0 20px 0;
}
p {
    margin: 0 0 20px 0;
    font-family: 'Clear Sans',  Arial, sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    color: #7f8c8c;
}
img{
    display: block;
    max-width: 100%;
    height: auto;
}
.hidden {
    display: none !important;
}
/*== buttons
---------------------------------*/
button{
    margin:0;
    padding:0;
    border:none;
    background:none;
    cursor:pointer;
    overflow:visible;
    width:auto;
}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
.button{
    max-width: 270px;
    border: 1px solid #d9b908;
    display: block;
    text-align: center;
    font-family: 'Clear Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 1s;
}
.button:active,
.button:hover,
.button:focus{
    background: #d9b908;
    color: #000000;
    transition: 1s;
    text-decoration: none;

}
.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}


/*== inputs
---------------------------------*/
.input-text::-webkit-input-placeholder{color:#646464;}
.input-text:-moz-placeholder{color:#646464;}
.input-text,
textarea{
    display: block;
    margin: 0;
    padding: 5px 10px 5px 10px;
    height: 38px;
    width: 100%;
    font-family: 'Clear Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color:#333333;
    resize: none;
    outline: none;
    border: 1px solid #cacaca;
}
.b-input-text{
    width: 584px;
    height: 29px;
    background-color: white;
    border: 1px solid #ccc;
    color: #ccc;
    font-family: 'Clear Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    padding: 0 0 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-input-text::-webkit-input-placeholder{
    color: #ccc;
    font-family: 'Clear Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.b-input-text:-moz-placeholder{
    color: #ccc;
    font-family: 'Clear Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.b-input-text{
    outline: none;
}
textarea{
    height:80px;
}
.input-text:focus,
textarea:focus {
    border: 1px solid #76c7c0;
    -webkit-box-shadow: 0 0 5px 2px rgba(118, 199, 192, 0.6);
    -moz-box-shadow:    0 0 5px 2px rgba(118, 199, 192, 0.6);
    box-shadow:         0 0 5px 2px rgba(118, 199, 192, 0.6);
}
.wrapper-content{
    width: 1280px;
    margin: auto;
    position: relative;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.center-content{
    width: 942px;
    margin: auto;
    position: relative;
    vertical-align: middle;

}
/* End Total css ====*/

/* -------------- page index -------------- */


.b-menu ul{
    padding: 0;
    margin: 0;
    text-align: center;
}
.b-menu ul li{
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
}
.b-menu ul li:last-child{
    margin: 0;
}
.b-menu ul li a{
    display: block;
    color: #fafbfd;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #7da7d9;
    border-radius: 4px;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.5s;
}
.b-menu ul li a:hover{
    border-color: #ffffff;
    transition: 0.5s;
}

/* ---- b-main ---- */
.b-main{
    padding: 0;
    height: 600px;
    padding-top: 106px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.b-main:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.72);
    z-index: 2;
}
.b-main img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.b-main video{
    position: absolute;
    top: 0;
    right: 0;
    min-width: 1920px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.b-main-text{
    text-align: center;
    margin: 0 0 33px 0;
    position: relative;
    z-index: 2;
}
.b-main-text span{
    color: #ffffff;
    font-family: "PT Serif";
    font-size: 42px;
    font-weight: 700;
}

.b-main-list{
    position: relative;
    z-index: 2;
}
.b-main-list ul{
    padding: 0;
    margin: 0;
    text-align: center;
}
.b-main-list ul li{
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 0 20px 18px 0;
}
.b-main-list ul li:last-child{
    margin: 0;
}
.b-main-list ul li a{
    border: 1px solid #ffffff;
    border-radius: 4px;
    display: block;
    color: #fafbfd;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20.5px 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.5s;
    letter-spacing: 3.6px;
}

.b-main-list ul li a:hover{
    border-color: transparent;
    background: #5177bb;
    transition: 0.5s;
}

/* ---- b-info ---- */
.b-info{
    background: #f9f9f9;
    padding: 94px 0 79px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-info-left{
    max-width: 285px;
    float: left;
    margin: 0 82px 0 0;
}
h2, h1{
    display: block;
    color: #333333;
    font-family: "PT Serif";
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    margin: 0;
}

.b-info-right{
    overflow: hidden;
    max-width: 690px;
}
.b-info-right.active{
    opacity: 1;
}
.b-info-right p{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    color: #000000;
}
.b-info-right p span{
    color: #ffffff;
    padding: 4px 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 1s;
    position: relative;
    display: inline-block;
    z-index: 2;
}
.b-info-right p span:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #5177bb;
    content: "";
    z-index: -1;
}
.b-info-right.active p span:before{
    width: 100%;
    transition: 4s;
}

/* ------------- b-instructor -------------- */
.b-instructor{
    position: relative;
    height: 701px;
    overflow: hidden;
}
.b-instructor .wrapper-content{
    position: static;
}
.b-instructor-left{
    width: 325px;
    padding: 80px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-instructor-left__title{
    margin: 0 0 22px 0;
}

.b-instructor-menu{

}
.b-instructor-menu ul{
    padding: 0;
    margin: 0;
    position: relative;
}
.b-instructor-menu ul li{
    display: block;
    list-style: none;
    width: 233px;
    margin: 10px 0 0 0;
}
.b-instructor-menu ul li:first-child{
    margin: 0;
}
.b-instructor-menu ul li a{
    display: inline-block;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #5177bb;
    padding: 10px 19px 10px 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: 0.5s;
}
.b-instructor-menu ul li a:hover {
    color: #ff7d14;
    transition: 0.5s;
}
.b-instructor-menu ul li.active a{

    transition: 0.5s;
}

.b-instructor-menu ul .b-line{
    position: absolute;
    top: 0;
    left: 0;
    width: 233px;
    height: 42px;
    border: 1px solid #5177bb;
    border-radius: 4px;
    margin: 0;
    transition: 0.4s;
}

.b-instructor-right{
    width: 62.7%;
    position: absolute;
    right: 0;
    top: 0;
}
.tab-pane{
    display: none;
    background: #5177bb;
    position: relative;
}
.tab-pane#tab2 img, .tab-pane#tab5 img{
    float: right;
}
.tab-pane.active{
    display: block;
}
.b-instructor-text{
    width: 200px;
    padding: 85px 35px 0 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 100%;
}
.b-instructor-experience{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin: 0 0 40px 0;
}
.b-instructor-experience span{
    line-height: 20px;
    font-weight: 300;
    display: block;
}
.b-instructor-experience b{
    font-size: 24px;
    font-weight: 700;
}

.b-instructor-name{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
.b-instructor-name span{
    line-height: 20px;
    font-weight: 300;
    display: block;
}
.b-instructor-name b{
    margin: 10px 0 0 0;
    display: block;
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;

}

.b-instructor-image{
    overflow: hidden;
}
.b-instructor-image img{
    max-width: inherit;
    height: 701px;
}

.b-instructor-comment{
    width: 578px;
    background: #ffffff url(../images/b-instructor-comment-bg.png) 27px 15px no-repeat;
    position: absolute;
    bottom: 69px;
    left: 45px;
    padding: 33px 61px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-instructor-comment p{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 28px;
    margin: 0;
}

.b-instructor .tab-pane.active .b-instructor-comment{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;

    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

/* ------------- b-reviews -------------- */
.b-reviews{
    padding: 78px 0 101px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f7;
    overflow: hidden;
}
.b-reviews-item{
    position: relative;
}
.b-reviews-title{
    width: 700px;
    text-align: center;
    margin: 0 0 32px 0;
}
.b-reviews-item__left{
    width: 700px;
    padding: 120px 0 38px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 0 65px 0 0;
}
.b-reviews-video{
    margin: auto;
    display: block;
    width: 595px;
    position: relative;
    z-index: 2;
    height: 385px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
}
/*.b-reviews-video:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(81, 119, 187, 0.7);
    z-index: 3;
}*/
.b-reviews-video iframe{
    opacity: 1;
    background-color: rgba(81, 119, 187, 0.7);
    width: 100%;
    height: 100%;
    border: none
}
.b-reviews-video.active:before{
    opacity: 0;
    transition: 0.5s;
    content: none;
}
.b-reviews-video.active iframe{
    opacity: 1;
}
.b-reviews-video.active .b-play{
    display: none;
}
.b-reviews-item__images{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.b-reviews-item__img{
    position: relative;
}
.b-reviews-item__img:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(173, 173, 173, 0.67);
    display: none;
    z-index: 2;
}
.b-reviews-item__img:first-child:before{
    display: block;
}
.b-reviews-item__img__info{
    display: block;
    background: url(../images/b-reviews-item__img__info-bg.png) center top no-repeat;
    width: 111px;
    padding: 10px 0 10px 18px;
    position: absolute;
    top: 0;
    left: 0;
}
.b-reviews-item__img__info img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.b-reviews-item__img__info i{
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    font-style: normal;
}
.b-reviews-item__images a{
    float: left;
    display: block;
}

.b-reviews-item .b-reviews-item__img img{
    opacity: 0;
    transition: 1s;
}
.b-reviews-item .b-reviews-item__img span{
    opacity: 0;
    transition: 1s;
}

.b-reviews-item.act .b-reviews-item__img img{
    opacity: 1;
    transition: 1s;
}
.b-reviews-item.act .b-reviews-item__img span{
    opacity: 1;
    transition: 1s;
}
.fancybox-wrap, .fancybox-inner {
    max-width: 1200px;
    width: 95% !important;
    height: auto !important;
}
.fancybox-inner {
    margin-left: auto;
    margin-right: auto;
}
.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -25px;
    z-index: 100;
}

.spinner > div {
    background-color: #000;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}
.b-reviews-item.act .spinner{
    opacity: 0;
    transition: 1s;
}

.b-play{
    position: relative;
    z-index: 3;
    width: 265px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -120.5px;
    cursor: pointer;
}
.b-play-img{
    float: left;
    width: 59px;
    height: 59px;
    background: #ffffff;
    border-radius: 60px;
    padding: 18px 0 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 24px 0 0;
    position: relative;
}
.b-play-img:after, .b-play-img:before {
    content: '';
    display: block;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.b-play-img:before {
    -webkit-animation: strim 2s infinite linear;
    -moz-animation: strim 2s infinite linear;
    -o-animation: strim 2s infinite linear;
    animation: strim 2s infinite linear;
}
.b-play-img:after {
    -webkit-animation: strim 2s infinite linear 1s;
    -moz-animation: strim 2s infinite linear 1s;
    -o-animation: strim 2s infinite linear 1s;
    animation: strim 2s infinite linear 1s;
}
@-webkit-keyframes strim {
    0% {
        width: 60px;
        height: 60px;
        opacity: 0
    }
    95% {
        width: 120px;
        height: 120px;
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes strim {
    0% {
        width: 60px;
        height: 60px;
        opacity: 0
    }
    95% {
        width: 120px;
        height: 120px;
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes strim {
    0% {
        width: 60px;
        height: 60px;
        opacity: 0
    }
    95% {
        width: 120px;
        height: 120px;
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes strim {
    0% {
        width: 60px;
        height: 60px;
        opacity: 0
    }
    95% {
        width: 120px;
        height: 120px;
        opacity: 1
    }
    100% {
        opacity: 1
    }
}
.b-play-img img{
    margin: 0 auto 0;
}
.b-play-text{
    overflow: hidden;
}
.b-play-text span{
    display: block;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 300;
    margin: 0 0 3px 0;
}
.b-play-text b{
    display: block;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}
.b-play-text i{
    display: block;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    font-style: normal;
    margin: 23px 0 0 0;
}

.b-reviews-item__right{
    display: inline-block;
    vertical-align: top;
    width: 450px;
    padding: 113px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-reviews-item__text{
    height: 350px;
    overflow: hidden;
    background: url(../images/b-instructor-comment-bg.png) right 22px no-repeat;
}
.b-reviews-item__text.active{
    height: auto;
    overflow: visible;
}
.b-reviews-item__text span{
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    display: block;
    margin: 0 0 25px 0;
}
.b-reviews-item__text p{
    color: black;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 27px;
    margin: 0 0 24px 0;
}
.b-reviews-item__text p:last-child{
    margin: 0;
}
.b-reviews-item__button{
    color: #5177bb;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    margin: 22px 0 0 0;
    outline: none;
}
.b-reviews-item__button img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px 0 0;
    transition: 0.5s;
}
.b-reviews-item__button.active img{
    transform: rotate(180deg);
    transition: 0.5s;
}
.owl-carousel .owl-item img{
    width: auto;
}

.owl-prev{
    display: block;
    width: 70px;
    height: 70px;
    border: 1px solid #7da7d9;
    background: transparent url(../images/slider-left.png) center center no-repeat;
    border-radius: 60px;
    text-indent: -99999px;
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 0 0;
    cursor: pointer;
    transition: 0.5s;
}
.owl-prev:hover{
    background: #5177bb url(../images/slider-left-hover.png) center center no-repeat;
    transition: 0.5s;
}
.owl-next{
    width: 70px;
    height: 70px;
    border: 1px solid #7da7d9;
    background: transparent url(../images/slider-right.png) center center no-repeat;
    border-radius: 60px;
    text-indent: -99999px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    transition: 0.5s;
}
.owl-next:hover{
    background: #5177bb url(../images/slider-right-hover.png) center center no-repeat;
    transition: 0.5s;
}
.b-reviews-carousel .owl-nav{
    position: absolute;
    top: -4px;
    right: 293px;
}
.b-reviews-carousel .owl-item{
    opacity: 0;
}
.b-reviews-carousel .owl-dots{
    position: absolute;
    top: 537px;
    left: 281px;
}
.owl-dot{
    width: 6px;
    height: 6px;
    background: #cecece;
    border-radius: 60px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 20px;
    position: relative;
}
.owl-dot:before{
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    content: "";
    background: transparent;
    top: 50%;
    margin-top: -13px;
    left: 50%;
    margin-left: -13px;
}
.owl-dot.active{
    background: #5177bb;
    box-shadow: 0 4px 5px rgba(34, 163, 254, 0.17);
}
.owl-dot:hover{
    background: #5177bb;
    box-shadow: 0 4px 5px rgba(34, 163, 254, 0.17);
}
.owl-dot:first-child{
    margin: 0;
}

.b-reviews-carousel .owl-stage-outer{
    overflow: visible !important;
}
.b-reviews-carousel .owl-item.active{
    opacity: 1;
}
.b-reviews-carousel .owl-item.active .b-reviews-item__left{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;

    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}



.b-reviews-carousel .owl-item.active .b-reviews-item__text{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;

    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}



/* ------------- b-text -------------- */
.b-text{
    padding: 42px 0 53px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #5177bb;
    text-align: center;
}
.b-text p{
    color: #ffffff;
    font-family: "PT Serif";
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    margin: 0;
}
.b-text p span{
    position: relative;
    z-index: 2
}
.b-text i{
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    transition: 4s ease;
    overflow: hidden;
    font-style: normal;
    line-height: 56px;
}
.b-text.active span i {
    height: 0;
    overflow: hidden;
}
.b-text.active span{
    color: #ff9921;
}
/* ------------- b-education -------------- */
.b-education{
    padding: 84px 0 0px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-education-text{
    width: 340px;
    float: left;
}
.b-education-text h2, .b-education-text h1{
    margin: 0 0 30px 0;
}
.b-education-text p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #333333;
    margin: 0;
}
.b-education-button{
    border: 1px solid #5177bb;
    border-radius: 4px;
    display: inline-block;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #5177bb;
    padding: 10px 19px 10px 19px;
    margin: 24px 0 0 0;
}
.b-education-image{
    float: left;
    width: 877px;
    height: 468px;
    background: url(../images/Macbook.png) center top no-repeat;
    position: relative;
    margin: 10px 0 149px -10px;
}
.b-education-image:before{
    position: absolute;
    bottom: -160px;
    left: 50%;
    content: "";
    width: 891px;
    height: 269px;
    background: url(../images/laptop-shadow.png);
    margin-left: -445.5px;
    z-index: -1;
}
.b-education-image img{
    margin: 35px auto 0;
}
.b-educatio-slider .owl-dots{
    position: absolute;
    bottom: 100px;
    right: 370px;
}
.b-educatio-slider .owl-nav{
    position: absolute;
    bottom: 147px;
    left: 3px;
}
.b-education .owl-item.active .b-education-image{
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.b-education .owl-item.active .b-education-text{
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
/* ------------- b-b-school-navtab -------------- */
.b-school-navtab{
    list-style: none;
    display: block;
    padding: 0;
    margin: 15px 0;
}
.b-school-tab {
    background-color: #fff;
    margin-top: 39px;
}
.b-school-navtab li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
}
.b-school-navtab li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.b-school-navtab li a {
    padding: 14px 26px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #5177bb;
    transition: 0.5s;
    display: block;
    font-size: 16px;
}
.b-school-navtab li.active a, .b-school-navtab li:hover a {
    background-color: #5177bb;
    color: #fff;
}
.b-school-tab .b-interesting-item__text a {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    height: auto;
}
.b-school-tab .b-interesting-item {
    margin-bottom: 18px;
}
/* ------------- b-broadcast -------------- */
.b-broadcast{
    background: url(../images/b-broadcast-bg.png) center top no-repeat;
    padding: 83px 0 90px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-broadcast-left{
    display: inline-block;
    vertical-align: top;
    width: 195px;
    margin: 0 85px 0 0;
}
.b-broadcast-left__title{
    margin: 0 0 26px 0;
}
h3{
    color: #333333;
    font-family: "PT Serif";
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin: 0;
}

.b-broadcast-menu{

}
.b-broadcast-menu ul{
    text-align: center;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
.b-broadcast-menu ul li{
    list-style: none;
    display: block;
    margin: 10px 0 0 0;
    text-align: left;
}
.b-broadcast-menu ul li:first-child{
    margin: 0;
}
.b-broadcast-menu ul li a{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #5177bb;
    display: inline-block;
    padding: 9px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 4px;
}
.b-broadcast-menu ul li a:hover{
    color: #ff7e16;
}
.b-broadcast-menu ul li.active a:hover{
    text-decoration: none;
    color: #5177bb;
}
.b-broadcast-menu ul li.active a{

}
.b-broadcast-menu ul .b-line{
    position: absolute;
    top: 0;
    left: 0;
    width: 145px;
    height: 42px;
    border: 1px solid #5177bb;
    border-radius: 4px;
    margin: 0;
    transition: 0.4s;
}

.b-broadcast-content{
    background: #ffffff;
    border: 10px solid #5177bb;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
    margin: 8px 0 0 0;
    display: flex;
    min-height: 496px;
    border-right-width: 0;
    justify-content: space-between;
}
.b-broadcast .tab-content{
    display: inline-block;
    vertical-align: top;
    width: 548px;
    min-height: 492px;
}
.b-broadcast-content__text{
    padding: 24px 20px 58px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    max-width: 500px;
}
.b-broadcast-content__text:before{
    position: absolute;
    top: 22px;
    right: -158px;
    content: "";
    background: url(../images/black-line.png) no-repeat;
    width: 223px;
    height: 112px;
    z-index: 10;
}
.b-broadcast-content__text__title{
    font-family: 'Roboto', sans-serif;
}
.b-broadcast-content__text__title span{
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    display: block;
    margin: 0 0 10px 0;
}
.b-broadcast-content__text__timeLeft{

}
.b-broadcast-content__text__timeLeft img{
    display: inline-block;
    vertical-align: middle;
}
.b-broadcast-content__text__timeLeft i{
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    font-style: normal;
    margin: 3px 0 0 6px;
}

.cssload-clock {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #afafaf;
    height: 14px;
    width: 14px;
    position: relative;
    left: 0;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
}
.cssload-clock img {
    display: inline-block;
    vertical-align: middle;
}


.cssload-clock:after, .cssload-clock:before {
    content: "";
    background-color: #afafaf;
    left: 48%;
    width: 1px;
    position: absolute;
}
.cssload-clock:before {
    top: 0;
    height: 7px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transform-origin: 50% 97%;
    -moz-transform-origin: 50% 97%;
    -ms-transform-origin: 50% 97%;
    -o-transform-origin: 50% 97%;
    transform-origin: 50% 97%;
    -webkit-animation: grdAiguille 15s linear infinite;
    -moz-animation: grdAiguille 15s linear infinite;
    -o-animation: grdAiguille 15s linear infinite;
    animation: grdAiguille 15s linear infinite;
}

.cssload-clock:after {
    top: 0;
    height: 7px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transform-origin: 50% 97%;
    -moz-transform-origin: 50% 97%;
    -ms-transform-origin: 50% 97%;
    -o-transform-origin: 50% 97%;
    transform-origin: 50% 97%;
    -webkit-animation: grdAiguille 2.3s linear infinite;
    -moz-animation: grdAiguille 2.3s linear infinite;
    -o-animation: grdAiguille 2.3s linear infinite;
    animation: grdAiguille 2.3s linear infinite;
}



@-webkit-keyframes grdAiguille{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}

@keyframes grdAiguille{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}

.b-broadcast-content__text b{
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    color: #5177bb;
    font-size: 28px;
    font-weight: 700;
    display: block;
    margin: 32px 0 25px 0;
    background-color: #fff;
    z-index: 25;
    position: relative;
}

.b-broadcast-content__text__item{
    overflow: hidden;
    margin: 0 0 18px 0;
}
.b-broadcast-content__text__item:last-child{
    margin: 0;
}
.b-broadcast-content__text__item__ico{
    background: url(../images/chek-ico.png) center top no-repeat;
    width: 21px;
    height: 17px;
    float: left;
    margin: 0 16px 0 0;
}
.b-broadcast-content__text__item span{
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    color: black;
    font-size: 18px;
    font-weight: 300;
    display: block;
    overflow: hidden;
}

.b-broadcast-content__form{
    background: #5177bb;
    margin: 8px 0 0;
    padding: 63px 0 0 0px;
    position: relative;
}
.b-broadcast-content__form__title{
    padding: 0px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 41px 0;
}
.b-broadcast-content__form__title span{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
}
.alert.alert-message {
    position: absolute;
    background: white;
    z-index: 1000;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border-radius: 5px;
    box-shadow: 0 0 50px rgba(0,0,0,0.25);
    padding: 10px;
}
.alert.alert-message .close {
    font-size: 28px;
    float: right;
    padding-right: 10px;
}
.alert.alert-message h4 {
    margin-top: 55px;
    color: #5177bb;
    font-size: 28px;
}
.b-broadcast-content__form__row{
    font-size: 22px;
    position: relative;
    padding: 0px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 17.5px 0 0 0;
}
.b-broadcast-content__form__row:first-child{
    margin: 0;
}


.b-broadcast-content__form__input{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    padding: 11px 51px 0px 18px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.input__field--yoshiko:focus + .input__field--yoshiko, .input--filled .input__field--yoshiko{
    border-color: rgba(255, 255, 255, 0.22);
}
.b-broadcast-content__form__input::-webkit-input-placeholder{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}
.b-broadcast-content__form__input:-moz-placeholder{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}
.input{
    width: 100%;
    margin: 0;
    max-width: inherit;
}
.input__label-content{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    padding: 8px 0 0 0;
}
.input__field{
    background: none;
}
.input__label-content--yoshiko::after{
    color: #ccc;
}
.input__label--yoshiko{
    left: -1px;
    bottom: 61px;

}
.input__field--yoshiko:focus + .input__label--yoshiko, .input--filled .input__label--yoshiko{
    bottom: 30px;
    top: auto;
    text-transform: capitalize;
}

.input__field--yoshiko:focus + .input__label--yoshiko .input__label-content--yoshiko, .input--filled .input__label-content--yoshiko{
    transform: none;
    font-size: 12px;
    line-height: 14px;
    color: #cccccc;
}




.b-prompt{
    position: absolute;
    top: 11px;
    right: 51px;
    z-index: 30;
}
.b-prompt-ico{
    width: 26px;
    height: 26px;
    background: #ffffff;
    border-radius: 60px;
    text-shadow: 0 4px 5px rgba(34, 163, 254, 0.17);
    color: #1a3a74;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    text-align: center;
    padding: 5px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}

.b-prompt-text{
    position: absolute;
    bottom: 45px;
    right: -7px;
    background: #ffffff;
    width: 200px;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    border-radius: 6px;
}
.b-prompt-text:after {
    top: 100%;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.b-prompt:hover .b-prompt-text{
    visibility: visible;
}
.b-prompt-text p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #000000;
    margin: 0;
}
.b-broadcast-content__form__button{
    display: block;
    width: 100%;
    height: 70px;
    background: url(../images/button-bg.png) 252px 26.5px no-repeat #ff7d14;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: none;
    letter-spacing: 3.6px;
    cursor: pointer;
    margin: 0px 0 0 0;
    outline: none;
    transition: 0.3s;
    position: absolute;
    bottom: 10px;
}
.b-broadcast-content__form__button:hover {
    background-color: #ffa63e;
}
.b-broadcast-content__form__button:active {
    background-color: #bc5908;
}


.b-broadcast .tab-pane{
    background: transparent;
}
.b-broadcast .tab-pane.active .b-broadcast-content__text__item__ico{
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;

    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.b-broadcast .tab-pane.active .b-broadcast-content__text__item span{
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;

    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}


/* ------------- b-partners -------------- */
.b-partners{

}
.b-partners-left{
    float: left;
    width: 210px;
    margin: 133px 0 0 0;
}
.b-partners-left .navContainer{
    margin: 30px 0 0 0;
}
.b-partners-slider{
    float: right;
    width: 940px;
}
.b-partners-carousel .owl-stage-outer{
    padding: 0 0 0 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-partner-item{
    width: 313px;
    min-height: 362px;
    background: transparent;
    padding: 30px 34px 70px 31px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 96px 0 56px 0;
}
.b-partner-item__img{
    margin: 0 0 17px 0;
    min-height: 70px;
}
.b-partner-item__text{

}
.b-partner-item__stars{
    background: url(../images/stars-img.png) top center no-repeat;
    width: 104px;
    height: 14px;
    margin: 0 0 20px 0;
}
.b-partner-item__text p{
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}

.b-partners-carousel .owl-item.center .b-partner-item{
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.09);
    background: #ffffff;
}
.b-partners-carousel:hover .b-partner-item{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
}
.b-partners-carousel .b-partner-item:hover{
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.09) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.09) !important;
    background: #ffffff !important;
    z-index: 100
}
.b-partners-slider .owl-nav{
    position: absolute;
    top: 0;
    left: 0;
}
.b-partners-slider .owl-dots{
    display: none;
}


/* ------------- b-contacts -------------- */
.b-contacts{
    position: relative;
    overflow: hidden;
}
.b-contacts .wrapper-content{
    position: static;
}
.b-contacts-left{
    background: #5177bb;
    width: 610px;
    padding: 83px 0 64px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.b-contacts-left:before{
    position: absolute;
    top: 0;
    right: 100%;
    content: "";
    width: 999999px;
    height: 100%;
    background: #5177bb;
}
.b-contacts-left:after{
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    width: 999999px;
    height: 100%;
    background: #5177bb;
}
.b-contacts-title{
    margin: 0 0 40px 0;
}
.b-contacts-title span{
    color: #ffffff;
    font-family: "PT Serif";
    font-size: 42px;
    line-height: 44px;
    font-weight: 700;
    display: block;
    margin: 0 0 16px 0;
}
.b-contacts-title i{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-style: normal;
}
.b-contacts-content{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.b-contacts-item{
    margin: 0 0 19px 0;
}
.b-contacts-item:first-child{
    margin: 0;
}
.b-contacts-item__img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 26px 0 0;
}
.b-contacts-item__text{
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}
.b-contacts-item__text span{
    display: block;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.b-contacts-item__text a{
    display: block;
    font-size: 24px;
    line-height: 26px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    padding: 0 0 0 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-contacts-item__text a:before{
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    background: url(../images/skype-ico2.png);
    width: 22px;
    height: 22px;
}

.b-contacts-phone{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    margin: 10px 8px 0 0;
}
.b-contacts-phone a{
    color: #ffffff;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    display: block;
    margin: 0 0 12px 0;
}
.b-contacts-phone span{
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}

.b-contacts-map{
    position: absolute;
    top: 0;
    right: -17px;
    width: 40.6%;
}
#map{
    width: 775px;
    height: 476px;
}
.b-contacts-map__text{
    position: absolute;
    top: 100px;
    left: 70px;
    width: 202px;

}
.b-contacts-map__text span{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}
/* ---- b-footer ---- */
.b-footer{
    overflow: hidden;

}
.b-footer-left{
    background: #262626;
    position: relative;
    padding: 52px 114px 70px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 673px;
}
.b-footer-left:before{
    position: absolute;
    top: 0;
    right: 100%;
    content: "";
    width: 999999px;
    height: 100%;
    background: #262626;
}
.b-footer-logo{
    margin: 0 40px 50px 0;
    display: inline-block;
    float: left;
    width: 283px;
}
.b-footer-logo img{
    max-width: 283px;
    height: 74px;
}
.b-footer-forum {
    display: inline-block;
    float: left;
}
.b-footer-forum a {
    display: inline-block;
    margin-right: 20px;
    font-family: 'Roboto', sans-serif;
    color: #7ea1e0;
    vertical-align: middle;
    font-size: 14px;
    line-height: 74px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 0 30px 19px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.b-footer-forum a:hover {
    text-decoration: none;
    color: #ff7e16;
}
.b-footer-content{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 595px;
}
.b-footer-list{

}
.b-footer-list span{
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 19px 0;
}
.b-footer-list ul{
    padding: 0;
    margin: 0;
}
.b-footer-list ul li{
    list-style: none;
    margin: 11.6px 0 0 0;
}
.b-footer-list ul li:first-child{
    margin: 0;
}
.b-footer-list ul li a{
    display: block;
    color: #7ea1e0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}
.b-footer-list ul li a:hover{
    text-decoration: underline;
    color: #ff7e16;
}
.b-footer-text{
    width: 690px;
    margin: 55px 0 0 0;
}
.b-footer-text p, .b-footer-text a, .b-footer-text ul{
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 17px;
    font-weight: 300;
    margin: 12px 0 0 0;
    padding-left: 0;
}
.b-footer-text li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}
.b-footer-text li:last-child {
    margin-right: 0
}
.b-footer-text .highlight-links a {
    color: #7ea1e0;
}
.b-footer-text a:hover{
    color: #ff7d14;
}
.b-footer-text p:first-child{
    margin: 0;
}

.b-footer-right{
    float: left;
    background: #121212;
    padding: 72px 0 70px 31px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 673px;
}
.b-footer-right:before{
    position: absolute;
    top: 0;
    left: 100%;
    width: 999999px;
    height: 100%;
    content: "";
    background: #121212;
}

.b-footer-social{
    margin: 13px 0 41px 0;
    float: right;
}
.b-footer-social ul{
    padding: 0;
    margin: 0;
}
.b-footer-social ul li{
    list-style: none;
    float: left;
    margin: 0 0 0 14px;
}
.b-footer-social ul li:first-child{
    margin: 0;
}
.b-footer-social ul li a{
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #5177bb;
    border-radius: 60px;
    transition: 0.5s;
    cursor: pointer;
}
.b-footer-social ul li:first-child a{
    background: transparent url(../images/facebook-ico.png) center center no-repeat;
}
.b-footer-social ul li:first-child a:hover{
    background: #ff7d14 url(../images/facebook-ico-hover.png) center center no-repeat;
    border-color: transparent;
    transition: 0.5s;
}
.b-footer-social ul li:nth-child(2n) a{
    background: transparent url(../images/vk-ico.png) center center no-repeat;
}
.b-footer-social ul li:nth-child(2n) a:hover{
    background: #ff7d14 url(../images/vk-ico-hover.png) center center no-repeat;
    border-color: transparent;
    transition: 0.5s;
}

.b-footer-social ul li:nth-child(3n) a{
    background: transparent url(../images/youtube-ico.png) center center no-repeat;
}
.b-footer-social ul li:nth-child(3n) a:hover{
    background: #ff7d14 url(../images/youtube-ico-hover.png) center center no-repeat;
    border-color: transparent;
    transition: 0.5s;
}


.b-footer-phone{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    margin: 0 0 31px 0;
}
.b-footer-phone:hover{
    color: #ffffff;
}
.b-footer-item{
    margin: 0 0 20px;
}
.b-footer-item:first-child{
    margin: 0 0 15px 0;
}
.b-footer-item__img{
    display: inline-block;
    vertical-align: middle;
    margin: 3px 12px 0 48px;
}
.b-footer-item__text{
    display: inline-block;
    vertical-align: middle;
}
.b-footer-item__text a{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-decoration: none;
}
.b-footer-images{
    margin: 10px 0 0 0;
}
.b-footer-requisites {
    max-width: 335px;
}
.b-copyright{
    margin: 18px 0 0 0;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 17px;
    font-weight: 300;
}
.e-call-us {
    color: #5177bb;
    font-size: 42px;
    font-family: "pt-serif";
    font-weight: bold;
    margin-bottom: 42px;
    letter-spacing: 0.065em;
}
.e-center {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.1em;
    max-width: 285px;
}
.e-massages-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 285px;
}
.e-massages-wrapper a {
    text-align: center;
    flex-basis: 25%;
}
.e-massages-wrapper a p{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.e-massages-wrapper a:hover p {
    color: #ff7e16;
}
.e-massages-wrapper .e-img-box {
    min-height: 40px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-bottom: 7px;
}
.e-massages-wrapper p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
}
.e-massages-phone {
    margin-top: 5px;
    max-width: 285px;
    text-align: right;
    position: relative;
    padding-right: 54px;
}
.e-massages-phone:before, .e-massages-phone:after {
    width: 15px;
    height: 16px;
    position: absolute;
    content: "";
    background: url("../images/footer-messanger-img.png") no-repeat;
    z-index: 10;
}
.e-massages-phone:before {
    left: 84px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.e-massages-phone:after {
    right: 17px;
}

.hid{
    transition: 2s;
    opacity: 0;
}
.animated-block{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}
.animated-block-left{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}
.animated-block-right{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}
.modal-open {
    overflow: hidden;
    padding-right: 17px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    display: none;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.fade.in {
    opacity: 1;
    background: rgba(0, 0, 0, 0.48);
}

.modal-dialog{
    max-width: 386px;
    background: #ffffff;
    margin: 130px auto 0;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
}

.b-checkbox{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    padding: 0 40px 0px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"] {
    display: none;
}
input[type="radio"] {
    display: none;
}
input[type="checkbox"] + label span {
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/chekbox.png);
    cursor: pointer;
    float: left;
    margin: 2px 10px 0 0;
}
input[type="radio"] + label span {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0px 13px 0 0;
    vertical-align: middle;
    background: url(../images/check.png) no-repeat;
    cursor: pointer;
    float: left;
}
input[type="checkbox"] + label {
    font: 400 16px/20px 'Play-Regular';
    color: #30364c;
    cursor: pointer;

}
input[type="radio"] + label {
    font: 400 16px/20px 'Play-Regular';
    color: #30364c;
    cursor: pointer;

}
input[type="checkbox"]:checked + label span {
    width: 34px;
    height: 34px;
    background: url(../images/check.png);
    display: inline-block;
    vertical-align: middle;
}
input[type="radio"]:checked + label span {
    background: url(../images/check.png) no-repeat;
}
input[type="checkbox"]:checked + label {
    color: #000000;
}
input[type="radio"]:checked + label {
    color: #000000;
}
input[type="checkbox"] + label i{
    overflow: hidden;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    display: block;
}
.b-checkbox-two{
    display: block;
    margin: 25px 0 40px 0;
    padding: 0 0 0 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-checkbox-two input[type="checkbox"] + label i{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.b-checkbox-two input[type="checkbox"] + label i a{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    padding: 4px 0 0 0;
    margin: 0;
    border-bottom: 1px dashed #ffffff;
    display: inline-block;
}
.b-checkbox-two input[type="checkbox"] + label i a:hover{
    text-decoration: underline;
}
.b-checkbox-two input[type="checkbox"] + label span{
    background: url(../images/checkbox2.png) no-repeat;
    width: 22px;
    height: 20px;
}

.b-checkbox-two input[type="checkbox"]:checked + label span{
    background: url(../images/checkbox2-active.png) no-repeat;
    width: 22px;
    height: 20px;
}




/* -------------- page b-article -------------- */

.greenbutton.bigbutton {
    display: inline-block;
    background-color: #ff9921;
    border-radius: 3px;
    padding: 5px 25px;
    color: #fff;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.greenbutton.bigbutton:hover {
    background-color: #ffa63e
}
.greenbutton.bigbutton:active {
    background-color: #bc5908
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 15px 0 0;
}
.breadcrumb li {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center
}
.breadcrumb a {
    color: inherit;
}
.breadcrumb a:hover {
    color: #5177bb
}

.breadcrumb [itemprop="name"] {
    display: block;
    padding: 2px 5px;
    max-width: 21vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.breadcrumb .divider {
    padding: 2px 0
}
.breadcrumb .active {
    color: #5177bb
}
@media (max-width: 575.98px) {
    .breadcrumb {
        font-size: 12px;
    }
}
.b-article-container{
    width: 840px;
    float: left;
    padding: 27px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-title{
    margin: 0 0 35px 0;
}
.b-title h2, .b-title h1, .media-header h1{
    font-size: 42px;
    line-height: 51px;
}
.b-article-social{
    float: left;
}
.is_stuck{
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-article-social ul li{
    float: none;
    margin: 10px 0 0 0;
    padding: 0;
}
.b-footer-social ul li:nth-child(3n) a{
    background: url(../images/youtube.png) center center no-repeat;
}
.b-footer-social ul li:nth-child(3n):hover a{
    background: #ff7d14  url(../images/youtube-hover.png) center center no-repeat;
    border-color: transparent;
    transition: 0.5s;
}
.b-article-social ul li:nth-child(3n) a{
    background: url(../images/tw-ico22.png) center center no-repeat;
}
.b-article-social ul li:nth-child(3n):hover a{
    background: #ff7d14  url(../images/tw-ico2.png) center center no-repeat;
    border-color: transparent;
    transition: 0.5s;
}

.b-footer-social ul li:nth-child(4n) a{
    background: url(../images/gmail-ico.png) center center no-repeat;
}
.b-footer-social ul li:nth-child(4n):hover a{
    background: #ff7d14  url(../images/gmail-ico-hover.png) center center no-repeat;
    border-color: transparent;
    transition: 0.5s;
}

.b-footer-social ul li:nth-child(5n) a{
    background: url(../images/in-ico.png) center center no-repeat;
}
.b-footer-social ul li:nth-child(5n):hover a{
    background: #ff7d14  url(../images/in-ico-hover.png) center center no-repeat;
    border-color: transparent;
}

.b-article-item{
    float: right;
    width: 740px;
    padding: 0 0 60px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-header-inner .b-header-menu{
    margin: 28px 88px 0 48px;
}
.b-header-inner .btn-login{
    margin: 13px 0px 0 0;
}
.b-header-inner .b-header-menu ul li a{
    padding: 9px 24px;
}
.b-header-inner .b-header-dropdown ul li a{
    padding: 0;
}
.b-article-item__top{

}

.b-article-item__date{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.b-article-item__date:before{
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    height: 13px;
    width: 2px;
}
.b-article-item__author{
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 0 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #999;
}
.b-article-item__author span{
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #999;
}
.b-article-item__author a{
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #5177bb;
}

.b-article-item__right{
    display: inline-block;
    vertical-align: middle;
}

.b-article-item__info{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
.b-article-item__views{
    margin: 0 20px 0 0;
}
.b-article-item__info__ico{
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 0 0;
}
.b-article-item__views__ico{
    width: 26px;
    height: 16px;
    background: url(../images/views-ico.png) no-repeat;
}
.b-article-item__comments__ico{
    width: 24px;
    height: 19px;
    background: url(../images/comments-ico.png) no-repeat;
}
.b-article-item__info span{
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}
.b-article-item__content h3 {
    margin-top: 30px;
}

.b-article-item__content h2 {
    margin-top: 30px;
}

.b-tags{
    margin: 23px 0 0 0;
}
.b-tags ul{
    padding: 0;
    margin: 0;
}
.b-tags ul li{
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 0 7px 0 0;
    padding: 0 0 11px 0;
}
.b-tags ul li:last-child{
    margin: 0;
}
.b-tags ul li a{
    display: inline-block;
    background: #efefef;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-style: italic;
    padding: 15px 19.4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-article-item__img{
    margin: 30px 0 0 0;
}

.b-article-item__text{
    margin: 25px 0 0 0;
}

.b-article-item__text p{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
    margin: 30px 0 0 0;
}

.b-article-item__text span{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin: 45px 0 0 0;
}


.b-article-item__content p{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
    margin: 19px 0 0 0;
}

.b-article-item__content i{
    color: inherit;
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
    margin: 9px 0 0 0;
    display: block;
}
.b-article-item__content h4{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    font-size: 24px;
    font-weight: 700;
    margin: 41px 0 0 0;
    display: block;
}
.b-article-item__content h3 strong a {
    color: #fff;
    background-color: #5177bb;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    font-family: "roboto";
    margin: 21px 0 10px;
    padding: 11px 38px;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.b-article-item__content hr {
    opacity: 0.2;
}
.b-article-item__content h3 strong a:hover {
    background-color: #7197db;
}
.b-article-item__content .b-broadcast-content__form__row {
    padding: 0;
}
.b-article-item__content .b-broadcast-content__form__input {
    /*border-color: #ccc;
    color: #000;*/
}
.b-article-item__content .moduletable .input__label-content,
.b-article-item__content .b-checkbox-two input[type="checkbox"] + label i,
.b-article-item__content .b-checkbox-two input[type="checkbox"] + label i a {
    /*color: #333;*/
}
.b-interesting-container .moduletable form input[type="submit"] {
    background-color: #ff7d14;
    border-radius: 0;
    padding: 23px 0;
    height: auto;
}
.b-interesting-container .moduletable .b-prompt {
    right: 20px;
}
.b-interesting-container .moduletable .b-checkbox-two {
    margin-bottom: 25px;
}
.b-article-item__content .b-prompt-ico {
    /*border: 1px solid #1a3a74;*/
}
.moduletable form {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    background: #5177bb;
    padding-top: 40px;
}
.b-article-item__content .b-checkbox-two input[type="checkbox"] + label i a:hover {
    text-decoration: none;
}
.b-article-item__content h3 strong a:active {
    background-color: #334f81;
}
.b-article-item__video{
    box-shadow: 0 13px 18px rgba(175, 175, 175, 0.19);
    margin: 25px 0 0 0;
}
.b-article-item__video iframe:not(.custom-iframe), .b-article-item iframe:not(.custom-iframe){
    width: 100%;
    height: 416px;
}


.b-article-item__attention{
    background: #ffffff;
    border: 6px solid #5177bb;
    overflow: hidden;
    padding: 31px 25px 31px 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 33px 0 0 0;
}
.b-article-item__attention__ico{
    background: url(../images/b-article-item__attention__ico.png);
    width: 56px;
    height: 67px;
    float: left;
    margin: 9px 25px 0 0;
}
.b-article-item__attention__text{
    overflow: hidden;
}
.b-article-item__attention__text p{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    margin: 0;
}


.b-aside{
    float: right;
    width: 283px;
    margin: 50px 0 0 0;
}
.b-search{
    position: relative;
    margin: 0 0 45px 0;
    text-align: right;
}
.b-forum, .redbutton {
    width: 135px;
    height: 43px;
    display: inline-block;
    font-size: 16px;
    background-color: #5177bb;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    padding-top: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.redbutton {
    width: auto;
    height: auto;
    padding: 12px 30px 9px;
}
.redbutton1 {
    border-bottom: 1px dotted #2fa0ec;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 22px;
    position: relative;
    display: inline-block;
    margin-top: 15px;
}
.redbutton1:after {
    position: absolute;
    content: "\f107";
    font: normal normal normal 19px/1 FontAwesome;
    transform: translate(7px, 5px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.redbutton1[aria-expanded="true"]:after {
    transform: translate(7px, 5px) rotate(180deg);
}
.redbutton1:focus {
    color: #2fa0ec;
}
.b-forum:hover, .redbutton:hover {
    background-color: #7197db;
    color: #fff;
}
.b-forum:active, .redbutton:active {
    background-color: #334f81;
    color: #fff;
}
.b-search-input{
    width: 100%;
    height: 43px;
    background: url(../images/b-search-button-img.png) no-repeat 17px 11px #5177bb;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
}
.b-search-input::-webkit-input-placeholder{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.b-search-input:-moz-placeholder{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.b-search-input:hover{
    background-color: #7197db;
}
.b-search-input:active{
    background-color: #334f81;
}
.b-search-button{
    position: absolute;
    top: 12px;
    left: 13px;
    width: 18px;
    height: 19px;
    border:none;
    outline: none;
}
.b-ol-list-styled {
    font-weight: 300;
    font-size: 16px;
    list-style-type: none;
    counter-reset: num;
    margin: 0;
    padding: 0;
}
.b-ol-list-styled li, .b-li-list-styled li{
    position: relative;
    margin: 0;
    display: list-item;
}

.b-ol-list-styled li{
    padding: 11px 0 11px 31px;
}

.b-ol-list-styled li:before {
    content: counter(num) ". ";
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    counter-increment: num;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    font-family: 'PT Serif', serif !important;
}
.b-li-list-styled {
    font-weight: 300;
    font-size: 16px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}
.b-li-list-styled li{
    padding: 11px 0 11px 15px;
    list-style-image: url("../images/ul-img.png")
}
/*.b-li-list-styled li:before{
    width: 10px;
    content: "";
    height: 10px;
    border-radius: 5px;
    background-color: #5177bb;
    position: absolute;
    top: 14px;
    left: 2px;
    -webkit-box-shadow: 0 4px 5px rgba( 34, 163, 254, 0.17);
    box-shadow: 0 4px 5px rgba( 34, 163, 254, 0.17);
}*/
.b-aside-img{
    margin: 0 0 39px 0;
    position: relative;
    overflow: hidden;
    /*width: 282px;
    height: 399px;*/
}
.b-new-articles__container .b-aside-img {
    margin: 0;
}
.b-aside-img img{
    transition: 0.4s;
    width: 100%;
    height: 100%;
}
.b-aside-img:hover img{
    /*transform: scale(1.05);*/
}
.b-aside-img button{
    position: absolute;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    padding: 16.5px 24px;
    color: #fff;
    line-height: 100%;
    letter-spacing: 2.2px;
    background: #2186eb linear-gradient(to bottom, #2186eb ,#0066cc);
    border-radius: 5px;
    transition: all 0.3s;
    outline: 0;
    cursor: pointer;
}
.b-aside-img a:hover button{
    background: #7197db
}
.b-aside-img a:active button{
    background: #334f81
}
.b-aside-img .e-autotrade {
    left: 38px;
    bottom: 20px;
}
.b-aside-img .e-no-risk {
    left: 38px;
    bottom: 27px;
}
.b-aside-img .e-option {
    left: 38px;
    bottom: 155px;
}
.b-aside-img .e-max {
    left: 14px;
    bottom: 117px;
}
.b-aside-img .e-sniper {
    left: 38px;
    bottom: 20px;
}
.b-aside-img .e-vsa {
    left: 38px;
    bottom: 20px;
}
.b-aside-img .e-sniper2 {
    background: #ff9921;
    border: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0 4px 0 rgba(255, 153, 33, 0.7);
    box-shadow: 0 4px 0 rgba(255, 153, 33, 0.7);
    bottom: 45px;
    padding-top: 14px;
    left: 22px;
    font-size: 18px;
    height: 44px;
    width: 147px;
}
.b-aside-img a:hover .e-sniper2{
    background-color: #ff7d14;
    -webkit-box-shadow: 0 2px 0 rgba(255, 153, 33, 0.7);
    box-shadow: 0 2px 0 rgba(255, 153, 33, 0.7);
    transform: translateY(2px);
}
.b-aside-img .e-sniper2-h4,
.b-aside-img .e-sniper2-h3,
.b-aside-img .e-sniper2-img {
    position: absolute;
    font-family: "PT Serif";
}
.b-aside-img .e-sniper2-h4 {
    color: #fff;
    top: 218px;
    left: 48px;
    font-size: 32px;
    line-height: 32px;
}
.b-aside-img .e-sniper2-h4:after {
    position: absolute;
    content: "";
    width: 0;
    height: 10px;
    left: 12px;
    top: 13px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition-delay: 1s;
    background: url("../images/banners/sniper2-orange-line.png") 0 0 no-repeat;
}
.b-aside-img.show .e-sniper2-h4:after {
    width: 75px;
}
.b-aside-img .e-sniper2-h3 {
    color: #ff9921;
    font-size: 42px;
    line-height: 42px;
    bottom: 103px;
    left: 23px;
    opacity: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    transition-delay: 1.5s;
    transform: translateX(-100%);
}
.b-aside-img.show .e-sniper2-h3 {
    opacity: 1;
    transform: translateX(0);
}
.b-aside-img .e-sniper2-img {
    top: 229px;
    left: 60px;
    width: 0;
    transition: 0.5s;
}
.b-aside-img.show .e-sniper2-img {
    width: 73px;
}
.b-aside-img .e-sniper2-h3 span{
    font-size: 29px;
}
.b-aside-interesting{
    margin: 0 0 33px 0;
}
.b-aside-interesting span{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    text-align: center;
    margin: 0 0 17px 0;
}
.b-aside-interesting__item{
    border: 2px solid #e5e5e5;
    padding: 10px 0 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 400px
}
.b-aside-interesting-carousel{

}
.b-aside-interesting__item img{
    margin: 0 auto 15px;
    width: 100%;
}
.b-aside-interesting__item p{
    color: #000000;
    font-family: "PT Serif";
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
}
.b-aside-interesting .owl-nav{
    display: none;
}
.b-aside-interesting .owl-dots{
    margin: 20px 0 0 0;
    text-align: center;
}

.b-aside-articles{
    margin: 0 0 43px 0;
}
.b-aside-articles span{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    display: block;
    margin: 0 0 24px 0;
}
.b-aside-articles ul{
    padding: 0;
    margin: 0;
}
.b-aside-articles ul li{
    list-style: none;
    margin: 38px 0 0 0;
}
.b-aside-articles ul li:first-child{
    margin: 0;
}
.b-aside-articles ul li a{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    color: #5177bb;
}
.b-aside-articles ul li a:hover{
    color: #ff7d14;
    text-decoration: underline;
}


.b-similar-article{
    background: #f7f7f7;
    padding: 53px 0 50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-similar-article .wrapper-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
h4{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 26px 0;
    text-align: center;
}
.b-similar-article__item{
    width: 282px;
}
.b-similar-article__item__img{
    margin: 0 0 10px 0;
}
.b-similar-article__item a{
    color: #5177bb;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
.b-similar-article__item a:hover{
    text-decoration: underline;
    color: #ff7d14;
}
.b-article-container + .block {
    float: left;
}
.comment {
    box-sizing: border-box;
    overflow: hidden;
    border-top: 1px solid rgb(235, 235, 235);
    padding: 29px 0px 25px;
}
.comment-author,a.comment-date, a.comment-date .comment-time {
    color: rgb(153, 153, 153);
    margin: 0px 0px 20px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
}
a.comment-date, a.comment-date .comment-time {
    margin-top: 10px;
}
.comment-body {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0px;
    margin-top: 13px;
}
.comments-buttons a.reply, .comments-buttons a {
    color: rgb(81, 119, 187);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    line-height: 22px;
    margin: 10px 0px 0px;
    background-image: none;
    padding-left: 0;
    text-transform: none;
}
form[name="comments-form"] .padding {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
form[name="comments-form"] h4 {
    width: 100%;
}
form[name="comments-form"] .comments-form {
    width: 740px;
}
form[name="comments-form"] .input-group {
    position: relative;
}
form[name="comments-form"] .input-group+p {
    width: 100%;
}
form[name="comments-form"] .input-group .bbcode {
    position: absolute;
    bottom: 13px;
    left: 6px;
}
form[name="comments-form"] .inputarea:not(textarea){
    width: 386px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    margin: 0 0 30px 0;
}
form[name="comments-form"] .inputarea:first-child{
    margin: 0 30px 30px 0;
}
form[name="comments-form"] .input-group:nth-child(4) {
    width: 100%;
}
form[name="comments-form"] textarea.inputarea {
    width: 100%;
    height: 250px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 20px 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}
form[name="comments-form"] #comments-form-buttons {
    width: 100%;
}
form[name="comments-form"] #comments-form-buttons a {
    width: 131px;
    height: 48px;
    display: inline-block;
    text-align: center;
    padding-top: 14px;
    background: #5177bb;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    border: none;
    margin: 21px 0 0 0;
}
#comments-form-comment {
    width: 740px;
}
input.checkbox, input.checkbox + label {
    display: none;
}
.b-сomments{
    margin: 53px 0 100px 0;
}
.b-сomments-item{
    overflow: hidden;
    border-top: 1px solid #ebebeb;
    padding: 29px 0 25px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-сomments-item__ansver{
    padding: 25px 0 30px 30px;
}
.b-сomments-img{
    float: left;
    margin: 0 23px 0 0;
}
.b-сomments__text{
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
}
.b-comments-text__top{
    margin: 0 0 13px 0;
}
.b-сomments-name{
    color: #999999;
    margin: 0 0 20px 0;
}
.b-сomments-date{
    color: #999999;
}
.b-сomments__text p{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
}
.b-сomments__text button{
    color: #5177bb;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 10px 0 0 0;
}

.b-comments-form{
    background: #f7f7f7;
    padding: 20px 30px 30px 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-comments-form span{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    margin: 0 0 24px 0;
}
.b-comments-form__input{
    width: 386px;
    height: 48px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    margin: 0 0 30px 0;
}
.b-comments-form__input:first-child{
    margin: 0 30px 0 0;
}
.b-comments-form__input::-webkit-input-placeholder{
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}
.b-comments-form__input:-moz-placeholder{
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}

.b-comments-form__textarea{
    width: 100%;
    height: 250px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 20px 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}

.b-captcha{
    margin: 30px 0 0 0;
}

.b-comments-form__button{
    width: 131px;
    height: 48px;
    background: #5177bb;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    border: none;
    margin: 21px 0 0 0;
}

.featured-green {
    background-color: rgba(144, 238, 144, 0.76) !important;
    margin: 20px auto !important;
    width: 80%;
    padding: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.featured-green a{
    border: 1px solid #5177bb;
    align-self: center;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #5177bb;
    padding: 10px 19px 10px 19px;
    margin: 24px 0 0 0;
}

.featured-green a:hover, .featured-green a:focus{
    color: #404d5b;
}

.featured-green span{
    text-align: center;
    margin: 0;
}


/* ------------- b-interesting -------------- */
.b-links{
    background: #f1f1f9;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-links ul{
    padding: 0;
    margin: 0;
}
.b-links ul li.tagli{
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 11px 0;
}
.b-links ul li.tagli a{
    display: block;
    border: 1px solid #5177bb;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-style: italic;
    padding: 14px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.5s;
}
.b-links ul li.tagli a:hover ,.b-links ul li.tagli.active a {
    background: #5177bb;
    color: #ffffff;
    transition: 0.5s;
}
.b-interesting-container {
    width: 905px;
    float: left;
    padding: 0 0 80px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-interesting-container [role=tabpanel] {
    width: 100%;
}

.b-interesting-item, .b-interesting-category{
    margin: 0 0 30px 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.b-interesting-item:last-child{
    margin: 0;
}
.b-interesting-item__link {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    box-shadow: 0 0 10px 0 rgba( 0, 0, 0, 0.2), inset 0 0 10px rgba( 0, 0, 0, 0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.b-interesting-item__link:hover {
    box-shadow: 0 0 10px 0 rgba( 0, 0, 0, 0), inset 0 0 10px 0 rgba(170, 170, 170, 0.5);
}
.b-interesting-item__link:hover h3 {
    color: #ff7d14;
}
.b-interesting-item__img{
    flex-basis: 282px;
    max-width: 282px;
    height: 170px;
    position: relative;
    z-index: -1;
}
.b-interesting-item__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.b-interesting-item__text{
    flex-basis: calc(100% - 282px);
    max-width: calc(100% - 282px);
    padding: 5px 20px;
    position: relative;
}
.b-interesting-item__text--mobile {
    display: none;
    position: absolute;
    font-size: 13px;
    line-height: 1.4;
    right: 20px;
    bottom: 5px;
    font-weight: 300;
    color: #5177bb;
}
.b-interesting-item__text a, .b-interesting-item__text h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #5177bb;
    font-size: 20px;
    line-height: 1.5;
    display: block;
    margin: 0 0 14px 0;
    height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
}
.b-interesting-item__text a:hover{
    text-decoration: underline;
    color: #ff7d14;
}
.b-interesting-item__text p a{
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
    line-height: 24px;
    margin-bottom: 0
}

.b-interesting-item__text p {
    height: 6em;
    overflow: hidden;
}
.b-interesting-item p, .b-interesting-category p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
.e-tags {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.e-tags ul {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    list-style: none;
    margin-top: 20px;
    padding: 0;
}
.e-tags ul li{
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    position: relative;
    padding-right: 30px;
    font-family: Roboto;
    font-weight: lighter;
    color: #999999;
    font-size: 16px;
    vertical-align: top;
}
.e-tags ul li a{
    font-family: Roboto;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    font-weight: lighter;
    color: #999999;
    font-size: 16px;
    line-height: normal;
    margin: 0;
}
.e-tags ul li:after{
    position: absolute;
    width: 5px;
    height: 5px;
    right: 15px;
    top: 7px;
    content: "";
    background-color: #5177bb;
    border-radius: 5px;
}
.e-tags ul li:last-child {
    padding-right: 0;
}
.e-tags ul li:last-child:after{
    content: none;
}


/* ------------- b-interesting -------------- */
.b-new-articles{
    padding: 26px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-new-articles .b-title, .media-header {
    margin: 15px 0 46px 0;
}
.b-title-left{
    float: left;
}
.b-title-left h2 ,.b-title-left h1{
    float: none;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 23px 0 0;
}
.b-show-all{
    color: #5177bb;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 6px;
}
.b-show-all i{
    font-style: normal;
}
.b-show-all__ico{
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    border: 1px solid #7da7d9;
    border-radius: 100%;
    background: url(../images/show-arrow.png) center center no-repeat;
    margin: 0 0 0 13px;
}

.b-title .b-search{
    float: right;
    width: 283px;
    margin: 10px 0 0 0;
}

.b-new-articles__container{
    display: flex;
    justify-content: space-between;
}

.b-new-articles__item{
    position: relative;
    width: 282px;
    overflow: hidden;
    height: 400px;
}
.b-new-articles__item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.b-new-articles__item__big{
    width: 595px;
}
.b-new-articles__item a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.b-new-articles__item a:before{
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 50%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    z-index: 1;
}
.b-new-articles__item__text{
    position: absolute;
    bottom: 31px;
    width: 100%;
    z-index: 2;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: -50px;
    transition: 0.5s;
}
.b-new-articles__item__text .b-new-articles__item__text__date,
.b-new-articles__item__text .b-new-articles__item__views {
    opacity: 0;
    transition: 0.5s;
}
.b-new-articles__item:hover .b-new-articles__item__text {
    margin-bottom: 0;
}

.b-new-articles__item:hover .b-new-articles__item__text .b-new-articles__item__text__date,
.b-new-articles__item:hover .b-new-articles__item__text .b-new-articles__item__views {
    opacity: 1;
}
.b-new-articles__item__big .b-new-articles__item__text{
    padding: 0 50px 0 30px;
}
.b-new-articles__item__text p{
    color: #ffffff;
    font-family: "PT Serif";
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
.b-new-articles__item__big .b-new-articles__item__text p{
    color: #ffffff;
    font-family: "PT Serif";
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}
.b-new-articles__item__text__date{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    margin: 0 25px 0 0;
}

.b-new-articles__item__views{
    display: inline-block;
    vertical-align: top;
}
.b-new-articles__item__view__ico{
    background: url(../images/b-new-articles__item__views-ico.png) no-repeat;
    width: 26px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.b-new-articles__item__views span{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}
.b-new-articles__item__views__ico span:hover{
    color: #ffffff;
    text-decoration: none;
}


.b-popular-videos{
    margin: 36px 0 40px 0;
}
.b-popular-videos .b-title{
    margin: 29px 0 20px 0;
}
.b-popular-videos__content{
    display: flex;
    justify-content: space-between;
}
.b-popular-videos__item{
    width: 384px;
}
.b-popular-videos__item__img{
    height: 217px;
    position: relative;
    overflow: hidden;
}
.b-popular-videos__item__img img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.b-popular-videos__item__img .b-play{
    /*width: 59px;
    margin-left: -30px;
    margin-top: -30px;*/
    display: none;
}
.b-popular-videos__item__img .b-play-img:before{
    animation: none;
}
.b-popular-videos__item__img .b-play-img:after{
    animation: none;
}
.b-popular-videos__item__img .b-play:hover .b-play-img:before{
    animation: strim 2s infinite linear;
}
.b-popular-videos__item__img .b-play:hover .b-play-img:after{
    animation: strim 1s infinite linear;
}
.b-popular-videos__item__img:before {
    /*position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(81, 119, 187, 0.76);
    z-index: 3;
    transition: 0.5s;*/
}
.b-popular-videos__item.active .b-popular-videos__item__img:before{
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}
.b-popular-videos__item__img.active .b-play{
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}
.b-popular-videos__item__text{
    margin: 15px 0 0 0;
}
.b-popular-videos__item__text span{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}





.b-translation{
    padding: 52px 0 60px 0;
    margin: 37px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f7 url(../images/b-translation-bg.png) left top no-repeat;
}

.b-translation .tab-pane.active .b-broadcast-content__text__item__ico {
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.b-translation .tab-pane.active .b-broadcast-content__text__item span {
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}
.b-translation .b-title-left{
    float: none;
}
.b-translation .b-broadcast-menu{
    margin: 10px 0 30px 0;
    overflow: hidden;
}
.b-translation .b-broadcast-menu ul li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 27px;
    border: 1px solid transparent;
}
.b-translation .b-broadcast-menu ul li.active{
    border: 1px solid #5177bb;
    border-radius: 4px;
}
.b-translation .b-broadcast-menu ul li.active a{
    color: #000000;
}
.b-translation .b-broadcast-menu ul .b-line{
    display: none;
}
.b-translation .b-broadcast-menu ul li:first-child{
    margin: 0;
}

.b-translation__content{

}
.b-translation__content .b-broadcast-content__form__row{
    padding: 0 20px;
}
.b-translation__content .b-broadcast-content__form__title{
    padding: 0 20px;
}
.b-translation__content .tab-content{
    float: left;
}
.b-translation__content .b-translation__content__right{
    float: right;
}
.b-translation__content .b-broadcast-content__form{
    width: 346px;
}
.b-translation__content .b-broadcast-content{
    margin: 0;
}
.b-translation .tab-content{
    display: inline-block;
    vertical-align: top;
    float: left;
}


.b-popular-materials{
    background: #f7f7f7 url(../images/b-translation-bg.png) left top no-repeat;
    margin: 54px 0 0 0;
    padding: 20px 0 60px;
}
.b-popular-materials .b-aside-interesting{
    margin: 12px 0 33px 0;
}
.b-popular-materials .b-aside-interesting span{
    text-align: left;
}
.b-popular-materials .b-title{
    margin: 29px 0 20px 0;
}
.b-popular-materials .wrapper-content{
    display: flex;
    justify-content: space-between;
}
.b-popular-materials__wrapper{
    width: 100%;
}
.b-popular-materials__wrapper.ultra-wide {
    width: 100%;
}
.b-popular-materials__wrapper2{
    width: 100%;
}

.b-popular-materials__content{
    display: flex;
    justify-content: space-between;

}
.b-popular-materials__right{
    width: 283px;
}
.b-popular-materials__item{
    width: 384px;
}
.b-popular-materials__item:hover .b-popular-materials__item__img {
    -webkit-box-shadow:  0 0 5px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0 0 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow:  0 0 5px 3px rgba(0, 0, 0, 0.3);
}
.b-popular-materials__item__img{
    display: block;
    width: 100%;
    height: 216px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.b-popular-materials__item__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.b-popular-materials__item__text, .b-popular-materials__item__text .h4, .b-popular-materials__item__text .p {
    display: block;
}
.b-popular-materials__item__text a {
    font-weight: 300;
    color: #5177bb;
    font-size: 18px;
    line-height: 28px;
}

.b-popular-materials__item:hover .h4 {
    color: #ff7d14;
}

.b-popular-materials__item__text .h4 {
    font-size: 18px;
    color: #5177bb;
    font-weight: 300;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.b-popular-materials__item__text .p {
    font-weight: 300;
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}


.b-broker-menu{
    margin: 0 0 14px 0;
}
.b-broker-menu ul{
    padding: 0;
    margin: 0;
}
.b-broker-menu ul li{
    display: inline-block;
    vertical-align: top;
    border: 1px solid transparent;
    transition: 0.5s;
}
.b-broker-menu ul li.active {
    border: 1px solid #5177bb;
    border-radius: 4px;
    transition: 0.5s;
}

.b-broker-menu ul li a{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #5177bb;
    display: inline-block;
    padding: 9px 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: 0.5s;
}
.b-broker-menu  ul li.active a {
    color: #000000;
    background: #fafafa;
    transition: 0.5s;
}

.b-broker-content .tab-pane{
    background: none;
    display: none;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.b-broker-content .tab-pane.active{
    display: flex;
}
.b-broker-content .tab-pane .b-partner-item{
    width: 282px;
    position: relative;
    z-index: 20;
    padding: 30px 28px 33px 28px;
    min-height: inherit;
    margin: 0;
}
.b-broker-content .tab-pane .b-partner-item:hover{
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.09);
    background: #ffffff;
}
.b-partner-item__text a{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #5177bb;
    display: block;
    margin: 7px 0 0 0;
}
.b-partner-item__text a:hover {
    text-decoration: underline;
    color: #ff7e16;
}
.b-broker-container{
    padding: 0 0 46px 0;
}
.b-broker-container .b-title{
    margin: 31px 0 11px 0;
}

.b-aside__broker{
    margin: 43px 0 0 0;
}
.b-aside__broker .b-aside-interesting{
    margin: 88px 0 33px 0;
}
.b-aside__broker .b-aside-interesting span{
    text-align: left;
}





/* ------------- b-profile -------------- */
/*.b-profile{

}

.b-profile-top{
    background: url(../images/b-profile-top-bg.jpg) top center no-repeat;
    height: 280px;
    padding: 76px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 40px 0;
}

.b-profile-top__img{
    width: 178px;
    background: #ffffff;
    border: 5px solid #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    display: inline-block;
    vertical-align: top;
    margin: 0 26px 0 0;
}

.b-profile-top__text{
    display: inline-block;
    vertical-align: top;
    padding: 13px 0 0 0;
}
.b-profile-top__text span{
    color: #ffffff;
    font-family: "PT Serif";
    font-size: 42px;
    line-height: 44px;
    font-weight: 700;
    display: block;
    margin: 0 0 10px 0;
}
.b-profile-top__text i{
    color: #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    display: block;
}

.b-profile-top__menu{
    margin: 63px 0 0 0;
}
.b-profile-top__menu ul{
    padding: 0;
    margin: 0;
}
.b-profile-top__menu ul li{
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
.b-profile-top__menu ul li a{
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #000000;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 14px 29px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-profile-top__menu ul li.active a{
    border: 1px solid #5177bb;
}
.b-profile-top__menu ul li a b{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #999;
    margin: 0 0 0 10px;
}

.b-profile-wrapper{
    display: flex;
    justify-content: space-between;
}

.b-profile-menu{
    width: 178px;
}
.b-profile-menu ul{
    padding: 0;
    margin: 0;
}
.b-profile-menu ul li{
    display: block;
    list-style: none;
    margin: 12px 0 0 0;
}
.b-profile-menu ul li:first-child{
    margin: 0;
}
.b-profile-menu ul li a{
    display: block;
    background-color: #5f7cbe;
    background-image: radial-gradient(circle 92px at 47.29% -4.14%, rgba(169, 179, 226, 0.49) 0%, rgba(95, 124, 190, 0.49) 100%);
    border: 5px solid white;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    padding: 15px 0 18px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-profile-menu ul li a img{
    display: block;
    margin: 0 auto 20px;
}

.b-profile-content{
    width: auto !important;
}
.b-profile-block{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 50px 0;
}
.b-profile-block:last-child{
    margin: 0;
}
.b-profile-item{
    width: 385px;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    background: #ffffff;
}
.b-profile-item__text{
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.b-profile-item__text:before{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -1px;
    content: "";
    width: 1px;
    height: 40px;
    background: #ccc;
}
.b-profile-item__text__item{
    width: 73px;
}
.b-profile-item__text__item i{
    display: inline-block;
    vertical-align: bottom;
    font-family: 'Roboto', sans-serif;
    color: #5f7cbe;
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
    font-style: normal;
}
.b-profile-item__text__item span{
    font-family: 'Roboto', sans-serif;
    color: #999;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}

.b-profile-item__text__item__right .b-profile-item__text__item i{
    display: block;
}

.b-profile-text{
    width: 585px;
}
.b-profile-text p{
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
}

.b-profile-past{
    border-top: 1px solid #cccccc;
    padding: 43px 0 118px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 70px 0 0 0;
}
.b-profile-past__title{
    margin: 0 0 40px 0;
}
.b-profile-past__title span{
    color: #000000;
    font-family: "PT Serif";
    font-size: 42px;
    line-height: 44px;
    font-weight: 700;
}

.b-profile-past .b-profile-item__text__item{
    width: auto;
}
.b-profile-past .b-profile-item__text{
    padding: 27px 0;
}
.b-profile-past .b-profile-item__text:before{
    display: none;
}
.b-profile-past .b-profile-item__text__item i{
    vertical-align: middle;
    margin: 0 7px 0 0;
}
.b-profile-past .b-profile-item__text__item span{
    display: inline-block;
    vertical-align: middle;
    margin: 4px 0 0 0;
}

.b-profile-block__finished .b-profile-item__text__item span{
    color: #5f7cbe;
}

.b-profile-button{
    width: 385px;
    background: #ffffff;
    border: 10px solid #ffffff;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 0 20px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       box-sizing: border-box;
       margin: 9px 0 0 0;
}
.b-profile-button__plus{
    background: #5f7cbe;
    height: 223px;
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
}
.b-profile-button:hover .b-profile-button__plus{
    background-color: #7197db;
}
.b-profile-button:active .b-profile-button__plus{
    background-color: #334f81;
}
.b-profile-button__plus img{
    margin: auto;
}*/

.b-popular-videos-carousel{
    display: none;
}
.b-aside-img__xs{
    display: none;
}

.text-error{
    padding: 6px 0 0 21px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ff0000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.b-modal-input.error{
    border: 1px solid #ff2424;
}
.b-books-container{
    margin: 30px 0 0 0;
}
.category_book {
    max-width: 450px;
}
.category_book img {
    max-width:100%;
    height: auto;
    max-height: 350px;
}
.b-books-item{
    display: flex;
    justify-content: space-around;
}
.b-books-item .b-interesting-item__img {
    height: auto;
}
.b-books-item .b-interesting-item__text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.b-book-btn{
    width: 175px;
    height: 43px;
    background: #ff7d14;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    transition: 0.3s;
    margin-top: 20px;
}
.b-book-btn:hover{
    background-color: #ffa63e;
}
.b-book-btn:active{
    background-color: #bc5908;
}

.b-movie-container{
    margin: 30px 0 0 0;
}
.b-movie-item{

}
.b-movie-item .b-interesting-item__text ul{
    padding: 0;
    margin: 20px 0 0 0;
}
.b-movie-item .b-interesting-item__text ul li{
    list-style: none;
}
.b-movie-item .b-interesting-item__text ul li b{
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #5177bb;
    font-size: 16px;
    line-height: 30px;
}
.b-movie-item .b-interesting-item__text ul li b span{
    color: #000000;
}

.b-new-articles__item__one{
    width: 100%;
    height: 400px;
    overflow: hidden;

}
.b-new-articles__item__one img{
    max-width: inherit;
    width: 100%;
}

.b-new-articles__item__half{
    width: 48%;
}





/* ------------- b-course -------------- */
/*
.b-course-content{
    padding: 0 0 330px 0;
}
.btn-back{
    width: 282px;
    height: 50px;
    background: url(../images/arrow-back.png) 20px center no-repeat #5177bb;
    border-radius: 3px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin: 150px 0 0 0;
    padding: 0 0 0 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
        transition: 0.3s;
}
.btn-back:hover{
    background-color: #7197db;
}
.btn-back:active{
    background-color: #334f81;
}
.b-course-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px 0;
}
.b-course-title__passed{
    color: #5177bb;
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    line-height: 24px;
    font-weight: 300;
}
.b-course-item{
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    padding: 20px 0px 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 40px 0;
}
.b-course-item:last-child{
    margin: 0;
}
.b-course-item__top{
    display: flex;
    justify-content: flex-start;
}
.b-course-item__img{
    margin: 0 30px 0 0;
}
.b-course-item__text{

}
.b-course-item__text__title{
    margin: 0 0 60px 0;
}
.b-course-item__text__title span{
    color: #333;
    font-family: "PT Serif";
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
}
.b-course-item__text__title p{
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    line-height: 25px;
    font-weight: 300;
    margin: 20px 0 0 0;
}
.b-course-item__content{
    margin: 0 0 0 150px;
}
.b-course-item__text__list{
    padding: 0;
    margin: 0;
}
.b-course-item__text__list li{
    list-style: none;
    color: #5177bb;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 22px 0 0 0;
}
.b-course-item__text__list li:first-child{
    margin: 0;
}
.b-course-item__text__list li span{
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.b-course-buttons{
    margin: 25px 0 0 0;
}
.btn-course{
    border: 1px solid #5177bb;
    border-radius: 4px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    padding: 14px 21px;
    margin: 0 20px 0 0;
}
.btn-course-passive{
    border: 1px solid #ccc;
    color: #999;
    pointer-events: none;
}
.btn-course:last-child{
    margin: 0;
}*/


/* ------------- b-contact-page -------------- */
.b-manager-top{

}
.b-contact-title{
    display: inline-block;
    vertical-align: top;
    margin: 150px 0 0 0;
}
.b-manager-title{
    color: #000000;
    font-family: "PT Serif";
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    display: block;
    margin: 0 0 25px 0;
}
.b-manager-item{
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    padding: 76px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-manager-item__wrapper{
    display: flex;
    justify-content: flex-start;
}


.b-manager-item__img{
    margin: 0 57px 0 0;
}
.b-manager-item__text{
    padding: 10px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-manager-item__name{
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #5177bb;
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
    margin: 0 0 9px 0;
}


.b-manager-item__skype{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 300;
    display: block;
    margin: 0 0 20px 0;
}
.b-manager-item__skype__ico{
    background: url(../images/skype-ico2.png);
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.b-manager-item__phone{
    display: block;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 10px 0;

}
.b-manager-item__text i{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    font-style: normal;
}

.b-manager-content{
    padding: 36px 0 70px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-manager-content__wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.b-manager-item__two{
    width: 490px;
    padding: 41px 0;
    margin: 0 0 30px 0;
}
.b-manager-item__two .b-manager-item__img{
    margin: 0;
}
.b-manager-item__two .b-manager-item__wrapper{
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.b-manager-item__two .b-manager-item__skype{
    margin: 0;
}



/* ------------- b-user -------------- */
.b-user{
    /*    margin: -12px 0 0 0;*/
    position: relative;
}
.b-header .b-header-right {
    position: relative;
}
.b-user:hover {
    cursor: pointer;
}
.b-user-panel{
    display: inline-block;
    margin-right: 9px;
}
.b-user-place {
    display: block;
    background-color: #5177bb;
    color: #fff;
    font-family: "roboto";
    font-size: 16px;
    padding: 8px 13px 7px;
    margin-top: 7px;
    border-radius: 3px;
    font-weight: normal;
    position: relative;
    z-index: 1;
}
.b-user-place:hover{
    background-color: #7197db;
    color: #fff;
}
.b-user-place:active{
    background-color: #334f81;
    color: #fff;
}
.b-user-name{
    position: relative;
    color: #141414;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    display: block;
    vertical-align: middle;
    z-index: 100;
    max-width: 151px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.b-user-img{
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 100;
    width: 61px;
    height: 61px;
}
.b-user-img img {
    display: block;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.b-user-status{
    position: absolute;
    top: -10px;
    right: 0;
    background: #5177bb;
    border-radius: 5px;
    padding: 3px 5px 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
}
.b-user-hidden {
    position: absolute;
    background-color: #fff;
    border-bottom: 6px solid #5177bb;
    padding: 98px 0 22px 25px;
    right: -12px;
    top: -17px;
    width: calc(100% + 32px);
    min-width: 232px;
    box-shadow: 0 13px 21px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 10;
}
.b-user-hidden ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.b-user-hidden ul li{
    padding-bottom: 10px;
}
.b-user-hidden ul li:last-child{
    padding-bottom: 0;
}
.b-user-hidden ul li a{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #5177bb;
    padding: 0;
    line-height: 28px;
    display: inline-block;
}

.b-user-hidden ul li a:hover{
    color: #ff7d14;
}
.b-user-hidden ul li i{
    display: inline-block;
    width: 40px;
    height: 32px;
    vertical-align: middle;
}
.b-user-hidden ul li img{
    display: inline;
}
/* ------------- b-restore -------------- */
.b-restore {
    margin: 39px 0 0 0;
}
.b-restore p {
    max-width: 520px;
}
.b-restore input, .b-restore select, .b-restore option {
    width: 250px;
    height: 50px;
    border: 1px solid transparent;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
}
.error-ebaniy {
    color: red;
    font-weight: lighter;
    font-size: 20px;
}
.b-restore input::-webkit-input-placeholder{
    transition: 0.2s;
}
.b-restore input::-moz-placeholder{
    transition: 0.2s;
}
.b-restore input:-moz-placeholder{
    transition: 0.2s;
}
.b-restore input:-ms-input-placeholder{
    transition: 0.2s;
}
.b-restore input:focus::-webkit-input-placeholder{
    opacity: 0.7;
}
.b-restore input:focus::-moz-placeholder{
    opacity: 0.7;
}
.b-restore input:focus:-moz-placeholder{
    opacity: 0.7;
}
.b-restore input:focus:-ms-input-placeholder{
    opacity: 0.7;
}
.b-restore button{
    width: 250px;
    height: 43px;
    background: #5177bb;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
}
.b-restore button::-webkit-input-placeholder{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.b-restore button:-moz-placeholder{
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.b-restore button:hover{
    background-color: #7197db;
}
.b-restore button:active{
    background-color: #334f81;
}

.kassir-label {
    margin: -12px 0 15px;
    display: block;
}

.pagination {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    float: left;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}
.pagination svg {
    width: 1em;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
.pagination ul, .pagination li, .pagination a, .pagination span {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    transition: 0.3s;
}
.pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pagination li:first-child, .pagination li:last-child {
    color: #aaa;
}
.pagination li:first-child span, .pagination li:first-child a {
    transform: rotate(180deg);
}
.pagination span, .pagination a{
    font-size: 18px;
    padding: 0;
    text-align: center;
    line-height: 1.2;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.pagination a{
    color: #333;
}
.pagination li:hover a {
    color: #5177bb;
}
.pagination .active span {
    font-size: 25px;
    color: #fff;
    background-color: #5177bb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tooltip.fade {
    display: none !important;
}
.b-links .wrapper-content {
    padding: 15px 30px;
}
.b-links .wrapper-content ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*.b-interesting-container h2, .b-interesting-container h1 {
    font-size: 28px;
}*/
.b-interesting-container p+h2, .b-interesting-container p+h1,
.b-interesting-container ol+h2, .b-interesting-container ul+h2 {
    margin-top: 20px;
}
.b-interesting-container form p {
    font-size: 21px;
    color: #111;
}
.b-interesting-container .block-content p strong {
    color: #ff9921
}
/*.b-interesting-container img {
    display: block;
    max-width: 282px;
    max-height: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
}*/
.b-interesting-container form input[type="submit"] {
    height: 43px;
    background: #5177bb;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    padding: 3px 30px;
    text-transform: uppercase;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
    margin-top: 30px;
    cursor: pointer;
}
.b-interesting-container form input[type="radio"] + label {
    position: relative;
    margin: 6px 0;
    display: block;
    padding-left: 30px;
}
.b-interesting-container form input[type="radio"] + label:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #5177bb;
    top: 5px;
    left: 7px;
}
.b-interesting-container form input[type="radio"]:checked + label:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #5177bb;
    top: 7px;
    left: 9px;
}
.b-interesting-container .block .text>ul {
    list-style: none;
    padding: 0;
}
.b-interesting-container .block .text>ul>li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #5177bb;
    font-size: 20px;
    line-height: 30px;
    display: block;
    margin: 0 0 14px 0;
}
.b-interesting-container .block .text>ul>li a:hover {
    text-decoration: underline;
    color: #ff7d14;
}
.board img {
    display: block;
    margin: 0 auto;
}
.school .text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.school .text .board {
    width: 100%;
}
.school .text .one_third {
    width: 33.33%;
}
.school .text .one_third ul {
    list-style: none;
    padding: 0;
}
.school .text .one_third ul a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #5177bb;
    display: block;
    font-size: 16px;
    margin-bottom: 14px;
}
.school .text .one_third ul a:hover {
    text-decoration: underline;
    color: #ff7d14;
}



/* ------------- b-timing -------------- */

.b-timing-item{
    margin: 0 0 50px 0;
}

.b-timing-table{
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background: #ffffff;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 35px 0 0 0;
}

.b-timing-table table thead td{
    color: #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-timing-table table thead td:first-child{
    width:auto;
}
.b-timing-table table tbody td{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
}
.b-timing-table table tbody .b-table-time{
    color: #5177bb;
}

.b-profile-content .b-translation{
    background: none;
    margin: 0;
    padding: 0 0 100px 0;
}
.b-profile-content .b-translation__content .tab-content{
    float: none;
}
.e-table-timing-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 0 20px;
    background: #ffffff;
    margin: 35px 0 45px 0;
}
.e-table-header, .e-table-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 10px;
    border-bottom: 1px solid #e6e6e6;
}
.e-table-header {
    color: #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.e-table-body {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
}
.e-table-body:last-child {
    border-bottom: none;
}
.e-table-body a {
    display: block;
    color: #fff;
    background-color: #5177bb;
    border-radius: 3px;
    text-align: center;
    padding: 12px 0 11px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.e-table-body a:hover {
    background-color: #7197db;
}
.e-table-body a:active {
    background-color: #334f81;
}
.e-table-header div, .e-table-body div {

}
.e-table-cursname {
    width: 37%;
    padding: 20px 10px 20px 0;
}
.e-table-master {
    width: 23%;
    padding: 20px 10px;
}
.e-table-date {
    width: 15%;
    padding: 20px 10px;
}
.e-table-time {
    width: 11%;
    padding: 20px 10px;
}
.e-table-go{
    width: 14%;
    padding-right: 0;
    padding-left: 0;
    padding: 20px 0 20px 0;
}

/* ------------- b-timing -------------- */

.b-timing-item{
    margin: 0 0 50px 0;
}

.b-timing-table{
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background: #ffffff;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 35px 0 0 0;
}

.b-timing-table table thead td{
    color: #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-timing-table table thead td:first-child{
    width:auto;
}
.b-timing-table table tbody td{
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
}
.b-timing-table table tbody .b-table-time{
    color: #5177bb;
}

.b-profile-content .b-translation{
    background: none;
    margin: 0;
    padding: 0 0 100px 0;
}
.b-profile-content .b-translation__content .tab-content{
    float: none;
}
.e-table-timing-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 0 20px;
    background: #ffffff;
    margin: 35px 0 45px 0;
}
.e-table-header, .e-table-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 10px;
    border-bottom: 1px solid #e6e6e6;
}
.e-table-header {
    color: #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.e-table-body {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
}
.e-table-body:last-child {
    border-bottom: none;
}
.e-table-body a {
    display: block;
    color: #fff;
    background-color: #5177bb;
    border-radius: 3px;
    text-align: center;
    padding: 12px 0 11px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.e-table-body a:hover {
    background-color: #7197db;
}
.e-table-body a:active {
    background-color: #334f81;
}
.e-table-header div, .e-table-body div {

}
.e-table-cursname {
    width: 37%;
    padding: 20px 10px 20px 0;
}
.e-table-master {
    width: 23%;
    padding: 20px 10px;
}
.e-table-date {
    width: 15%;
    padding: 20px 10px;
}
.e-table-time {
    width: 11%;
    padding: 20px 10px;
}
.e-table-go{
    width: 14%;
    padding-right: 0;
    padding-left: 0;
    padding: 20px 0 20px 0;
}
#modalworks {
    text-align: center;
}
#modalworks img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#modalworks .modal-dialog{
    max-width: 800px;
}
#modalworks .modal-content{
    outline: none;
    border: 5px solid #5177bb;
    padding: 27px;
    background: #fff url("../images/modal-works-bg.jpg") center no-repeat;
    border-radius: 2px;
    position: relative;
}
#modalworks .modal-content .close{
    display: block;
    position: absolute;
    border-radius: 7px 7px 0 0;
    background: #fff;
    font-size: 14px;
    color: #5775b9;
    right: 15px;
    top: -39px;
    padding: 0 10px;
}
#modalworks .modal-content .close span{
    display: inline;
    vertical-align: middle;
    line-height: 33px;
}
#modalworks .modal-content .close .xclose{
    font-size: 30px;
    line-height: 33px;
}
#modalworks p{
    font-size: 25px;
    color: #333;
    line-height: 25px;
}
.e-login-wrapper {
    max-width: 903px;
    width: 100%;
    border: 6px solid #5177bb;
    margin: 50px auto;
    text-align: center;
    padding: 34px 32px 45px;
}
.e-download-wrapper {
    margin: 50px auto;
}
.e-login-wrapper p{
    font-size: 18px;
    margin-bottom: 40px;
}
.e-login-wrapper p span{
    color: #ff8c19;
    font-weight: bold;
}

.e-login-buttons {
    text-align: center;

}

.e-button-login {
    background-color: #6095ff;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    padding: 14px 92px 11px;
    border-radius: 10px;
    line-height: 25px;
    font-weight: 300;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 6px 15px rgba(96, 149, 255, 0.5);
    box-shadow: 0 6px 15px rgba(96, 149, 255, 0.5);
    position: relative;
}
.e-button-login:hover {
    box-shadow: 2px 3px 7px rgba(96, 149, 255,.5);
}
.e-button-login:before {
    position: absolute;
    content: "";
    width: 29px;
    height: 33px;
    background: url("../images/download-orange.png") no-repeat;
    left: -58px;
    top: 10px;
}

.e-button-reg {
    font-weight: 300;
    width: 234px;
    color: #6095ff;
    display: inline-block;
    text-decoration: underline;
    position: relative;
    padding-left: 35px;
}
.e-button-reg:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    left: 22px;
    top: 5px;
    background-color: #cccccc;
}

.e-button-download {
    background: #6095ff 229px 16px no-repeat;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: left;
    text-decoration: none;
    padding: 24px 103px 21px 35px;
    border-radius: 10px;
    line-height: 25px;
    font-weight: 300;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    min-width: 200px;
    -webkit-box-shadow: 0 6px 15px rgba(96, 149, 255, 0.5);
    box-shadow: 0 6px 15px rgba(96, 149, 255, 0.5);
    position: relative;
    margin-bottom: 25px;
}
.e-button-download img{
    position: absolute;
    transform: translate(35px, -8px);
    display: inline-block;
}
.e-login-buttons:last-of-type a {
    margin-bottom: 0;
}
.e-button-download:hover {
    box-shadow: 2px 3px 7px rgba(96, 149, 255,.5);
}
.e-timing-tab-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.b-translation__content .e-timing-tab-wrapper {
    float: left;
}
.b-translation__content .b-broadcast-content__form {
    margin-top: 0;
}
.eslide-slide .b-reviews-item__img,
.eslide-slide .b-reviews-video {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
}
.eslide-slide.eslide-current .b-reviews-item__img,
.eslide-slide.eslide-current .b-reviews-video {
    animation: 0.3s sliderIn forwards;
}
.eslide-slide.eslide-back .b-reviews-item__img,
.eslide-slide.eslide-back .b-reviews-video {
    animation: 0.3s sliderOut forwards;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.eslide-slide.eslide-current .b-reviews-item__img:last-child {
    -webkit-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.eslide-slide.eslide-current .b-reviews-item__img:first-child {
    -webkit-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.eslide-slide.eslide-current .b-reviews-video {
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.eslide-slide.eslide-back .b-reviews-item__img:last-child {
    -webkit-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.eslide-slide.eslide-back .b-reviews-item__img:first-child {
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.eslide-slide.eslide-back .b-reviews-video {
    -webkit-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.eslide-slide.eslide-current .b-reviews-item__images {
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.09);
    box-shadow: 0 20px 40px rgba(0,0,0,0.09);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.eslide-slide.eslide-back .b-reviews-item__images {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.eslide-slide .b-reviews-item__right {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.eslide-slide.eslide-current .b-reviews-item__right {
    opacity: 1;
}
.b-reviews-carousel {
    position: relative;
}
.b-reviews-carousel .eslide-dots {
    font-size: 0;
    position: absolute;
    bottom: 5px;
    left: 20%;
}
.b-reviews-carousel .eslide-dots li {
    display: inline-block;
    margin: 0 0 0 20px;
    position: relative;
}
.b-reviews-carousel .eslide-dots li:first-child {
    margin: 0;
}
.b-reviews-carousel .eslide-dots button{
    width: 6px;
    height: 6px;
    font-size: 0;
    background: #cecece;
    vertical-align: top;
    position: relative;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.b-reviews-carousel .eslide-dots button:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: -7px;
    top: -7px;
    background-color: transparent;
}
.b-reviews-carousel .eslide-dots .eslide-dot-current button{
    background: #5177bb;
    box-shadow: 0 4px 5px rgba(34, 163, 254, 0.17);
}
.b-reviews-carousel .eslide-dots button:hover{
    background: #5177bb;
    box-shadow: 0 4px 5px rgba(34, 163, 254, 0.17);
}
.b-reviews-carousel .eslider-arrow, .b-instructor-arrows div {
    position: absolute;
    top: 5%;
    font-size: 0;
    line-height: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #5479bc;
    z-index: 20;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    outline: none;
}
.b-reviews-carousel .eslider-arrow:before,
.b-instructor-arrows div:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 16px;
    top: 26px;
    left: 27px;
}
.b-reviews-carousel .eslider-arrow:hover,
.b-instructor-arrows div:hover {
    background-color: #5479bc;
}
.b-reviews-carousel .eslider-prev,
.b-instructor-arrows .arrow-prev {
    right: 31.5%;
}
.b-reviews-carousel .eslider-prev:before,
.b-instructor-arrows .arrow-prev:before {
    background: url(../images/slider-left.png) center no-repeat;
}
.b-reviews-carousel .eslider-prev:hover:before,
.b-instructor-arrows .arrow-prev:hover:before {
    background: url(../images/slider-left-hover.png) center no-repeat;
}
.b-reviews-carousel .eslider-next,
.b-instructor-arrows .arrow-next {
    right: 24%;
}
.b-reviews-carousel .eslider-next:before,
.b-instructor-arrows .arrow-next:before {
    background: url(../images/slider-right.png) center no-repeat;
    top: 26px;
    left: 31px;
}
.b-reviews-carousel .eslider-next:hover:before,
.b-instructor-arrows .arrow-next:hover:before {
    background: url(../images/slider-right-hover.png) center no-repeat;
}
.b-instructor-arrows {
    margin-top: 98px;
}
.b-instructor-arrows div {
    position: relative;
}
.b-instructor-arrows .arrow-prev,
.b-instructor-arrows .arrow-next {
    right: auto;
    display: inline-block;
}
.b-instructor-arrows .arrow-prev {
    margin-right: 20px;
}
.second-lastest-news {
    margin-top: 25px;
}

.b-competition-img h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.b-competition-table {
    padding: 30px 0;
}
.b-competition-table table{
    width: 100%;
    font-size: 14px;
    border-spacing: 0;
    border-radius: 4px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}
.b-competition-table thead tr{
    background-color: #5177bb;
}
.b-competition-table th{
    color: #fff;
    background-color: #5177bb;
    text-transform: uppercase;
    font-weight: normal;
    padding: 19px 0 21px;
    text-align: left;
}
.b-competition-table th:first-child{
    padding-left: 30px;
}
.b-competition-table th:last-child,
.b-competition-table td:nth-last-child(2) {
    text-align: center;
}
.b-competition-table td{
    font-weight: normal;
    padding: 23px 0 21px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
}
.b-competition-table td{
    border-bottom: 1px solid #e6e6e6;
}
.b-competition-table tr:last-child td{
    border-bottom: none;
    padding-bottom: 30px;
}
.b-competition-table td:first-child{
    padding-left: 32px;
}
.b-competition-table td:last-child{
    text-align: center;
    font-size: 18px;
    color: #5177bb;
}

/*mailer bottom-modal*/
.modal-mailer{
    position: fixed;
    width: 100%;
    bottom: -100%;
    left: 0;
    border-top: 8px solid white;
    background: #5177bb url(../images/mailer-bg.png) center center no-repeat;
    box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.19);
    z-index: 800;
}
.modal-mailer .wrapper-content{
    position: relative;
    border-top: 8px solid white;
    margin-top: -8px;
    padding: 0 15px;
}
.modal-mailer__close{
    position: absolute;
    right: 24px;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
    padding: 12px 52px 14px 15px;
    top: -43px;
    color: #5775b9;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    background: #fff url(../images/mailer-close.png) 87% 11px no-repeat;
    z-index: -1;
    outline: none;

}
.modal-mailer__close:before {
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.19);
    bottom: 7px;
    left: 0;
}
.modal-mailer__wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
}
.modal-mailer__img {
    flex-basis: 33.333%;
    max-width: 33.333%;
    text-align: center;
}
.modal-mailer__img img{
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0 22px;
}
.modal-mailer__text {
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding-top: 46px;
}
.modal-mailer__text p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-right: 1px solid #3b598f;
}
.modal-mailer__form {
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding-top: 26px;
    padding-right: 7px;
}
.modal-mailer__form form{
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
}
.modal-mailer__form form h4{
    color: #fff;
    font-family: "PT-sans", serif;
}
.modal-mailer__form form p{
    color: #fff;
}
.modal-mailer__form input {
    display: block;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 100%;
    line-height: 43px;
    font-size: 18px;
    color: #000000;
    padding-left: 23px;
}
.modal-mailer__submit {
    width: 100%;
    margin-top: 11px;
    background-color: #ff7d14;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 43px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}
.b-article-download {
    background-color: #fff;
    border: 1px dashed #3D4E60;
    margin-top: 44px;
    padding: 40px;
    display: flex;
}
.b-article-download__text {
    flex-basis: 50%;
}
.b-article-download__text p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 18px;
    text-align: center;
    color: #000;
    margin-bottom: 0;
}
.b-article-download__button {
    flex-basis: 50%;
    text-align: right;
}
.b-article-download_btn {
    display: block;
    width: 280px;
    height: 80px;
    margin-left: auto;
    box-shadow: 0 10px 14px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    text-align: center;
    font-weight: 900;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding: 24px 46px 10px 0;
    background: linear-gradient(223deg, rgba(255, 255, 255, 0.3) -91.65%, rgba(255, 255, 255, 0) 101.31%),
    #38495B url(../images/bg-article-download.svg) 90% 22px no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.b-article-download_btn:hover {
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.b-article-download_btn:active{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.25);
}
.b-article-download_btn:focus {
    color: #fff;
}
/*.modal-chat {
    width: 802px;
    max-width: 802px;
    height: 794px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 7vh;
    max-height: 86vh;
}
.chat-wrapper {
    border: 5px solid #5177BB;
    height: 100%;
    position: relative;
    padding-bottom: 70px;
}
.chat-message-body {
    display: flex;
    padding: 20px 0 0;
}
.chat-message-wrapper {
    height: 100%;
    width: 100%;
    overflow: auto;
}
.chat-message-body.pined {
    background-color: #E2E7F1;
    padding-bottom: 20px;
}
.chat-avatar {
    flex-basis: 115px;
    max-width: 115px;
    text-align: center;
    padding-left: 14px;
}
.chat-avatar img {
    display: block;
}
.chat-img-box {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.chat-img-box img{
    width: 100%;
    height: auto;
}
.chat-text {
    flex-basis: calc(100% - 115px);
    max-width: calc(100% - 115px);
    padding: 0 5px;
}
.chat-username {
    color: #828282;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
}
.chat-message {
    max-width: 552px;
    background-color: #EFF2F8;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 16px;
    padding: 15px 16px;
    line-height: 23px;
}
.chat-message p {
    margin: 0;
    color: #333;
    font-size: inherit;
    line-height: inherit;
}
.chat-form {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 17px 0 18px;
    margin: 0 25px;
    width: calc(100% - 50px);
    border-top: 1px solid #E2E7F1;
}
.chat-form form {
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.chat-form [type="text"] {
    width: calc(100% - 100px);
    vertical-align: top;
    border: none;
    font-size: 18px;
    padding: 0 5px;
    outline: none;
}
.chat-form [type="text"]::-webkit-input-placeholder {
    color: #BDBDBD;
}
.chat-form [type="text"]:-moz-placeholder {
    color: #BDBDBD;
}
.chat-form [type="submit"] {
    vertical-align: top;
    border: none;
    width: 30px;
    height: 30px;
    background: url(../images/send-message.png) 0 0 no-repeat;
    margin-left: 20px;
    position: relative;
}
.chat-form .jq-file {
    width: 50px;
    margin: 0;
    height: 30px;
    background: url(../images/pin-file.png) 5px center no-repeat;
}
.chat-form .jq-file__name {
    position: absolute;
    top: 5px;
    right: 3px;
    font-size: 15px;
    color: #5177BB;
    font-weight: 600;
}
.chat-form [type="submit"]:after {
    position: absolute;
    content: "";
    height: 22px;
    border-right: 1px solid #E2E7F1;
    left: -20px;
    top: 2px;
}
.jq-file input {
    cursor: pointer;
}
.chat-attached ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.chat-attached li{
    display: inline-block;
    margin-right: 10px;
    padding-top: 10px;
}
.chat-attached li:last-child{
    margin-right: 0;
}
.chat-attached a{
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    padding: 3px 7px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #C7CFE0;
}
@keyframes typing {
    from {
        background-color: #7E96C1;
    }
    50% {
        background-color: #D1D8E5;
    }
    to {
        background-color: #7E96C1;
    }
}
.chat-typing {
    background-color: #EFF2F8;
    display: inline-block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 16px;
    padding: 15px 16px;
    margin-right: auto;
}
.chat-dot {
    width: 5px;
    height: 5px;
    display: inline-block;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: typing 1.5s infinite;
}
.chat-dot:nth-child(2) {
    animation-delay: 0.5s;
}
.chat-dot:last-child {
    animation-delay: 1s;
}
.chat-dot:last-child {
    margin-right: 0;
}*/
.b-obuch-item .b-interesting-item__text{
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
}
.b-obuch-item-link {
    display: block;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    background-color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.b-obuch-item-link:hover{
    box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    text-decoration: none !important;
}
.b-obuch-item-wrapper {
    display: flex;
    width: 100%;
}
.b-obuch-item-img {
    flex-basis: 31%;
    max-width: 31%;
    max-height: 145px;
}
.b-obuch-item-img img {
    width: 100%;
    height: auto;
    display: block;
}
.b-obuch-item-name {
    font-size: 21px;
    font-family: "PT Serif", serif;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    align-self: center;
    flex-basis: 69%;
    max-width: 69%;
    padding: 15px 15px 15px 27px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sale-button {
    position: absolute;
    right: 0;
    top: 92px;
    border-radius: 0 0 4px 4px;
    padding: 0;
    background: #ff7d14;
    height: 41px;
    line-height: 41px;
    width: 135px;
    display: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    outline: none;
}
.sale-button:hover, .sale-button:focus {
    color: #fff;
    background: #ffa63e;
}
.sale-button:active {
    background: #bc5908;
}
.emodal {
    display: none;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.emodal.emodal-open {
    display: block;
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto;
}
.emodal-shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.modalBody-tobtn {
    transform-origin: left top;
}
.emodal-shadow:before, .emodal-shadow:after {
    content: "";
    display: table;
}
.emodal-shadow:after {
    clear: both;
}
.emodal-open .emodal-shadow {
    opacity: 1;
}
.emodal-body {
    /*max-width: 550px;*/
    max-width: 1080px;
    margin: 0;
    background-color: #fff;
    border: 5px solid #5177bb;
    padding: 0;
    position: relative;
}
.emodal-close {
    position: absolute;
    height: 36px;
    padding: 9px 36px 9px 14px;
    right: 10px;
    bottom: 100%;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    color: #5177bb;
    border-bottom: 5px solid #5177bb;
    outline: none;
    background: #fff url(../images/mailer-close.png) 90% 8px no-repeat;
}
.sale-modal-slider .slick-arrow {
    position: absolute;
    font-size: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 15px;
    border-radius: 50%;
    background: #fff url(../images/modalSlider/saleModal-arrowprev.png) center center no-repeat;
    box-shadow: 4px 4px 15px rgba(59, 69, 94, 0.2);
    outline: none;
    margin-top: -15px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sale-modal-slider .slick-next {
    left: auto;
    background: #fff url(../images/modalSlider/saleModal-arrownext.png) center center no-repeat;
    right: 15px;
}
.sale-modal-slider a {
    z-index: 20;
    text-align: center;
    display: block;
}
.sale-modal-slider a:after {
    position: absolute;
    content: '';
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sale-modal-slider .slick-dots {
    position: absolute;
    display: block;
    font-size: 0;
    list-style: none;
}
.sale-modal-slider:hover .slick-arrow {
    opacity: 1;
}
.sale-modal-slide {
    position: relative;
}
.sale-modal-slider .slick-dots li {
    display: inline-block;
}
.sale-slide1 a {
    top: 291px;
    left: 65px;
    display: inline-block;
}
.sale-slide1 a span {
    width: 200px;
    height: 50px;
    background: linear-gradient(220.84deg, #F2994A -33.12%, #EB5757 156.02%);
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    font-size: 21px;
    color: #FFFFFF;
    display: inline-block;
}
.sale-slide1 a:after {
    width: 90%;
    left: 5%;
    height: 50%;
    bottom: -3px;
    background: linear-gradient(230deg, #F2994A -24.2%, #EB5757 130.03%);
    filter: blur(4px);
    border-radius: 4px;
}
.sale-slide2 a {
    top: 318px;
    left: 95px;
    display: inline-block;
}
.sale-slide2 a span {
    width: 200px;
    height: 50px;
    background: #F2994A;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    font-size: 21px;
    color: #FFFFFF;
    display: inline-block;
}
.sale-slide2 a:after {
    width: 90%;
    left: 5%;
    height: 50%;
    bottom: -3px;
    background: linear-gradient(0deg, #000000, #000000), linear-gradient(230deg, #F2994A -24.2%, #EB5757 130.03%);
    filter: blur(4px);
    border-radius: 4px;
}
.sale-slide2 .sale-btn-right {
    left: auto;
    right: 95px;
}

.sale-slide3 a {
    top: 315px;
    left: 73px;
    width: 120px;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    font-size: 21px;
    color: #FFFFFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sale-slide3 a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sale-vk, .sale-fb {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.sale-slide3 .sale-vk {
    left: 223px;
}

@import url('https://fonts.googleapis.com/css?family=Philosopher');
.sale-slide4 a {
    top: 304px;
    left: 77px;
    display: inline-block;
}
.sale-slide4 a span {
    width: 200px;
    height: 50px;
    background: linear-gradient(249.71deg, #EDC54C -12.48%, #EBD79B 65.28%, #ED930C 123.31%);
    border-radius: 4px;
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    line-height: 50px;
    font-size: 21px;
    color: #082447;
    display: inline-block;
}
.sale-slide4 a:after {
    width: 90%;
    left: 5%;
    height: 50%;
    bottom: -3px;
    background: linear-gradient(0deg, #000000, #000000), linear-gradient(254.99deg, #EDC54C -12.38%, #EBD79B 64.02%, #ED930C 121.02%), linear-gradient(230deg, #F2994A -24.2%, #EB5757 130.03%);
    filter: blur(4px);
    border-radius: 4px;
}
.sale-slide5 a {
    top: 304px;
    left: 36px;
    display: inline-block;
}
.sale-slide5 a span {
    width: 200px;
    height: 50px;
    background: linear-gradient(237.43deg, #748FCC -11.09%, #5775B9 90.54%), linear-gradient(257.19deg, #8F21B8 -17.37%, #155FC2 164.21%), #FFFFFF;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    font-size: 21px;
    color: #FFFFFF;
    display: inline-block;
}
.sale-slide5 a:after {
    width: 90%;
    left: 5%;
    height: 50%;
    bottom: -3px;
    background: rgba(51, 51, 51, 0.7);
    filter: blur(4px);
    border-radius: 4px;
}
.sale-slide6 a {
    top: 304px;
    left: 49px;
    display: inline-block;
}
.sale-slide6 a span {
    width: 200px;
    height: 50px;
    background: linear-gradient(238.79deg, #F2994A 2.3%, #F2AF4A 104.69%);
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    font-size: 21px;
    color: #FFFFFF;
    display: inline-block;
}
.sale-slide6 a:after {
    width: 90%;
    left: 5%;
    height: 50%;
    bottom: -3px;
    background: linear-gradient(0deg, #183154, #183154), linear-gradient(254.99deg, #EDC54C -12.38%, #EBD79B 64.02%, #ED930C 121.02%), linear-gradient(230deg, #F2994A -24.2%, #EB5757 130.03%);
    filter: blur(4px);
    border-radius: 4px;
}
.sale-slide1 a:hover:after,
.sale-slide2 a:hover:after,
.sale-slide4 a:hover:after,
.sale-slide5 a:hover:after,
.sale-slide6 a:hover:after
{
    bottom: 5px;
}
.grecaptcha-badge {
    display: none;
}
.spoiler-button {
    margin: 20px 0;
    text-align: center;
}
.spoiler-button .redbutton {
    width: 220px;
    display: inline-block;
    height: 40px;
    position: relative;
    overflow: hidden;
}
.spoiler-button .redbutton:before, .spoiler-button .redbutton:after {
    content: "Показать полностью";
    position: absolute;
    width: 200px;
    height: 40px;
    line-height: 40px;
    left: 10px;
    top: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.spoiler-button .redbutton:after {
    content: "Свернуть";
}

.spoiler-button .redbutton[aria-expanded=false]:before {
    opacity: 1;
}

.spoiler-button .redbutton[aria-expanded=true]:after {
    opacity: 1;
}

.header-offer img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


.media-respond__subscribe {
    background-color: #f2f2f2;
    margin: 0 0 30px;
    padding: 20px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.media-respond__subscribe--btn a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c00;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.media-respond__subscribe--btn a:hover {
    background-color: #ea1717;
}

.media-respond__subscribe--btn i {
    margin: 0 10px 0 0
}

.media-respond__subscribe--text {
    padding-left: 25px
}

.media-respond__subscribe--text :first-child {
    margin-top: 0
}

.media-respond__subscribe--text h3 {
    font-size: 18px;
    line-height: 1.2;
}

.media-respond__subscribe--text p:last-child {
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .media-respond__subscribe {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px
    }

    .media-respond__subscribe--btn {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-align: center;
        margin: 0 0 20px
    }

    .media-respond__subscribe--text {
        padding: 0
    }
}

[data-youtube-channel] {
    display: none !important
}
