@charset "UTF-8";

.header__infoline {
	background: #e8e8e8;
	padding: 15px 0;
}

.header__infoline-text {
	font-size: 14px;
	font-weight: bold;
}

.header__infoline-btnplace {
	/*text-align: right;*/
}

.header__infoline-btn {
	text-align: center;
	color: #ff7e00;
	font-weight: bold;
	border-radius: 10px;
	border: solid 1px #ff7e00;

	background-image: linear-gradient(90deg, rgb(42, 44, 43) 0%, rgb(68, 61, 58) 100%);
	background-image: -moz-linear-gradient(90deg, rgb(42, 44, 43) 0%, rgb(68, 61, 58) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(42, 44, 43) 0%, rgb(68, 61, 58) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(42, 44, 43) 0%, rgb(68, 61, 58) 100%);


	padding-left: 30px;
	padding-right: 30px;
	width: 225px;
}

.header__infoline-btn:hover {
	color: #FFF;
}

.header__content {
	padding: 15px 0;
	position: relative;
}

.header__content-logo a {
	display: block;
	width: 100%;
	line-height: 54px;
}

.header__content-logo a img {
	width: 100%;
	max-width: 263px;
	vertical-align: middle;
}

.header__content-contacts .icon {
	padding: 0 10px;
}

.header__content-contacts .icon.icon-wa {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.header__content-contacts .email {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #029bce;
	text-decoration: none;
	margin-top: 10px;
}

.header__content-phone a {
	font-size: 20px;
	font-weight: bold;
	color: #ff7e00;
	text-decoration: none;
}

.header__content-phone .comment {
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #029bce;
	text-decoration: none;
	margin-top: 3px;
}

.header__nav {
	background: #ff7e00;
}

.header__nav .nav-link {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
}

.header__nav-search {
	display: inline-block;
	width: 225px;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	white-space: nowrap;
}

.header__nav-search input[name="q"] {
	border: none;
	border-radius: 0;
	padding: 0;
	line-height: 28px;
	border-bottom-left-radius: 14px;
	border-top-left-radius: 14px;
	padding-left: 18px;
	padding-right: 18px;
	display: inline-block;
	width: auto;
	width: calc(100% - 40px);
	box-sizing: border-box;
}

.header__nav-search button[type="submit"] {
	padding: 0;
	background: #3a3635;
	border: none;
	line-height: 28px;
	border-radius: 14px;
	padding-left: 18px;
	padding-right: 18px;
	margin-left: -18px;
	box-sizing: border-box;
}

.header__nav-mobile-content {
	width: calc(100% - 50px);
}

.show+.header__nav-mobile-content {
	margin: 0 auto;
	margin-top: 15px;
}

.header__nav-mobile-content:after {
	display: block;
	content: '';
	clear: both;
}

.mobile-content-col1 {
	/*background: #FFF;*/
}

.mobile-content-col1,
.mobile-content-col2 {
	float: left;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}

.header__nav-mobile-content-phone {
	font-size: 16px;
	font-weight: bold;
	color: #ff7e00;
	text-decoration: none;

	padding: 5px 7px 5px 40px;
	border-radius: 10px;
	border: solid 1px #ff7e00;

	background-position: center left 7px;
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-image: url('../img/phone-bg-icon.svg');
	
	display: inline-block;
	vertical-align: middle;
}

.header__nav-mobile-content-logo img {
	max-width: 250px;
}


.banner__bg-one,
.banner__bg-tow {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.banner__bg-one {
	background-image: url('../img/home-banner-bg1.png');
}

.banner__bg-tow {
	background: linear-gradient(90deg, rgba(232, 232, 232, 0.5) 50%, rgba(255, 255, 255, 0) 50%);
}

.banner__item {
	padding: 120px 0 200px 0;
}

.banner__caption {
	font-size: 60px;
	font-family: "Ubuntu", sans-serif;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.banner-btn {

	border-radius: 10px;
	background-image: linear-gradient(90deg, rgb(219, 70, 52) 0%, rgb(250, 166, 59) 100%);
	background-image: -moz-linear-gradient(90deg, rgb(219, 70, 52) 0%, rgb(250, 166, 59) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(219, 70, 52) 0%, rgb(250, 166, 59) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(219, 70, 52) 0%, rgb(250, 166, 59) 100%);

	font-size: 14px;
	color: rgb(255, 255, 255);
	text-align: center;

	box-shadow: 0 3px 3px 0 #ffa800;

}

.home__catalog h2 {
	text-transform: uppercase;
	font-size: 48px;
}

.catalog__item a {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

.catalog__item {
	padding-top: 15px;
	padding-bottom: 15px;
}

.catalog__item a:hover {
	color: #ff7e00
}

.catalog__item a img {
	filter: grayscale(100%);
	margin-bottom: 18px;
}

.catalog__item a:hover img {
	filter: grayscale(0%);
	box-shadow: 0 0 0 4px #ff7812;
}

.home__about {
	background: no-repeat center center url("../img/home-about-bg.png");
	background-size: contain;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
	color: #ff7812;
}

.home__news-item-img {
	width: 100%;
}

.home__news-item-text {
	box-sizing: border-box;
	margin-left: -100px;
	width: calc(100% + 100px);
	padding: 30px;
	background: #FFF;
	min-height: 100%;
}

#home__news-slider {
	margin-bottom: 150px;
}

.home__news-slideinfo {
	position: absolute;
	bottom: -116px;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 36px;
	font-weight: bold;
	display: none;
}

#home__news-slider .carousel-control-next,
#home__news-slider .carousel-control-prev {
	top: auto;
	bottom: -100px;
	color: #000;
	width: auto;
	opacity: 1;
}

#home__news-slider .carousel-control-next {
	right: 50%;
	transform: translate(calc(100% + 100px), 0);
}

#home__news-slider .carousel-control-prev {
	left: 50%;
	transform: translate(calc(-100% - 100px), 0);
}

