/*
Theme Name: Laweyr-cons
Description: Wordpress Theme
Version: 1.0
Author: Semin Pavel
Author URI: http://www.rusdigi.name
*/
/* common */
body{
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4;
}
.dyguv{
    width: 1170px;
    margin:0 auto;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    margin: 25px 0px 7px 0px;
}
h1 {
    font-size: 30px;
    line-height: 37px;
}
h2 {
    font-size: 26px;
    line-height: 33px;
}
h3 {
    font-size: 24px;
    line-height: 29px;
}
h4 {
    font-size: 23px;
    line-height: 27px;
}
h5 {
    font-size: 22px;
    line-height: 24px;
}
h6 {
    font-size: 21px;
    line-height: 24px;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
/* images */
.alignnone{
    display: block;
}
.aligncenter{
    display: block;
    margin:10px auto;
}
.ralif{
    display: block;
    float:left;
    margin:0 15px 10px 0;
}
.alignright{
    display: block;
    float:right;
    margin: 0 0 10px 15px;
}
h1, h2, h3, h4, h5, h6{
    color: #333333;
}
a{
    color:#4b88a3;
}
#top_menu{
    background: #161616;
    color: #dddddd;
}
#header .qecaveh .joqam{
    color:#4b88a3;
}
#header .qecaveh .dytova{
    color:#818282;
}
#hd_menu ul > .current-menu-item > a,
#hd_menu ul > .current-menu-ancestor > a,
#hd_menu ul > li > a:hover{
    border-bottom: 4px solid #fff;
}
#hd_menu ul.diga li > a:hover{
    background: rgba(72, 77, 118, 0.95);
}
#hd_menu li.vokemi a{
    background: url('img/ico_home.png') center center no-repeat;
}
#hd_menu li.list a{
    background: url('img/ico_list.png') center center no-repeat;
}
.tekuwow {
    float: left;
}
.hd_menu_right {
    float: right;
}
.qecaveh {
    float: left;
}
.affix .hd_menu_right {
    display: none;
}
#content .cywo, #content .cywo a{
    color: #444444;
}
#content .lexuva{
    color: white;
    background: rgba(72, 77, 118, 1) !important;
}
#content .lexuva a{
    color: white;
}
#footer{
    background: #f3f3f3;
}
#footer .qymory .joqam{
    color:rgba(72, 77, 118, 1);
}
#footer .qymory .dytova{
    color:#818282;
}
#ft_copy{
    background: #000;
}
.vuxi a {
    color: #f5ab1b;
    text-decoration: underline;
}
.vuxi{margin: 20px 0;}
.caneryq .noje, .huvaqa .noje{
    border-bottom: 2px solid rgba(72, 77, 118, 1);
}
.caneryq .noje span,.huvaqa .noje span{
    background-color: rgba(72, 77, 118, 1);
}
.caneryq a{
    color: #4b4b4b;
}
.sb_form input[type=submit]{
    background: rgba(72, 77, 118, 1);
}
#submit,#com_send{
    background: rgba(72, 77, 118, 1) !important;
}
.single_ss_form{
    background: url('img/ss_form_bg.jpg') 0 0 no-repeat;
}
.single_ss_form a{
    color:#005b7f;
}
.single_ss_form input[type=submit]{
    background: rgba(72, 77, 118, 1);
}
.dahubam {
    border: 0px solid #7ac743 !important;
    margin: 0 !important;
    border-radius: 0px;
}
.govud, .zopito, .muci{
    border: 2px solid #7ac743;
    background: url('img/ico_advice.png') 35px center no-repeat;
}
.zopito{
    border-color:#ff1c25;
    background-image: url('img/ico_stop.png');
}
.muci{
    border-color:#ff931e;
    background-image: url('img/ico_warning.png');
}
.nelopa,
.vuxi blockquote, .fseo_cat_descr_top blockquote {
    border: 2px solid #57b1e6;
}
.vuxi blockquote a{
    color:#f5ab1b;
}
.vuxi ul li{
    background: url('img/bullet.png') left 6px no-repeat;
}
.beweba ul li{
    background: none;
}
.vuxi ol li:before{
    color:#f5ab1b;
}
.beweba ul li a{
    color: #005b7f;
}
.caneryq ul.wywo .javyveg a{
    margin-right: 0;
}
/* select, input, textarea */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 21px;
    padding: 4px 6px;
    margin-bottom: 10.5px;
    font-size: 14px;
    line-height: 21px;
    color: #555;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
}
input, button, select, textarea {
    font-family: 'PT Sans',sans-serif;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fafafa;
    border: 1px solid #f5f5f5;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
body {
    display: block;
    visibility: visible;
    background: #fff url('img/hd_bg.jpg') center top no-repeat;
    background-size: contain;
}
.duwok {
    overflow: hidden;
}
.qecaveh {
    position: relative;
    padding-top: 134px;
    width: 48%;
    margin-right: 2%;
}
.buqa {
    width: 50%;
    float: right;
}
.buqa .caneryq {
    margin-bottom: 0;
}
.qazano a:hover {
    text-decoration: none;
}
.zanunos {
    position: absolute;
    top: 53px;
    left: 41%;
}
.qazano {
    background: #fff;
    padding: 20px;
}
.hudegij {
    font-size: 36px;
    line-height: 40px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #53534e;
    text-decoration: none;
    display: block;
    text-align: center;
}
.tajysyh {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
    text-decoration: none;
    color: #53534e;
    display: block;
    text-align: center;
}
/* hd_menu */
#hd_menu{
    clear: both;
    background: rgba(72, 77, 118, 0.95);
    height: 48px;
}
#hd_menu.affix {
    left: 0;
    right: 0;
    top: 0px;
    height: 48px;
    z-index: 9999;
    position: fixed !important;
}
#hd_menu ul{
    margin:0;
    padding:0;
    list-style: none;
    text-align: left;
}
#hd_menu ul li{
    display: inline-block;
    position: relative;
}
#hd_menu ul li a{
    text-decoration: none !important;
    font-family: 'Ubuntu', sans-serif;
    padding: 0px 11px 0px 11px;
    height: 44px;
    line-height: 51px;
    font-size: 16px;
    color: #fff;
    border-bottom: 4px solid transparent;
    z-index: 9999;
    display: block;
    position: relative;
}
#hd_menu ul ul{
    position: absolute;
    top: -999em;
    width: 10em;
}
#hd_menu ul ul li {
    width: 100%;
}
#hd_menu ul.diga{
    z-index:9999;
}
#hd_menu li.garyw a{
    padding-right: 29px;
    min-width: 1px;
}
#hd_menu li.garyw a:after{
    content:"";
    background: url('img/menu_bullet.png') 0 29px no-repeat;
    width: 8px;
    height: 48px;
    position: absolute;
    right:5px;
    bottom:0;
}
#hd_menu li.garyw:hover > ul.diga {
    left: 0;
    top: 48px;
    z-index: 99;
    opacity: 1;
}
#hd_menu li.garyw:hover > ul.diga li.garyw:hover > ul.diga {
    left: 100%;
    top: 0;
    /* match top ul list item height */
    z-index: 99;
    opacity: 1;
}
#hd_menu ul.diga{
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    width:auto;
    opacity:0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
