body {
    font-family: 'Roboto', sans-serif;
}
header {
    position: relative;
}
#bx_sitemap_top.adblock-here,
.top-menu-clone.adblock-here {
    top: 173px;
}
#logo {
    display: block;
    background-image: url('imgs/logo.png');
    background-size: 132px 27px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-decoration: none;
    width: 132px;
    height: 27px;
    float: left;
    margin: 35px 35px 28px 0;
}
#logo.en {
    background-image: url('imgs/logo_en.png');
}
@media (-webkit-min-device-pixel-ratio: 2) {
    #logo {
        background-image: url('imgs/logo@2x.png');
    }
	#logo.en {
    	background-image: url('imgs/logo_en@2x.png');
	}
}
#order-call {
    background-image: url('imgs/bubble.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 21px 19px;
    width: 21px;
    height: 19px;
    display: block;
    float: left;
    margin-top: 37px;
    margin-left: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    #order-call {
        background-image: url('imgs/bubble@2x.png');
    }
}
.social-buttons {
    border-bottom: 1px solid #dddddd;
    padding: 21px 0 21px 30px;
    font-size: 0;
}
.social-buttons li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.social-buttons li a {
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}
.social-buttons li a.twitter {
    background-image: url('imgs/twitter_sm.png');
}
.social-buttons li a.gplus {
    background-image: url('imgs/gplus_sm.png');
}
.social-buttons li a.youtube {
    background-image: url('imgs/youtube_sm.png');
}

