/*!
Theme Name: DSRZ
Theme URI: http://underscores.me/
Author: Amadeush
Author URI: http://amadeush@ukr.net
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dsrz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

DSRZ is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/** Generated by FG **/
@font-face
{
    font-family: 'Helvetica Light';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/HelveticaLight/HelveticaLight.eot');
    src: url('fonts/HelveticaLight/HelveticaLight.eot?#iefix')format('embedded-opentype'),
    url('fonts/HelveticaLight/HelveticaLight.woff') format('woff'),
    url('fonts/HelveticaLight/HelveticaLight.ttf') format('truetype');
}

@font-face
{
    font-family: 'Helvetica Bold';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/HelveticaBold/HelveticaBold.eot');
    src: url('fonts/HelveticaBold/HelveticaBold.eot?#iefix')format('embedded-opentype'),
    url('fonts/HelveticaBold/HelveticaBold.woff') format('woff'),
    url('fonts/HelveticaBold/HelveticaBold.ttf') format('truetype');
}


body
{
    margin: 0;
    font-family: Helvetica Light;
    cursor: default;
 min-width: 300px;
  height: 100%;
display: flex;
                flex-direction: column;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary
{
    display: block;
}

audio,
canvas,
progress,
video
{
    display: inline-block;

    vertical-align: baseline;
}

audio:not([controls])
{
    display: none;

    height: 0;
}

[hidden],
template
{
    display: none;
}



abbr[title]
{
    border-bottom: 1px dotted;
}

b,
strong
{
    font-weight: bold;
}

dfn
{
    font-style: italic;
}

img
{
    border: 0;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.color--header{
	color: #666666;
	font-family: Helvetica Bold;
}
.color--text{
	color: #494949;
	font-family: Helvetica Light;
}
.color--text_bold{
	color: #494949;
	font-family: Helvetica Bold;
}


html
{
    box-sizing: border-box;
    height: 100%;
}

*,
*:before,
*:after
{
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}



.wrap{
	
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    display: flex;
    flex-direction: column;
}

.shiftnav-toggle-icon-x{
	display: none;
}
.custom-visible{
	display: block;
}

.header-bottom{
	height: 88px;

    background-color: #091d28;
}
.header-logo{
	background: url('images/logo_sprite-uk.png') no-repeat;
	width: 176px;
	height: 123px;
	background-position: 0px 0px;
	margin-top: -61px;
}

.phones-right
{
    float: right;
}
.phone-unit
{
    display: inline-block;
}
.phone-unit--header
{
    margin: 30px 15px 30px 45px;
}

.phone-unit-icon
{
    display: block;
    float: left;
    background-repeat: no-repeat;
}
.phone-unit-icon--phone{
	background-image: url('images/phone_icon.png');
	width: 19px;
    height: 28px;
}
.phone-unit-content
{
    display: block;
    float: left;
    padding: 0px 0px 0px 8px;
    text-align: left;
}
.phone-unit-phone
{
    display: block;
    text-align: right;
	margin-top: 4px;
}
.phone-unit-phone a
{
    font-family: Helvetica Light;
    font-size: 17px;
    text-decoration: none;
}
.phone-unit-description
{
    font-family: Helvetica Light;
    font-size: 12px;
    display: block;
    padding: 0 0 0 4px;
    color: #a2a2a2;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* ------      Navigation  -------------- */

.dws-menu *{
 margin: 0;
 padding: 0;
 font-family: Helvetica Light;
 font-size: 18px;

}
.dws-menu{ margin-top: 25px;}
.dws-menu ul,
.dws-menu ol{
 list-style: none;
 background: none;
}
.dws-menu > ul{
	float: right;
 /* display: flex;
 justify-content: right; */
}
.dws-menu > ul li{
 position: relative;
 z-index: 1000;
 float: left;
 cursor: pointer;
}
.dws-menu > ul li:first-child{

}
.dws-menu > ul li:last-child{

}
.dws-menu > ul li > a i{
 position: absolute;
 top: 15px;
 left: 12px;
 
}
.dws-menu > ul li a{
 display: block;
 padding: 10px 20px 10px 20px;
 font-size: 18px;
 color: #fff;
 text-decoration: none;


 white-space: nowrap;
}
.dws-menu li a:hover{
 color: #4894c6;
 transition: 0.3s;

}

/* .dws-menu li{ border: solid 4px; border-color: transparent;} */
.dws-menu li{
	outline: transparent;

}

.dws-menu ul li{
	background: url('images/menu_separator.png') no-repeat;
	background-position: 100% 50%;				
}
.dws-menu ul :last-child{
	background: none;
}

.dws-menu ul .menu-item-has-children a:after{
	content: url("data:image/svg+xml; utf8, <svg width='10' height='10' xmlns='http://www.w3.org/2000/svg'><g><rect fill='none' id='canvas_background' height='12' width='12' y='-1' x='-1'/><g display='none' overflow='visible' y='0' x='0' height='100%' width='100%' id='canvasGrid'><rect  stroke-width='0' y='0' x='0' height='100%' width='100%'/></g></g><g>  <path transform='rotate(90 5.005868434906006,5.955904960632325) ' id='svg_1' d='m5.517271,5.955907l-2.995726,-4.562248l1.972922,0l2.995726,4.562248l-2.995726,4.562244l-1.972922,0l2.995726,-4.562244z' fill='#fff'/></g></svg>");

	margin-left: 5px;
}
.dws-menu ul .menu-item-has-children a:hover:after, .dws-menu ul .menu-item-has-children:hover a:after{
	content: url("data:image/svg+xml; utf8, <svg width='10' height='10' xmlns='http://www.w3.org/2000/svg'><g><rect fill='none' id='canvas_background' height='12' width='12' y='-1' x='-1'/><g display='none' overflow='visible' y='0' x='0' height='100%' width='100%' id='canvasGrid'><rect  stroke-width='0' y='0' x='0' height='100%' width='100%'/></g></g><g>  <path transform='rotate(90 5.005868434906006,5.955904960632325) ' id='svg_1' d='m5.517271,5.955907l-2.995726,-4.562248l1.972922,0l2.995726,4.562248l-2.995726,4.562244l-1.972922,0l2.995726,-4.562244z' fill='#4894c6'/></g></svg>");

}

.dws-menu li:hover{ 
	outline: solid 4px #127fc6;
	background: none;
	transition: outline 0.3s;
}
.dws-menu li:hover a{color: #4894c6;}

/*sub menu*/
.dws-menu li ul{
 position: absolute;
 min-width: 150px;
 display: none;
}
.dws-menu li > ul li{
	float: none;
}
.dws-menu li > ul li a{
 padding: 10px;
 text-transform: none;
 
}
.dws-menu li > ul li a:hover{
 color: #fff;
 background: #d01a21;
}

.dws-menu li > ul li ul{
 position: absolute;
 right: -150px;
 top: 0;
}
.dws-menu li:hover > ul{
 display: block;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.header-slider__line{
	width: 100%;
	height: 2px;
	background-image: url('images/slider_line.jpg');
	background-repeat: no-repeat;
	background-size: 100% 2px;

}

.n2-ss-control-bullet{
	background-color: #dddddd;
	visibility: visible !important;
	margin-top: 1px !important;
	height: 24px;
	text-align: left !important;
	padding-left: 30px;

}

.nextend-bullet-bar{
	margin-top: 4px;
	text-align: left;
}

/*--------------------------------------------------------------
# Main Page - about
--------------------------------------------------------------*/
.home-about{
	padding-bottom: 80px;
}
.about-desc{
	padding-top: 60px;
}
.about-desc__title{
	font-family: Helvetica Bold;
	font-size: 24px;
	
}
.about-desc__line{
	width: 100%;
	height: 1px;
	background-color: #dedede;
	margin-top: 15px;
	margin-bottom: 25px;
}
.about-desc__text{
	
	font-family: Helvetica Light;
	font-size: 18px;
	line-height: 20px;
	text-align: justify;
}

.about-service{
	padding-top: 30px;
}

.about-service__image{
	width: 154px;
	height: 154px;
	background-repeat: no-repeat;
	margin: 0 auto;

}

.about-service__header{
	width: 100%;
	text-align: center;
	padding: 22px 10px 13px 10px;
	
	font-family: Helvetica Bold;
	font-size: 20px;
}

.about-service__text{
	font-family: Helvetica Light;
	font-size: 18px;
	
	line-height: 20px;
}

.about-service__image--gears{
	background-image: url('images/about1.jpg');

}
.about-service__image--like{
	background-image: url('images/about2.jpg');

}

.home-news{
	background-color: #f3f3f3;
}


/*--------------------------------------------------------------
# Main Page - dealers
--------------------------------------------------------------*/

.stripe-header{
	font-family: Helvetica Bold;
	font-size: 24px;
	background-color: #f3f3f3;
	padding: 20px 0px 20px 0px;
}

.dealers-images{
	
}
.dealers-images__content{
	width: 100%;  text-align:center;
	padding-top: 15px;
	padding-bottom: 70px;
}
.dealers-images__cell{
display: inline-block;
margin-left: 30px;
margin-right: 30px;

}
.dealers-images__image{
	
	background-position: 50% 50%;
	height: 135px;
	
	background-repeat: no-repeat;
	background-size: contain;
	
}

/* -------------  Main page news --------------- */
.home-news{
	padding-bottom: 60px;
	background-image: url('images/main_new_bg.jpg');
	background-repeat: no-repeat;
	background-position: 78% 50%;
	background-size: auto auto;

}
.home-news__title{
	font-size: 24px;
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 15px;
}
.home-news__text{
	font-size: 18px;
	line-height: 20px;
	
}

.home-news__image{
	padding: 40px;
	background-color: #fff;

}

.home-news__thumbnail{
	padding-top: 58%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.home-news--no-photo{
	background-size: contain;
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
.shiftnav-toggle{
	float: right;
	background: none !important;
	
}
.shiftnav-inner .shiftnav-panel-close{
	background: #fff !important;
	right: 0;
	
}
.shiftnav-toggle:hover{
	color: #127fc6 !important;
	transition: outline 0.3s !important;
	
}
.shiftnav-toggle-button:hover{
	color: #127fc6 !important;
	outline: solid 4px #127fc6;
	background: none;
	transition: outline 0.3s;
}
.shiftnav:after{
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
}
.shiftnav-shiftnav-main{
	background-color: #091d28 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
}

.shiftnav-toggle-button{}
.shiftnav-nav ul li a{
	color: #fff;
	font-family: Helvetica Light;
	text-transform: uppercase;
	font-size: 14px;
}
.shiftnav-nav ul li a:hover{
	color: #127fc6;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer{
	background-color: #091d28;
	flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.footer-menu{
	padding-bottom: 60px;
}

.footer-menu .dws-menu > ul{
	float: left;
}
.footer-menu .dws-menu li:hover{ 
	
	background: url('images/menu_separator.png') no-repeat;
	background-position: 100% 50%;	
	background: none;
	transition: outline 0.3s;
}

.footer-menu .dws-menu ul :last-child:hover{
	background: none;
}

.footer-menu .dws-menu ul .menu-item-has-children a:after{
	content: none;
	}

.footer-menu .dws-menu ul .menu-item-has-children a:hover:after, .footer-menu .dws-menu ul .menu-item-has-children:hover a:after{
	content: none;}

/* footer sub menu*/

.footer-menu .dws-menu li > ul li a{
	padding: 0;
	text-transform: none;
}

.footer-menu .dws-menu li ul{
 	position: absolute;
 	min-width: 100px;
 	line-height: 20px;
 	margin-top: -5px;
	margin-left: 25px;
 	display: none;
}
.footer-menu .dws-menu ul{
	margin-left: -23px;
}
.footer-menu .dws-menu ul li a{
	font-size: 16px;
}
.footer-menu .dws-menu li ul li{background: none;}
.footer-menu .dws-menu li ul li:hover{background: none;}

.footer-menu .dws-menu li > ul li{
	float: none;	
}

.footer-menu .dws-menu li > ul li a {color: #fff;}
.footer-menu .dws-menu li > ul li a:hover {
 	color: #4894c6;
}

.footer-menu .dws-menu li > ul li ul{
 	position: absolute; 
 	top: 0;
}
.footer-menu .dws-menu li:hover > ul{
 	display: block;
}

.white-line{
	
	margin: 0px 14px 0px 12px;
	height: 1px;
	background-color: #ffffff;
}

/* social links */
.social-links{
	width: 135px;
}
.social-links--footer{
	float: right;
	margin-top: 25px;
}
.social-link{
	cursor: pointer;
	float: left;
	margin-left: 10px;
}
.social-links__icon{
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.social-links__icon--facebook{
	background-image: url(images/icon_fb.png);
}
.social-links__icon--youtube{
	background-image: url(images/icon_yt.png);
}
.social-links__icon--instagram{
	background-image: url(images/icon_inst.png);
}

/* copyright */
.copyright{
	font-family: Helvetica Light;
	font-size: 16px;
	color: #fff;
	padding: 25px 0px 20px 0px;
}
/* contacts-footer */
.phone-unit--email{
	margin-bottom: 4px;
}
.phone-unit-description--footer{
	color: #ffffff;

}
.phone-unit--footer{
	padding: 15px 0px 20px 20px;
}
.phone-unit-phone--footer a{
	font-size: 17px;
	font-family: Helvetica Light;
	color: #fff;
}
.phone-unit-content--email{
	padding: 5px 8px 0px 8px;
}
.phone-unit-icon--phone_2{
	background-image: url("images/phone_icon_footer.png");
	width: 20px;
	height: 28px;
}
.phone-unit-icon--email{
	background-image: url("images/email_icon_footer.png");
	width: 20px;
	height: 28px;
}

/*--------------------------------------------------------------
# Contacts Page 
--------------------------------------------------------------*/
.page-content-no-back{
	padding-top: 65px;
	
}

.page-content{
	padding-top: 65px;
	background-image: url('images/page_bg.jpg');
	background-repeat: no-repeat;
	background-position: 85% 40px;
	
	
flex-grow: 1;
    
}

.page-header{
	font-size: 24px;
	font-family: Helvetica Bold;
	margin-bottom: 10px;
}

.line-grey{
	width: 100%;
	height: 1px;
	background-color: #dedede;
}

.contacts-description{
	margin-top: 20px;
	font-size: 18px;
	font-family: Helvetica Light;
	line-height: 20px;
	margin-bottom: 30px;
}

.contacts-info{
	margin-top: 30px;
	margin-bottom: 10px;
}

.contacts-unit{
	display: table;
	vertical-align: top;
	margin-bottom: 15px;
}

.contacts-unit__icon{
	display: table-cell;
	vertical-align: middle;
	float: left;
}

.contacts-icon{
	width: 23px;
	height: 34px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.contacts-icon--location{
	background-image: url('images/c_location_icon.png');
}
.contacts-icon--phone{
	background-image: url('images/c_phone_icon.png');
}
.contacts-icon--email{
	background-image: url('images/c_email_icon.png');
}

.contacts-unit__desc{
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	font-family: Helvetica Light;
	font-size: 18px;
}
.contacts-unit__desc a{ text-decoration: none; }
.span-department {color: #a2a2a2; text-transform: uppercase; margin-left: 15px; font-size: 15px;}

/* social */
.contacts-social{
	margin-top: 20px;
}
.social-links--contacts{
	float: left;
	height: 40px;
}
.contacts-follow{
	float: left;
	font-size: 18px;
	margin-top: 8px;
}
.contacts-social a{
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 45px;
}

/* contact form */
.cf{
	background-image: url('images/cf_back.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 0%;
	padding: 65px 50px 25px 50px;
}

.cf__field{
	width: 100%;
	border: none;
	font-family: Helvetica Light;
	font-size: 18px;	
	background-color: #fff;
	padding: 15px 20px 15px 20px;
	color:#a2a2a2;
	margin-bottom: 15px;

}

.cf__field::-webkit-input-placeholder, .cf__message::-webkit-input-placeholder {color:#a2a2a2;}
.cf__field::-moz-placeholder, .cf__message::-moz-placeholder   {color:#a2a2a2;}
.cf__field:-moz-placeholder, .cf__message:-moz-placeholder     {color:#a2a2a2;}
.cf__field:-ms-input-placeholder, .cf__message:-ms-input-placeholder    {color:#a2a2a2;}

.cf__message{
	border: none;
	width: 100%;
	height: 140px;
	padding: 15px 20px 15px 20px;
	font-family: Helvetica Light;
	font-size: 18px;	
	color:#a2a2a2;
}
.cf-send{
	width: 100%;
	display: table;
	text-align: right;
	margin-top: 10px;
}

.cf-send__warning{
	display: table-cell;
	font-family: Helvetica Light;
	font-size: 13px;
	word-wrap: break-word; 
	text-align: left;
}
.cf-send__submit{
	margin: 0;
	padding: 0;
	display: table-cell;
}
.cf-button{
    text-align: center;
	border: none;
	background-color: #127ec4;
	font-family: Helvetica Light;
	font-size: 16px;
	color: #fff;
	padding: 10px 17px 10px 17px;
}

.cf-button:hover{
	outline: solid #fff 2px;
	outline-offset: -4px;
	cursor: pointer;
}

.cf_loading{
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.ajax-loader{
	margin: 0 auto;
}
.wpcf7-response-output{
	margin: 0px !important;
	
}
.cf__response{
	width: 100%;
	height: 30px;
	margin-top: 15px;
}

.contacts-map{
	margin-top: 50px;
}
.grey-separator{
	background-color: #dddddd;
	height: 20px;
	width: 100%;
}
.contacts-map__frame{
	width: 100%;
	height: 575px;
}


.cf__symbols{
    margin-bottom: 10px;    
}

/*--------------------------------------------------------------
# Production Page 
--------------------------------------------------------------*/
.production-units{
	margin-top: 65px;
	margin-bottom: 70px;
}
.production-unit{
	width: 525px;
	height: 165px;
	padding-right: 40px;
	background-image: url('images/unit_right.png');
	background-repeat: no-repeat;
	background-position: 60px 0px;
	background-size: 465px 100%;
	margin-bottom: 30px;
}

.production-unit-right{
	width: 525px;
	height: 165px;
	padding-left: 40px;
	background-image: url('images/unit_left.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 465px 100%;
	margin-bottom: 30px;
	
}

.production-unit__icon{
	width: 139px;
	height: 139px;
	float: left;
	margin-top: 13px;
	background-repeat: no-repeat;
}
.production-unit__icon-right{
	width: 139px;
	height: 139px;
	float: right;
	margin-top: 13px;
	background-repeat: no-repeat;
}

.icon--prodaction_1{
	background-image: url('images/production_icon_1.png');
}
.icon--prodaction_2{
	background-image: url('images/production_icon_2.png');
}
.icon--prodaction_3{
	background-image: url('images/production_icon_3.png');
}
.icon--prodaction_4{
	background-image: url('images/production_icon_4.png');
}
.icon--prodaction_5{
	background-image: url('images/production_icon_5.png');
}

.production-unit__desc{
	color: #fff;
	width: 310px;
	float: left;
	height: 165px;
	margin-left: 15px;
	font-size: 17px;
}

.production-unit__desc-right{
	color: #fff;
	width: 310px;
	float: right;
	height: 165px;
	margin-right: 15px;
	font-size: 17px;
}

.production-desc{
	float: left;
}
.production-desc-right{
	float: right;
	text-align: right;
}

.production-desc--1{
	margin-top: 50px;
	margin-bottom: 25px;
}
.production-desc--2{
	margin-top: 35px;
	margin-bottom: 0px;
}
.production-desc--3{
	margin-top: 65px;
	margin-bottom: 27px;
}
.production-desc--4{
	margin-top: 35px;
	margin-bottom: 20px;
}
.production-desc--5{
	margin-top: 65px;
	margin-bottom: 30px;
}


.production-more{
	float: left;
	width: 100%;	
}
.production-unit__link{
	color: #091d28;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	float: right;
	font-family: Helvetica Bold;
}
.production-unit__link--right{
	float: left;
}

.production-unit__link:hover{
   color: #fff;	
}

.production-unit__link span{
	font-size: 38px;
	margin-top: -6px;
	margin-left: 5px;
	line-height: 25px;
	height: 25px;
	display: block;
	float: right;
	font-family: Arial;
	font-weight: bold;
	
}

.production-separator{
	position: absolute;
	width: 77px;
	height: 395px;
	background-image: url('images/production_separator.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 50%;
	margin-top: 80px;
	margin-left: -35px;
}

.production-units-right{
	margin-top: 95px;
	margin-left: 20px;
}



/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news-image{
	padding: 40px;

	background-image: url('images/news_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.news-image__thumbnail{
	width: 100%;
	padding-top: 65%;
	background-repeat: no-repeat;
	background-size: cover;
}
.news-row{
	margin-bottom: 100px;
}
.news-image__no-photo{
	width: 100%;
	padding-top: 65%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff;
	background-size: contain;
	background-image: url('images/no_photo.jpg');
}

.news-date{
	
	width: 100%;
	margin-top: 30px;
}
.news-date__icon{
	width: 41px;
	height: 44px;
	background-image: url('images/news_date.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #127ec4;
	font-family: Helvetica Bold;
	font-size: 22px;
	padding: 16px 3px 5px 8px;
	
	display: inline-block;
}
.news-date__date{
	display: inline-block;
	color: #a2a2a2;
	margin-left: 10px;
}

.news-header{
	margin-top: 15px;
	font-size: 19px;
}

.news-title-link{
	text-decoration: none;
}
.news-title-link:hover{
	color: #4894c6;
}

.news-text{
	font-size: 18px;
	margin: 0;
}

.news-more{
	width: 100%;
	text-align: right;
}
.news-more__link{
	font-size: 18px;
	color: #dcdcdc;
	float: right;
	text-decoration: none;
	
}
.news-more__link span{
	display: block;
	float: right;
	width: 17px;
	height: 19px;
	margin-left: 10px;
	background-image: url('images/news_more.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 2px;
	
}
.news-more__link:hover span{
	background-position: 0px -19px;
	
}
.news-more__link:hover{
	color: #4894c6;
	
}

/* page navigation */
.page-navigation{
	
	text-align: center;
	width: 100%;

}
.navigation{
	font-size: 20px;
	padding-bottom: 90px;
	
}
.navigation a{
	background-color: #f0f0f0;
	width: 45px;
	height: 45px;
	display: inline-block;
	
	text-align: center;
	line-height: 45px;
	text-decoration: none;
	margin-right: 5px;
	color: #5a5a5a;
}

.navigation a:hover{
	outline: solid #0f6ba7 2px;
	outline-offset: -2px;

}

.navigation .current{
	display: inline-block;
	
	width: 45px;
	height: 45px;
	background-color: #127fc6;
	text-align: center;
	line-height: 45px;
	margin-right: 5px;
	color: #fff;
	cursor: default;
	outline: solid #0f6ba7 2px;
	outline-offset: -2px;

}

.navigation .next, .navigation .prev{
	color: #b8b8b8;
	background-color: #f3f3f3;
}


.news-page-content{
	font-size: 18px;
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
/* .gallery-image-small{
	max-width: 100%;
	height: 380px;
}
.gallery-image-big{}
.col-full{
	max-width: 100%;
	height: 765px;
}

 */
	

.gallery-image{
	width: 100%;
	
	padding-top: 72%;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}	
.gallery-image:after{
	content: '';
	
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0, 0.7);  opacity: 0;
	transition: 0.3s;
}
.gallery-image:before{
	content: '';
	background: url('images/gal_hover.png'); 
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 1000;
	outline: solid #fff 2px;
	outline-offset: -6px;
	opacity: 0;
	transition: 0.3s;
}
#overlay{
	position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0, 0.7);
    z-index: 1000;
    display: block;
    top: 0;
    left: 0;
    display: table;
    vertical-align: middle;
    opacity: 1 !important;
    
}
#lightbox{
	position: relative;
    top: auto;
    left: auto;
    display: table-cell !important;
	z-index: 1001;

	vertical-align: middle;
    height: auto;
    margin: auto auto auto auto;
    text-align: center;
}

   
.gallery-image:hover:after, .gallery-image:hover:before{
	opacity: 1;
	transition: 0.5s;
}

.row-equal{
	
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 0 auto;
}


 .col-full {
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 0 auto;
}
    

.gal-page-cont{
	padding-bottom: 80px;
}
.gal-page-cont > .container > .row > div[class*='col-'] {
	padding-left: 5px;
	padding-right: 5px;
}


.gallery-title{
	font-size: 24px;
	padding-top: 60px;
}

.gallery-preview{
	padding-top: 20px;
}

.gallery-preview__thumbnail{
	padding-top: 78%;
	background-repeat: no-repeat;
	background-size: cover;
	border: solid #e5e5e5 2px;
}
.gallery-preview__no-photo{
	padding-top: 78%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff;
	background-size: contain;
	background-image: url('images/no_photo.jpg');
}
.gallery-album__title{
	font-size: 30px;
	height: 76px;
	line-height: 32px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: Arial Black;
	color: #127ec4;
	text-transform: uppercase;

}
.gallery-album-content{
	background-color: #f3f3f3;
	padding-bottom: 10px;
}

.gallery-album__advanced-name{
	font-size: 18px;
	padding-left: 10px;
	height: 42px;
	padding-right: 10px;
}

.gallery-album__link{
	height: 52px;
	text-align: right;
	padding-right: 15px;
	margin-top: 2px;
	line-height: 52px;
	background-color: #f3f3f3;
		
}
.gallery-album__link a{
	font-family: Helvetica Light;
	font-size: 16px;
	color: #091d28;
	text-decoration: none;
}
.gallery-album__link a:hover{
	color: #147fc4;
}
.gallery-album__link a span{
	font-size: 36px;
	margin-top: -6px;
	margin-left: 5px;
	line-height: 52px;
	
	display: block;
	float: right;
	font-family: Arial Black;
	font-weight: bold;
}

.gallery-preview--mp{
	padding-left: 7px;
	padding-right: 7px;
}

.gallery-preview--col{
	margin-bottom: 15px;
}

.gallery-video{
	background-color: #f3f3f3;
	margin-top: 65px;
	padding-bottom: 100px;
}

.gallery-video-title{
	font-size: 24px;
	padding-top: 50px;
	padding-bottom: 20px;
}



/* proportions of video */
.plyr__video-embed{
	padding-bottom: 72% !important;
}

 /* player play button */
.plyr__play-large{
	background-color: #127ec4 !important;
}

/* player control */
.plyr__controls { 
	background-color: #127ec4 !important;
	border-top-style: solid !important;
	border-width: 1px;
	border-color: #fff;
	
}
/* block of player */ 
.plyr{
	border: solid #fff 2px;
}

.gallery-video-info{
	background-color: #fff;
	padding-bottom: 25px;
}


/* single page for gallery photo */
.photo-titles{
	margin-top: 35px;
}
.photo-titles__name{
	font-size: 43px;
	float: left;
	width: 100%;
	display: block;
	font-family: Arial Black;
	color: #127ec4;
	text-transform: uppercase;
}
.photo-titles__advanced-name{
	font-size: 18px;
	float: left;
	width: 100%;
	margin-top: 5px;
	
}
.photo-titles__description{
	float: left;
	width: 100%;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.photo-titles__description p{
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft
{
    display: inline;
    float: left;

    margin-right: 1.5em;
}

.alignright
{
    display: inline;
    float: right;

    margin-left: 1.5em;
}

.aligncenter
{
    float: left;
    height: auto;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after
{
    display: table;

    table-layout: fixed;

    content: '';
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after
{
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget
{
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select
{
    max-width: 100%;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery
{
    margin-bottom: 1.5em;
}

.gallery-item
{
    display: inline-block;

    width: 100%;

    text-align: center;
    vertical-align: top;
}

.gallery-columns-2 .gallery-item
{
    max-width: 50%;
}

.gallery-columns-3 .gallery-item
{
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item
{
    max-width: 25%;
}

.gallery-columns-5 .gallery-item
{
    max-width: 20%;
}

.gallery-columns-6 .gallery-item
{
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item
{
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item
{
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item
{
    max-width: 11.11%;
}

.gallery-caption
{
    display: block;
}


/*--------------------------------------------------------------
## Adaptive style
--------------------------------------------------------------*/
.photo-titles__name{
}
/* special breakpoints */
@media (max-width: 1700px) 
{
	.home-news{
		background-position: 83% 50%;
	}
	.page-content{
		background-position: 90% 40px;
	}
}

@media (max-width: 1450px) {
	.home-news{
		background-position: 92% 50%;
	}
	.page-content{
		background-position: 95% 40px;
	}
}

@media (max-width: 1300px) {
	.home-news{
		background-position: 99% 50%;
	}
	.page-content{
		background-position: 99% 40px;
	}
}

/*  0 - 1199  */
@media (max-width: 1199px) 
{
	.phone-unit--footer{
		padding: 15px 0px 20px 5px;
	}
	.production-unit{
		margin: 0px auto 30px auto;
	}
	
		.production-unit-right{
		background-image: url('images/unit_right.png');
		padding-right: 40px;
		padding-left: 0px;
		background-position: 60px 0px;
		margin: 0px auto 30px auto;
	}

	
	.production-units-right{
		margin-left: 0px;
		margin-top: 0px;
	}
	.production-unit__icon-right{
		float: left;
	} 
	.production-unit__link--right{
		float: right;
	}
	.production-desc-right{
		float: left;
		text-align: left;
	}
	
	.phone-unit-phone--footer a{
		font-size: 15px;
	}
	.phone-unit-description--footer{
		font-size: 11px;
	}
	.phone-unit-content--foter{
		padding: 0px 0px 0px 4px;
	}
	.pl-0-md{
		padding-left: 0px;
	}
	.full-width-1199{
		width: 100%;
		margin: 0px;
	}
	.production-separator{
		margin-left: 0px;
	}

	.gallery-album__title{
		font-size: 20px;
		height: 60px;
		line-height: 22px;
	}

	.gallery-album__advanced-name{
		font-size: 14px;
		height: 35px;
	}
}
/*  0 - 991  */
@media (max-width: 991px) 
{
	.dws-menu > ul li a{
		font-size: 16px;
		padding: 10px 10px 10px 10px;
	}
	.container{
		width: 100%;
	}
	.container-header{
		width: 100%;
		padding: 0px;
	}
	.container-footer{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-menu{
		padding-left: 10px;
	}
	.home-news{
		background-position: 99% 20px;
	}

	
	.phones-right{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	.phone-unit--footer{
		padding: 15px 15px 20px 15px;
	}
	.copyright{
		text-align: center;
		padding: 0px 0px 25px 0px;
	}

	/*  выравнивание телефонов и email по ширине сайта  */ 
	/*
	.phone-unit--footer:first-child{
		float: left;
	}
	.phone-unit--footer:last-child{
		float: right;
	} */
	

	.production-unit{
		margin: 0px auto 30px auto;
	}
	.production-separator{
		display: none;
	}

	.production-unit-right{
		background-image: url('images/unit_right.png');
		padding-right: 40px;
		padding-left: 0px;
		background-position: 60px 0px;
		margin: 0px auto 30px auto;
	}

	
	.production-units-right{
		margin-left: 0px;
		margin-top: 0px;
	}
	.production-unit__icon-right{
		float: left;
	} 
	.production-unit__link--right{
		float: right;
	}
	.production-desc-right{
		float: left;
		text-align: left;
	}

	.gallery-album__title{
		font-size: 24px;
		height: 65px;
		line-height: 24px;
	}

	.gallery-album__advanced-name{
		font-size: 15px;
		height: 39px;
	}
	.gallery-title--video{
		font-size: 20px;
	}
	.gallery-name--video{
		height: 57px;
	}
	.cf{margin-top: 80px;}
}

/*  0 - 767  */
@media (max-width: 767px)
{
	.container{
		padding: 0px;
	}
	.header-logo{
	    width: 114px;
		margin-top: 5px;
		height: 80px;
		background-size: 114px 160px;
		background-position: 0px -80px;

}
	.header-menu a:hover{outline: none;}
	
	.shiftnav-toggle-button{
		width: 100px;
		
		padding: 0px !important;
		margin-right: 0px !important;
		font-size: 25px;
		
	}
	.page-content{
		background-position: 50% 40px;
		background-size: auto auto;
		padding-top: 40px;
	}
	.shiftnav-toggle-button:before{
		content:"МЕНЮ";
		font-size: 18px;
		margin-right: 15px;
		display: block;
		float: left;
		margin-top: 1px;
	}
	
	.phone-unit--header{
		 margin: 30px 5px 30px 25px; 
	}
	.phone-unit--footer{
		padding: 15px 5px 20px 5px;
	}
	.footer-menu .dws-menu ul li a{
		font-size: 15px;
	}

	.gallery-album__title{
		font-size: 22px;
		height: 60px;
		line-height: 22px;
	}

	.gallery-album__advanced-name{
		font-size: 13px;
		height: 30px;
	}

	.gallery-title--video{
		font-size: 15px;
		line-height: 17px;
	}
	.gallery-name--video{
		height: 40px;
	}

	.page-content-no-back{
		padding-top: 40px;
	}
	.news-image{
		margin-top: 60px;
	}
	.news-row{
		margin-bottom: 70px;
	}
	.photo-titles{
		margin-top: 15px;
	}


	.gallery{
		float: left;
		width: 100%;
	}
	.gallery-item{
		float: left;
		width: 100%;
		min-width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.gallery-icon{
		float: left;
		width: 100%;
	}
	.gallery-icon a img{
		margin-left: 5%;
		margin-right: 5%;
		width: 90%;
		height: auto;
	}
	figure {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	}
}/* end of media  0-767 */
	
 


/*  0 - 600  */
@media (max-width: 600px)
{
	.phone-unit--header:first-child{
		float: left;
		 margin: 30px 0px 30px 0px; 
	}
	.phone-unit--header:last-child{
		float: right;
		margin: 30px 5px 30px 0px;
	}
	.phones-right{
		width: 100%;		
	}
	.photo-titles__name{
	    font-size: 23px;}
	.about-desc__text{
		text-align: left;
	}
	.home-news{
		background-position: 50% 20px;
		background-size: auto auto;
	}
	.phone-unit--footer{
		padding: 5px 5px 5px 5px;
	}
	.phones-right{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.full-width-600{
		width: 100%;
	}

	.footer-menu{
		padding-bottom: 0px;
	}
	.footer-menu .dws-menu > ul{
		float: none;
		display: inline-block;
		text-align: center;
	}
	.footer-menu .dws-menu > ul li{
		float: none;
		display: inline-block;
	}
	.footer-menu .dws-menu{
		text-align: center;
	}
	.social-links--footer{
		float: none;
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-top: 10px;
	}
	
	.contacts-social{
		float: left; width: 100%; text-align: center;
	}
	.social-links--contacts{ display: inline-block; float: none;}
	.white-line{
		margin-top: 20px;
	}
	.cf{margin-top: 110px;}
	.contacts-follow{
		width: 100%;
		line-height: 16px;
	}



	
	.production-unit, .production-unit-right{
		width: 390px;
		background-size: 330px 100%;
		padding-right: 20px;
	}
	.production-unit__icon, .production-unit__icon-right{
		width: 110px;
		height: 110px;
		margin-top: 27.5px;
		background-size: 100% 100%;
	}
	.production-unit__desc, .production-unit__desc-right{
		width: 230px;
		font-size: 16px;
		line-height: 17px;
	}
	.production-desc--2{
		margin-top: 27px;
		margin-bottom: 2px;
	}
	.production-more{
		margin-top: 5px;
	}
	.production-desc--4{
		margin-bottom: 10px;
	}
	.production-more{
		padding-right: 10px;
	}

	.gallery-album__title{
		font-size: 14px;
		height: 45px;
		line-height: 16px;
	}

	.gallery-album__advanced-name{
		font-size: 13px;
		height: 45px;
	}
	
}


/*  0 - 420  */
@media (max-width: 420px)
{
	.shiftnav-toggle-button{width: auto;}
	.shiftnav-toggle-button:before{
		content: none;
	}
	.phone-unit--header{
		float: none !important;
		margin: 10px 5px 0px 5px !important;
	}
	.phones-right{
		text-align: center;
		padding-bottom: 10px;
	}
	/* slider dots */
	.n2-ss-control-bullet{padding-left: 15px;}
	.nextend-bullet-bar div{
		padding: 3px 25px 3px 25px !important;
	}
	.copyright{
		font-size: 14px;
	}
	.home-news__image{
		padding: 20px;
	}


	.production-units{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.production-unit, .production-unit-right{
		width: 270px;
		height: 190px;
		background-size: 530px 100%;
		padding-right: 10px;
		background-position: 40px 0px;
	}
	.production-unit__icon, .production-unit__icon-right{
		width: 80px;
		height: 80px;
		margin-top: 55px;
		background-size: 100% 100%;
	}
	.production-unit__desc, .production-unit__desc-right{
		width: 170px;
		float: left;
		height: 190px;
		margin-left: 10px;
		margin-right: 0;
		font-size: 16px;
		line-height: 17px;
	}
	.production-desc--1{
		margin-top: 50px;
		margin-bottom: 20px;
	}
	.production-desc--2{
		margin-top: 20px;
		margin-bottom: 2px;
	}
	.production-desc--3{
		margin-bottom: 40px;
	}
	.production-desc--4{
		margin-top: 20px;
		margin-bottom: 0px;
	}
	
	.production-more{
		padding-right: 10px;
	}
	.full-width-420{width: 100%;}
	
	.gallery-album__title{
		font-size: 18px;
		height: 60px;
		line-height: 20px;
	}

	.gallery-album__advanced-name{
		font-size: 14px;
		height: 45px;
	}
	.gallery-title{
		padding-top: 40px;
	}
	.news-image{
		padding: 25px;
	}
	
	.gallery{
		float: left;
		width: 100%;
	}
	.gallery-item{
		float: left;
		width: 100%;
		min-width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.gallery-icon{
		float: left;
		width: 100%;
	}
	.gallery-icon a img{
		margin-left: 5%;
		margin-right: 5%;
		width: 90%;
		height: auto;
	}
	figure {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	}
	
	.cf{
		padding: 45px 20px 25px 20px;
	}
}
