@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=cyrillic');

body {
    font-family: 'Roboto', sans-serif;
    
}


/* HEADER & FOOTER */

header,
footer {
/*    background: radial-gradient(#818181 50%, #656464);*/
    background-color: #0a0a0a;
    color: #fff;
}

header {
    border-bottom: 1px solid #d0c8c8;
}

.contacts {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.contacts .glyphicon {
    margin-right: 12px;
    font-weight: normal;
    font-size: 16px;
}

footer {
    border-top: 1px solid #d0c8c8;
    padding: 24px 0;
}

footer .links {
    text-align: center;
}

footer .links p {
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
}

footer .links a {
    color: #e2ca16;
}
footer .links a:hover {
    color: #c44426;
}
footer .contacts p{
    margin-bottom: 5px;
}
footer .ip p {
    padding-top: 6px;
    color: #d9d9d9;
}

.fixed-footer footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.fixed-footer .s1 {
    margin-bottom: 198px;
}

.s1 {
    padding: 5px 0 20px;
    border-bottom: 1px solid rgba(172, 172, 172, 0.51);
}

.s1 .image-top img {
    width: 100%;
}

.s1 .s-title {
    text-align: center;
    padding: 24px 0;
    font-size: 24px;
    font-weight: bold;
}

.rb .l1 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    /* font-weight: bold; */
	    color: #6d6d6d;
}

.rb .l1 .date-time {
    color: #5a5a5a;
}

.rb .l2 {
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    padding: 6px 0 0;
    margin-bottom: 0;
    color: #e73b52;
    text-transform: uppercase;
}
.rb .l3 {
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 6px 0 0;
    margin-bottom: 0;
    color: #e73b52;
    text-transform: uppercase;
}
.rb .sub-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    margin-bottom: 20px;
    
}
.rb .sub-title .inner {
    position: relative;
    display: inline-block;
    z-index: 11;
    line-height: 100%;
    padding: 10px;
}
.rb .sub-title .inner::before {
    content: '';
    position: absolute;
    top: -5%;
    left: -5%;
    height: 110%;
    width: 110%;
    background-color: #e73a52;
    z-index: -1;
    transform: skew(-10deg);
}
.rb .f-title {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
}
.rb .f-title strong {
    font-size: 24px;
    color: #d43f3f;
}
.rb .intensive-dates {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #155f9b;
    margin: 20px 0;
}
.rb .intensive-dates p {
    margin-bottom: 0;
    position: relative;
}
.rb .intensive-dates p.title {
    color: #c44426;
}
.rb .intensive-dates p:not(.title)::before {
    content: "\e109";
    font-family: 'Glyphicons Halflings';
    margin-right: 10px;
}
.rb .button-line {
    
    text-align: center;
}
.get-box {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #e73a52;
    text-shadow: 1px 1px 3px rgba(92, 92, 92, 0.75);
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
}
.rb .button-line .get-box:hover {
    text-decoration: none;
    opacity: 0.7;
}

.page-form {
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
    background-color: #f8f8f8;
    padding: 40px 10px;
}
.page-form input {
    width: 310px;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    border: 1px solid #dedede;
}
.page-form button[type=submit] {
    margin-top: 10px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    border: none;
    background-color: #7cc740;
    text-shadow: 1px 1px 3px rgba(92, 92, 92, 0.75);
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    transition: all 500ms ease;
    position: relative;
}
.page-form button[type=submit]::before {
    content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: rgba(255,255,255,0.3);
	transition: all 1s ease;
}
.page-form button[type=submit]:hover {
    text-decoration: none;
/*    opacity: 0.7;*/
}
.page-form button[type=submit]:hover:before {
    width: 100%;
}
.page-form .ann {
    margin: 0;
}


.present {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 8px 0;
   /* display: inline-block;*/
    color: #575757;
}
.present strong {
    font-size: 20px;
        color: #e73a52;
}
.congr {
    padding: 28px 0;
    text-align: center;
    font-size: 22px;
}

.congr .l1 {
    font-size: 26px;
    font-weight: bold;
}

