/* Sticky footer styles
-------------------------------------------------- */
/* Font
======================================= 
*/
@font-face {
    font-family: "PT Sans";
    src: url("/s/fonts/PT_Sans/ptsn400.eot");
    src: local("вєпёЋ"), url("/s/fonts/PT_Sans/ptsn400.eot?#iefix") format("embedded-opentype"), url("/s/fonts/PT_Sans/ptsn400.woff") format("woff"), url("/s/fonts/PT_Sans/ptsn400.ttf") format("truetype"), url("/s/fonts/PT_Sans/ptsn400.svg#webfont") format("svg");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "PT Sans";
    src: url("/s/fonts/PT_Sans/pt_sans-web-italic-webfont.eot");
    src: local("вєпёЋ"), url("/s/fonts/PT_Sans/pt_sans-web-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/s/fonts/PT_Sans/pt_sans-web-italic-webfont.woff") format("woff"), url("/s/fonts/PT_Sans/pt_sans-web-italic-webfont.ttf") format("truetype"), url("/s/fonts/PT_Sans/pt_sans-web-italic-webfont.svg#webfont") format("svg");
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: "PT Sans";
    src: url("/s/fonts/pt_sans-web-bold-webfont.eot");
    src: local("вєпёЋ"), url("/s/fonts/PT_Sans/pt_sans-web-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/s/fonts/PT_Sans/pt_sans-web-bold-webfont.woff") format("woff"), url("/s/fonts/PT_Sans/pt_sans-web-bold-webfont.ttf") format("truetype"), url("/s/fonts/PT_Sans/pt_sans-web-bold-webfont.svg#webfont") format("svg");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "PT Sans";
    src: url("/s/fonts/pt_sans-web-bolditalic-webfont.eot");
    src: local("вєпёЋ"), url("/s/fonts/PT_Sans/pt_sans-web-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("/s/fonts/PT_Sans/pt_sans-web-bolditalic-webfont.woff") format("woff"), url("/s/fonts/PT_Sans/pt_sans-web-bolditalic-webfont.ttf") format("truetype"), url("/s/fonts/PT_Sans/pt_sans-web-bolditalic-webfont.svg#webfont") format("svg");
    font-style: italic;
    font-weight: bold;
}
/* Font
======================================= 
*/
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 175px;
    font: 14px/1.2 "PT Sans", Arial, sans-serif;
}