#home__news-slider .carousel-control-next:focus,
#home__news-slider .carousel-control-next:hover,
#home__news-slider .carousel-control-prev:focus,
#home__news-slider .carousel-control-prev:hover {
	color: #029bce;
}

#home__news-slider .carousel-control-next:focus .carousel-control-next-icon,
#home__news-slider .carousel-control-next:hover .carousel-control-next-icon {
	background-image: url(../img/slider/news-slider-next-hov.png);
}

#home__news-slider .carousel-control-prev:focus .carousel-control-prev-icon,
#home__news-slider .carousel-control-prev:hover .carousel-control-prev-icon {
	background-image: url(../img/slider/news-slider-prev-hov.png);
}

#home__news-slider .carousel-control-next-icon {
	background-image: url(../img/slider/news-slider-next.png);
}

#home__news-slider .carousel-control-prev-icon {
	background-image: url(../img/slider/news-slider-prev.png);
}

#home__news-slider .carousel-control-next-icon,
#home__news-slider .carousel-control-prev-icon {
	width: 70px;
	height: 10px;
}

#home__news-slider .carousel-control-next:before,
#home__news-slider .carousel-control-prev:after {
	display: inline-block;
	white-space: nowrap;
}

#home__news-slider .carousel-control-next:before {
	content: 'Следующая новость';
	margin-right: 40px;
}

#home__news-slider .carousel-control-prev:after {
	content: 'Предыдущая новость';
	margin-left: 40px;
}

.home__texts-item {
	background: linear-gradient(90deg, rgba(232, 232, 232, 0.8) 50%, rgba(255, 255, 255, 0) 50%);
	padding: 100px 100px 30px 100px;
}

.home__texts-item:nth-child(even) {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(232, 232, 232, 0.8) 50%);
}

.home__texts-item:nth-child(even) .home__texts-item-caption {
	text-align: right;
}

.home__texts-item-caption {
	font-size: 60px;
}

.home__texts-item .home__texts-item-img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 745px;
}

.home__texts-item li {
	list-style-image: url(../img/text-item-li.png);
	padding: 5px 0;

}

.home__advantage .home__advantage-caption {
	text-align: center;
	font-size: 48px;
}