.congr .l2 strong {
    color: #c44426;
    font-size: 32px;
}

.congr p {
    margin: 12px 0;
}

.congr a::after {
    font-family: 'Glyphicons Halflings';
    content: "\e164";
    margin-left: 6px;
    font-weight: normal;
    font-size: 18px;
}

.congr a {
    border-bottom: 1px solid #fff;
}

.congr a:hover {
    border-bottom: 1px dashed #c44426;
    text-decoration: none;
    color: #c44426;
}

.l33 {
    text-align: center;
    padding: 2px 0;
    color: #434343;
    font-size: 18px;
}

.st-form {
    padding: 22px 44px;
    margin: 20px 0 10px;
    background-color: #0075d5;
    color: #fff;
    border-radius: 8px 0px 8px 0;
    box-shadow: 0px 0px 3px 2px #ccc;
}
.letsclick {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.letsclick .glyphicon {
    display: inline-block;
    margin-top: 14px;
}

.sorry {
    background-color: #d5d6d5;
    padding: 20px;
    border-radius: 4px;
    margin: 30px 0;
    text-align: center;
    font-size: 18px;
}
.sorry .l1 {
    margin-bottom: 30px;
    color: #f50000;
}
.st-form > form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.st-form input {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #234394;
    padding: 10px;
    margin: 2px 0px;
    border: 1px solid #234394;
    border-radius: 4px;
}

.st-form .right-email {

    text-align: center;

}

.st-form input:focus {
    border: 1px solid #234394;
    box-shadow: 0px 0px 3px #234394;
}

.st-form input[name="Contact[name]"] {
    font-weight: bold;
}

.st-form button[type=submit] {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    padding: 10px 24px;
    display: block;
    margin: 10px auto;
/*    background-color: #e44d16;*/
    background: #41ca7e;
    background: linear-gradient(#41ca7e,#349b62);
    color: #fff;
    transition-duration: 0.5s;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.72);
}

.st-form button[type=submit]:hover {
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.9);    
}

.st-form p {
    margin: 0 0 4px;
}

.st-form .ann {
    color: #ffffff;
    text-align: center;
}

.st-form .ann a {
    color: #dedede;
    text-shadow: 0px 0px 3px #c44426;
}

.timer {
    margin-top: 30px;
    padding: 8px 0;
    text-align: center;
}

.timer .t-title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 6px;
    position: relative;
    bottom: -10px;
    color: #155f9b;
}



/* video-frame */

.video-frame {
    text-align: center;
    padding: 20px 0;
}
.video-frame h2 {
    margin-bottom: 20px;
    font-weight: bold;
}



/* feedbacks */

