@font-face {
    font-family: "RobotoSlab-Light";
    src: url("/css/fonts/RobotoSlab-Light.ttf");
}
@font-face {
    font-family: "RobotoSlab-Regular";
    src: url("/css/fonts/RobotoSlab-Regular.ttf");
}
@font-face {
    font-family: "RobotoSlab-Bold";
    src: url("/css/fonts/RobotoSlab-Bold.ttf");
}


form::placeholder {
    font-family: "RobotoSlab-Light";
    font-size: 14px;
    color: #ccc;
}

/*Header*/
.header.row .row,
.content.row .row,
.footer.row .row{
    margin-left: 0;
    margin-right: 0;
}
.header.row{
    padding-bottom: 0;
}
.not-front .header.row{
    box-shadow: 0 0 35px rgba(0,0,0,0.5);
}
.header.row .row.top .text-right, .header ul{
    text-align: center;
}
.header.row .row.top{
    font-family: "RobotoSlab-Light";
    font-size: 12px;
    min-height: 30px;
}
.header.row .row.top .col-xs-12{
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.header.row .row.top .col-xs-12:first-child{
    background-color: #314961;
    color: #ccc;
    text-transform: uppercase;
    font-size: 12px;
}
.header.row .row.top .text-right p{
    margin: 5px 0;
}
.header ul{
    margin: 6px 0;
}
.header ul.list-inline li{
    color: #314961;
    position: relative;
    margin-right: 10px;
    padding-left: 20px;
}
.header ul.list-inline li a{
    color: #f28400;
    text-decoration: underline;
}
.header ul.list-inline li:before{
    content: '';
    position: absolute;
    display: block;
    background-image: url(../images/phone.png);
    width: 17px;
    height: 18px;
    left: 0;
    background-repeat: no-repeat;
}
.header ul.list-inline li:first-child:before{
    background-image: url(../images/geo.png);
    width: 13px;
    height: 21px;
}
.header ul.list-inline li:last-child:before{
    background-image: url(../images/face.png);
    width: 17px;
    height: 19px;
}
.header .row.middle{
    padding: 15px 0 15px;
}
.header form, .header form button span{
    position: relative;
    display: block;
}
.header form input[type="text"]{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 30px;
    padding-right: 35px;
}
.header form button{
    position: absolute;
    right: 0;
    height: 30px;
    width: 30px;
    top: 0;
    border: 1px solid #314961;
    background-color: #314961;
    border-radius: 0;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default.active{
    background-color: #314961;
    outline: none;
}
.header form button span::before{
    content: '';
    position: absolute;
    background-image: url(../images/lupa.png);
    height: 17px;
    width: 21px;
    top: -9px;
    left: -9px;
}
.header .navbar-default {
    background-color: #fff;
    border-color: #fff;
}
.header a.navbar-brand{
    font-family: "RobotoSlab-Regular";
    font-size: 10px;
    color: #312a25;
    text-transform: uppercase;
    position: relative;
    padding-left: 100px;
    height: 79px;
}
.header a.navbar-brand span{
    display: block;
}
.header a.navbar-brand:before{
    content: '';
    position: absolute;
    background-image: url(../images/logo.png);
    width: 69px;
    height: 79px;
    top: 0;
    left: 15px;
}
.header #myNavbar{
    margin-top: 15px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a{
    color: #312a25;
    background-color: #fff;
    font-size: 18px;
    font-family: "RobotoSlab-Bold";
    position: relative;
    padding: 10px 0;
    text-align: left;
}
.navbar-default .navbar-nav>li>a{
    margin-left: 15px;
    margin-right: 25px;
}
.navbar-default .navbar-nav>li>a:before{
    content: '';
    width: 100%;
    height: 3px;
    background-color: #312a25;
    position: absolute;
    bottom: 0;
    left: 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle{
    background-color: #314961;
}
.navbar-toggle {
    margin-top: 27px;
}


/*Content*/
.content.row{
    /*margin-top: 20px;*/
}
.content .screen-1 .left, .content .screen-1 .right{
    padding-left: 0;
    padding-right: 0;
}
.content .screen-1 .left ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.content #myCarousel{
    padding: 0;
}
.content .screen-1 .left ul li{
    background-image: url(../images/bg_vilet.png);
    min-height: 250px;
    font-family: "RobotoSlab-Regular";
    color: #fff;
}
.content .screen-1 .left ul li:first-child{
    background-image: url(../images/bg_orange.png);
}
.content .screen-1 .left ul li:last-child{
    background-image: url(../images/bg_blue.png);
}
.content .screen-1 .left ul li h2{
    font-size: 24px;
}
.content .screen-1 .left ul li p{
    font-size: 14px;
}
.content .screen-1 .left ul li a{
    font-size: 10px;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 3px 20px 3px 5px;
    position: relative;
}
.content .screen-1 .left ul li a:after{
    content: '';
    position: absolute;
    background-image: url(../images/arrow.png);
    display: block;
    width: 6px;
    height: 8px;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.content .screen-1 .left .row{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.content .screen-1 .left ul li .item-row{
    /*padding-left: 150px;*/
    position: relative;
}
.content .screen-1 .left ul li .item-row:before{
    content: '';
    position: absolute;
    background-image: url(../images/book.png);
    display: block;
    width: 43px;
    height: 44px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
    display: none;
}
.content .screen-1 .left ul li h2{
    margin-top: 14px;
    margin-bottom: 15px;
}
.content .screen-1 .left ul li:first-child .item-row:before{
    background-image: url(../images/clock.png);
    width: 42px;
    height: 48px;
}
.content .screen-1 .left ul li:last-child .item-row:before{
    background-image: url(../images/face2.png);
    width: 42px;
    height: 48px;
    top: 50px;
}
.content .screen-1 .left ul li:first-child h2{
    margin-top: 6px;
}
.content .screen-1 .left ul li:last-child h2{
    margin-top: 6px;
}
.content .screen-2{
    margin-top: 30px;
}
.content .screen-2 .left h2, .content .screen-2 .right h2{
    font-family: "RobotoSlab-Regular";
    font-size: 24px;
    color: #312a25;
}
.content .screen-2 .left ul, .course-form ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.content .screen-2 .left ul li p, .content .screen-2 .right p, .course-form p{
    font-family: "RobotoSlab-Light";
    color: #333;
    font-size: 14px;
    margin: 20px 0;
}
.content .screen-2 .left ul li span, .course-form ul li span{
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
}
.content .screen-2 .left ul li:first-child span, .course-form ul li:first-child span{
    color: #f28400;
    padding: 0 8px;
}
.content .screen-2 .left ul li:last-child span, .course-form ul li:last-child span{
    color: #91236a;
    padding: 0 7px;
}
.content .screen-2 .row.submit div{
    padding: 0;
}
.content .screen-2 .row.submit div:last-child{
    text-align: right;
}
.content .screen-2 .row.submit div:last-child button, .course-form .row.submit div:last-child button{
    background-color: #91236a;
    border: 1px solid #91236a;
    padding-bottom: 30px;
}
.content .screen-2 .row.submit div:first-child button, .course-form .row.submit div:first-child button{
    background-color: #f28400;
    border: 1px solid #f28400;
    padding-bottom: 5px;
}
.content .screen-2 .row.submit button, .course-form .row.submit button{
    border-radius: 0;
    color: #fff;
    font-family: "RobotoSlab-Light";
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
}
.content .screen-2 .row.submit button span, .course-form .row.submit button span{
    display: block;
}
.content .screen-2 .row.submit button span.num, .course-form .row.submit button span.num{
    display: inline-block;
}
.content .screen-2 .row.submit div:first-child span.num, .course-form .row.submit div:first-child span.num{
    padding: 0 6px;
}
.content .screen-2 .row.submit div:last-child span.num, .course-form .row.submit div:last-child span.num{
    padding: 0 5px;
}
.content .screen-2 .row.submit button span.num, .course-form .row.submit button span.num{
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 12px;
}
.content .screen-3{
    margin-top: 0;
}
.content .screen-3 h2{
    font-family: "RobotoSlab-Regular";
    font-size: 24px;
    color: #333;
    padding: 0 15px;
}
.content .screen-3 #Carousel h4{
    font-family: "RobotoSlab-Bold";
    font-size: 14px;
    color: #333;
    margin: 5px 0;
}
.content .screen-3 #Carousel p{
    font-family: "RobotoSlab-Light";
    font-size: 12px;
    color: #333;
    line-height: 1.2;
}


/*Footer*/
.footer.row{
    background-color: #333;
    padding: 30px 0 60px;
}
.footer.row h4, .footer.row h4 a{
    color: #fff;
    font-family: "RobotoSlab-Light";
    font-size: 18px;
}
.footer.row ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer.row ul li, .footer.row ul li a{
    color: #999;
    font-family: "RobotoSlab-Light";
    font-size: 14px;
}
.footer.row .first li:first-child{
    color: #f28400;
}
.footer.row .first li:last-child, .footer.row .last a, .footer.row .last li{
    color: #fff;
}
.footer.row .first ul{
    margin-bottom: 15px;
}
.footer.row .last li:first-child{
    margin-bottom: 15px;
}
.footer.row .last li:last-child{
    margin-top: 15px;
}
.footer.row .vk, .footer.row .fb{
    display: inline-block;
    width: 49px;
    height: 49px;
}
.footer.row .vk{
    background-image: url(../images/vk.png);
}
.footer.row .fb{
    background-image: url(../images/fb.png);
    margin-left: 15px;
}
.footer.row .container div:nth-child(1),
.footer.row .container div:nth-child(2){
    margin-bottom: 15px;
}


/*Blog*/
h1{
    padding: 0 15px;
    color: #333;
    font-size: 24px;
    font-family: "RobotoSlab-Regular";
}
hr{
    border-top: 1px solid #cccccc;
}
.not-front .content.row .container.item-row{
    padding: 15px 15px;
}
.not-front .content.row .container.item-row h2{
    margin: 10px 0 10px;
    color: #f28400;
    font-size: 24px;
    font-family: "RobotoSlab-Regular";
}
.not-front .content.row .container.item-row{
    font-family: "RobotoSlab-Regular";
    color: #666666;
    font-size: 14px;
}
.not-front .content.row .container.item-row p{
    line-height: 1.2;
}
.not-front .content.row .container.item-row a{
    color: #333;
    font-size: 14px;
    text-decoration: underline;
}
.not-front .content.row .container.item-row .item{
    font-family: "RobotoSlab-Regular";
    font-size: 14px;
}
.not-front .content.row .container.item-row .item.first, .not-front .content.row .container.item-row .item.item-label span{
    color: #999999;
}
.not-front .content.row .container.item-row .item.item-label{
    color: #333;
}
.not-front .content.row .container.item-row .item.second{
    color: #fff;
    font-size: 18px;
    background-color: #314961;
    display: inline-block;
    padding: 20px;
}
.pagination{
    margin: 40px 0;
}
.pagination a{
    height: 30px;
    width: 30px;
    font-family: "RobotoSlab-Regular";
}
.pagination-sm>li>a, .pagination-sm>li>span{
    font-size: 24px;
}
.pagination>li>a, .pagination>li>span{
    color: #999999;
    border: 1px solid #ccc;
    padding: 2px 10px;
}
.pagination .next a, .pagination .prev a{
    position: relative;
}
.pagination .next a:before, .pagination .prev a:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 22px;
    background-repeat: no-repeat;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.pagination .prev a:before{
    background-image: url(../images/arrow-left.png);
}
.pagination .next a:before{
    background-image: url(../images/arrow-right.png);
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #ccc;
    color: #333333;
    border-color: #ccc;
}

/*Prepody*/
.sub-row, section{
    padding: 0 15px;
}
.sub-row p{
    font-family: "RobotoSlab-Light";
    color: #666666;
    font-size: 14px;
    margin: 15px 0;
}
.sub-row p:first-child{
    margin-top: 20px;
}
section .item{
    padding: 10px 15px;
}
section .item h4{
    font-family: "RobotoSlab-Regular";
    color: #333;
    font-size: 18px;
}
section .item p{
    font-family: "RobotoSlab-Light";
    color: #333;
    font-size: 12px;
}
section .item a{
    font-family: "RobotoSlab-Light";
    color: #ff8800;
    font-size: 10px;
    position: relative;
    text-decoration: underline;
}
section .item a:after{
    content: '';
    position: absolute;
    display: block;
    background-image: url(../images/orange-arrow.png);
    width: 7px;
    height: 10px;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*Prepody-one*/
.breadcrumb>li+li:before{
    content: '- ';
}
.breadcrumb{
    background-color: transparent;
}
.not-front .row.item-row.prepody-one .left{
    padding-left: 0;
    padding-right: 0;
}
.not-front .row.item-row.prepody-one .right{
    padding-left: 0;
    padding-right: 0;
}
.breadcrumb li, .breadcrumb a{
    font-family: "RobotoSlab-Light";
    color: #666;
    font-size: 12px;
}
.not-front.prepody-one .content.row .row .item{
    border-top: 1px solid #ccc;
    padding: 40px 0 0;
}
.not-front .row.item-row.prepody-one{
    margin-top: 30px;
}
.not-front .row.item-row.prepody-one h2{
    margin: 0 0 20px;
    color: #ff8800;
    font-family: "RobotoSlab-Regular";
    font-size: 30px;
}
.not-front .row.item-row.prepody-one h2 span{
    display: block;
}
.not-front .row.item-row.prepody-one .description p{
    font-family: "RobotoSlab-Light";
    color: #333;
    font-size: 14px;
}
.not-front .row.item-row.prepody-one .right .image{
    background-color: #caac91;
}
.not-front .row.item-row.prepody-one .right .sign-in{
    padding: 0;
    margin: 30px 0;
}
.not-front .row.item-row.prepody-one .right .sign-in a{
    background-color: #314961;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 30px 30px 30px 105px;
    position: relative;
    font-family: "RobotoSlab-Light";
}
.not-front .row.item-row.prepody-one .right .sign-in a:before{
    content: '';
    position: absolute;
    background-image: url(../images/icon-sign-in.png);
    width: 47px;
    height: 48px;
    background-repeat: no-repeat;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.not-front .row.item-row.prepody-one .right .publication{
    padding: 0;
}
.not-front .row.item-row.prepody-one .right .publication h3{
    color: #333;
    font-family: "RobotoSlab-Regular";
    font-size: 24px;
    margin: 0;
}
.not-front .row.item-row.prepody-one .right .publication ul{
    list-style-type: none;
    padding: 0;
    margin-bottom: 40px;
}
.not-front .row.item-row.prepody-one .right .publication ul li{
    margin: 15px 0;
}
.not-front .row.item-row.prepody-one .right .publication ul li a{
    position: relative;
    padding-left: 15px;
    display: inline-block;
    color: #ff8800;
    font-family: "RobotoSlab-Regular";
    font-size: 14px;
    text-decoration: underline;
    line-height: 1.2;
}
.not-front .row.item-row.prepody-one .right .publication ul li a:before{
    content: '';
    position: absolute;
    background-image: url(../images/orange-arrow.png);
    width: 7px;
    height: 10px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
}
.not-front .row.item-row.prepody-one .left .form{
    margin: 30px 0;
    padding: 0;
    border: 0;
}
.not-front .row.item-row.prepody-one .left .form h3{
    margin: 0;
    color: #333;
    font-family: "RobotoSlab-Regular";
    font-size: 24px;
}
.not-front .row.item-row.prepody-one .left .form .sub-row{
    color: #333;
    font-family: "RobotoSlab-Light";
    font-size: 14px;
    padding: 0;
}
.not-front .row.item-row.prepody-one .left .form .sub-row p{
    margin: 20px 0;
}
.not-front .row.item-row.prepody-one .left form input,
.not-front .row.item-row.prepody-one .left form select,
.not-front .row.item-row.prepody-one .left form textarea,
.content .screen-2 .left input,
.content .screen-2 .left select{
    height: 46px;
    border: 1px solid #999;
    border-radius: 0;
}
.not-front .row.item-row.prepody-one .left form textarea{
    height: 100px;
    resize: none;
}
.not-front .row.item-row.prepody-one .left .select-field,
.content .screen-2 .left .select-field{
    position: relative;
}
.not-front .row.item-row.prepody-one .left .select-field:before,
.content .screen-2 .left .select-field:before{
    content: '';
    position: absolute;
    height: 44px;
    width: 23px;
    background-color: #fff;
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1px;
}
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.not-front .row.item-row.prepody-one .left .select-field:after,
.content .screen-2 .left .select-field:after{
    content: '';
    position: absolute;
    background-image: url(../images/arrow-bottom.png);
    width: 13px;
    height: 11px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.not-front .row.item-row.prepody-one .left .capcha{
    padding: 0;
    color: #666;
    font-family: "RobotoSlab-Light";
    font-size: 14px;
}
.not-front .row.item-row.prepody-one .left .capcha .checkbox{
    margin: 0;
}
.not-front .row.item-row.prepody-one .left .capcha label{
    position: relative;
    padding: 5px 70px 5px 35px;
    border: 1px solid #999;
    background-color: #c6cdd4;
    
}
.not-front .row.item-row.prepody-one .left .capcha input{
    position: absolute;
    top: 0;
    left: 10px;
    height: auto;
    bottom: 0;
    margin: auto;
}
.not-front .row.item-row.prepody-one .left .submit{
    padding: 0;
}
.not-front .row.item-row.prepody-one .left .submit button{
    background-color: #666;
    border: 1px solid #666;
    border-radius: 0;
    color: #fff;
    font-family: "RobotoSlab-Light";
    font-size: 18px;
    padding: 20px 50px;
    width: 100%;
}
.not-front .row.item-row.prepody-one .left .submit{
    margin-top: 20px;
}


/*Grid*/
#pinBoot {
  position: relative;
  max-width: 100%;
  width: 100%;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.white-panel {
  /*position: absolute;*/
  background: white;
  padding: 15px;
}
.white-panel div.col-md-12{
    padding: 0;
    border: 1px solid #ccc;
}
.white-panel h1 {
  font-size: 1em;
}
.white-panel h1 a {
  color: #A92733;
}
.not-front.grid .footer{
    margin-top: 750px;
}



/*Slider*/
.content.row .row.screen-1 .carousel-indicators{
    display: block;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    text-align: left;
    margin-left: 30px;
    top: 15px;
}
#myCarousel .carousel-caption{
    width: 60%;
    right: 0;
    left: 0;
    top: initial;
    bottom: 0;
    padding: 10px;
}
#myCarousel .carousel-caption p{
    color: #fff;
    font-family: "RobotoSlab-Light";
    font-size: 22px;
    line-height: 1;
    padding: 0;
    margin: 0;
    display: none;
}
#myCarousel .carousel-caption p span{
    display: block;
}
#myCarousel .carousel-caption a{
    color: #fff;
    font-family: "RobotoSlab-Light";
    font-size: 12px;
    background-color: #4aa9c9;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    margin-top: 0;
}
#myCarousel .carousel-caption h4{
    color: #fff;
    font-family: "RobotoSlab-Regular";
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
    display: none;
}
.carousel-indicators .active {
    background: #333;
    margin: 0 2px;
    border: 1px solid #333;
}
.carousel-indicators li, .carousel-indicators .active{
    width: 14px;
    height: 14px;
}
.carousel-indicators li{
    background-color: #e9e9e9;
    border: 1px solid #999;
    border-radius: 3px;
    margin: 0 2px;
}