.home__advantage-item {
	text-align: center;
}

.home__advantage-item img {
	width: 100%;
	max-width: 140px;
	border-radius: 50%;
}

.home__advantage-item {
	margin-right: auto;
	margin-left: auto;
}

.home__contacts {
	box-sizing: border-box;
	background: #e8e8e8;
	border: solid 10px #ff7e00;
	margin: 80px 0 80px -95px;
	padding: 95px 60px;
	position: relative;
	z-index: 3000;
}

.home__contacts h2 {
	font-size: 24px;
	font-weight: normal;
}

.home__contacts-item {
	text-transform: uppercase;
	font-weight: bold;
	margin: 40px 0;
}

.home__contacts-item:last-child {
	margin: 0;
}

.home__contacts-item-caption {
	color: #000;
	font-size: 14px;

}

.home__contacts-item-value {
	color: #ff7e00;
	font-size: 18px;
}

ul.catalog_menu {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #e8e8e8;
}

ul.catalog_menu>li {
	padding: 0;
}

ul.catalog_menu>li>a {
	display: block;
	width: 100%;
	color: #000;
	text-decoration: none;
	padding: 3px 8px 3px 25px;
	font-size: 16px;
}

ul.catalog_menu>li>a:hover {
	background: #FFF no-repeat;
	color: #ff7e00;
}

ul.catalog_menu>li.active>a {
	background: #FFF no-repeat;
	color: #ff7e00;
	font-weight: bold;
	background-position: left center;
	background-image: url('../img/catalog-menu.png');
}

ul.catalog_menu-subitem {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #d1d1d1;
}

ul.catalog_menu-subitem>li>a {
	display: block;
	width: 100%;
	color: #000;
	text-decoration: none;
	padding: 3px 8px 3px 42px;
	font-size: 16px;
}

ul.catalog_menu-subitem>li>a:hover {
	text-decoration: underline;
}

ul.catalog_menu-subitem>li.active>a {
	text-decoration: underline;
	font-weight: bold;
}

.btn-catalog-expand:hover,
.btn-catalog-expand:focus {
	box-shadow: unset;
}

.btn-catalog-expand,
.btn-filter-expand {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0;
	padding-right: 30px;
	margin: 10px 0;
	text-transform: uppercase;
	background-size: contain;
}

.btn-filter-expand {
	background-image: url("../img/icons/filter.svg");
}

.btn-catalog-expand:focus {
	/*box-shadow: #000 0 0 0 0.15rem;*/
}

.product__list .list-block {
	box-sizing: border-box;
	border: solid 1px #e8e8e8;
	height: 100%;
	padding: 15px;
	line-height: normal;
	position: relative;
	padding-bottom: 50px;

	max-width: 245px;
	margin-left: auto;
	margin-right: auto;
}



.product__list .list-block:hover {
	box-shadow: 0px 0px 15px 0 #0000004a;
}

.product__list .list-block a {
	text-decoration: none;
	display: block;
	text-align: center;
}

.product__list .list-block-link {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #212529;
	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 15px auto;
}

.product__list .list-block>a:hover .list-block-link {
	text-decoration: underline;
}

.product__list .list-block-price {
	padding: 15px 0;
}

.product__list .list-block-price span {
	font-weight: bold;
}


.product__list .list-block-price a {
	display: block;
	background: #FFF;
	text-align: center;
	color: #ff7e00;
	box-sizing: border-box;
	border: solid 2px #ff7e00;
	height: 38px;
	line-height: 36px;
	border-radius: 19px;
	padding: 0 19px;
	white-space: nowrap;

	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);

}

.product__list .list-block-price a:hover {
	color: #FFF;
	background: #ff7e00;
}


.nsa-forms .group {
	margin: 15px 3%;
}

.nsa-forms .field {
	clear: both;
}

.nsa-forms label {
	display: block;
	margin-top: 15px;
	font-weight: bold;
}

.nsa-forms input,
.nsa-forms textarea {
	box-shadow: 0 0 1px #666;
	border: none;
	width: 98%;
	padding: 7px 2%;
	font-size: 18px;
	color: #555;
}

