/*   
Theme Name: DH-SKD-3-multipage1
Theme URI: https://rh-design.ru
Version: 1.0
Tags: doorhan, html5, multipage, bootstrap
Description: DoorHan multipage template #1
Author: Kirill Veprentsev
Author URI: http://rh-design.ru
*/



@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu { /* для раскрывания субменю по наведению */
		display: block;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */

body {
	font-family: 'Roboto', Arial, sans-serif;
	overflow-x: hidden;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.row {
    margin-left: 0;
    margin-right: 0;
}
/*********************************************
**********************************************                 СТИЛИ ЗАГОЛОВКА
*********************************************/
.panel-header {
	background-color: #003B70;
	transition: height 1.5s;
	-webkit-transition: height 1.5s;
	-moz-transition: height 1.5s;
	-o-transition: height 1.5s;
	margin: 0;
	}
.panel-header.fixed {
	position: fixed;
    top: 0;
  /*  height: 85px;*/
    width: 100%;
    z-index: 9000;
	transition: height 1.5s;
	-webkit-transition: height 1.5s;
	-moz-transition: height 1.5s;
	-o-transition: height 1.5s;
	}
.admin-bar .panel-header.fixed {
    top: 32px;
	}
@media (max-width: 780px) {
	.panel-header .col-xs-6,
	.panel-header .col-xs-12 {
    	padding: 0; 
		}
	}
.panel-header::before {
    display: table;
    content: " ";
    }
.panel-header::after {
    display: table;
    content: " ";
    clear: both;
    }

.header-logo {
   /*padding-left: 15px !important;*/
}

#doorhan,
#headerimg {
	display: inline-block;
	}
#doorhan a,
#headerimg a {
	line-height: 61px;
}

#doorhan img,
#headerimg img {
    max-width: 100%;
    max-height: 61px;
    transition: max-height .5s;
	-webkit-transition: max-height .5s;
	-moz-transition: max-height .5s;
	-o-transition: max-height .5s;
	}
#contact-address,
#headerimg h2 {
	transition: margin-top .5s;
	-webkit-transition:margin-top .5s;
	-moz-transition: margin-top .5s;
	-o-transition: margin-top .5s;
}

#headerimg h2,
#headerimg a,
#headerimg a:hover,
#headerimg a:visited {
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 1em;
    margin: 0;
    /*line-height: 61px;*/
    margin-top: 29px;
    white-space: nowrap;
    overflow: hidden;
    }
    
.fixed #headerimg h2,
.fixed #headerimg a {
    /*line-height: 50px;*/
    margin-top: 23px;
    }

.fixed #doorhan a,
.fixed #headerimg a,
.fixed #doorhan img,
.fixed #headerimg img
{
	line-height: 50px;
	max-height: 48px;
	transition: line-height 1s;
	-webkit-transition: line-height 1s;
	-moz-transition: line-height 1s;
	-o-transition: line-height 1s;
}
.fixed #contact-address,
.fixed #headerimg h2 {
	transition: margin-top 1s;
	-webkit-transition:margin-top 1s;
	-moz-transition: margin-top 1s;
	-o-transition: margin-top 1s;
}

#contact-phone {
    display: inline-block;
    float: right;
    padding-right: 15px;
    }
#contact-phone h3 {
    color: #fff;
    text-align: right;
	white-space: nowrap;
    margin: 20px 0 0 0;
    transition: margin 1.5s;
	-webkit-transition: margin 1.5s;
	-moz-transition: margin 1.5s;
	-o-transition: margin 1.5s;
    }
.fixed #contact-phone h3 {
    margin: 13px 0 0 0;
    }
#contact-phone h3::before {
    content: "";
	background-image: url(img/phone-call.svg);
	width: 25px;
    height: 25px;
	background-size: 25px 25px;
    background-repeat: no-repeat;
	display: block;
    float: left;
    margin: 0 10px 0 0;
    }
#contact-phone .headercall {
    color: #fff;
    text-decoration: none;
    cursor: default;
    }
    
#contact-address {
    display: inline-block;
    float: right;
    padding-right: 15px;
    margin-top: 26px;
    color: #fff;
    }
.fixed #contact-address {
    margin-top: 19px;
}

.navbar {
    min-height: 0;
}
    
.navbar-default {
	background-color: transparent;
    border: 0;
	margin: 6px 0 0 0;
	transition: margin 1.5s;
	-webkit-transition: margin 1.5s;
	-moz-transition: margin 1.5s;
	-o-transition: margin 1.5s;
	}