html, body {
    min-width: 1100px;
    height: auto;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

*:focus {
    outline: none!important;
}


/* Custom page CSS
-------------------------------------------------- */

.container {
    /*width: 970px!important;*/
}

.container .text-muted {
    margin: 20px 0;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-default {
    min-width: 1100px;
    background: #fff;
    border: none;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);    
    margin-bottom: 30px;
}

.navbar-brand {
    height: auto;
    padding: 15px 15px 18px;
    padding-right: 30px;
}

.navbar-nav {
    /*border-top: 3px solid #0c4da2;*/
    border-top: 3px solid #ed1c24;
    float: right;
    width: calc(100% - 151px);
}

.header_top {
    display: block;
    float: left;
    width: 375px;
    margin-right: 10px;
}

.site_title {
    /*color: #0c4da2;*/
    color: #ed1c24;
    font-size: 19px;
    font-weight: 900;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0;
}

.site_descr {
    color: #454545;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    margin-bottom: 28px;
}

.navbar-default .navbar-nav.nav-justified>li {
    float: none;
}

.nav-justified > .dropdown:last-child .dropdown-menu {
    right: 0 !important;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    /*text-align: left;*/
    text-transform: uppercase;
    padding: 15px 3px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #000;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    /*color: #0c4da2;*/
    color: #ed1c24;
    background-color: transparent;
}

.navbar-nav>li>.dropdown-menu {
    border: none;
    border-radius: 0;
    background-color: #e7e7e7;
}

.dropdown-menu>li>a {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 20px;
}

.dropdown-menu>li>a:hover {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    /*background-color: #0c4da2;*/
    background-color: #ed1c24;
}

.glyphicon.glyphicon-search {
    /*color: #0c4da2;*/
    color: #ed1c24;
    cursor: pointer;
}

.header_form_search {
    margin-top: 50px;
    width: 189px;
    margin-right: 40px;
}

.header_form_search .form-control {
    height: 28px;
    border-radius: 0;
    border-right: none;
    background: #fff;
    box-shadow: none;
}

.header_form_search .form-control:active, .header_form_search .form-control:focus, 
.header_form_search .form-control:active+.input-group-addon, .header_form_search .form-control:focus+.input-group-addon {
    border-color: #92afd6;
}

.header_form_search .input-group-addon {
    padding: 3px 6px;
    border-radius: 0;
    background: #fff;
}

.account-block {
    float: right;
    display: block;
    width: 144px;
    /*color: #0c4da2;*/
    color: #ed1c24;
    font-size: 11px;
    font-weight: 700;
    line-height: 28px;
    text-align: right;
    margin-top: 50px;
    background: url(/i/new/new/user.png) no-repeat center left;
}

.account-block.user-info {
    background: none;
    text-align: left;
    line-height: 17px;
    margin-top: 35px;
}

.account-block a {
    /*color: #0c4da2;*/
    color: #ed1c24;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.account-block a:hover {
    color: #003172;
}

.account-block a:active, .account-block a:focus {
    text-decoration: none;
}

.account-block.user-info a {
    color:  #0c4da2;
    font-size: 14px;
    font-style: italic;
    line-height: 17px;
    font-weight: 400;
    text-transform: none;   
}

.account-block.user-info .user-actions {
    padding-top: 6px;
}

.account-block.user-info .user-actions a {
    color: #ed1c24;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    display: block;
    float: left;
    height: 17px;
    padding-left: 20px;
    margin-right: 14px;
    cursor: pointer;
}
.account-block.user-info .user-actions a.mail_cnt {
    background: url(/i/new/mail_orange_ico.png) no-repeat center left;
}

.account-block.user-info .user-actions a.msg_cnt {
    background: url(/i/new/msg_orange_ico.png) no-repeat center left;
}

.account-block.user-info .user-actions a.smile_cnt {
    background: url(/i/new/smile_orange_ico.png) no-repeat center left;
}

.account-block.user-info .user-actions a.accaut_out {
    margin-right: 0;
    background: url(/i/new/out_ico.png) no-repeat center left;
}

footer {
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    height: 124px;
    min-width: 1100px;
    padding: 0;
}

footer p {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    /*border-top: 3px solid #0c4da2;*/
    border-top: 3px solid #ed1c24;
    padding-top: 18px;
    margin-top: 0!important;
    width: 100%;
}

footer .navbar-nav.footer-navbar {
    border: none;
    margin-top: 3px;
    margin-bottom: 3px;
    width: auto;
}

footer .navbar-nav.footer-navbar>li:last-of-type>a {
    padding-right: 0;
}

footer .navbar-nav.footer-navbar>li>a {
    color: #000;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    text-align: left;
    text-transform: uppercase;
    padding: 15px 10px;
}

footer .navbar-nav.footer-navbar>li>a:hover {
    background: none;
    text-decoration: underline;
}

footer .social-links {
    color: #000;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    text-align: left;
    text-transform: uppercase;
    line-height: 49px;
}

footer .social-link {
    display: inline-block;
    width: 15px;
    height: 18px;
    margin-right: 7px;
    margin-bottom: -5px;
}

footer .social-link.fb {
    margin-left: 7px;
    background: url(/i/new/social/facebook.png) no-repeat center;
}

footer .social-link.vk {
    background: url(/i/new/social/vk.png) no-repeat center;
}

footer .social-link.ok {
    background: url(/i/new/social/ok.png) no-repeat center;
}

footer .social-link.tw {
    background: url(/i/new/social/twitter.png) no-repeat center;
}

footer .social-link.inst {
    background: url(/i/new/social/instagram.png) no-repeat center;
}

footer .social-link.telegram {
    background: url(/i/new/social/telegram.png) no-repeat center;
}

footer .social-link.whatsapp {
    background: url(/i/new/social/whatsapp.png) no-repeat center;
}

.modal .social-reg {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    margin-top: 5px;
}

.modal .social-reg.fb {
    background: url(/i/new/social/fb_reg.png) no-repeat center;
}

.modal .social-reg.vk {
    background: url(/i/new/social/vk_reg.png) no-repeat center;
}

.modal .social-reg.ok {
    background: url(/i/new/social/ok_reg.png) no-repeat center;
}

.modal .social-reg.mm {
    background: url(/i/new/social/mm_reg.png) no-repeat center;
}

#reg_form .modal-dialog, #auth_form .modal-dialog {
    width: 340px;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: 135px;
}

