/*
    Theme Name: Oblik
    Author: erise
*/

/* INDEX:

    1. GENERAL
    2. LAYOUT
    3. HEADER
    4. MENUS
    - 4.1 Menu Primary
    - 4.2 Menu Secondary
    5. POST
    - 5.1 Post General
    - 5.2 Post Metas
    - 5.3 Read More
    6. FOOTER
    7. PLUGINS
    - 7.1 WP-PageNavi
    - 7.2 Featured Posts Slider
    8. WIDGETS
    - 8.1 Widgets Defaults
    - 8.2 Search
    - 8.3 Wp Calendar
    - 8.4 125x125 Banners Widget
    - 8.5 Posts Widget
    - 8.6 Comments Widget
    - 8.7 Info Box Widget
    - 8.8 Social Profiles Widget
    - 8.9 Tabs Widget
    - 8.10 Tweets Widget
    - 8.11 Facebook Widget
    9. COMMENTS
*/

/* 1. GENERAL
-------------------------------------------------------------- */

body {
   /* background: url(images/bg.png);*/
    
}
#wrapper {
  /* 1 background: url(images/wrapper-bg.png) left top repeat-x;*/
  max-width: 1340px;
  margin: 0 auto;
}

a {
    
    text-decoration: underline;
}

a:hover, a:focus {
    color: #ff0000;
    text-decoration: none;
}

a:focus { 
    outline: none;
}

/* 2. LAYOUT
-------------------------------------------------------------- */

#container {
	width: 100%;
	margin: 0 auto;

}

#main {
margin:0 auto;
	padding: 15px;
width:1034px;
}

#main-fullwidth {
    /*padding: 15px 0;*/
    max-width: 1080px;
    margin: auto;
	width:90%;
}

#content {
    overflow: hidden;
    float: right;
    width: /*805px;*/ 755px;
	min-height:1700px;
	border-left: 1px solid rgb(221, 221, 221);
}

#sidebar-primary {
    overflow: hidden;
    float: left;
    width: 215px;
       
   /* background: url('images/bg-p.png');*/
	margin-top:5px;
	margin-bottom:20px;
	

}


#contacts-sleft {
    overflow: hidden;
    float: left;
    width: 258px;
    margin-left: 15px; 
    border-radius: 5px;    
background: url('images/bg-p.png');
margin-top:10px;
    }
/* 3. HEADER
-------------------------------------------------------------- */

#header {
    height: 66px;
    padding: 68px 0;
	
}

.logo {
    float: left;
    margin: 0;
}

.logo h1.site_title {
    margin: 0;
    padding:0;
    font-family: Arial, Helvetica, Sans-serif;
    font-size:48px;
    line-height: 40px;
    font-weight: bold;
}

.logo h1.site_title a, .logo h1.site_title a:hover {
    color: #F3F3F3;
    text-decoration: none;
}

.logo h2.site_description {
    margin: 0;
    padding:0;
    color: #F3F3F3;
    font-family: Arial, Helvetica, Sans-serif;
    font-size:14px;
    line-height: 14px;
}

.social-profiles {
    padding-top: 4px;
    height: 24px;
    float: right;
}
.social-profiles img {
    margin: 0 0 0 6px !important;
} 

.social-profiles img:hover {
    opacity: 0.8;
} 
#headerl {
        float: none;
    display: inline-block;
    vertical-align: middle;
    /*margin-left: 20px;*/
    position: relative;
    margin-bottom: 10px;
	
	}
#headerr {
	height: 80px;
	margin: 10px 0px 0px 0px;
	padding: 7px 9px 1px 35px;
	font-family: Arial, Helvetica, Sans-serif;
	line-height: 35px;
    font-size:20px;
    float: right;
	color: #000000;
	
		}
#headerm {
	float: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 10px;
	width: 260px;
	border-right: 1px solid rgb(221, 221, 221);
	padding-top: 19px;
    padding-bottom: 10px;
	margin-left:75px;

}

/* 4. MENUS
-------------------------------------------------------------- */

/* 4.1 Menu Primary
----------------------------*/

.menu-primary-container {
    padding:0;
    position:relative;
    height: 34px;
    z-index: 400;
    float: left;
    margin-top: 8px;
}

.menu-primary {
}

.menu-primary ul {
	min-width: 160px;
}

/* First Level - Menu Primary */

.menu-primary li a {
    color: #FFFFFF;
    padding: 11px 15px;
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;

}

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
    color: #E4E4E4;
    outline: 0;
    text-decoration: underline;
}

/* Child Levels - Menu Primary */

.menu-primary li li a {
	color: #161616;
    text-transform: none;
    background: #E4E4E4;
    padding: 10px 15px;
    margin: 0;
    border: 0;
    font-weight: normal;
}

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	color: #6395A1;
    background: #F6F6F6;
    outline: 0;
    border-bottom:0;
    text-decoration: none;
}



