/* body
----------------------------------------------------------------------------------------------------------------------*/
@import url('http://fonts.googleapis.com/css?family=Cuprum&subset=latin,cyrillic');

@font-face {
    font-family: 'sansation';
    src: url('/media/css/newstyle/fonts/sansation_regular-webfont.eot');
    src: url('/media/css/newstyle/fonts/sansation_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/media/css/newstyle/fonts/sansation_regular-webfont.woff') format('woff'),
    url('/media/css/newstyle/fonts/sansation_regular-webfont.ttf') format('truetype'),
    url('/media/css/newstyle/fonts/sansation_regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* center
----------------------------------------------------------------------------------------------------------------------*/
.wrap-carusel {
    position: relative;
}

.circle-big {
    border-radius: 50%;
    background-color: #19C441 /*3398db*/;
    width: 398px;
    height: 398px;
    position: absolute;
    bottom: -100px;
    right: 160px;
    z-index: 10;
    text-align: center;
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    opacity: 1 /*0.9*/;
}

.circle-big h1, .circle-big h2 {
    margin: 0;
}

.circle-big h1 {
    padding: 85px 0 0;
}

.circle-big h4 {
    font-size: 20px;
    padding-top: 0;
    margin: 0;
    font-weight: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 23px;
}

.circle-big a.know-button {
    width: 225px;
    height: 58px;
    margin: 25px auto 0;
    padding: 14px 0 0;
    background: #d42300;
    font: 500 19px 'Helvetica Neue';
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    outline: none;
    border-radius: 3px;
}

.circle-big a.know-button span {
    font-size: 24px;
}

.circle-small {
    border-radius: 50%;
    background-color: #d42300;
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -70px;
    right: 40px;
    z-index: 11;
    text-align: center;
    padding: 20px 0 0 0;
}

.circle-small h4 {
    font-size: 19px;
    padding-top: 40px;
    margin: 0;
    font-weight: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 23px;
    color: #fff;
}

.circle-small a.know-button {
    width: 125px;
    height: 33px;
    margin: 15px auto 0;
    padding: 0;
    background: url('/media/css/newstyle/img/circle_small_know_button.png') left top no-repeat;
    display: block;
    text-decoration: none;
    outline: none;
}

.carousel-indicators {
    left: 5%;
}

.carousel-indicators .active {
    background: #005288;
}

.carousel-indicators li {
    background-color: #fff;
    border: none;
}

.promo-block {
    background: #fff;
    overflow: hidden;
}

.promo-left {
    padding: 20px;
}

.promo-left h1 {
    margin: 10px 0 31px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 26px /*36px*/;
}

.promo-left h3 {
    margin: 20px 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
}

.promo-left p {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 22px;
    text-align: justify;
}

.buttons-links-wrap {
    overflow: hidden;
    margin-top: 17px /*43px*/;
}

.promo-right {
    padding: 100px 20px 10px 10px;
}

.promo-right-reg {
    padding: 0 10px 10px 10px;
}

#wrapper_like {
    width: 100%;
    border-collapse: collapse;
}

#wrapper_like tr td {
    vertical-align: top;
}

#video-dis iframe {
    height: 255px;
}

.wrap-link-youtube {
    overflow: hidden;
}

.blok-left-youtube {
    background: #7fbb03 url('/media/css/newstyle/img/youtube.jpg') right no-repeat;
    height: 74px;
    padding: 10px;
    float: left;
    width: 60%;
    color: #fff;
    text-decoration: underline;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.blok-left-youtube:hover {
    color: #fff;
}

.blok-right-youtube {
    float: left;
    width: 40%;
    text-align: right;
}

.share1 {
    margin-top: 20px;
}

.share1 img {
    border: none;
    border-radius: 4px;
}

.student-foto {
    text-align: center;
    margin: 10px 20px;
    position: relative;
}

.student-foto h1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 36px;
    text-align: left;
    margin: 0 0 10px 0;
}

.student-foto img {
    border: none;
    max-width: 100%;
}

