a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body, html {
	line-height: 1;
	-ms-overflow-x: hidden;
	overflow-x: hidden;
	font-family: GothamPro-Medium;
	float: none;
	margin: 0 auto;
	background-color: #fff;
	min-width: 375px;
	position: relative
}
body {
	overflow: hidden
}
ul {
	list-style-type: none
}
ol {
	list-style-type: decimal
}
span {
	display: inline-block
}
strong {
	font-weight: 700
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
a {
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none
}
* {
	outline: 0!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.transitions {
	-webkit-transition: ease-in-out .3s;
	-moz-transition: ease-in-out .3s;
	-ms-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s
}
@font-face {
	font-family: GothamPro-Light;
	src: url(../fonts/GothamPro-Light.eot);
	src: url(../fonts/GothamPro-Light.eot) format('embedded-opentype'), url(../fonts/GothamPro-Light.woff2) format('woff2'), url(../fonts/GothamPro-Light.woff) format('woff'), url(../fonts/GothamPro-Light.ttf) format('truetype'), url(../fonts/GothamPro-Light.svg#GothamPro-Light) format('svg')
}
@font-face {
	font-family: GothamPro-Medium;
	src: url(../fonts/GothamPro-Medium.eot);
	src: url(../fonts/GothamPro-Medium.eot) format('embedded-opentype'), url(../fonts/GothamPro-Medium.woff2) format('woff2'), url(../fonts/GothamPro-Medium.woff) format('woff'), url(../fonts/GothamPro-Medium.ttf) format('truetype'), url(../fonts/GothamPro-Medium.svg#GothamPro-Medium) format('svg')
}
@font-face {
	font-family: GothamPro-Bold;
	src: url(../fonts/GothamPro-Bold.eot);
	src: url(../fonts/GothamPro-Bold.eot) format('embedded-opentype'), url(../fonts/GothamPro-Bold.woff2) format('woff2'), url(../fonts/GothamPro-Bold.woff) format('woff'), url(../fonts/GothamPro-Bold.ttf) format('truetype'), url(../fonts/GothamPro-Bold.svg#GothamPro-Bold) format('svg')
}
section {
	float: left;
	width: 100%;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center
}
.menu-items ul li {
width: max-content;
	}
.menu-items {
/* padding-right: 30px; */
margin-bottom: 50px;
width: 37%;
margin-top: 19px;
}
.menu-items ul li a{
	color: #000000;
    font-family: GothamPro-Medium;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    padding: 6px 0px;
    cursor: pointer;
    text-decoration: none;
    display: block;
    width: max-content;
    position: relative;
}
.header-products-content{
	display: flex;
padding: 0px 0px 0px 30px!important;
}
.hidden-header-products{
	position: relative;
}
.hidden-header-products:after{
 content: '';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    right: 0px;
    top: -20px;
    opacity: 0;
}
.menu-subItem ul li{
color: #000000;
font-family: GothamPro-Medium
font-size: 16px;
font-weight: 500;
line-height: 29px;
padding: 5px;

}
.no-scroll{
position: fixed;
}
.menu-subItem{
	padding-top: 19px;
	padding-right: 21px;
background-color: #f7f7f7;
padding-bottom: 20px;
width: 63%;
padding-left: 30px;
}
.menu-items ul li:hover{
color: #e02833;
}
.menu-subItem ul li a:hover{
color: #e02833;
text-decoration: none;
}
.menu-subItem ul li a{
	position: relative;
}
.menu-item a:after{
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -20px;
    top: -3px;
    background: url('../img/arrow-right.svg') no-repeat right center;
    opacity: 1;
    display: none;
    -webkit-transform: translateY(50%) rotate(-0deg)!important;
		-moz-transform: translateY(50%) rotate(-0deg)!important;
		-ms-transform: translateY(50%) rotate(-0deg)!important;
		-o-transform: translateY(50%) rotate(-0deg)!important;
		transform: translateY(50%) rotate(-0deg)!important;
}
.product-image-content{
width: 356px;
    height: auto;
    position: absolute;
    bottom: 0px;
    background: #fff;
    height: 290px;
    padding-left: 38px;
}
.products-descript-lists li{
opacity: 0.6;
color: #000000;
font-family: GothamPro-Medium;
font-size: 16px;
font-weight: 500;
line-height: 28px;
}
.menu-items ul li{
	width: 100%;
}
.menu-item a:hover:after{
display: block;
}
.all-product:after{
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: -15px;
    top: 0.5px;
    background: url('../img/arrow-right.svg') no-repeat right center;
    opacity: 1;
   
}
.all-product{
color: #e02833;
font-family: GothamPro-Medium;
font-size: 16px;
font-weight: 500;
line-height: 24px;
text-decoration: none;
position: relative;
margin-top: 10px;
display: block;
width: max-content;
}
.product-image-content{
display: none;
}
.product-info:hover .product-image-content{
	
display: block;

}
.all-product:active, /* активная/посещенная ссылка */
.all-product:hover,  /* при наведении */
.all-product{
  text-decoration: none;
color: #e02833;

}

.accordion {
	 padding: 0;
	 list-style: none;
	/*  border-top: 1px solid #e5e5e5; */
}
 .accordion-item {
	background-color: #f7f7f7;
    margin-bottom: 15px;
}
/* Thumb */
 .accordion-thumb {
	 margin: 0;
	 padding: 10px 0px;
	 padding-left: 14px;
	 cursor: pointer;
	 font-weight: normal;

font-family: GothamPro-Medium;
font-size: 20px;
font-weight: 500;
line-height: 29px;
position: relative;
}
.product-title{
	color: #000000;
    font-family: GothamPro-Medium;
    font-size: 36px;
    font-weight: 700;
    line-height: 35px;
    width: max-content;
    height: max-content;
    display: inline;
    padding: 15px;
}
 .accordion-thumb::after {
	 content: '';
	 display: inline-block;
	 height: 9px;
	 width: 9px;
	margin-top: -4px;
	 margin-right: 1rem;
	 margin-left: 0.5rem;
	 vertical-align: middle;
	 border-right: 1.7px solid;
	 border-bottom: 1.7px solid;
	 transform: rotate(45deg);
	 transition: transform 0.2s ease-out;
	 color: #e02833;
	 position: absolute;
	 right: 0;
	 top: 45%;
}
/* Panel */
 .accordion-panel {
	 margin: 0;
	 display: none;
	  padding-left: 14px;
}
/* Active */
 .accordion-item.is-active .accordion-thumb::before {
	 transform: rotate(45deg);
}
.accordion-panel ul li a {
	color: #000000;
	font-family: GothamPro-Medium;
	font-size: 16px;
	font-weight: 500;
	line-height: 29px;
}
.accordion-panel ul li a.active {
	color: #e02833;
}

.menu-filter{
width: 283px;
float: left;
margin-right: 30px;
}
.menu-item a:hover{
color: #e02833;
}
.is-active{
color: #e02833!important;
}
.accordion-panel ul li a:hover {
	 color: #e02833;
	 text-decoration: none;

}

section.with-pad {
	padding-top: 130px
}
.second-level-title {
	float: left;
	width: auto;
	color: #000;
	font-size: 36px;
	line-height: 40px;
	font-family: GothamPro-Bold
}
.second-level-title.white {
	color: #FFF;
	color: #000;
}
.text {
	float: left;
	width: 100%;
	color: #000;
	font-size: 16px;
	line-height: 30px;
	font-family: GothamPro-Light
}
.text span {
	font-family: GothamPro-Medium
}
.orange-button {
	float: left;
	width: 177px;
	height: 50px;
	background-color: #db4a00;
	text-align: center;
	cursor: pointer;
	padding: 0;
	border: none;
	color: #fff;
	font-size: 13px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-family: GothamPro-Bold;
	-webkit-transition: ease-in-out .3s;
	-moz-transition: ease-in-out .3s;
	-ms-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	
}
.show-more-row .orange-button{
margin-left: 300px;
}
.orange-button:hover {
	text-decoration: none;
	color: #fff;
	background-color: #a83900
}
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #FFF;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	z-index: 500;
	min-width: 375px;
	-webkit-transition: ease-in-out .3s;
	-moz-transition: ease-in-out .3s;
	-ms-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s
}
.header>.container {
	position: relative
}

.menu-subItem {
display: none;
}
.d-block{
	display: block;
}
.item-one:hover .subItemOne{
display: block!important;
}
/*.header.no-visible{-webkit-transform:translateY(-70px);-moz-transform:translateY(-70px);-ms-transform:translateY(-70px);-o-transform:translateY(-70px);transform:translateY(-70px)}*/

.header:after {
	content: "";
	display: block;
	float: left;
	width: 100%;
	height: 200px;
	background-color: #FFF;
	position: absolute;
	left: 0;
	top: -198px
}
.header-content {
	float: left;
	width: 100%;
	min-height: 60px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background-color: #FFF
}
.header-content .logo {
	float: left;
	width: 70px;
	position: relative;
	z-index: 300
}
.header-content .logo img {
	float: left;
	width: 100%
}
.mobile-header-menu {
	display: none
}
.header-nav {
	float: left;
	width: 100%;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.header-nav>li {
	height: 60px;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.header-nav>li a {
	font-size: 16px;
	color: #000
}
.header-nav>li.products {
	float: left
}
.header-nav>li.products>a {
	position: relative;
	padding-right: 23px
}
.header-nav>li.products>a:after {
	content: "";
	display: block;
	float: left;
	width: 13px;
	height: 8px;
	background: url(../img/arrow-down.svg) no-repeat;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: ease-in-out .3s;
	-moz-transition: ease-in-out .3s;
	-ms-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s
}

@media (min-width:992px) {
	.header-nav>li.products:hover .hidden-header-products {
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
	.header-nav>li.products:hover a:after {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-moz-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		-o-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg)
	}
}
.hidden-header-products {
	float: left;
	width: 1240px;
	position: fixed;
	top: 73px;
	left: 50%;
	-webkit-transform: translate(-50%, -105%);
	-moz-transform: translate(-50%, -105%);
	-ms-transform: translate(-50%, -105%);
	-o-transform: translate(-50%, -105%);
	transform: translate(-50%, -105%);
	z-index: -1;
	-webkit-transition: ease-in-out .3s;
	-moz-transition: ease-in-out .3s;
	-ms-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s
}
.hidden-header-products .header-products-content {
	float: left;
	width: 100%;
	background-color: #FFF;
	border-top: none;
}
.main {
	float: left;
	width: 100%
}
.first-banner-content {
	float: left;
	width: 100%;
	height: 100vh;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	padding-bottom: 100px
}
.first-banner-content .about-fedic {
	float: left;
	width: 100%;
	background-color: #FFF;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 40px 70px
}
.first-banner-content .about-fedic .name-and-facebook-row {
	float: left;
	width: 100%;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 20px
}
.first-banner-content .about-fedic .name-and-facebook-row .facebook {
	width: 24px;
	height: 24px;
	-webkit-transition: ease-in-out .3s;
	-moz-transition: ease-in-out .3s;
	-ms-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s
}
.first-banner-content .about-fedic .name-and-facebook-row .facebook:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}
.first-banner-content .about-fedic .name-and-facebook-row .facebook img {
	float: left;
	width: 100%
}
.first-banner-content .about-fedic .fedic-descript {
	float: left;
	width: 100%;
	color: #000;
	font-size: 15px;
	line-height: 28px;
	font-family: GothamPro-Medium;
	margin-bottom: 35px
}
.products-name-and-slider-nav {
	float: left;
	width: 100%;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	/*margin-bottom: 130px*/
	margin-bottom: 0px
}
.wrapper-slider-products {
	float: left;
	width: 100%;
	display: flex;
	/*min-height: 600px;*/
	min-height: 465px;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin-bottom: 150px
}
.slider-products {
	float: left;
	width: 388px;
	margin: 0 -16px
}
.slider-products .slick-list {
	overflow: visible
}
.slider-products .slick-track {
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end
}
.slider-products .item-of-slider-products {
	float: left;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: -5px 7px 14px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: -5px 7px 14px 0 rgba(0, 0, 0, .1);
	box-shadow: -5px 7px 14px 0 rgba(0, 0, 0, .1);
	margin: 0 16px
}
.slider-products .item-of-slider-products.slick-current .product-info .product-info-content .products-descript-list {
	max-height: 500px;
	margin-bottom: 30px
}
@media (min-width:992px) {
	.slider-products .item-of-slider-products:hover .product-info .product-info-content .products-descript-list {
		/*max-height: 500px;
		margin-bottom: 30px*/
	}
}
.slider-products .item-of-slider-products .product-info {
	float: left;
	width: 100%;
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden
	color:#000;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
border-radius: 4px;
background-color: #ffffff;
}
.slider-products .item-of-slider-products .product-info .product-image {
	float: left;
	width: 100%;
	height: 278px;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.slider-products .item-of-slider-products .product-info .product-info-content {
	float: left;
	width: 100%;
	padding: 30px 40px 0 40px
}
.slider-products .item-of-slider-products .product-info .product-info-content .products-name {
	float: left;
	width: 100%;
	color: #000;
	font-size: 26px;
	line-height: 36px;
	font-family: GothamPro-Medium;
	min-height: 72px;
	margin-bottom: 25px
}
.slider-products .item-of-slider-products .product-info .product-info-content .products-descript-list {
	float: left;
	width: 100%;
	max-height: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.slider-products .item-of-slider-products .product-info .product-info-content .products-descript-list li {
	float: left;
	width: 100%;
	/*color: rgba(255, 255, 255, .6);*/
	font-size: 16px;
	line-height: 28px;
	font-family: GothamPro-Medium
}
.slider-actions-block {
	width: 155px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.slider-actions-block .slider-navig {
	width: 100px;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.slider-actions-block .slider-navig button {
	width: 40px;
	height: 40px;
	border: none;
	padding: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: ease-in-out .3s;
	-moz-transition: ease-in-out .3s;
	-ms-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s
}
.slider-actions-block .slider-navig button:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}
.slider-actions-block .slider-navig button.prev_page {
	background: url(../img/prev-arrow.svg) no-repeat;
	-webkit-background-size: 12px 20px;
	-o-background-size: 12px 20px;
	background-size: 12px 20px;
	background-position: 12px center;
	background-color: #000
}
.slider-actions-block .slider-navig button.next_page {
	background: url(../img/next-arrow.svg) no-repeat;
	-webkit-background-size: 14px 20px;
	-o-background-size: 14px 20px;
	background-size: 14px 20px;
	background-position: 14px center;
	background-color: #000
}
.slider-actions-block .slider-navig button.slick-disabled {
	background-color: rgba(0, 0, 0, .14);
	pointer-events: none
}
.slider-actions-block .pagin-info {
	color: #000;
	font-size: 16px;
	font-family: GothamPro-Bold
}
.slider-actions-block .pagin-info:first-letter {
	color: #e02833
}
.slider-header-products {
	float: left;
	width: 100%;
	position: relative
}

.slider-header-products .slick-arrow {
	width: 40px;
	height: 40px;
	border: none;
	padding: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 1px;
	color: transparent;
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 40;
	-webkit-transition: ease-in-out .3s;
	-moz-transition: ease-in-out .3s;
	-ms-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s
}
.slider-header-products .slick-arrow.slick-prev {
	background: url(../img/prev-arrow.svg) no-repeat;
	-webkit-background-size: 12px 20px;
	-o-background-size: 12px 20px;
	background-size: 12px 20px;
	background-position: 12px center;
	background-color: #000;
	left: -80px
}
.slider-header-products .slick-arrow.slick-next {
	background: url(../img/next-arrow.svg) no-repeat;
	-webkit-background-size: 14px 20px;
	-o-background-size: 14px 20px;
	background-size: 14px 20px;
	background-position: 14px center;
	background-color: #000;
	right: -80px
}
.slider-header-products .slick-arrow.slick-disabled {
	background-color: rgba(0, 0, 0, .14);
	pointer-events: none
}
.slider-header-products .slick-dots {
	width: auto;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -33px
}
.slider-header-products .slick-dots li {
	float: left;
	margin-right: 10px
}
.slider-header-products .slick-dots li:last-child {
	margin-right: 0
}
.slider-header-products .slick-dots li.slick-active button {
	background-color: #e02833
}
.slider-header-products .slick-dots li button {
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #d8d8d8;
	overflow: hidden;
	font-size: 1px;
	color: transparent;
	padding: 0;
	border: none
}
.slider-header-products .item-of-slider-header {
	margin: 0 18px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden
}
.slider-header-products .item-of-slider-header .image-block {
	float: left;
	width: 100%;
	height: 134px;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center
}
.slider-header-products .item-of-slider-header .product-name-block {
	float: left;
	width: 100%;
	height: 88px;
	background-color: #000;
	padding: 0 20px;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.slider-header-products .item-of-slider-header .product-name-block .product-name {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	padding-right: 15px
}
.slider-header-products .item-of-slider-header .product-name-block .product-name:after {
	content: "";
	display: block;
	float: left;
	width: 12px;
	height: 7px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	right: 0;
	bottom: 3px;
	background: url(../img/arrow-down.svg) no-repeat;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%
}
.about-us-wrp .second-level-title {
	margin-bottom: 30px
}
.about-us-wrp-content {
	float: left;
	width: 100%
}
.iso-block {
	float: left;
	width: 100%;
	box-shadow: 0 0 16px rgba(0, 0, 0, .1);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 30px;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.iso-block img {
	float: left;
	width: 100%;
	margin-bottom: 23px
}
.iso-block img:last-child {
	margin-bottom: 0
}
.production-wrp .second-level-title {
	position: relative;
	z-index: 100
}
.production-slider {
	float: left;
	width: 100%;
	margin-top: -35px
}
.production-slider .item-of-production {
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch
}
.production-slider .item-of-production .production-descript {
	height: 100%;
	padding: 60px 0
}
.production-slider .item-of-production .production-image {
	float: left;
	width: 100%;
	height: 533px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center
}
.production-slider-nav {
	float: left;
	width: 100%;
	margin-top: -40px;
	margin-bottom: 280px;
	padding: 0 15px;
	position: relative;
	z-index: 100
}
.contacts-content {
	float: left;
	width: 100%;
	height: 990px;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.contacts-content .second-level-title {
	margin-bottom: 70px
}
.contacts-content .adress {
	float: left;
	width: 100%;
	color: #000;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 28px
}
.contacts-content .phone-and-mail {
	float: left;
	width: 100%;
	margin-bottom: 75px
}
.contacts-content .phone-and-mail li {
	float: left;
	width: 100%;
	margin-bottom: 10px
}
.contacts-content .phone-and-mail li:last-child {
	margin-bottom: 0
}
.contacts-content .phone-and-mail li a {
	color: #000;
	font-size: 16px
}
.inputs-row {
	float: left;
	width: 100%;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 40px
}
.inputs-row input, .inputs-row textarea {
	width: 177px;
	height: 50px;
	padding: 0 15px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	border: 2px solid #efefef;
	color: #000;
	font-size: 16px;
	font-family: GothamPro-Light
}
.inputs-row input:focus, .inputs-row textarea:focus {
	border: 2px solid #db4a00
}
.inputs-row textarea {
	padding: 17px 20px;
	resize: none;
	height: 130px;
	width: 100%
}
.map {
	float: right;
	width: 50%;
	height: 990px;
	margin-top: -990px
}
.footer {
	float: left;
	width: 100%;
	background-color: #000
}
.footer-content {
	float: left;
	width: 100%;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	min-height: 80px
}
.footer-content .rights {
	color: #fff;
	font-size: 13px
}
.partners {
	width: auto;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.partners li {
	margin: 0 15px;
	color: rgba(255, 255, 255, .5);
	font-size: 13px
}
.partners li a {
	width: auto;
	max-width: 70px
}
.partners li a img {
	float: left;
	width: auto;
	max-width: 100%
}
.catalog-banner-wrp {
	height: 463px;
	margin-bottom: 30px;
}
.navbar-catalog-wrp {
	background-color: #f7f7f7;
	display: none;
}
.navbar-catalog-content {
	float: left;
	width: 100%;
	height: 87px;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.navbar-catalog-content .second-level-title {
	font-size: 26px
}
.catalog-nav {
	float: right;
	width: auto;
	display: flex
}
.catalog-nav.more-puncts li {
	display: none
}
.catalog-nav.more-puncts li.hidden-punct {
	display: block
}
.catalog-nav li {
	margin-right: 35px
}
.catalog-nav li:last-child {
	margin-right: 0
}
.catalog-nav li a {
	height: 87px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #fff;
	color: #000;
	position: relative;
	-webkit-transition: ease-in-out .3s;
	-moz-transition: ease-in-out .3s;
	-ms-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s
}
.catalog-nav li a:hover {
	text-decoration: none;
	color: #e3252c
}
.catalog-nav li a:after {
	content: "";
	display: block;
	float: left;
	width: 100%;
	height: 4px;
	background-color: #e02833;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none
}

.catalog-nav li.active a{
	color: #e02833
}

.catalog-nav li.active a:after{
	display: block
}

.catalog-nav li.hidden-punct{
	display: none
}

.catalog-nav li.show-more{
	display: block!important
}

.catalog-nav li.show-more a{
	-webkit-transition: ease-in-out .3s;
	-moz-transition: ease-in-out .3s;
	-ms-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s
}

.catalog-nav li.show-more a.rotate{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.catalog-products-wrp{
	padding-top: 0px;
	padding-bottom: 135px
}

.catalog-products-content{
	float: left;
	width: 75%;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.catalog-products-content>div{
	margin-bottom: 40px
}

.catalog-products-content .product-card{
	float: left;
	width: 100%;
	height: 100%;
	box-shadow: 10px 9px 14px rgba(0, 0, 0, .18);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #000;
	padding: 0px;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
	border-radius: 4px;
	background-color: #ffffff;
}

.catalog-products-content .product-card:hover{
	text-decoration: none
}

.catalog-products-content .product-card .product-image{
	float: left;
	width: 100%;
	height: 277px;
	background-color: #FFF;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
	width: 284px;
	height: 216px;
	border-radius: 4px 4px 0 0;
	background-color: #e9e9e9;
}

.catalog-products-content .product-card .product-image img{
	width: 100%;
    height: 100%;
}

.catalog-products-content .product-card .card-descript{
	float: left;
    width: 100%;
    padding-bottom: 0px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 20px;
}

.catalog-products-content .product-card .card-descript .product-name{
	font-size: 20px;
	line-height: 29px;
	margin-bottom: 15px;
	text-align: center;
	color: #000000;
	font-family: GothamPro-Medium;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	height: 52px;
}

.catalog-products-content .product-card .card-descript .weight{
	text-align: center;
	color: #de2833
}

.show-more-row{
	float: left;
	width: 100%;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding-top: 20px
}

.modal-card{
	float: none;
	width: auto;
	display: table
}

.modal-card .modal-content{
	float: left;
	width: 100%;
	position: relative;
	padding-top: 30px;
	padding-bottom: 60px
}

.modal-card .modal-content .close{
	position: absolute;
	top: 45px;
	right: 70px;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
	z-index: 40
}

.modal-card .modal-content .close img{
	float: left;
	width: 100%
}

.modal-card .modal-content .product-image{
	float: left;
	width: 100%
}

.modal-card .modal-content .about-product-info{
	float: left;
	width: 100%;
	border-left: 2px solid #ebebeb;
	padding-left: 55px;
	padding-right: 155px
}

.modal-card .modal-content .about-product-info .second-level-title{
	margin-bottom: 10px
}

.modal-card .modal-content .about-product-info .weight{
	float: left;
	width: 100%;
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 25px
}

.modal-card .modal-content .about-product-info .descript{
	float: left;
	width: 100%;
	font-size: 20px;
	margin-bottom: 25px
}

.modal-card .modal-content .about-product-info .text{
	margin-bottom: 40px
}

.feedback-form{
	float: left;
	width: 100%;
	padding-top: 60px
}

.feedback-form .inputs-row{
	margin-bottom: 0
}

.feedback-form .inputs-row input{
	font-size: 14px
}

.wrapper-productions-slider{
	float: left;
	width: 100%
}

.name-and-weight-desctop{
	float: left;
	width: 100%
}

.name-and-weight-mobile{
	display: none
}

.prod-page .production-slider-nav{
	margin-bottom: 250px
}

.contacts-page{
	padding-top: 60px
}

.successful-sending{
	float: left;
	width: 100%;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	display: none
}

.successful-sending .check{
	width: 60px;
	height: 60px;
	margin-right: 25px
}

.successful-sending .manager{
	font-size: 20px;
	line-height: 29px
}

@media screen and (max-width: 1300px){
	.orange-button {
		margin-left: 220px;
	}
	
	.menu-items {
		width: 45%;
	}
	
	.menu-subItem {
		width: 55%;
	}
}

@media (max-width:1300px){
	.hidden-header-products{
		width: 970px
	}
	
	.slider-header-products .item-of-slider-header .product-name-block .product-name br{
		display: none
	}
	
	.hidden-header-products .header-products-content{
		padding: 55px 100px
	}
	
	.production-slider .item-of-production .production-image{
		height: 450px
	}
	
	.production-slider-nav{
		margin-bottom: 100px
	}
	
	.modal-card .modal-content .about-product-info{
		padding-right: 55px
	}
	
	.feedback-form .inputs-row{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	
	.feedback-form .inputs-row input{
		margin-bottom: 15px;
		width: 45%
	}
	
	.feedback-form .inputs-row button{
		width: 100%
	}
	
	.modal-card .modal-content .close{
		right: 20px;
		top: 20px
	}
}

@media (max-width:992px){
	.show-more-row .orange-button{
		margin-left: 0px;
	}
	
	.product-title{
		display: none;
	}
	
	.orange-button{
		margin-left: 0px;
	}
	
	.second-level-title{
		line-height: 30px
	}
	
	.header-nav, .hidden-header-products{
		display: none
	}
	
	.mobile-header-menu{
		display: block;
		float: left;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 0;
		width: 100vw;
		-webkit-perspective: none;
		-moz-perspective: none;
		perspective: none;
		min-width: 375px;
		margin-left: -1px
	}
	
	.mobile-header-menu .open-mobile-menu{
		width: 18px;
		height: 18px;
		padding: 0;
		border: none;
		float: right;
		background-color: transparent;
		margin-top: 20px;
		margin-right: 20px
	}
	
	.mobile-header-menu .open-mobile-menu img{
		float: left;
		width: 100%;
		height: 100%
	}
	
	.mobile-header-menu .open-mobile-menu img.burger{
		display: block
	}
	
	.mobile-header-menu .open-mobile-menu img.close-image{
		display: none
	}
	
	.mobile-header-menu .open-mobile-menu.close-button img.burger{
		display: none
	}
	
	.mobile-header-menu .open-mobile-menu.close-button img.close-image{
		display: block
	}
	
	.mobile-header-menu .wrapper-mobile-menu{
		float: left;
		width: 101%;
		display: none
	}
	
	.mobile-header-menu .only-nav-menu{
		float: left;
		width: 202vw;
		padding-top: 20px;
		pointer-events: auto;
		display: flex;
		background-color: #FFF;
		-webkit-transition: ease-in-out .3s;
		-moz-transition: ease-in-out .3s;
		-ms-transition: ease-in-out .3s;
		-o-transition: ease-in-out .3s;
		transition: ease-in-out .3s
	}
	
	.mobile-header-menu .only-nav-menu.slide{
		-webkit-transform: translateX(-100vw);
		-moz-transform: translateX(-100vw);
		-ms-transform: translateX(-100vw);
		-o-transform: translateX(-100vw);
		transform: translateX(-100vw)
	}
	
	.mobile-header-menu .only-nav-menu.slide .mobile-menu.more-menu{
		max-height: 1000px
	}
	
	.mobile-header-menu .only-nav-menu .mobile-menu{
		float: left;
		width: 100%;
		background-color: #FFF;
		padding: 0 20px 125px 20px
	}
	
	.mobile-header-menu .only-nav-menu .mobile-menu.more-menu{
		max-height: 0;
		-webkit-transition: ease-in-out .3s;
		-moz-transition: ease-in-out .3s;
		-ms-transition: ease-in-out .3s;
		-o-transition: ease-in-out .3s;
		transition: ease-in-out .3s
	}
	
	.mobile-header-menu .only-nav-menu .mobile-menu li{
		float: left;
		width: 100%;
		background-color: #FFF
	}
	
	.mobile-header-menu .only-nav-menu .mobile-menu li a {
		float: left;
		width: 100%;
		height: 50px;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		font-size: 16px;
		color: #000;
		border-bottom: 2px solid #f8f8f8
	}
	.mobile-header-menu .only-nav-menu .mobile-menu li.with-submenu.back a span:after {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-moz-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		-o-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg)
	}
	.mobile-header-menu .only-nav-menu .mobile-menu li.with-submenu a {
		width: 100%
	}
	.mobile-header-menu .only-nav-menu .mobile-menu li.with-submenu a span {
		float: left;
		width: auto;
		padding-right: 18px;
		position: relative;
		color: #000
	}
	.mobile-header-menu .only-nav-menu .mobile-menu li.with-submenu a span:after {
		content: "";
		display: block;
		float: left;
		width: 8px;
		height: 13px;
		background: url(../img/arrow-right.svg) no-repeat;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.mobile-header-menu .header-adress {
		float: left;
		width: 100%;
		pointer-events: auto;
		background-color: #FFF;
		padding: 0 20px 20px 20px;
		box-shadow: 0 6px 4px rgba(0, 0, 0, .2)
	}
	.mobile-header-menu .header-adress .adress {
		float: left;
		width: 100%;
		margin-bottom: 15px;
		color: #9d9d9d;
		font-size: 13px;
		line-height: 20px
	}
	.mobile-header-menu .header-adress .phone-and-network-row {
		float: left;
		width: 100%;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
	.mobile-header-menu .header-adress .phone-and-network-row .phone {
		color: #000;
		font-size: 13px
	}
	.mobile-header-menu .header-adress .phone-and-network-row .fb {
		width: 30px;
		height: 30px
	}
	.mobile-header-menu .header-adress .phone-and-network-row .fb img {
		float: left;
		width: 100%;
		height: 100%
	}
	.header-content>div {
		position: static
	}
	.header.no-visible {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	.first-banner-content {
		padding-bottom: 30px
	}
	.products-name-and-slider-nav {
		margin-bottom: 50px
	}
	.about-us-wrp-content .text {
		margin-bottom: 25px
	}
	.iso-block {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		padding: 20px
	}
	.iso-block img {
		width: auto;
		max-width: 70px;
		margin-bottom: 0
	}
	.second-level-title {
		font-size: 30px
	}
	.contacts-content {
		height: auto;
		display: block
	}
	.map {
		margin-top: 0;
		height: 410px;
		width: 100%
	}
	.contacts-content .second-level-title {
		margin-bottom: 40px
	}
	.contacts-content {
		margin-bottom: 50px
	}
	.contacts-content .inputs-row input {
		width: 45%
	}
	.modal-card .modal-content .product-image {
		width: 345px;
		float: none;
		display: table;
		margin: 0 auto;
		margin-bottom: 30px
	}
	.modal-card .modal-content .about-product-info {
		border: none;
		padding: 0
	}
	.name-and-weight-mobile {
		display: block;
		margin-bottom: 15px
	}
	.name-and-weight-mobile .second-level-title {
		width: 90%;
		margin-bottom: 13px
	}
	.name-and-weight-desctop {
		display: none
	}
	.contacts-page {
		padding-top: 100px
	}
}

@media screen and (max-width: 1300px){
.catalog-products-content{
		float: left;
		width: 65%;
	}

	.container{
		width: 95%;
	}
}

@media screen and (max-width: 991px){
	.menu-filter{
		display: none
	}
	
	.catalog-products-content{
		float: left;
		width: 100%;
	}
	
	.catalog-products-content .product-card .product-image{
		float: left;
		width: 100%;
		height: 277px;
		background-color: #FFF;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		overflow: hidden;
		width: 100%;
		 height: auto;
		border-radius: 4px 4px 0 0;
		background-color: #e9e9e9;
	}
	
	.navbar-catalog-wrp{
		display: block;
	}
}

@media (max-width:768px){
	.product-image-content {
		width: 280px;
		height: auto;
		position: absolute;
		bottom: 0px;
		background: #fff;
		height: 225px;
		padding-left: 20px;
	}
	.product-image-content > .products-descript-lists{
		overflow: hidden;
		max-height: 186px;
	}
	.first-banner-content .about-fedic {
		padding: 20px 60px 20px 30px
	}
	.second-level-title {
		font-size: 26px
	}
	.first-banner-content .about-fedic .fedic-descript {
		font-size: 13px;
		line-height: 20px
	}
	section.with-pad {
		padding-top: 90px
	}
	.products-name-and-slider-nav .slider-actions-block {
		display: none
	}
	.slider-products {
		width: 300px;
		touch-action: auto;
		-ms-touch-action: auto
	}
	.slider-products .item-of-slider-products {
		margin: 0 10px;
		position: relative
	}
	.products-wrp {
		padding-left: 10px;
		padding-right: 10px
	}
	.slider-products .item-of-slider-products .product-info .product-image {
		height: 225px
	}
	.slider-products .item-of-slider-products .product-info .product-info-content {
		padding: 13px 19px 0 19px
	}
	.slider-products .item-of-slider-products .product-info .product-info-content .products-name {
		font-size: 16px;
		margin-bottom: 13px;
		line-height: 24px;
		min-height: 43px;
		padding-right: 18px;
		position: relative
	}
	.slider-products .item-of-slider-products .product-info .product-info-content .products-name.rotate:after {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-moz-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		-o-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg)
	}
	.slider-products .item-of-slider-products .product-info .product-info-content .products-name:after {
		content: "";
		display: block;
		float: left;
		width: 12px;
		height: 8px;
		background: url('../img/arrow-down.svg') no-repeat;
		-webkit-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: ease-in-out .3s;
		-moz-transition: ease-in-out .3s;
		-ms-transition: ease-in-out .3s;
		-o-transition: ease-in-out .3s;
		transition: ease-in-out .3s
	}
	.slider-products .item-of-slider-products .product-info .product-info-content .products-descript-list li {
		font-size: 13px;
		line-height: 20px
	}
	.slider-products .item-of-slider-products.slick-current .product-info .product-info-content .products-descript-list {
		max-height: 0;
		margin-bottom: 0;
		opacity: 0
	}
	.slider-products .item-of-slider-products.slick-current .product-info .product-info-content .products-descript-list.visible {
		max-height: 500px;
		opacity: 1;
		visibility: visible
	}
	.slider-products .item-of-slider-products .product-info .product-info-content .products-descript-list {
		margin-bottom: 0;
		position: absolute;
		left: 0;
		top: 73px;
		background-color: #000;
		z-index: 30;
		padding: 10px;
		max-height: 0;
		opacity: 0;
		visibility: hidden
	}
	.slider-products .item-of-slider-products .product-info .product-info-content .products-descript-list.visible {
		max-height: 500px;
		opacity: 1;
		visibility: visible
	}
	.wrapper-slider-products {
		min-height: auto
	}
	.wrapper-slider-products {
		margin-bottom: 90px
	}
	.production-slider .item-of-production {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.production-slider {
		margin-top: 0
	}
	.production-slider .item-of-production .production-image {
		height: 225px
	}
	.production-slider .item-of-production .production-descript {
		float: left;
		width: 100%;
		padding-top: 20px
	}
	.wrapper-productions-slider {
		position: relative
	}
	.wrapper-productions-slider .production-slider-nav {
		position: absolute;
		top: -15px;
		margin-bottom: 0
	}
	.wrapper-productions-slider .production-slider-nav .slider-actions-block {
		width: 100%;
		display: flex;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.production-wrp .second-level-title {
		margin-bottom: 70px
	}
	.production-slider .item-of-production {
		-webkit-align-items: flex-start;
		align-items: flex-start
	}
	.production-slider .item-of-production .production-descript {
		height: auto
	}
	.name-and-weight-mobile .second-level-title {
		font-size: 20px;
		line-height: 24px
	}
	.name-and-weight-mobile .weight {
		font-size: 13px
	}
	.modal-card .modal-content .close {
		width: 25px;
		height: 25px
	}
	.modal-card {
		display: block;
		float: left;
		width: 100%;
		margin: 0
	}
	.modal-card .modal-content {
		border: none;
		-webkit-border-radius: 0;
		border-radius: 0
	}
	.modal-card .modal-content .product-image {
		width: 300px
	}
	.successful-sending {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-content: center;
		align-content: center
	}
	.successful-sending .check {
		margin-right: 0;
		margin-bottom: 25px;
		width: 40px;
		height: 40px
	}
	.successful-sending .manager {
		width: 100%;
		text-align: center;
		font-size: 16px;
		line-height: 24px
	}
	
	.contacts-content .adress span {
		text-decoration: underline
	}
	
	.contacts-content .phone-and-mail li.phone a {
		text-decoration: underline
	}
	
	.main {
		padding-top: 59px
	}
	
	.catalog-banner-wrp {
		height: 400px
	}
	
	.feedback-form {
		padding-top: 0
	}
}

@media (max-width:642px){
	.orange-button{
		margin-left: 0px;
	}
	
	.navbar-catalog-content{
		display: block;
		height: 95px;
		padding-top: 12px
	}
	
	.navbar-catalog-content > .col-md-5{
		overflow: hidden;
	}
	
	.navbar-catalog-content .second-level-title{
		width: 100%;
		text-align: center;
		font-size: 16px
	}
	
	.navbar-catalog-content .catalog-nav{
		width: 100%;
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		text-align: left;
	}
	
	.navbar-catalog-content .catalog-nav li{
		margin: 0 5px 0 5px;
	    display: inline-block;
	}
	
	.catalog-nav li.show-more{
		display: inline-block!important;
	}
	
	.navbar-catalog-content .catalog-nav li a{
		height: 53px;
		font-size: 13px
	}
	
	.footer-content{
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
		padding: 22px 0
	}
	
	.footer-content .rights{
		width: 100%;
		float: left;
		text-align: center;
		margin-bottom: 20px
	}
	
	.partners{
		float: left;
		margin: 0 auto
	}
	
	.catalog-products-wrp{
		/*padding-top: 30px;*/
		padding-bottom: 45px
	}
	
	.catalog-products-content>div{
		width: 100%
	}
	
	.mobile-header-menu .wrapper-mobile-menu{
		margin-left: -2px
	}
	
	.feedback-form .inputs-row input{
		font-size: 13px
	}
}

@media (max-width:375px){
	.mobile-header-menu .only-nav-menu {
		width: 750px
	}
	.mobile-header-menu .only-nav-menu.slide {
		-webkit-transform: translateX(-375px);
		-moz-transform: translateX(-375px);
		-ms-transform: translateX(-375px);
		-o-transform: translateX(-375px);
		transform: translateX(-375px)
	}
}

@media screen and (max-width: 950px){
	.mobile-header-menu {
		bottom: 0;
		display: block;
		/* float: left; */
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		top: 0;
		width: 100vw;
		-webkit-perspective: none;
		-moz-perspective: none;
		perspective: none;
		margin-left: -1px;
		overflow: hidden;
	}

	.mobile-header-menu .wrapper-mobile-menu{
		float: left;
		width: 101%;
		display: none;
		height: 100%;
		background: #fff;
		overflow: hidden;
	}

	.mobile-header-menu .header-adress{
		float: left;
		width: 100%;
		pointer-events: auto;
		background-color: #FFF;
		padding: 0 20px 20px 20px;
		box-shadow: 0 6px 4px rgba(0, 0, 0, .2);
		/* height: 100%; */
		display: flex;
		flex-direction: column;
		align-items: end;
		position: absolute;
		bottom: 0;
	}

	.header-box{
		/* height: 100vh; */
		display: flex;
		justify-items: start;
		flex-direction: column;
		align-items: end;
		width: 100%;
		margin-top: bottm;
		/* margin-bottom: auto; */
		bottom: 20px;
		/* position: absolute; */
		/* margin-top: auto; */
	}

	.mobile-header-menu .only-nav-menu .mobile-menu{
		float: left;
		width: 100%;
		background-color: #FFF;
		padding: 0 20px 0px 20px;
	}

	.mobile-header-menu{
		width: 100.8vw;
	}

	.mobile-header-menu .only-nav-menu .mobile-menu li{
		float: left;
		width: 100%;
		height: 50px;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		font-size: 16px;
		color: #000;
		border-bottom: 2px solid #f8f8f8;
	}

	.mob-menuBox ul li{
		width: 100%!important;
		height: auto!important;
		display: block!important;
	}

	.header-menu-items .only-nav-menu .mobile-menu li{
		width: 100%!important;
		height: auto!important;
		display: block!important;
	}

	.accordion-panel ul li a {
		color: #000000;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		border-bottom: none!important;
		height: auto!important;
		padding: 6px 0px;
		padding-left: 15px;
	}

	.accordion-panel ul li{
		border-bottom: none!important;
	}

	.mob-menuBox li .accordion-thumb{
		color: #000000;
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
	}

	.mob-menuBox .accordion-item{
		margin-bottom: 0px;
		padding-top: 2px;
		border-bottom: 1px solid #f0f0f0!important;
	}

	.is-active .accordion-thumb{
		color: #e02833!important;
	}

	.mob-menuBox .accordion-thumb::after{
		content: '';
		display: none!important;
		color: transparent;
	}

	.d-none{
		display: none!important;
	}

	.main-item li{
		border-bottom: none!important;
	}

	.catalog-banner-wrp{
		height: 463px;
		margin-bottom: 0px;
	}

	.position{
		height: 100vh;
	}

	.header-menu-items .wrapper-mobile-menu .only-nav-menu .mobile-menu .back{
		border-bottom: none!important;
	}
}

@media screen and (max-width: 360px){
	.position{
		height: 105vh;
	}
}

@media screen and (max-width: 320px){
	.mob-menuBox .accordion-item .accordion-thumb{
		padding: 5px 0px;
	}
	
	.position{
		height: 118vh;
	}
}
