/*
Theme Name: ООО НПО “КОМПАС” 
Description: производство литий - ионных батарей любой степени сложности
Author: by Sohik
Author URI: https://sohik.com/
Version: 1.0

*/

/*fonts*/
@font-face {
    font-family: "InterTight";
    src: url("fonts/InterTight-ExtraLight.eot");
    src: url("fonts/InterTight-ExtraLight.eot?#iefix")format("embedded-opentype"),
    url("fonts/InterTight-ExtraLight.woff") format("woff"),
    url("fonts/InterTight-ExtraLight.woff2") format("woff2"),
    url("fonts/InterTight-ExtraLight.ttf") format("truetype"),
    url("fonts/InterTight-ExtraLight.otf");
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: "InterTight";
    src: url("fonts/InterTight-Regular.eot");
    src: url("fonts/InterTight-Regular.eot?#iefix")format("embedded-opentype"),
    url("fonts/InterTight-Regular.woff") format("woff"),
    url("fonts/InterTight-Regular.woff2") format("woff2"),
    url("fonts/InterTight-Regular.ttf") format("truetype"),
    url("fonts/InterTight-Regular.otf");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "InterTight";
    src: url("fonts/InterTight-Medium.eot");
    src: url("fonts/InterTight-Medium.eot?#iefix")format("embedded-opentype"),
    url("fonts/InterTight-Medium.woff") format("woff"),
    url("fonts/InterTight-Medium.woff2") format("woff2"),
    url("fonts/InterTight-Medium.ttf") format("truetype"),
    url("fonts/InterTight-Medium.otf");
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: "Jost";
    src: url("fonts/Jost-Regular.eot");
    src: url("fonts/Jost-Regular.eot?#iefix")format("embedded-opentype"),
    url("fonts/Jost-Regular.woff") format("woff"),
    url("fonts/Jost-Regular.woff2") format("woff2"),
    url("fonts/Jost-Regular.ttf") format("truetype"),
    url("fonts/Jost-Regular.otf");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Jost";
    src: url("fonts/Jost-Medium.eot");
    src: url("fonts/Jost-Medium.eot?#iefix")format("embedded-opentype"),
    url("fonts/Jost-Medium.woff") format("woff"),
    url("fonts/Jost-Medium.woff2") format("woff2"),
    url("fonts/Jost-Medium.ttf") format("truetype"),
    url("fonts/Jost-Medium.otf");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "Jost";
    src: url("fonts/Jost-Bold.eot");
    src: url("fonts/Jost-Bold.eot?#iefix")format("embedded-opentype"),
    url("fonts/Jost-Bold.woff") format("woff"),
    url("fonts/Jost-Bold.woff2") format("woff2"),
    url("fonts/Jost-Bold.ttf") format("truetype"),
    url("fonts/Jost-Bold.otf");
    font-style: normal;
    font-weight: 700;
}



*{
	margin: 0;
	padding: 0;
	transition: all 0.3s;
	box-sizing: border-box;
}
html {
	min-height: 100%;
	position: relative;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	color: #fff;
	font-size: 24px;
	min-height: 100%;
	font-weight: 400;
	background: #fff;
	overflow-x: hidden;
	position: relative;
	font-style: normal;
	font-family: "Jost";
	background: url(images/bg.png) fixed;
	background-size: cover;
}
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;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


.shadow{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	position: fixed;
	background: rgba(0,0,0,0.2);
}

header, section, footer{
	z-index: 2;
	position: relative;
}


a,
a:active,
a:focus,
a:visited,
a:hover{
	border: none;
	outline: none;
	box-shadow: none;
	text-decoration: none;
}

p:last-child{
	margin-bottom: 0;
}

.site__btn,
.site__btn:active,
.site__btn:focus,
.site__btn:visited,
.site__btn:hover{
	color: #fff;
	width: 100%;
	max-width: 250px;
	font-size: 20px;
	text-align: center;
	border-radius: 15px;
	display: inline-block;
	background: #FF8000;
	padding: 10px;
	opacity: 1;
	transition: all 0.3s;
}

.site__btn.small,
.site__btn.small:active,
.site__btn.small:focus,
.site__btn.small:visited,
.site__btn.small:hover{
	font-size: 15px !important;
	max-width: 150px !important;
	padding: 5px 10px !important;
	border-radius: 10px !important;
}