/* Arrows Menu Primary */

.menu-primary a.sf-with-ul {
    padding-right: 20px;
    min-width: 1px;
}
.menu-primary  .sf-sub-indicator {
    position: absolute;
    display: block;
    overflow: hidden;
    right: 0;
    top:  0;
    padding: 10px 10px 0 0;
}

.menu-primary  li li .sf-sub-indicator {
    padding: 9px 10px 0 0;
}

/* Shadows Menu Primary */

.wrap-menu-primary .sf-shadow ul {
    background:	url('images/menu-primary-shadow.png') no-repeat bottom right;
}

/* 4.2 Menu Secondary
----------------------------*/

.menu-secondary-container {
	width: 576px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
	text-align:center;

}

.menu-secondary {}

.menu-secondary ul {
    min-width: 160px;
}
.menu-secondary li {
    background: url(images/menu-secondary-separator.png) left top no-repeat;
}
.menu-secondary li:first-child {
    background: none;
}

/* First Level - Menu Secondary */
.menu-secondary li a {
    color: #000000;
    padding:11px 8px;
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 0 2px;
}

.menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus, 
.menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
    color: #000000;
    background: url(images/menu-secondary-bg.png) left -134px repeat-x;
    outline: 0;
}

/* Child Levels - Menu Secondary */
.menu-secondary li li {
    background: none;
    margin: 0;
}
.menu-secondary li li a {
	color: #6395A1;
    background: #FFFFFF;
    padding: 10px 15px;
    text-transform: none;
    margin: 0;
    font-weight: normal;
}

.menu-secondary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:focus, 
.menu-secondary li li:hover > a, .menu-secondary li li.current-cat > a, .menu-secondary li li.current_page_item > a, .menu-secondary li li.current-menu-item > a {
	color: #fff;
    background: #6395A1;
    outline: 0;
}

/* Arrows - Menu Secondary */

.menu-secondary a.sf-with-ul {
    padding-right: 26px;
    min-width: 1px;
}
.menu-secondary  .sf-sub-indicator {
    position: absolute;
    display: block;
    overflow: hidden;
    right: 0;
    top:  0;
    padding: 9px 13px 0 0;
}

.menu-secondary li li .sf-sub-indicator {

    padding: 9px 13px 0 0;
}

/* Shadows - Menu Secondary */

.wrap-menu-secondary .sf-shadow ul {
    background:	url('images/menu-secondary-shadow.png') no-repeat bottom right;
}

/* 5. POST
-------------------------------------------------------------- */

/* 5.1 Post General http://o-blik.spb.ru/wp-content/uploads/2012/08/background.jpg
----------------------------*/

.post {
    margin-bottom: 15px;
    /*border: 1px solid #fff;*/
/*border-radius: 5px;
	background: url('images/bg-p.png');*/
	padding: 10px 10px 0 10px;
}

.page, .post-single {
    border-bottom: 0;
    margin-bottom: 0;
    min-height: 720px;
}

.title {
    color: #343434;
    margin: 0 0 10px 0;
    padding: 0;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.title a {
    color: #343434;
    text-decoration: none;
}

.title a:hover {
    color: #6395A1;
    text-decoration: none;
}

.entry {
    line-height: 35px;
	/*width:980px;*/
	margin:auto;
max-width: 1020px;
margin-top:5px;

}

.featured_image {
    padding: 6px;
    border: 1px solid #ccc;
    background: #fff;
	float:left;
}

.homepage-posts {
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 0px;
	margin-top:10px;
width: 44%;
    float: left;
    height: 355px;
}

.homepage-posts-last {
   
}

.homepage-posts .entry {   
}

.homepage-posts .featured_image-container  {
    max-width: 475px;
    overflow: hidden;
   
	float:none;
}

.homepage-posts .featured_image  {
    padding: 0;
    border: 0;
	float:left;
}

.homepage-posts .title {
    font-size: 14px;
    line-height: 16px;
}

.page-title {
    color: #343434;
    margin: 0px 0 10px 0;
    padding: 0 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Arial, Helvetica, Sans-serif;
    border-bottom: 2px solid #343434;
}
#h2st {
font-size:14px;
color: #343434;
}

/* 5.2 Post Metas
----------------------------*/

.postmeta-primary {
    color: #AAAAAA;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
}

.postmeta-secondary {
    color: #AAAAAA;
    font-size: 11px;
    padding: 0 0 15px 0;
}

.meta_date, .meta_author, .meta_comments, .meta_edit, .meta_categories, .meta_tags {
    padding:3px 0 3px 20px;
    background-position:left center;
    background-repeat: no-repeat;
}