.desc-foto {
    overflow: hidden;
    background-color: rgba(34, 34, 34, 0.5);
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.desc-foto h4 {
    float: left;
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
}

.desc-foto p.title-foto {
    float: right;
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.articles {
    overflow: hidden;
    padding: 20px 5px;
}

.item-article {
    font-size: 13px;
    overflow: hidden;
}

.article-img-block {
    width: 49%;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
}

.article-img-block img {
    max-width: 100%;
}

.article-img-block a.pod {
    display: block;
    position: absolute;
    padding: 0 7px;
    background: #3398DB;
    color: #fff;
    bottom: 0;
    right: 0;
}

.item-article h3 {
    margin: 0;
    padding: 0 0 5px 0;
    font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
}

.item-article h3 a {
    color: #555;
}

.item-article h4 {
    margin: 0;
    padding: 0 0 10px 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.news-wrap {
    overflow: hidden;
    padding: 20px 5px;
    min-height: 350px;
}

.img-news {
    max-width: 347px;
    overflow: hidden;
    text-align: center;
}

.item-news img {
    max-width: 100%;
    text-align: center;
}

.one {
    background: #b3f3ff;
}

.two {
    background: #b3ffe7;
}

.three {
    background: #f3ffb3;
}

.title-news {
    max-width: 347px;
    padding: 10px 10px 30px 10px;
    position: relative;
}

.title-news a.nTitle {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #000;
    text-decoration: underline;
    display: block;
    height: 100px;
    overflow: hidden;
}

.date {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 0;
}

.next-news {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 0;
}

.next-news a {
    font-size: 12px;
    color: #000;
}

.vk-comments {
    padding: 20px;
}

.title-vk-comments {
    background: #3398db;
    -webkit-box-shadow: inset 0 0 127px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 127px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 127px 0 rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: center;
}

.title-vk-comments h1 {
    color: #fff;
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 30px;
    text-shadow: 1px 1px 0 #3398db;
    text-decoration: underline;
    line-height: 36px;
}

.form {
    margin: 20px 0;
}

.form .textbox {
    width: 300px;
    padding: 3px 43px 3px 10px;
    margin: 0 0 12px 0;
    border: 2px solid #e3e3e3;
    font-size: 18px;
}

.mail_bg {
    background: #fff url('/media/css/newstyle/img/send.jpg') 260px 4px no-repeat;
    color: #333333;
    font-size: 18px;
}

.joinCounter {
    display: inline;
    width: 215px;
    height: 69px;
}

#button-submit {
    padding: 5px 15px;
    border: 1px solid #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    background: #d42300;
    margin: 10px 0 0 0;
    text-decoration: underline;
}

.block-img-contacts {
    width: auto;
    height: auto;
    max-height: 500px;
}

.block-img-contacts img {
    height: 500px;
    /*outline: none;*/
    /*max-width: 100%;*/
}

.center-block-contact {
    overflow: hidden;
}

.center-block-contact h1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 36px;
}

.cont-but {
    width: 235px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.cont-but a {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
}

.block-contact-form {
    padding: 40px 60px 10px 40px;
    margin: 20px 0 0 5px;
    background: #fff;
    box-shadow: -5px 5px 0 #73a1cd;
}

@media (max-width: 992px) {
    .block-contact-form {
        width: auto!important;
    }
}

.block-contact-form .form-horizontal .control-label {
    text-align: left;
}

.block-contact-form .form-horizontal .checkbox {
    padding-left: 20px;
}

.block-contact-form .form-control {
    border-radius: 0;
    background: #f1f7fc;
}

.block-contact-form textarea {
    resize: none;
    height: 150px;
}

.btn-contact {
    border: none;
    background: #3398db;
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    padding: 8px 20px;
    text-decoration: underline;
}

.cont-catalog {
    background: #3398db url('/media/css/newstyle/img/phone.png') 171px 9px no-repeat;
}

.wrap-right-block {
    padding: 68px 0 0 0;
}

.right-block-const p {
    color: #000;
    margin: 0;
}

.right-block-const span {
    font-size: 10px;
}

.call-now {
    border: none;
    color: #fff;
    text-decoration: underline;
    padding: 7px 10px 7px 42px;
    background: #3398db url('/media/css/newstyle/img/small_phone.jpg') 0 0 no-repeat;;
}

.call-back {
    border: none;
    background: #ff5400;
    color: #fff;
    text-decoration: underline;
    padding: 7px 10px;
}

.call-now:hover, .call-back:hover {
    color: #fff;
}

.data-disted {
    font-size: 12px;
}

.title-adress {
    padding: 20px 0;
    font-weight: bold;
}

.modal-dialog {
    width: 70%;
    box-shadow: -5px 5px 0 #73a1cd;
}

.modal-content {
    border-radius: 0;
}

button.close {
    background: #5c5c5c;
    border: 0 none;
    cursor: pointer;
    padding: 0 4px;
}

.close {
    color: #bcbcbc;
    float: none;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 1;
    position: absolute;
    right: -10px;
    text-shadow: none;
    top: -10px;
}

.wrap-btn-contact {
    text-align: right;
}

.img-wrap-popup {
    width: 35%;
    float: left;
}

.img-wrap-popup img {
    max-width: 100%;
    box-shadow: 0 0 15px #555;
}

.mymodal-body {
    padding-right: 50px;
    width: 65%;
    float: left;
}

.btn-orange {
    background: #ff5400;
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    padding: 5px 20px;
    border: none;
    text-decoration: underline;
}

.mymodal-body input, .mymodal-body textarea {
    border-radius: 0;
    resize: none;
}

.form-horizontal .mycol-lg-3 {
    font-size: 13px;
    font-weight: normal;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
}

.orange-link {
    color: #ff5400;
    text-decoration: underline;
}

.risk-block {
    box-shadow: -5px 5px 0 #73a1cd;
}

.item-risk-one {
    background: #fff8f0;
}

.item-risk-two {
    background: #f7fafa;
}

.item-risk-three {
    background: #e8f5ed;
}

.item-risk table {
    width: 100%;
    border-collapse: collapse;
}

.item-risk table tr td {
    padding: 15px;
    vertical-align: top;
}

.item-risk table tr td p span {
    display: block;
    font-weight: bold;
}

.item-risk table tr td:first-child {
    width: 18%;
}

.wrap-block-credit table {
    width: 100%;
    border-collapse: collapse;
}

.wrap-block-credit table tr.tr-one {
    border-left: 5px solid #3498da;
}

.wrap-block-credit table tr.tr-two {
    border-left: 5px solid #4e97be;
}

.wrap-block-credit table tr.tr-three {
    border-left: 5px solid #7f958a;
}

.wrap-block-credit table tr.tr-four {
    border-left: 5px solid #a6935f;
}

.wrap-block-credit table tr.tr-five {
    border-left: 5px solid #ca9239;
}

.wrap-block-credit table tr.tr-six {
    border-left: 5px solid #f68f08;
}

.wrap-block-credit table tr td.td-two {
    background: #f3f9fc;
}

.wrap-block-credit table tr td.td-four {
    background: #f7faf5;
}

.wrap-block-credit table tr td.td-six {
    background: #fff8f0;
}

.wrap-block-credit table tr td {
    padding: 15px;
    vertical-align: middle;
}

.wrap-block-credit table tr td:first-child {
/ / width: 18 %;
}

.wrap-right-credit {
    padding-top: 70px;
}

.wrap-right-credit h3 {
    color: #d42300;
    font-size: 18px;
    text-align: left;
    padding-right: 10px;
    padding-left: 40px;
}

.wrap-right-credit p {
    text-align: left;
    padding-right: 20px;
    padding-left: 40px;
}

.wrap-right-credit-reg {
    padding-top: 20px;
}

.wrap-right-credit-reg h3 {
    color: #d42300;
    font-size: 18px;
    text-align: left;
    padding-right: 10px;
    padding-left: 40px;
}

.wrap-right-credit-reg p {
    text-align: left;
    padding-right: 20px;
    padding-left: 40px;
}

.tbl-register {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.tbl-register tr td {
    padding: 10px 10px 10px 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.tbl-register tr td.first-td-reg {
    text-align: center;
}

.tbl-register tr.tr-mid {
    background: #fcf8f8;
}

.alert-danger ul {
    list-style: none;
}

.wr-reg-form {
    width: 698px;
    /*background: #fff url('/media/css/newstyle/img/bg-reg-form.jpg');*/
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), -50px 0 13px -53px rgba(0, 0, 0, 0.8), 50px 0 13px -53px rgba(0, 0, 0, 0.8);
    padding: 35px 45px 20px 45px;
    margin: 0 auto 40px;
}

@media (max-width: 992px) {
    .wr-reg-form {
        width: auto;
        padding: 35px 0 20px;
    }
}

.wr-reg-form h1 {
    text-align: center;
    margin-bottom: 10px;
}

.wr-mid-form {
    padding: 10px;
    border: 1px solid #f7d0b9;
}

.wr-reg-form .reg-form label {
    text-align: left;
    color: #ff5400;
    font-size: 12px;
}

.wr-reg-form .reg-form input {
    border-radius: 0;
    margin-right: 10px;
}

.wr-reg-form .reg-form .linput {
    width: 174px;
    display: inline-block;
    margin: 0;
}

.wr-reg-form .reg-form .llabel {
    margin-left: 11px;
    margin-right: 11px;
}

.btn-submit-reg {
    text-align: center;
    margin: 10px 0;
}

.btn-register {
    border: none;
    background: #ff5400;
    color: #fff;
    text-decoration: underline;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    padding: 7px 20px;
}

.vajno {
    text-align: center;
}

.vajno strong {
    color: #5287ba;
}

.wrap-dogovor {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 30px 20px;
    background: url('/media/css/newstyle/img/bg-dogovor.jpg');
    position: relative;
}

.dogovor-list {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), -50px 0 13px -53px rgba(0, 0, 0, 0.8), 50px 0 13px -53px rgba(0, 0, 0, 0.8);
    padding: 10px;
    background: rgb(255, 255, 255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 73%, rgba(232, 232, 232, 1) 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(1%, rgba(255, 255, 255, 1)), color-stop(73%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(232, 232, 232, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 73%, rgba(232, 232, 232, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 73%, rgba(232, 232, 232, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 73%, rgba(232, 232, 232, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 1) 73%, rgba(232, 232, 232, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=1);
}

.dogovor-list h1 {
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 36px;
    text-align: center;
}

.dogovor-list h3 {
    margin: 20px 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    text-align: center;
}

.dogovor-list p {
    padding: 0 20px;
}

.dogovor-list p.date-dogovor {
    padding: 20px;
    width: 200px;
    float: left;
}

.dogovor-list p.g-dogovor {
    padding: 20px;
    width: 200px;
    float: right;
    text-align: right;
}

.wr-block-pen {
    width: 30%;
    position: absolute;
    bottom: 32px;
    right: 25px;
}

.wr-block-pen img {
    max-width: 100%;
}

.wr-maps {
    padding: 20px;
}

.wr-maps h1 {
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 36px;
}

#btm-cat-just {
    border: none;
    background: #b80c21;
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    text-decoration: underline;
    padding: 7px 20px;
}

ul.cat-quest {
    padding: 5px 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none;
}

ul.cat-quest ul {
    list-style: none;
}

.cat-quest li {
    position: relative;
    padding: 0 0 5px 0;
}

.cat-quest li a {
    font-size: 15px;
}

.cat-quest li a:hover, .cat-quest li a.active {
    color: #BA0A0A;
    text-decoration: none;
}

ul.cat-quest ul li {
    padding: 5px 0 0 20px;
}

.wr-faq-page {
    padding: 20px;
}

.wr-faq-page h1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 36px;
}

/* about
----------------------------------------------------------------------------------------------------------------------*/
h1 {
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 36px;
}

@media (max-width: 992px) {
    h1 {
        font-size: 26px;
    }
}

.shadow-bot-block-about {
    padding: 20px 10px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 77%, rgba(228, 228, 228, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(77%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(228, 228, 228, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 77%, rgba(228, 228, 228, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 77%, rgba(228, 228, 228, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 77%, rgba(228, 228, 228, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 77%, rgba(228, 228, 228, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4e4e4', GradientType=0);
    overflow: hidden;
}

.about-left {
    padding: 0;
}

.about-right {
    padding: 0;
}

.about-video {
    width: 90%;
    height: 380px;
}

.shadow-bot-block-about h4 {
    margin: 30px 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
}

.about-right h3 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #d42300;
    font-weight: bold;
    line-height: 22px;
}

.about-text {
    padding: 50px 20px 20px 0;
}

.about-text h2 {
    color: #d42300;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    margin: 0 0 20px 0;
}

.first-list-about {
    margin: 50px 10px 20px 0;
    background: url('/media/css/newstyle/img/noise.gif');
    border-left: 5px solid #507faa;
    border-bottom: 5px solid #507faa;
}

.first-list-about tr td {
    padding: 10px;
    font-family: 'sansation', Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
}

.review-wrap {
    padding: 0 20px 20px 0;
}

.review-wrap h1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    color: #d42300;
    margin: 0;
    padding: 0 0 20px 0;
}

.review-wrap table {
    width: 100%;
    border-collapse: collapse;
}

.review-wrap table tr td {
    vertical-align: top;
}

.review-wrap table tr td.first-td-rev {
    width: 200px;
}

.block-rev {
    background: #fffbb5;
    padding: 15px;
    overflow: hidden;
}

.block-rev-text {
    width: 60%;
    float: left;
    position: relative;
}

.block-rev-text p {
    font-size: 13px;
    padding: 10px 60px 10px 30px;
    font-style: italic;
}

.block-rev-img {
    width: 40%;
    float: left;
    text-align: right;
}

.block-rev-img img {
    max-width: 100%;
    margin-right: 10px;
}

.foto-rev {
    text-align: center;
    position: relative;
}

.foto-rev h2 {
    color: #d42300;
    font-size: 21px;
    margin: 0;
}

.foto-rev p {
    margin: 0;
    color: #d42300;
    font-size: 12px;
}

.zp-top-wp {
    position: absolute;
    width: 22px;
    height: 19px;
    top: 0;
    left: 0;
    background: url('/media/css/newstyle/img/top-zp.jpg');
}

.zp-down-wp {
    position: absolute;
    width: 22px;
    height: 19px;
    bottom: 0;
    right: 33px;
    background: url('/media/css/newstyle/img/bot-zp.jpg');
}

.bl-str {
    position: absolute;
    width: 65px;
    height: 63px;
    top: 33px;
    right: 0;
    background: url('/media/css/newstyle/img/lf-str.png');
}

.wr-video-rev {
    padding: 10px 0;
    overflow: hidden;
}

.wr-item-video-rev {
    width: 20%;
    float: left;
}

.item-video-rev {
    padding: 5px;
    font-size: 12px;
}

.item-video-rev img {
    max-width: 100%;
}

.item-video-rev button {
    border: 1px solid #3398db;
    padding: 5px 15px;
    color: #3398db;
}

.kurs-structure {
    padding: 40px 0;
    overflow: hidden;
}

.img-structure img {
    max-width: 100%;
}

.what-you-get {
    padding: 0 5px;
}

.col-structure {
    padding: 0 20px;
}

.col-structure h3 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    color: #15548e;
}

.col-structure ul li {
    list-style: none;
    padding-left: 50px;
    margin: 20px 0;
}

.col-structure ul #ann6_li1 {
    background: url('/media/css/newstyle/img/announce6_li1.png') left center no-repeat;
}

.col-structure ul #ann6_li2 {
    background: url('/media/css/newstyle/img/announce6_li2.png') left center no-repeat;
}

.col-structure ul #ann6_li3 {
    background: url('/media/css/newstyle/img/announce6_li3.png') left center no-repeat;
}

.col-structure ul #ann6_li4 {
    background: url('/media/css/newstyle/img/announce6_li4.png') left center no-repeat;
}

.col-structure ul #ann6_li5 {
    background: url('/media/css/newstyle/img/announce6_li5.png') left center no-repeat;
}

.col-structure ul #ann6_li6 {
    background: url('/media/css/newstyle/img/announce6_li6.png') left center no-repeat;
}

.col-structure ul #ann6_li7 {
    background: url('/media/css/newstyle/img/announce6_li7.png') left center no-repeat;
}

.col-structure ul #ann6_li8 {
    background: url('/media/css/newstyle/img/announce6_li8.png') left center no-repeat;
}

.col-structure ul #ann6_li9 {
    background: url('/media/css/newstyle/img/announce6_li9.png') left center no-repeat;
}