/*Pagination*/
.pagination>li>a, .pagination>li>span{
    margin: 0 1px;
}

@media (min-width: 376px){
    .header a.navbar-brand{
        font-size: 16px;
        padding-left: 115px;
    }
}
@media (min-width: 425px){
    .not-front .row.item-row.prepody-one .left .submit button{
        width: auto;
    }
    .not-front .row.item-row.prepody-one .left .form{
        border: 1px solid #ccc;
        padding: 30px;
    }
    .content .screen-1 .left .row{
        padding-bottom: 0;
    }
}
@media (min-width: 768px){
    .navbar-default .navbar-nav>li:first-child>a{
        margin-left: 0;
    }
    .navbar-default .navbar-nav>.active>a:before, .navbar-default .navbar-nav>li>a:hover:before{
        background-color: #ff8800;
        height: 50px;
        bottom: -47px;
    }
    .header .row.middle{
        padding: 15px 0 0;
    }
    .header.row{
        padding-bottom: 20px;
    }
    .not-front.grid .footer{
        margin-top: 200px;
    }
    .not-front .content.row .row .wrapper{
        padding-right: 0;
    }
    .not-front .row.item-row.prepody-one .left .submit{
        text-align: right;
    }
    .not-front .row.item-row.prepody-one .left .submit{
        margin-top: 0;
    }
    #myCarousel .carousel-caption {
        width: 60%;
        right: 0;
        left: initial;
        top: 60px;
        bottom: initial;
        padding: 30px 0 30px 30px;
    }
    #myCarousel .carousel-caption p{
        display: block;
    }
    #myCarousel .carousel-caption h4{
        display: block;
    }
    #myCarousel .carousel-caption a {
        margin-top: 20px;
    }
}
@media (min-width: 992px){
    .header.row .row.top .text-right{
        text-align: right;
    }
    .header ul{
        text-align: left;
    }
    .header.row .row.top{
        height: 30px;
    }
    .header .row.middle .col-md-5,
    .header .row.middle .col-lg-5{
        padding-right: 0;
    }
    .content .left ul li .item-row{
        padding-left: 80px;
    }
    .footer.row .container div:nth-child(1),
    .footer.row .container div:nth-child(2){
        margin-bottom: 0;
    }
    .not-front .content.row .container.item-row .image{
        padding-left: 0;
    }
    .not-front .row.item-row.prepody-one .left{
        padding-right: 60px;
    }
    .not-front .row.item-row.prepody-one .right{
        padding-left: 30px;
    }
    .not-front .row.item-row.prepody-one .left .form{
        margin-bottom: 100px;
    }
    .content .screen-2 .right{
        padding-left: 60px;
    }
    .content .screen-2 .row.submit button{
        width: auto;
    }
    .content .screen-2 .row.submit div:last-child{
        position: relative;
    }
    .content .screen-3{
        margin-top: 20px;
    }
    .content .screen-1 .left ul li{
        position: relative;
    }
    .content .screen-1 .left ul li:before{
        content: '';
        position: absolute;
        display: block;
        height: 250px;
        width: 800px;
        left: -408px;
        background-image: url(../images/bg_vilet.png);
    }
    .content .screen-1 .left ul li:first-child:before{
        background-image: url(../images/bg_orange.png);
    }
    .content .screen-1 .left ul li:last-child:before{
        background-image: url(../images/bg_blue.png);
    }
    .header.row .row.top .right{
        position: relative;
    }
    .header.row .row.top .right:before{
        content: '';
        position: absolute;
        background-color: #314961;
        height: 100%;
        width: 950px;
        left: -900px;
    }
    .content .screen-1 .left ul li:first-child h2 {
        margin-top: 3px;
    }
    .content .screen-1 .left ul li:last-child h2 {
        margin-top: 50px;
    }
    .content .screen-1 .left .row{
        text-align: left;
        padding-top: 0;
    }
    .content .screen-1 .left ul li .item-row:before{
        display: block;
    }
    .content.row .row.screen-1 {
        position: relative;
        overflow: hidden;
    }
    .content.row .row.screen-1 .slider{
        position: absolute;
        top: 0;
        height: 750px;
        width: auto;
        right: -15px;
        z-index: 0
    }
    .content.row .row.screen-1 .container .left{
        z-index: 2;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1100px;
    }
    .header.row{
        padding-bottom: 8px;
    }
    .content .screen-2 .row.submit div:last-child:before{
        content: 'V';
        position: absolute;
        color: #312a25;
        font-family: "RobotoSlab-Light";
        font-size: 18px;
        left: -16px;
        top: 27px;
    }
    .content .screen-1 .left ul li:before{
        content: '';
        position: absolute;
        display: block;
        height: 250px;
        width: 1600px;
        left: -1154px;
        background-image: url(../images/bg_vilet.png);
    }
    .content .screen-1 .left ul li:first-child h2 {
        margin-top: 12px;
    }
    .content .screen-1 .left ul li:last-child h2 {
        margin-top: 50px;
    }
}