.meta_date {
    background-image: url(images/time.png);
}

.meta_author {
    background-image: url(images/author.png);
}

.meta_comments {
    background-image: url(images/comments.png);
}

.meta_edit {
    background-image: url(images/edit.png);
}

.meta_categories {
    background-image: url(images/cat.png);
}

.meta_tags {
    background-image: url(images/tags.png);
}

/* 5.3 Read More
----------------------------*/

.readmore {
    margin-bottom: 15px;
    float: right;
}

.readmore a {
    color: #FFFFFF;
    background: #598893;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #2D444A;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.readmore a:hover {
    color: #FFFFFF;
    background: #6797A3;
    text-decoration: underline;
    border: 1px solid #2D444A;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* 6. FOOTER
-------------------------------------------------------------- */
#footer-widgets-container {

    border-top: 1px solid rgb(221, 221, 221);
}

#footer-widgets {
    	margin: 0 auto;
    
    padding: 10px 0 0 0;
}

.footer-widget-box {
    width: 215px;
    float: left;
    margin-left: 20px;
}

.footer-widget-box-last {

}


#footer-widgets .widget-container {
    color: #CCCCCC;
}

#footer-widgets h3.widgettitle {
    color: #A8A8A8;
    background: none;
    padding: 0 0 4px 0;
    font-size: 14px;
    background: /*url(images/footer-widgets-line.png) left bottom repeat-x;*/ black;
    border-bottom: 0;
}

#footer-widgets h3.widgettitle a, #footer-widgets h3.widgettitle a:hover {
    color: #A8A8A8;
}


#footer-widgets .widget-container a {
    color: #CCCCCC;
    text-decoration: none;
}

#footer-widgets .widget-container a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer-widgets .widget ul li {
   border-bottom: 1px solid #4C4C4C;
   background: none;
   padding-left: 0;
}

/* Footer */
#footer-container {
   
}

#footer {
     
     margin-bottom: 0px;
     /*padding:  20px 10px;*/
	 font-size: 10px;
}

#copyrights {
    color: #929292;
    text-align: center;
}

#copyrights a {
    color: #929292;
} 

#copyrights a:hover {
    color: #929292;
    text-decoration: none;
} 

#credits {
    color: #929292;
    text-align: center;
    font-size: 11px;
    padding-top: 12px;
}

#credits a {
    color: #929292;
    text-decoration: none;
} 

#credits a:hover {
    text-decoration: none;
    color: #929292;
} 
#yashare-auto-init
 {
    float:right;
}
	
/* 7. PLUGINS
-------------------------------------------------------------- */

/* 7.1 WP-PageNavi
----------------------------*/

.wp-pagenavi {
    float: left;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 8px;
	margin: 2px;
    font-size: 15px;
    line-height: 15px;
    float: left;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #2D444A;
    background:none;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #fff;
    background: url(images/wp-pagenavi-bg.png) left top repeat-x;
    border: 1px solid #2D444A;
    padding: 4px 7px;
}

.wp-pagenavi a:hover {
    color: #fff;
    background: #B0C9CF;
    border: 1px solid #55818C;
    padding: 4px 7px;

}

.wp-pagenavi span.pages {
    color: #2D444A;
    background: none;
    padding: 4px 8px 4px 0;
}

.wp-pagenavi span.extend {
    background:transparent;
    color: #2D444A;
    background: none;
}

/* 7.2 Featured Posts Slider
----------------------------*/

.fp-slider {
    margin: 0 0 15px 0;
    padding: 20px;
    background:url(images/wrapper2.png) left top repeat-x;
}

.fp-slides-container {
}

.fp-slides, .fp-thumbnail, .fp-prev-next-wrap, .fp-nav {
    width: 920px;
}

.fp-content  {
   width: 890px;
}

.fp-slides, .fp-thumbnail {
    height: 300px;
    overflow: hidden;
	position: relative;
}


.fp-title {
    font-family: Arial, Helvetica, Sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 2px 0;
    margin: 0;
}

.fp-title a, .fp-title a:hover {
    color: #fff;
    text-decoration: none;
}

.fp-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #111;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    padding: 10px 15px;
    overflow: hidden;
}

.fp-content p {
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 18px;
}

.fp-more,  .fp-more:hover{
    color: #fff;
    font-weight: bold;
}

.fp-nav {
    height: 12px;
    text-align: center;
    padding: 10px 0 0 0;
}