#hd_menu ul.diga li > a {
    padding: 5px 24px 5px 13px;
    color: #3d4449;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    float:none;
    width:auto;
    height:24px;
    line-height: 24px;
    white-space: nowrap;
    border:none;
    font-size: 14px;
}
#hd_menu ul.diga li > a:after{
    display: none;
}
#hd_menu ul.diga li > a:hover{
    color: #ffffff !important;
    border:none;;
}
#hd_menu ul.diga li:hover,
#hd_menu ul.diga a:focus,
#hd_menu ul.diga a:hover,
#hd_menu ul.diga a:active {
    outline: 0;
    border:none;
}
#hd_menu li.vokemi a, #hd_menu li.list a{
    text-indent: -9999px;
    width: 21px;
}
#hd_menu ul.diga ul.diga{
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    width:auto;
    opacity:0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
#hd_menu ul.diga li.garyw a:after{
    content:"";
    background: url('img/menu_bullet1.png') 0 0 no-repeat;
    width: 5px;
    height: 8px;
    position: absolute;
    right:10px;
    top:14px;
    display: block;
}
#hd_menu ul.diga li.garyw:hover a:after{
    background: url('img/menu_bullet1.png') -5px 0 no-repeat;
}
#hd_menu ul.diga li.garyw > ul.diga > li.garyw > a:after {
    content:"";
    background: url('img/menu_bullet1.png') 0 0 no-repeat;
    width: 5px;
    height: 8px;
    position: absolute;
    right:10px;
    top:14px;
    display: block;
}
#hd_menu > ul.diga > li.garyw:hover ul{
    left: 100%;
    top: 0px;
    z-index: 99;
    opacity: 1;
}
#hd_menu ul.diga li.garyw:hover ul a:after{
    display: none;
}
/*Ð¢ÐµÐ»ÐµÑÐ¾Ð½Ñ*/
#reklama_sidebar, #reklama_footer{
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
}
#reklama_header{
    float: right;
    margin-top: 39px;
    font-size: 28px;
    line-height: 32px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: center;
    background: rgba(72, 77, 118, 0.95);
    padding: 20px;
}
.rekl_tel_header{
    font-size: 24px;
    float: left;
    width: 270px;
    margin-top:30px;
}
.rekl_tel_header.single{
    width:100%;
    font-size: 42px;
    line-height: 40px;
    margin-top:15px;
}
#reklama_header strong, #reklama_footer strong, #reklama_sidebar strong{
    font-weight: 500;
}
.rekl_tel_header span{
    display: block;
    font-size: 18px;
}
.rekl_tel_sidebar, .rekl_tel_footer{
    font-size:22px;
    margin: 5px 0 10px;
    display: block;
}
.rekl_tel_sidebar span, .rekl_tel_footer span{
    display: block;
    font-size: 20px;
    line-height: 22px;
}
.qyvi .rek_tel_top {
    line-height: 47px !important;
    color: #fff;
}
ul.children li.dylipe {
    background: none;
}
/* content */
#content{
    padding: 49px 13px 0px 13px;
}
#content .cebawoz{
    width:750px;
    float:left;
}
#content .lotig{
    width: 325px;
    float:right;
}
#content .jihutan {
    position: relative;
    padding-bottom: 16px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-top: 30px;
    overflow: hidden;
    clear: both;
}
#content .cywo{
    margin: 10px 0px 7px 0px;
    line-height: 37px;
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative;
    margin-bottom: 12px;
}
#content .cywo a {
    color: #53534e;
    text-decoration: none !important;
    font-family: 'Ubuntu', sans-serif;
    font-size: 32px;
    line-height: 24px;
    font-weight: 300;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.cywo h1, .cexo h1 {
    color: #53534e;
    font-family: 'Ubuntu', sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 300;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
#content .xycadi{
    float:left;
    margin:12px 15px 5px 0;
    height: 220px;
    overflow: hidden;
}
#content .vuxi, .jihutan .fseo_cat_descr_top {
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
}
#content .entry_content_thumb{
    margin-top: 4px;
    overflow: hidden;
    float: left;
}
#content .lexuva{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding: 4px 8px !important;
    margin-bottom: 4px;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    display: inline-block;
}
#content .lexuva:hover{
    opacity: 0.8;
}
#content .lexuva a{
    text-decoration: none;
}
#content .lexuva:hover a{
    text-decoration: underline;
}
.cyweryd {
    text-align: center;
}
.cyweryd a,
.cyweryd span,
.cyweryd b,
.cyweryd strong,
.cyweryd i,
.cyweryd em {
    margin: 0 2.5px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    text-decoration: none;
}
.cyweryd a:hover {
    background: rgba(72, 77, 118, 1);
    color: #fff;
    border: 1px solid transparent;
}
/* footer */
.lepet {
    float: left;
    margin-right: 15px;
}
#footer{
    clear: both;
    padding: 69px 13px 27px 13px;
    overflow: hidden;
    background: #fafafa url("img/top-shadow.png") repeat-x top;
}
#footer .hefewe{
    float: left;
    width: 30%;
    margin-left: 5%;
    min-height: 300px;
}
#footer .hefewe:first-child{
    margin-left: 0;
    width: 28%;
}
#footer .seranu{
    font-size: 16px;
    color:#8d8d8d;
    font-family: 'PT Sans', sans-serif;
}
#footer .qymory{
    float:left;
    width: 300px;
    margin-bottom: 18px;
    text-align: center;
}
#footer .qymory a{
    text-decoration: none;
}