.col-structure ul #ann6_li10 {
    background: url('/media/css/newstyle/img/announce6_li10.png') left center no-repeat;
}

.col-structure ul #ann6_li11 {
    background: url('/media/css/newstyle/img/announce6_li11.png') left center no-repeat;
}

.col-structure ul li h3 {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    font-family: 'sansation', Arial, sans-serif;
    color: #000;
}

.col-structure ul li p {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin: 5px 0 0 0;
}

.shadow-top-block-about {
    padding: 20px 10px;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 77%, rgba(228, 228, 228, 1) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(77%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(228, 228, 228, 1)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 77%, rgba(228, 228, 228, 1) 100%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 77%, rgba(228, 228, 228, 1) 100%);
    background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 77%, rgba(228, 228, 228, 1) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 77%, rgba(228, 228, 228, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#e4e4e4', startColorstr='#ffffff', GradientType=0);
    overflow: hidden;
    position: relative;
}

.st-rew-block {
    padding: 20px 10px;
    background: url('/media/css/newstyle/img/bg-bot.png') left bottom repeat-x;
}

.shadow-top-block-about h3 {
    color: #4482bc;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    margin: 0;
    font-weight: bold;
}

.shadow-top-block-about p {
    padding: 20px 0 30px 0;
}

.tabs-right {
    width: 80%;
    overflow: hidden;
}

.tabs-right > .nav-tabs {
    float: right;
    width: 20%;
    border: none;
}

.tabs-right > .nav-tabs > li {
    float: none;
    margin: 0 0 5px 0;
}

.tabs-right > .tab-content {
    float: left;
    width: 80%;
}

.tabs-right > .nav > li > a {
    padding: 15px 15px;
}

.tabs-right > .nav-tabs > li.active > a, .tabs-right > .nav-tabs > li.active > a:hover, .tabs-right > .nav-tabs > li.active > a:focus {
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.tabs-right > .nav-tabs > li.active > a span {
    text-shadow: none;
    color: #000;
}

.tabs-right > .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    margin: 0;
    outline: none;
    text-align: center;
    width: 160px;
    font-family: 'sansation', Arial, sans-serif;
    font-size: 14px;
    height: 108px;
    line-height: 15px;
}

.tabs-right > .nav-tabs > li > a > span {
    font-weight: bold;
    margin: 20px 0 0 0;
    display: block;
}

.tabs-right > .nav-tabs > li > a:hover {
    background: none;
}

.tab1 {
    background: url('/media/css/newstyle/img/tab1.png') no-repeat;
}

.tabs-right > .nav-tabs > li.tab1 > a {
    padding: 44px 0 0 0;
    font-size: 20px;
    line-height: 20px;
}

.tabs-right > .nav-tabs > li.active.tab1 > a {
    /*color: #fff;*/
    padding: 44px 0 0 0;
    font-size: 20px;
    line-height: 20px;
}

.tab1 > a {
    color: #fff;
}

.tab2 {
    background: url('/media/css/newstyle/img/tab2.png') no-repeat;
}

.tab2 a {
    color: #15548e;
}

.tab3 {
    background: url('/media/css/newstyle/img/tab3.png') no-repeat;
}

.tab3 a {
    color: #168097;
}

.tab4 {
    background: url('/media/css/newstyle/img/tab4.png') no-repeat;
}

.tab4 a {
    color: #378848;
}

.tab5 {
    background: url('/media/css/newstyle/img/tab5.png') no-repeat;
}

.tabs-right > .nav-tabs > li.tab5 > a {
    padding-top: 28px;
}

.tab5 a {
    color: #4a6f22;
}

.tab6 {
    background: url('/media/css/newstyle/img/tab6.png') no-repeat;
}

.tab6 a {
    color: #725529;
}

.tab-pane {
    background: #f1f7fc;
    padding: 10px;
    border-left: 5px solid #73a1cd;
    border-bottom: 5px solid #73a1cd;
    min-height: 673px;
}

#sc1_text1 {
    background: url('/media/css/newstyle/img/section1/prog_text1.jpg') no-repeat scroll left top transparent;
}