.fp-pager a { 
    background-image: url(images/featured-pager.png); 
    cursor:pointer;  
    margin: 0 8px 0 0; 
    padding: 0;
    display: inline-block;
    width: 12px; 
    height: 12px;
    overflow: hidden;
    text-indent: -999px; 
    background-position: 0 0;
    float: none;
    line-height: 1;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

.fp-pager a:hover, .fp-pager a.activeSlide  { 
    text-decoration: none;
    background-position: 0 -112px;
    opacity: 1.0;
    filter: alpha(opacity = 100);
}

.fp-prev-next-wrap {
    position: absolute;
    top: 130px;
    left: 0;
    height: 37px;  
}

.fp-prev {
    float:left;
    margin-left: 14px;
    width:37px;
    height:37px;
    background:url(images/featured-prev.png) left top no-repeat;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.fp-prev:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

 .fp-next {
    float:right;
	width:36px;
    height:37px;
    margin-right: 14px;
    background:url(images/featured-next.png) right top no-repeat;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.fp-next:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
/* 8. WIDGETS
-------------------------------------------------------------- */

/* 8.1 Widgets Defaults
----------------------------*/

.widget-container {
    list-style-type: none;
    list-style: none;
    margin: 10px 0 15px 2px;
    padding: 0;
    font-size: 13px;
}

h3.widgettitle {
    color: #343434;
    background: url(images/widget-title-bg.png) left bottom repeat-x;
    font-size: 16px;
    line-height: 16px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 6px 0 6px 0;
    text-transform: uppercase;
}

h3.widgettitle a, h3.widgettitle a:hover {
    color: #343434;
    text-decoration: none;
	font-size:12px;
}

.widget-container a {
    
    text-decoration: none;
	color:white;
}

.widget-container a:hover {
    color: #ff0000;
    text-decoration: none;
}

.widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    padding: 10px;
    margin: 10px 10px 10px 10px;
    background: url(images/still.png) left bottom repeat-x;
}

.widget ul li:first-child {
    padding: 10px;
	margin: 10px 10px 10px 10px;
    background: url(images/still.png) left no-repeat;
}

.widget ul li ul {
    margin-top: 10px;
}
.menu_closed {
list-style-type:none;
margin: 16px 8px 10px 0px;
background: url(images/still.png) left no-repeat;
/* border-radius: 5px 5px 5px 5px; */
font-size: 13px;
}
.menu_closed a {
    display: block;
    padding: 7px;
}
.menu_closed a:link{
  color: #ffffff;
  text-decoration:none;
}
.menu_closed a:visited{
  color: #ffffff;
  text-decoration:none;
}

.menu_action {
padding:7px;
margin: 16px 8px 10px -37px;
background: url(images/action.png) left no-repeat;
border-radius: 5px 5px 5px 5px;
}

/* 8.2 Search
----------------------------*/

#search {
    border: 1px solid #D6D6D6;
    background: #fff url(images/search.png) 99% 50% no-repeat;
    text-align: left;
    padding: 6px 24px 6px 6px;
}

#search #s {
    background: none;
    color: #555555;
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
}

#content-search {
    width: 300px;
    padding: 15px 0;
}

#topsearch {
    float: right;
    padding-top: 10px;
}

#topsearch #s {
    width: 220px;
}

/* 8.3 Wp Calendar
----------------------------*/

#wp-calendar td:hover, #wp-calendar #today {
    background: #6395A1;
    color: #fff;
}

#wp-calendar td:hover a, #wp-calendar #today a {
    color: #fff;
}

/* 8.4 125x125 Banners Widget
----------------------------*/

.banners-125 {
    text-align: center;
    margin-bottom: -10px;
}

.banners-125 img {
    margin: 0 5px 5px 5px;
}


/* 8.5 Posts Widget
----------------------------*/

.posts-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.posts-widget ul li {
    list-style-type: none; 
    list-style: none;
    padding: 0 0 15px 0; 
    margin: 15px 0 0 0;
    background: url(images/widget-line.png) left bottom repeat-x;
}

.posts-widget ul li:first-child {
    margin-top: 15px; 
}

.posts-widgettitle {
    font-weight: bold; 
    padding: 0 0 5px 0; 
    margin: 0; 
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px;
}

.posts-widgettitle a {}

.posts-widgettitle a:hover {}

.posts-widget-meta { 
    font-style: italic;  
    padding: 0 0 5px 0;
}

.posts-widget-entry {
    font-family: Arial, Helvetica, Sans-serif; 
    line-height: 20px;
}

.posts-widget-more {
    font-weight: bold;
}

.posts-widget-more:hover {}

.posts-widget-featured-image {
    border: 1px solid #ddd;
    padding: 4px;
    background-color: #fff;
}

.posts-widget .alignleft {
    margin: 0 8px 8px 0;
}

.posts-widget .alignright {
    margin: 0 0 8px 8px;
}

.posts-widget .aligncenter {
    margin-bottom: 8px;
}

/* 8.6 Comments Widget
----------------------------*/