.header-menu {
    display: inline-block;
    }
.header-phone {
    float: right;
    padding: 0 15px 0 0;
    }

.fixed .navbar-default {
	margin: 2px 0 0 0;
	}
.navbar-default .navbar-nav {
    float: none;
    text-align: center;
}
.navbar-default .navbar-nav>li {
	color: #fff;
    }
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:visited {
	color: #fff;
	text-transform: uppercase;
    font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 1vw; 
	padding: 15px .9vw;
	transition: color .5s;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	}
.navbar-default .navbar-nav>li>a:hover {
	color: #D68560;
	text-decoration: none;
	}
.navbar-default .navbar-nav>.active>a {
 /*   color: #D68560 !important;*/
	color: #fff !important;
    background: none !important;
    }	
    
.sub-menu {
    background: #333;
}
    
.sub-menu .subnavbar-nav {
    float: none;
    text-align: center;
    margin: 0;
}
.sub-menu .subnavbar-nav>li {
	color: #fff;
	float: none;
    display: inline-block;
    }
.sub-menu .subnavbar-nav>li>a,
.sub-menu .subnavbar-nav>li>a:visited {
	color: #fff;
    font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: .9vw; 
	padding: 5px .9vw;
	display: inline-block;
	transition: color .5s;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-o-transition: color .5s;
	}
.sub-menu .subnavbar-nav>li>a:hover {
	color: #D68560;
	text-decoration: none;
	}
.sub-menu .subnavbar-nav>.active>a {
 /*   color: #D68560 !important;*/
	color: #fff !important;
    background: none !important;
    }	


@media (max-width: 768px) {
	.navbar-toggle {
		float: none;
		}
	#doorhan {
		padding-left: 15px;
		}
	#headerimg {
		padding-right: 15px;
		}
	.header-menu {
	    float: right;
	    text-align: right;
	    padding-right: 15px;
	    } 
	.navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:visited {
	    font-size: 1.2em;
    	}
	.nav > li > a {
	    padding: 15px 0;
	    }
	.header-phone, #contact-phone {
	    float: left;
	    }
	.fixed .header-logo {
		display: none;
		}
	.fixed .navbar-default {
		margin: 6px 0;
		}
	#contact-phone h3 {
	    margin:20px 0 0 15px;
	}
	.fixed #contact-phone h3 {
		margin:22px 0 0 15px;
		}
	.navbar-toggle {
	    margin-right: 0;
	    margin-top: 9px;
	    margin-bottom: 5px;
	    }
	.panel-header.fixed {
		/*top: 8px;*/
		height: auto;
		}
	.navbar-nav {
	    margin: 7.5px 0;
	    }
	.navbar-default .navbar-collapse.in,
	.navbar-default .navbar-collapse.collapsing {
	/*	width:90vw;*/
		margin-left: -75vw;
        text-align: left;
        padding: 0;
		}
	#headerimg img {
		float: right;
		}
	#headerimg h2 {
	    text-align: right;
	}
	#contact-address {
	    display: block;
        float: left;
        padding-left: 51px;
        margin-top: 0;
	}
	.fixed #contact-address {
	    display: none;
	}
	.animatedParent {
	    padding: 0 15px;
	    }
    .sub-menu {
        display: none;
        }
	}
@media (min-width: 769px) {
    .navbar-default .navbar-nav>li {
	    color: #fff;
	    float: none;
        display: inline-block;
    }
    .fixed .navbar-default .navbar-nav>li>a,
    .fixed.navbar-default .navbar-nav>li>a:visited {
        padding: 5px .9vw;
    }
}

/*********************************************
**********************************************                 СТИЛИ КОНТЕНТА
*********************************************/

body.single-post #sub-nav-ul,
body.single-post #sub-nav-ul-2 {
    display: none;
}

.container {
    width: 100%;
    padding: 0;
    overflow: hidden;
	}

.col-sm-12 {
	padding: 0;
	}
	
/* ********************************************** single post */
.post_thumb {
    padding: 0 30px;
}
.post_thumb img {
    width: 100%;
    height: auto;
}
.single_page .sow-headline {
    text-align: center;
}	
	
/* ********************************************** стандартная галерея */
/* For displaying 3 columns on tablet */
@media only screen and (max-width: 800px) {
 .gallery-columns-5 .gallery-item {
     width: 33%;
 }
}

/* For displaying single column on mobile */
@media only screen and (max-width: 480px) {
 .gallery-columns-5 .gallery-item {
     width: 100%;
 }
}

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
     clear: none;
}

	/*
.post-grid .title_link a {
    font-family: 'Roboto Condensed', Arial, sans-serif;
}	*/