.feedbacks-title {
    text-align: center;
    padding: 30px 0;
    background-color: #114475;
    color: #fff;
}
.feedbacks-title h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 32px;
}
.feedbacks {
    padding: 40px 0;
}
.feedbacks-video {
    background-color: #f3f0f0;
    padding: 30px 0;
}
.video-fb {
    margin-top: 34px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.video-fb .video-frames {
    width: 590px;
    position: relative;
    overflow: hidden;
/*    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.18);*/
    z-index: 2;
}
.video-fb .video-frames .video-prev {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 10;
}
.video-fb .video-frames > div:not(.active) {
    display: none;
}
.video-fb .video-frames > div {
    position: relative;
}
.video-fb .video-frames .play-icon {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 50%;
    margin-left: -32px;
    background-image: url(../img/play-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 64px;
    height: 64px;
    cursor: pointer;
    z-index: 20;
}
.video-fb .video-frames .play-icon:hover {
    opacity: 0.8;
}

.video-fb .video-frames > div.active {
    animation-name: vfbs;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
.video-fb .video-description {
    width: 480px;
    font-size: 18px;
    line-height: 20px;
    padding: 28px;
    position: relative;
    z-index: 1;
}
.video-fb .video-description .description-text {
    margin-top: 24px;
    font-size: 20px;
    line-height: 28px;
    color: #5e6063;
    font-style: italic;
}
.video-fb .video-description .fb-author {
    font-size: 20px;
    font-weight: bold;
    color: #ca0610;
}
.video-fb .video-description .fb-course {
    font-size: 16px;
    color: #004297;
}
.video-fb .video-controls {
    padding: 48px 18px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.video-fb .video-controls .con {
    font-size: 20px;
    font-weight: bold;
    color: #3d6f93;
    cursor: pointer;
}
.video-fb .video-controls .con img {
    width: 60px;
}
.video-fb .video-controls .con:hover img {
    opacity: 0.6;
}
.video-fb .video-controls .con:hover {
    color: #f39220;
}
.video-fb .video-controls .con.to-prev {
    margin-right: 40px;
}
.video-fb .video-controls .con.to-next {
    margin-left: 40px;
}
.video-fb .video-controls .ancors {
    
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
/*    width: 100px;*/
}
.video-fb .video-controls .ancors .slider-ancors-item {
    font-size: 28px;
    color: #004297;
    cursor: pointer;
    padding: 10px;
}
.video-fb .video-controls .ancors .slider-ancors-item.active,
.video-fb .video-controls .ancors .slider-ancors-item:hover{
    color: #ca0610;
}
.video-fb .video-description .vd-item-text .description-item:not(.active){
    display: none;
}
.video-fb .video-description .vd-item-text .description-item.active{
    animation-name: vfbs;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
}

@keyframes vfbs {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.social-fb {
    padding: 18px 0;
    border-bottom: 1px solid #d8d8d8;
}

.social-fb .s-title {
    padding: 12px 0 24px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #ED7F09;
}

.social-fb .soc-r {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
}

.social-fb .soc-r > p {
    width: 43%;
    display: inline-block;

}

.social-fb .soc-r > p img {
    max-width: 100%;

}

.gmbtn {
    text-align: center;
    padding: 34px 0 24px;
}

.getmore,
.getmore-video {
    border: none;
    border-radius: 12px;
    background-color: #ED7F09;
    color: #fff;
    padding: 14px 20px;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.getmore > span,
.getmore-video > span {
    font-weight: bold;
}

.getmore > img,
.getmore-video > img {
    max-height: 32px;
}

.getmore:hover,
.getmore:focus,
.getmore-video:hover,
.getmore-video:focus {
    background-color: #ED7F09;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.45);
}




/* s2 */

.s2 {
    padding: 40px 0;
    text-align: center;
    background-color: #efeffd;
}
.s2 h3 {
    padding: 0;
    margin: 0px;
    font-weight: bold;
    font-size: 28px;
}
.s2 h3.second {
    margin-top: 40px;
}
.lessons-bullets {
    margin-top: 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.lessons-bullets .item {
    text-align: center;
    font-size: 16px;
    width: 200px;
}
.lessons-bullets .item .icon {
    font-size: 28px;
    font-weight: bold;
    color: #0075d5;
}

.graf {
    width: 510px;
    margin: 20px auto;
}
.graf .item {
    text-align: left;
    font-size: 20px;
    border-bottom: 1px solid #e8e0e0;
    padding: 10px 0;
}
.graf .lesson-name {
    font-weight: bold;
    color: #0075d5;
}
.graf .week-day {
    /*color: #5a5a5a;
    font-style: italic;*/
}



/* s3 */

.s3 {
    text-align: center;
    padding: 25px 0;
}
.s3 h3 {
    font-weight: bold;
    font-size: 28px;
    color: #e30e58;
}
.s3 .sub {
    font-size: 22px;
    margin-bottom: 20px;
}
.s3 .form-title {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}
.basket {
    padding: 20px;
    width: 320px;
    margin: 15px auto;
    background-color: #f1efef;
}
.basket p {
    margin: 0 0 12px;
}
.basket input {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #ccc;
}
.basket label .your-price {
    color: #e30e58;
}
.basket button[type=submit] {
    margin-top: 15px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #e30e58;
    color: #fff;
}
.basket button[type=submit]:hover {
    background-color: #ff7d4d;
}

.agreement {
    display: flex;
    align-items: center;
}
.agreement input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.agreement a {
    width: 220px;
}
#agreement .modal-body {
    height: 500px;
    overflow-y: scroll;
}

/* get-marafon */

.get-marafon {
    text-align: center;
    padding: 30px 0;
}
.get-marafon .get-box {
    display: inline-block;
    border-radius: 80px;
    background-color: #76c359;
    color: #fff;
    text-shadow: 1px 1px 3px #565656;
    padding: 20px 80px;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.get-marafon .get-box:hover {
    text-decoration: none;
    opacity: 0.78;
}


/* bullets */

.bullets {
    padding: 20px 0;
    background-color: #f7f7f7;
}

.bul-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 18px 0 34px 0;
}

.bullets-b1 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    padding: 10px 0;
}

.bullets-b1 .item {
    width: 200px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #fff;
    padding: 44px 8px 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 6px 1px rgba(70, 69, 69, 0.65);
}

.bullets-b1 .item .img {
    text-align: center;
}

.bullets-b1 .item .img img {
    width: 128px;

}
.bullets-b1 .item:hover .img img {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.bullets-b1 .item .txt {
    margin-top: 30px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.bul-row-1 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.bul-row-1 .item {
    width: 300px;
    padding: 30px 0;
    text-align: center;
    background-color: #fff;
    display: inherit;
    align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;    
    position: relative;
    margin-bottom: 26px;
    box-shadow: 2px 3px 7px -5px #000;
}
.bul-row-1 .item > p {
    font-size: 20px;
    line-height: 26px;    
    padding: 0 10px;
}
.bul-row-1 .item .img {    
    margin-bottom: 20px;
}
.bul-row-1 .item .img img {
    width: 100px;
}

.bul-row-1 .item .glyphicon {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 38px;
}

.bul-row-1 .item .glyphicon.glyphicon-time {
    color: #2e8145;
}

.bul-row-1 .item .glyphicon.glyphicon-bullhorn {
    color: #234394;
}

.bul-row-1 .item .glyphicon.glyphicon-send {
    color: #dd2516;
}


@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

/* Video list */

.video-lessons {
    padding: 32px 0;
    background: rgba(241, 241, 241, 0.69);
}

.video-lessons .s-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 26px;
}

.vl-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-around;
}

.vl-list .vl-item {
    width: 260px;
    height: 260px;
    cursor: pointer;   
    color: #fff;
    margin-bottom: 18px;
    position: relative;
}
.vl-list .wr {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    
}
.vl-list .vl-item:hover .wr {
    animation-name: vl-item-hover;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}
.vl-list .vl-item:nth-child(3n+1) .wr{
     background: #ef7e2c;
}
.vl-list .vl-item:nth-child(3n+2) .wr{
    background: #2e9a5e;
}
.vl-list .vl-item:nth-child(3n+3) .wr{
    background: #68248d;
}
.vl-list .vl-item .item-title {
    padding: 12px;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 110px;
}
.vl-list .vl-item .icon {
    font-size: 38px;
    padding: 24px;
}
@keyframes vl-item-hover {
    0% {
        width: 260px;
        height: 260px;
    }

    100% {
        width: 268px;
        height: 268px;
        left: -4px;
        top: -4px;
    }
}




/* Z1 */

.z1 {
    padding: 38px 0;
    background-color: #f1f1f1;
    background-image: url(../img/bg-header.png);
}

.z1 .s-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;

}


/* About */

.aouthor-row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 24px 0;
}

.aouthor-row .author-img {
    width: 320px;
}

.aouthor-row .img-caption {
    padding: 12px 0;
}

.aouthor-row .author-img img {
    max-width: 100%;
}

.aouthor-row .author-bullets {
    width: 568px;
}

.aouthor-row .author-bullets > p {
    margin-bottom: 18px;
    font-size: 24px;
    position: relative;
    padding-left: 48px;
    text-shadow: 1px 1px 3px #bdbdbd;
}

.aouthor-row .author-bullets > p::before {
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: 'Glyphicons Halflings';
    content: "\e127";
    color: #f50000;
}

.aouthor-row .img-caption p {
    margin: 0;
    padding-bottom: 6px;
    text-align: center;
}

.aouthor-row .author-subtitle {
    font-size: 16px;
    color: #0f779e;
}


/* bt1 */

.bt1 {
    padding: 20px 0;
}
.bt1 .sredi {
    font-size: 20px;
    text-align: center;
}
.bt1 .sredi strong {
    color: #c44426;
    font-size: 22px;
}
.bt1 .pickcha {
    text-align: center;
    padding: 10px 0 0;
}
.bt1 .pickcha img {
    width: 180px;
}
.bt1 .pickcha.pres img {
    width: 260px;
}
.gbtn {
    display: inline-block;
    border: none;
    border-radius: 4px;
    background-color: #7ab764;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.67);
    box-shadow: 2px 2px 5px 1px #5a8849;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 18px 30px;
}
.bgb {
    text-align: center;
    padding: 30px 0;
}
.gbtn:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
}


/* .zaya */

.zaya {
    padding: 28px 0;
    background-color: #e5e7ea;
    border-top: 1px solid rgba(168, 168, 168, 0.29);
}

.zaya .ztitle {
    text-align: center;
    font-size: 20px;
}

.zaya .ztitle.first {
    font-weight: bold;
    font-size: 22px;
    color: #234394;
}



/* o1 */

.o1 {
    padding: 68px 0;
}

.o1 .b-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.o1 .b-title .prise {
    color: #f50000;
    font-size: 30px;
}

.o1 .b-form-title {
    text-align: center;
    font-size: 22px;
    padding-top: 20px;
}

.box {
    text-align: center;
    width: 320px;
    margin-top: 84px;
}

.box .b-title {
    font-size: 20px;
    padding-bottom: 20px 0;
}

.box .b-img {}

.box .b-img img {
    max-width: 100%;
}

.box-clone {
    padding: 24px 0;
}


/* Other */

.lth {
/*    text-decoration: line-through;*/
    display: inline-block;
    position: relative;
    font-weight: bold;
}
.lth::before {
    content: '';
    width: 104%;
    height: 1px;
    border-bottom: 3px solid rgba(216, 82, 82, 0.89);
    position: absolute;
    top: 43%;
    left: -6%;
    transform: rotate(-8deg);
}
.video-wrapper {
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow:hidden; 
}
.video-wrapper iframe, 
.video-wrapper object, 
.video-wrapper embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}

.useful-links {
    padding: 14px 0;
    text-align: center;
    font-size: 16px;
}
.useful-links-title {
    font-weight: bold;
}



/* Check Phone */

form {
    position: relative;
}

.check-phone-form {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #0075d5;
    color: #fff;

    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.check-phone-form .step-1,
.check-phone-form .step-2 {
    display: none;
    text-align: center;
}

.check-phone-form .step-1.active,
.check-phone-form .step-2.active {
    display: block;
    animation-name: next-step;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
}

.check-phone-form .easy-button {
    background-color: #e57514;
    color: #fff;
    box-shadow: 0px 0px 3px 0px #e57514;
    font-size: 18px;
    padding: 8px;
    border: none;
    border-radius: 3px;
}

.check-phone-form .easy-button:hover {
    background-color: #e51c14;
    box-shadow: 0px 0px 4px 0px #e51c14;
}

.check-phone-form .cpf-title {
    font-size: 18px;
}

.check-phone-form .error-input {
    background: #e3431d;
    color: #fff;
    padding: 2px 4px;
    font-size: 16px;
}

@keyframes next-step {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* ProgressBar */

.progress-bar-main {
    padding: 6px 0;
    text-align: center;
}

.progress-bar-main .pb-title {
    font-size: 16px;
    padding: 6px 0;
}

.progress-bar-main .pb-line {
    width: 100%;
    height: 8px;
    background-color: #808080;
    border-radius: 10px;

    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.progress-bar-main .pb-line .pb-item {
    display: inline-block;
    height: 100%;

}

.progress-bar-main .pb-line .pb-item.alone {
    border-radius: 10px;
    background-color: #e06524;
}



/* Thankyou - confirm */
.mail-confirm{
    text-align: center;
    padding: 60px 0;
}
.mail-confirm h1{
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    color: #234394;
}
.mail-confirm h2{
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 0;
}


/* Bottom */

.bottom {
    padding: 30px 0;
    text-align: center;
}
.bottom .present {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
}
.bottom .present strong {
    font-size: 26px;
}
.bottom .present .box-icon {
    margin-top: 20px;
    height: 280px;
    overflow: hidden;
}
.bottom .present .box-icon img {
    width: 200px;
}
.bottom .page-form {
    margin-top: 0;
}



/* Responsive */

@media (max-width: 1200px) {
    .s1 {
        margin-bottom: 162px;
    }
    .bullets-b1 .item {
        width: 280px;
    }
    .video-fb .video-frames {
        width: 400px;
    }
    .social-fb .soc-r > p {
        width: 450px;
    }
}

@media (max-width: 992px) {
    
    .image-top {
        margin: 10px 0;
        text-align: center;
    }
    .s1 .image-top img {
        width: 300px;        
    }
    .time-mobile .timer {
        margin-top: 5px;
    }
    .contacts {
        font-size: 18px;
    }
    .s1 {
        margin-bottom: 16px;
    }
    footer {
        position: inherit;
    }

    .aouthor-row .author-bullets {
        width: 380px;
    }
    .aouthor-row .author-img {
        width: 280px;
    }
    .aouthor-row .author-bullets > p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .rb .f-title br {
        display: none;
    }

    .box {
        margin: 0 auto;
    }
    .st-form {
        width: 520px;
        margin: 0 auto;
    }
    .to-tut-to-tam {
        padding: 20px 0;
    }
    .video-fb .video-description .description-text {
        font-size: 18px;
    }
    .video-fb .video-frames {
        width: 380px;
    }
    .video-fb .video-controls {
        padding: 14px 0;
    }
    .social-fb .soc-r {
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
    }
}


@media (max-width: 768px) {

    .logo > img {
        margin: 0 auto;
        max-height: 70px;
    }

    .ip {
        text-align: center;
    }

    .contacts {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .o1 {
        padding: 12px 0;
    }


    .fixed-footer footer {
        position: inherit;
        width: 100%;
    }
    .fixed-footer .s1 {
        margin-bottom: 0px;
    }
    .s1 {
        padding: 10px 0;
    }
    .congr {
        padding: 0;
    }
    .congr .l1 {
        font-size: 22px;
    }
    .congr .l2 {
        font-size: 18px;
    }
    .congr .l2 strong {
        font-size: 20px;
        line-height: 22px;
    }
    .congr .l2.now {
        font-weight: bold;
        color: #234394;
        display: inline-block;
    }
    .congr .l2.now .glyphicon {
        font-size: 16px;
        line-height: 16px;
        
    }
}

@media (max-width: 730px) {
    .video-fb {
        flex-direction: column;        
        -webkit-flex-direction: column;        
    }
    .video-fb .video-frames {
        order: 0;
        width: 100%;
    }
    .video-fb .video-description {
        order: 2;
        width: 100%;
    }
    .video-fb .video-controls {
        order: 1;
    }
    .video-fb .video-description .description-text {
        margin-top: 8px;
    }
    .video-fb .description-item-title {
        text-align: center;
      
    }
}

@media (max-width: 678px) {
    .aouthor-row .author-bullets {
        width: 100%;
    }
    .aouthor-row .author-img {
        width: 100%;
        text-align: center;
        margin-bottom: 22px;
    }
    .aouthor-row .author-bullets > p {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 520px) {
    .s1 .s-title {
        font-size: 20px;
    }
    .st-form {
        width: 100%;
    }
    .graf {
        width: 100%;
    }
    .graf .item {
        text-align: center;        
    }
    .graf .lesson-name {
        display: block;
    }

}

@media (max-width: 480px) {
    
    .social-fb .soc-r > p {
        width: 100%;
    }
    
}
@media (max-width: 420px) {

    .contacts {
        flex-direction: column;
        text-align: center;
    }

    .congr .l2 strong {
        font-size: 24px;
    }

}

@media (max-width: 380px) {
    .rb .l2 {
        font-size: 25px;
    }
}