.sc_text1 {
    width: auto;
    height: auto;
    padding-left: 120px;
}

.sc_text1 h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'sansation', Arial, sans-serif;
    color: #000;
}

.sc_text1 p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    font-family: 'sansation', Arial, sans-serif;
    padding: 0;
    line-height: 18px;
}

.sc_text2 {
    width: auto;
    height: auto;
    margin-top: 20px;
}

.sc_text2 h3 {
    font-size: 24px;
    font-weight: 500;
    margin-left: 120px;
    font-family: 'sansation', Arial, sans-serif;
    color: #000;
}

.sc_text2 ul {
    margin: 0;
    padding: 0;
}

.sc_text2 ul li {
    list-style: outside none none;
    padding: 0 0 0 120px;
    margin: 15px 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'sansation', Arial, sans-serif;
}

.sc_text2 ul .prog_li1 {
    background: url('/media/css/newstyle/img/section1/prog_li1.jpg') no-repeat scroll left center transparent;
    padding: 5.5px 0 5.5px 120px;
}

.sc_text2 ul .prog_li2 {
    background: url('/media/css/newstyle/img/section1/prog_li2.jpg') no-repeat scroll left center transparent;
    padding: 5.5px 0 5.5px 120px;
}

.sc_text3 {
    width: auto;
    height: auto;
    padding-left: 120px;
}

.sc_text3 h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'sansation', Arial, sans-serif;
    color: #000;
}

.sc_text3 p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    font-family: 'sansation', Arial, sans-serif;
    padding: 0;
}

.books {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
}

.books img {
    padding: 2px;
    height: 100px;
}

.obl {
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
}

.section_video {
    width: 560px;
    height: auto;
    margin: 20px auto;
    padding: 0;
}

.section_video iframe {
    width: 560px;
}

.section_video h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'sansation', Arial, sans-serif;
    color: #000;
    padding: 20px 0;
    text-align: center;
}

#sc2_text1 {
    background: url("/media/css/newstyle/img/section1/prog_text2.jpg") no-repeat scroll left top transparent;
}

.sc_text2 ul .prog_li3 {
    background: url("/media/css/newstyle/img/section1/prog_li3.jpg") no-repeat scroll left center transparent;
    padding: 5.5px 0 5.5px 120px;
}

.sc_text2 ul .prog_li4 {
    background: url("/media/css/newstyle/img/section1/prog_li4.jpg") no-repeat scroll left center transparent;
}

.sc_text2 ul .prog_li5 {
    background: url("/media/css/newstyle/img/section1/prog_li5.jpg") no-repeat scroll left center transparent;
}

#sc3_text1 {
    background: url("/media/css/newstyle/img/section1/prog_text3.jpg") no-repeat scroll left top transparent;
}

#sc4_text1 {
    background: url("/media/css/newstyle/img/section1/prog_text4.jpg") no-repeat scroll left top transparent;
}

#sc5_text1 {
    background: url("/media/css/newstyle/img/section1/prog_text5.jpg") no-repeat scroll left top transparent;
}

#sc6_text1 {
    background: url("/media/css/newstyle/img/section1/prog_text6.jpg") no-repeat scroll left top transparent;
    padding-bottom: 25px;
}

.ukazka {
    width: 200px;
    position: absolute;
    top: 325px;
    left: 78%;
}

.ukazka p {
    padding: 0 0 0 20px;
    font-style: italic;
    font-size: 12px;
}

.ukazka span.zacladka {
    color: #15548e;
}

h2.teahers {
    color: #d42300;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    margin: 20px 0 0 0;
    font-weight: bold;
}

.block-teachers h3, .block-chel h3 {
    color: #d42300;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    margin: 20px 0 0 0;
    font-weight: normal;
}

.block-teachers p, .block-chel p {
    padding: 0;
    margin: 20px 0 0 0;
}

.block-chel {
    padding: 65px 0 0 20px;
}

.sect {
    margin: 0 0 3px 0;
    height: 102px;
}

.sect p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    margin: 0;
}

.block-teachers-sect1 {
    background: #e7eff6 url('/media/css/newstyle/img/section1/planet.png') no-repeat 15px center;
    margin: 20px 0 3px 0;
}

.block-teachers-sect2 {
    background: #e7f3f6 url('/media/css/newstyle/img/section1/fotik.png') no-repeat 15px center;
}

.block-teachers-sect3 {
    background: #e7f6eb url('/media/css/newstyle/img/section1/pen.png') no-repeat 15px center;
}

.block-teachers-sect4 {
    background: #f5f6e7 url('/media/css/newstyle/img/section1/pict.png') no-repeat 15px center;
}

.block-teachers-sect5 {
    background: #faf8f0 url('/media/css/newstyle/img/section1/uh.png') no-repeat 15px center;
}

.block-teachers-sect6 {
    background: #f7efe0 url('/media/css/newstyle/img/section1/dip.png') no-repeat 15px center;
}

.block-teachers-sect1 p {
    padding: 30px 20px 0 102px;
}

.block-teachers-sect2 p {
    padding: 40px 20px 0 102px;
}

.block-teachers-sect3 p {
    padding: 40px 20px 0 102px;
}

.block-teachers-sect4 p {
    padding: 30px 20px 0 102px;
}

.block-teachers-sect5 p {
    padding: 30px 20px 0 102px;
}

.block-teachers-sect6 p {
    padding: 30px 20px 0 102px;
}

.video-popup {
    padding: 20px;
    width: 800px;
    margin: 0 auto;
}

.video-popup iframe {
    width: 760px;
    height: 400px;
}

/* end about
----------------------------------------------------------------------------------------------------------------------*/
.wr-login-default {
    padding: 20px;
}

@media (max-width: 992px) {
    .wr-login-default {
        margin: 0 -15px;
    }
}

.wr-items-foto {
    margin: 10px 20px 40px 20px;
    overflow: hidden;
}

.item-wr-foto {
    width: 25%;
    float: left;
}

.foto-stud-item {
    position: relative;
    width: 100%;
}

.foto-stud-item.first-item {
    margin-left: 0;
}

.foto-stud-item.two-item {
    margin-left: 3.5px;
}

.foto-stud-item.three-item {
    margin-left: 6.5px;
}

.foto-stud-item.last-item {
    margin-left: 10px;
}

.foto-stud-item img {
    max-width: 100%;
}

.line-foto {
    background-color: rgba(34, 34, 34, 0.7);
    width: 97%;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.line-foto p {
    color: #fff;
    padding: 0 5px 0 0;
    margin: 0;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
}

.view-news {
    overflow: hidden;
}

.view-news h2 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 36px;
}