.comments-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0; 
    margin: 0;
}

.comments-widget ul li {
    list-style-type: none; 
    list-style: none;
    padding: 0 0 10px 0; 
    margin: 10px 0 0 0;
    background: url(images/widget-line.png) left bottom repeat-x;
}

.comments-widget ul li:first-child {
    margin-top: 0;
}

.comments-widget-author {
    text-decoration: none; 
    font-weight: bold; 
    padding: 0 0 5px 0; 
    margin: 0;
}

.comments-widget-author:hover {}

.comments-widget-entry {
    font-family: Arial, Helvetica, Sans-serif; 
    line-height: 20px;
}

.comments-widget-more {
    font-weight: bold; 
}

.comments-widget-more:hover {}

.comments-widget-avatar {
    border: 1px solid #ddd;
    padding: 4px;
    background-color: #fff;
}

.comments-widget .alignleft {
    margin: 0 8px 0 0;
}

.comments-widget .alignright {
    margin: 0 0 0 8px;
}

.comments-widget .aligncenter {
    margin-bottom: 8px;
}

/* 8.7 Info Box Widget
----------------------------*/

.infobox-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.infobox-widget ul li {
    list-style-type: none; 
    list-style: none;
    padding: 0; 
    margin: 5px 0 0 0;
}

.infobox-widget ul li a {
    text-decoration: none;
}

.infobox-widget-description {
    line-height: 20px;
}

.infobox-widget-more {
    font-weight: bold;    
}

.infobox-widget-more:hover {   
}


.infobox-widget .alignleft {
    margin: 0 10px 10px 0;
}

.infobox-widget .alignright {
    margin: 0 0 10px 10px;
}

.infobox-widget .aligncenter {
    margin-bottom: 10px;
}

.infobox-widget .inbottom {
    margin-top: 10px;
}

/* 8.8 Social Profiles Widget
----------------------------*/
.social-profiles-widget img {
    margin: 0 4px 0 0;
} 

.social-profiles-widget img:hover {
    opacity: 0.8;
} 

/* 8.9 Tabs Widget
----------------------------*/

.tabs-widget {
    list-style: none;
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0; 
    height: 32px;
}

.tabs-widget li {
    list-style: none; 
    list-style-type: none; 
    margin: 0 0 0 4px; 
    padding: 0; 
    float: left;
}

.tabs-widget li:first-child {
    margin: 0;
}

.tabs-widget li a {
    color: #f9f9f9;
    background: #6A99A5;
    padding: 9px 16px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #2D444A;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.tabs-widget li a:hover, .tabs-widget li a.tabs-widget-current {
    background: url(images/tabs-bg.png) left top repeat-x;
    color: #fff;
    border: 1px solid #2D444A;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.tabs-widget-content {
}

/* 8.10 Tweets Widget
----------------------------*/

.tweets-widget ul {
    list-style-type: none; 
    list-style: none;
    margin: 0; 
    padding: 0; 
    line-height: 20px;
    font-family: Arial, Helvetica, Sans-serif; 
}

.tweets-widget ul li {
    list-style-type: none;
    list-style: none;
    padding: 0; 
    margin: 15px 0 0 0; 
}

.tweets-widget ul li:first-child {
    margin-top: 5px;
}

.tweets-widget li.tweets-bird {
    padding-left: 24px;
    background: url(images/tweets.png) left 2px no-repeat;
}

.tweets-widget a {}

.tweets-widget a:hover {}

a.tweets-widget-time {
    text-decoration: underline; 
}

a.tweets-widget-time:hover {
    text-decoration: none; 
}

/* 8.11 Facebook Widget
----------------------------*/

.facebook-widget {
    list-style-type: none; 
    list-style: none;
    margin: 0; 
    padding: 0;
}

/* 9. COMMENTS
-------------------------------------------------------------- */

#comments {
    margin-bottom: 15px;
}

#comments p {
    margin: 5px 0 10px 0;
}

h3#comments-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px 0;
}

.commentlist { 
    list-style: none;
    margin: 0;
    padding: 0;
}

.commentlist li.comment {
    line-height: 24px;
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
    position: relative;
}

.commentlist li:last-child {
    border-bottom:none;
    margin-bottom:0;
}

#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 15px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 15px;
}

.commentlist .avatar {
    border: 3px solid #ffffff;
    margin-right: 10px; 
    width: 40px; 
    height: 40px; 
    vertical-align: middle;
    margin-bottom: 2px;
}

.comment-author {
    padding: 5px;
    display: block;
    background: #F2F2F2;
    border: 1px solid #DFDFDF;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.comment-author cite {
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic;
}

.fn, .fn a:link, .fn a:hover, .fn a:visited {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16px; 
    font-style: normal; 
    font-weight: bold;
    text-decoration: none;
}

