@font-face {
    font-family: 'icons';
    src:url('/bitrix/templates/iguides-2015/css/../fonts/iconmoon/icomoon.eot?tkyk5z');
    src:url('/bitrix/templates/iguides-2015/css/../fonts/iconmoon/icomoon.eot?#iefixtkyk5z') format('embedded-opentype'),
    url('/bitrix/templates/iguides-2015/css/../fonts/iconmoon/icomoon.ttf?tkyk5z') format('truetype'),
    url('/bitrix/templates/iguides-2015/css/../fonts/iconmoon/icomoon.woff?tkyk5z') format('woff'),
    url('/bitrix/templates/iguides-2015/css/../fonts/iconmoon/icomoon.svg?tkyk5z#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background: rgba(0, 0, 0, 0.88);
}
header .top_line .lk{
	position: relative;
	padding-right: 10px;
	font: 14px/40px 'Lato';
}
header .top_line .lk > a{
	color: #888;
	text-decoration: none;
}
header .top_line .lk > a:hover{ color: #fff; }
header .top_line .lk .avatar{
	background: #8a8a8a;
	border-radius: 50%;
	margin-right: 7px;
	margin-top: -1px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	display: inline-block;
	color: #333;
	line-height: 20px;
	text-align: center;
}
header .top_line .lk .login_link{
	margin-left: 15px;
	display: inline-block;
	padding: 0 15px;
	border-radius: 3px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	background: #33b5e5;
}

header .top_line .lk .modal_lk{
	background: #333;
	border-radius: 0 0 10px 10px;
	position: absolute;
	top: 40px;
	right: 0;
	width: 132px;
	display: none;
    z-index:10;
}
header .top_line .lk:hover .modal_lk{ display: block; }
header .top_line .lk .modal_lk li{ list-style-type: none; }
header .top_line .lk .modal_lk li a{
	display: block;
	padding: 0 12px;
	height: 26px;
	color: #888;
	font: 12px/26px 'Lato';
	text-decoration: none;
	width: 108px;
	border-bottom: 1px solid #333;
}
header .top_line .lk .modal_lk li a:hover{ 
background: #333;
    border: 0px;
    color: #fff;
 }
header .top_line .lk .modal_lk li:last-child a{ border-radius: 0 0 9px 9px; border-color: #8a8a8a; }

header .info{ padding: 11px 0 15px; }
header .info .logo img{ display: block; }

header .info .logo .logo-svg {
    width: 234px;
    height: 92px;
    display: block;
    background: url(/bitrix/templates/iguides-2015/css/../images/logo.svg) -14px -14px;
    text-indent: -9999px;
}

.use-white-logo header .info .logo .logo-svg {
    background-position: -14px -136px;
}
header .top_line .lk > a:hover{ color: #545353; }
header .top_line .lk .avatar{
	background: #8a8a8a;
	border-radius: 50%;
	margin-right: 7px;
	margin-top: -1px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	display: inline-block;
	color: #333;
	line-height: 20px;
	text-align: center;
}
header .top_line .lk .login_link{
	margin-left: 15px;
	display: inline-block;
	padding: 0 15px;
	border-radius: 3px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	background: #33b5e5;
}
#topLine {
    display: inline-block;
    vertical-align: top;
    padding-top: 28px;
margin-right:20px;
}

.modal .soc_auth a.twitter{ background: #00aced; }
.modal .soc_auth a.fb{ background: #3b5998; }
.modal .soc_auth a.vk{ background: #45668e; }
.modal .soc_auth a.facebook{ background: #3b5998; }
.modal .soc_auth a.vkontakte{ background: #45668e; }
.modal .soc_auth a.google{ background: #d34836; }

.modal .or{
    text-align: center;
    color: #bfbfbf;
    font: 18px/18px Lato;
    text-transform: uppercase;
    margin-bottom: 17px;
    background: url(/bitrix/templates/iguides-2015/css/../images/grey_line_bg.png) 0 50% repeat-x;
}
.modal .or span{ padding: 0 5px; background: #fff; }

.modal form .name{
    color: #bfbfbf;
    text-align: center;
    font: 18px Lato;
    margin-bottom: 8px;
}
.modal form .input{
    background: #f8f9fa;
    border: 1px solid #cacaca;
    border-bottom: none;
    height: 40px;
    color: #333;
    font: 16px Lato;
    padding: 0 20px;
    width: 100%;
}
.modal form .input.first{ border-radius: 5px 5px 0 0; }
.modal form .input.last{ border-bottom: 1px solid #cacaca; border-radius: 0 0 5px 5px; }
.modal form .input.one{ border-radius: 5px; border: 1px solid #cacaca; }
.modal form .input.one + .or{ margin-top: 15px; }
.modal form .submit{ margin-top: 10px; }
.modal form .submit_btn{
    border-radius: 5px;
    background: #33b5e5;
    color: #fff;
    font: 700 18px Lato;
    cursor: pointer;
    height: 40px;
    border: none;
    width: 100%;
}
.modal p{
    text-align: center;
    color: #333;
    font: 14px/14px Lato;
    margin-top: 10px;
}
.modal p a{ color: #0099cc; text-decoration: none; }
.modal p a:hover{ text-decoration: underline; }

.modal #remember_check{ display: none; }
.modal .remember_check{
    cursor: pointer;
    display: inline-block;
    color: #333;
    font: 14px/14px Lato;
    padding-left: 19px;
    background: url(/bitrix/templates/iguides-2015/css/../images/remember_check.png) 0 0 no-repeat;
}
.modal #remember_check:checked + .remember_check{ background: url(/bitrix/templates/iguides-2015/css/../images/remember_check_active.png) 0 0 no-repeat; }

.modal .addavatar{ margin-bottom: 25px; text-align: left; }
.modal .addavatar .image{
    background: #f8f9fa;
    border: 1px solid #cacaca;
    border-radius: 5px;
    text-align: center;
    height: 68px;
    line-height: 68px;
    margin-right: 10px;
}
.modal .addavatar .name{
    color: #333;
    font: 18px/18px Lato;
    text-align: left;
}
.modal .addavatar a{
    background: #33b5e5;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font: 700 14px/30px Lato;
    text-decoration: none;
    padding: 0 10px;
    margin-bottom: 3px;
}
.modal .addavatar .limit{
    color: #bfbfbf;
    font: 12px/12px Lato;
    margin: 0;
    text-align: left;
}
#register_form .errortext {font-size:12px; line-height:14px; text-align:left;}
#register_form .errortext br {line-height:20px;}
.modal .errortext {display:block; margin:10px 0; color:#E56F6F;}
.modal .notetext {display:block; margin:10px 0; color:#6EB57A;}
#topLineLogo {
    background:url(/bitrix/templates/asus/asset/img/sprite.svg)  3px -5px;
    transform-style: preserve-3d;
    background-size:365px;
    display: block;
    width: 60px;
    height: 60px;
    text-indent:-999px;
}
.icon-search:before {
    content: "\e80e";
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.footer-descr-wrapper-in {
    display: block;
}
div#container > div#content {
    padding-top: 50px;
}


div#container > div#content {
    z-index:89888;
}


.z-index-big {
    z-index: 1;
}
.icon-youtube:before {
    content: "\e800";
}
.icon-odnoklassniki:before {
    content: "\e801";
}
.icon-gplus:before {
    content: "\e802";
}
.icon-twitter:before {
    content: "\e803";
}
.icon-instagramm:before {
    content: "\e804";
}
.icon-facebook:before {
    content: "\e805";
}
.icon-vkontakte:before {
    content: "\e806";
}
.icon-rss:before {
    content: "\e807";
}
.icon-apple:before {
    content: "\e808";
}
.icon-android:before {
    content: "\e809";
}
.icon-windows:before {
    content: "\e80a";
}
.icon-angle-down:before {
    content: "\e80b";
}
.icon-cw:before {
    content: "\e80c";
}
.icon-comment:before {
    content: "\e80d";
}
.icon-search:before {
    content: "\e80e";
}
.icon-info-circled:before {
    content: "\e80f";
}
.icon-user:before {
    content: "\e810";
}
.icon-email:before {
    content: "\e811";
}
.icon-telegram:before {
    content: "\e600";
}

.modal{ display: none; padding: 20px 30px; width: 370px; }
.modal_title{
    text-align: center;
    color: #333;
    font: 700 30px/30px Lato;
    margin-bottom: 20px;
}
.modal .soc_auth{ margin: 0 0 17px -8px; height:61px; }
.modal .soc_auth a{
    display: block;
    float: left;
    width: 61px;
    height: 61px;
    text-align: center;
    margin-left: 16px;
    color: #fff;
    font-size: 36px;
    line-height: 61px;
}
.icon-google:before {
    content: '\e802';
}
.modal{
    position: relative!important;
}
.share-pre{
padding-right:0px;
}
.modal{ display: none; padding: 20px 30px; width: 370px; }
.modal_title{
    text-align: center;
    color: #333;
    font: 700 30px/30px Lato;
    margin-bottom: 20px;
}
.modal .soc_auth{ margin: 0 0 17px -8px; height:61px; }
.modal .soc_auth a{
    display: block;
    float: left;
    width: 61px;
    height: 61px;
    text-align: center;
    margin-left: 16px;
    color: #fff;
    font-size: 36px;
    line-height: 61px;
}
.icon-google:before {
    content: '\e802';
}
.modal .soc_auth a.twitter{ background: #00aced; }
.modal .soc_auth a.fb{ background: #3b5998; }
.modal .soc_auth a.vk{ background: #45668e; }
.modal .soc_auth a.facebook{ background: #3b5998; }
.modal .soc_auth a.vkontakte{ background: #45668e; }
.modal .soc_auth a.google{ background: #d34836; }

.modal .or{
    text-align: center;
    color: #bfbfbf;
    font: 18px/18px Lato;
    text-transform: uppercase;
    margin-bottom: 17px;
    background: url(/bitrix/templates/iguides-2015/css/../images/grey_line_bg.png) 0 50% repeat-x;
}
.modal .or span{ padding: 0 5px; background: #fff; }

.modal form .name{
    color: #bfbfbf;
    text-align: center;
    font: 18px Lato;
    margin-bottom: 8px;
}
.modal form .input{
    background: #f8f9fa;
    border: 1px solid #cacaca;
    border-bottom: none;
    height: 40px;
    color: #333;
    font: 16px Lato;
    padding: 0 20px;
    width: 100%;
}
.modal form .input.first{ border-radius: 5px 5px 0 0; }
.modal form .input.last{ border-bottom: 1px solid #cacaca; border-radius: 0 0 5px 5px; }
.modal form .input.one{ border-radius: 5px; border: 1px solid #cacaca; }
.modal form .input.one + .or{ margin-top: 15px; }
.modal form .submit{ margin-top: 10px; }
.modal form .submit_btn{
    border-radius: 5px;
    background: #33b5e5;
    color: #fff;
    font: 700 18px Lato;
    cursor: pointer;
    height: 40px;
    border: none;
    width: 100%;
}
.modal p{
    text-align: center;
    color: #333;
    font: 14px/14px Lato;
    margin-top: 10px;
}
.modal p a{ color: #0099cc; text-decoration: none; }
.modal p a:hover{ text-decoration: underline; }

.modal #remember_check{ display: none; }
.modal .remember_check{
    cursor: pointer;
    display: inline-block;
    color: #333;
    font: 14px/14px Lato;
    padding-left: 19px;
    background: url(/bitrix/templates/iguides-2015/css/../images/remember_check.png) 0 0 no-repeat;
}
.modal #remember_check:checked + .remember_check{ background: url(/bitrix/templates/iguides-2015/css/../images/remember_check_active.png) 0 0 no-repeat; }

.modal .addavatar{ margin-bottom: 25px; text-align: left; }
.modal .addavatar .image{
    background: #f8f9fa;
    border: 1px solid #cacaca;
    border-radius: 5px;
    text-align: center;
    height: 68px;
    line-height: 68px;
    margin-right: 10px;
}
.modal .addavatar .name{
    color: #333;
    font: 18px/18px Lato;
    text-align: left;
}
.modal .addavatar a{
    background: #33b5e5;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font: 700 14px/30px Lato;
    text-decoration: none;
    padding: 0 10px;
    margin-bottom: 3px;
}
.modal .addavatar .limit{
    color: #bfbfbf;
    font: 12px/12px Lato;
    margin: 0;
    text-align: left;
}
footer+div {
    display: none;
}
.block-article {
    vertical-align: top;
}
div#slider-in p.descr {
    max-width: 600px;
    display: inline-block;
}
img.logos {
    max-height: 250px;
margin-bottom:15px;
}
div#content {
    padding-bottom: 1px;
}


.owl-prev {
    position: absolute;
    left: -60px;
    top: 43%;
}

.owl-next {
    position: absolute;
    right: -60px;
    top: 43%;
}

.owl-next, .owl-prev {
    color: transparent!important;
    width: 40px;
    height: 43px;
    opacity: 0.5!important;
-webkit-transition:opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.owl-next:hover, .owl-prev:hover {
    opacity: 1!important;
}
a.givememymoney {
    background: #FF8300;
    border: 0 none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 20px 35px;
    margin: 0;
    outline: 0;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    overflow: visible;
    border-radius: 32px;
    text-decoration: none;
-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
    margin-left: 65px;
}
a.givememymoney:hover {
    background: #ff9c33;
-webkit-transform: scale(1.07);
 -moz-transform: scale(1.07);
 -o-transform: scale(1.07);

}
img.logos.max {
    max-width: 100%;
    max-height: 280px;
}


a.banderol-logo, .title-wrapper-head {
    display: inline-block;
    vertical-align: middle;
    border-bottom-left-radius: 4px;
}

.text-left{
text-align:left;
}

.pagetitle {
    color: #fff;
    margin-left: 20px;
    margin-top: 20px;
}

@media(min-width:1300px) {
.wrapper-buttons {
    padding-top: 150px;
}

a.banderol-logo {
    float: left;
}
header > .absolute-title > .text-left {
    padding-right: 0px;
}
.title-wrapper-head {
    width: 350px;
    margin-left: 50px;
    text-align: right;
    background: #ff8300;
    padding-right: 40px;
    height: 150px;
    position: relative;
    line-height: 190px;
    float: right;
}
h1.pagetitle {
    text-align: right;
    display: inline-block;
    width: 230px;
}
.title-wrapper-head:after {
    content: '';
    display: block;
    position: absolute;
    left: -73.5px;
    top: 0px;
    width: 50px;
    border: 50px solid transparent;
    border-top: 100px solid #ff8300;
    border-right: 25px solid #ff8300;
}
}
@media(max-width:1500px) and (min-width:700px) {
 .title-wrapper-head {
    width: 290px;
}
}
@media(max-width:850px) and (min-width:700px) {
.block-article{
width:100%;
}
.title-wrapper-head h1.pagetitle {
    margin-left: -8px;
    max-width: 80%;
    position: absolute;
    left: 0px;
    padding: 0px 5%;
    margin-top: 0px;
}
.pageContent_topBar {
    display: none;
}

.pageMenu_inner {
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
    vertical-align: top;
}

a.link-head-ig {
    margin-top: 0px;
}
}
@media(max-width:1370px) and (min-width:700px) {
 .title-wrapper-head {
        width: 255px;
}
.title-wrapper-head h1.pagetitle {
    margin-left: -8px;
}

}
@media(max-width:1299px) {
.wrapper-buttons {
    padding-top: 0px;
}
.title-wrapper-head {
    width: 100%;
}
}
li.social-links {
    text-align: left;
padding-left:50px;
}
@media(max-width:700px) {
    .pageContent_topBar {display: inline-block;}
.pageMenu_inner ul li a {
    padding: 0px;
    color: #eaeaea;
    margin-right: 15px;
}

.pageMenu_inner ul li a.account {
    color: #02a1cc;
}
a.reg-button {
    color: #e0e0e0;
    display: inline-block;
}
a.btn.btn-info.auth-button {
    font-size: 13px;
    padding: 2px 3px;
    display: inline-block;
}
.pageMenu_inner {
    width: 100%;
    position: absolute;
    top: 115px;
    right: 0px;
    text-align: center;
}
a.btn.btn-info.auth-button {
    font-size: 12px;
    padding: 2px 2px;
    display: inline-block;
}
a.reg-button {
    color: #e0e0e0;
    display: inline-block;
    font-size: 12px;
}
.footer-desc {
    width: 100%;
}
.absolute-title .text-right {
    position: static;
}
header {
    padding-bottom: 100px;
}
.title-wrapper-head {
    top: 45px!important;
}
h1.pagetitle {
    margin-top: 5px;
}
a.banderol-logo {
background-size: 188px!important;
    background-position: top left!important;
    height: 51px!important;
    width: 200px!important;
}
.text-left{
position: static;
}
#carousel > .owl-wrapper-outer > .owl-wrapper > .owl-item {
    padding: 0px 0px;
}
footer {
background-size: 202%;
}
}

@media (max-width: 780px){
a.banderol-logo {
    width: 160px;
}
#about {
    min-height: 68vh;
}
h1.pagetitle{
    position: absolute;
    width: 100%!important;
    left: 0px;
    right: 0px;
    margin-left: 0px;
}
}

@media (max-width: 840px){
#content{
    background-size: auto 100%;
}
}

@media (min-width: 700px) and (max-width: 769px){
#content>.left-colum, #content>.right-colum{
width:100%!important;}
.block-article.not-active .title,
.block-article .title {
    font-size: 25px;
}
.text-left {
    position: static;
}
.title-wrapper-head h1.pagetitle {
    right: 0px;
    left: 0px;
    text-align: center;
    top: 36px;
    max-width: 100%;
}
div#topLine {
    padding-top: 0px;
}
}
@media (max-width: 1380px) and (min-width: 1300px) {
   .title-wrapper-head {
        width: 229px;
    } 
}

.wrapper-buttons{
position:relative;}