.ow-button-base a.ow-button-hover:hover {
	text-decoration: none;
	}

.sow-headline {
	color: #003B70;
	}
.sow-sub-headline {
	color: #AD3600;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	}
.sow-headline-container .decoration {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
	}

.sow-slider-base {
	box-shadow: 0px 0px 10px #000;
	}

/*.panel-row-style {
	max-width: 1170px;
	margin: 0 auto;
	}
@media (max-width: 780px) {
	.panel-row-style {
    	max-width: 100%;
		}
	}
*/
.panel-row-style.panel-full-width {
    max-width: 100%;
    padding: 0;
	}
.panel-row-style.panel-full-padding {
	padding: 0 calc((100% - 1170px) / 2);
	}
	

.panel-blue {
	background-color: #99BCDC;
	}

.panel-50vh {
	min-height: 50vh;
	}

.cl-ib.animation_phorcys .cl-ib-content:before {
	background: linear-gradient(transparent 0%, rgba(0, 23, 44, 0.5) 100%) repeat-x rgba(0, 23, 44, 0) !important;
	}
.cl-ib.animation_phorcys .cl-ib-content {
	padding-top: 10% !important;
	}

/*********************************************
**********************************************                 СТИЛИ РАЗДЕЛОВ
*********************************************/

/********************************************* Главная каталог *********************************************/
.cl-ib-title {
    line-height: 1em !important;
}

#delivery {
    margin-bottom: 30px;
}

/********************************************* Блоки страниц *********************************************/
.tech table { /* таблицы технических характеристик */
  width: 100%;
}
.tech table td { 
  padding: 0 10px 0 0;
}
.tech table td:last-child {
	white-space: nowrap;
	padding: 0 0 0 0;
}

.tech table tr:nth-child(odd) {
	background: #ededed;
}
.tech table tr:nth-child(even) {
	background: #fff;
}
.tech .tech-no-back table tr {
	background: none;
}

/********************************************* Стили панелей *********************************************/
.panel-cta { 					/* строка с кнопкой */
  margin: 0 -15%;
  overflow: hidden;
  background: #003b70;
}
.panel-cta .textwidget {
    text-align: right;
    font-size: 1.2em;
    color: #fff;
    margin: 0;
}
.panel-cta .textwidget p {
    margin: 0;
}
@media (max-width: 780px) {
    .panel-cta {
        margin: 0;
    }
    .panel-cta .panel-cell-style {
        max-width: 100% !important;
    }
    .panel-cta div:first-child {
        margin-bottom: 5px !important;
    }
	.panel-cta .textwidget {
    	text-align: left;
        line-height: 1em;
        padding: 10px 0 0 0;
	}
	.panel-cta .cl-popup.align_left {
	    text-align: center;
	}
	.panel-cta-inner {
	    margin: 0 -3%;
	    padding-left: 3%;
        padding-right: 3%;
	}
}

.panel-width-80 { 				/* 80% ширины */
    padding-left: 10%;
    padding-right: 10%;
}
@media (max-width: 780px) {
	.panel-width-80 {
    	padding-left: 3%;
        padding-right: 3%;
	}
}

.panel-pattern,					/* панель с фоном */
.panel-pattern-white {
	position: relative;
	}
.panel-pattern {
	color: #fff;
	}
.panel-pattern::before {
    background-image: url(img/pattern.png);
	}
.panel-pattern-white::before {
    background-image: url(img/pattern-white.png);
	}
.panel-pattern::before,
.panel-pattern-white::before {
	content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background-repeat: repeat;
	}
.panel-pattern .panel-grid-cell,
.panel-pattern-white .panel-grid-cell {
	z-index: 2;
	}
	
.panel-pattern .sow-headline-container {
	text-align: center;
	padding-top: 30px;
	}
.panel-pattern .sow-headline {
	display: inline-block;
	background: #AD3600;
    padding: 3px 15px;
    margin: 0;
    line-height: 1.4em;
	color: #fff;
	font-size: 30px;
	}
.panel-pattern .sow-sub-headline {
	color: #FFF;
	}


.widget_media_gallery .widget-title {	/* заголовок галереи */
  text-align: center;
}




#shop .carousel-slider .owl-item {
	padding: 0;
	}