.text-news {
    margin: 20px 0;
}

.date-news {
    margin: 0;
    text-align: right;
    font-size: 12px;
    color: #ccc;
}

.view-news a.know-button {
    width: 426px;
    height: 69px;
    margin: 20px auto 30px;
    padding: 0;
    background: url('/media/css/newstyle/img/know_button.png') left top no-repeat;
    display: block;
    text-decoration: none;
    outline: none;
}

.menu-news {
    list-style: none;
    margin: 10px 0;
    background: #fff;
}

.menu-news > li > a {
    display: block;
    padding: 10px;
    font-size: 13px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: rgb(255, 255, 255);
    color: #000;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(219, 219, 219, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=0);
}

.menu-news > li > a > span {
    background: #0C70BB;
    color: #fff;
    padding: 2px 7px;
}

.menu-news > li > a:hover {
    text-decoration: none;
    color: #555;
}

.welcome {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 36px;
}

.welcometext {
    padding: 0 20px 40px 20px;
}

/* graduate
----------------------------------------------------------------------------------------------------------------------*/
.wrap-grad {
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
    margin: 45px 0 0 0;
}

.wrap-item-grad {
    width: 33.333%;
    float: left;
}

.item-grad {
    border: 1px solid #ccc;
    padding: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.item-grad h2 {
    font-size: 18px;
    margin: 0 0 5px;
    padding: 0;
    overflow: hidden;
    display: block;
    text-align: center;
}

.img-grad {
    display: block;
    text-align: center;
    height: 197px;
    overflow: hidden;
    margin-bottom: 10px;
}

.ott {
    border: 1px dashed #ccc;
    background: #e8e8e8;
    padding: 5px 20px;
    height: 65px;
    overflow: hidden;
    margin-bottom: 5px;
}

.img-grad-one {
    float: left;
    display: block;
    width: 160px;
}

.grad-zag {
    border: 1px dashed #ccc;
    background: #e8e8e8;
    padding: 5px 20px;
    font-size: 15px;
}

.ott-grad-one {
    float: right;
    width: 70%;
}

.rec-grad-one, .ott-grad-one {
    border: 1px dashed #ccc;
    padding: 5px 20px;
}

.do-obuch, .posle-obuch {
    padding: 10px;
    margin: 20px 0;
    text-align: center;
}

.do-obuch h2, .posle-obuch h2 {
    color: #bf0d00;
    font-size: 20px;
    margin: 0 0 10px 0;
    text-align: left;
    border: 1px dashed #ccc;
    background: #e8e8e8;
    padding: 5px 20px;
}

.do-obuch img, .posle-obuch img {
    max-width: 100%;
    margin-top: 5px;
}

ul.cat-quest {
    padding: 5px 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none;
}

ul.cat-quest ul {
    list-style: none;
}

.cat-quest li {
    position: relative;
    padding: 0 0 5px 0;
}

.cat-quest li a {
    font-size: 15px;
}

.cat-quest li a:hover, .cat-quest li a.active {
    color: #BA0A0A;
    text-decoration: none;
}

ul.cat-quest ul li {
    padding: 5px 0 0 20px;
}

/* Pagination */
.pagination {
    margin: 20px;
    text-align: center;
}

.pagination a {
    border: 1px solid #ddd;
    padding: 6px 12px;
    text-decoration: none;
    background: #fff;
    color: #428bca;
}

.pagination a:nth-child(even) {
    border-left: none;
    border-right: none;
}

.pagination a:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination a:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #ddd;
}

.pagination a:hover {
    background: #eee;
}

.pagination > a.nav-active {
    background: #428bca;
    color: #fff;
    border-color: #428bca;
}

/* end graduate
----------------------------------------------------------------------------------------------------------------------*/
h3.st-reviews-h3 {
    color: #000;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: normal;
}

.st-center-left {
    padding: 0 40px 0 0;
}

.img_prew {
    height: 100px;
    position: relative;
    text-align: center;
    width: 100px;
    float: left;
}

.wr-content-rev {
    float: right;
    width: 65%;
    font-size: 12px;
}

.round {
    background: url("/media/image/appstyle/whomereviews/round.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100px;
    position: absolute;
    width: 100px;
}

.itemprew {
    margin-bottom: 30px;
}

.wr-widget-def {
    margin-top: 150px;
}

.wr-content-rev p.title {
    margin-top: 20px;
}

.shadow-bot-block-about h3.title-st {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    color: #15548e;
    text-align: center;
    margin: 10px 0 20px 0;
    padding: 0;
}

.wr-shet h1 {
    color: #d42300;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    margin-bottom: 60px;
}

.wr-st-books-img {
    width: 100%;
    position: relative;
}

.wr-st-books-img img {
    width: 100%;
}

.dop-st {
    margin-bottom: 150px;
}

.schet {
    position: absolute;
    width: 30%;
    margin-left: -15%;
    top: 0;
    left: 50%;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(135, 135, 135, 1)), color-stop(29%, rgba(255, 255, 255, 1)), color-stop(73%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(135, 135, 135, 1)));
    background: -webkit-linear-gradient(top, rgba(135, 135, 135, 1) 0%, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 1) 73%, rgba(135, 135, 135, 1) 100%);
    background: -o-linear-gradient(top, rgba(135, 135, 135, 1) 0%, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 1) 73%, rgba(135, 135, 135, 1) 100%);
    background: -ms-linear-gradient(top, rgba(135, 135, 135, 1) 0%, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 1) 73%, rgba(135, 135, 135, 1) 100%);
    background: linear-gradient(to bottom, rgba(135, 135, 135, 1) 0%, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 1) 73%, rgba(135, 135, 135, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#878787', endColorstr='#878787', GradientType=0);
}

.schet h3 {
    padding: 0 0 0 20px;
    font-size: 13px;
    font-weight: bold;
}

.schet ul {
    list-style: none;
    padding: 10px 20px 30px 20px;
    font-size: 13px;

}

.schet ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #000;
}

.schet ul li:last-child {
    border: none;
}

.about-right div.img_prew img {
    float: none;
}

.wr-block-allkurs {
    background: #f1f7fc;
    border-left: 5px solid #73a1cd;
    border-bottom: 5px solid #73a1cd;
    margin-bottom: 20px;
    padding: 20px 30px;
}

.tlt-allkurs {
    color: #d42300;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: bold;
}

.fblock {
    width: 50%;
    float: left;
    position: relative;
    height: 135px;
}

.fblock h3 {
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: bold;
}

.pr-allkurs {
    color: #d42300;
    font-size: 21px;
}

.pr-allkurs span {
    color: #555;
    text-decoration: line-through;
}

a.all-oplata {
    background: #b80c21;
    color: #fff;
    padding: 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    text-decoration: underline;
    display: block;
    width: 222px;
    position: absolute;
    top: 0;
    right: 0;
}

.lcredit {
    position: absolute;
    top: 63px;
    right: 0;
    width: 222px;
}

.lcredit span a {
    color: #d42300;
    text-decoration: underline;
}

.tree-block {
    float: left;
    width: 33.333%;
    text-align: center;
}

.tree-block img {
    max-width: 100%;
}

.tree-block p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #d42300;
    font-weight: bold;
}

.p-zv {
    color: #ccc;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.h3-stages {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 32px 0 0 0;
}

.h3-stages span {
    color: #3398db;
}

.lnk-ot-mat {
    display: block;
    background: #fff;
    border: 1px solid #3398db;
    width: 70%;
    text-align: center;
    padding: 10px 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 20px 0;
}

.lnk-spec {
    display: block;
    background: #fff;
    border: 1px solid #3398db;
    width: 70%;
    text-align: left;
    padding: 10px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 20px 0;
}

