* {
	margin: 0px;
	padding: 0px;
}
html {height: 100%;}
body {
	height: 100%;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 40px;
    color: #03a9f4;
    padding-top: 25px;
}
h2 {
    font-size: 40px;
    color: #03a9f4;
}
h3 {
    font-size: 30px;
    color: #03a9f4;
}
h4 {
    font-size: 24px;
    color: #252525;
}
a {
    color: #03a9f4;
}
h1 a,
h2 a,
h1 em,
h2 em {
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-style: normal;
}
h1 span,
h2 span {
    position: absolute;
    bottom: -10px;
    width: 60%;
    left: 20%;
    border-bottom: 1px solid #03a9f4;
}
p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
}
img {
    max-width: 100%;
}

.up {
    position: fixed;
    z-index: 800;
    width: 38px;
    height: 38px;
    border: 2px solid #0277bd;
    background: #fff;
    right: 20px;
    bottom: 20px;
    text-align: center;
    line-height: 40px;
    color: #0277bd;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    font-size: 30px;
    display: none;
    opacity: .65;
}
.up.show {
    display: block;
}

.layout {
    position: relative;
    z-index: 2;
    min-height: 100%;
}
.reducer {
    padding: 0 20px;
    max-width: 1020px;
    margin: 0 auto;
    position: relative;
}

header {
    background: #03a9f4;
    position: relative;
    z-index: 5000;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
.header_r {
    float: right;
    width: 170px;
    margin-left: -170px;
}
.header_r .buy_btn {
    font-size: 12px;
    white-space: nowrap;
}
.header_l {
    margin-right: 170px;
}
.top_info {
    background: #0277bd;
    margin-bottom: 40px;
}
.top_info_container {
    display: table;
    width: 100%;
    table-layout: fixed;
    color: #fff;
}
.top_info_block {
    display: table-cell;
    padding: 10px 0;
}
.top_info_block.cell1 {

}
.top_info_block.cell2 {
    width: 27.5%;
}
.top_info_block.cell3 {
    width: 11%;
}
.top_info_block.cell4 {
    width: 10%;
}
.top_info_block.cell5 {
    width: 7%;
}
.top_info_header {
    font-size: 20px;
}
.top_info_txt {
    font-size: 14px;
}
.langs {
    float: right;
    width: 170px;
    margin-left: -170px;
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 20px;
}
.lang {
    float: left;
    color: #fff;
    width: 30px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 300;
}
.lang.ru {

}
.lang.en {

}
.logo {
    display: block;
    width: 348px;
    height: 68px;
    background: url('/i/logo.svg') 0 100% no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    text-decoration: none;
    margin-bottom: 25px;
}
nav {
    height: 45px;
}
nav ul {
    height: 45px;
    list-style-type: none;
}
nav li {
    height: 45px;
    float: left;
    margin-right: 22px;
    position: relative;
}
nav .curr {
    height: 39px;
    border-bottom: 6px solid #fff;
}
nav a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    display: block;
    height: 45px;
    line-height: 46px;
}
nav span {
    display: inline-block;
    width: 26px;
    text-align: right;
    font-size: 26px;
    position: relative;
    top: 5px;
}
nav ol {
    list-style-type: none;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 45px;
    background: #0277bd;
    white-space: nowrap;
    width: 100%;
    display: none;
}
.open ol {
    display: block;
}
nav ol li {
    float: none;
    margin: 0;
}
nav ol a {
    padding: 0px 15px;
    line-height:46px;
}
nav ol a:hover {
    background: #03a9f4;
}
.mobile_icon {
    color: #fff;
    display: none;
    font-size: 36px;
}
.mobile_icon em {
    cursor: pointer;
}
.enter {
    font-size: 14px;
    padding-bottom: 20px;
}
.enter a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin-right: 20px;
}
.social {
    padding-top: 25px;
}
.social_btn {
    float: left;
    width: 36px;
    height: 36px;
    text-decoration: none;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    line-height: 38px;
}
.social_btn.fb {
    font-size: 15px;
}
.social_btn.tw {
    font-size: 15px;
}
.social_btn.vk {
    font-size: 12px;
}

.buy_btn {
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    text-decoration: none;
    height: 40px;
    padding: 0 15px;
    background: #c2185b;
    display: inline-block;
}

.slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.main_sponsor_banner {
    position: relative;
    z-index: 1;
}
.main_sponsor_banner a {
    display: block;
    height: 360px;
    text-decoration: none;
    background: url('../i/workua.png') 50% 50% no-repeat;
}
.main_banner {
    height: 360px;
    /* position: relative; */
    z-index: 1;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,.2);
    position: absolute;
    left: 100%;
}
.main_banner .reducer {
    height: 360px;
}
.main_banner_top_txt_block {
    padding-top: 25px;
    position: relative;
    z-index: 5;
}
.main_banner_middle_txt {
    font-size: 40px;
    line-height: 40px;
}
.main_banner_top_txt {
    font-size: 50px;
    line-height: 50px;
}
.main_banner_bottom_txt {
    font-size: 30px;
    line-height: 30px;
    padding: 4px 0px;
}
.main_banner_btn {
    height: 60px;
    display: block;
    padding: 0 45px;
    background: #76ff03;
    text-decoration: none;
    line-height: 60px;
    float: left;
    font-size: 30px;
    text-transform: uppercase;
    color: #252525;
    margin-top: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: none;
    -webkit-box-shadow: 3px 3x 10px rgba(0,0,0,.4);
    -moz-box-shadow: 3px 3px 10px rgba(0,0,0,.4);
    box-shadow: 3px 3px 10px rgba(0,0,0,.4);
}
.main_banner_price_1 {
    position: absolute;
    z-index: 1;
    bottom: 94px;
    right: 10px;
    width: 250px;
    height: 250px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 7px 15px rgba(0,0,0,.4);
    -moz-box-shadow: 0 7px 15px rgba(0,0,0,.4);
    box-shadow: 0 7px 15px rgba(0,0,0,.4);
}
.main_banner_price_2 {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    right: 290px;
    width: 210px;
    height: 210px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 7px 15px rgba(0,0,0,.4);
    -moz-box-shadow: 0 7px 15px rgba(0,0,0,.4);
    box-shadow: 0 7px 15px rgba(0,0,0,.4);
}
.main_banner_price_3 {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    right: 530px;
    width: 174px;
    height: 174px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 7px 15px rgba(0,0,0,.4);
    -moz-box-shadow: 0 7px 15px rgba(0,0,0,.4);
    box-shadow: 0 7px 15px rgba(0,0,0,.4);
}
.main_banner_price_txt {
    color: #fff;
    text-align: center;
}
.main_banner_price_txt span {
    display: block;
}
.main_banner_price_txt em {
    display: block;
    font-style: normal;
}
.main_banner_price_1 .main_banner_price_txt {
    font-size: 20px;
    padding-top: 15px;
}
.main_banner_price_2 .main_banner_price_txt {
    font-size: 18px;
    padding-top: 15px;
}
.main_banner_price_3 .main_banner_price_txt {
    padding-top: 20px;
}
.main_banner_price_1 .main_banner_price_txt span {
    font-size: 50px;
    line-height: 50px;
    padding-top: 10px;
}
.main_banner_price_1 .main_banner_price_txt em {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 7px;
}
.main_banner_price_2 .main_banner_price_txt span {
    font-size: 40px;
    line-height: 40px;
    padding-top: 5px;
}
.main_banner_price_2 .main_banner_price_txt em {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 5px;
}
.main_banner_price_3 .main_banner_price_txt span {
    font-size: 40px;
    line-height: 40px;
}
.main_banner_price_3 .main_banner_price_txt em {
    font-size: 24px;
    line-height: 24px;
}