.modal-dialog .modal-content {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    border: none;
}

.modal .modal-header, .modal .modal-body, .modal .modal-footer {
    padding-left: 42px;
    padding-right: 42px;
}

.modal .modal-header {
    border: none;
    padding-top: 35px;
    padding-bottom: 0px;
}

.modal .modal-header .close {
    color: #0c4da2;
    font-weight: 400;
    text-shadow: none;
    opacity: 1;
    margin-top: -22px;
    margin-right: -25px;
}

.modal .modal-header .modal-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.modal .modal-body {
    padding-bottom: 45px;
}

.modal .form-control {
    border-radius: 0;
    box-shadow: none;
    padding: 3px 12px;
    height: 28px;
}

.modal .form-control:active, .modal .form-control:focus {
    border-color: #92afd6;
}

.modal .form-group {
    margin-bottom: 20px;
}

.modal form img {
    margin-top: -5px;
}

.modal .checkbox {
    margin-top: 0;
    margin-bottom: 26px;
}

.modal .checkbox.small_mb {
    margin-top: 0;
    margin-bottom: 16px;
}

.modal .checkbox input[type=checkbox] {
    border-radius: 0;
    box-shadow: none;
}

.modal a {
    color: #0c4da2;
}
.modal a.restore-link {
    line-height: 28px;
}
.modal p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

.modal button.btn {
    box-sizing: border-box;
    background-color: #0c4da2;
    height: 28px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    padding: 0 18px;
    text-align: center;
    border: 2px solid #0c4da2;
}

.modal button.btn:hover {
    background-color: #003172;
    border: 2px solid #003172;
    color: #fff;
}

.modal button.btn:active {
    background-color: #003172;
    border: 2px solid #003172;
    border-top: 2px solid #000;
    color: #fff;
}
.modal-backdrop.in {
    background: none;
}

.left-colum {
    width: 265px;
}
.right-colum {
    width: calc(100% - 265px);
}

.grey-border {
    border-style: solid;
    border-width: 4px;
    border-color:  #e9eaec;
    box-sizing: border-box;
    background-color:  rgba(242, 88, 34, 0);
    padding: 18px 20px;
    margin-bottom: 20px;
}

