/*----------------------------------------*/

/*  Main CSS
/*----------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic');
.no-padding {
	padding: 0!important;
}

:focus {
	outline: none;
}

.no-margin {
	margin: 0!important
}

.mb-6 {
	margin-bottom: 4rem!important;
}

.mb-7 {
	margin-bottom: 5rem!important;
}

.pr-15 {
	padding-right: 15px!important;
}

.pl-15 {
	padding-left: 15px!important;
}

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

input,
button {
	outline: none!important;
}

input:focus,
input:hover,
input:active {
	outline: none !important;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}

button:focus,
button:hover,
button:active,
a:active,
a:hover {
	outline: 0 none;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}

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

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #434656;
}

/*----------------------------------------*/

/* header CSS
/*----------------------------------------*/
.navbar {
	padding: 0 15px;
}
.navbar-brand {
	display: flex;
	align-items: center;
}
.navbar-brand span {
	color: #45ad05;
	font-size: 40px;
	padding-left: 5px;
}

.top-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 60px;
	width: 100%;	
	background: #fff;
}

.right-contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.item-contact {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	margin-left: 60px;
}

.item-contact p {
	font-weight: 200;
	font-size: 13px;
	color: #fff;
	margin-bottom: 0;
}

.item-contact a {
	font-weight: 600;
	font-size: 14px;
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link,
.navbar-nav .nav-link{
    color: #fff;
}
.item-contact a:hover,
.item-contact a:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-nav .nav-link:hover{
	color: #45ad05;
}
.navbar-nav .nav-link {
    padding: 5px 16px;
}
header {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.title {
	font-size: 60px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.header-text{
	z-index: 1000;
}
.header-text h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 40px;
	text-align: center;
	font-weight: 300;
}
.carousel-item img {
	height: 600px;
	width: 100%;
	object-fit: cover;
	object-position: 0 0%;
}
.carousel-item .btn-primary {
	background-color: #45ad05;
    border-color: #45ad05;
}
.carousel-item .btn-primary:hover,
.carousel-item .btn-primary:focus {
	background: #4e4e4e;
	 border-color: #4e4e4e;
}
.carousel-indicators li {
    width: 40px;
}
.main-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 0;
}

.navbar-expand-lg .navbar-nav .nav-link:last-child {
	padding-right: 0;
}

.navbar-toggler {
	position: relative;
	border: 0;
}

.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	position: relative;
	left: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
	-webkit-transition: transform .35s ease-in-out;
	-moz-transition: transform .35s ease-in-out;
	-o-transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}