.lnk-pos {
    display: block;
    background: #ff5400;
    width: 195px;
    text-align: left;
    padding: 10px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin: 20px 0 40px;
    color: #fff;
    text-decoration: underline;
}

.zag-f4 {
    font-size: 16px;
    line-height: normal;
    font-family: Arial, sans-serif;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.zag-f41 {
    font-size: 16px;
    line-height: normal;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.zag-f4 span {
    font-size: 16px;
    color: #bc1100;
}

#grafik {
    text-align: left;
    padding-left: 10px;
    display: block;
}

#grafik span.namem {
    font-size: 14px;
    line-height: 20px;
    /*text-transform: uppercase;*/
    color: #000;
    font-family: Arial, sans-serif;
    font-weight: 500;

}

#grafik span.pricem {
    font-size: 14px;
    /*text-transform: uppercase;*/
    color: #bc1100;
    font-family: Arial, sans-serif;
    font-weight: 500;
    margin-left: 5px;
}

.w249 {
    display: none;
}

.wr-instruction {
    padding: 20px;
    background: #fff;
    margin: 0 20px;
    border: 1px dashed #ccc;
}

.wr-instruction h1 {
    margin: 0;
    padding: 20px 0 20px 0;
    font-size: 28px;
}

.wr-instruction h3 {
    margin: 0;
    padding: 0 0 20px 0;
    text-align: center;
}

.wr-video {
    margin: 20px auto;
    width: 650px;
    height: 402px;
}

.wr-fotos {
    overflow: hidden;
    padding: 0 0 0 5px;
}

.wr-item-fotos {
    width: 33.3%;
    float: left;
}

.item-fotos {
    padding: 5px 5px 5px 5px;
    background: #ECF0F1;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.item-fotos img {
    max-width: 100%;
}

.item-fotos p {
    font-size: 15px;
    font-weight: bold;
}

.text-news ul {
    margin: 0 0 0 20px;
}

ul#p-items {
    margin: 0;
    overflow: hidden;
    min-height: 300px;
}

ul#p-items li {
    list-style: none;
    width: 33.333333%;
    float: left;
}

.item-news {
    margin: 0 0 0 20px;
}

ol#pagination {
    width: auto;
    text-align: center;
    list-style: none;
    margin: 20px 0;
}

ol#pagination li {
    display: inline;
}

ol#pagination li a {
    padding: 6px 12px;
    border: 1px solid #DDD;
    border-right: none;
    text-decoration: none;
    color: #337AB7;
}

ol#pagination li.active a {
    background: #337AB7;
    color: #fff;
    border: 1px solid #337AB7;
}

ol#pagination li:last-child a {
    border-right: 1px solid #DDD;
}

.news-all {
    overflow: hidden;
}

.look-reviews {
    font-size: 21px;
}

.share1 h4 {
    font-size: 13px;
}

/* Fotoarchive
----------------------------------------------------------------------------------------------------------------------*/
.fotocontainer {
    padding: 20px;
}

div#gallery.content {
    /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
    display: none;
    /*float: right;*/
    width: 100%;
}

div#gallery.content a, div.navigation a {
    text-decoration: none;
    color: #777;
}

div#gallery.content a:focus, div#gallery.content a:hover, div#gallery.content a:active {
    text-decoration: underline;
}

div.controls {
    margin-top: 5px;
    height: 23px;
}

div.controls a {
    padding: 5px;
}

div.ss-controls {
    float: left;
}

div.nav-controls {
    float: right;
}

div.slideshow-container {
    position: relative;
    clear: both;
    height: 790px; /* This should be set to be at least the height of the largest image in the slideshow */
    overflow: hidden;
    width: 100%;
}

div.loader {
    position: absolute;
    top: 0;
    left: 0;
    background: url('/media/css/newstyle/img/loader.gif') center no-repeat;
    width: 100%;
    height: 455px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow {

}

div.slideshow span.image-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
}

div.slideshow a.advance-link {
    display: block;
    width: 100%;
    /*height: 455px;*/ /* This should be set to be at least the height of the largest image in the slideshow */
    /*line-height: 502px;*/ /* This should be set to be at least the height of the largest image in the slideshow */
    text-align: center;
}

div.slideshow a.advance-link img {
    max-width: 100%;
}

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
    text-decoration: none;
}

div.slideshow img {
    vertical-align: middle;
    /*border: 1px solid #ccc;*/
}

div.download {
    float: right;
}

div.caption-container {
    position: relative;
    clear: left;
    height: 75px;
}