#footer .qymory .joqam{
    display: block;
    font-size: 23px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #53534e;
    text-decoration: none;
    margin-top: 10px;
}
#footer .qymory .dytova{
    font-size: 17px;
    font-family: 'PT Sans', sans-serif;
    display: block;
}
/* ft_copy */
#ft_copy{
    clear: both;
    padding: 6px 0 10px 0;
    overflow: hidden;
}
#ft_copy .lysas{
    float: left;
    margin-right: 10px;
    color:#fff;
    font-size: 12px;
}

/* widgets */
.caneryq .noje, .huvaqa .noje{
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    margin: 0px 0px 26px 0px;
    line-height: 30px;
    font-weight: normal;
}
.caneryq .noje a, .huvaqa .noje a{
    color:#fff;
}
.caneryq .noje span,.huvaqa .noje span{
    z-index: 1;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 3px 10px 3px 10px;
}
.caneryq ul{
    padding: 0px;
    position: relative;
    list-style: disc url('img/li.png');
    top: 0px;
    margin: 0 0 10.5px 25px;
}
.caneryq ul li a{
    padding: 6px 10px 3px 0px;
}
.caneryq a{
    text-decoration: none;
}
.caneryq a:hover{
    text-decoration: underline;
}
.caneryq{
    margin-bottom: 43px;
}
/* sb_form */
.sb_form input[type=text]{
    width:220px;
    height:21px;
    border: 1px solid #8d8d8d;
    background: #fff;
    float:left;
    margin-right:13px;
    padding: 4px 6px;
    margin-bottom: 10.5px;
    font-size: 14px;
    line-height: 21px;
    color: #555;
}
.sb_form input[type=submit]{
    width:84px;
    height:31px;
    color:#fff;
    text-align: center;
    border:none;
}
/* social sidebar */
#social_buttons{
    text-align: center;
}
#social_buttons a {
    display: inline-block;
    margin: 2px;
    opacity: 0.7;
    transition: all 0.3s;
}
#social_buttons a:hover{
    opacity:1;
}
/* breadcrumbs */
.jecaxoj{
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    line-height: 14px;
    color:#999;
    text-decoration: none;
}
.jecaxoj a{
    text-decoration: none;
    color:#999;
}
.jecaxoj a:hover{
    text-decoration: underline;
    color: #cbcbcb;
}
/* cat links */
.q_nav2 ul{
    list-style:none;
}
.q_nav2 ul li{
    display: inline;
    margin-right: 10px;
}