.social-buttons li a.rutube{
    background-image: url('imgs/rutube_small.png');
}
.social-buttons li a.vkvideo{
    background-image: url('imgs/vk_video_small.png');
}
.social-buttons li a.vk {
    background-image: url('imgs/vk_sm.png');
}
.social-buttons li a.fb {
    background-image: url('imgs/fb_sm.png');
}
.social-buttons li a.ok {
    background-image: url('imgs/ok_sm.png');
}
@media (-webkit-min-device-pixel-ratio: 2) {
    .social-buttons li a.twitter {
        background-image: url('imgs/twitter_sm@2x.png');
    }
    .social-buttons li a.gplus {
        background-image: url('imgs/gplus_sm@2x.png');
    }
    .social-buttons li a.youtube {
        background-image: url('imgs/youtube_sm@2x.png');
    }
    .social-buttons li a.vk {
        background-image: url('imgs/vk_sm@2x.png');
    }
    .social-buttons li a.fb {
        background-image: url('imgs/fb_sm@2x.png');
    }
    .social-buttons li a.ok {
        background-image: url('imgs/ok_sm@2x.png');
    }
}
@media (max-width: 1200px) {
    header > .site-selector {

    }
    header > .search {

    }
    header > .social-buttons {
        padding-left: 15px;
    }
}
@media (max-width: 1200px) and (min-width: 991px) {
    header > .search .search-inner-box input[type="text"] {
        width: 160px;
    }
    header > .search .search-inner-box input[type="text"]:focus {

    }
}
@media (max-width: 768px) {
    header > .search {
        display: none;
    }
    header > .social-buttons {
        display: none;
    }
}
@media (max-width: 991px) {
    #order-call {
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    header > .site-selector {
        /* display: none; */
    }
    .top-menu {
        display: none;
    }
    #order-call {
        display: none;
    }
}
@media (min-width: 769px) {
    #burger {
        display: none;
    }
}
#burger {
    position: absolute;
    right: 0;
    top: 0;
    height: 90px;
    padding: 36px 20px 0 17px;
    cursor: pointer;
}
#burger .cutlet {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
#burger .cutlet.first {
    display: block;
    background-color: #221e1f;
    height: 4px;
    width: 18px;
    border-top: 1px solid #221e1f;
    border-left: 1px solid #221e1f;
    border-right: 1px solid #221e1f;
    border-bottom: 1px solid #221e1f;
    margin-bottom: 2px;
    margin-top: 3px;
}
#burger .cutlet.second {
    display: block;
    background-color: #221e1f;
    height: 2px;
    width: 18px;
    border-top: 1px solid #221e1f;
    border-left: 1px solid #221e1f;
    border-right: 1px solid #221e1f;
    border-bottom: 1px solid #221e1f;
    margin-bottom: 2px;
}
#burger .cutlet.third {
    display: block;
    background-color: #221e1f;
    height: 4px;
    width: 18px;
    border-top: 1px solid #221e1f;
    border-bottom: 1px solid #221e1f;
    border-left: 1px solid #221e1f;
    border-right: 1px solid #221e1f;
}
#burger.openBurger {
    background-color: #525252;
}
#burger.openBurger .cutlet.first {
    background-color: #5392bf;
    border-top: 1px solid #5392bf;
    border-left: 1px solid #5392bf;
    border-right: 1px solid #5392bf;
    border-bottom: 1px solid #5392bf;
}
#burger.openBurger .cutlet.second {
    background-color: #5392bf;
    border-top: 1px solid #5392bf;
    border-left: 1px solid #5392bf;
    border-right: 1px solid #5392bf;
    border-bottom: 1px solid #5392bf;
}
#burger.openBurger .cutlet.third {
    background-color: #5392bf;
    border-top: 1px solid #5392bf;
    border-left: 1px solid #5392bf;
    border-right: 1px solid #5392bf;
    border-bottom: 1px solid #5392bf;
}
#right-menu {
    position: absolute;
    top: 58.5px;
    right: 0;
    z-index: 100000;
    font-size: 0;
    display: none;
}
@media (min-width: 769px) {
    #right-menu {
        display: none !important;
    }
}
#right-menu #left {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    width: 320px;
}
#right-menu #right {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    width: 320px;
}
@media (max-width: 991px) {
    #right-menu {
        width: 100%;
    }
    #right-menu #left {
        display: block;
        width: 100%;
    }
    #right-menu #right {
        display: block;
        width: 100%;
    }
}
@media (max-width: 768px) {
    #right-menu {
        width: 100%;
    }
    #right-menu #left {
        display: block;
        width: 100%;
    }
    #right-menu #right {
        display: block;
        width: 100%;
    }
    #burger {
        height: 58.5px;
        padding: 18px 24px 0 24px;
        border-left: 1px solid #ddd;
    }
    #burger.openBurger {
        background-color: #282828;
    }
    #burger .cutlet.first,
    #burger .cutlet.second,
    #burger .cutlet.third {
        height: 3px;
        width: 24px;
    }
}
#right-menu #right .top {
    background-color: #525252;
    padding: 18px 0;
    border-bottom: 1px solid #616161;
}
#right-menu #right .social-buttons {
    padding: 0 0 0 46px;
    margin: 0;
    border-bottom: none;
    float: left;
}
#right-menu #right .social-buttons li a {
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
}
#right-menu #right .social-buttons li a.twitter {
    background-image: url('imgs/twitter_lg.png');
}
#right-menu #right .social-buttons li a.gplus {
    background-image: url('imgs/gplus_lg.png');
}
#right-menu #right .social-buttons li a.youtube {
    background-image: url('imgs/youtube_lg.png');
}
#right-menu #right .social-buttons li a.vk {
    background-image: url('imgs/vk_lg.png');
}
#right-menu #right .social-buttons li a.fb {
    background-image: url('imgs/fb_lg.png');
}
#right-menu #right .social-buttons li a.ok {
    background-image: url('imgs/ok_lg.png');
}
@media (-webkit-min-device-pixel-ratio: 2) {
    #right-menu #right .social-buttons li a.twitter {
        background-image: url('imgs/twitter_lg@2x.png');
    }
    #right-menu #right .social-buttons li a.gplus {
        background-image: url('imgs/gplus_lg@2x.png');
    }
    #right-menu #right .social-buttons li a.youtube {
        background-image: url('imgs/youtube_lg@2x.png');
    }
    #right-menu #right .social-buttons li a.vk {
        background-image: url('imgs/vk_lg@2x.png');
    }
    #right-menu #right .social-buttons li a.fb {
        background-image: url('imgs/fb_lg@2x.png');
    }
    #right-menu #right .social-buttons li a.ok {
        background-image: url('imgs/ok_lg@2x.png');
    }
}
#right-menu #right .site-selector {
    float: right;
    padding: 0 50px 0 0;
    position: relative;
    right: 0;
}
#right-menu #right .site-selector a {
    font-size: 11px;
    color: #555;
    border: 1px solid #555;
    padding: 10px;
}
#right-menu #right .search {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #454545;
    border-top: 1px solid #616161;
}
#right-menu #right .search-inner-box {
    width: 224px;
    margin: 0 auto;
    padding: 24px 0;
}
#right-menu #right .search .search-inner-box input[type="text"] {
    height: 36px;
    width: 100%;
    font-size: 16px;
    color: #000;
    padding-right: 27px;
}
#right-menu #right .search .search-submit-button {
    background-image: url('imgs/search.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 19px 19px;
    width: 19px;
    height: 19px;
    top: 33px;
    right: 8px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    #right-menu #right .search .search-submit-button {
        background-image: url('imgs/search@2x.png');
    }
}
.block-h1 {
    background: url('imgs/h1-bg.jpg') no-repeat scroll center top transparent;
    background-size: cover;
}