.d-flex > div[class*='col-']{
	display: table-cell !important;
}
@media(max-width: 991px){
	.d-flex{
		display: block !important;
	}
	.d-flex > div[class*='col-']{
		display: block !important;
	}
}


.site__btn:hover{
	opacity: .75;
}

h1,
h1.site__name{
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h2,
h2.title{
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 26px;
	text-transform: uppercase;
}

/*breadcrumbs*/
.breadcrumbs{
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 35px;
}
.breadcrumbs a,
.breadcrumbs a:active,
.breadcrumbs a:focus,
.breadcrumbs a:visited,
.breadcrumbs a:hover{
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}

/*modal-content*/
.modal-content{
	padding: 50px;
	border-radius: 20px;
	background: #122543;
	border: 2px solid #FF8000;
}
.btn-close{
	top: 20px;
	right: 20px;
	font-weight: 300;
	position: absolute;
	color: #fff !important;
	fill: #ffffff !important;
}
.modal-content h2{
	line-height: 1;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 28px;
}
.modal-body{
	padding: 0;
	color: #fff;
	font-size: 11px;
	font-weight: 300;
	line-height: 14px;
}
.modal .wpcf7 input,
.modal .wpcf7 textarea{
	width: 100%;
	color: #fff;
	padding: 17px;
	display: block;
	font-size: 24px;
	font-weight: 300;
	margin-top: 18px;
	border-radius: 20px;
	background: transparent;
	border: 1px solid #FFF;
}
.modal .wpcf7 input::placeholder,
.modal .wpcf7 textarea::placeholder{
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}
.modal .wpcf7 textarea{
	resize: none;
	height: 138px;
}
.modal .wpcf7-submit{
	border: none !important;
	max-width: 250px !important;
	text-align: center !important;
	margin-bottom: 12px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	background: #FF8000 !important;
}

@media(max-width: 767px){
	.modal-content{
		padding: 30px;
		border-radius: 15px;
	}
	.btn-close{
		top: 10px;
		right: 10px;
	}
	.modal .wpcf7 input,
	.modal .wpcf7 textarea{
		padding: 10px;
		font-size: 18px;
		margin-top: 15px;
		border-radius: 10px;
	}
	.modal .wpcf7 input::placeholder,
	.modal .wpcf7 textarea::placeholder{
		font-size: 18px;
	}
}

/*.wpcf7*/
.wpcf7 br,
.wpcf7 .wpcf7-spinner{
	display: none !important;
}

.slider {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.slider__item {
    float: left;
	width: 100%;
	overflow: hidden;
}
.slider img{
	width: 100%;
	height: auto;
}
.owl-prev,
.slick-prev{
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 38px;
	height: 38px;
	margin: auto;
	font-size: 0;
	border: none;
	position: absolute;
	background-size: 38px 38px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAyOSAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAxN0wyOC41IDAuNTQ1NTE3VjMzLjQ1NDVMMCAxN1oiIGZpbGw9IiNGRjgwMDAiLz48L3N2Zz4=);
}
.owl-next,
.slick-next{
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	width: 38px;
	height: 38px;
	margin: auto;
	font-size: 0;
	border: none;
	position: absolute;
	background-size: 38px 38px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAyOSAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjkgMTdMMC41IDAuNTQ1NTE3VjMzLjQ1NDVMMjkgMTdaIiBmaWxsPSIjRkY4MDAwIi8+PC9zdmc+);
}


header{
	z-index: 15;
	padding: 30px 0 54px;
}
@media(max-width: 767px){
	header{
		padding: 10px 0 20px 0;
	}
}

.site__logo img{
	width: 100%;
	height: auto;
	max-width: 350px;
}