.main_banner.buy_0 {
    background: #009900;
    background: -moz-linear-gradient(top,  #009900 0%, #66ff00 100%);
    background: -webkit-linear-gradient(top,  #009900 0%,#66ff00 100%);
    background: linear-gradient(to bottom,  #009900 0%,#66ff00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#66ff00',GradientType=0 );
}
.main_banner.buy_0 .reducer {
    background: url('/i/buy-0.png') 50% 100% no-repeat;
    text-align: center;
}
.main_banner.buy_1 {
    background: #009900;
    background: -moz-linear-gradient(top,  #009900 0%, #66ff00 100%);
    background: -webkit-linear-gradient(top,  #009900 0%,#66ff00 100%);
    background: linear-gradient(to bottom,  #009900 0%,#66ff00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#66ff00',GradientType=0 );
}
.main_banner.buy_1 .reducer {
    background: url('/i/buy-1.png') 50% 100% no-repeat;
}
.main_banner.buy_1 .main_banner_price_1,
.main_banner.buy_1 .main_banner_price_2,
.main_banner.buy_1 .main_banner_price_3 {
    background: #006600;
}
.main_banner.buy_1 .main_banner_btn {
    background: #ff3d00;
    color: #ffffff;
}
.main_banner.buy_2 {
    background: #3333ff;
    background: -moz-linear-gradient(top,  #3333ff 0%, #00ff99 100%);
    background: -webkit-linear-gradient(top,  #3333ff 0%,#00ff99 100%);
    background: linear-gradient(to bottom,  #3333ff 0%,#00ff99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3333ff', endColorstr='#00ff99',GradientType=0 );
}
.main_banner.buy_2 .reducer {
    background: url('/i/buy-2.png') 50% 100% no-repeat;
}
.main_banner.buy_2 .main_banner_price_1,
.main_banner.buy_2 .main_banner_price_2,
.main_banner.buy_2 .main_banner_price_3 {
    background: #0066ff;
}
.main_banner.buy_2 .main_banner_btn {
    background: #76ff03;
    color: #252525;
}
.main_banner.buy_3 {
    background: #ff3d00;
    background: -moz-linear-gradient(top,  #ff3d00 0%, #ffc107 100%);
    background: -webkit-linear-gradient(top,  #ff3d00 0%,#ffc107 100%);
    background: linear-gradient(to bottom,  #ff3d00 0%,#ffc107 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3d00', endColorstr='#ffc107',GradientType=0 );
}
.main_banner.buy_3 .reducer {
    background: url('/i/buy-3.png') 50% 100% no-repeat;
}
.main_banner.buy_3 .main_banner_price_1,
.main_banner.buy_3 .main_banner_price_2,
.main_banner.buy_3 .main_banner_price_3 {
    background: #dd2c00;
}
.main_banner.buy_3 .main_banner_btn {
    background: #6600cc;
    color: #fff;
}
.main_banner.buy_4 {
    background: #6200ea;
    background: -moz-linear-gradient(top,  #6200ea 0%, #ac00a0 100%);
    background: -webkit-linear-gradient(top,  #6200ea 0%,#ac00a0 100%);
    background: linear-gradient(to bottom,  #6200ea 0%,#ac00a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6200ea', endColorstr='#ac00a0',GradientType=0 );
}
.main_banner.buy_4 .reducer {
    background: url('/i/buy-4.png') 50% 100% no-repeat;
}
.main_banner.buy_4 .main_banner_price_1,
.main_banner.buy_4 .main_banner_price_2,
.main_banner.buy_4 .main_banner_price_3 {
    background: #4527a0;
}
.main_banner.buy_4 .main_banner_btn {
    background: #f50057;
    color: #fff;
}
.main_banner.buy_5 {
    background: #263238;
    background: -moz-linear-gradient(top,  #263238 0%, #441991 100%);
    background: -webkit-linear-gradient(top,  #263238 0%,#441991 100%);
    background: linear-gradient(to bottom,  #263238 0%,#441991 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263238', endColorstr='#441991',GradientType=0 );
}
.main_banner.buy_5 .reducer {
    background: url('/i/buy-5.png') 50% 100% no-repeat;
}
.main_banner.buy_5 .main_banner_price_1,
.main_banner.buy_5 .main_banner_price_2,
.main_banner.buy_5 .main_banner_price_3 {
    background: #00e5ff;
    color: #111111;
}
.main_banner.buy_6 {
    background: #3333ff;
    background: -moz-linear-gradient(top,  #3333ff 0%, #00ff99 100%);
    background: -webkit-linear-gradient(top,  #3333ff 0%,#00ff99 100%);
    background: linear-gradient(to bottom,  #3333ff 0%,#00ff99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3333ff', endColorstr='#00ff99',GradientType=0 );
}
.main_banner.buy_6 .reducer {
    background: url('/i/buy-2.png') 50% 100% no-repeat;
}
.main_banner.buy_6 .main_banner_price_1,
.main_banner.buy_6 .main_banner_price_2,
.main_banner.buy_6 .main_banner_price_3 {
    background: #0066ff;
}
.main_banner.buy_6 .main_banner_btn {
    background: #76ff03;
    color: #252525;
}
.main_banner.buy_6 .main_banner_price_3 span {
    margin-top: 30px;
}
.main_banner.buy_6 .main_banner_price_2 span {
    margin-top: 50px;
}
.main_banner.buy_6 .main_banner_price_1 span {
    margin-top: 60px;
}
.final .main_banner_price_txt {
    color: #111111;
    text-shadow: none;
}

.org_logo_list {
    height: 100px;
}
.org_logo_container {
    height: 100px;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.org_logo {
    height: 100px;
    display: table-cell;
    vertical-align: top;
    text-align: center;
}
.org_logo.first {
    text-align: left;
}
.org_logo.last {
    text-align: right;
}
.org_logo a {
    height: 100px;
    display: inline-block;
    text-decoration: none;
    background: url('/i/org_logo.png') 0 0 no-repeat;
}
.org_logo.w1 {
    width: 93px;
}
.org_logo.w2 {
    width: 100px;
}
.org_logo.w3 {
    width: 107px;
}
.org_logo.w4 {
    width: 117px;
}
.org_logo.w5 {
    width: 85px;
}
.org_logo.w6 {
    width: 60px;
}
.org_logo.w7 {
    width: 107px;
}
.org_logo.w7 {
    width: 87px;
}
.org_logo .logo_1 {
    width: 93px;
    height: 34px;
    margin-top: 33px;
}
.org_logo .logo_1:hover {
    background-position: 0 100%;
}
.org_logo .logo_2 {
    width: 100px;
    height: 24px;
    background-position: -95px 0;
    margin-top: 38px;
}
.org_logo .logo_2:hover {
    background-position: -95px 100%;
}
.org_logo .logo_3 {
    width: 107px;
    height: 18px;
    background-position: -197px 0;
    margin-top: 38px;
}
.org_logo .logo_3:hover {
    background-position: -197px 100%;
}
.org_logo .logo_4 {
    width: 117px;
    height: 35px;
    background-position: -306px 0;
    margin-top: 33px;
}
.org_logo .logo_4:hover {
    background-position: -306px 100%;
}
.org_logo .logo_5 {
    width: 85px;
    height: 40px;
    background-position: -425px 0;
    margin-top: 20px;
}
.org_logo .logo_5:hover {
    background-position: -425px 100%;
}
.org_logo .logo_6 {
    width: 60px;
    height: 36px;
    background-position: -512px 0;
    margin-top: 22px;
}
.org_logo .logo_6:hover {
    background-position: -512px 100%;
}
.org_logo .logo_8 {
    width: 87px;
    height: 40px;
    background-position: -683px 0;
    margin-top: 27px;
}
.org_logo .logo_8:hover {
    background-position: -683px 100%;
}
.org_logo .logo_7 {
    width: 107px;
    height: 21px;
    background-position: -574px 0;
    margin-top: 40px;
}
.org_logo .logo_7:hover {
    background-position: -574px 100%;
}

.subscribe {
    background: #e1f5fe;
    padding: 20px 0 30px;
}
.subscribe h3 {
    text-align: center;
    padding-bottom: 15px;
}
.subscribe .input_txt {
    border: none;
    background: transparent;
}
.subscribe form {
    width: 712px;
    height: 40px;
    background: #fff;
    margin: 0 auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.subscribe_email {
    float: left;
    width: 214px;
    margin-top: 2px;
    height: 36px;
}
.subscribe_name {
    float: left;
    width: 178px;
    margin-top: 2px;
    height: 36px;
    border-left: 1px solid #e2e2e2;
}

.news {
    padding-bottom: 60px;
}
.news h1,
.news h2 {
    text-align: center;
    padding-top: 40px;
}
.news_block {
    padding: 40px 0;
    border-bottom: 1px solid #cdcdcd;
}
.news_block .date {
    float: left;
    width: 64px;
    height: 64px;
    margin-right: -100%;
    border: 1px solid #00aeef;
    color: #03a9f4;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding-top: 15px;
    box-sizing: border-box;
    font-size: 14px;
}
.news_block h3 {
    padding-left: 83px;
    height: 64px;
    display: table-cell;
    vertical-align: middle;
    line-height: 30px;
    color: #03a9f4;
    padding-bottom: 15px;
}
.news_block p {
    padding: 5px 0;
    line-height: 24px;
    font-size: 14px;
}
.news_block a {
    text-decoration: none;
}
.news .link_btn {
    margin-top: 20px;
}
.news_block .link_btn {
    margin-top: 0;
}

.iframe {
    background: #f4f2f2;
    border-top: 1px solid #ebebeb;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    -moz-box-shadow:0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    padding: 40px 0;
    text-align: center;
}
.iframe iframe {
    width: 560px;
    height: 315px;
}

.reporter {
    background: #f4f2f2;
    border-top: 1px solid #ebebeb;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    -moz-box-shadow:0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    padding: 20px 0 40px;
}
.reporter h1,
.reporter h2 {
    text-align: center;
    margin-bottom: 50px;
}
.reporter h4 {
    padding-bottom: 10px;
}
.reporter_list {
    overflow: hidden;
}
.reporter_block {
    float: left;
    width: 25%;
    min-width: 210px;
    height: 280px;
    text-align: center;
}
.reporter_block a {
    text-decoration: none;
}
.reporter_block img {
    vertical-align: top;
    border: 1px solid #dbd6d5;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.25);
    box-shadow: 0 5px 10px rgba(0,0,0,.25);
}
.reporter_block .name {
    padding-top: 25px;
}
.reporter_block .name a {
    color: #252525;
}
.reporter_block .company {
    color: #636363;
}

.sponsor {

}
.sponsor h2 {
    text-align: center;
    padding-top: 40px;
}
.sponsor_list {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 45px;
}
.sponsor_list.bd {
    border-bottom: 1px solid #cdcdcd;
}
.sponsor_list_block {
    float: left;
    width: 20%;
    min-width: 170px;
    height: 150px;
    text-align: center;
}
.min .sponsor_list_block {
    height: 90px;
}
.sponsor_list_block .title {
    width: 170px;
    margin: 0 auto;
    color: #7c7b7b;
    font-size: 16px;
    line-height: 19px;
    height: 45px;
    padding-bottom: 15px;
}
.sponsor_list_block img {
    vertical-align: top;
    border: none;
    max-width: 100%;
}
.sponsor_list_block .title_ {
    width: 170px;
    height: 45px;
    vertical-align: bottom;
    display: table-cell
}
.info_partner_list {
    overflow: hidden;
    padding-top: 50px;
}
.info_partner_list_elem {
    float: left;
    width: 50%;
    text-align: center;
}
.info_partner_list.full .info_partner_list_elem {
    width: 33%;
}
.info_partner_list.four .info_partner_list_elem {
    width: 25%;
}
.info_partner_list_elem.once {
    float: none;
    width: auto;
    text-align: center;
}
.info_partner_list_elem .title {
    color: #7c7b7b;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 15px;
    white-space: nowrap;
}
.info_partner_list_elem.once .title {
    padding-bottom: 0;
}


.about {
    padding-bottom: 40px;
}
.about_img {
    background: url('/i/bg-about.jpg') 50% 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 360px;
    margin-bottom: 35px;
}
.about_txt {
    padding: 50px 40px 30px;
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255,255,255,.9);
    min-height: 260px;
}
.stream_1 {
    background: #e0f7fa;
    padding-bottom: 40px;
    position: relative;
}
.stream_1 h4 {
    padding-bottom: 10px;
}
.stream_1 .bg_header {
    background: #00bcd4;
}
.stream_1 .link_btn {
    border: none;
    color: #fff;
    background: #00bcd4;
}
.stream_2 {
    background: #fff3e0;
    padding-bottom: 40px;
    position: relative;
}
.stream_2 .bg_header {
    background: #f57c00;
}
.stream_2 .link_btn {
    border: none;
    color: #fff;
    background: #f57c00;
}
.stream_3 {
    background: #e3f2fd;
    padding-bottom: 40px;
    position: relative;
}
.stream_3 h4 {
    padding-bottom: 10px;
}
.stream_3 .bg_header {
    background: #2962ff;
}
.stream_3 .link_btn {
    border: none;
    color: #fff;
    background: #2962ff;
}
.stream_4 {
    background: #ffebee;
    padding-bottom: 40px;
    position: relative;
}
.stream_4 .bg_header {
    background: #c62828;
}
.stream_4 .link_btn {
    border: none;
    color: #fff;
    background: #c62828;
}
.stream_5 {
    background: #f3e5f5;
    padding-bottom: 40px;
    position: relative;
}
.stream_5 h4 {
    padding-bottom: 10px;
}
.stream_5 .bg_header {
    background: #6a1b9a;
}
.stream_5 .link_btn {
    border: none;
    color: #fff;
    background: #6a1b9a;
}

.stream ul {
    margin-left: 20px;
    padding-bottom: 20px;
}
.stream li {
    font-size: 14px;
    line-height: 24px;
}

.map {
    overflow: hidden;
    background: #03a9f4;
    position: relative;
    z-index: 1;
    height: 785px;
}
.map .bg_header {
    background: #03a9f4;
    position: relative;
    z-index: 3;
    overflow: hidden;
    margin-bottom: 0;
}
.map_block {
    width: 100%;
    height: 600px;
    background: #d2d2d2;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.map .rooms {
    position: relative;
    z-index: 2;
    width: auto;
}
.map .rooms img {
    position: absolute;
    top: -600px;
    right: 0;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.25);
    box-shadow: 0 0 6px rgba(0,0,0,.25);
    max-width: 100%;
}


.call {
    background: #e0f7fa;
    padding-bottom: 40px;
}
.call .bg_header {
    background: #607d8b;
}
.call .table {
    border-top: 2px solid #03a9f4;
    margin-bottom: 40px;
}
.call .table_cell {
    color: #252525;
    border-bottom: 1px solid #03a9f4;
    font-size: 16px;
    font-weight: 300;
}
.call .table_cell a {
    text-decoration: none;
}
.call h4 {
    text-align: center;
    padding-bottom: 30px;
}
.call h4 a {
    text-decoration: none;
}
.call .iframe {
    padding-top: 0;
    border-top: 0;
}
.call .center {
    text-align: center;
}
.call_name {
    width: 22%;
}
.call_phone {
    width: 20%;
}
.call_email {
    width: 25%;
}


.footer_spacer {
    height: 120px;
}
footer {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: #03a9f4;
    color: #fff;
}
.footer_r {
    float: right;
    width: 170px;
    margin-left: -170px;
    padding-top: 17px;
}
.footer_l {
    margin-right: 170px;
    padding-top: 30px;
}
.footer_logo {
    width: 171px;
    height: 30px;
    background: url('/i/logo.svg') 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-bottom: 8px;
    float: left;
    margin-right: -100%;
}
.copy {
    font-size: 16px;
    clear: left;
    float: left;
    margin-right: -100%;
}
.contact {
    margin-left: 45%;
    line-height: 24px;
    font-size: 18px;
}
.contact a {
    text-decoration: none;
    color: #fff;
}


.bg_header {
    text-align: center;
    color: #fff;
    padding: 40px 0 25px;
    margin-bottom: 35px;
}
.bg_header_icon {
    width: 98px;
    height: 98px;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 104px;
    font-size: 46px;
}
.bg_header_icon.small {
    width: 49px;
    height: 49px;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 52px;
    font-size: 23px;
}
.bg_header h2 {
    color: #fff;
}
.bg_header p {
    color: #fff;
    padding-top: 40px;
    font-size: 24px;
    line-height: 30px;
}
.link_btn {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    background: #03a9f4;
    color: #fff;
    height: 38px;
    line-height: 38px;
    padding: 0 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    white-space: nowrap;
}
.input_btn {
    float: left;
    width: 140px;
    height: 40px;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background: #03a9f4;
    color: #fff;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input_txt {
    display: block;
    width: 100%;
    height: 36px;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.area_txt {
    display: block;
    width: 100%;
    height: 90px;
    outline: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 16px;
}
.user_block {
    display: table;
    width: 100%;
    margin: 0;
    table-layout: fixed;
}
.user_block_cell {
    display: table-cell;
    text-align: center;
    width: 100%;
    padding-top: 30px;
    color: #636363;
    font-size: 16px;
}
.user_block_cell h4 {
    color: #252525;
    padding-bottom: 15px;
}
.user_block_cell a {
    text-decoration: none;
}
.user_block_cell img {
    vertical-align: top;
    border: 1px solid #dbd6d5;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.25);
    box-shadow: 0 5px 10px rgba(0,0,0,.25);
}
.user_block_cell .name {
    padding-top: 25px;
}
.user_block_cell .name a {
    color: #252525;
}
.user_block_cell .cont {
    padding-top: 3px;
}
.user_block_cell .cont a {
    color: #636363;
}
.user_block_cell .link_btn {
    margin-top: 25px;
}
.user_block_soc_link {
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    border: 1px solid #797979;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #252525;
    margin-top: 5px;
}
.inline_logo {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.application h3 {
    margin-bottom: 20px;
}
.application ol,
.application ul {
    margin-left: 20px;
}
.application li {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 300;
}
.application li ol,
.application li ul {
    margin-top: 10px;
}
.application li ul li:last-child,
.application li ol li:last-child {
    padding-bottom: 0;
}
.form_line {
    padding-bottom: 20px;
}
.form_line label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}
.form_line input[type="email"],
.form_line input[type="url"],
.form_line input[type="tel"],
.form_line input[type="text"] {
    width: 100%;
    height: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0 10px;
    margin-top: 4px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.form_line input[type="file"] {
    height: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin-top: 4px;
    outline: none;
}
.form_line input[type="submit"] {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    color: #fff;
    background: #03a9f4;
    cursor: pointer;
    border: none;
    height: 38px;
    line-height: 38px;
    padding: 0 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.form_line input[type="checkbox"] {
    margin-top: 3px;
    vertical-align: top;
    ыmargin-bottom: 10px;
    position: relative;
    top: 2px;
}
.form_line textarea {
    width: 100%;
    height: 140px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 5px 10px;
    margin-top: 4px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@font-face {
    font-family: 'icomoon';
    src:url('/fonts/icomoon.eot?-f8aya5');
    src:url('/fonts/icomoon.eot?#iefix-f8aya5') format('embedded-opentype'),
    url('/fonts/icomoon.woff?-f8aya5') format('woff'),
    url('/fonts/icomoon.ttf?-f8aya5') format('truetype'),
    url('/fonts/icomoon.svg?-f8aya5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-ic_attach_money_24px:before {
    content: "\e600";
}
.icon-ic_delete_24px:before {
    content: "\e604";
}
.icon-ic_expand_more_24px:before {
    content: "\e605";
}
.icon-ic_mode_edit_24px:before {
    content: "\e606";
}
.icon-ic_my_location_24px:before {
    content: "\e607";
}
.icon-ic_phone_24px:before {
    content: "\e608";
}
.icon-ic_place_24px:before {
    content: "\e609";
}
.icon-ic_school_24px:before {
    content: "\e60a";
}
.icon-ic_settings_24px:before {
    content: "\e60b";
}
.icon-ic_star_24px:before {
    content: "\e60c";
}
.icon-icon_fb:before {
    content: "\e601";
}
.icon-icon_twitter:before {
    content: "\e602";
}
.icon-icon_vk:before {
    content: "\e603";
}
.icon-ic_menu_24px:before {
    content: "\e60d";
}
.icon-ic_arrow_back_24px:before {
    content: "\e60e";
}
.icon-ic_arrow_up_24px:before {
    content: "\e60f";
}
.icon-ic_lightbulb {
    background: url('../i/lightbulb.svg') 50% 50% no-repeat;
    width: 48px;
    height: 46px;
    display: inline-block;
    vertical-align: top;
    margin-top: 27px;
}
.icon-ic_lightbulb-small {
    background: url('../i/lightbulb.svg') 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
}

.error {
    color: #c2185b;
}
.no_bg {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.font_thin {
    font-weight: 100;
}
.font_light {
    font-weight: 300;
}
.font_normal {
    font-weight: 400;
}
.font_bold {
    font-weight: 700;
}
.font_italic {
    font-style: italic;
}
.no_indent {
    padding: 0;
    margin: 0;
}
.c {
    float: right;
    position: relative;
    right: 50%;
}
.cc {
    float: left;
    position: relative;
    left: 50%;
}
.popup_email_reducer .hidden,
.hidden {
    display: none;
}
.clear {
    clear: both;
}
.ovh {
    overflow: hidden;
}
.tac {
    text-align: center;
}
.table {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}
.table_row {
    display: table-row;
}
.table_cell {
    display: table-cell;
    padding: 15px 0;
}
.l {
    width: 48%;
    margin-right: -100%;
}
.r {
    float: right;
    width: 48%;
    margin-left: -48%;
}

.fade {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999;
    opacity: 0.5;
}
.report_btn {
    position: fixed;
    z-index: 998;
    bottom: 0;
    right: 82px;
    background: #0277bd;
    color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    cursor: pointer;
}
.report {
    max-width: 320px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.report_close {
    position: absolute;
    z-index: 2;
    background: url('../i/close.svg') 50% 50% no-repeat;
    width: 34px;
    height: 34px;
    top: 0;
    right: 0;
    cursor: pointer;
}
.report_content {
    position: relative;
    height: 100%;
    z-index: 1;
    overflow: auto;
}
.report_stream {
    padding-bottom: 10px;
}
.report_header {
    font-weight: 300;
    color: #fff;
    overflow: hidden;
    padding: 10px;
}
.report_header .table_cell {
    padding: 0;
    vertical-align: middle;
}
.report_header .report_icon_cell {
    width: 40px;
}
.report_icon {
    width: 38px;
    height: 31px;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    font-size: 22px;
    padding-top: 7px;
}
.report_icon .icon-ic_lightbulb {
    width: 22px;
    height: 22px;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 0;
}
.report_title {
    font-size: 16px;
    padding-left: 10px;
    line-height: 22px;
}
.report_manager {
    padding: 10px;
    overflow: hidden;
    color: #252525;
}
.report_manager_img {
    float: left;
    margin-right: -100%;
    width: 40px;
    height: 40px;
}
.report_manager_img a {
    text-decoration: none;
}
.report_manager_img img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    vertical-align: top;
    border: none;
}
.report_manager_txt {
    margin-left: 50px;
}
.report_manager_txt_name {
    color: #252525;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}
.report_manager_txt_stream {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.report_stream_1 {
    background: #e0f7fa;
}
.report_stream_2 {
    background: #fff3e0;
}
.report_stream_3 {
    background: #e3f2fd;
}
.report_stream_4 {
    background: #ffebee;
}
.report_stream_5 {
    background: #f3e5f5;
}
.report_stream_1 .report_header,
.report_stream_1 .link_btn {
    background: #00bcd4;
}
.report_stream_2 .report_header,
.report_stream_2 .link_btn {
    background: #f57c00;
}
.report_stream_3 .report_header,
.report_stream_3 .link_btn {
    background: #2962ff;
}
.report_stream_4 .report_header,
.report_stream_4 .link_btn {
    background: #c62828;
}
.report_stream_5 .report_header,
.report_stream_5 .link_btn {
    background: #6a1b9a;
}
.report_stream_1 .report_txt {
    border-bottom: 1px solid #00bcd4;
}
.report_stream_2 .report_txt {
    border-bottom: 1px solid #f57c00;
}
.report_stream_3 .report_txt {
    border-bottom: 1px solid #2962ff;
}
.report_stream_4 .report_txt {
    border-bottom: 1px solid #c62828;
}
.report_stream_5 .report_txt {
    border-bottom: 1px solid #6a1b9a;
}
.report_stream .report_txt:last-child {
    border: none;
}


@media screen and (max-width: 1024px) {
    .top_info {
        margin-bottom: 30px;
    }
    nav li {
        margin-right: 17px;
    }
    nav a {
        font-size: 16px;
    }
    nav span {
        width: 20px;
        font-size: 24px;
    }
    .top_info_block.cell3 {
        width: 14%;
    }
    .top_info_block.cell4 {
        width: 13%;
    }
    .top_info_block.cell5 {
        width: 7%;
    }
}
@media screen and (max-width: 960px) {
    .reporter_block {
        width: 33%;
    }
    .sponsor_list_block {
        width: 25%;
    }
    nav li {
        margin-right: 10px;
    }
    nav a {
        font-size: 12px;
    }
    .org_logo_list {
        height: auto;
    }
    .org_logo_container {
        display: block;
        overflow: hidden;
        height: auto;
    }
    .org_logo {
        float: left;
        width: 25% !important;
    }
    .org_logo.sep {
        display: none;
    }
    .org_logo.first,
    .org_logo.last {
        text-align: center;
    }

    .main_banner,
    .main_banner .reducer {
        height: 470px;
    }
    .main_banner.buy_0,
    .main_banner.buy_0 .reducer {
        height: 360px;
    }
    .main_banner.final {
        height: 360px;
    }
    .main_banner.final .reducer {
        height: 360px;
    }
    .final .main_banner_price_1 {
        right: 50px;
    }

    .info_partner_list.four .info_partner_list_elem {
        width: 50%;
        height: 110px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    nav li {
        margin-right: 12px;
    }
    nav a {
        font-size: 12px;
    }
    .top_info {
        margin-bottom: 20px;
    }
    .top_info_block {
        sdisplay: block;
        padding: 2px 0 3px;
    }
    .top_info_header {
        font-size: 20px;
        sdisplay: inline-block;
    }
    .top_info_txt {
        font-size: 14px;
        sdisplay: inline-block;
    }
    .top_info_block.cell2 {
        width: 40%;
    }
    .top_info_block.cell3,
    .top_info_block.cell4,
    .top_info_block.cell5 {
        display: none;
    }
    .header_r {
        width: 150px;
        margin-left: -150px;
    }
    .header_l {
        margin-right: 0px;
    }
    .logo {
        width: 100%;
        max-width: 348px;
    }

    .subscribe form {
        width: auto;
        height: auto;
        background: transparent;
        overflow: hidden;
        text-align: center;
    }
    .subscribe_email {
        float: none;
        width: 100%;
        margin-top: 5px;
        height: 36px;
        background: #fff;
    }
    .subscribe_name {
        float: none;
        width: 100%;
        margin-top: 5px;
        height: 36px;
        background: #fff;
        border-left: none;
    }
    .subscribe .input_btn {
        float: none;
        display: inline-block;
        margin-top: 5px;
    }
    .reporter_block {
        width: 50%;
    }
    .sponsor_list_block {
        width: 33%;
    }
    .info_partner_list.full .info_partner_list_elem,
    .info_partner_list_elem {
        width: 100%;
        margin-bottom: 40px;
    }
    .footer_spacer {
        height: 160px;
    }
    footer {
        height: 160px;
    }
    .footer_logo {
        float: none;
        margin-right: 0;
    }
    .copy {
        float: none;
        margin-right: 0;
        margin-bottom: 8px;
    }
    .contact {
        margin-left: 0;
    }
    .map_block {
        height: 300px;
        background: #d2d2d2;
        position: relative;
        z-index: 1;
    }
    .map .rooms {
        position: relative;
        z-index: 2;
        width: auto;
        text-align: center;
    }
    .map .rooms img {
        position: relative;
        max-width: 100%;
        top: 0;
    }

    .call .table {
        border-top: none;
        display: block;
        overflow: hidden;
    }
    .call .table_row {
        display: block;
        padding: 0 0 5px;
        margin-bottom: 15px;
        float: left;
        width: 50%;
    }
    .call .table_cell {
        color: #252525;
        border-bottom: none;
        padding: 0 0 3px;
        display: block;
        text-align: center;
    }
    .call_name,
    .call_phone,
    .call_email {
        width: auto;
    }

    .main_banner,
    .main_banner .reducer {
        height: 400px;
        overflow: hidden;
    }
    .main_banner.final {
        height: 360px;
    }
    .main_banner.final .reducer {
        height: 360px;
    }
    .main_banner_top_txt_block {
        padding-top: 25px;
        position: relative;
        z-index: 5;
    }
    .main_banner_top_txt {
        font-size: 40px;
    }
    .buy_0 .main_banner_top_txt {
        font-size: 50px;
    }
    .buy .main_banner_top_txt {
        font-size: 40px;
        line-height: 40px;
    }
    .buy .main_banner_middle_txt {
        font-size: 30px;
        line-height: 30px;
    }
    .buy .main_banner_bottom_txt {
        font-size: 20px;
        line-height: 20px;
        padding: 4px 0px;
    }
    .main_banner_btn {
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        margin-top: 20px;
    }
    .main_banner_price_1 {
        right: 10px;
        bottom: 80px;
    }
    .main_banner_price_2 {
        bottom: 25px;
        right: 225px;
    }
    .main_banner_price_3 {
        right: 410px;
        bottom: 10px;
    }
    .final .main_banner_price_1 {
        right: 50px;
        bottom: 50px;
    }

    nav li {
        margin-right: 10px;
    }
    nav a {
        font-size: 12px;
    }
    nav span {
        display: none;
    }
    .nav_bg ol,
    .open ol {
        display: none;
    }
    .mobile_icon {
        display: block;
    }
    .nav_bg {
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(2, 119, 189, 0.50);
    }
    .nav_bg ul {
        background: #03a9f4;
        height: auto;
        width: 200px;
        position: relative;
    }
    .nav_bg ul li {
        float: none;
        padding-left: 10px;
        line-height: 30px;
        min-height: 30px;
        height: auto;
    }
    .nav_bg ul .curr {
        border: none;
    }
    .nav_bg a {
        line-height: 30px;
        height: auto;
        font-size: 18px;
    }
    .nav_bg ol {
        display: block;
        position: static;
        background: transparent;
    }
    .nav_bg ol li {
        padding-left: 0px;
    }
    .nav_bg .mobile_icon {
        display: block;
        background: #03a9f4;
        width: 200px;
        position: relative;
    }
    .nav_bg .mobile_icon span {
        display: block;
    }

    .r,
    .l {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        overflow: hidden;
        padding-bottom: 30px;
    }

    .langs {
        top: 0;
        width: auto;
        right: auto;
        left: 230px;
    }
}
@media screen and (max-width: 600px) {
    .org_logo {
        width:33% !important;
    }
    h2 {
        font-size: 32px;
    }
    h1 a,
    h2 a,
    h1 em,
    h2 em {
        text-decoration: none;
        display: inline-block;
        position: relative;
        height: auto;
        font-style: normal;
    }
    h1 span,
    h2 span {
        position: absolute;
        bottom: -5px;
        width: 50%;
        left: 25%;
        border-bottom: 1px solid #03a9f4;
    }

    .social {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    footer .social {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .header_r {
        float: none;
        width: auto;
        margin-left: 0px;
    }

    .sponsor_list_block {
        width: 50%;
    }
    .user_block {
        display: block;
        width: 100%;
        margin: 0;
        table-layout: fixed;
    }
    .user_block_cell {
        display: block;
    }
    .main_banner,
    .main_banner .reducer {
        height: 450px;
    }
    .main_banner_top_txt {
        font-size: 30px;
    }
    .buy_0 .main_banner_top_txt {
        font-size: 50px;
    }
    .main_banner_price_1 {
        right: -10px;
        bottom: 100px;
    }
    .main_banner_price_2 {
        bottom: 15px;
        right: 255px;
    }
    .main_banner_price_3 {
        right: 130px;
        bottom: -20px;
    }

    .info_partner_list.four .info_partner_list_elem {
        width: 100%;
    }

    .langs {
        position: static;
        overflow: hidden;
        padding-bottom: 10px;
    }

    .iframe iframe {
        width: 480px;
        height: 270px;
    }
}
@media screen and (max-width: 520px) {
    .iframe iframe {
        width: 300px;
        height: 168px;
    }
}
@media screen and (max-width: 480px) {
    h2 {
        font-size: 26px;
    }
    h1 a,
    h2 a,
    h1 em,
    h2 em {
        text-decoration: none;
        display: inline-block;
        position: relative;
        height: auto;
        font-style: normal;
    }
    h1 span,
    h2 span {
        position: absolute;
        bottom: -5px;
        width: 50%;
        left: 25%;
        border-bottom: 1px solid #03a9f4;
    }
    .top_info {
        margin-bottom: 20px;
    }
    .top_info_block {
        display: block;
        padding: 2px 0 3px;
    }
    .top_info_header {
        font-size: 16px;
        display: inline-block;
    }
    .top_info_txt {
        font-size: 12px;
        display: inline-block;
    }
    .top_info_block.cell2 {
        width: 100%;
    }
    .enter {
        overflow: hidden;
        margin-right: 130px;
    }
    .enter a {
        float: left;
        clear: left;
        margin-top: 5px;
    }
    .enter a:first-child {
        margin-top: 0;
    }
    header .social {
        margin-left: 0;
    }
    .top_info_header {
        font-size: 14px;
    }
    .org_logo {
        width:50% !important;
    }

    .news_block {
        padding: 40px 0;
        border-bottom: 1px solid #cdcdcd;
    }
    .news_block .date {
        float: left;
        width: 64px;
        height: 64px;
        margin-right: -100%;
        border: 1px solid #00aeef;
        color: #03a9f4;
        text-align: center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        padding-top: 15px;
        box-sizing: border-box;
        font-size: 14px;
    }
    .news_block h3 {
        padding-left: 83px;
        height: auto;
        min-height: 65px;
        display: block;
        line-height: normal;
        color: #03a9f4;
        font-size: 22px;
    }
    .news_block p {
        padding: 20px 0;
        line-height: 24px;
        font-size: 14px;
    }
    .news_block a {
        text-decoration: none;
    }
    .news .link_btn {
        margin-top: 20px;
    }
    .news_block .link_btn {
        margin-top: 0;
    }
    .reporter_block {
        width: 100%;
    }
    .sponsor_list_block {
        width: 100%;
    }
    .footer_r {
        float: none;
        width: 100%;
        margin-left: 0px;
        padding-top: 0px;
    }
    .footer_l {
        margin-right: 0px;
        padding-top: 10px;
    }
    .footer_spacer {
        height: 200px;
    }
    footer {
        height: 200px;
    }

    .call .table_row {
        float: none;
        width: 100%;
    }
    .main_banner,
    .main_banner .reducer {
        height: 580px;
    }
    .buy .main_banner_top_txt {
        font-size: 30px;
        line-height: 30px;
    }
    .buy .main_banner_bottom_txt {
        font-size: 16px;
        line-height: 16px;
    }
    .buy .main_banner_middle_txt {
        font-size: 22px;
        line-height: 22px;
    }
    .buy .main_banner_middle_txt br {
        display: none;
    }
    .main_banner_top_txt {
        font-size: 20px;
        line-height: 26px;
    }
    .main_banner_bottom_txt {
        font-size: 16px;
        line-height: 20px;
    }
    .buy_0 .main_banner_top_txt {
        font-size: 36px;
        line-height: 46px;
    }
    .buy_0 .main_banner_bottom_txt {
        font-size: 30px;
        line-height: 30px;
    }
    .main_banner_price_1 {
        right: 0;
        bottom: 145px;
    }
    .main_banner_price_2 {
        bottom: 0;
        right: 125px;
    }
    .main_banner_price_3 {
        right: -10px;
        bottom: -10px;
    }
    .main_banner,
    .main_banner .reducer {
        height: 580px;
    }
    .final .main_banner_price_1 {
        right: 20px;
        bottom: 20px;
        margin-right: 0px;
    }

    .main_sponsor_banner a {
        background: url('../i/workua.png') 50% 50% no-repeat;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
}
@media screen and (max-width: 321px) {
    .top_info {
        display: none;
    }
    header {
        padding-top: 20px;
    }
}