@media (max-width: 780px) {
    #shop {
        background: url(img/catalog-back.jpg) !important;
        background-size: cover !important;
        background-position: center !important;
        }
    #shop .sow-headline-container {
        margin-top: -30px;
        }    
	#shop .carousel-slider .owl-item {
	    padding: 0 15px;
	    }
	}
#shop .carousel-slider__post-title {
	color: #AD3600;
	}
#shop .carousel-slider__post-fields {
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px 15px 5px;
    text-align: left;
	color: #2E76B8;
    } 
#shop .carousel-slider__post-price .price {
    display: inline-block;
    padding: 3px 6px 1px;
    background: #AD3600;
    color: #fff;
    font-weight: bold;
    }
#shop .so-widget-sow-button-flat .ow-button-base a {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    padding: 1em 2em;
    background: #ad3600;
    color: #ffffff !important;
    border: 1px solid #ad3600;
    border-width: 1px 0;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    border-radius: 0em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    }
#shop .so-widget-sow-button-flat .ow-button-base a.ow-button-hover:hover {
    background: #c13c00;
    border-bottom-color: #a83400;
    color: #ffffff;
    }

#about .sow-sub-headline {
	margin-top: 20px;
	line-height: 1.4em;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	}

#about-counter .panel-counter-item .type_number {
	color: #003B70;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	}
#about-counter .panel-counter-item .cl-counter-value {
	}
#about-counter .panel-counter-item .cl-counter-title {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 18px;
	}

#shop .sow-headline-container {
	text-align: center;
	}
#shop .sow-headline {
	display: inline-block;
	background: #2E76B8;
    padding: 3px 15px;
	}
#shop .carousel-slider__post {
	border: none;
	background: #fff;
	background: rgba(255,255,255,0.8);
	}

#economy .sow-headline-container,
#call .sow-headline-container,
#help .sow-headline-container,
#rsd01luxinfo .sow-headline-container {
	text-align: center;
	padding: 30px 0;
	}

#economy .btn-aperture,
#economy .btn-sizes,
#economy .btn-call,
#economy .btn-assembly {
	border: 1px solid transparent;
	height: 170px;
	}
#economy .btn-aperture:hover,
#economy .btn-sizes:hover,
#economy .btn-call:hover,
#economy .btn-assembly:hover {
	border: 1px solid #fff;
	background: #aaa;
	background: rgba(255,255,255,.3);
	}
#economy .btn-aperture .sow-icon-fontawesome {
	background: url(img/bricks.svg);
	}
#economy .btn-sizes .sow-icon-fontawesome {
	background: url(img/home.svg);
	}
#economy .btn-call .sow-icon-fontawesome {
	background: url(img/wifi.svg);
	}
#economy .btn-assembly .sow-icon-fontawesome {
	background: url(img/big-gate.svg);
	}
#economy .btn-aperture .sow-icon-fontawesome,
#economy .btn-sizes .sow-icon-fontawesome,
#economy .btn-call .sow-icon-fontawesome,
#economy .btn-assembly .sow-icon-fontawesome {
	width: 70px;
    height: 70px;
	background-size:  70px 70px;
    background-repeat: no-repeat;
	}
#economy .sow-icon-fontawesome::before {
	content: "";
	}

.cl-popup-box-title {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	text-transform: uppercase;
    font-weight: normal !important;
	}
.cl-popup-box-content img.size-full {
	width: 100%;
    height: auto;
    margin: 30px auto;
	}

.call-container {
	text-align: center;
	margin: 0 0 30px 0;
	}
.call-manager,
.phone {
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 30px;
	display: inline-block;
	padding: 3px 15px;
	}
.call-manager {
	color: #fff;
	}
.phone {
	color: #fff;
	background: #AD3600;
	}
.phone::before {
	content: "";
	}

#feature01 .textwidget::before {
	background: url(img/car.svg);
	}
#feature02 .textwidget::before {
	background: url(img/monitor.svg);
	}
#feature03 .textwidget::before {
	background: url(img/manufacturing.svg);
	}
#feature04 .textwidget::before {
	background: url(img/blueprint.svg);
	}

#feature01 .textwidget::before,
#feature02 .textwidget::before,
#feature03 .textwidget::before,
#feature04 .textwidget::before {
	content: "";
    width: 4em;
    height: 4em;
	margin: .5em;
    display: inline-block;
    background-size: contain;
	background-repeat: no-repeat; 
	}
#feature01 .textwidget p,
#feature02 .textwidget p, 
#feature03 .textwidget p,
#feature04 .textwidget p {
	margin: -5.2em 0 0 6em;
	}

