html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,center,dl,dt,dd,input,select,fieldset,form,label,legend,caption,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    outline: 0;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
}

textarea {
    resize: none;
}

img {
    border: 0;
}

button::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=submit]::-moz-focus-inner {
    padding: 0;
    border: 0;
}

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

html,body {
    height: 100%;
}

#wrapper {
    position: relative;
    min-height: 100%;
    height: auto!important;
    height: 100%;
}

#empty {
    height: 253px;
    clear: both;
}

footer {
    position: relative;
    margin: 0 auto;
    height: 253px;
    margin-top: -253px;
    width: 940px;
}

.b-grid-line {
    display: block;
    clear: both;
    zoom: 1;
}

.b-grid-line_white {
    background: #fff;
}

.b-grid-col {
    float: left;
    margin: 0 0 0 20px;
    min-height: 1px;
}

.b-grid-col:first-child {
    margin-left: 0;
}

.b-grid-col_1 {
    width: 60px;
}

.b-grid-col_2 {
    width: 140px;
}

.b-grid-col_3 {
    width: 220px;
}

.b-grid-col_4 {
    width: 300px;
}

.b-grid-col_5 {
    width: 380px;
}

.b-grid-col_6 {
    width: 460px;
}

.b-grid-col_7 {
    width: 540px;
}

.b-grid-col_8 {
    width: 620px;
}

.b-grid-col_9 {
    width: 700px;
}

.b-grid-col_10 {
    width: 780px;
}

.b-grid-col_11 {
    width: 860px;
}

.b-grid-col_12 {
    width: 940px;
}

.b-grid-wrap {
    margin: 0 auto;
    width: 940px;
}

.b-grid-wrap-full {
    margin: 0 auto;
    width: 960px;
}

.b-grid-col_centr{
    text-align: center;
}

input[type=file],input[type=text],input[type=password] {
    padding: 0 12px 0;
    height: 54px;
    line-height: 48px;
}

textarea {
    padding: 0 0 0 12px;
    height: 234px;
}

input[type=file],input[type=text],input[type=password],textarea {
    width: 100%;
    border: 1px solid #666;
    margin-bottom: 18px;
    color: #454545;
    -webkit-transition: border-color .3s ease;
    -moz-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=file]:focus,input[type=text]:focus,input[type=password]:focus,textarea:focus {
    border-color: #e66803!important;
}

input[type=text].correct,input[type=password].correct,textarea.correct {
    border-color: #1995d6;
}

input[type=text].error,input[type=password].error,textarea.error {
    border-color: #cf0011;
}

input[type=file][disabled],input[type=text][disabled],input[type=password][disabled],textarea[disabled] {
    border-color: #ccc;
    background: url(../img/input_disabled.png) repeat;
}

input[type=file] {
    border: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=button],input[type=submit],button {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 25px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    color: #0e0e0e;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    width: 100%;
    border: 0;
    margin: 0 0 18px;
    padding: 0 19px;
    height: 50px;
    line-height: 50px;
}

input[type=button][disabled],input[type=submit][disabled],button[disabled],input[type=button][disabled]:hover,input[type=submit][disabled]:hover,button[disabled]:hover {
    border: 1px solid #ccc;
    cursor: default;
    color: #666;
    line-height: 59px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.75);
}

label {
    position: relative;
    margin-bottom: 12px;
    display: inline-block;
}

label.required {
    before: '*';
}

label.required:before,label.required .before {
    content: '*';
    display: block;
    position: absolute;
    left: -13px;
    color: #bd3236;
    width: 19px;
    height: 19px;
}

body,input,textarea {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 24px;
    line-height: 36px;
}

body {
    color: #0e0e0e;
}