/* Comment form */
#commentform #author,
#commentform #email,
#commentform #url {
    width: 100%;
    max-width: 100%;
}
.comm_form_top{
    padding-right: 14px;
}
#commentform textarea {
    width: 100%;
    height:150px;
}
#cancel-comment-reply-link {
    position: absolute;
    right: 0px;
    top: 7px;
}
/* comment list */
.dylipe-meta a {
    background: rgba(72, 77, 118, 1);
    border: none;
    color: #fff !important;
    border-radius: 4px;
}
.like_likes {
    top: 20px !important;
}
.huvaqa {
    position: relative;
}
.lulo-title:before {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    content: '';
    height: 3px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.lulo-title:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    content: '';
    height: 3px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.single-post .lulo #respond {
    padding-bottom: 40px;
}
ol.hypyga a {
    color: #999;
}
ol.hypyga a.url {
    color: #333333;
}
cite {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 21px;
}
ol.hypyga {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0px;
}
.dylipe {
    /* each comment wrapper */
    *zoom: 1;
    padding: 21px 0 6px;
    border-top: 1px solid #F5F5F5;
}
.expert_comm {
    padding: 0;
}
.expert_comm .like_likes {
    top: 0 !important;
}
.dylipe:before,
.dylipe:after {
    display: table;
    content: "";
    line-height: 0;
}
.dylipe:after {
    clear: both;
}
.hypyga .tadak {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
}
.hypyga .mysyj {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 21px
}
.res p:first-child {
    padding-top: 0px;
}
.dylipe-meta {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    position: relative;
}
.dylipe-link {
    padding: 4px 10px 14px 0;
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    line-height: 16px;
}
.lulo ol li:before {
    display: none;
}
/* reply comments */
ol.hypyga .children {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    margin-left: 50px;
    padding: 0;
    border-top: 1px solid #F5F5F5;
}
ol.hypyga .dylipe:first-child {
    border-top: none !important;
}
#respond {
    position: relative;
}
#respond #reply-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    margin: 13px 0px 17px 0px;
}
.logged-in-as {
    font-size: 12px;
    color: #999;
    margin-bottom: 2px;
}
#content #respond #reply-title {
    padding: 8px 10px 9px 10px;
    position: relative;
    left: -10px;
}
#content #respond #reply-title:after {
    right: -10px;
    width: 10px;
}
#submit,#com_send{
    background-image: none;
    border-radius: 4px;
    color: white;
    border: none;
    text-shadow: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding: 5px 12px 7px 12px !important;
    margin-bottom: 4px;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