.content .screen-1 .left, .content .screen-1 .right{    
/*    min-height: 750px;
    position: relative;*/
}
.content .screen-1 .left, .content .screen-1 .right img{
    
}
.block_title{
    color: #fff;
    font-size: 15px;
    background-color: #314961;
    display: block;
    padding: 10px;
    text-align: center;
    font-family: "RobotoSlab-Regular";
}
.nba{
    border: 1px solid #314961;
    margin: 10px 0;
    font-family: "RobotoSlab-Light";
}
.nba p,.nba h4,.nba a{
    padding: 15px;
}
.nba p,.nba a{
    font-size: 12px;
}
.nba a{
    display:block;
    color: #f28400;
}
.it_item li a{
    color: #f28400;
    font-family: "RobotoSlab-Light";
}
.course_picture{
    width: 85px;
    height: 85px;
    padding: 20px;
    margin: auto;
    text-align: center;
}
.course_picture img{
    width: initial;
    height: initial;
}
.course_menu{
    font-family: "RobotoSlab-Light";
    list-style: none;
    margin: 20px 0;
}
.course_menu li{
    display: inline-block;
    color: #312a25;
    font-size: 16px;
    font-family: "RobotoSlab-Regular";
    position: relative;
    padding: 10px 5px;
    text-align: left;
}
.course_menu li a{
    color: #312a25;
    font-size: 16px;
    font-family: "RobotoSlab-Regular";
    position: relative;
    padding: 10px 0;
    text-align: left;
}