.title-left.small{
	font-size: 20px;
	line-height: 35px;
	font-weight: 400;
}
.out-production .align-items-center{
	justify-content: center;
}
.visible-navigation {
	    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.item-link {
	font-weight: 200 !important;
}
.item-contact a.item-link::before {
	height: 1px;
}
/*----------------------------------------*/

/*content CSS
/*----------------------------------------*/

section {
	padding: 100px 60px 0;
	position: relative;
}
.directions{	
	background-image: url(../img/section-image.jpg);
	background-repeat: no-repeat;
	height: 100%;
	background-size: cover;
	padding-bottom: 100px;
	margin-top: 100px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
	position: relative;
}
.production{
	background-image: url(../img/section-image2.jpg);
}
.out-production{
	background-image: url(../img/section-image3.jpg);
}
.back-dark{
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
section .back-dark{
	z-index: 1;
}
section .container-fluid{
	z-index: 1000;
	position: relative;
}
.content-title {
	text-align: center;
	margin-bottom: 60px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	line-height: 70px;
	color: #4e4e4e;
}

.text {
	font-size: 18px;
	text-align: center
}
.text span {
	font-weight: 600;
	color: #45ad05;
	font-size: 20px;
}
.list p {
	margin-bottom: 0;
}
.list .nav-tabs{
	display: flex;
	align-items: center;
	justify-content: center;
}
.list .nav-tabs .nav-item{
	width: 30%;
	text-align: center;
	background-color: #434656;
	margin-right: 15px;
}
.list .nav-tabs .nav-item:last-child{
	margin-right: 0;
}
.list .nav-tabs .nav-item .nav-link {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	color: #fff;
	font-weight: 300;
	border: 0;
}

.list .nav-tabs {
	border-bottom: 0;
}


.list .nav-tabs .nav-link.active,
.list .nav-tabs .nav-link:focus, 
.list .nav-tabs .nav-link:hover{
	color: #fff;
    border: 0;
	border-radius: 0;
	background-color: #45ad05;
}
.list .tab-content{
	margin-top: 50px;
	min-height: 150px;
	text-align: center;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.list .tab-pane p{
	font-size: 18px;
}
.list .tab-pane i{
	font-size: 60px;
	margin-bottom: 20px;
	color: #45ad05;
}
.title-left{
	font-size: 45px;
	line-height: 60px;
	text-transform: uppercase;
	color: #45ad05;
	font-weight: 200;
}
.directions-list{
	color: #fff;
	padding-left: 100px;
}
.directions .container-fluid{
	padding: 0;
}
.directions-list p{
	font-size: 18px;
	position: relative;
	padding-left: 30px;
	font-weight: 200;
}
.directions-list p a {
	color: #fff;
}
.directions-list p:after{
	 content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	position: absolute;
	color: #45ad05;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
	
}
.list-documents{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	min-height: 285px;
}
.list-documents .text{
	display: none;
}
.list-documents p{
	margin-bottom: 30px;
	position: relative;
	padding-left: 40px;
}
.list-documents p:before{
	content: "\f216";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	position: absolute;
	color: #45ad05;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
}
.small-text{
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	color: #fff;
	z-index: 1000;
	text-align: center;
	margin-bottom: 40px;
	
}
.text-dark{
	color: #434656!Important;
}
.small-text span{
	font-weight: 600;
	color: #45ad05;
}
.production-list{
	display: flex;
	flex-direction: column;
}
.production-title{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin-left: 30px;
	margin-bottom: 20px;
	color: #45ad05;
}
.controll-list{
	min-height: 342px;
	margin-bottom: 40px;
}
.out-production .title-left{
	z-index: 1000;
	position: relative;
	text-align: center;
}
.out-production-list .list-documents .text{
	display: block
}
.out-production-list .list-documents{
	display: flex;
	flex-direction: column;
}
.block-out-production{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.product-list-name{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: left;
	align-items: flex-start;
	width: 50%;
	margin-top: 50px;
}
.big-text{
	text-transform: uppercase;
	font-weight: 200;
	font-size: 28px;
	margin-bottom: 40px;
}
.out-production-list .controll-list{
	min-height: auto;
	margin-top: 100px;
}
.product-name{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 25px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.product-block{
	display: grid;
	grid-template-columns: 65% 30%;
	grid-gap: 40px;
	margin-bottom: 40px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.text-with-img {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.text-with-img img {
	width: 40%;
	margin-left: 50px;
}
.dark-back {
	margin-top: 100px;
	background-color: #e4e8e8b3;
	padding-bottom: 100px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.contacts-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact-info {
	width: 55%;
}

.contact-info a {
	color: #45ad05;
	font-size: 20px;
	font-weight: bold;
}
.list-news {
	display: grid;
	grid-template-columns: 30% 30% 30%;
	justify-content: space-between;
	grid-gap: 15px;
}

.list-news .item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);	
	background: url('/img/1.jpg');
	object-fit: cover;
	object-position: 0 0%;
	position: relative;
}
.list-news .btn-defult {
	font-size: 18px;
	margin-bottom: 0;
	overflow:hidden;
	position: relative;
	z-index: 2;
}
.list-news .top-name {
	background-color: #45ad05;
	padding: 20px;
	position: relative;
	z-index: 2;
}
.list-news .top-name p {
	color: #fff;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: bold;
}
.txt-news {	
	padding: 20px;
	position: relative;;
}
.list-news span {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
.txt-news p {
	color: #fff;
	text-align: left;
	position: relative;
	z-index: 2;
}
.list-news .btn-defult:before {
	font-family: FontAwesome;
	content:"\f045";
	position: absolute;
	top: 9px;
	right: -30px;
	transition: all 300ms ease;
}

.list-news .btn-defult:hover:before {
	right: 22px;
}
.data-news {
	display: block;
	font-size: 18px;
	text-align: left;
	padding: 10px 20px 0 0;
	color: #45ad05;
	font-weight: 600;	
}
.green-back {
	padding: 40px;
	background: rgba(69, 173, 5, 0.5);
	color: #fff;
	text-align: center;
	height: 100%;
}
.green-back h2,
.black-back h2{
	font-weight: bold;
	margin-bottom: 20px;
}
.green-back p:first-child {
	color: #45ad05;
	font-size: 15px;
}
.text-green {
	color: #45ad05 !important;
	font-size: 16px;
}
.text-black {
	color: #000 !important;
	font-size: 16px;
}
.black-back {
	padding: 40px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	height: 100%;
}
.directions .align-items-center {
	display: grid;
	grid-template-columns: 40% 40%;
	justify-content: center;
	grid-gap: 50px;
}
.product-img img {
	object-fit: cover;
	height: 260px;
}
/*----------------------------------------*/

/*footer CSS
/*----------------------------------------*/
.map {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
 .form-group {
	text-align: left;
}

.text-top-form {
	color: #45ad05;
	padding: 0 30px;
	text-align: center;
	border-top: 3px solid #45ad05;
	width: 100%;
	padding-top: 25px;
}

.field {
	--uiFieldPlaceholderColor: var(--fieldPlaceholderColor, #767676);
}

.field__input {
	background-color: transparent;
	border-radius: 0;
	border: none;

	-webkit-appearance: none;
	-moz-appearance: none;

	font-family: inherit;
	font-size: 1em;
}

.field__input:focus::-webkit-input-placeholder {
	color: var(--uiFieldPlaceholderColor);
}

.field__input:focus::-moz-placeholder {
	color: var(--uiFieldPlaceholderColor);
	opacity: 1;
}



.field {
	display: inline-block;
}

.field__input {
	display: block;
	box-sizing: border-box;
	width: 100%;
}




.field_animated {
	--uiFieldHeight: var(--fieldHeight, 40px);
	--uiFieldBorderWidth: var(--fieldBorderWidth, 2px);
	--uiFieldBorderColor: var(--fieldBorderColor);

	--uiFieldFontSize: var(--fieldFontSize, 1em);
	--uiFieldHintFontSize: var(--fieldHintFontSize, 1em);

	--uiFieldPaddingRight: var(--fieldPaddingRight, 15px);
	--uiFieldPaddingBottom: var(--fieldPaddingBottom, 15px);
	--uiFieldPaddingLeft: var(--fieldPaddingLeft, 15px);

	position: relative;
	box-sizing: border-box;
	font-size: var(--uiFieldFontSize);
	padding-top: 1em;
}

.field_animated .field__input {
	height: var(--uiFieldHeight);
	padding: 0 var(--uiFieldPaddingRight) 0 var(--uiFieldPaddingLeft);
	border-bottom: 1px solid var(--uiFieldBorderColor);
}

.field_animated .field__input::-webkit-input-placeholder {
	opacity: 0;
	transition: opacity .2s ease-out;
}

.field_animated .field__input::-moz-placeholder {
	opacity: 0;
	transition: opacity .2s ease-out;
}

.field_animated .field__input:focus {
	outline: none;
}

.field_animated .field__input:not(:placeholder-shown) ~ .field__label-wrap .field__label {
	opacity: 0;
	bottom: var(--uiFieldPaddingBottom);
}

.field_animated .field__input:focus::-webkit-input-placeholder {
	opacity: 1;
	transition-delay: .2s;
}

.field_animated .field__input:focus::-moz-placeholder {
	opacity: 1;
	transition-delay: .2s;
}

.field_animated .field__label-wrap {
	box-sizing: border-box;
	width: 100%;
	height: var(--uiFieldHeight);

	pointer-events: none;
	cursor: text;

	position: absolute;
	bottom: 0;
	left: 0;
}

.field_animated .field__label {
	position: absolute;
	left: 0;
	bottom: 8px;
	;
	color: #a7aabc;

	line-height: 1;
	font-size: var(--uiFieldHintFontSize);

	pointer-events: none;
	transition: bottom .2s cubic-bezier(0.9, -0.15, 0.1, 1.15), opacity .2s ease-out;
	will-change: bottom, opacity;
}

.field_animated .field__input:focus ~ .field__label-wrap .field__label {
	opacity: 1;
	bottom: var(--uiFieldHeight);
}

/* field_a1 */

.field_a1 .field__input {
	transition: border-color .2s ease-out;
	will-change: border-color;
	padding-left: 0;
	padding-right: 0;
}

.field_a1 .field__input:focus {
	border-color: var(--fieldBorderColorActive);
}


.field_a2 .field__label-wrap:after {
	content: "";
	box-sizing: border-box;
	width: 0;
	height: var(--uiFieldBorderWidth);
	background-color: var(--fieldBorderColorActive);

	position: absolute;
	bottom: 0;
	left: 0;

	will-change: width;
	transition: width .285s ease-out;
}

.field_a2 .field__input:focus ~ .field__label-wrap:after {
	width: 100%;
}

.field_a3 {
	padding-top: 1.5em;
}

.field_a3 .field__label-wrap:after {
	content: "";
	box-sizing: border-box;
	width: 100%;
	height: 0;

	opacity: 0;
	border: var(--uiFieldBorderWidth) solid var(--fieldBorderColorActive);

	position: absolute;
	bottom: 0;
	left: 0;

	will-change: opacity, height;
	transition: height .2s ease-out, opacity .2s ease-out;
}

.field_a3 .field__input:focus ~ .field__label-wrap:after {
	height: 100%;
	opacity: 1;
}

.field_a3 .field__input:focus ~ .field__label-wrap .field__label {
	bottom: calc(var(--uiFieldHeight) + .5em);
}


.field {
	--fieldBorderColor: #cacaca;
	--fieldBorderColorActive: #45ad05;
	width: 100%;
}

.error-title {
	color: #45ad05;
	font-size: 12px;
	text-align: left;
	font-style: italic;
}


.btn-defult{
	color: #fff;
	border: 0;
    border-radius: 0;
    background-color: #45ad05;
	font-size: 22px;
	font-weight: 300;
    text-transform: uppercase;
	padding: 8px 16px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.btn-defult:hover{
	background-color: #434656;
	color: #fff;
}
.contacts-list form{
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
footer{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 60px;
    width: 100%;
	background-color: #343a40;
	margin-top: -5px;
	color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
}
footer p{
	margin-bottom: 0;
}
footer .navbar-nav{
	display: flex;
	flex-direction: row;
}
footer .navbar-nav > li > a{
	font-size: 14px;
	line-height: 28px;
}
footer .navbar-nav > li > a::before{
	height: 1px;
}
#top {
	top: 50%;
	cursor: pointer;
	display: none;
	font-size: 40px;
	position: fixed;
	right: 20px;
	z-index: 1000;
	background-color: #45ad05;
}
#top img {
	width: 45%;
	margin-top: -14px;
}
.text span a{
    font-weight: 600;
    color: #45ad05;
    font-size: 20px;
}
.text-with-img .btn-defult {
	display: block;
	margin: 0;
	font-size: 14px;
}
.text-with-img.flex-column {
	align-items: flex-start;
}
h4.content-title {
	line-height: 37px;
	max-width: 700px;
}
.all-text {
	text-align: left;
	max-width: 80%;
	margin: 0 auto;
}
#text{
	display:none;
}
.all-text .btn-defult {
    font-size: 16px;
	padding: 8px 35px;
	min-width: 210px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.contacts .item-contact {
    margin-left: 0;
    align-items: center;
}
.info-list {
    display: flex;
    flex-direction: column;
}

.info-descriptions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 15px 0;
}
.info-list .info-item:first-child .info-descriptions {
    margin-top: 0;
}
.info-list .info-item:last-child .info-descriptions {
    margin-bottom: 0;
}
.info-descriptions .btn-defult {
    font-size: 14px;
    margin-top: 10px;
}
/*----------------------------------------*/

/*media CSS
/*----------------------------------------*/


@media (max-width: 1400px){
	.directions-list{
		padding-left: 20px;
	}
}


@media (max-width: 991px) {
	section {
		padding-left: 20px;
		padding-right: 20px;
	}
	.top-navigation {
		display: none;
	}
	.visible-navigation {
		display: flex;
	}
	.right-contacts {
		display: none;
	}
	.navbar-nav {
		text-align: center;
		margin-right: 0;
		width: 100%;
		justify-content: flex-end;
	}
	.navbar .navbar-brand {
		z-index: 1000;
	}
	.main-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		height: 100vh;
		position: fixed;
		width: 100%;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		padding: 20px 0;
	}
	header .navbar-nav {
		text-align: center;
	}
	.lang {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 20px;
	}
	.right-contacts {
		width: 100%;
		justify-content: space-between;
		padding: 0 50px;
	}
	.item-contact {
		margin-left: 0;
	}
	
	.visible-navigation {
		justify-content: center;
	}
	.visible-navigation .right-contacts{
		display: none
	}
	.list-block {
		margin-bottom: 30px;
	}
	.list-block:last-child {
		margin-bottom: 0;
	}
	section{
		padding-left: 15px;
		padding-right: 15px;
	}
	.list .tab-content{
		width: 100%;
	}
	.title-left{
		margin-bottom: 50px;
		text-align: center;
	}
	.list-documents{
		align-items: flex-start;
		justify-content: flex-start;
	}
	.list-documents .text{
		text-align: left;
	}
	.header-text{
		z-index: 0;
	}
	.block-out-production{
		flex-direction: column;
		-webkit-flex-flow: row wrap;
  		flex-flow: row wrap;
		    justify-content: center;
	}
	.marshall {
		margin-top: 40px;
	}
	.marshall .product-block{
		order: 1;
	}
	.marshall .product-list-name{
		order: 2;
	}
	.product-list-name{
		width: 100%;
	}
	footer{
		flex-direction: column;
		padding: 15px;
	}
	header .navbar-nav.lang > li:first-child > a{
		padding-right: 0!important;
	}
	.content-title:before{
		height: 0;
	}
	.content-title{
		line-height: 45px;
	}
	.contacts-list {
		flex-direction: column;
	}
	.contact-info {
		width: 100%;
		order: 1;
		margin-bottom: 100px;
	}
	.contacts-list form {
		order: 2;
	}

}

@media (max-width: 768px) {
	.out-production-list .controll-list{
		flex-direction: column;
	}
	.block-out-production{
		width: 100%;
	}
	.big-text{
		font-size: 22px
	}
	.contacts-list form{
		width: 100%;
	}
	footer .navbar-nav{
		flex-wrap: wrap;
	}
	.text-with-img {
		flex-direction: column;
	}
	.text-with-img img {
		width: 100%;
		margin-left: 0;
	}
	.list-news {
		flex-direction: column;
		grid-template-columns: 100%;
	}
	.list-news span {
		padding: 10px 10px 0;
	}
	.list-news p{
		padding: 10px;
	}
	.directions .align-items-center {
		grid-template-columns: 100%;
	}
	.product-block {
		grid-template-columns: 100%;
		grid-gap: 10px;
	}
	.product-block img {
		height: 200px;
		width: auto;
	}
	h4.content-title {
		font-size: 20px
	}
	.all-text {
		max-width: 100%;
	}
	
}

@media (max-width: 567px) {
	header .navbar-nav > li {
		padding-bottom: 10px;
	}
	.right-contacts {
		flex-direction: column;
		align-items: flex-start;
	}
	.item-contact:first-child {
		align-items: flex-start;
	}

	.item-contact:first-child {
		margin-bottom: 20px;
	}
	.right-contacts .item-contact:last-child {
		align-items: flex-start;
	}
	.title {
		font-size: 40px;
		line-height: 35px;
		margin-top: 80px;
	}
	.header-text h2 {
		font-size: 25px;
		line-height: 30px;
	}
	header .navbar-nav > li {
		padding-bottom: 0;
	}
	header .navbar-nav .nav-link {
		padding: 0;
	}
	.list .nav-tabs{
		flex-direction: column;
	}
	.list .nav-tabs .nav-item{
		width: 100%;
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
	}
	.text,
	.list p{
		text-align: left!important;
	}
	.product-name{
		font-size: 20px;
		padding: 10px;
	}
	.lang a{
		line-height: 35px;
	}
	.content-title{
		font-size: 28px;
		line-height: 60px;
	}
	.title-left {
		font-size: 30px;
	}
}

@media (max-width: 992px) {	
	.container {
		max-width: 100%;
	}
}