.nsa-forms .group-50 input {
	width: 96%;
}

.nsa-forms textarea {
	font-size: 18px;
	height: 150px;
}

.nsa-forms .form-footer {
	margin-top: 30px;
}

.nsa-forms button {
	padding: 5px;
	font-size: 18px;
}

.callback-form,
.priceorder-form {
	width: 100%;
	max-width: 500px !important;
}

.priceorder-form {
	max-width: 700px !important;
}

.form-error-msg {
	padding: 5px;
	/* border: solid 1px red; */
	border-radius: 3px;
	/* background: #fbaaaa; */
	color: red;
	width: 100%;
	margin: 5px 0;
}

.senttext {
	display: none;
}

.nsa-forms .kredit-properties {
	padding: 10px;
	background: #eee;
	margin: 15px 0;
	border: 1px solid #ddd;
	width: 98%;
}

.nsa-forms .radio-box {
	text-align: left;
}

.nsa-forms .radio-box .title {
	font-weight: bold;
}

.nsa-forms .radio-box input {
	width: auto;
	display: none;
}

.nsa-forms .radio-box label {
	position: relative;
	padding-left: 30px;
	line-height: 23px;
	display: inline-block;
	width: auto;
	margin-left: 7px;
	margin-top: 7px;
	margin: 7px 0 7px 7px;
	font-weight: normal;
	font-size: 12px;
}

.nsa-forms .radio-box label ins {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	background: no-repeat -120px 0px;
	background-image: url('../img/checkbox/orange.png');
	text-decoration: none;
}

.nsa-forms .radio-box label:hover ins {
	background-position: -143px 0px;
}

.nsa-forms .radio-box input:checked~ins {
	background-position: -167px 0px;
}

.kreditorder-form {
	max-width: 900px;
}

.order-form {
	box-sizing: border-box;
	background: #3b3535;
	padding: 30px 15%;

	border: 10px solid #ff7e00;
	border-image: repeating-linear-gradient(-45deg,
			#ff7e00 0 7px,
			#FFFFFF 7px 14px) 10;


	color: #FFF;
}

.order-form .order-form-caption {
	text-align: center;
	color: #ff7e00;
	font-family: "Ubuntu", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	margin: 15px 0;
	line-height: normal;
}

.order-form fieldset {
	padding: 10px;
}

.order-form label {
	display: none;
}

.order-form input {
	box-sizing: border-box;
	width: 100%;
	padding: 0 20px;
	line-height: 40px;
	border-radius: 20px;
	border: solid 1px #FFF;
	color: #000;
}

.order-form input:focus,
.order-form input:hover,
.order-form textarea:focus,
.order-form textarea:hover {
	border-color: #ff7e00;
	outline: none;
}

.order-form textarea {
	display: block;
	width: 100%;
	color: #000;
	padding: 20px;
	height: 100%;
	min-height: 100px;
}

.order-form .message-block {
	position: relative;
}

.order-form .message-block fieldset {
	box-sizing: border-box;
	height: 100%;
	min-height: 100px;
	padding-bottom: 60px;
}

.order-form .order-form-btn-block button {
	color: #ff7e00;
	border: solid 1px #ff7e00;
	background: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 40px;
	border-radius: 20px;

	position: absolute;
	bottom: 0;
	right: 15px;
}

.production-picture-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.production-picture-list li {
	margin: 0;
	padding: 0;
}

.production-picture-list .slick-prev:before,
.production-picture-list .slick-next:before {
	color: #000;
}

.production-picture-list .slick-prev {
	left: 0;
	z-index: 1000;
}

.production-picture-list .slick-next {
	right: 0;
	z-index: 1000;
}

.btn-production-info,
.production-order-btn {
	/*background: #31302e;*/
	text-align: center;
	color: #ff7e00;
	box-sizing: border-box;
	border: solid 2px #ff7e00;
	height: 38px;
	line-height: 36px;
	border-radius: 19px;
	padding: 0 19px;
	white-space: nowrap;
}

.btn-production-info:hover,
.btn-production-info:focus {
	background: #FFF;
	color: #ff7e00;
}

.production-order-btn {
	background: #FFF;
}

.production-info-price {
	line-height: 40px;
}

.production-info-price span {
	color: #ff7e00;
	font-size: 16px;
	font-weight: bold;
}

.catalog-object-text-tab .nav-link {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	border: solid 1px;
	border-color: #d1d1d1 #d1d1d1 #d1d1d1 #d1d1d100;
	border-radius: 0;
}

.catalog-object-text-tab .nav-link.active {
	border-color: #d1d1d1 #d1d1d1 #d1d1d1 #d1d1d100;
	background: #e8e8e8;
}

.catalog-object-text-tab .nav-item:first-child .nav-link {
	border-color: #d1d1d1 #d1d1d1 #d1d1d1 #d1d1d1;
}

.addaptive-table-area {
	width: 100%;
	overflow: auto;
	margin: 15px 0;
}

.footer-smm .icon img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
	margin-right: 10px;
}