header ul{
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

header ul a,
header ul a:active,
header ul a:focus,
header ul a:visited,
header ul a:hover{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	text-transform: uppercase;
}

.header__phone,
a.header__phone:active,
a.header__phone:focus,
a.header__phone:visited,
a.header__phone:hover,
.header__email,
a.header__email:active,
a.header__email:focus,
a.header__email:visited,
a.header__email:hover{
	color: #fff;
	line-height: 1;
	font-size: 11px;
	font-weight: 700;
	display: inline-block;
}
.header__phone,
a.header__phone:active,
a.header__phone:focus,
a.header__phone:visited,
a.header__phone:hover{
	margin-bottom: 2px;
}

.first{
	margin-bottom: 80px;
	background: rgba(255,255,255,0.3);
}
.first__block{
	height: 100%;
	padding: 80px 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
@media(max-width: 767px){
	.first__block{
		padding-top: 40px;
	}
}

.site__description{
	color: #fff;
	font-size: 24px;
	max-width: 465px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 28px;
}

.first .video{
	margin: -35px 0;
	overflow: hidden;
	position: relative;
	height: calc(100% + 75px);
}
.video_wrapper{
	overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    right: -25px;
}
.first video{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}

@media(max-width: 991px){
	.first .video{
		width: 100%;
		height: 100%;
		margin: 35px 0 0 0;
	}
	.video_wrapper {
		position: relative;
		width: calc(100% + 50px);
	}
	.first video{
		width: 100%;
		position: static;
	}
}

/*about*/
.about{
	margin-bottom: 50px;
}
.about__item{
	height: 100%;
	padding: 26px;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 35px;
	border: 1px solid #fff;
}
@media(max-width: 991px){
	.about__item{
		margin-bottom: 35px;
	}
}
.about__item h2{
	font-size: 30px;
	margin-bottom: 0;
}
.about__item p,
.about__item ul{
	margin: 0;
}
.about_gallery{
	margin-bottom: 50px;
}
/*products*/
.products_deck{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 26px;
	font-family: "InterTight";
}
.product__item{
	background: #fff;
	border-radius: 20px;
	margin-bottom: 26px;
	border: 1px solid #FF8000;
	padding: 16px 16px 20px 16px;
}
.product_type{
	color: #000;
	line-height: 1;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 4px;
	font-family: "InterTight";
}
.products_post_deck{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 50px;
	font-family: "InterTight";
}
.product_title{
	color: #000;
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	min-height: 36px;
	margin-bottom: 18px;
	font-family: "InterTight";
}
.product_text{
	color: #000;
	line-height: 1;
	font-size: 10px;
	min-height: 20px;
	font-weight: 200;
	text-align: right;
	font-style: italic;
	margin-bottom: 10px;
	font-family: "InterTight";
}
.product_img{
	width: auto;
	height: 150px;
	margin-bottom: 30px;
}

/*design*/
.design{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 25px;
}
.design img{
	width: 100%;
	height: auto;
	max-width: 220px;
	box-shadow: 0 0 16px rgba(255,255,255, 1);
}
@media(max-width: 991px){
	.design{
		margin-bottom: 50px;
	}
	.design img{
		margin-bottom: 20px;
	}
}
.design .site__btn{
	margin-top: 20px;
}

/*choose__item*/
.choose__item{
	display: flex;
	align-items: center;
	color: #fff;
	min-height: 114px;
	position: relative;
	padding-left: 138px;
	margin-bottom: 54px;
	font-size: 20px;
	line-height: 30px;
}
.choose__item img{
	width: 123px;
	height: auto;
	top: 0;
	left: 0;
	position: absolute;
}
.choose_text{
	width: 100%;
	max-width: 325px;
}

/*certificates*/
.certificates{
	margin-bottom: 50px;
}
.certificates_deck{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 15px;
}
.certificates_img{
	width: 100%;
	height: auto;
}
@media(max-width: 991px){
	.certificates_iso{
		margin-bottom: 30px;
	}
}

.certificates_doc{
	margin-bottom: 50px;
}
.certificates_doc_img{
	max-height: 220px;
	overflow: hidden;
	border-radius: 20px;
}
.certificates_doc img{
	width: 100%;
	height: auto;
}
.certificates_doc_deck{
	padding-top: 15px;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 10px;
}

/*news*/
.news{
	color: #fff;
	padding: 50px 0;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
}
.news .row:nth-child(2n){
	margin-bottom: 45px;
}
.news__text{
	margin-bottom: 20px;
}

.news .owl-stage,
.news .owl-item{
	max-width: 100% !important;
}


/*contacts*/
.contacts{
	margin-bottom: 50px;
}
.contacts__item{
	height: 100%;
	color: #fff;
	padding: 25px;
	font-size: 20px;
	font-weight: 300;
	line-height: 35px;
	border: 1px solid #fff;
}
@media(max-width: 991px){
	.contacts__item{
		margin-bottom: 35px;
	}
}
.contacts__item img{
	margin-bottom: 20px;
}
.contacts__item .site__btn{
	margin-top: 20px;
}
.contacts__item iframe{
	margin-top: 30px;
}

/*trust*/
.trust .owl-item{
	overflow: hidden;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	height: 93px !important;
}
.trust .owl-pic{
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-self: center;
	align-items: center;
	vertical-align: middle;
    justify-content: center;
}
.trust .owl-item img{
	width: auto !important;
	height: auto !important;
	margin: 0 auto !important;
	max-width: 100% !important;
	max-height: 93px !important;
}

.post__content{
	padding-top: 35px;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}

footer{
	color: #fff;
	font-size: 16px;
	margin-top: 50px;
	font-weight: 300;
	line-height: 30px;
	padding: 0 0 40px 0;
	border-top: 2px solid #FF8000;
	background: rgba(255,255,255,0.3);
}
footer h2{
	margin: 36px 0 0 0;
}
footer .wpcf7 input,
footer .wpcf7 textarea{
	width: 100%;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 300;
	margin-top: 18px;
	line-height: 30px;
	padding: 5px 17px;
	border-radius: 5px;
	background: transparent;
	border: 1px solid #FF8000;
	background: linear-gradient(to right, rgb(122, 117, 117), rgb(182, 176, 176));
	background: -webkit-linear-gradient(to right, rgb(122, 117, 117), rgb(182, 176, 176));
	background: -moz-linear-gradient(to right, rgb(122, 117, 117), rgb(182, 176, 176));
}
footer .wpcf7 input::placeholder,
footer .wpcf7 textarea::placeholder{
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
}
footer .wpcf7 textarea{
	resize: none;
	height: 42px;
}
footer .wpcf7-submit{
	border: none !important;
	max-width: 250px !important;
	text-align: center !important;
	margin-bottom: 12px !important;
	background: #FF8000 !important;
}

footer ul{
	padding: 0;
	list-style: none;
	margin: 78px 0 0 0;
}
footer ul a,
footer ul a:active,
footer ul a:focus,
footer ul a:visited,
footer ul a:hover{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}
footer img{
	width: 100%;
	height: auto;
	max-width: 210px;
}
@media(max-width: 991px){
	footer img{
		margin: 20px 0;
	}
}
.police,
.police:active,
.police:focus,
.police:visited,
.police:hover{
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-decoration: underline;
}


@media(max-width: 991px){

}

nav{
	display: none;
}

@media(max-width: 767px){
	h2, h2.title,
	.about__item h2,
	.modal-content h2{
		font-size: 25px;
		line-height: 1.3;
	}
	.about__item,
	.contacts__item{
		padding: 20px;
	}
	body,
	.about__item,
	.products_deck,
	.products_post_deck,
	.choose__item,
	.certificates_deck,
	.certificates_doc_deck,
	.contacts__item{
		font-size: 18px;
		line-height: 1.3;
	}
	/*menu*/
	.header__toggle_menu-block{
		width: 36px;
	    height: 36px;
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}
	.header__toggle_menu{
		right: 0;
		top: 4px;
		width: 36px;
	    height: 36px;
	    cursor: pointer;
		position: absolute;
	}
	.header__toggle_menu .header__menu_close,
	.header__toggle_menu.is-close .header__caption_menu{
		display: none;
	}
	.header__toggle_menu.is-close .header__menu_close, .header__caption_menu{
		display: block;
	    min-width: 55px;
	    text-align: center;
	    color: #fff;
	    margin-left: 0;
	}
	.header__toggle_menu.is-close .header__caption_menu {
		display: none;
	}
	.header__toggle_menu .header__menu_close{
	    position: absolute;
		bottom: 0;
		right: -7px;
		display: none;
	}
	.header__caption_menu{
		position: absolute;
		bottom: 0;
		right: 5px;
	}
	.header__toggle_wrapper_elements span {
	    -moz-user-select: none;
	    -ms-user-select: none;
	    -webkit-user-select: none;
	}

	.header__toggle_wrapper_elements {
	    position: relative;
	    left: auto;
	    top: 0;
	    width: 36px;
	    height: 36px;
	    opacity: 1;
	    transition: opacity .3s ease;
	}
	.header__toggle_wrapper_elements span {
	   position: absolute;
	    left: auto;
	    display: block;
	    width: 36px;
	    height: 4px;
	    background-color: #fff !important;
	    font-size: 0;
	    -webkit-touch-callout: none;
	    user-select: none;
	    transition: -webkit-transform .3s ease;
	    transition: transform .3s ease;
	    transition: transform .3s ease, -webkit-transform .3s ease;
	}
	.header__toggle_menu.is-close span{
		background-color: #000 !important;

	}
	.header__toggle_menu.is-close .header__menu_close{
		background: none !important;
		color: #000 !important;
	}
	.header__toggle_element_first {
	    top: 10px;
	    -webkit-transform: translateY(-10px);
	    -ms-transform: translateY(-10px);
	    transform: translateY(-10px);
	}
	.is-close .header__toggle_element_first{
		top: 12px;
	}
	.header__toggle_element_second {
	    top: 11px;
	}
	.header__toggle_element_third {
	    top: 12px;
	    -webkit-transform: translateY(10px);
	    -ms-transform: translateY(10px);
	    transform: translateY(10px);
	}
	.header.is-fixed .header__toggle_element_first, .header.is-fixed .header__toggle_element_second, .header.is-fixed .header__toggle_element_third {
	    background-color: #fff;
	}
	.header.is-fixed .header__toggle_wrapper_elements {
	    opacity: 1;
	}
	.header.is-fixed .header__toggle_menu.is-close .header__toggle_element_second, .is-open-menu .header.is-fixed .header__toggle_element_second, .is-open-menu .header__toggle_element_second {
	    opacity: 0;
	}
	.header.is-fixed .header__toggle_menu:hover .header__toggle_wrapper_elements span {
	    background: #fff;
	}
	.is-open-menu .header__toggle_element_first, .is-open-menu .header__toggle_element_third {
	    background-color: #fff;
	    transition: background-color .3s ease, -webkit-transform .3s ease;
	    transition: background-color .3s ease, transform .3s ease;
	    transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
	    top: 10px;
	}
	.is-open-menu .header__toggle_menu:hover .header__toggle_wrapper_elements {
	    opacity: 1;
	}
	.is-modal-hover .header__toggle_element_first, .is-modal-hover .header__toggle_element_third, .is-open-menu .header__toggle_menu:hover .header__toggle_element_first, .is-open-menu .header__toggle_menu:hover .header__toggle_element_third {
	    background-color: #fff;
	}
	.header__toggle_menu.is-close .header__toggle_element_second {
	    opacity: 0;
	}
	.header__toggle_menu.is-close .header__toggle_element_first {
	    -webkit-transform: translateX(8px) translateY(0) rotate(45deg);
	    -ms-transform: translateX(8px) translateY(0) rotate(45deg);
	    transform: translateX(8px) translateY(0) rotate(45deg);
	}
	.header__toggle_menu.is-close .header__toggle_element_third {
	    -webkit-transform: translateX(8px) translateY(0) rotate(-45deg);
	    -ms-transform: translateX(8px) translateY(0) rotate(-45deg);
	    transform: translateX(8px) translateY(0) rotate(-45deg);
	}
	body.active{
		overflow: hidden;
	}
	header.active{
		color: #000;
		background: #fff;
	}
	header.active .header__phone,
	header.active a.header__phone:active,
	header.active a.header__phone:focus,
	header.active a.header__phone:visited,
	header.active a.header__phone:hover,
	header.active .header__email,
	header.active a.header__email:active,
	header.active a.header__email:focus,
	header.active a.header__email:visited,
	header.active a.header__email:hover {
		color: #000;
	}
	nav.active{
		display: block;
		position: fixed;
		background: #fff;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 10;
		padding-top: 150px;
	}
	nav ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	nav ul li{
		border-bottom: 1px solid rgba(0,0,0,0.5);
	}
	nav ul li:last-child{
		border: none;
	}
	nav a,
	nav a:active,
	nav a:focus,
	nav a:visited,
	nav a:hover{
		color: #000;
		font-size: 13px;
		padding: 15px 0;
		display: inline-block;
	}
}

@media(max-width: 360px){
	h2, h2.title,
	.about__item h2,
	.modal-content h2{
		font-size: 20px;
	}
	.about__item,
	.contacts__item{
		padding: 15px;
	}
	body,
	.about__item,
	.products_deck,
	.products_post_deck,
	.choose__item,
	.certificates_deck,
	.certificates_doc_deck,
	.contacts__item{
		font-size: 16px;
	}
}