.comment-meta {
    margin: -23px 0 0 65px;
    display: block;
    font-size: 11px;
    padding:0;
}

.comment-meta a:link,
.comment-meta a:visited {
    text-decoration: none;
}
.commentlist .bypostauthor {
}
.reply {
    text-align: right;
    margin-bottom: 10px;
}

.comment-reply-link  {
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    background: #EDEDED;
    color: #333;
    padding: 2px 8px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:  1px solid #999999;
}

.comment-reply-link:hover {
    background: #F5F5F5;
    color: #333;
}


.commentlist .children {
    list-style: none;
    margin: 0;
}

/* Children */

.commentlist .children li {
    border: none;
    margin: 0;
}

.nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    font-size: 12px;
    line-height: 18px;
    display:block;
    margin: 0;
}

#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}

/* Comments form */

#respond {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

h3#reply-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px 0;
}

#respond .required {
    color:#FF4B33;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    display: none;
}

.children #respond {
    margin: 0 48px 0 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

#respond .required {
    color:#FF4B33;
    font-weight:bold;
}

#respond label {
    font-size: 12px;
    font-weight: bold;
}

#respond input {
    margin:10px 0 0 0;
    width:98%;
}

#respond textarea {
    width:98%;
    margin:10px 0 0 0;
}

#respond .form-allowed-tags {
    font-size: 12px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

#respond input[type=submit] {
    margin: 0;
}

#respond .form-submit {
    margin: 0;
}

#respond .form-submit input {
    width: auto;
    font-size: 14px;
}
#respond dl {
    margin: 0 0 10px;
}

#respond dt {
    display: inline;
    font-weight: normal;
}

#respond dd {
    display: inline;
}
#top-menu-u {
font-size:12px;
line-height:14px;
}
.post-line {

border-top: 1px solid #acacac;
}

#contactsleft {
overflow: hidden;
	float: left;
	width: 215px;
	border-radius: 5px;

	margin-bottom:10px;
	margin-top:10px;
		}

.akciihleft {
	overflow: hidden;
	float: left;
	width: 215px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:23px;
	padding-top: 10px;
	border-top: 1px solid rgb(221, 221, 221);
		}

.akciileft {
	/* border: 1px solid #ddd; */
overflow: hidden;
float: left;
width: 212px;
/* border-radius: 5px; */
/* background: url('images/bg-p.png'); */
/* text-align: center; */
/* margin-top: 10px; */
color: white;
/* text-align: center; */
	
	}
.akciileft img {
margin-top:5px;
}
.akciilefttxt {
margin-top: 6px;
margin-bottom: 6px;
/* text-shadow: 0px 0px 1px rgb(153, 153, 153); */
font-size: 15px;

}

#eslider {
margin-top: 10px;
margin-left: 25px;
padding-top: 10px;
padding-right: 10px;
/*width: 749px;*/
padding-bottom: 10px;
background: url('images/bg-p.png');
line-height: 20px;
}
#eslider-img {
margin-left: 20px;
margin-right: 10px;
text-align: right;
font-style: italic;
}
#eslider-txt {
text-align:justify;
margin-left: 10px;
margin-right: 10px;
}
#crumbs {
margin-left:10px;
font-size: 10px;
margin-top:10px;
}
.socials {

}
#mainslider {
background: /*#34251e;*/ #000000;
}
.clearfix1 {padding: 5px;
border-bottom: 7px solid /*rgb(52, 37, 30);*/ rgb(0, 0, 0);
margin-left: 0px;
margin-right: 1px;
}

.socleft{
margin-top:10px;
}
.metas {
float:left;
text-align:center;
margin-bottom:15px;
}
.current {
font-size: 12px;
}

#icons {
    width: 40%;
    margin-left: 30%;
    margin-top: 15px;
}
  
#full-width-img {
width:155%;
overflow: hidden;
margin-left: -15%;
margin-bottom: 10px;
}

.category-desc {
text-align: justify;
margin: 15px;
}

#zvonok{
    border: 1px solid;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    padding: 8px;
    margin: 20px;
}

#half-full-screen{
/*width: 20%;*/
float: left;
overflow: hidden;
}

a.button {
    background-color: #000000;
    float: right;
    border: 1px solid;
    border-radius: 5px;
    padding: 3px 15px 5px 15px;
    text-decoration: none;
    color: white;
}


.opacity {
-moz-transition: all 0.4s; 
-webkit-transition: all 0.4s;  
-ms-transition: all 0.4s;  
-o-transition: all 0.4s;  
transition: all 0.4s; 
opacity:1;
filter:alpha(opacity=100);
}
 
.opacity:hover {
opacity:0.5;
filter:alpha(opacity=50);
}