.footer-smm .icon:last-child img {
	margin-right: 0;
}

.footer-smm .icon.icon-wa {
	position: static;
	transform: translateX(0);
}

.footer-smm .icon.icon-wa img {
	content: url('../img/icons/wa-b.png');
}

.footer-smm .icon img:hover {
	filter: invert(50%) sepia(35%) saturate(2504%) hue-rotate(360deg) brightness(101%) contrast(106%);
	-webkit-filter: invert(50%) sepia(35%) saturate(2504%) hue-rotate(360deg) brightness(101%) contrast(106%);
}


.footer__phone a {
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
}

.footer__phone .comment {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff7e00;
}

.footer-copyblock a {
	color: #FFF;
	text-decoration: none;
}

ul.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.footer-menu li {
	padding: 0;
	margin: 0;
}

ul.footer-menu a {
	color: #FFF;
	text-decoration: none;
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
}

ul.footer-menu a:hover {
	color: #ff7e00 !important;
}

ul.footer-menu .nav-link:focus,
ul.footer-menu .nav-link:hover {
	color: #FFF;
}

.footer-catalog ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	column-count: 2;
}

.footer-catalog ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}

.footer-catalog ul li a {
	box-sizing: border-box;
	padding: 0;
	padding-right: 10px;
	padding-bottom: 8px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;

}

.footer-catalog ul li a:hover {
	color: #ff7e00;
}

.product-filter {
	box-sizing: border-box;
	border: solid 6px #ff7e00;
	border-bottom-right-radius: 20px;
	padding: 20px
}

.product-filter-select {
	border: none;
	background-color: #e8e8e8;
	border-radius: 20px;
	min-height: 40px;
	width: 100%;
}

.product-filter-select:hover,
.product-filter-select:focus {
	border: none;
	box-shadow: unset;
}

.btn-product-filter {
	border: solid 1px #ff7e00;
	background: #373433;
	color: #ff7e00;
	min-height: 40px;
	border-radius: 20px;
	width: 100%;
}

.btn-product-filter-reset {
	border: solid 1px #ff7e00;
	background: #FFF;
	color: #ff7e00;
	min-height: 40px;
	border-radius: 20px;
	width: 100%;
}

.btn-product-filter:hover {
	color: #FFF;
}


@media (min-width: 768px) {
	.collapse.dont-collapse-sm {
		display: block;
		height: auto !important;
		visibility: visible;
	}
}


@media only screen and (max-width : 1199px) {
	.header__nav .nav-link {
		font-size: 14px;
	}

	.banner__caption {
		font-size: 40px;
	}

	.home__advantage .home__advantage-caption {
		text-align: center;
		font-size: 33px;
	}
}