span.image-caption {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

div.caption {
    padding: 12px;
}

div.image-title {
    font-weight: bold;
    font-size: 1.4em;
}

div.image-desc {
    line-height: 1.3em;
    padding-top: 12px;
}

div.navigation {
    /*width: 400px;*/
}

ul.thumbs {
    clear: both;
    margin: 0;
    padding: 0;
}

ul.thumbs li {
    float: left;
    padding: 0;
    margin: 5px 10px 5px 0;
    list-style: none;
}

a.thumb {
    padding: 2px;
    display: block;
    border: 1px solid #ccc;
}

ul.thumbs li.selected a.thumb {
    background: #316ac5;
}

a.thumb:focus {
    outline: none;
}

ul.thumbs img {
    border: none;
    display: block;
}

div.pagination {
    clear: both;
}

div.navigation div.top {
    margin-bottom: 12px;
    height: 11px;
}

div.navigation div.bottom {
    margin-top: 12px;
}

/*div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
    display: block;
    float: left;
    margin-right: 2px;
    padding: 4px 7px 2px 7px;
    border: 1px solid #ccc;
}*/
/*div.pagination a:hover {
    background-color: #eee;
    text-decoration: none;
}*/
div.pagination span.current {
    color: #FFF;
    cursor: default;
    background-color: #337AB7;
    border: 1px solid #337AB7;
    padding: 6px 12px;
}

/*div.pagination span.ellipsis {
    border: none;
    padding: 5px 0 3px 2px;
}*/

.pagination-news {
    padding: 10px 20px;
}

.pagination-news strong.current {
    background: #337AB7;
    color: #FFF;
    cursor: default;
}

.phone-number {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    padding: 10px 0 0 0;
    line-height: 22px;
}

.phone-number span {
    font-size: 10px;
}

/* Выпускники
----------------------------------------------------------------------------------------------------------------------*/

.wrap-vyp {
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 57%;
    left: 0;
    width: 100%;
}

.wrap-vyp h3 {
    font-family: "Georgia", sans-serif;
    font-size: 65px;
    color: #d20505;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0;

}

.con-page {
    position: relative;
}

.wrap-vyp p {
    font-style: italic;
    font-family: "Georgia", sans-serif;
    padding: 0 40px;
}

.item-grad2 {
    padding: 20px 40px 10px 40px;
    border-bottom: 1px solid #e3e2e2;
}

.item-grad2 h1 {
    font-family: "Georgia", sans-serif;
    font-size: 36px;
}

.item-grad2 h1 span {
    font-family: "Calibri", sans-serif;
    font-size: 15px;
}

.text-grad2 {
    font-family: "Georgia", sans-serif;
    font-size: 15px;
    color: #505050;
    padding: 10px 0;
}

.btngrad2 {
    border-radius: 0;
    text-transform: uppercase;
    color: #0077c3;
    text-decoration: underline;
    background: #f0f0f0;
}

.wr-grad2 {
    padding: 0 20px 20px 20px;
    margin: 45px 0 0 0;
}

.rows-grad2 {
    width: 100%;
    overflow: hidden;
}

.column-left-grad2 {
    width: 32%;
    float: left;
}

.column-right-grad2 {
    width: 68%;
    float: right;
}

.column-right-grad2 h1 {
    padding: 10px 20px 11px;
    font-family: Georgia, sans-serif;
    font-size: 36px;
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
    margin-left: 5px;
}

.left-wrap-l-date {
    overflow: hidden;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
}

.item-l, .ietm-date {
    width: 50%;
    float: left;
    text-align: center;
}

.item-l a {
    padding: 10px 0 0 0;
    display: block;
    text-align: center;
}

.item-date {
    font-family: 'Cuprum', sans-serif;
    line-height: 19px;
    text-align: center;
}

.item-date span {
    font-size: 21px;
}

.img-grad-one2 {
    display: block;
    margin: 15px auto;
    width: 90%;
    text-align: center;
}

.img-grad-one2 img {
    max-width: 100%;
}

.column-right-grad2 h3 {
    font-family: Georgia, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 20px;
}

.reviews::before, .reviews::after {
    content: '';
    position: absolute;
    left: 90px;
    top: -30px;
    border: 15px solid transparent;
    border-bottom: 15px solid #d8d8d8;
}

.reviews::after {
    border-bottom: 15px solid #f5f5f5;
    top: -29px;
}

.reviews {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    padding: 10px;
    background: #f5f5f5;
    color: #505050;
    margin-left: 5px;
    position: relative;
    margin-top: 30px;
}

.row-foto-do-posle {
    margin: 30px 0;
    border-bottom: 1px solid #d9d9d9;
}

.h3-t {
    background: #f5f5f5;
    margin: 0;
    padding: 15px 30px;
    font-family: Georgia, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}

.h3-t-left {
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.h3-t-right {
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.table-links > tbody > tr > td {
    border: none;
}

.table-links {
    border-bottom: 1px solid #d9d9d9;
}

.table-links tbody tr:last-child td {
    padding-bottom: 20px;
}

.table-links tbody tr td:first-child {
    width: 250px;
    text-align: right;
    font-weight: bold;
    font-family: Georgia, sans-serif;
}

.table-links tbody tr td:last-child {
    color: #3392cf;
    font-family: Georgia, sans-serif;
}

/* Success
----------------------------------------------------------------------------------------------------------------------*/
#load_popup {
    background: url("/best/img/form_bottom.png") no-repeat scroll -3px 50px;
    width: 460px;
    display: none;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
}

.ltitle {
    overflow: hidden;
}

.ltitle .clock {
    background: #376A99;
    float: left;
    height: 55px;
    width: 60px;
}

.ltitle .clock .icon {
    background: url("/best/img/icons.png") no-repeat scroll -1000px -82px rgba(0, 0, 0, 0);
    height: 32px;
    margin: 7px 0 0 13px;
    width: 33px;
}

.ltitle .t1 {
    background-color: #F0F0F0;
    color: #192025;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 0 15px;
    text-align: center;
    width: 400px;
    position: relative;
}

.load_p_close {
    font-size: 12px;
    color: #555;
    display: block;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.ltitle .t2 {
    background-color: #4482BC;
    color: #FFFFFF;
    float: left;
    font-size: 26px;
    font-weight: bold;
    padding: 23px 0 30px;
    text-align: center;
    width: 460px;
}

.context {
    color: #FFFFFF;
    height: 408px;
    text-align: center;
    width: 460px;
    /*background: #192025;*/
}

/*.context .bg {
  background: #192025;
}*/
.context .notice {
    line-height: 20px;
    padding: 10px 0;
}

a.vk:link, a.vk:visited {
    background: none repeat scroll 0 0 #6197D1;
    color: #FFFFFF;
    display: inline-block;
    font-family: "Tahoma", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 22px;
    padding: 14px 17px 14px 60px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}

a.fb:link, a.fb:visited {
    background: none repeat scroll 0 0 #456AB8;
    color: #FFFFFF;
    display: inline-block;
    font-family: "Tahoma", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 22px;
    padding: 14px 17px 14px 60px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}

a.tw:link, a.tw:visited {
    background: none repeat scroll 0 0 #00ACEE;
    color: #FFFFFF;
    display: inline-block;
    font-family: "Tahoma", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 22px;
    padding: 14px 17px 14px 60px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}

a.vk:hover, a.tw:hover, a.fb:hover {
    background: #2c3e50;
}

.vk span {
    background: url("/best/img/icons.png") no-repeat scroll -1000px -139px;
    height: 29px;
    left: 17px;
    position: absolute;
    top: 11px;
    width: 29px;
}

.fb span {
    background: url("/best/img/icons.png") no-repeat scroll -1000px -168px rgba(0, 0, 0, 0);
    height: 29px;
    left: 17px;
    position: absolute;
    top: 11px;
    width: 29px;
}

.tw span {
    background: url("/best/img/icons.png") no-repeat scroll -1000px -197px rgba(0, 0, 0, 0);
    height: 29px;
    left: 17px;
    position: absolute;
    top: 11px;
    width: 29px;
}

.context .next {
    color: #4482BC;
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
}

.forgot {
    padding: 5px;
    text-align: right;
}

.content-seminar {
    padding: 20px;
}

#fade {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 9999;
}

.wrap-success-content {
    padding: 10px 15px;
}

/* BTN HOME
----------------------------------------------------------------------------------------------------------------------*/
.links-block {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}

.links-block:first-child {
    padding: 0 10px 0 20px;
}

.links-block:last-child {
    padding: 0 20px 0 10px;
}

.links-block-center {
    width: 40%;
    margin: 0 auto;
}

.btn-green-home {
    min-height: 60px;
    background: #7fbb03;
    border: 1px solid #6a9e03;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 9px 0 0 0;
    background: -moz-linear-gradient(top, #7fbb03 0%, #6ea103 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbb03), color-stop(100%, #6ea103));
    background: -webkit-linear-gradient(top, #7fbb03 0%, #6ea103 100%);
    background: -o-linear-gradient(top, #7fbb03 0%, #6ea103 100%);
    background: -ms-linear-gradient(top, #7fbb03 0%, #6ea103 100%);
    background: linear-gradient(to bottom, #7fbb03 0%, #6ea103 100%);
}

.btn-blue-home {
    min-height: 60px;
    background: #196ac1;
    border: 1px solid #044384;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 9px 0 0 0;
    background: -moz-linear-gradient(top, #368ed4 0%, #0d4dac 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #368ed4), color-stop(100%, #0d4dac));
    background: -webkit-linear-gradient(top, #368ed4 0%, #0d4dac 100%);
    background: -o-linear-gradient(top, #368ed4 0%, #0d4dac 100%);
    background: -ms-linear-gradient(top, #368ed4 0%, #0d4dac 100%);
    background: linear-gradient(to bottom, #368ed4 0%, #0d4dac 100%);
}

.btn-orange-home {
    min-height: 60px;
    background: #e56000;
    border: 1px solid #e56000;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 9px 0 0 0;
    background: -moz-linear-gradient(top, #ee8600 0%, #de4900 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee8600), color-stop(100%, #de4900));
    background: -webkit-linear-gradient(top, #ee8600 0%, #de4900 100%);
    background: -o-linear-gradient(top, #ee8600 0%, #de4900 100%);
    background: -ms-linear-gradient(top, #ee8600 0%, #de4900 100%);
    background: linear-gradient(to bottom, #ee8600 0%, #de4900 100%);
}

.btn-red-home {
    min-height: 60px;
    background: #cd1a30;
    border: 1px solid #c8172a;
    border-radius: 4px;
    width: 95%;
    text-align: center;
    margin: 0 auto;
    padding: 9px 0 0 0;
    background: -moz-linear-gradient(top, #df3f5b 0%, #bf101f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df3f5b), color-stop(100%, #bf101f));
    background: -webkit-linear-gradient(top, #df3f5b 0%, #bf101f 100%);
    background: -o-linear-gradient(top, #df3f5b 0%, #bf101f 100%);
    background: -ms-linear-gradient(top, #df3f5b 0%, #bf101f 100%);
    background: linear-gradient(to bottom, #df3f5b 0%, #bf101f 100%);
}

.btn-green-home a, .btn-blue-home a, .btn-orange-home a, .btn-red-home a {
    font-family: 'Cuprum', sans-serif;
    color: #fff;
    font-size: 17px;
    line-height: 17px;
}

.btn-green-home a {
    text-shadow: 0 1px 1px #477003;
}

.btn-blue-home a {
    text-shadow: 0 1px 1px #00008d;
}

.btn-orange-home a {
    text-shadow: 0 1px 1px #c70600;
}

.btn-red-home a {
    text-shadow: 0 1px 1px #8f0000;
}

.material {
    background: #ff5400;
}

.kurs {
    background: #b80c21;
}

.catalog {
    background: #3398db;
}

.text-news p img {
    max-width: 100%;
}

.registerButton {
    width: 300px;
    margin: 20px auto;
    padding: 15px 0;
    background: #ff5400;
    display: block;
    font: 500 20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: underline;
}

/* media
----------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 0) and (max-width: 1000px) {
    .top-menu {
        /*position: static;*/
        height: 30px; /*background: #020202;*/
        padding: 0 20px;
    }

    .top-menu > ul > li > ul {
        top: 44px;
    }

    #video-dis iframe {
        height: 400px;
    }

    .promo-left {
        padding: 100px 15px 15px 15px;
    }

    .promo-right {
        padding: 0 10px 10px 10px;
    }

    .promo-right-reg {
        padding: 0 10px 10px 10px;
    }

    .promo-left p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .blok-left-youtube {
        width: 80%;
    }

    .blok-right-youtube {
        width: 20%;
    }

    .wrap-item-news, .menu-footer-block {
        width: 33.333333%;
        float: left;
    }

    .title-vk-comments h1 {
        font-size: 25px;
    }

    .first img {
        right: 0;
    }

    .last-left-footer {
        width: 25%;
        float: left;
    }

    .last-right-footer {
        width: 75%;
        float: left;
    }

    .middle {
        width: 65%;
        float: left;
        padding-right: 0;
    }

    .last {
        width: 35%;
        float: left;
        padding-left: 0;
    }

    .article-img-block {
        width: 275px;
        float: left;
        margin-right: 10px;
        margin-bottom: 5px;
        position: relative;
    }

    .wrap-right-block {
        padding: 0;
    }

    .data-disted {
        float: right;
        margin-top: -260px;
        padding-bottom: 20px;
    }

    .modal-dialog {
        width: 90%;
    }

    .mycol-lg-3 {
        width: 25%;
        float: left;
    }

    .mycol-lg-9 {
        width: 75%;
        float: left;
    }

    .img-wrap-popup {
        width: 30%;
    }

    .mymodal-body {
        padding-right: 30px;
        width: 70%;
    }

    .answer {
        padding: 0;
    }

    .reg-promo div.promo-left {
        padding-top: 20px;
    }

    div.slideshow-container {
        height: 675px;
    }

    /************************************/
    .about-video {
        width: 99%;
        height: 400px;
    }

    .about-right img {
        float: left;
    }

    .block-rev-text {
        width: 100%;
        float: none;
    }

    .block-rev-img {
        width: 100%;
        float: none;
        text-align: center;
    }

    .block-rev-text p {
        font-size: 13px;
        padding: 10px 30px 10px 30px;
    }

    .block-rev-img img {
        max-width: 100%;
        margin-right: 0;
    }

    .wr-item-video-rev {
        width: 25%;
        float: left;
    }

    .last-block-video-rev {
        width: 100%;
        float: none;
        clear: both;
    }

    .last-block-video-rev div.item-video-rev {
        font-size: 14px;
        padding: 15px 0;
    }

    .tabs-right {
        width: 100%;
        overflow: hidden;
    }

    .tabs-right > .nav-tabs {
        float: right;
        width: 25%;
        border: none;
    }

    .tabs-right > .tab-content {
        float: left;
        width: 75%;
    }

    .section_video {
        width: 460px;
        height: auto;
        margin: 20px auto;
        padding: 0;
    }

    .section_video iframe {
        width: 460px;
    }

    .books {
        padding-left: 0;
    }

    .obl {
        padding-left: 0;
    }

    .ukazka {
        display: none;
    }

    .block-chel img {
        margin-right: 10px;
    }

    .video-popup {
        padding: 20px;
        width: 600px;
        margin: 0 auto;
    }

    .video-popup iframe {
        width: 560px;
        height: 380px;
    }

    .line-foto {
        width: 100%;
    }

    .line-foto p {
        font-size: 9px;
    }

    .foto-stud-item.two-item {
        margin-left: 0;
    }

    .foto-stud-item.three-item {
        margin-left: 0;
    }

    .foto-stud-item.last-item {
        margin-left: 0;
    }

    .dop-st {
        margin-bottom: 20px;
    }

    .wr-widget-def {
        margin-top: 20px;
        margin-bottom: 70px;
    }

    .wr-content-rev {
        width: 80%;
    }

    .schet ul {
        font-size: 11px;
        padding: 10px;
    }

    .schet ul li {
        padding: 5px 0;
    }

    .schet h3 {
        margin: 5px 0;
    }

    .about-right div.img_prew img {
        float: none;
    }

    .lnk-ot-mat {
        width: 260px;
    }

    .lnk-spec {
        width: 260px;
    }

    .logo-disted span {
        padding-left: 5px;
        display: block;
        letter-spacing: 0;
        margin: 0;
    }

    div.navigation {
        width: 100%;
    }

}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
    .call-back {
        font-size: 10px;
    }

    .call-now {
        font-size: 10px;
    }

    .modal-dialog {
        width: 90%;
    }

    .mycol-lg-3 {
        width: 25%;
        float: left;
    }

    .mycol-lg-9 {
        width: 75%;
        float: left;
    }

    .ukazka {
        left: 80%;
    }

    .line-foto {
        width: 100%;
    }

    .lnk-ot-mat {
        width: 90%;
    }

    .lnk-spec {
        width: 90%;
    }

    .logo-disted span {
        padding-left: 11px;
        display: block;
        letter-spacing: 0.25px;
        font-size: 10px;
    }

    div.navigation {
        /*width: 300px;*/
    }

    div.slideshow-container {
        height: 675px;
    }

}

@media only screen and  (max-width: 1100px) {
    .wrap-grad {
        margin: 45px 0 0 0;
    }

    .wr-grad2 {
        margin: 60px 0 0 0;
    }
}

@media only screen and  (max-width: 1000px) {
    .wrap-grad {
        margin: 55px 0 0 0;
    }

    .wr-grad2 {
        margin: 70px 0 0 0;
    }
}

@media only screen and  (max-width: 940px) {
    .wrap-grad {
        margin: 65px 0 0 0;
    }

    .wr-grad2 {
        margin: 90px 0 0 0;
    }
}

@media only screen and  (max-width: 900px) {
    .wrap-grad {
        margin: 75px 0 0 0;
    }
}

@media only screen and (min-width: 0) and (max-width: 800px) {
    .item-article {
        border-left: 4px solid #3398db;
        margin-top: 10px;
    }

    .share1 {
        text-align: center;
    }

    .logo-disted img {
        margin: 5px 0 0 0;
    }

    .logo-disted span {
        padding-left: 5px;
        display: block;
        font-size: 8px;
        letter-spacing: 0;
        margin: 0;
    }

    div.navigation {
        width: 100%;
    }

    div.slideshow-container {
        height: 507px;
    }

    .student-foto h1 {
        font-size: 22px;
    }

}

@media only screen and  (max-width: 800px) {
    .wrap-grad {
        margin: 100px 0 0 0;
    }

    .wr-grad2 {
        margin: 130px 0 0 0;
    }

    .item-l a {
        font-size: 12px;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/