a:link,.dotted {
    color: #0048b3;
    background: #0048b3;
    background: -moz-linear-gradient(left,#0048b3 0,#0048b3 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#0048b3),color-stop(100%,#0048b3));
    background: -webkit-linear-gradient(left,#0048b3 0,#0048b3 100%);
    background: -o-linear-gradient(left,#0048b3 0,#0048b3 100%);
    background: -ms-linear-gradient(left,#0048b3 0,#0048b3 100%);
    background: linear-gradient(to left,#0048b3 0,#0048b3 100%);
}

a:visited {
    color: #0048b3;
    background: #0048b3;
    background: -moz-linear-gradient(left,#0048b3 0,#0048b3 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#0048b3),color-stop(100%,#0048b3));
    background: -webkit-linear-gradient(left,#0048b3 0,#0048b3 100%);
    background: -o-linear-gradient(left,#0048b3 0,#0048b3 100%);
    background: -ms-linear-gradient(left,#0048b3 0,#0048b3 100%);
    background: linear-gradient(to left,#0048b3 0,#0048b3 100%);
}

a:hover,.dotted:hover {
    color: #ee3126;
    background: #ee3126;
    background: -moz-linear-gradient(left,#ee3126 0,#ee3126 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ee3126),color-stop(100%,#ee3126));
    background: -webkit-linear-gradient(left,#ee3126 0,#ee3126 100%);
    background: -o-linear-gradient(left,#ee3126 0,#ee3126 100%);
    background: -ms-linear-gradient(left,#ee3126 0,#ee3126 100%);
    background: linear-gradient(to left,#ee3126 0,#ee3126 100%);
}

a:active {
    color: #ee3126;
    background: #ee3126;
    background: -moz-linear-gradient(left,#ee3126 0,#ee3126 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ee3126),color-stop(100%,#ee3126));
    background: -webkit-linear-gradient(left,#ee3126 0,#ee3126 100%);
    background: -o-linear-gradient(left,#ee3126 0,#ee3126 100%);
    background: -ms-linear-gradient(left,#ee3126 0,#ee3126 100%);
    background: linear-gradient(to left,#ee3126 0,#ee3126 100%);
}

.dotted,
a.dotted {
    background: #0048b3;
    background: -moz-linear-gradient(left,#0048b3 0,transparent 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#0048b3),color-stop(100%,transparent));
    background: -webkit-linear-gradient(left,#0048b3 0,transparent 100%);
    background: -o-linear-gradient(left,#0048b3 0,transparent 100%);
    background: -ms-linear-gradient(left,#0048b3 0,transparent 100%);
    background: linear-gradient(to left,#0048b3 0,transparent 100%);
}

.dotted:visited {
    background: #0048b3;
    background: -moz-linear-gradient(left,#0048b3 0,transparent 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#0048b3),color-stop(100%,transparent));
    background: -webkit-linear-gradient(left,#0048b3 0,transparent 100%);
    background: -o-linear-gradient(left,#0048b3 0,transparent 100%);
    background: -ms-linear-gradient(left,#0048b3 0,transparent 100%);
    background: linear-gradient(to left,#0048b3 0,transparent 100%);
}

.dotted:hover {
    background: #ee3126;
    background: -moz-linear-gradient(left,#ee3126 0,transparent 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ee3126),color-stop(100%,transparent));
    background: -webkit-linear-gradient(left,#ee3126 0,transparent 100%);
    background: -o-linear-gradient(left,#ee3126 0,transparent 100%);
    background: -ms-linear-gradient(left,#ee3126 0,transparent 100%);
    background: linear-gradient(to left,#ee3126 0,transparent 100%);
}

.dotted:active {
    background: #ee3126;
    background: -moz-linear-gradient(left,#ee3126 0,transparent 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ee3126),color-stop(100%,transparent));
    background: -webkit-linear-gradient(left,#ee3126 0,transparent 100%);
    background: -o-linear-gradient(left,#ee3126 0,transparent 100%);
    background: -ms-linear-gradient(left,#ee3126 0,transparent 100%);
    background: linear-gradient(to left,#ee3126 0,transparent 100%);
}

.dotted.white:link {
    color: #fff;
    background: #fff;
    background: -moz-linear-gradient(left,#fff 0,transparent 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fff),color-stop(100%,transparent));
    background: -webkit-linear-gradient(left,#fff 0,transparent 100%);
    background: -o-linear-gradient(left,#fff 0,transparent 100%);
    background: -ms-linear-gradient(left,#fff 0,transparent 100%);
    background: linear-gradient(to left,#fff 0,transparent 100%);
}

.dotted.white:visited {
    color: #fff;
    background: #fff;
    background: -moz-linear-gradient(left,#fff 0,transparent 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fff),color-stop(100%,transparent));
    background: -webkit-linear-gradient(left,#fff 0,transparent 100%);
    background: -o-linear-gradient(left,#fff 0,transparent 100%);
    background: -ms-linear-gradient(left,#fff 0,transparent 100%);
    background: linear-gradient(to left,#fff 0,transparent 100%);
}

.dotted.white:hover {
    color: #ee3126;
    background: #ee3126;
    background: -moz-linear-gradient(left,#ee3126 0,transparent 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ee3126),color-stop(100%,transparent));
    background: -webkit-linear-gradient(left,#ee3126 0,transparent 100%);
    background: -o-linear-gradient(left,#ee3126 0,transparent 100%);
    background: -ms-linear-gradient(left,#ee3126 0,transparent 100%);
    background: linear-gradient(to left,#ee3126 0,transparent 100%);
}

.dotted.white:active {
    color: #ee3126;
    background: #ee3126;
    background: -moz-linear-gradient(left,#ee3126 0,transparent 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ee3126),color-stop(100%,transparent));
    background: -webkit-linear-gradient(left,#ee3126 0,transparent 100%);
    background: -o-linear-gradient(left,#ee3126 0,transparent 100%);
    background: -ms-linear-gradient(left,#ee3126 0,transparent 100%);
    background: linear-gradient(to left,#ee3126 0,transparent 100%);
}

a,a:link,a:visited,a:hover,a:active,.dotted,.dotted:visited,.dotted:hover,.dotted:active,.dotted.white:link,.dotted.white:visited {
    background-position: 0 90%;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    text-decoration: none;
}

img {
    vertical-align: bottom;
}

h1,h2,h3,h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}

p {
    margin-bottom: 18px;
}

ul,ol {
    margin: 0;
    padding: 0;
}

ul>li,ol>li {
    margin: 0;
    padding: 0;
}

dl {
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
}

dd {
    font-weight: 700;
    margin-bottom: 24px;
}

body {
    background: #f7f6ef;
}

nav {
    display: block;
    overflow: hidden;
    margin-bottom: 24px;
}

.b-cancel {
    vertical-align: top;
    margin: 13px 24px 0 19px;
    display: inline-block;
}

.b-sprite {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    vertical-align: bottom;
}

.h-vertical {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

ul.h-line,ul.h-col {
    after: ' ';
    list-style-type: none;
    float: none;
    margin-bottom: 0;
}

ul.h-line>li,ul.h-col>li {
    float: left;
    margin: 0;
}

ul.h-col>li {
    clear: both;
    width: 100%;
}

ul.h-line:after,ul.h-line .after,ul.h-col:after,ul.h-col .after {
    content: '';
    clear: both;
    display: block;
}

.h-cl {
    clear: both;
}

.b-likes {
    height: 25px;
    list-style-type: none;
    margin-bottom: 37px;
}

.b-likes_popup {
    margin-bottom: 19px;
}

.b-likes__elem {
    float: left;
    margin-right: 30px;
}

.b-likes__elem_popup,.b-slides .b-likes__elem_popup {
    padding: 0;
    height: 25px;
    margin: 12px 25px 0 0;
}

.b-likes__elem__lnk,.b-likes__elem__lnk:link,.b-likes__elem__lnk:visited,.b-likes__elem__lnk:hover,.b-likes__elem__lnk:active {
    background: url(../img/sprite.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
    display: block;
}

.b-likes__elem__lnk_vk,.b-likes__elem__lnk_vk:link,.b-likes__elem__lnk_vk:visited {
    background-position: 0 0;
}

.b-likes__elem__lnk_vk:hover,.b-likes__elem__lnk_vk:active {
    background-position: -160px 0;
}

.b-likes__elem__lnk_fb,.b-likes__elem__lnk_fb:link,.b-likes__elem__lnk_fb:visited {
    background-position: -40px 0;
}

.b-likes__elem__lnk_fb:hover,.b-likes__elem__lnk_fb:active {
    background-position: -200px 0;
}

.b-likes__elem__lnk_tw,.b-likes__elem__lnk_tw:link,.b-likes__elem__lnk_tw:visited {
    background-position: -80px 0;
}

.b-likes__elem__lnk_tw:hover,.b-likes__elem__lnk_tw:active {
    background-position: -240px 0;
}

.b-logo {
    width: 216px;
    height: 196px;
    margin: 70px auto 0;
    overflow: hidden;
    text-indent: 100%;
    position: relative;
    white-space: nowrap;
}

.b-logo__img {
    position: absolute;
    left: 0;
    top: 0;
}

.b-cosmos10 {
    font-family: 'DINCondensedCRegular',Impact,Arial,Helvetica,sans-serif;
    font-size: 180px;
    line-height: 180px;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    white-space: nowrap;
    margin: 43px 0 17px;
}

.b-cosmos10__o {
    color: #0048b3;
}

.b-cosmos10__dash {
    margin: 0 10px 0 20px;
}

.b-cosmos10__ten {
    letter-spacing: -0.06em;
}

.b-incut {
    height: 50px;
    line-height: 48px;
    background: #fff;
    padding: 0 20px;
    margin: 0 -20px 78px;
    white-space: nowrap;
}

.b-incut_mod {
    margin-bottom: 56px;
    font-size: 18px;
}

.b-incut__hack {
    margin-left: -2px;
}

.b-incut__inlineBlock {
    display: inline-block;
}

.b-everybody {
    max-width: 1600px;
    margin: 0 auto 41px;
}

.b-everybody__img {
    width: 100%;
}

.b-sect {
    text-align: center;
}

.b-sect_66 {
    margin-bottom: 66px;
}

.b-sect_32 {
    margin-bottom: 32px;
}

.b-sect_36 {
    margin-bottom: 36px;
}

.b-sect_39 {
    margin-bottom: 39px;
}

.b-sect_white{
    color: #fff;
}
.b-sect_white a{
    color: #fff;
    border-bottom: 1px solid;
    background: none;
}
.b-sect_white a:hover{
    color: #ee3126;
}

.b-sect_subscribe {
    margin: 55px 0 8px;
}

.b-sect_gag {
    position: absolute;
    top: 30%;
    margin-top: 214px;
    z-index: 1;
    color: #fff;
    width: 100%;
}

.b-sect_gag__smile {
    font-size: 48px;
    line-height: 66px;
}

.b-head {
    font-size: 84px;
    line-height: 84px;
    font-family: 'DINCondensedCRegular',Impact,Arial,Helvetica,sans-serif;
    text-align: center;
    letter-spacing: -0.025em;
    margin-bottom: 30px;
}

.b-head_pt {
    padding-top: 27px;
}

.b-head_planetarium {
    color: #fff;
}

.b-head__blue {
    color: #0048b3;
}

.b-filter {
    list-style: none;
    text-align: justify;
    width: 100%;
    font-size: .01em;
    height: 40px;
    margin-bottom: 8px;
}

.b-filter:after {
    content: "";
    display: inline-block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}

.b-filter_mod {
    text-align: center;
    margin-bottom: 35px;
}

.b-filter__elem {
    display: inline-block;
    font-size: 18px;
    padding: 0 14px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}

.b-filter_mod .b-filter__elem {
    margin: 0 3px;
}

.b-filter__elem:first-child {
    margin-left: 0;
}

.b-filter__elem_checked {
    border-color: #ee3126;
}

.b-filter__elem_checked span,.b-filter__elem_checked span:link,.b-filter__elem_checked span:visited,.b-filter__elem_checked span:hover,.b-filter__elem_checked span:active {
    color: #ee3126;
    background: 0;
    text-decoration: none;
}

.b-filter__elem_mod {
    margin: 0 3px;
}

.b-cosmonaut,.b-cosmonaut:link,.b-cosmonaut:visited,.b-cosmonaut:hover,.b-cosmonaut:active {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    /*background: 0;*/
}

.b-cosmonaut__img {
    position: absolute;
    top: 0;
    left: 0;
}

.b-cosmonaut__img_bw {
    z-index: 1;
}

.b-cosmonaut__img_color {
    z-index: 0;
}

.b-cosmonaut:hover .b-cosmonaut__img_color {
    z-index: 2;
}

.b-cosmonauts {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto 45px;
    font-size: 0;
}

.b-clients {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto 56px;
}

.b-client,.b-client:link,.b-client:visited,.b-client:hover,.b-client:active {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
}

.b-client__img {
    position: absolute;
    top: 0;
    left: 0;
}

.b-tagcloud {
    margin-bottom: 30px;
}

.b-tagcloud a {
    text-decoration: none;
}

.b-planetarium {
    background: url(../img/planetarium.jpg) no-repeat center bottom;
    min-height: 700px;
    display: inline-block;
    width: 100%;
}

.b-red {
    color: #ee3126;
}

.b-social {
    width: 100%;
    text-align: center;
    padding: 59px 0 45px;
    font-size: 0;
}

.b-social_mod {
    padding-top: 0;
    margin-top: -6px;
}

.b-social__elem {
    display: inline-block;
    margin-left: 35px;
}

.b-social__elem:first-child {
    margin-left: 0;
}

.b-social__elem__lnk,.b-social__elem__lnk:link,.b-social__elem__lnk:visited,.b-social__elem__lnk:hover,.b-social__elem__lnk:active {
    display: block;
    border: 2px solid #0e0e0e;
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
    background: 0;
    font-size: 24px;
    color: #0e0e0e;
}

.b-social__elem_act .b-social__elem__lnk {
    color: #ee3126;
    border-color: #ee3126;
}

.b-social-widget {
    margin: 0 auto;
    padding-bottom: 35px;
}

.b-social-widget,.b-for-social>div,.b-for-social>div iframe {
    max-width: 660px!important;
    width: 100%!important;
}

.b-social-widget_congrat {
    padding-bottom: 80px;
}

.b-social-group {
    text-align: center;
    padding-bottom: 41px;
}

.b-social-group__elem {
    margin-left: 40px;
    padding-left: 33px;
    display: inline-block;
    font-size: 18px;
}

.b-social-group__elem:first-child {
    margin-left: 0;
}

.b-social-group__elem__lnk,.b-social-group__elem__lnk:link,.b-social-group__elem__lnk:visited,.b-social-group__elem__lnk:hover,.b-social-group__elem__lnk:active {
    position: relative;
}

.share42-item a {
    background: url(../img/sprite.png) no-repeat;
}

.share42-item a {
    background-position: -40px 0;
}

.share42-item a:hover {
    background-position: -200px 0;
}

.share42-item:first-child a {
    background-position: 0 0;
}

.share42-item:first-child a:hover {
    background-position: -160px 0;
}

.share42-item:last-child a:hover {
    background-position: -160px 0;
}

.b-social-group__elem__lnk:before {
    content: '';
    width: 33px;
    height: 25px;
    position: absolute;
    left: -33px;
    top: 2px;
    background: url(../img/sprite.png) no-repeat;
}

.b-social-group__elem_vk .b-social-group__elem__lnk:before {
    background-position: 0 0;
}

.b-social-group__elem_vk:hover .b-social-group__elem__lnk:before {
    background-position: -160px 0;
}

.b-social-group__elem_fb .b-social-group__elem__lnk:before {
    background-position: -40px 0;
}

.b-social-group__elem_fb:hover .b-social-group__elem__lnk:before {
    background-position: -200px 0;
}

.b-social-group__elem_tw .b-social-group__elem__lnk:before {
    background-position: -80px 0;
}

.b-social-group__elem_tw:hover .b-social-group__elem__lnk:before {
    background-position: -240px 0;
}

.b-social-group__elem_in .b-social-group__elem__lnk:before {
    background-position: -120px 0;
}

.b-social-group__elem_in:hover .b-social-group__elem__lnk:before {
    background-position: -280px 0;
}

.b-history {
    text-align: justify;
    margin-bottom: -25px;
    padding-top: 2px;
}

.b-history:after {
    content: "";
    display: inline-block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}

.b-history__elem {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    text-align: center;
    color: #ee3126;
    font-size: 18px;
}

.b-history__elem__img {
    margin-top: 13px;
    margin-bottom: 38px;
}

.b-slideshow {
    position: relative;
    margin-bottom: 72px;
    overflow: hidden;
}

.b-slideshow__gag {
    position: relative;
    width: 100%;
}

.bx-ss-button ~ span,.b-slideshow__gag ~ span {
    display: none;
}

.bx-ss-button,.bx-ss-button:link,.bx-ss-button:visited,.bx-ss-button:hover,.bx-ss-button:active,.b-slideshow__social,.b-slideshow__social:link,.b-slideshow__social:visited,.b-slideshow__social:hover,.b-slideshow__social:active {
    width: 147px;
    height: 147px;
    border: 3px solid #0048b3;
    display: block;
    background: 0;
    position: absolute;
    top: 33.5%;
    z-index: 1;
}

.bx-ss-button:hover,.b-slideshow__social:hover {
    border-color: #ee3126;
}

.bx-ss-button:before,.b-slideshow__social:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/sprite.png) no-repeat;
}

.bx-ss-button.vkontakte-button,.b-slideshow__social_vk {
    left: 50%;
    transform: translateX(-50%);
}

.bx-ss-button.vkontakte-button:before,.b-slideshow__social_vk:before {
    background-position: 0 -30px;
    width: 77px;
    height: 46px;
    margin: -23px 0 0 -38px;
}

.bx-ss-button.vkontakte-button:hover:before,.b-slideshow__social_vk:hover:before {
    background-position: 0 -100px;
}

.bx-ss-button.facebook-button,.b-slideshow__social_fb {
    right: 31.25%;
}

.bx-ss-button.facebook-button:before,.b-slideshow__social_fb:before {
    background-position: -90px -30px;
    width: 31px;
    height: 59px;
    margin: -29px 0 0 -15px;
}

.bx-ss-button.facebook-button:hover:before,.b-slideshow__social_fb:hover:before {
    background-position: -90px -100px;
}

.b-flexslider {
    position: relative;
}

.b-flexslider_popup {
    width: 960px;
    background: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    margin: 0 0 0 -480px;
    display: none;
}

.b-flexslider__close {
    background: url(../img/sprite.png) no-repeat -130px -30px;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    display: block;
    z-index: 1000;
}

.b-slides {
    font-size: 24px;
    font-weight: 300;
    overflow: hidden;
    position: relative;
    z-index: 0;
    list-style-type: none;
}

.b-slides li {
    padding: 0;
    text-align: center;
}

.b-slides_popup li {
    text-align: left;
    height: auto;
    padding: 45px 70px 120px 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-slides li img {
    vertical-align: bottom;
    width: 100%;
}

.b-slides_popup li img {
    width: auto;
    float: left;
}


.b-arrow-prev,
.b-arrow-next,
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    background: #0e0e0e;
    display: block;
    height: 60px;
    position: absolute;
    width: 60px;
    z-index: 1;
    top: 50%;
    margin: -30px 0 0;
}

.b-arrow-prev,
.flex-direction-nav .flex-prev {
    left: 0;
}

.b-arrow-next,
.flex-direction-nav .flex-next {
    right: 0;
}

.b-arrow-prev:before,
.b-arrow-next:before,
.flex-direction-nav .flex-prev:before,
.flex-direction-nav .flex-next:before {
    border-bottom: 9px solid transparent;
    border-top: 9px solid transparent;
    content: "";
    left: 50%;
    margin: -9px 0 0 -8px;
    position: absolute;
    top: 50%;
}

.b-arrow-prev:before,
.flex-direction-nav .flex-prev:before {
    border-right: 15px solid #fff;
}

.b-arrow-next:before,
.flex-direction-nav .flex-next:before {
    border-left: 15px solid #fff;
}

.b-arrow-prev:hover,
.b-arrow-next:hover,
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
    background: #ee3126;
}

.b-blackout {
    background: #1a1a1a;
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
}

.b-footer__txt {
    text-align: center;
    margin-bottom: 14px;
    padding-top: 81px;
}

.b-footer__txt__red {
    color: #ee3126;
}

.b-footer__write {
    font-size: 18px;
    text-align: center;
}

.b-card__head {
    text-align: center;
    font-weight: 700;
    margin: 0 50px 40px 0;
}

.b-card__cont {
    position: relative;
    overflow: hidden;
}

.b-card__cont__txt {
    float: right;
    margin-left: 40px;
    width: 290px;
}

.b-card__cont__txt__job {
    font-weight: 400;
    color: #ee3126;
}

.b-card__cont__txt__bottom {
    position: absolute;
    bottom: 0;
}

.b-card__cont__txt__bottom__dd {
    margin-bottom: 0;
    margin-top: 6px;
}

.b-card__cont__txt__bottom__dd_norm {
    font-weight: normal;
}

.b-card__cont__txt_norm {
    font-weight: normal;
}

.none {
    display: none!important;
}

.b-vk {
    width: 145px;
}

.b-fb {
    width: 110px;
}

.b-fb span {
    top: -9px;
}

.b-tw {
    width: 100px;
}

@media only screen and (max-width:960px) {
    .b-incut {
        margin-bottom: 56px;
    }


    body {
        font-size: 18px;
        line-height: 24px;
    }

    .b-slides,dl,dt,dd {
        font-size: 18px;
    }

    footer,.b-grid-wrap,.b-grid-wrap-full,.b-grid-col_sect {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0;
        margin-right: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .b-grid-col_subs {
        width: 100%;
        margin: 0;
    }

    .b-cosmos10 {
        font-size: 120px;
        line-height: 120px;
        text-align: center;
    }

    .b-cosmos10__dash {
        margin: 0 7px 0 13px;
    }

    .b-incut {
        width: auto;
        display: inline-block;
    }

    .b-grid-col_incut {
        text-align: center;
        width: 100%;
        margin: 0;
    }

    .b-grid-col_likes {
        width: 100%;
        margin: 0;
    }
    .b-social {
      padding: 30px 0;
    }

    .b-likes {
        text-align: center;
    }

    .b-likes__elem {
        display: inline-block;
        float: none;
        margin: 0 15px;
    }

    .b-filter:after {
        display: none;
    }

    .b-filter {
        display: inline;
    }

    .b-filter-wrap {
        text-align: center;
    }

    .b-filter-wrap__group {
        margin-bottom: 24px;
        line-height: 36px;
    }

    .b-flexslider_popup {
        width: 580px;
        margin-left: -290px;
    }

    .b-grid-line .b-card {
        padding-left: 70px;
        padding-right: 70px;
        padding-bottom: 50px;
    }

    .b-card img {
        width: 100%;
        max-width: 440px;
    }

    .b-card__head {
        margin-right: 0;
    }

    .b-card__cont__txt {
        margin-left: 0;
        margin-top: 24px;
        height: 306px;
    }

    .b-likes__elem_popup,.b-slides .b-likes__elem_popup {
        margin-right: 10px;
    }

    .b-history {
        text-align: center;
    }

    .b-history__elem {
        margin: 0 10px;
    }

    .b-head {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .b-fb span {
        top: -5px;
    }
}

@media only screen and (max-width:880px) {
    .bx-ss-button,.bx-ss-button:link,.bx-ss-button:visited,.bx-ss-button:hover,.bx-ss-button:active,.b-slideshow__social,.b-slideshow__social:link,.b-slideshow__social:visited,.b-slideshow__social:hover,.b-slideshow__social:active {
        width: 100px;
        height: 100px;
    }

    .b-sect_gag {
        top: 20%;
    }

    footer {
        margin-top: -153px;
        height: 153px;
    }

    #empty {
        height: 153px;
    }

    .b-footer__txt {
        padding-top: 51px;
    }
}

@media only screen and (max-width:690px) and (max-device-width:690px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }

    .b-slides,dl,dt,dd {
        font-size: 14px;
    }

    .b-incut_mod {
        font-size: 14px;
    }

    .b-cosmos10 {
        font-size: 100px;
        line-height: 100px;
    }

    .b-cosmos10__dash {
        margin: 0 4px 0 10px;
    }

    .b-social-group__elem {
        margin-left: 20px;
    }

    .b-head {
        font-size: 50px;
        line-height: 50px;
    }

    .bx-ss-button,.bx-ss-button:link,.bx-ss-button:visited,.bx-ss-button:hover,.bx-ss-button:active,.b-slideshow__social,.b-slideshow__social:link,.b-slideshow__social:visited,.b-slideshow__social:hover,.b-slideshow__social:active {
        top: 25%;
    }

    .bx-ss-button.facebook-button,.b-slideshow__social_fb {
        right: 25%;
    }

    .b-sect_gag {
        top: 10%;
    }

    .b-likes {
        margin-bottom: 70px;
    }

    .b-likes__elem {
        width: 29%;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:580px) and (max-device-width:580px) {
    .b-logo {
        height: 147px;
    }

    .b-logo__img {
        width: 75%;
        left: 12.5%;
    }

    .b-cosmos10 {
        font-size: 65px;
        line-height: 65px;
    }

    .b-cosmos10__dash {
        margin: 0 3px 0 7px;
    }

    .b-incut {
        white-space: normal;
        height: auto;
        line-height: inherit;
        padding: 10px 20px;
        max-width: 100%;
    }

    .b-card__head {
        margin-bottom: 20px;
    }

    .b-flexslider_popup {
        width: 100%;
        margin-left: -50%;
    }

    .b-card__cont__txt {
        width: auto;
    }

    .b-card__cont__txt {
        height: 280px;
    }

    .b-likes__elem {
        margin-bottom: 10px;
    }

    .b-likes__elem_popup {
        margin-bottom: 0;
    }

    .b-likes_popup {
        height: 50px;
        text-align: left;
    }

    .b-social-group {
        padding-bottom: 0;
    }

    .b-social-group__elem {
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .b-social__elem {
        margin-left: 10px;
    }

    .b-social__elem__lnk,.b-social__elem__lnk:link,.b-social__elem__lnk:visited,.b-social__elem__lnk:hover,.b-social__elem__lnk:active {
        font-size: 18px;
        height: 36px;
        line-height: 36px;
        padding: 0 9px;
    }

    .b-head {
        font-size: 36px;
        line-height: 36px;
    }

    .bx-ss-button,.bx-ss-button:link,.bx-ss-button:visited,.bx-ss-button:hover,.bx-ss-button:active,.b-slideshow__social,.b-slideshow__social:link,.b-slideshow__social:visited,.b-slideshow__social:hover,.b-slideshow__social:active {
        top: 13%;
    }

    .bx-ss-button.facebook-button,.b-slideshow__social_fb {
        right: 18%;
    }

    .b-sect_gag {
        top: 0;
        margin-top: 180px;
    }

    .b-sect_gag__smile {
        line-height: 32px;
    }

    .b-arrow-prev,
.b-arrow-next,
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
        height: 40px;
        width: 40px;
        margin: -20px 0 0;
        cursor: pointer;
    }

    .b-arrow-prev:before,
    .b-arrow-next:before,
    .flex-direction-nav .flex-prev:before,
.flex-direction-nav .flex-next:before  {
        border-top-width: 4px;
        border-bottom-width: 4px;
        margin: -4px 0 0 -4px;
    }

    .b-arrow-next:before,
    .flex-direction-nav .flex-next:before {
        border-left-width: 8px;
    }

    .b-arrow-prev:before,
    .flex-direction-nav .flex-prev:before {
        border-right-width: 8px;
    }
}

@media only screen and (max-width:410px) {
    body {
        font-size: 13px;
        line-height: 18px;
    }

    .b-slides,dl,dt,dd {
        font-size: 13px;
    }

    .b-cosmos10 {
        font-size: 50px;
        line-height: 50px;
    }

    .b-cosmos10__dash {
        margin: 0 2px 0 4px;
    }

    .b-card__cont__txt {
        height: 361px;
    }

    .b-likes_popup {
        height: 83px;
    }

    .b-head {
        font-size: 32px;
        line-height: 32px;
    }

    footer,.b-grid-wrap,.b-grid-wrap-full,.b-grid-col_sect {
        padding: 0;
    }

    .bx-ss-button,.bx-ss-button:link,.bx-ss-button:visited,.bx-ss-button:hover,.bx-ss-button:active,.b-slideshow__social,.b-slideshow__social:link,.b-slideshow__social:visited,.b-slideshow__social:hover,.b-slideshow__social:active {
        width: 90px;
        height: 90px;
        top: 15%;
    }

    .b-sect_gag {
        margin-top: 160px;
    }
}



@media only screen and (min-device-width: 1000px){
  body{
    min-width: 1000px;
  }
}

@media only screen and (max-device-width: 690px) and (max-width: 690px){
	.b-likes__elem {
		width: 35%;

	}
	.b-incut_mod{
		max-width: 300px;
	}
	.b-grid-line .b-card{
		padding-left:10px;
		padding-right:10px; 
	}
.b-card img{
	margin:  0 0 0 -50px
    
}

.b-card__cont__txt{
	float: left;
	
}

}
.b-clients{
	font-size: 0;
	word-spacing: 0;
	text-align: left;
	line-height: 0;
}

.b-card img{
	float: left;
    width: auto;

}
.b-card {
    box-sizing: border-box;
    height: auto;
    padding: 45px 70px 120px 120px;
    text-align: left;
    position: relative;

}
.b-client{
	cursor: pointer;
	display: none
}

.b-client__show{
	display: inline-block;
}

.b-cosmonaut,
.b-client {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg#greyscale); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
}

.b-filter__elem span{
	cursor: pointer;
}

.b-cosmonaut:hover,
.b-client:hover{
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* Firefox 4+ */
  filter: none; /* IE 6-9 */
}

iframe[id^='twitter-widget-']{ width:100% !important;}

.fb-post{
	max-height: 400px !important;
}

a.b-cosmonaut{
	width:80px;
	height:80px;
	background: url(../../upload/sprites/cs10sprite.jpg) no-repeat;
}

a.b-client{
	width:80px;
	height:80px;
	background: url(../../upload/sprites/cs10sprite.jpg) no-repeat;
}

.b-filter-wrap {
    margin: 0 0 35px
}
.bx-ss-button.vkontakte-button {
    border: none;
    width: 120px;
    height: 120px;
    background: url(../img/vk-icon.png) no-repeat center / contain;
    top: 37.5%;
}
.bx-ss-button.vkontakte-button:hover {
    background: url(../img/vk-icon_hover.png) no-repeat center / contain;
}
.bx-ss-button.vkontakte-button:active {
    background: url(../img/vk-icon_active.png) no-repeat center / contain;
}
.bx-ss-button.vkontakte-button:before {
    content: none;
}


@media(max-width: 880px) {
    .bx-ss-button.vkontakte-button {
        width: 100px;
        height: 100px;
        top: 35.5%;
    }
}
@media(max-width: 690px) {
    .bx-ss-button.vkontakte-button {
        top: 30.5%;
    }
}
@media(max-width: 580px) {
    .bx-ss-button.vkontakte-button {
        width: 80px;
        height: 80px;
        top: 22%
    }
}