#submit:hover{
    opacity: 0.8;
}
/* shareox */
#sharebox {
    position:fixed;
    width:60px;
    padding:0 5px;
    background-color:#fff;
    border-radius:3px;
    box-shadow:0 0 10px #909090;
    top: 380px;
    z-index:2;
}
.share-item {
    margin:7px 0;text-align:center
}
.share-item:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden
}
.share-item .xybepor-like{
    padding-left:8px
}
.share-item #vk_like{
    padding-left:10px;
}
/* single ss form */
.single_ss_form{
    font-family: "PT Sans";
    font-size: 17px;
    height: 301px;
    padding: 5px 80px 0px 165px;
    margin-bottom: 40px;
}
.single_ss_form input[type=text]{
    width:260px;
    height:21px;
    border: 1px solid #8d8d8d;
    background: #fff;
    float:left;
    margin-right:13px;
}
.single_ss_form input[type=submit]{
    width:84px;
    height:31px;
    color:#fff;
    text-align: center;
    border:none;
}
/* colored blocks */
.govud, .zopito, .muci{
    margin:20px 45px;
    padding: 25px 30px 25px 130px;
}
.nelopa,
.vuxi blockquote, .fseo_cat_descr_top blockquote{
    padding:23px 28px;
    margin:20px 45px;
}
.vuxi blockquote p{
    font-size: 20px;
    line-height: 24px;
    font-style: normal;
    font-weight: normal;
    color:rgb(75, 75, 75);
    font-family: 'PT Sans', sans-serif;
    text-align:left;
}
.vuxi blockquote a{
    text-decoration: underline !important;
}
/* ul ol */
.vuxi ul{
    margin-left:0px;
    padding-left:0;
    list-style: none;
}
.vuxi ul li, .fseo_cat_descr_top ul li{
    padding-left:25px;
    margin-bottom: 20px;
}
.vuxi ol{
    margin-left:0px;
    padding-left:0;
    list-style: none;
    counter-reset: list;
}
.vuxi ol li{
    margin-bottom: 20px;
}
.vuxi ol li ul {
    padding-left: 20px;
}
.vuxi ol > li:before{
    counter-increment: list;
    content: counter(list) ". ";
}
/* content block */
.beweba ul{
    list-style: disc;
    margin-left: 30px;
    padding: 0;
}
.beweba ul li{
    background: none;
    padding-left:0;
}
.beweba ul li a{
    text-decoration: none !important;
}
.jeno{
    margin-bottom: 20px;
}
/* pagenavi */
.cyweryd{
    margin:10px 0 20px 0;
}
/* recent posts */
.caneryq ul.wywo{
    margin:0;
    padding:0;
    list-style: none;
}
.caneryq ul.wywo li{
    clear:both;
    margin-bottom: 10px;
}
.caneryq ul.wywo a{
    padding:0;
}
.caneryq ul.wywo .javyveg a{
    margin-top:5px;
}