.grey-border address {
    /*color:  #e95c1f;*/
    color: #ed1c24;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}

.grey-border p {
    color:  #000000;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
}

.grey-border ul {
    padding-left: 0;
}

.grey-border ul li {
    color:  #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.grey-border ul li .fa {
    /*color: #f25822;*/
    color: #ed1c24;
    margin-right: 7px;
}

.orange-border {
    border-style: solid;
    border-width: 4px;
    border-color: #ed1c24;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}

.orange-border .left-block {
    display: block;
    float: left;
    width: 68px;
    box-sizing: border-box;
    color: #ed1c24;
    padding-right: 20px;
    border-right: #000 solid 3px;
}
.orange-border .left-block .big {
    display: block;
    font-size: 42px;
    line-height: 40px;
    font-weight: 700;    
}
.orange-border .left-block .small {
    display: block;
    font-size: 22px;
    font-weight: 700;  
    text-align: center;
    line-height: 22px;
}

.orange-border .right-block {
    display: block;
    float: left;
    width: calc(100% - 68px);
    box-sizing: border-box;
    color: #ed1c24;
    padding-left: 20px;
}

.orange-border .right-block .big {
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
}

.orange-border .right-block .small {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
}

.blue-border {
    display: block;
    border-style: solid;
    border-width: 4px;
    border-color: #ed1c24;
    box-sizing: border-box;
    background-color:  rgba(242, 88, 34, 0);
    padding: 18px 13px;
    margin-bottom: 20px;
}

.blue-border .left-block {
    display: block;
    float: left;
    width: 65px;
}

.blue-border .left-block img {
    display: block;
    width: 100%;
}

.blue-border .right-block {
    display: block;
    float: left;
    width: calc(100% - 65px);
    box-sizing: border-box;
    padding-left: 16px;   
}

.blue-border .right-block span {
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-align: left;
}

.blue-border .right-block span.orange {
    color: #ed1c24;
    text-transform: uppercase;
    line-height: 18px;
}

.grey-border-light {
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color:  #e9eaec;
    box-sizing: border-box;
    background-color:  rgba(242, 88, 34, 0);
    padding: 24px 22px;
    margin-bottom: 20px;
}

.grey-border-light p {
    color:  #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px
}

.grey-border-light h3 {
    color:  #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    padding-left: 38px;
    background: url(/i/new/hard_inner_ico.png) no-repeat center left;  
    background-position-y: 4px;
    margin-top: 16px;
}

.grey-border-light h3.child {
    background: url(/i/new/child_inner_ico.png) no-repeat center left;  
}

.grey-border-light h3.child a, .grey-border-light h3.adult a {
    color: #000;
}

.grey-border-light select {
    width: 100%;
    margin-bottom: 11px;
    border-style: solid;
    border-width: 1px;
    border-color:  #c9c9c9;
    box-sizing: border-box;
    background-color:  #fff;
    line-height: 28px;
    height: 28px;
    color:  #000;
    font-size: 13px;
    font-weight: 400;
}

.grey-border-light select option {
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    width: 100%;
}

.grey-border-light select option:hover {
    background: #0c4da2;
    color: #fff;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
    width: 100%;
}

.grey-border-light select option:checked {
    background:  #e6e6e6;
    height: 25px;
    line-height: 25px;
}

.grey-border-light button {
    box-sizing: border-box;
    /*background-color: #0c4da2;*/
    background-color: #ed1c24;
    width: 100%;
    height: 28px;
    line-height: 14px;
    text-align: center;
    color:  #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    /*border: 2px solid #0c4da2;*/
    border: 2px solid #ed1c24;
}

.grey-border-light button:hover {
    /*background-color: #003172;
    border: 2px solid #003172;*/
    background-color: #b8080f;
    border: 2px solid #b8080f;
    color: #fff;
}

.grey-border-light button:active, .grey-border-light button:focus {
    background-color: #003172;
    border: 2px solid #003172;
    border-top: 2px solid #000;
    color: #fff;
}

.grey-border-light h3.interview {
    text-transform: uppercase;
    /*color:  #f1551d;*/
    color: #ed1c24;
    font-size: 13px;
    font-weight: 700;
    margin-top: 0;
    line-height: 17px;
    height: 17px;
    padding-left: 27px;
    padding-top: 3px;
    background: url(/i/new/new/quest_ico.png) no-repeat center left;
}

.grey-border-light .interview + form h3 {
    background: none;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
}

.grey-border-light button.btn-link {
    margin-top: 10px;
    background: #fff;
    border-color: #fff;
    /*color:  #0c4da2;*/
    color: #ed1c24;
}

.right-colum > .row {
    margin-left: -20px;
}

.right-colum > .row > div{
    padding: 0 8px;
}

.right-colum .grey-border-light {
    padding: 15px;
}

.tiket {
    display: inline-block;
    height: 20px;
    color:  #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 9px;
}

.tiket.blue {
    /*background-color:  #0c4da2;*/
    background-color: #ed1c24;
}

.tiket.orange {
    /*background-color:  #f25822;*/
    background-color: #ed1c24;
}

.tiket.orange.with_ico {
    /*color:  #f25822;*/
    color: #ed1c24;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    background: none;
    padding-left: 26px;
    background: url(/i/new/new/review-ico.png) no-repeat center left;
    margin-bottom: 14px;
}

.right-colum .grey-border-light.article-big h3 {
    padding-left: 0;
    background: none;
    margin-top: 11px;
    color:  #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
}

.right-colum .grey-border-light.article-big h3 a {
    color:  #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
}

.right-colum .grey-border-light.article-big img {
    float: left;
    margin-right: 13px;
    margin-bottom: 13px;
}

.right-colum .grey-border-light.article-big p {
    color:  #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.right-colum .grey-border-light.article-small {
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 0;
}

.right-colum .grey-border-light.article-small.first {
    border-top: solid 1px #e9eaec;
}

.right-colum .grey-border-light.article-small.last {
    margin-bottom: 20px;
}

.right-colum .grey-border-light.article-small img {
    margin-right: 13px;
}

.right-colum .grey-border-light.article-small span {
    color:  #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    display: table-cell;
    vertical-align: middle;
}

.right-colum .grey-border-light.article-big .news_date {
    display: inline-block;
    color:  #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    margin-left: 8px;
}

.right-colum .grey-border-light.article-big .video-bg {
    display: inline-block;
    position: relative;
    height: 110px;
}

.right-colum .grey-border-light.article-big .video-bg .video-play-ico {
    display: block;
    width: 48px;
    height: 48px;
    background: url(/i/new/play_ico.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
}

.right-colum .grey-border-light .article-author {
    display: block;
    color:  #0c4da2;
    font-size: 14px;
    font-style: italic;
    line-height: 17px;
    text-align: center;
    width: 100px;
}

.right-colum .grey-border-light .btn.btn-link {
    padding: 0;
    color:  #003797;
    font-size: 11px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    border: none;
    margin-top: 14px;
}

.main-page .article-big, .main-page .article-small {
    position: relative;
}

.main-page .article-big, .main-page .article-small {
    margin-bottom: 15px;
}

.shadow-mask:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.main-page .article-big img, .main-page .article-small img {
    width: 100%;
}


.main-page .article-big .article-content, .main-page .article-small .article-content {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 20px;
    color: #fff;
}

.navbar-default .navbar-collapse {
    padding-right: 0;
}

.main-page .article-big h3, .main-page .article-small h3 {
    margin-top: 14px;
}

.main-page .article-big h3, .main-page .article-small h3, .main-page .article-big h3 a, .main-page .article-small h3 a {
    color:  #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.main-page .article-big p, .main-page .article-small p {
    color:  #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.main-page > .row > div {
    padding: 0 8px;
}

.main-page .article-small .left {
    display: block;
    float: left; 
    width: 113px;
}

.main-page .article-small .left img {
    display: block;
    width: 50px;
    margin: 0 auto 10px;
}

.main-page .article-small .left .article-author {
    display: block;
    width: 100%;
    color:  #0c4da2;
    font-size: 14px;
    /*font-style: italic;*/
    line-height: 17px;
    text-align: center;
}

.main-page .article-small .right {
    display: block;
    float: left; 
    width: calc(100% - 113px);
    color:  #000;
}

.main-page .article-small .right h3 {
    color:  #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 0;
    background: none;
    margin-top: 0;
}

.main-page .article-small .right p {
    color:  #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 0;
}

.main-page .article-small.author_col {
    padding: 19px 22px;
}

.main-page .grey-border-light h3 {
    color:  #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
    padding-left: 50px;
    background: url(/i/new/new/hard_ico.png) no-repeat center left;  
    /*background-position-y: 4px;*/
}

.main-page .grey-border-light h3.child {
    background: url(/i/new/new/child_ico.png) no-repeat center left;  
    background-size: contain;
}

.main-page .grey-border-light.video-block {
    padding: 0 0 20px;
}

.main-page .grey-border-light.video-block .video-bg {
    position: relative;
}

.main-page .grey-border-light.video-block .video-bg .video-play-ico {
    display: block;
    width: 70px;
    height: 48px;
    background: url(/i/new/new/youtube-ico.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -35px;
}

.main-page .video-block .tiket.blue {
    margin: 23px 23px 13px;
    padding-left: 30px;
    background: url(/i/new/new/youtube-small-ico.png) no-repeat center left;
    /*color:  #0c4da2;*/
    color: #ed1c24;
    font-size: 13px;
    font-weight: 700;
    /*line-height: 28px;*/
    line-height: 24px;
}

.main-page .video-block a:hover .tiket.blue{
    text-decoration: underline;
}

.main-page .video-block h3 {
    margin-left: 23px;
    margin-top: 0;
    color:  #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding-left: 0;
    background: none;
}

.main-page .video-block h3 a {
    color:  #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.main-page .grey-border-light button {
    width: auto;
    float: right;
    margin-top: 0;
    line-height: 14px;
}

.main-page .grey-border-light button.btn-link {
    margin-right: 25px;
}

.main-page .grey-border-light.quest h3 {
    color:  #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.main-page .grey-border-light.quest h3.interview {
   /*color:  #f1551d;*/
    color: #ed1c24;
   font-size: 13px;
   font-weight: 700;
   line-height: 28px;
   background: url(/i/new/new/quest_ico.png) no-repeat left 2px;
   background-size: auto;
   height: auto;
   padding-left: 27px;
}


.main-page .grey-border-light.quest .radio label {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

.main-page .grey-border-light select {
    width: calc(100% - 80px);
}

.main-page .grey-border, .main-page .blue-border, .main-page .orange-border {
    border-width: 6px;
}

.main-page .our_projects {
    padding-left: 27px;
    color: #ed1c24;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    height: 18px;
    background: url(/i/new/star_ico.png) no-repeat center left;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-decoration: none;
}

.main-page a.blue-border:hover, .main-page a.orange-border:hover {
    text-decoration: none;
}

.main-page .orange-border .left-block {
    border-right: #000 solid 4px;
    width: 98px;
    margin-bottom: 20px;
}

.main-page .orange-border .right-block {
    width: calc(100% - 98px);
}

.main-page .orange-border .left-block .big {
    font-size: 62px;
    line-height: 60px;
}

.main-page .orange-border .left-block .small {
    font-size: 36px;
}

.main-page .orange-border .right-block .big {
    font-size: 34px;
    line-height: 40px;
    text-transform: uppercase;
}

.main-page .orange-border .right-block .small {
    font-size: 17px;
}

.main-page .blue-border .left-block {
    width: 97px;
}

.main-page .blue-border .right-block {
    width: calc(100% - 97px);
}

.main-page .blue-border .right-block span {
    font-size: 15px;
    font-weight: 700;
    line-height: 17px;
}

.main-page .blue-border .right-block span.orange {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.main-page .blue-border, .main-page .orange-border,
.main-page .phone.grey-border {
    height: 195px;
}

.main-page .grey-border address {
    margin: 0 0 2px 0;
}

.main-page .grey-border p {
    margin-bottom: 5px;
}

.main-page .grey-border ul {
    margin: 0;
}

.mb_24 {
    margin-bottom: 24px;
}

.pb_17 {
    padding-bottom: 17px;
}

.main-page .article-big .article-content.services-form {
    bottom: auto;
    top: 0;
}

.main-page .article-big .article-content.services-form h3 {
    margin-top: 10px;
}

.main-page .article-big .article-content.services-form h3.services {
    /*color:  #f1551d;*/
    color: #fff;
    font-size: 13px;/* Приближение из-за подстановки шрифтов */
    font-weight: 700;
    line-height: 20px;
    padding-left: 26px;
    background: url(/i/new/new/setting-ico.png) no-repeat center left;
    background-position-y: 0px;
    text-transform: uppercase;
    margin-top: 24px;
}

.main-page .services-form span {
    color:  #ffffff;
    font-size: 13px;/* Приближение из-за подстановки шрифтов */
    font-weight: 400;
    line-height: 28px;
}

.main-page .services-form .radio span {
    margin-right: 18px;
}

.main-page .services-form .radio label {
    color:  #ffffff;
    font-size: 13px;/* Приближение из-за подстановки шрифтов */
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 12px;
}

.main-page .services-form .radio input[type=radio] {
    top: 2px;
    margin-right: 5px;
}

.main-page .services-form .col-xs-6 {
    position: relative;
}

.main-page .services-form .form-group {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.main-page .services-form .form-group label {
    color:  #ffffff;
    font-size: 13px;/* Приближение из-за подстановки шрифтов */
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

.main-page .services-form input[type=text] {
    width: 60px;
    height: 28px;
    color:  #000000;
    font-size: 13px;/* Приближение из-за подстановки шрифтов */
    font-weight: 400;
    line-height: 28px;
    float: right;
    border-width: 1px;
    box-sizing: border-box;
    padding: 0 5px;
    padding-right: 22px;
    position: relative;
    border-radius: 0;
}

.main-page .services-form ins {
    display: block;
    content: " ";
    height: 6px;
    width: 8px;
    position: absolute;
    right: 8px;
    top: 50%;
    cursor: pointer;
}

.main-page .services-form ins.up {
    margin-top: -8px;
    background: url(/i/new/new/arrow_top.png) no-repeat center;
}

.main-page .services-form ins.down {
    margin-top: 3px;
    background: url(/i/new/new/arrow_down.png) no-repeat center;
}

.main-page .services-form .btn-services {
    box-sizing: border-box;
    /*background-color: #e95c1f;*/
    background-color: #ed1c24;
    height: 28px;
    color:  #ffffff;
    font-size: 12px;/* Приближение из-за подстановки шрифтов */
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    padding: 0 18px;
    float: right;
    border: none;
    border-radius: 0;
    /*border: 1px solid #e95c1f;*/
    border: 1px solid #ed1c24;
}

.main-page .services-form .btn-services:hover {
    /*background-color: #c53b00;
    border: 1px solid #c53b00;*/
    background-color: #b8080f;
    border: 1px solid #b8080f;
}

.main-page .services-form .btn-services:active, .main-page .services-form .btn-services:focus {
    background-color: #c53b00;
    border: 1px solid #c53b00;
    border-top: 1px solid #8e2700;
    color: #fff;
}

.main-page button {
    font-family: "PT Sans", Arial, sans-serif;
}

/** **/
.pagination>li>a, .pagination>li>span {
    float: none;
}

.video-list {
    width: 560px;
}

.video-title,
.video-body {
    width: 280px;
}

.right-colum .grey-border-light.article-big h3 {
    margin-bottom: 10px;
}

.phone address {
    font-family: inherit;
}

.authors {
    width: auto;
}

.main-news-name h2 {
    width: 320px;
    margin: 0 30px 0 0;
    padding: 0;
}

.main-news-block {
    width: 320px;
    margin: 0 30px 0 0;
}

.topics-block {
    width: 350px;
}

h1,
h2,
.content h1 {
    color: #000;
    font-weight: bold;
}

.sidebar h4 {
    background: transparent;
    padding: 0;
    font-size: 14px;
    color: #333;
    margin: 0 0 10px 0;
}

.sidebar ul {
    list-style: none;
}

.sidebar ul > li{
    margin: 0 0 5px 0;
}

.lt, .rt, .lb, .rb {
    background: none;
}

.status-field,
.status-field > div {
    background: none;
}

.api_profile{
    margin-top:13px;
}
.inner-title {
    margin: 24px 3px 11px;
    font-weight: 600;
    font-size: 15px;
}

form.survey a.show_result{
    color: #ed1c24;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
}