@media only screen and (max-width : 991px) {
	.header__nav-search {
		width: 100%;
	}

	.catalog__item a img {
		filter: grayscale(0);
	}

	.home__texts-item {
		padding: 50px;
	}

	.home__texts-item-caption {
		font-size: 50px;
	}

	.home__map {
		height: 400px;
		max-height: 70vh;
	}

	.home__contacts {
		margin: 25px 0;
	}

	.header__content-contacts {
		float: right;
		line-height: 30px;
	}

	.header__content-contacts .icon {
		padding: 0 3px;
	}

	.header__content-contacts .icon img {
		/*filter: invert(100%);
		-webkit-filter: invert(100%);*/
	}

	.header__content-contacts .icon.icon-wa {
		position: static;
		transform: translateX(0);
	}

	.header__content-contacts .icon.icon-wa img {
		content: url('../img/icons/wa-b.png');
	}

	.breadcrumb {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		overflow-x: auto;
		padding-bottom: 10px;
		direction: rtl;
		margin-bottom: 0;
	}

	.breadcrumb-item {
		display: inline;
	}

	.breadcrumb-item:first-child {
		padding-left: 0;
	}

	.breadcrumb-item+.breadcrumb-item::before {
		display: none;
	}

}

@media only screen and (max-width : 767px) {
	.banner__bg-tow {
		background: none;
	}

	.banner__item {
		padding: 60px 0 100px 0;
	}

	.banner__caption {
		font-size: 25px;
	}

	.home__news-item-text {
		margin-left: 0;
		width: 100%;
		padding: 0;
	}

	.home__news-slideinfo {
		bottom: -54px;
	}


	#home__news-slider .carousel-control-next,
	#home__news-slider .carousel-control-prev {
		bottom: -30px;
	}

	#home__news-slider .carousel-control-next:before,
	#home__news-slider .carousel-control-prev:after {
		display: none;
	}

	.home__news-item-img {
		margin-bottom: 30px;
	}

	.home__texts-item {
		background: rgba(232, 232, 232, 0.8);
		padding: 30px;
	}

	.home__texts-item:nth-child(even) {
		background: rgba(255, 255, 255, 0);
	}

	#home__partners-slider .carousel-inner>.carousel-item {
		display: block;
		position: static;
		float: none;
	}

	#home__partners-slider .carousel-control-prev,
	#home__partners-slider .carousel-control-next {
		display: none;
	}

	#home__partners-slider .carousel-item-next:not(.carousel-item-start),
	#home__partners-slider .active.carousel-item-end {
		transform: none;
	}

	#home__partners-slider .carousel-item-prev:not(.carousel-item-end),
	#home__partners-slider .active.carousel-item-start {
		transform: none;
	}

	.nsa-forms input,
	.nsa-forms textarea {
		border: solid 1px #666;
	}

}

@media only screen and (max-width : 575px) {

	.home__catalog h2 {
		font-size: 33px
	}

	.mobile-content-col1 {
		background: none;
	}

	.mobile-content-col1,
	.mobile-content-col2 {
		float: none;
		width: 100%;
		margin-right: 15px;
	}

	.banner__item {
		padding: 30px 0 50px 0;
	}

	#home__news-slider .carousel-control-next {
		transform: translate(calc(100% + 70px), 0);
	}

	#home__news-slider .carousel-control-prev {
		transform: translate(calc(-100% - 70px), 0);
	}

	.home__texts-item-caption {
		font-size: 33px;
	}

	.home__contacts {
		padding: 15px;
	}

	.home__contacts h2 {
		font-size: 18px;
	}

	.home__contacts-item {
		margin: 20px 0;
	}

	.home__contacts-item-caption {
		font-size: 12px;

	}

	.home__contacts-item-value {
		font-size: 14px;
	}

	.order-form {
		padding: 15px;
	}

	.order-form .order-form-caption {
		font-size: 18px;
	}
}

@media only screen and (max-width : 320px) {
	.footer-catalog ul {
		column-count: 1;
	}

	.header__nav-mobile-content-logo img {
		max-width: 230px;
	}
}

@media only screen and (max-width : 991px) {
	header {
		padding-top: 50px;
	}

	.header__nav {
		background: #CCC;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1000;
	}

	.navbar .navbar-collapse {
		max-height: calc(100vh - 90px);
		overflow: auto;
	}

	.header__nav .nav-link {
		color: #000;
	}

	.header__nav .dropdown-toggle::after {
		display: none;
	}

	.header__nav .dropdown-menu {
		display: none !important;
	}
}