figure {
  width: 470px;
  height: 200px;
  margin: 0 auto;
  padding: 0;  
  text-align: center;  
  position: relative;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  color: #fff;
  background: rgba(0,0,0,.5);
  opacity: 0;
  transition: opacity .7s;
  cursor: pointer;
  font: 32px sans-serif;
  letter-spacing: 3px;
}

figure:hover figcaption {
  opacity: 1;
}

.entry img {
  max-width: 100%;
  height: auto;
}



.header {
  padding: 15px;
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-logo {
  width: 213px;
  height: 60px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.main-logo__link {
  display: block;
  text-decoration: none;
}

.main-logo__img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.main-nav {
  margin-right: 75px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.main-menu {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu li {
  /*border-right: 1px solid #eee;*/
}

.main-menu li:last-child {
  border-right: none;
}

.main-menu li a {
  display: block;
  color: #000000;
  padding: 11px 8px;
  text-decoration: none;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 14px;
  line-height: 12px;
  /*text-transform: uppercase;*/
  /*font-weight: bold;*/
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.main-menu li.current-menu-item a,
.main-menu li a:hover {
  border-bottom-color: #343434;
}

.menu-toggle {
  display: none;
}

.main-address {
  /*border-right: 1px solid #23282d;*/
  padding: 6px 12px 12px 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
	    font-style: normal;
    font-family: Arial, Helvetica, Sans-serif;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
}

.main-phone {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.main-phone__num {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.main-phone__num .main-phone__link {
  color: #000;
  text-decoration: none;
  letter-spacing: 1px;
  font-size:24px;
}




.service-main {
  margin-top: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-bottom: 20px;
}

.service-main__item {
  width: 25%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.service-main__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.service-main__head {
  padding: 10px 0;
  line-height: 20px;
  font-size: 18px;
  text-align: left;
}
.service-main__head2 {
	padding: 0px 0;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
}

.service-main__head .service-main__link {
  text-decoration: none;
  color: #000;
}

.service-list {
  margin-bottom: 20px;
}

.service-list__section {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.service-list__img {
  text-align: center;
  width: 41.66666666666667%; /* 450px / 1080px */
}

.service-list_page .service-list__img {
  width: 55.58823529411765%; /* 567px / 1020px */
}

.service-list__img img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.service-list__unit {
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.service-list_page .service-list__unit {
  padding-left: 20px;
}

.service-list__unit-head {
 
}

.service-list__unit-point {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
}

.banner-nav {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.banner-nav__item {
  padding: 0 10px;
  margin-right: 15px;
}

.banner-nav__item:last-child {
  margin-right: 0;
}

.banner-nav__item img {
  max-width: 100%;
  height: auto;
	
}

.news-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 20px;
}

.news-item {
  max-width: 495px;
  padding: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-item:nth-child(2n+2) {
  margin-right: 0;
}

.news-item__img {
  margin-bottom: 10px;
}

.news-item__img img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.news-item__parent {
  margin-bottom: 10px;
  color: #698b58;
  font-size: 16px;
}

.news-item__parent .news-item__parent-link {
  color: #698b58;
  text-decoration: none;
}

.news-item__parent .news-item__parent-link:hover {
  color: #ff0000;
}

.news-item__heading {
  margin-bottom: 10px;
}

.news-item__description {
  font-size: 18px;
  line-height: 1.4;
}

.footer {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  border-top: 1px solid rgb(221, 221, 221);
}

.footer__first {
  margin-bottom: 10px;
}

.footer__main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 10px;
}

.footer-logo {
  margin-top: -15px;
}

.footer-logo__img {
  width: 213px;
  height: 60px;
}

.footer-social {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-social__item {
  margin-right: 5px;
}

.footer-social__item:last-child {
  margin-right: 0;
}

.footer-social__btn {
  border: 2px solid #000;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: block;
  width: 34px;
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-social__ico {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.footer-widget {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.foot-nav {
  margin-bottom: 25px;
}

.foot-menu {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.foot-menu__item:after {
  content: '/ ';
  margin-right: 5px;
}

.foot-menu__item:last-child:after {
  display: none;
}

.footer-phone {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-phone__callback {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.footer-phone__btn {
  color: #6B6B6B;
  line-height: 36px;
  padding: 0 10px;
  text-decoration: none;
  border: 1px solid;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  display: inline-block;
}

.footer-phone__num {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.footer-phone__num .footer-phone__link {
  font-size: 30px;
  color: #000;
  text-decoration: none;
}

.copywrite {
  text-align: center;
  color: #929292;
  margin-bottom: 10px;
}

.copywrite a {
  color: #929292;
}

.brand-auto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.brand-auto__item {
  text-align: center;
  width: 25%;
  margin-bottom: 20px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.brand-auto__img {
  margin-bottom: 10px;
}

.brand-auto__img img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.brand-auto__head {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}

@media (max-width: 1320px) {
  .main-nav {
    margin-right: 30px;
  }
}



@media (max-width: 1300px) {
    #headerm {
      display: none;
    }

    #half-full-screen {
      width: 40%;
      overflow: hidden;
      padding-left: 10px;
    }

    #headerr {
      padding: 0;
    }

    #sidebar {
    display: none;
    }

    #main {
    width: 940px;
    }

    #content {
    width: 930px;
    }

    .img {
    width: 80%;
    height: 80%;
    }

    #footright{
    max-width: 70%;
    }
}

@media (max-width: 1275px) {
  .main-nav {
    margin-right: 0;
  }
  .main-address {
    display: none;
  }
}

@media (max-width: 1140px) {
  .news-item {
    width: 50%;
    margin-right: 0;
  }
  .banner-nav__item {
    max-width: 495px;
    width: 50%;
    margin-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (max-width: 991px) {
  .header-container {
    /* -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; */
    display: block;
    overflow: hidden;
  }
  .main-logo {
    float: left;
  }
  .menu-toggle {
    /* display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
    padding-right: 15px; */
    display: block;
    float: right;
    padding-right: 15px;
  }
  .menu-toggle__btn {
    position: relative;
    z-index: 500;
    border: none;
    background: url(lib/images/ico-menu.svg) center center no-repeat;
    -webkit-background-size: 28px 28px;
            background-size: 28px 28px;
    width: 30px;
    height: 30px;
    padding: 0;
    outline: none;
  }
  .main-nav {
    /* margin-right: 0;
    display: none;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    width: 100%; */
    margin: 0;
    display: none;
    width: auto;
    clear: both;
  }
  .main-nav_open {
    display: block;
  }
  .main-menu {
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; */
    display: block;
  }
  .main-menu li {
    border: none;
  }
  .main-phone {
    /* -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; */
    float: right;
  }
  #main-fullwidth {
    width: auto;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .post {
    padding-left: 0;
    padding-right: 0;
  }
  .table-flex figure {
    width: auto;
    height: auto;
  }
  .table-flex figcaption {
    display: none;
  }
  .service-list__img,
  .service-list_page .service-list__img {
    width: 263px;
  }
}

@media (max-width: 782px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__first {
    margin-bottom: 20px;
  }
  .footer-logo {
    text-align: center;
    margin: 0;
  }
  .footer-widget {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .foot-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .copywrite {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .service-main__head {
    font-size: 18px;
  }
  .table-flex {
    line-height: normal;
  }
  .table-flex tr {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table-flex td {
    padding: 0 0 15px 0;
    width: auto;
  }
  .table-flex blockquote {
    margin: 0;
  }
  .table-data {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    font-size: 16px;
    line-height: normal;
  }
  .service-list__section {
    display: block;
    overflow: hidden;
  }
  .service-list__img,
  .service-list_page .service-list__img {
    float: left;
    width: 35.68521031207598%; /* 263px / 737px */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .service-list__unit {
    float: left;
    width: 64.31478968792402%; /* 474px / 737px */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (max-width: 600px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }
  .main-logo {
    width: 170px;
    height: auto;
  }
  .service-main__item {
    width: 50%;
    margin-bottom: 20px;
  }
  .news-list,
  .banner-nav {
    margin-left: -10px;
    margin-right: -10px;
  }
  h1 {
    font-size: 36px;
    line-height: normal;
  }
  h2,
  h3,
  h4,
  h5 {
    line-height: normal;
  }
  .service-list__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-list__img,
  .service-list_page .service-list__img {
    width: auto;
    margin-bottom: 20px;
    text-align: left;
    float: none;
  }
  .service-list__unit,
  .service-list_page .service-list__unit {
    padding-left: 0;
  }
  .brand-auto__item {
    width: 33.3%;
  }
}

@media (max-width: 425px) {
  .header {
    padding-right: 10px;
  }
  h1 {
    font-size: 30px;
  }
  .entry p {
    text-align: left;
  }
  .main-logo {
    width: 120px;
  }
  .menu-toggle {
    padding-right: 10px;
  }
  .menu-toggle__btn {
    width: 24px;
    height: 24px;
    -webkit-background-size: 24px 24px;
            background-size: 24px 24px;
  }
  .main-phone__num {
    font-size: 18px;
    line-height: normal;
  }
  .banner-nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .banner-nav__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-item {
    width: 100%;
  }
  .footer-phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-phone__callback {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .footer-phone__num {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 10px;
  }
  .brand-auto__item {
    width: 50%;
  }

	
}