.hd_tel{
    float:right;
    width: 600px;
}
#reklama_sidebar, #reklama_footer{
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
}

.hefewe .caneryq {
    margin-bottom: 15px;
}
.qyvi {
    text-align: center;
}
.qyvi span strong {
    color: #de9927;
}
.question-form-bottom input[type=button] {
    background: rgba(72, 77, 118, 1);
    color: #fff;
    height: 40px;
    border: none;
    font-size: 18px;
}
.question-form-bottom input[type=button]:hover {
    background: #1d4e89;
}
.zakon {
    color: #333;
    border: 2px solid #F5AB1B;
    background-image: url("/wp-content/uploads/2015/06/good_bg_line21.png");
    padding: 23px 28px;
    margin: 20px 45px;
    clear: both;
}
.experts_row .widget_experts_card.selected {
    background: rgb(115, 131, 181) !important;
    color: #fff;
}
.vuxi .question-list {
    border: 2px solid #f5ab1b;
    padding: 20px;
    box-sizing: border-box;
}
.vuxi .question-list span.qu_descr {
    font-size: 14px;
    color: #848484;
}
.vuxi .question-list ul li {
    background: url('img/bullet.png') left 10px no-repeat;
}
.vuxi table {
    border-bottom: 1px solid #ccc;
    margin: 0 0px 24px 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
}
.vuxi tr{
    border-top:1px solid #ccc;
}
.vuxi tr th,
.vuxi thead th {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
    border-left: 1px solid #ccc;
}
.vuxi tr td {
    border-left: 1px solid #ccc;
    padding: 6px 24px;
}
.vuxi tr.odd td {
    background: #f2f7fc;
}
.qyvi {
    width: 65% !important;
    float: left;
     position: inherit !important;
     background: transparent !important;
}
@media(min-width:1022px) and (max-width:1200px){
    .dyguv{
        width: 970px;
    }
    #hd_menu ul li a{
        padding: 0 7px;
    }
    #hd_menu li.garyw a{
        padding-right: 25px;
    }
    #content .cebawoz{
        width:640px;
    }
    #footer .hefewe{
        width: 295px;
    }
    #reklama_header {
        padding: 40px;
    }
    .rekl_tel_header {
        width: 100%;
    }
    .rekl_tel_header span {
        display: block;
        font-size: 24px;
    }
    .qyvi {
        display: none !important;
    }
}
@media(min-width:768px) and (max-width:1022px){
    h1{
        font-size: 29px;
    }
    .cywo h1, .cexo h1{
        font-size: 30px;
    }
    .dyguv{
        width:100%;
    }
    #header .dyguv{
        background-position-x: 300px;
    }
    #hd_menu li.garyw a{
        padding-right: 16px;
    }
    .zanunos {
        position: absolute;
        top: 53px;
        left: 37%;
    }
    .hd_menu_right {
        display: none;
    }
    #content .cebawoz{
        width:100%;
        float:none;
    }
    #content .lotig{
        display: none;
    }
    #footer .hefewe{
        width:48%;
        margin-right: 2%;
        margin-left:0;
    }
    #footer .hefewe:first-child{
        width:100%;
        float:none;
        margin:0 !important;
        min-height: 1px;
    }
    #footer .qymory{
        float:none;
        margin:0 auto 20px;
    }
    #footer .seranu{
        text-align: center;
    }
    .vuxi img{
        max-width: 100%;
        height: auto;
    }
    .vuxi iframe{
        width:100% !important;
    }
    #reklama_header {
        margin-top: 77px;
        font-size: 23px;
    }
    .rekl_tel_header {
        font-size: 24px;
        float: left;
        width: 100%;
        margin-top: 30px;
    }
    .rekl_tel_header span {
        display: block;
        font-size: 24px;
    }
}
@media (max-width:768px) {
    .dyguv{
        width:100%;
    }
    #header .dyguv{
        background-position-x: 300px;
        height: 119px;
    }
    #hd_menu {
        display: none;
    }
    .qecaveh {
        display: none;
    }
    .buqa {
        width: 100%;
        float: none;
    }
    #reklama_header {
        margin-top: 0;
        display: none;
    }
    #content {
        padding: 45px 13px;
    }
    #footer .hefewe:first-child {
        margin-left: 0;
        width: 100%;
    }
    .single_ss_form {
        background: none;
    }
    #content .cebawoz{
        width:100%;
        float:none;
    }
    #content .lotig{
        display: none;
    }
    #content .xycadi{
        float: none;
        height: auto;
    }
    #content .lexuva{
        padding:4px !important;
    }
    #footer .hefewe{
        width:100%;
        float:none;
        margin:0 !important;
        min-height: 1px;
    }
    #footer .qymory{
        float:none;
        margin:0 auto 20px;
    }
    #footer .seranu{
        text-align: center;
    }
    .cyweryd{
        text-align: center;
    }
    .cyweryd a, .cyweryd span{
        display: inline-block;
    }
    .xycadi img{
        width: 100%;
        height: auto;
    }
    .nelopa, .vuxi blockquote, .govud, .zopito, .muci, .zakon {
        margin: 20px 0;
        padding: 23px 10px;
    }
    .vuxi img{
        max-width: 100%;
        height: auto;
        float: none;
    }
    .govud, .zopito, .muci{
        background: none;
    }
    .vuxi iframe{
        width:100% !important;
    }
    .single_ss_form{
        background-position-x: center;
        padding: 5px 10px 0px 10px;
    }
    .rekl_tel_header {
        width: 100%;
    }
    .telizeq{
        display: none;
    }
    /* ÑÐµÐºÐ»Ð°Ð¼Ð½ÑÐ¹ Ð±Ð»Ð¾Ðº Ð² ÑÐ°Ð¿ÐºÐµ Ñ Ð¼ÐµÐ½Ñ */
    .top_block_note_tell {
        font-size: 21px;
        text-align: center;
        margin-top: 15px;
    }
    .top_block_note_tell a {
        padding: 5px 40px;
        background: url("img/ico_phone.png")left no-repeat;
    }
    .top_block_note_tell_text {
        font-size: 14px;
        text-decoration: underline;
        text-align: -webkit-center;
    }
    .hd_tell_mobile {
        z-index: 9999;
        top: 0;
        left: 19%!important;
    }
    .jecaxoj{
        display: none;
    }
    /*Ð¡Ð»Ð°Ð¹Ð´ Ð¼ÐµÐ½Ñ Ð½Ð° Ð¼Ð¾Ð±Ð¸Ð»ÑÐ½Ð¾Ð¼*/
    .toggle-button {
        background: #4f547b!important;
    }
	.qoru img{
     max-width: 100%
    }
    .xurapo img{
     max-width: 100%
    }
	.xuxulof img{
     max-width: 100%
    }
	.lega img{
     max-width: 100%
    }
}
@media (max-width:420px) {
    .vuxi img{
        width: 100%;
        height: auto;
        margin: 0;
    }
}