#features-body .cl-ib.with_desc {
	background-color: #fff !important;
	}
#features-body .cl-ib.with_desc.hover {
	background-color: #444 !important;
	}

#features-body ul {
    list-style-type: none;
    padding: 0;
    margin: -5.2em 0 0 6em;
    }
#features-body ul li {
    }


#equipment .cl-flipbox-front-image img,
#equipment .cl-flipbox-back-image img,
#design .cl-flipbox-front-image img,
#design .cl-flipbox-back-image img {
    width: 100%;
    height: auto;
}

#equipment .cl-flipbox-back-desc,
#design .cl-flipbox-back-desc{
	font-size: 13px;
    line-height: 1.6em;
	}

#design .sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
	padding: 30px 0px 30px 0px !important; 
	}
#design .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .cl-flipbox {
	padding: 0 10px;
	}

#services .so-widget-sow-features .sow-icon-image {
	background-size: 70px 70px;
	}
#services .panel-features .so-widget-sow-headline .sow-headline {
    font-size: 1.3em;
	text-align: center;
	}
#services .textwidget {
	text-align: justify;
	}
#services .textwidget h5 {
	text-align: center;
	}
@media (max-width: 780px) {
	#services .sow-features-list .sow-features-feature {
    	padding: 0 !important;
		}
	}

#call .so-widget-sow-editor,
#call .custom-html-widget {
	background: rgba(255,255,255,0.3);
	}
#call .so-widget-sow-editor h3,
#call .panel-grid-cell .widget-title {
	padding: 10px 25px;
    margin: 0;
	background: #003B70;
	color: #fff;
	}
#call .so-widget-sow-editor .textwidget,
#call .custom-html-widget {
	padding: 15px 25px;
    font-size: 1.2em;
	color: #fff;
	}
#call .so-widget-sow-editor .panel-call-phone {
	font-size: 2.8em;
    background: #AD3600;
    display: block;
    margin: 25px 0 0 0;
    text-align: center;
	}
@media (max-width: 380px) {
	#call .so-widget-sow-editor .panel-call-phone {
    	font-size: 2.4em;
		}
	}

#automatic-body .cl-ib.animation_phorcys .cl-ib-title {
    text-shadow: 1px 1px 1px #444, 0 0 2px #111;
    }

#call .so-widget-sow-contact-form {
	}
#call .so-widget-sow-contact-form h3 {
	padding: 10px 25px;
    margin: 0;
	color: #fff;
	background: #003B70;
}
#call .sow-contact-form {
	padding: 15px 25px;
	margin: 0 0 45px 0;
	border: 0px;
	background: rgba(255,255,255,.3);
	}
#call .sow-contact-form .sow-form-field .sow-text-field,
#call .sow-contact-form .sow-form-field textarea {
	background: #fff;
	background: rgba(255,255,255,.95);
    padding: 5px 10px;
	border: 0px solid #003B70;
	}
#call .sow-contact-form .sow-form-field-radio {
	background: #fff;
    padding: 5px 10px;
	}
#call .sow-contact-form .sow-form-field > label {
	display: inline-block;
    font-weight: normal;
	font-size: 1em;
	}
#call .sow-contact-form .sow-form-field > label strong,
#call .sow-contact-form .sow-form-field.sow-form-field-radio ul label {
	font-weight: normal;
	font-size: 1em;
	padding: 0 15px 0 0;
	}
#call .sow-contact-form .sow-form-field.sow-form-field-radio ul input {
	margin: 0.26em 0.5em 0 0;
	}
#call .sow-contact-form .sow-form-field.sow-form-field-radio ul li {
	display: inline-block;
	font-weight: normal;
	font-size: 1em;
	}
#call .sow-contact-form .sow-form-field .sow-field-container input:focus {
	outline-width: 0px;
	}
#call .sow-contact-form .sow-form-field .sow-field-container {
	transition: background .5s;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	}
#call .sow-contact-form .sow-form-field .sow-field-container > :focus {
	border: 0px solid #003B70;
    outline-width: 0px;
	background: rgba(255,255,255,1);
	}
#call .sow-submit {
    border-radius: 0em;
    color: #ffffff;
    padding: 0.875em 1.75em;
    background: #003b70;
    border: 1px solid #003b70;
    margin: 0 auto;
    display: block;
    }
#call .sow-submit:focus {
	outline-width: 0px;
	}
#call .sow-submit:hover {
	background: #004684;
	transition: background .5s;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	}
#call .sociallink img {
    width: 30px;
    haight: 30px;
    margin: 0 10px 0 0;
    }