h1 {
    font-size: 70px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 58px;
    margin: 30px 0 35px;
}

.block-h1 h1 {
    font-size: 70px;
    color: #fff;
    padding-left: 175px;
}
.block-h1 h1.less {
    font-size: 60px;
}
.block-h1-new h1.mid {
    font-size: 100px;
    color: #fff;
    padding-left: 175px;
}

@media (max-width: 1200px) {
    .block-h1 h1 {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .block-h1-new h1.mid {
        font-size: 72px;
    }
    .block-h1-new h1.less {
        font-size: 50px
    }
}
@media (max-width: 768px) {
    h1,
    .block-h1 h1,
    .block-h1-new h1.mid {
        font-size: 35px;
        margin: 15px 0 17.5px;
    }
}
body.index h1, .h1 {
    font-size: 36px;
    color: #1f1e1f;
    line-height: 46px;
    padding-left: 0;
    text-transform: uppercase;
}
body.index h1 {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.h1 {
    font-weight: 100;
}
article {
    padding-top: 30px;
}
@media (max-width: 1200px) {
    body.politerm article,
    body.catalog_index article {
        padding-left: 15px;
        padding-right: 15px;
    }
    body.catalog_index .bx_breadcrumbs ul li:first-child a {
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    article {
        padding-top: 15px;
    }
}
body.index article {
    font-size: 14px;
    color: #211e1f;
    line-height: 24px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
}
article a {
    color: #679fc6;
    text-decoration: none;
}
article a:hover {
    color: #679fc6;
    text-decoration: underline;
}
article .snippet1 {
    font-weight: 300;
    font-size: 20px;
    color: #1f1e1f;
    line-height: 36px;
}
article .lead {
    margin-top: 20px;
}
#content.container {
    padding: 0 !important;
}
body.index #workarea {
    border-right: 1px solid #dddddd;
}
@media (min-width: 1200px) {
    .col-md-10-af {
        float: left;
        width: 83.3333%;
    }
}
@media (max-width: 500px) {
    body.index #workarea {
        border-right: none;
    }
}
@media (min-width: 500px) {
    .col-md-9-af {
        width: 50%;
        float: left;
    }
    .col-md-3-af {
        width: 50%;
        float: left;
    }
}
@media (min-width: 768px) {
    .col-md-9-af {
        width: 66.66666%;
        float: left;
    }
    .col-md-3-af {
        width: 33.33333%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-md-9-af {
        width: 75%;
        float: left;
    }
    .col-md-3-af {
        width: 25%;
        float: left;
    }
}
@media (max-width: 991px) {
    #workarea {
        border-right: none;
    }
}
@media (max-width: 768px) {
    #workarea {
        border-right: none;
    }
}
footer {
    /*background-color: #eeeeee;*/
    background-color: #363636;
    padding: 60px 0;
    margin-top: 85px;
}
#copyright {
    text-align: center;
    font-size: 11px;
    /*color: #211e1f;*/
    color: #dadada;
    line-height: 12px;
    padding: 55px 0 0;
}
@media (max-width: 768px) {
    #copyright {
        padding: 22px 0 0;
    }
}
.right-info {
    padding: 0;
}
@media (max-width: 991px) {
    .right-info {
        width: 25%;
        float: left;
    }
}
@media (max-width: 768px) {
    .right-info {
        width: 100%;
        float: none;
    }
    .right-info .col-md-12 {
        width: 100%;
        display: block;
        text-align: center;
    }
}
@media (min-width: 991px) {
    .logo, .social, #artfactor-design {
        height: 63px;
        display: table;
    }
}
footer .logo {
    display: block;
    background-image: url('imgs/footer_logo.png');
    background-size: 132px 27px;
    background-position: 30px 0;
    background-repeat: no-repeat;
    padding-bottom: 24px;
    padding-left: 30px;
    /*border-bottom: 1px solid #ddd;*/
    border-bottom: 1px solid #505050;
}
footer .logo.en {
    background-image: url('imgs/footer_logo_en.png');
}
@media (-webkit-min-device-pixel-ratio: 2) {
    footer .logo {
        background-image: url('imgs/footer_logo@2x.png');
    }
	footer .logo.en {
    	background-image: url('imgs/footer_logo_en@2x.png');
	}
}
@media (max-width: 768px) {
    footer .logo {
        background-position: center 0;
    }
}
@media (max-width: 768px) {
    footer {
        margin-top: 20px;
        padding: 0 0 30px;
    }
    footer .logo {
        background-position: center 20px;
    }
}
footer .social {
    padding: 17px 0 12px 30px;
    /*border-bottom: 1px solid #ddd;*/
    border-bottom: 1px solid #505050;
}
footer .social > span {
    font-size: 12px;
    /*color: #221e1f;*/
    color: #dadada;
    text-transform: uppercase;
    line-height: 30px;
}
footer .social-buttons {
    float: none;
    padding: 8px 0 0 12px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    border-bottom: none;
}
#artfactor-design {
    font-size: 11px;
    /*color: #221e1f;*/
    color: #dadada;
    line-height: 16px;
    padding: 10px 0 0 30px;
}
#artfactor-design a {
    color: inherit;
}
@media (max-width: 1200px) {
    .bottom-level-list-2 .col-md-6 {
        border-right: none;
    }
    #footer-menu {
        width: 20%;
    }
    .right-info {
        width: 30%;
    }
}
@media (max-width: 991px) {
    .logo, .social, #artfactor-design {
        height: 63px;
        display: table;
        width: 100%;
    }
    .bottom-level-list-2 {
        width: 40%;
    }
    #footer-menu {
        width: 20%;
    }
    .right-info {
        width: 40%;
    }
}
@media (max-width: 768px) {
    .logo, .social, #artfactor-design {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (min-width: 991px) {
    #sidebar {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
#sidebar .version {
    font-size: 12px;
    color: #1f1e1f;
    padding-bottom: 24px;
    border-bottom: 1px solid #dddddd;
    padding-left: 30px;
    padding-right: 0;
}
#sidebar .version span {
    font-weight: 300;
    font-size: 36px;
    vertical-align: middle;
}
#sidebar .onlinecalc, .sect-menu .onlinecalc {
    font-weight: 300;
    font-size: 17px;
    color: #1f1e1f;
    text-transform: uppercase;
    padding: 40px 0 40px 30px;
    border-bottom: 1px solid #dddddd;
}
#sidebar .onlinecalc a, .sect-menu .onlinecalc a {
	padding: 25px;
	/*border: 1px solid #ddd;*/
	border-radius: 8px;
	color: #fff;
	background: #e97239;
}
#sidebar .russia, .sect-menu .russia {
    font-weight: 300;
    font-size: 17px;
    color: #1f1e1f;
    text-transform: uppercase;
    padding: 21px 0 21px 30px;
    border-bottom: 1px solid #dddddd;
}
@media (max-width: 500px) {
    .sect-menu .russia {
        padding-left: 15px;
    }
}
.sect-menu .russia {
    background-color: #eeeeee;
    border-bottom: none;
}
@media (max-width: 768px) {
    /*#sidebar .version {
        border-bottom: 1px solid #eeeeee;
        display: none;
    }*/
    #sidebar .russia {
        background-color: #eeeeee;
        border-bottom: 1px solid #eeeeee;
    }
}
#sidebar .russia .ico, .sect-menu .russia .ico {
    background-image: url('imgs/made_in_russia.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}
.svg #sidebar .russia .ico, .svg .sect-menu .russia .ico {
    background-image: url('imgs/made_in_russia.svg');
}
@media (min-width: 820px) {
    #sidebar .russia .ico + a span, .sect-menu .russia .ico + a span {
        display: inline-block;
        vertical-align: middle;
    }
    #sidebar .russia .ico + a span br, .sect-menu .russia .ico + a span br {
        display: none;
    }
}
@media (min-width: 500px) and (max-width: 820px) {
    #sidebar .russia .ico + a span, .sect-menu .russia .ico + a span {
        display: inline-block;
        vertical-align: top;
    }
    #sidebar .russia .ico + a span br, .sect-menu .russia .ico + a span br {
        display: inline;
    }
}
@media (max-width: 500px) {
    #sidebar .russia .ico + a span, .sect-menu .russia .ico + a span {
        display: inline-block;
        vertical-align: middle;
    }
    #sidebar .russia .ico + a span br, .sect-menu .russia .ico + a span br {
        display: none;
    }
}
#sidebar .certif {
    padding: 0 0 33px 30px;
    border-bottom: 1px solid #dddddd;
}
#sidebar .certif img {
    margin: 20px 0;
}
#sidebar .certif a {
    font-size: 12px;
    color: #5392bf;
    display: inline-block;
    position: relative;
}
#sidebar .certif a.more:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 3.5px solid rgba(255,0,0,0);
    border-bottom: 3.5px solid rgba(255,0,0,0);
    border-left: 5px solid #5392bf;
    transform: scale(.9999);
    right: -10px;
    top: 6px;
}
#sidebar .partners {
    padding: 0 0 33px 30px;
}
#sidebar .partners table tr td {
    padding: 20px 0;
    font-weight: 300;
    font-size: 11px;
    color: #000;
    line-height: 18px;
    letter-spacing: 0.33px;
    padding-right: 15px;
}
#sidebar .partners table tr td:last-child {
    padding-right: 5px;
}
@media (max-width: 500px) {
    .certif {
        display: none;
    }
    .partners {
        display: none;
    }
}
.contacts-first {
    border-bottom: 1px solid #d1d1d1;
}
.general-block {
    padding: 0;
    padding-bottom: 30px;
}
.general-dir {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 30px;
}
.general-dir h2 {
    margin-top: 0;
}
.general-block .col-md-6 {
    padding: 0;
}
@media (max-width: 1200px) {
    /*article {
        padding-left: 15px;
        padding-right: 15px;
    }*/
    #workarea.col-md-10 {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .general-dir,
    .line_two,
    .col-md-6-af,
    .address-block {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contacts-first {
        padding-bottom: 30px;
    }
}
@media (max-width: 500px) {
    .general-dir,
    .line_two,
    .col-md-6-af,
    .address-block {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contacts-first {
        margin: 0;
        padding: 0 0 30px;
    }
}
@media (min-width: 500px) {
    .contacts-first {
        /*margin: 0 15px;*/
        margin: 0;
        padding: 0;
    }
    .contacts-first .col-md-6-af {
        width: 100%;
        float: none;
    }
    .general-block {
        width: 50%;
        float: left;
        border-right: none;
        padding-right: 29px;
    }
    .address-block {
        width: 50%;
        float: left;
        padding-left: 0;
    }
}
@media (min-width: 769px) {
    .contacts-first {
        margin: 0 15px;
        padding: 0;
    }
    .contacts-first .col-md-6-af {
        width: 50%;
        float: left;
    }
    .general-block {
        width: 66.6667%;
        float: left;
        border-right: 1px solid #d1d1d1;
        padding-right: 0;
    }
    .address-block {
        padding-left: 30px;
        width: 33.3333%;
        float: left;
    }
}
@media (min-width: 991px) {
    .contacts-first {
        margin: 0 15px;
        padding: 0;
    }
}
@media (min-width: 1200px) {
    .contacts-first {
        /*margin: 0 0 0 15px;*/
        margin: 0;
        padding: 0;
    }
    .contacts-first .col-md-6-af {
        width: 50%;
        float: left;
    }
}
.bx-yandex-view-layout {
    margin-top: 30px;
}
.col1234 > div {
    /*border-bottom: 1px solid #d1d1d1;
    padding-bottom: 30px;*/
    margin-bottom: 30px;
}
.col1234 > div:first-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.col1234 > div:last-child {
    border-bottom: none;
}
.col1234.second, .col1234.fourth {
    background-color: #fbfbfb;
}
.col1234 {
    padding-top: 10px;
}
.tech-suppport {
    margin-bottom: 15px;
}
.contacts img {
    margin-right: 7px;
}

small.contacts {
    margin-top: 11px;
}

@media (max-width: 500px) {
    .tech-suppport {
        padding-left: 15px;
        padding-right: 15px;
    }
    .col1234 > div {
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: none;
    }
    hr.third {
        display: none;
    }
    hr.second {
        display: none;
    }
}
@media (min-width: 400px) {
    .contacts-last {
        margin: 0;
    }
    .col-3-af {
        width: 100%;
        float: none;
    }
    .col1234 > div {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*.col-3-af.first {
        padding-left: 0;
    }*/
    hr.third {
        display: none;
    }
    hr.second {
        display: none;
    }
}
@media (min-width: 500px) and (max-width: 991px) {
    .tech-suppport {
        padding: 0 15px;
    }
}
@media (min-width: 500px) {
    .contacts-last {
        margin: 0;
    }
    .col-3-af {
        width: 50%;
        float: left;
        padding: 0 15px;
    }
    .col-3-af.first, .col-3-af.third {
        padding-left: 0;
    }
    hr.third {
        display: none;
    }
    hr.second {
        background-color: #d1d1d1;
        border: medium none;
        display: block;
        float: left;
        height: 1px;
        margin: 20px 0;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .contacts-last {
        /*margin: 0 15px;*/
        margin: 0;
    }
    .col-3-af {
        width: 33.3333%;
        float: left;
        padding: 0 15px;
    }
    .col-3-af.first {
        padding-left: 0;
    }
    .col-3-af.third {
        padding-left: 15px;
    }
    hr.third {
        background-color: #d1d1d1;
        border: medium none;
        display: block;
        float: left;
        height: 1px;
        margin: 20px 0;
        width: 100%;
    }
    hr.second {
        display: none;
    }
}
@media (min-width: 1200px) {
    .contacts-last {
        /*margin: 0 0 0 15px;*/
        margin: 0;
    }
    .col-3-af {
        width: 25%;
        float: left;
        padding: 0 15px;
    }
    .col-3-af.first {
        padding-left: 0;
    }
    .col-3-af.third {
        padding-left: 15px;
    }
    hr.third {
        display: none;
    }
    hr.second {
        display: none;
    }
}
@media (max-width: 991px) {
    #logo {
        margin: 35px 10px 28px 0;
    }
    .container {
        width: 100%;
    }
    header > .search {
        position: absolute;
        right: 15px;
        top: 33px;
        padding-top: 0;
    }
    header > .search .search-inner-box input[type="text"]:focus {
        width: 160px;
    }
    .ourusers article p {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 768px) {
    #logo {
        margin: 17.5px 10px 14px 0;
    }
}
@media (max-width: 915px) {
    header > .search .search-inner-box input[type="text"] {
        width: 80px;
    }
}
@media (min-width: 912px) and (max-width: 991px) {
    .search .search-inner-box input[type="text"] {
        width: 160px;
    }
}
@media (max-width: 835px) {
    header > .search .search-inner-box input[type="text"] {
        width: 70px;
    }
}
@media (max-width: 784px) {
    header > .search .search-inner-box input[type="text"] {
        width: 60px;
    }
}
#sidebar.ipad.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
#sidebar.ipad.relative {
    position: relative;
}
#sidebar.ipad.bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}
@media (max-width: 500px) {
    #sidebar .version, #sidebar .social-buttons, #sidebar .certif, #sidebar .partners {
        display: none;
    }
}
.clear {
    clear: both;
}
/*--CAPTCHA--*/
.captchaBlock{display:inline-block; position:relative;}
.captchaBlock .whiteBlock{display:none; text-align:center; position:absolute; background-color:#FFF; width:130px; height:50px;}
.captchaBlock .whiteBlock .loaderImg{margin-top:14px;}
.captchaBlock .reloadCaptcha {
    background-image: url('imgs/reload_captcha.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 24px 28px;
    width: 24px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    .captchaBlock .reloadCaptcha {
        background-image: url('imgs/reload_captcha@2x.png');
    }
}
#master_of_tags {
    display: none;
}

.tags p span {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    padding: 10px 5px 10px 0;
}
.tags p a {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 8px;
    padding: 10px 15px;
    background-color: #ececec;
    font-weight: bold;
    font-size: 14px;
    color: #343434;
    cursor: pointer;
}
.tags p a:hover {
    background-color: #dcdcdc;
    text-decoration: none;
}
#slider .bx-viewport {
    opacity: 1;
}
#slider {
    position: relative;
}
#slider .cover-slider {
    position: absolute;
    z-index: 9999;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
}

code {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

div.twitter
{
	display: block;
	padding-top: 15px;
}

a.twitter-follow 
{
    display: inline-block;
    padding: 10px 10px 10px 15px;
    background-color: #55acee;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.2px;
    line-height: 13px;
	width: 176px;
}

a.twitter-follow:hover 
{
    text-decoration: none;
    background-color: #307eba;
    color: #fff;
    text-decoration: none;
}

a.twitter-follow span {
    background-image: url('imgs/twitter_white.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 19px 15px;
    display: inline-block;
    width: 19px;
    height: 15px;
    /*margin-bottom: -3px;*/
    margin-right: 17px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
    a.twitter-follow span {
        background-image: url('imgs/twitter_white@2x.png');
    }
}

.news-detail .fancybox img {
	border-radius: 4px;
	border: 1px solid #ddd;
	margin: 5px;
}




@-webkit-keyframes pulsate {
 50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}
@keyframes pulsate {
 50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
}
#blink7 {
  color: rgb(245,245,245);
  text-shadow: 0 -1px rgba(0,0,0,.1);
  background: green;
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;