.course_menu li.active a{
    color: #fff;
}
.course_block h2{
    font-size: 18px;
    font-family: "RobotoSlab-Bold";
}
.course_block figure{
    height: 250px;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}
.course_block figure img{
    width: 100%;
}
.course_block{
    border: 1px solid #ccc;
    padding-bottom: 20px;
}
.courses-mlist{
    margin-top:40px;
}
.course-form h2{
    font-size: 18px;
    font-family: "RobotoSlab-Bold";
}
.courses-grid{
    font-family: "RobotoSlab-Regular";
    color: #fff;
}
.rsf{
    font-family: "RobotoSlab-Regular";
}
.orange{
    color: #f28400;
}
.form_wrap{
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding: 15px;
}
.form_header{
    padding-left: 15px;
    padding-bottom: 15px;
}
.fullwidth{
    width: 100vw;
    position: relative;
    margin-left: -50vw !important;
    background-color: #eee;
    left: 50%;
}
.study_group{
    color:#fff;
    opacity: .8;
    width:204px;
}
.study_group:hover,.study_group:active,.study_group:focus{
	color: #fff;
}
.sggreen {
    background-color:green;
}
.sgorange{
    background-color:#f4b042;
}
.gr_active{
    opacity:1;
	color:#fff;
}
.gr_active:before {
   content:  "\2713  ";
}
.sglabel{
    color: #fff;
    padding: 3px;
    margin-right: 20px;
    text-align: center;
}
ul.clist li{
    list-style: disc;
    margin-left: 10px;
}