/* Калькулятор */
#dhaide {
    margin-top: 15px;
    }

#dha-canvas {
	padding: 0;
	margin-bottom: 30px;
	}
#dha-canvas #dha-base {
	max-width: 100% !important;
	}
#dha-canvas #dha-base h2 {
	border-radius: 0 !important;
	}


#support #pgc-1059-11-0 {
	background: rgba(255,255,255,0.6);
	margin: 30px 0;
	}
#support #pgc-1059-11-1 {
	background: rgba(0,0,0,0.3);
	margin: 30px 0;
	}
#support .ow-button-hover {
	text-align: left;
	}
#support .credits {
	font-size: .7em;
	}
#support .ow-button-base a.ow-icon-placement-left [class^="sow-icon-"] {
    margin: -0.1em .75em -0.1em -0.75em;
    }
#support .sow-headline-container h3.sow-headline {
	line-height: 1em;
	}
#support .btn-agreement {
    font-size: 14px;
    cursor: pointer;
    }
#support .sociallink img {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    }

.cl-popup-box-content .panel-auto-features {
    background: #AD3600;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    display: inline-block;
    }
.cl-popup-box-content ol,
.cl-popup-box-content ul {
    padding: 0 0 0 15px;
    }
    
.cl-popup-box-content .tbl-features {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    width: 100%;
    }
.cl-popup-box-content .tbl-features td,
.cl-popup-box-content .tbl-features th {
    padding: 5px;
    border: solid 1px #7E7E7E;
}
.cl-popup-box-content .tbl-features th {
    text-transform: uppercase;
    background-color: #ADADAD;
    }
.cl-popup-box-content .tbl-features tr:nth-child(2n+1) {
    text-transform: uppercase;
    background-color: #D8D8D8;
    }

/*********************************************
**********************************************                 СТИЛИ ВИДЖЕТОВ
*********************************************/

.panel-review {
    background: url('img/panel-background-02.gif') #003B70 center;
    margin-top: 0px;
}
.panel-review > div {
    z-index: 2;
}
.slick-track .slick-slide {
    margin: 0 15px;
}
.wppsac-post-carousel .slick-dots {
    width: 100%;
}
.wppsac-post-carousel .slick-dots:after {
    content: "";
    clear: both;
    margin: 0 0 30px 0;
}
.wppsac-post-carousel .wppsac-post-title {
    color: #fff;
    font-size: 22px;
}
.wppsac-post-carousel .wppsac-post-content {
    color: #fff;
    margin: 10px 0 0 0;
}
div.wppsac-post-image-bg {
    max-height: 300px;
    overflow: hidden;
}
div.wppsac-post-image-bg img {
    width: 100%;
    max-height: 300px;
}

/*********************************************
**********************************************                 СТИЛИ ПОПАПА
*********************************************/

.cl-popup-box.size_l .cl-popup-box-content {
    padding: 0 30px 30px !important;
}
.cl-popup-box.size_l .cl-popup-box-content h2 {
    padding: 10px 30px;
    margin: 0 -30px 30px;
    color: #fff;
    background: #003B70;
}
a.cl-btn {
    border-radius: 0;
    text-decoration: none;
    font-size: 1.2em;
}
a.cl-btn:hover,
a.cl-btn:active {
    background-color: #c13c00 !important;
}

/*********************************************
**********************************************                 СТИЛИ ФУТЕРА
*********************************************/
footer {
	padding: 15px 0;
    color: #999;
    background: #252525;
	}
#contacts {
    padding: 0 10%;
}
@media (max-width: 780px) {
	#contacts {
        padding: 0 3%;
    }
}
#contacts .menu {
    padding: 0 0 0 10px;
}
#contacts .menu .menu-item {
    list-style: none;
    line-height: 1.8em;
}
#contacts .menu .menu-item a {
    color: #999;
    text-decoration: none;
    border-bottom: 1px dotted #777;
}
#contacts .menu .menu-item a:hover {
    color: #AAA;
    border-bottom: 1px solid #777;
}
.sow-form-field-checkboxes .sow-field-container label {
    font-weight: normal;
    font-size: .9em;
    line-height: 1em;
}
.sow-form-field-checkboxes .sow-form-field-description a {
    padding-left: 20px;
    font-style: normal;
}
.sow-form-field-textarea textarea {
    height: 5em;
}
.sow-contact-form {
    padding: 15px 0 !important;
}
.copyright {
	padding: 0 25px;
	text-align: center;
	}
.sociallink img {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}