body {
	min-width: 320px;
}
a {
	outline-color: transparent!important;
}
a:hover,
a:focus {
	text-decoration: none;
}
html,
body {
	height: 100%;
}
.mail {
	display: none;
}
/* variables */
/* properties */
:root {
	/* fonts */
}
@font-face{
	font-family: "Myriad Pro";
	src: url(../fonts/MyriadProRegular.otf);
}
@font-face{
	font-family: "Myriad Pro Bold";
	src: url(../fonts/MyriadProSemiBold.otf);
}
.site-header-info__wrapper {
	background-color: #f9f7f7;
}
.site-header-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.site-header-info__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media (max-width: 641px) {
	.site-header-info__contact {
		justify-content: center;
	}
}
.site-header-info__contact a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	margin-right: 25px;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	will-change: opacity;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.site-header-info__contact a+a {
	margin-right: 0;
}
.site-header-info__contact a:hover {
	opacity: 0.7;
}
.site-header-info__contact span {
	padding-right: 15px;
	padding-left: 15px;
	color: #222;
	font-size: 16px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 22px;
}
.site-header-info__download a {
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	will-change: opacity;
}
.site-header-info__download a:hover {
	opacity: 0.7;
}
.site-header-info__download svg {
	display: inline-block;
	margin-top: 4px;
}
.site-header-info__download span {
	display: inline-block;
	margin-left: 15px;
	border-bottom: 2px dotted #ffa000;
	color: #ffa000;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	font-family: "Myriad Pro Bold", sans-serif;
	line-height: 18px;
}
.site-header-info__download a {
	text-decoration: none;
}
.site-header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: space-between;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.site-header-menu__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.site-header-menu__logo img {
	position: relative;
	left: -15px;
}
/* .site-header-menu__logo-text__wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 250px;
	position: relative;
	left: -25px;
	z-index: -1;
} */
.site-header-menu__logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: flex-start;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: auto;
	vertical-align: bottom;
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	will-change: opacity;
}
.site-header-menu__logo a:hover {
	opacity: 0.7;
}
/* .site-header-menu__logo a span {
	padding-right: 15px;
}

.site-header-menu__logo a span:first-of-type {
	padding-left: 5px;
}

.site-header-menu__logo a span:last-of-type {
	padding-top: 5px;
}

.site-header-menu__logo--main {
	color: #ffa000;
	font-family: "Myriad Pro", sans-serif;
	font-size: 79px;
	font-weight: 700;
	line-height: 5px;
	padding-top: 10px;
}

.site-header-menu__logo--text {
	color: #444;
	font-family: "Myriad Pro", sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 10px;
	letter-spacing: 1px;
} */
.site-header-menu__nav {
	padding-right: 0;
	padding-left: 0;
}
.site-header-menu__nav li a {
	margin-right: 12px;
	margin-left: 12px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 45px;
	padding-left: 0px;
	color: #222;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 18px;
}
.site-header-menu__nav li:first-child a {
	margin-left: 0;
}
.site-header-menu__nav li:last-child a {
	margin-right: 0;
}
.site-header-menu__nav  .navbar-nav > li > a {
	border-top: 3px solid transparent;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}
.site-header-menu__nav  .navbar-nav > li:hover > a {
	border-top: 3px solid #ffa000;
}
.nav>li>a:focus,
.nav>li>a:hover {
	background-color: transparent;
}
.navbar-nav {
	position: relative;
	z-index: 20;
}
.navbar-nav li {
	/* position: relative; */
	position: static;
}
.sub-nav {
	position: absolute;
	/* display: none; */
	left: 0;
	z-index: 2;
	visibility: hidden;
	margin-left: -20px;
	padding-left: 0;
	min-width: 260px;
	width: 100%;
	background-color: transparent;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.sub-nav li {
	padding: 10px 20px;
	list-style: none;
}
.sub-nav li:first-child {
	padding-top: 24px;
}
.sub-nav li:last-child {
	padding-bottom: 24px;
}
.sub-nav li a {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	color: white;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.sub-nav li a:hover {
	border: none;
	color: #ffa000;
}
.navbar-nav > li:hover .sub-nav {
	/* display: block; */
	visibility: visible;
	background-color: #222;
}
.site-header-info .iconYellow {
	opacity: 1;
	-webkit-transition: fill .3s, opacity .3s;
	transition: fill .3s, opacity .3s;
	fill: #ffa000;
	will-change: opacity;

}
.site-header-info a:hover .iconYellow {
	opacity: 0.7;
	fill: #222;
}
.site-header.extra-space  {
	margin-bottom: 90px;
}
.site-footer-info {
	background-color: #222;
}
.site-footer-info__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: space-between;
	padding-top: 35px;
	padding-bottom: 35px;
	color: white;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.site-footer__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}
a.site-footer__logo {
	text-decoration: none;
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	will-change: opacity;
}
.site-footer__logo:hover {
	opacity: 0.7;
}
.site-footer__logo span {
	display: inline-block;
	padding-bottom: 5px;
	color: #ffa000;
	font-weight: 500;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
}
.site-footer__logo p {
	margin-bottom: 0;
	color: white;
	font-weight: 300;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}
/* .site-footer__logo img {
	display: none;
} */
.site-footer__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.site-footer__contact--item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: flex-start;
	padding-right: 40px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.site-footer__contact--item:last-child {
	padding-right: 0;
}
.site-footer__contact--item svg {
	min-width: 33px;
}
.site-footer__contact--text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-direction: column;
	        flex-direction: column;
	        justify-content: space-between;
	padding-left: 20px;
	color: white;
	font-weight: 400;
	font-size: 16px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.site-footer__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: flex-end;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.site-footer__icon a {
	display: inline-block;
	margin: 20px 15px 15px;
}
.site-footer__copy-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.site-footer__copyright {
	margin-bottom: 0;
	color: #222;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 26px;
}
.site-footer__copyright p {
	margin-bottom: 0;
}
.site-footer__zwebra-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	/* padding-bottom: 10px; */
	/* flex-basis: 200px; */
	min-width: 200px;
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	will-change: opacity;
}
.site-footer__zwebra-logo:hover {
	opacity: 0.7;
}
a.site-footer__zwebra-logo {
	text-decoration: none;
}
.zwebra-logo__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-direction: column;
	        flex-direction: column;
	        align-items: flex-end;
	margin-right: 10px;
	padding-top: 2px;
	color: #a6a4a4;
	font-size: 12px;
	line-height: 14px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: end;
	    -ms-flex-align: end;
}
.zwebra-logo__text span:nth-child(1) {
	text-transform: uppercase;
}
.zwebra-logo__text span:nth-child(2) {
	font-weight: bold;
}
.zwebra-logo__img {
	width: 81px;
	height: 24px;
	background-image: url("../img/zwebra-logo.png");
	background-size: 81px 24px;
	background-repeat: no-repeat;
}
.site-footer__contact .iconYellow {
	fill: #ffa000;
}
.site-footer__icon a {
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	will-change: opacity;
}
.site-footer__icon a:hover {
	opacity: .7;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.site-footer__icon .socFill {
	fill: #a0a0a0;
}
.carousel-caption {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	margin-left: 90px;
	text-align: left;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.carousel-caption h2 {
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 48px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 52px;
}
.carousel-caption h2 span {
	display: block;
}
.carousel-caption h2 span:last-of-type {
	color: #ffa000;
}
.carousel-caption p {
	    flex-basis: 500px;
	margin-bottom: 35px;
	width: 500px;
	color: white;
	letter-spacing: 1px;;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 26px;
	-ms-flex-preferred-size: 500px;
}
.item h2,
.item p,
.item a {
	opacity: 0;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s, -webkit-transform 1s;
	-webkit-transform: translateY(20px);
	        transform: translateY(20px);
}
.item p {
	-webkit-transition-delay: .3s;
	        transition-delay: .3s;
}
.item a {
	-webkit-transition-delay: .6s;
	        transition-delay: .6s;
}
.item.active h2,
.item.active p,
.item.active a {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
.carousel-caption a {
	display: inline-block;
	    flex-basis: 235px;
	width: 235px;
	height: 46px;
	border: 1px solid white;
	border-radius: 23px;
	color: white;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 900;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	line-height: 46px;
	-webkit-transition: background-color .3s, border-color .3s, opacity 1s .6s, -webkit-transform 1s .6s;
	transition: background-color .3s, border-color .3s, opacity 1s .6s, -webkit-transform 1s .6s;
	transition: background-color .3s, border-color .3s, opacity 1s .6s, transform 1s .6s;
	transition: background-color .3s, border-color .3s, opacity 1s .6s, transform 1s .6s, -webkit-transform 1s .6s;
	-ms-flex-preferred-size: 235px;
}
.carousel-caption a:hover {
	border-color: #ffa000;
	background-color: #ffa000;
}
.carousel-inner>.item>img {
	min-height: 500px;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 500px;
}
_:-ms-lang(x), _:-webkit-full-screen, .carousel-inner>.item>img {
	min-height: 0!important;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 10%;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: url(../img/arrow-slider.svg);
	background-position: center;
	background-size: 51px 201px;
	background-repeat: no-repeat;
}
.carousel-control.left {
	right: auto;
	left: 0;
	background-image: url(../img/arrow-slider.svg);
	background-position: center;
	background-size: 51px 201px;
	background-repeat: no-repeat;
}
.left.carousel-control {
	left: 5px;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.right.carousel-control {
	right: 5px;
	z-index: 10;
}
.banner__catalog-menu {
	background-color: #f9f7f7;
}
.is-fixed.banner__catalog-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background-color: #f9f7f7;
	box-shadow: 0 4px 18px rgba(105, 100, 99, .14);
}
.is-fixed .banner__catalog-menu-fixed__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: space-between;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.is-fixed .catalog-menu {
	width: auto;
}
.fixed-logo {
	display: none;
}
.is-fixed .fixed-logo {
	display: inline-block;
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	will-change: opacity;
}
/* .is-fixed .fixed-logo img {
	min-width: 130px;
	height: 35px;
} */
.is-fixed .fixed-logo:hover {
	opacity: .7;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
/* .is-fixed .fixed-logo span {
	color: #ffa000;
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 700;
	text-decoration: none;
}  */
.fixed-button {
	display: none;
}
.is-fixed .fixed-button {
	display: inline-block;
	    flex-basis: 235px;
	width: 235px;
	height: 46px;
	border: 1px solid #ffa000;
	border-radius: 23px;
	background-color: white;
	box-shadow: 0 0 6px rgba(220, 220, 220, .75);
	text-decoration: none;
	-webkit-transition: background-color 0.3s, color .3s;
	transition: background-color 0.3s, color .3s;
	-ms-flex-preferred-size: 235px;
}
.is-fixed .fixed-button span {
	display: block;
	margin: 0;
	width: 100%;
	color: #ffa000;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 900;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	line-height: 46px;
}
.is-fixed .fixed-button:hover {
	border: 1px solid #ffa000;
	background-color: #ffa000;
}
.is-fixed .fixed-button:hover span{
	color: white;
}
.is-fixed.banner__catalog-menu > ul {
	        justify-content: center;
	width: 40%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
}
.is-fixed.banner__catalog-menu ul li a svg {
	display: none;
}
.banner__catalog-menu  ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: space-between;
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
	list-style: none;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.banner__catalog-menu  ul.catalog-menu.collapse {
	height: auto !important;
}
.banner__catalog-menu  ul.catalog-menu.collapsing {
	display: block !important;
}
.is-fixed.banner__catalog-menu  ul li {
	border-right: none;
	border-left: none;
}
.is-fixed.banner__catalog-menu  ul li:hover,
.is-fixed.banner__catalog-menu  ul li.active {
	border-left: none;
	background-color: transparent;
}
.is-fixed.banner__catalog-menu  ul li:hover a, 
.is-fixed.banner__catalog-menu  ul li.active a {
	color: #222;
}
.is-fixed.banner__catalog-menu ul li a {
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 15px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 18px;
}
.banner__catalog-menu  ul li {
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        flex-grow: 1;
	    flex-basis: auto;
	        align-items: center;
	        justify-content: center;
	border-right: 1px solid #e8e8e8;
	border-left: 1px solid white;
	background-color: #f9f7f7;
	text-align: center;
	-webkit-transition: background-color .3s, border-color .3s;
	transition: background-color .3s, border-color .3s;
	-ms-flex-preferred-size: auto;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.banner__catalog-menu  ul li:first-child {
	border-left: none;
}
.banner__catalog-menu  ul li:last-child {
	border-right: none;
}
.banner__catalog-menu--dropdown .catalog-menu li:last-of-type {
	border-right: none;
}
.banner__catalog-menu--dropdown .catalog-menu li:first-of-type {
	border-left: none;
}
.banner__catalog-menu--dropdown ul li:first-of-type {
	border-left: 1px solid transparent;
}
.banner__catalog-menu ul li:first-of-type {
	/* border-left: 1px solid transparent; */
}
.banner__catalog-menu  ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        align-items: center;
	        justify-content: center;
	padding: 20px;
	width: 100%;
	color: #222;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 1;
	-webkit-transition: color .3s;
	transition: color .3s;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.is-fixed.banner__catalog-menu ul li a {
	padding: 15px;
}
.banner__catalog-menu  a svg,
.banner__catalog-menu  a span {
	margin: 5px 8px;
}
.banner__catalog-menu  ul li:hover,
.banner__catalog-menu  ul li.active {
	background-color: #ffa000;

	/* border-left: 1px solid #ffa000; */
}
.banner__catalog-menu  ul li:hover a, 
.banner__catalog-menu  ul li.active a {
	color: white;
}
.banner__catalog-menu  ul li .iconGray {
	-webkit-transition: fill .3s;
	transition: fill .3s;
	fill: #222;
}
.banner__catalog-menu  ul li:hover .iconGray, 
.banner__catalog-menu  ul li.active .iconGray {
	fill: white;
}
.banner__catalog-menu li {
	position: relative;
}
.banner__catalog-menu .sub-catalog-menu {
	position: absolute;
	bottom: 85px;
	left: -1px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-left: 0;
	width: calc(100% + 1px);
	background-color: #222;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}
.banner__catalog-menu--dropdown .sub-catalog-menu {
	top: 85px;
	bottom: auto;
}
.is-fixed.banner__catalog-menu .sub-catalog-menu {
	right: 0;
	bottom: auto;
	/* bottom: -147px; */
	/* left: -1px; */
	left: 0;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
}
.is-fixed.banner__catalog-menu .sub-catalog-menu {
	background-color: #f9f7f7;
	box-shadow: 0 4px 18px rgba(105, 100, 99, .14);
}
.is-fixed.banner__catalog-menu .sub-catalog-menu li {
	background-color: transparent;
}
.is-fixed.banner__catalog-menu .sub-catalog-menu li:hover {
	background-color: #FFF;
}
.is-fixed .catalog-menu > li:hover .sub-catalog-menu {
	visibility: visible;
}

.is-fixed .catalog-menu > li .sub-catalog-menu li a {
	font-size: 12px;
	padding: 10px;
}
.is-fixed .catalog-menu > li:hover .sub-catalog-menu li a {
	color: #222;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.catalog-menu > li:hover .sub-catalog-menu {
	visibility: visible;
}
.banner__catalog-menu .sub-catalog-menu li {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid white;
	border-left: none;
}
.banner__catalog-menu--dropdown .sub-catalog-menu li {
	border-top:  1px solid white;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.sub-catalog-menu li a {
	color: white;
	text-align: center;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.banner__catalog-menu .sub-catalog-menu {
	/* background-color: transparent; */
	background-color: #f9f7f7;
}
.banner__catalog-menu .sub-catalog-menu li a{
	padding-top: 20px;
	padding-bottom: 20px;	
}
.banner__catalog-menu .sub-catalog-menu li {
	background-color: #222;
}
.banner__catalog-menu > li:hover .sub-catalog-menu {
	visibility: visible;
}
.button-dropdown {
	display: none;
}
.is-fixed .banner__catalog-menu-fixed__wrapper .sub-catalog-menu {
	top: 58px;
}
.about__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: space-between;
	margin-top: 80px;
	margin-bottom: 90px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.about__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        flex-grow: 1;
	    flex-basis: calc(50% - 50px);
	    -ms-flex-direction: column;
	        flex-direction: column;
	        justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	-ms-flex-preferred-size: calc(50% - 50px);
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
}
.about__text h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #444;
	text-transform: uppercase;
	font-size: 32px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 38px;
}
.about__text p {
	margin-bottom: 0;
	padding-bottom: 40px;
	color: #444;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 31px;
}
.price-download {
	display: inline-block;
	width: 235px;
	height: 46px;
	border: 1px solid #ffa000;
	border-radius: 23px;
	background-color: white;
	color: #ffa000;
	vertical-align: center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 900;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	line-height: 46px;
	-webkit-transition: background-color 0.3s, color .3s;
	transition: background-color 0.3s, color .3s;
}
.price-download:hover {
	background-color: #ffa000;
	color: white;
}
.about__img {
	        flex-grow: 1;
	    flex-basis: 50%;
	margin-left: 50px;
	-ms-flex-preferred-size: 50%;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
}
.about__img img{
	margin-top: 10px;
	width: 100%;
	border: 9px solid #fafafa;
	box-shadow: 2.5px 4.3px 5px rgba(220, 220, 220, .75);
	-o-object-fit: cover;
}
.about__img .price-download {
	display: none;
}
.strip {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 85px;
	height: 2px;
	background-color: #ffa000;
}
.advantages {
	background-color: #f9f7f7;
}
.advantages__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: space-between;
	margin-top: 65px;
	margin-bottom: 60px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.advantages__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-basis: calc(33% - 110px);
	    -ms-flex-direction: column;
	        flex-direction: column;
	        align-items: center;
	margin-right: 75px;
	margin-left: 75px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-preferred-size: calc(33% - 110px);
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.advantages__item:first-child {
	margin-left: 0;
}
.advantages__item:last-child {
	margin-right: 0;
}
.advantages__item p {
	margin-bottom: 0;
	padding-top: 25px;
	width: 100%;
	color: #666;
	text-align: center;
	font-size: 16px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 32px;
}
.advantages__item .advantages__img-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	width: 83px;
	height: 83px;
	border-radius: 50%;
	background-color: white;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.advantages__item .advantages__img-wrapper::after {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 93px;
	height: 93px;
	border: 1px solid #e2e2e2;
	border-radius: 50%;
	content: "";
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}
.advantages__item .iconYellow {
	-webkit-transition: fill .3s;
	transition: fill .3s;
	fill: #ffa000;
}
.advantages__item:hover .advantages__img-wrapper {
	background-color: #ffa000;
}
.advantages__item:hover .advantages__img-wrapper::after {
	border-color: #ffa000;
}
.advantages__item:hover .iconYellow {
	fill: white;
}
.customers__wrapper {
	margin-top: 80px;
	padding-bottom: 50px;
}
.customers__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-direction: column;
	        flex-direction: column;
	        align-items: center;
	    justify-content: space-around;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-pack: distribute;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.customers__text h2 {
	margin: 0;
	color: #444;
	text-transform: uppercase;
	font-size: 32px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 38px;
}
.customers__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        flex-grow: 1;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        align-items: center;
	    justify-content: space-around;
	-ms-flex-pack: distribute;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
}
.customers__items a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	min-height: 123px;
	text-decoration: none;
	opacity: 0.25;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.customers__items a:hover {
	opacity: 1;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.customers__items .owl-item img {
	max-width: 293px;
	width: 100%;
	height: auto;
}
.question {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #ffa000;
}
.question__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.question__wrapper p {
	padding-right: 55px;
	color: white;
	vertical-align: center;
	text-align: center;
	font-size: 32px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 38px;
}
.question__wrapper a {
	width: 235px;
	height: 46px;
	border: 1px solid white;
	border-radius: 23px;
	background-color: white;
	box-shadow: 0 0 6px rgba(220, 220, 220, .75);
	color: #222;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 46px;
	-webkit-transition: background-color 0.3s, color .3s;
	transition: background-color 0.3s, color .3s;
}
.question__wrapper a:hover {
	border: 1px solid white;
	background-color: transparent;
	box-shadow: 0 0 6px rgba(220, 220, 220, .75);
	color: white;
}
.index--map {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 400px;
}
.brand__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	margin-bottom: 70px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
}
.brand__info {
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	box-shadow: 0 0 10px rgba(220, 220, 220, .75);
}
.brand__info p {
	color: #444;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 31px;
}
.brand__info ol,
.brand__info ul {
	list-style: none;
}
.brand__info ol {
	counter-reset: my-counter;
}
.brand__info li {
	position: relative;
	margin-bottom: 15px;
	color: #444;
	font-weight: 400;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
}
.brand__info ul li::before {
	position: absolute;
	top: 5px;
	left: -26px;
	display: block;
	width: 6px;
	height: 10px;
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKBAMAAABlIDIAAAAAElBMVEUAAAD/oQD/oQD/oQD/oQD/oQCmJd1/AAAABnRSTlMA3x+oPAdXhUhUAAAAIElEQVQI12NgZWBgcFRgYGAWAjIMwQwQBrGBFFgOpAYAI34Bw0HsqRYAAAAASUVORK5CYII=');
	content: "";
}
.brand__info ol li::before {
	position: absolute;
	top: -3px;
	left: -40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #ffa000;
	color: white;
	content: counter(my-counter);
	counter-increment: my-counter;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.brand__info h1 {
	color: #ffa000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 32px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
}
.brand__info h2 {
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 22px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
}
.brand__info h3 {
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 20px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
}
.brand__info h4 {
	color: #222;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 18px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
}
.brand__info img {
	display: block;
	float: left;
	padding-right: 40px;
	padding-bottom: 20px;
	max-width: 600px;
	/* height: 420px; */
	height: auto;
}
.brand-menu__wrapper {
	position: relative;
	width: 100%;
	height: 310px;
	background-image: url('../img/about-us/constructions-1656223_1920.jpg');
	background-attachment: fixed;
	background-position: center bottom;
	background-repeat: no-repeat;
	obfect-fit: cover;
}
.brand-menu__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffa000;
	opacity: 0.85;
}
.brand-menu {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: space-between;
	height: 310px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.brand-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-basis: 280px;
	        align-items: center;
	        justify-content: flex-start;
	width: 280px;
	height: 130px;
	background-color: rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	-ms-flex-preferred-size: 280px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.brand-menu .img-wrapper {
	padding-left: 30px;
}
.brand-menu a:hover {
	background-color: rgba(255, 255, 255, .9);
}
.brand-menu .img-wrapper {
	    flex-basis: 50px;
	-ms-flex-preferred-size: 50px;
}
.brand-menu svg {
	margin-right: 15px;
}
.brand-menu  a .iconGray {
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
	fill: #8f8f8f;
}
.brand-menu  a:hover .iconGray, 
.brand-menu  a.active .iconGray {
	fill: #ffa000;
}
.brand-menu span:first-of-type {
	display: inline-block;
	width: 2px;
	height: 58px;
	background-color: #cecece;
	vertical-align: middle;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.brand-menu a:hover span:first-of-type {
	background-color: #ffa000;
}
.brand-menu span:last-child {
	padding-left: 20px;
	max-width: 155px;
	color: #222;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 20px;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.brand-menu a:hover span:last-child {
	color: #ffa000;
}
.responsive-only {
	display: none;
}
.navbar-collapse.in {
	overflow-y: auto;
}
.brand__title {
	margin-top: 60px;
	margin-bottom: 10px;
}
.brand__title h1 {
	margin: 0;
	padding: 0;
	color: #ffa000;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 32px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 1;
}
.brand__title h2 {
	margin: 0;
	padding: 0;
	color: #ffa000;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 32px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 1;
}
.breadcrumb {
	    flex-basis: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding: 0;
	width: 100%;
	background-color: transparent;
	text-align: center;
	-ms-flex-preferred-size: 100%;
}
.breadcrumb li a {
	display: inline-block;
	color: #ffa000;
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 38px;
}
.breadcrumb .active a {
	color: #222;
	cursor: default;
}
.breadcrumb a:focus {
	text-decoration: none;
}
.breadcrumb > li + li {
	position: relative;
	margin-left: 10px;
}
.breadcrumb > li + li::before {
	position: absolute;
	top: 13px;
	left: -13px;
	display: block;
	color: #0b0c0f;
	content: "/";
	font-size: 13px;
	line-height: 1;
}
.remodal-is-locked body {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	overflow-y: scroll;
	height: 100%;
}
.remodal {
	padding: 40px 80px;
	max-width: 710px;
	border-radius: 5px;
	background-color: white;
}
.remodal ::-webkit-input-placeholder {
	padding-left: 0;
}
.remodal h2 {
	margin-bottom: 30px;
	color: #222;
	font-size: 30px;
}
.remodal p {
	margin-bottom: 20px;
	color: #222;
	text-align: left;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.remodal .form-group {
	margin-bottom: 25px;
}
.remodal .form-group input,
.remodal .form-group textarea {
	border: 1px solid #222;
	border-radius: 5px;
	color: #222;
	font-size: 18px;
}
.remodal .form-group input {
	padding: 5px 20px;
	height: 45px;
}
.remodal .form-group textarea {	
	padding: 5px 20px;
	min-height: 95px;
	resize: vertical;
}
.remodal [type='submit'] {
	margin-top: 15px;
	width: 150px;
	height: 52px;
	border: 1px solid #ffa000;
	background-color: #ffa000;
	color: white;
	font-size: 14px;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}
.remodal [type='submit']:hover {
	background-color: white;
	color: #ffa000;
}
.remodal-close:before {
	top: 5px;
	left: -5px;
	font-size: 35px;
}
.form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #ffa000;
}
.contacts__request {
	    flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
}
.contacts__request form {
	padding-top: 45px;
	padding-right: 30px;
	padding-bottom: 45px;
	padding-left: 0;
}
.form-group {
	position: relative;
	margin-bottom: 30px;
}
.contacts__request .form-group input {
	height: 50px;
}
.contacts__request .form-group textarea {
	min-height: 150px;
	resize: vertical;
}
.contacts__request  input,
.contacts__request  textarea {
	padding: 5px 20px;
	border: 1px solid #959595;
	color: #0b0c0f;
	font-size: 16px;
	line-height: normal;
}
.contacts__request-handler {
	position: relative;
}
::-webkit-input-placeholder {
	color: #999;
	text-overflow:ellipsis;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: normal;
}
textarea[placeholder] {
	padding-top: 15px;
}
.contacts__request .form-control {
	border-radius: 0;
}
.contacts__request .form-control:focus {
	border-color: #ffa000;
}
.contacts__request button {
	display: block;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 235px;
	height: 46px;
	border: solid 1px #ffa000;
	border-radius: 23px;
	background-color: #ffa000;
	color: white;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 900;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	line-height: 12px;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}
.contacts__request button:hover {
	background-color: white;
	color: #ffa000;
}
.contacts__details {
	    flex-basis: calc(50% - 40px);
	padding-top: 35px;
	padding-left: 40px;
	-ms-flex-preferred-size: calc(50% - 40px);
}
.contacts__detail-item {
	margin-bottom: 25px;
}
.contacts__details h2 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #222;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 26px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 38px;
}
.contacts__details p {
	margin-bottom: 0;
	color: #222;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 16px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 30px;
}
.contacts__detail-item p span {
	font-weight: 600;
}
.contacts__details a {
	color: #222;
	font-weight: 400;
	font-size: 16px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 30px;
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	will-change: opacity;	
}
.contacts__details a:hover {
	opacity: .7;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.contacts__details .contacts__email {
	color: #ffa000;
	font-weight: 600;
}
.contacts__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        justify-content: space-between;
	margin-top: 15px;
	margin-bottom: 70px;
	width: 100%;
	background-color: white;
	box-shadow: 0 0 5px rgba(220, 220, 220, .75);
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.page-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: space-between;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.main-content {
	    flex-basis: calc(100% - 340px);
	max-width: 100%;
	-ms-flex-preferred-size: calc(100% - 340px);
}
.main-content-blog {
	    flex-basis: calc(100% - 340px);
	-ms-flex-preferred-size: calc(100% - 340px);
}
.sidebar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}
.sidebar__category {
	position: relative;
	z-index: 1;
	overflow: auto;
	padding-top: 25px;
	background-color: #fafafa;
	box-shadow: 0 0 5px rgba(220, 220, 220, .75);
}
/* .sidebar__category .navbar-nav {
	list-style: none;
	float: none;
	padding-left: 0;
	width: 100%;
	display: block;
} */
.sidebar__category .navbar-nav > li {
	margin-left: 20px;
	width: 80%;
}
.sidebar__category .navbar-nav > li > a {
	border-bottom: 2px solid #cecece;
}
.sidebar__category .navbar-nav > li:last-child a {
	border-bottom: none;
}
.sidebar__category .navbar-nav > li.dropdown.open > a{
	border-bottom: 2px solid #ffa000;
}
.sidebar__category .navbar-nav > li.dropdown.open,
.sidebar__category .navbar-nav > li:last-child {
	border-bottom: none;
	
}
.sidebar__category .navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	background-color: transparent;
	color: #222;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 18px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 38px;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.sidebar__category .navbar-nav .dropdown-menu {
	position: static;
	z-index: 1;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	border: none;
	background-color: transparent;
	box-shadow: none;
}
.sidebar__category .dropdown-menu li {
	width: 100%;
}
.sidebar__category .dropdown-menu a {
	padding: 10px 15px;
	width: 100%;
	background-color: #fafafa;
	color: #222;
	text-transform: none;
	white-space: normal;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 18px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 38px;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.sidebar__category .dropdown-menu li.active a,
.sidebar__category .dropdown-menu li:hover a {
	color: #ffa000;
}
.sidebar__category .dropdown-menu > .active > a, 
.sidebar__category .dropdown-menu > .active > a:hover, 
.sidebar__category .dropdown-menu > .active > a:focus {
	background-color: #fafafa;
}
.sidebar__category .nav .open > a, 
.sidebar__category .nav .open > a:hover, 
.sidebar__category .nav .open > a:focus {
   border: none;
   background-color: #fafafa;
}
.sidebar__category .dropdown-menu > li > a:hover, 
.sidebar__category .dropdown-menu > li > a:focus {
    background-color: #fafafa;
    color: #ffa000;
    text-decoration: none;
}
.sidebar .download-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 60px;
	border: 1px solid #ffa000;
	background-color: #ffa000;
	text-decoration: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.sidebar .download-price:hover {
	border: 1px solid #ffa000;
	background-color: transparent;
}
.sidebar .download-price span {
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 900;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	line-height: 12px;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.sidebar .download-price:hover span {
	color: #ffa000;
}
.category-subcategories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        justify-content: space-between;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.category--item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-basis: calc(33% - 15px);
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 30px;
	background-color: white;
	box-shadow: 0 0 5px rgba(220, 220, 220, .75);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-preferred-size: calc(33% - 15px);
}
.category--item a {
	display: block;
	width: 100%;
}
.category--item img {
	min-height: 240px;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-o-object-fit: cover;
	   object-fit: cover;
	will-change: opacity;
}
.category--item .item-name {
	padding: 15px 20px;
}
.category--item .item-name span {
	display: block;
	padding: 10px 20px;
	border-left: 2px solid #ffa000;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 18px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 1;
	-webkit-transition: border-left-width .3s;
	transition: border-left-width .3s;
}
.category--item:hover {
	box-shadow: 0 0 10px rgba(220, 220, 220, .75);
}
.category--item:hover img {
	opacity: .7;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.category--item:hover .item-name span {
	border-left-width: 12px;
}
.category-text {
	margin-bottom: 85px;
}
.category-text h2 {
	margin-top: 60px;
	margin-bottom: 40px;
	color: #222;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 26px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 1;
}
.category-text ol,
.category-text ul {
	list-style: none;
}
.category-text ol {
	counter-reset: my-counter;
}
.category-text li {
	position: relative;
	margin-bottom: 15px;
	color: #444;
	font-weight: 400;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
}
.category-text ul li::before {
	position: absolute;
	top: 5px;
	left: -26px;
	display: block;
	width: 6px;
	height: 10px;
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKBAMAAABlIDIAAAAAElBMVEUAAAD/oQD/oQD/oQD/oQD/oQCmJd1/AAAABnRSTlMA3x+oPAdXhUhUAAAAIElEQVQI12NgZWBgcFRgYGAWAjIMwQwQBrGBFFgOpAYAI34Bw0HsqRYAAAAASUVORK5CYII=');
	content: "";
}
.category-text ol li::before {
	position: absolute;
	top: -3px;
	left: -40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #ffa000;
	color: white;
	content: counter(my-counter);
	counter-increment: my-counter;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.category-text h1 {
	color: #ffa000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 32px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
}
.category-text h3 {
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 20px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
}
.category-text h4 {
	color: #222;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 18px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
}
.category-text p {
	color: #444;
	text-align: left;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 31px;
}
/* @import url(./blocks/production-content.css); */
.production-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: space-between;
	margin-bottom: 50px;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.production-text {
	    flex-basis: calc(100% - 510px);
	-ms-flex-preferred-size: calc(100% - 510px);
}
.production-text p {
	color: #444;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 31px;
}
.production-text ol,
.production-text ul {
	list-style: none;
}
.production-text ol {
	counter-reset: my-counter;
}
.production-text li {
	position: relative;
	margin-bottom: 15px;
	color: #444;
	font-weight: 400;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
}
.production-text ul li::before {
	position: absolute;
	top: 5px;
	left: -26px;
	display: block;
	width: 6px;
	height: 10px;
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKBAMAAABlIDIAAAAAElBMVEUAAAD/oQD/oQD/oQD/oQD/oQCmJd1/AAAABnRSTlMA3x+oPAdXhUhUAAAAIElEQVQI12NgZWBgcFRgYGAWAjIMwQwQBrGBFFgOpAYAI34Bw0HsqRYAAAAASUVORK5CYII=');
	content: "";
}
.production-text ol li::before {
	position: absolute;
	top: -3px;
	left: -40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #ffa000;
	color: white;
	content: counter(my-counter);
	counter-increment: my-counter;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.production-text h1 {
	color: #ffa000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 32px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
}
.production-text h2 {
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 22px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
}
.production-text h3 {
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 20px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
}
.production-text h4 {
	color: #222;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 18px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
}
.production-photo {
	margin-top: 10px;
	max-width: 100%;
	width: 460px;
}
.production-images__wrapper {
	position: relative;
}
.production-images__item {
	background-color: white;
}
.production-photo img {
	width: 100%;
	height: auto;
	border: 9px solid #fafafa;
	box-shadow: 2.5px 4.3px 5px rgba(220, 220, 220, .75);
}
.production-images__item p {
	margin-top: 20px;
	margin-bottom: 0;
	color: #444;
	font-style: italic;
	font-size: 18px;
	font-family: "Myriad Pro", sans-serif;
}
.production-control {
	position: absolute;
	right: 0;
	bottom: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	background-color: #FFF;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.production-img--left,
.production-img--right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	margin-right: 10px;
	width: 44px;
	height: 44px;
	border-radius: 9px;
	background-color: #f4f2f2;
	cursor: pointer;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.production-img--left:hover,
.production-img--right:hover {
	background-color: #FFA000;
}
.production-img--left .pageFill,
.production-img--right .pageFill{
	-webkit-transition: fill .3s;
	transition: fill .3s;
	fill: black;
}
.production-img--left:hover .pageFill,
.production-img--right:hover .pageFill{
	fill: white;
}
.production-img--right {
	margin-right: 0;
	margin-left: 10px;
}
.production-img--right svg {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.production__current-item,
.production__strip-item,
.production__total-items {
	color: #222;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	font-family: "Myriad Pro", sans-serif;
}
.production-info .production-button {
	margin-bottom: 0;
}
/* @media (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 991px) {
		.production-photo {
		max-width: none;
	}

	.production-images__wrapper {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
} */
.production-special-offer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: center;
	margin-top: 0;
	margin-bottom: 45px;
	padding-top: 45px;
	padding-right: 115px;
	padding-bottom: 50px;
	padding-left: 115px;
	border: 1px dashed #ffa000;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
}
.special-offer--icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-basis: 40px;
	        align-items: center;
	        justify-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	-ms-flex-preferred-size: 40px;
}
.special-offer--text {
	    flex-basis: calc(100% - 100px);
	margin-top: 10px;
	margin-left: 60px;
	-ms-flex-preferred-size: calc(100% - 100px);
}
.special-offer--text h3 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 900;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}
.special-offer--text p {
	margin-bottom: 0;
	color: #222;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 28px;
	}
.production-name {
	padding-bottom: 5px;
}
.production-name h3 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #222;
	text-align: center;
	font-weight: 600;
	font-size: 26px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 1;
}
.production-table {
	overflow-x: auto;
	max-width: 100%;
}
table {
	max-width: 100%;
	width: 100%;
	border: none!important;
	background-color: white;
	box-shadow: 0 0 10px rgba(220, 220, 220, .75);
}
table > thead > tr > th {
	padding: 5px 10px;
	border-right: 1px solid rgba(255, 255, 255, .36);
	border-bottom: 1px solid rgba(255, 255, 255, .36);
	background-color: #ffa000;
	color: white;
	vertical-align: top;
	vertical-align: middle;
	text-align: center;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 16px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 1;
}
.item-th {
	white-space: nowrap;
}
.item-th-width {
	mix-width: 100px;
}
table > thead > tr:first-child > th {
	padding-top: 5px;
}
table > thead > tr > th:last-child {
	border-right: none;
}
table > tbody > tr > td {
	padding: 5px 10px;
	border-right: 1px solid #cecece;
	color: #222;
	vertical-align: top;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 1.2;
}
table > tbody > tr > td:last-child {
	border-right: none;
}
table > tbody > tr:nth-child(2n+2) > td {
	background-color: rgba(250, 236, 204, 1);
}
table > tbody > tr:last-child > td {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: none;
	background-color: rgba(250, 236, 204, 1);
	color: #222;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 1;
}
.production-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: center;
	margin-top: 50px;
	margin-bottom: 90px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
}
.production-button a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	width: 403px;
	height: 46px;
	border: 1px solid #ffa000;
	border-radius: 23px;
	background-color: #ffa000;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.production-button a:hover {
	background-color: white;
}
.production-button a span {
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 900;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.production-button a:hover span {
	color: #ffa000;
}
.services-info .production-button {
	margin-bottom: 50px;
}
.services-info {
	margin-bottom: 50px;
}
.services-text p {
	color: #444;
	font-weight: 400;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 31px;
}
.services-text p:last-child {
	margin-bottom: 0;
}
.services-text ol,
.services-text ul {
	list-style: none;
}
.services-text ol {
	counter-reset: my-counter;
}
.services-text li {
	position: relative;
	margin-bottom: 15px;
	color: #444;
	font-weight: 400;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
}
.services-text ul li::before {
	position: absolute;
	top: 5px;
	left: -26px;
	display: block;
	width: 6px;
	height: 10px;
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKBAMAAABlIDIAAAAAElBMVEUAAAD/oQD/oQD/oQD/oQD/oQCmJd1/AAAABnRSTlMA3x+oPAdXhUhUAAAAIElEQVQI12NgZWBgcFRgYGAWAjIMwQwQBrGBFFgOpAYAI34Bw0HsqRYAAAAASUVORK5CYII=');
	content: "";
}
.services-text ol li::before {
	position: absolute;
	top: -3px;
	left: -40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #ffa000;
	color: white;
	content: counter(my-counter);
	counter-increment: my-counter;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.services-text h1 {
	color: #ffa000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 32px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
}
.services-text h2 {
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 22px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
}
.services-text h3 {
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 20px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
}
.services-text h4 {
	color: #222;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 18px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
}
.services-photo__wrapper {
		padding-bottom: 40px;
}
.services-photo__wrapper h2 {
	margin-bottom: 25px;
	color: #222;
	font-weight: 600;
	font-size: 26px;
	font-family: "Myriad Pro", sans-serif;
}
.services-photo {
	padding-top: 20px;
}
.caption.caption-visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	font-style: italic;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 50px;
}
.caption.caption-visible::before,
.caption.caption-visible::after {
	position: absolute;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
	width: 47px;
	height: 47px;
	background-position: center;
	background-repeat: no-repeat;
	content: "";
}
.caption.caption-visible::before {
	border: 2px solid white;
	border-radius: 50%;
}
.caption.caption-visible::after {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAMAAACeyVWkAAAARVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////9SnXPCAAAAFnRSTlMAh3fXeNsnHXAV8OTf0EwaEEgiDO84HcrY1gAAAHdJREFUGNOFz0kSgzAMRNEGxfKAsSEkuv9Rg80mXbiKv3wbqfFfna52UPvHWhM4lZF6N9B3trvqctLqWLeOURMpgplEoLAiON9vgjvw3AYu9j+XwDoXwGcz5lfS2mbmg9ScnCgerC2puOsaMVDRkVoqrN/5inb8AHbfBzEfBIbOAAAAAElFTkSuQmCC');
	background-size: 21px 21px;
}
@-webkit-keyframes pulse {
	from {-webkit-transform: scale(1);transform: scale(1);}
	50% {-webkit-transform: scale(1.1);transform: scale(1.1);}
	to {-webkit-transform: scale(1);transform: scale(1);}
}
@keyframes pulse {
	from {-webkit-transform: scale(1);transform: scale(1);}
	50% {-webkit-transform: scale(1.1);transform: scale(1.1);}
	to {-webkit-transform: scale(1);transform: scale(1);}
}
.blog-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: space-between;
	margin-bottom: 30px;
	padding: 20px;
	background-color: white;
	box-shadow: 0 0 5px rgba(220, 220, 220, .75);
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.blog-img {
	    flex-basis: 275px;
	-ms-flex-preferred-size: 275px;
}
.blog-img a {
	position: relative;
	display: block;
}
.blog-img img {
	min-height: 200px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.blog-text {
	    flex-basis: calc(100% - 320px);
	margin-left: 20px;
	-ms-flex-preferred-size: calc(100% - 320px);
}
.blog-text h2 {
	margin-top: 0;
	margin-bottom: 5px;
}
.blog-text h2 a {
	color: #222;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 32px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 1;
}
.blog-text a,
.blog-img img {
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	will-change: opacity;
}
.blog-text a:hover,
.blog-img img:hover {
	opacity: .7;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.blog-img a::after {
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .2);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJDYXBhXzEiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZGF0YS1uYW1lPSJDYXBhIDEiIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICA8ZGVmcz4gICAgPHN0eWxlPiAgICAgIC5jbHMtMSB7IGZpbGw6ICNmZmY7IH0gICAgPC9zdHlsZT4gIDwvZGVmcz4gIDxwYXRoIGQ9Ik0yMi4zNCAxLjY2YTUuNjggNS42OCAwIDAgMC04IDBsLTQgNGEuODcuODcgMCAxIDAgMS4yMyAxLjIzbDQtNGEzLjkzIDMuOTMgMCAwIDEgNS41NiA1LjU2bC01LjI3IDUuMjVhMy45NCAzLjk0IDAgMCAxLTUuNTYgMCAuODcuODcgMCAxIDAtMS4yMyAxLjIzIDUuNjggNS42OCAwIDAgMCA4IDBsNS4yNS01LjI1YTUuNjkgNS42OSAwIDAgMCAuMDItOC4wMnoiIGNsYXNzPSJjbHMtMSIvPiAgPHBhdGggZD0iTTExLjg1IDE3LjcxbC0zLjQgMy40YTMuOTMgMy45MyAwIDAgMS01LjU2LTUuNTZsNC45NC00Ljk0YTMuOTQgMy45NCAwIDAgMSA1LjU2IDAgLjg3Ljg3IDAgMSAwIDEuMjMtMS4yMyA1LjY4IDUuNjggMCAwIDAtOCAwbC00Ljk2IDQuOTRhNS42OCA1LjY4IDAgMCAwIDggOGwzLjQtMy40YS44Ny44NyAwIDAgMC0xLjIxLTEuMjF6IiBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=);
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	pointer-events: none;
	will-change: opacity;
}
.blog-img a:hover::after {
	opacity: 1;
}
.blog-text > span {
	display: inline-block;
	margin-bottom: 15px;
	color: #ffa000;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 1;
}
.blog-text p {
	color: #444;
	font-weight: 400;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 31px;
}
.blog-text .read-more-link svg {
	margin-left: 10px;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	fill: #ffa000;
}
.blog-text .read-more-link span {
	display: inline-block;
	color: #ffa000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 900;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}
.blog-inner {
	margin-bottom: 70px;
	padding: 40px;
	box-shadow: 0 0 10px rgba(220, 220, 220, .75);
}
.blog-inner-date {
	padding-bottom: 20px;
}
.blog-inner-date p span {
	color: #ffa000;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 14px;
}
.blog-inner-date p span:nth-child(2) {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	color: #222;
}
.blog-inner-info img {
	display: block;
	float: left;
	padding-right: 40px;
	padding-bottom: 30px;
	max-width: 600px;
	/* height: 420px; */
	height: auto;
}
.blog-inner-text p {
	color: #444;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 31px;
}
.blog-inner-text ol,
.blog-inner-text ul {
	list-style: none;
}
.blog-inner-text ol {
	counter-reset: my-counter;
}
.blog-inner-text li {
	position: relative;
	margin-bottom: 15px;
	color: #444;
	font-weight: 400;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
}
.blog-inner-text ul li::before {
	position: absolute;
	top: 5px;
	left: -26px;
	display: block;
	width: 6px;
	height: 10px;
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKBAMAAABlIDIAAAAAElBMVEUAAAD/oQD/oQD/oQD/oQD/oQCmJd1/AAAABnRSTlMA3x+oPAdXhUhUAAAAIElEQVQI12NgZWBgcFRgYGAWAjIMwQwQBrGBFFgOpAYAI34Bw0HsqRYAAAAASUVORK5CYII=');
	content: "";
}
.blog-inner-text ol li::before {
	position: absolute;
	top: -3px;
	left: -40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #ffa000;
	color: white;
	content: counter(my-counter);
	counter-increment: my-counter;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.blog-inner-text h1 {
	color: #ffa000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 32px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
}
.blog-inner-text h2 {
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 22px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
}
.blog-inner-text h3 {
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 20px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
}
.blog-inner-text h4 {
	color: #222;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 18px;
	font-family: "Myriad Pro", sans-serif;
	line-height: normal;
}
#disqus_thread {
	padding-top: 40px;
}
.page-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: center;
	margin-top: 50px;
	margin-bottom: 90px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
}
.page-pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
}
.page-pagination a {
	width: 100%;
	color: #424242;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	font-family: "Myriad Pro", sans-serif;
	line-height: 44px;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.page-pagination .pageFill {
	-webkit-transition: fill .3s;
	transition: fill .3s;
	fill: black;
}
.page-pagination li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	margin-right: 10px;
	width: 44px;
	height: 44px;
	border-radius: 9px;
	background-color: #f4f2f2;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.page-pagination li.active:not(.disabled),
.page-pagination li:hover:not(.disabled) {
	background-color: #ffa000;
}
.page-pagination li.active a,
.page-pagination li:hover a {
	color: #FFF;
}
.page-pagination li:not(.disabled) .pageFill {
	fill: black;
}
.page-pagination .disabled a {
	cursor: default;
}
.page-pagination li:not(.disabled):hover .pageFill {
	fill: white;
}
.page-pagination li:not(:first-child) svg {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  margin: 1em;
  width: 55px;
  height: 55px;
  background-color: #b5b5b5;
  box-shadow: .5px .5px .5px 1px rgba(0, 0, 0, .1);
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.back-to-top svg {
	width: 13px;
	height: 23px;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.back-to-top svg path {
	fill: white;
}
.back-to-top:hover {
  background-color: #a0a0a0;
  box-shadow: .5px .5px .5px 1px rgba(0, 0, 0, .2);
  cursor: pointer;
}
@media (min-width: 480px) {}
@media (min-width: 768px) {
	.banner__catalog-menu ul.collapse.in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.breadcrumb {
		padding-right: 0;
		padding-left: 0;
	}
	.sidebar {
		position: static;
		display: block;
		flex-basis: 300px;
		width: 300px;
		-ms-flex-preferred-size: 300px;
	}
	.sidebar__category .sidebar__heading {
		display: none;
	}
}
@media (min-width: 992px) {
	.sidebar__category .navbar-nav > li.active > a,
	.sidebar__category .navbar-nav > li.dropdown.open > a,
	.sidebar__category .navbar-nav > li:hover > a {
		color: #222;
	}
}
@media (min-width: 1200px) {
	.carousel-caption {
		margin-left: 110px;
	}
	.left.carousel-control {
		left: 0;
	}
	.right.carousel-control {
		right: 0;
	}
	.index--map::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .3);
		content: "";
		-webkit-transition: background-color .3s;
		transition: background-color .3s;
		pointer-events: none;
	}
	.is-active.index--map::before {
		background-color: rgba(0, 0, 0, 0);
	}
	.sidebar {
		display: block;
		flex-basis: 280px;
		width: 280px;
		-ms-flex-preferred-size: 280px;
	}
	.caption.caption-visible::after {
		-webkit-animation: pulse 1s infinite;
		animation: pulse 1s infinite;
	}
}
@media (max-width: 1199px) {
	.site-header-menu__logo img {
		left: -15px;
	}
	/* 
	.site-header-menu__logo-text__wrapper {
		left: -25px;
	} */
	a.site-footer__logo {
		margin-right: 20px;
	}
	.carousel-inner>.item>img {
		min-height: 500px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: 70%;
		object-position: 70%;
	}
	.carousel-caption h2 {
		margin-top: 0;
		margin-bottom: 0;
		max-width: 450px;
		font-size: 44px;
	}
	.carousel-caption p {
		margin-bottom: 20px;
		max-width: 450px;
	}
	_:-ms-lang(x), _:-webkit-full-screen, .carousel-caption h2 {
		margin-bottom: 10px;
		font-size: 36px;
		line-height: 1;
	}
	_:-ms-lang(x), _:-webkit-full-screen, .carousel-caption p {
		line-height: 1.2;
	}
	.is-fixed.banner__catalog-menu {
		display: none;
	}
	.advantages__item {
		flex-basis: calc(33% - 70px);
		margin-right: 45px;
		margin-left: 45px;
		-ms-flex-preferred-size: calc(33% - 70px);
	}
	.advantages__item:first-child {
		margin-left: 0;
	}
	.advantages__item:last-child {
		margin-right: 0;
	}
	.brand-menu__wrapper {
		height: 470px;
	}
	.brand-menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		height: 470px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-ms-flex-line-pack: center;
	}
	.brand-menu a {
		flex-basis: 340px;
		margin-right: 30px;
		margin-bottom: 30px;
		width: 340px;
		-ms-flex-preferred-size: 340px;
	}
	.brand-menu a:nth-child(3), .brand-menu a:last-child {
		margin-bottom: 0;
	}
	.brand-menu a:nth-child(2), .brand-menu a:last-child {
		margin-right: 0;
	}
	.contacts__wrapper {
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.main-content {
		margin-right: 20px;
		margin-left: 20px;
	}
	.main-content-blog {
		margin-right: 20px;
		margin-left: 20px;
	}
	.category--item img {
		min-height: 195px;
	}
	.production-info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.production-text {
		flex-basis: 100%;
		order: 1;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		-ms-flex-preferred-size: 100%;
	}
	.production-photo {
		flex-basis: 100%;
		margin-bottom: 50px;
		-ms-flex-preferred-size: 100%;
		/* 		max-width: 600px;
		margin-left: auto;
		margin-right: auto; */
	}
	.production-images__wrapper {
		margin-right: auto;
		margin-left: auto;
		max-width: 600px;
	}
	.production-special-offer {
		padding-top: 40px;
		padding-right: 50px;
		padding-bottom: 40px;
		padding-left: 50px;
	}
}
@media (max-width: 991px) {
	.sub-nav li {
		padding-left: 10px;
	}
	.site-footer-info__wrapper {
		position: relative;
		padding-bottom: 30px;
	}
	.site-footer-info {
		padding-bottom: 20px;
	}
	.site-footer__logo {
		/* align-items: flex-start; */
		width: calc(100% - 500px);
	}
	.site-footer__logo span {
		display: none;
	}
	.site-footer__logo p {
		display: none;
	}
	.site-footer__logo img {
		display: block;
	}
	.site-footer__contact--item {
		flex-grow: 1;
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: space-between;
		-ms-flex-align: space-between;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
	}
	.site-footer__contact--text {
		padding-top: 15px;
		padding-left: 0;
		text-align: center;
		font-size: 20px;
		line-height: 30px;
	}
	.site-footer__contact--item:first-child {
		margin-right: 50px;
		padding-right: 0;
	}
	.site-footer__icon {
		position: absolute;
		bottom: -10px;
		left: -4px;
	}
	.site-footer__copy-wrapper {
		margin-top: 15px;
		margin-bottom: 15px;
		padding: 0;
	}
	.site-footer__copyright {
		font-size: 16px;
	}
	.carousel-inner>.item>img {
		-o-object-position: 60%;
		object-position: 60%;
	}
	.carousel-caption h2 {
		margin-bottom: 10px;
		font-size: 44px;
	}
	.carousel-caption p {
		margin-bottom: 30px;
	}
	.banner__catalog-menu .sub-catalog-menu {
		bottom: 111px;
		left: -1px;
	}
	.banner__catalog-menu--dropdown .sub-catalog-menu {
		top: 111px;
		bottom: auto;
	}
	.about__wrapper {
		position: relative;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: flex-start;
		margin-bottom: 0;
		padding-bottom: 80px;
		width: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
	}
	.about__text .price-download {
		display: none;
	}
	.about__img .price-download {
		display: block;
		margin-top: 50px;
		margin-right: auto;
		margin-left: auto;
	}
	.about__text {
		flex-basis: 100%;
		width: 100%;
		-ms-flex-preferred-size: 100%;
	}
	.about__text p {
		margin-bottom: 25px;
		padding-bottom: 0;
		font-size: 16px;
		line-height: 34px;
	}
	.about__img {
		flex-basis: 100%;
		margin-top: 0;
		margin-left: 0;
		width: 100%;
		-ms-flex-preferred-size: 100%;
	}
	.advantages__item {
		flex-basis: calc(33% - 35px);
		margin-right: 25px;
		margin-left: 25px;
		-ms-flex-preferred-size: calc(33% - 35px);
	}
	.advantages__item:first-child {
		margin-left: 0;
	}
	.advantages__item:last-child {
		margin-right: 0;
	}
	.customers__items a {
		padding-right: 20px;
		padding-left: 20px;
	}
	.customers__items a:first-child {
		padding-left: 0;
	}
	.customers__items a:last-child {
		padding-right: 0;
	}
	.brand__info img {
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0;
	}
	.brand__info {
		padding-right: 30px;
		padding-left: 30px;
	}
	.brand__info img {
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0;
	}
	.contacts__request {
		flex-basis: 100%;
		padding-left: 40px;
		-ms-flex-preferred-size: 100%;
	}
	.contacts__details {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
	}
	.contacts__wrapper {
		margin-bottom: 0;
		box-shadow: none;
	}
	.main-content {
		flex-basis: 100%;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		-ms-flex-preferred-size: 100%;
	}
	.main-content-blog {
		flex-basis: 100%;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		-ms-flex-preferred-size: 100%;
	}
	.sidebar {
		display: none;
	}
	.production-photo {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
	}
	.production-special-offer {
		padding-left: 80px;
	}
	.production-button {
		margin-bottom: 70px;
	}
	.blog-inner {
		padding-right: 0;
		padding-left: 0;
	}
	.blog-inner-date {
		padding-left: 30px;
	}
	.blog-inner-info img {
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0;
		width: 100%;
	}
	.blog-inner-text {
		padding-right: 30px;
		padding-left: 30px;
		word-break: break-all;
	}
	#disqus_thread {
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media (max-width: 767px) {

	.site-header-menu {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.site-header-menu__logo .navbar-brand {
		padding-right: 0;
		padding-left: 0;
	}
	.site-header-menu .site-header-menu__logo img {
		left: 10px;
		margin-left: 0;
	}
	.site-header-info {
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.site-header-info__contact span {
		font-size: 20px;
	}
	.site-header-info__contact span:first-of-type {
		padding-right: 50px;
	}
	.site-header-info__contact span:last-child {
		padding-right: 0;
	}
	.site-header-info__download {
		display: none;
	}
	/* 	.site-header-menu__logo--main {
		display: none;
	}

	.site-header-menu__logo--text {
		display: none;
	} */
	.site-header-menu__logo img {
		z-index: 2;
		display: block;
	}
	.site-header {
		position: relative;
	}
	.site-header-menu__nav {
		position: absolute;
		top: 125px;
		left: 0;
		z-index: 1;
		width: 100%;
	}
	.site-header-menu__nav .navbar-nav {
		display: block;
		margin: 0;
	}
	.site-header-menu__nav .navbar-nav li {
		margin-bottom: 2px;
		background-color: #FFDE00;
		-webkit-transition: background-color .3s;
		transition: background-color .3s;
	}
	.site-header-menu__nav li a {
		margin: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.site-header-menu__nav li:last-child a {
		margin-right: 0;
	}
	.navbar-toggle {
		position: absolute;
		right: 0px;
		bottom: 15px;
		margin: 0;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 30px;
		height: 2px;
		border-radius: 0;
		background-color: #ffa000;
	}
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 5px;
	}
	.banner__catalog-menu--dropdown .navbar-toggle {
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 10px;
		width: 100%;
		border-radius: 0;
		background-color: #fafafa;
		color: #222;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 32px;
		font-family: "Myriad Pro", sans-serif;
		line-height: 38px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.banner__catalog-menu--dropdown .navbar-toggle p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.banner__catalog-menu--dropdown .navbar-toggle:not(.collapsed) {
		border-bottom: 1px solid #e2e2e2;
	}
	.banner__catalog-menu--dropdown .navbar-toggle span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 20px;
		width: 44px;
		height: 44px;
		border: 1px solid #222;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.banner__catalog-menu--dropdown .navbar-toggle.collapsed svg {
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.banner__catalog-menu--dropdown .navbar-toggle svg {
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.site-footer-info__wrapper {
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: center;
		padding-bottom: 100px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.site-footer__contact {
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.site-footer__copy-wrapper {
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: center;
		padding-top: 25px;
		padding-bottom: 25px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	a.site-footer__logo {
		margin-right: 0;
		width: 100%;
	}
	.site-footer__logo img {
		display: block;
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0;
	}
	.site-footer__contact--item {
		padding-top: 35px;
	}
	.site-footer__contact--item:first-child {
		margin: 0;
		padding-right: 0;
	}
	.site-footer__icon {
		padding-top: 55px;
		padding-bottom: 20px;
	}
	.site-footer__icon {
		bottom: 0px;
		left: calc(50% - 60px);
	}
	.site-footer__copyright p {
		margin-bottom: 10px;
	}
	.banner__wrapper {
		margin-top: 0;
	}
	.carousel-inner>.item>img {
		-o-object-position: 60%;
		object-position: 60%;
	}
	.carousel-caption {
		right: auto;
		left: 30px;
		/* margin-left: 70px; */
	}
	.carousel-caption h2 {
		font-size: 36px;
		line-height: 1.2;
	}
	_:-ms-lang(x), _:-webkit-full-screen, .carousel-caption a {
		margin-top: -10px;
	}
	_:-ms-lang(x), _:-webkit-full-screen, .carousel-control.left {
		background-image: none;
	}
	_:-ms-lang(x), _:-webkit-full-screen, .carousel-control.right {
		background-image: none;
	}
	/* 	.catalog-menu {
		overflow: hidden;
	} */
	.banner__catalog-menu {
		display: none;
	}
	.banner__catalog-menu--dropdown {
		display: block;
	}
	.banner__catalog-menu--dropdown .catalog-menu.in {
		display: block;
		border-top: 1px solid white;
	}
	.catalog-menu > li:hover .sub-catalog-menu {
		visibility: hidden;
	}
	.catalog-menu > li.is-dropdown .sub-catalog-menu {
		position: static;
		visibility: visible;
	}
	.catalog-menu > li.is-dropdown {
		display: block;
	}
	.banner__catalog-menu .sub-catalog-menu {
		right: 0;
		left: 0;
		width: 100%;
	}
	.banner__catalog-menu .sub-catalog-menu a {
		width: auto;
	}
	.banner__catalog-menu--dropdown .catalog-menu a svg {
		display: none;
	}
	.banner__catalog-menu--dropdown .catalog-menu a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		margin-right: auto;
		margin-left: auto;
		max-width: 450px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	}
	.catalog-menu.collapse:not(.in) {
		display: none;
	}
	.banner__catalog-menu--dropdown ul li:hover, 
	.banner__catalog-menu--dropdown ul li.active {
		border: none;
		background-color: #f9f7f7;
	}
	.banner__catalog-menu--dropdown ul li:hover a, 
	.banner__catalog-menu--dropdown ul li.active a {
		color: #222;
	}
	.banner__catalog-menu .sub-catalog-menu li {
		margin-bottom: 1px;
		background-color: #f9f7f7;
	}
	.banner__catalog-menu--dropdown ul li:first-child {
		margin-top: 20px;
	}
	.banner__catalog-menu--dropdown ul li a {
		padding-top: 10px;
		padding-bottom: 10px;
		color: #222;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 30px;
		font-family: "Myriad Pro", sans-serif;
		line-height: 26px;
	}
	.banner__catalog-menu--dropdown ul li {
		position: relative;
		display: block!important;
		margin-right: auto;
		margin-left: auto;
		max-width: 450px;
		width: 100%;
		border-right: none;
		border-left: none;
		background-color: #f9f7f7;
	}
	.banner__catalog-menu--dropdown .catalog-menu > li > span {
		position: absolute;
		top: 1px;
		right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		visibility: hidden;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		background-color: #FFA000;
		opacity: 0;
		pointer-events: none;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		/* transition: opacity .3s; */
	}
	.banner__catalog-menu--dropdown .catalog-menu > li:nth-child(1) > span {
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
	}
	.banner__catalog-menu--dropdown .catalog-menu > li:nth-child(2) > span {
		-webkit-transition: opacity .3s .05s;
		transition: opacity .3s .05s;
	}
	.banner__catalog-menu--dropdown .catalog-menu > li:nth-child(3) > span {
		-webkit-transition: opacity .3s .1s;
		transition: opacity .3s .1s;
	}
	.banner__catalog-menu--dropdown .catalog-menu > li:nth-child(4) > span {
		-webkit-transition: opacity .3s .15s;
		transition: opacity .3s .15s;
	}
	.banner__catalog-menu--dropdown .catalog-menu.in > li > span {
		visibility: visible;
		opacity: 1;
	}
	.banner__catalog-menu--dropdown ul li svg {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.banner__catalog-menu--dropdown .catalog-menu > li.is-dropdown svg {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.banner__catalog-menu--dropdown ul li .pageFill {
		fill: white;
	}
	.banner__catalog-menu--dropdown ul li.is-dropdown .pageFill {
		fill: #222;
	}
	.banner__catalog-menu--dropdown .sub-catalog-menu {
		margin-right: auto;
		margin-left: auto;
		max-width: 450px;
	}
	.banner__catalog-menu--dropdown .sub-catalog-menu li a {
		margin-left: 40px;
		padding: 0;
		color: #222;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 20px;
		font-family: "Myriad Pro", sans-serif;
		line-height: 42px;
	}
	.banner__catalog-menu-fixed__wrapper a.button-dropdown {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 40px;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
		width: 300px;
		height: 60px;
		border: 1px solid #ffa000;
		background-color: transparent;
		text-align: center;
		-webkit-transition: background-color .3s;
		transition: background-color .3s;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.banner__catalog-menu--dropdown .sub-catalog-menu li {
		border-top: none;
	}
	.banner__catalog-menu-fixed__wrapper a.button-dropdown:hover {
		background-color: #ffa000;
	}
	.button-dropdown span {
		color: #ffa000;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 900;
		font-size: 14px;
		font-family: 'Roboto', sans-serif;
		line-height: 12px;
		-webkit-transition: color .3s;
		transition: color .3s;
	}
	.button-dropdown:hover span {
		color: #fafafa;
	}
	.banner__catalog-menu  .collapsing {
		max-height: 344px!important;
	}
	.about__wrapper {
		padding-right: 30px;
		padding-bottom: 70px;
		padding-left: 30px;
	}
	.advantages__wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.advantages__item {
		flex-basis: 100%;
		margin-right: 0;
		margin-left: 0;
		padding-right: 10px;
		padding-bottom: 25px;
		padding-left: 10px;
		max-width: 500px;
		-ms-flex-preferred-size: 100%;
	}
	.advantages__item:first-child {
		margin-right: 0;
	}
	.advantages__item:last-of-type {
		margin-left: 0;
		padding-bottom: 0;
	}
	.advantages__item p {
		padding-top: 35px;
	}
	.advantages__item p:first-child {
		padding-top: 0;
	}
	.customers__wrapper {
		margin-top: 70px;
	}
	.customers__items {
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.customers__items a:nth-child(3) {
		display: none;
	}
	.customers__items a:nth-child(4) {
		display: none;
	}
	.question {
		padding-bottom: 60px;
	}
	.question__wrapper {
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
	}
	.question__wrapper p {
		padding-right: 0;
		padding-bottom: 30px;
	}
	.brand__info {
		margin-top: 80px;
		padding-top: 0;
		box-shadow: none;
	}
	.brand__info img {
		max-width: calc(100% - 40px);
		-o-object-fit: cover;
		object-fit: cover;
	}
	_:-ms-lang(x), _:-webkit-full-screen, .brand__info {
		margin-top: 60px;
	}
	_:-ms-lang(x), _:-webkit-full-screen, .brand__info img {
		height: auto;
	}
	.brand-menu__wrapper {
		height: 615px;
	}
	.brand-menu {
		flex-basis: 460px;
		align-content: center;
		justify-content: space-between;
		margin-right: auto;
		margin-left: auto;
		width: 460px;
		height: 615px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-ms-flex-line-pack: center;
		-ms-flex-preferred-size: 460px;
	}
	.brand-menu a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-basis: 220px;
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-right: 0;
		margin-bottom: 40px;
		width: 220px;
		height: 210px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-ms-flex-preferred-size: 220px;
	}
	.brand-menu .img-wrapper {
		padding-left: 0;
	}
	.brand-menu a:nth-child(3), .brand-menu a:last-child {
		margin-bottom: 0;
	}
	.brand-menu span:last-child {
		padding-top: 20px;
		padding-left: 0;
		text-align: center;
	}
	.brand-menu img {
		padding-right: 0;
		padding-bottom: 20px;
	}
	.brand-menu span:first-of-type {
		width: 58px;
		height: 2px;
	}
	.brand-menu span:last-child {
		padding-top: 20px;
		padding-left: 0;
	}
	.brand-menu svg {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.heaver-responsive-menu__wrapper {
		position: absolute;
		top: 0;
		left: 0;
		overflow-y: auto;
		min-height: 515px;
		height: 100vh;
		width: 100%;
		background-color: #ffa000;
	}
	.responsive-only {
		display: block;
	}
	.site-header-menu__nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 150;
		overflow: hidden;
		min-height: 515px;
		background-color: #ffa000;
	}
	.responsive-only.navbar-brand {
		position: absolute;
		top: 40px;
		left: 50%;
		height: auto;
		opacity: 1;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		will-change: opacity;
	}
	.responsive-only.navbar-brand:hover {
		opacity: .7;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
	}
	.site-header-menu__nav.in {
		min-height: 100vh;
	}
	.site-header-menu__nav .navbar-nav {
		margin-top: 160px;
		margin-right: auto;
		margin-left: auto;
		max-width: 440px;
	}
	.site-header-menu__nav .navbar-nav li {
		background-color: transparent;
	}
	.site-header-menu__nav .navbar-nav > li > a {
		color: #FFF;
	}
	.site-header-menu__nav .navbar-nav > li:hover > a,
	.site-header-menu__nav .navbar-nav > li.active > a {
		color: #222;
	}
	.close-button {
		position: absolute;
		top: 15px;
		right: 15px;
		display: block;
		width: 50px;
		height: 50px;
		opacity: 1;
		cursor: pointer;
		-webkit-transition: opacity .3s, -webkit-transform .3s;
		transition: opacity .3s, -webkit-transform .3s;
		transition: opacity .3s, transform .3s;
		transition: opacity .3s, transform .3s, -webkit-transform .3s;
		will-change: opacity;
	}
	.close-button:hover {
		opacity: .7;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.close-button::before,
	.close-button::after {
		position: absolute;
		top: 25px;
		left: 0px;
		width: 50px;
		height: 2px;
		background-color: white;
		content: "";
	}
	.close-button::before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.close-button::after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.navbar-nav > li:hover .sub-nav {
		visibility: hidden;
	}
	.navbar-nav > li:hover .is-dropdown + .sub-nav {
		visibility: visible;
	}
	.respDropdown.is-dropdown + .sub-nav {
		position: static;
		visibility: visible;
		margin-left: 0;
	}
	.navbar-nav > li:hover .sub-nav {
		background-color: transparent;
	}
	.site-header-menu__nav li a {
		font-size: 30px;
	}
	.site-header-menu__nav .sub-nav a {
		color: #FFF;
		font-size: 20px;
	}
	.site-header-menu__nav .sub-nav li:hover a {
		color: #222;
	}
	.category-menu {
		margin-top: 40px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		max-width: 440px;
		list-style: none!important;
	}
	.category-menu li {
		padding-top: 10px;
		padding-bottom: 10px;
		list-style: none;
	}
	.category-menu li a {
		color: white;
		-webkit-transition: color .3s;
		transition: color .3s;
	}
	.category-menu li:hover a,
	.category-menu li.active a {
		color: #222;
	}
	.site-header-menu__nav .sub-nav li {
		padding-right: 10px;
	}
	.breadcrumb {
		display: none;
	}
	.remodal {
		padding-top: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.contacts__request {
		padding: 0 40px;
	}
	.contacts__request form {
		margin-right: auto;
		margin-left: auto;
		padding-right: 0;
		padding-left: 0;
	}
	.contacts__details {
		padding-right: 40px;
		padding-left: 40px;
	}
	.contacts__details h2, 
	.contacts__detail-item {
		text-align: center;
	}
	.contacts__wrapper {
		margin-top: 0;
	}
	.main-content {
		margin-top: 50px;
		padding: 0 10px;
	}
	.main-content-blog {
		margin-top: 50px;
		padding: 0 10px;
	}
	.category-subcategories {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.category--item {
		flex-basis: 100%;
		margin-bottom: 20px;
		max-width: 460px;
		-ms-flex-preferred-size: 100%;
	}
	.category--item img {
		max-width: 460px;
		max-height: 235px;
	}
	.category--item .item-name span {
		border-left: none;
		text-align: center;
	}
	.production-photo {
		width: 100%;
	}
	.production-special-offer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 50px;
	}
	.special-offer--icon {
		flex-basis: 100%;
		text-align: center;
		-ms-flex-preferred-size: 100%;
	}
	.special-offer--text {
		flex-basis: 100%;
		margin-top: 15px;
		margin-left: 0;
		text-align: center;
		-ms-flex-preferred-size: 100%;
	}
	.special-offer--text h3 {
		line-height: 1.4;
	}
	.special-offer--text p {
		letter-spacing: 1px;
		font-size: 16px;
	}
	.blog-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 10px 10px 20px;
	}
	.blog-img {
		flex-basis: 100%;
		margin-bottom: 20px;
		-ms-flex-preferred-size: 100%;
	}
	.blog-img img {
		display: block;
		margin-right: auto;
		margin-left: auto;
		max-width: 445px;
		max-height: 250px;
	}
	.blog-text {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
	}
	.blog-inner {
		padding: 0;
		box-shadow: none;
	}
	.blog-inner-date {
		padding-top: 20px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	.blog-inner-info img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.blog-inner-text {
		padding-right: 10px;
		padding-left: 10px;
	}
	_:-ms-lang(x), _:-webkit-full-screen, .blog-inner-info img {
		height: auto;
	}
	.page-pagination {
		margin-bottom: 70px;
	}
}
@media (max-width: 641px) {}
@media (max-width: 479px) {
	.site-header-info__contact {
		width: 100%;
	}
	.site-header-info__contact a {
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
		-ms-flex-preferred-size: 100%;
	}
	.site-header-info__contact span {
		font-size: 16px;
		padding-left: 10px;
	}
	.carousel-inner>.item>img {
		-o-object-position: 65%;
		object-position: 65%;
	}
	.carousel-caption {
		left: -15px;
		margin-top: -100px;
		margin-right: 5px;
		margin-left: -20px;
	}
	.carousel-caption h2 {
		margin-top: 40px;
		font-size: 24px;
		line-height: 1.4;
	}
	.carousel-caption p {
		margin-top: 25px;
		max-width: 280px;
	}
	.carousel .carousel-control {
		background-image: none;
	}
	.banner__catalog-menu--dropdown ul li a {
		font-size: 20px;
	}
	.banner__catalog-menu--dropdown .sub-catalog-menu li a {
		font-size: 18px;
	}
	.banner__catalog-menu--dropdown .navbar-toggle span {
		width: 34px;
		height: 34px;
	}
	.banner__catalog-menu--dropdown .catalog-menu > li > span {
		top: 10px;
		right: 30px;
		width: 30px;
		height: 30px;
	}
	.banner__catalog-menu-fixed__wrapper a.button-dropdown {
		width: 270px;
		height: 50px;
	}
	.customers__items a {
		padding-right: 10px;
		padding-left: 10px;
	}
	.customers__items a:first-child {
		padding-left: 0;
	}
	.customers__items a:last-child {
		padding-right: 0;
	}
	.question {
		padding-top: 35px;
		padding-bottom: 40px;
	}
	.question__wrapper p {
		padding-bottom: 25px;
		font-size: 29px;
	}
	.brand__info {
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
	}
	.brand__info img {
		padding-left: 0;
		max-width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.brand__info p,
	.brand__info h1,
	.brand__info h2,
	.brand__info h3,
	.brand__info h4,
	.brand__info ul,
	.brand__info ol {
		padding-right: 15px;
		padding-left: 15px;
	}
	.brand__info h1,
	.brand__info h2,
	.brand__info h3,
	.brand__info h4 {
		text-align: center;
	}
	.brand-menu__wrapper {
		height: 790px;
	}
	.brand-menu {
		width: 100%;
		height: 790px;
	}
	.brand-menu span:last-child {
		text-align: left;
	}
	.brand-menu a {
		flex-basis: 280px;
		-ms-flex-direction: row;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		margin-right: auto;
		margin-bottom: 30px;
		margin-left: auto;
		padding-top: 0;
		width: 280px;
		height: 130px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-preferred-size: 280px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
	}
	.brand-menu a:nth-child(3) {
		margin-bottom: 30px;
	}
	.brand-menu a:last-child {
		margin-bottom: 0;
	}
	.brand-menu a:nth-child(2), 
	.brand-menu a:last-child {
		margin-right: auto;
	}
	.brand-menu span:first-of-type {
		width: 2px;
		height: 58px;
	}
	.brand-menu .img-wrapper {
		flex-basis: 50px;
		padding-left: 20px;
		-ms-flex-preferred-size: 50px;
	}
	.brand-menu img {
		padding-right: 15px;
	}
	.brand-menu span:last-child {
		padding-top: 0;
		padding-left: 20px;
	}
	.brand-menu img {
		padding-bottom: 0;
	}
	.brand-menu svg {
		margin-right: 15px;
		margin-bottom: 0;
	}
	.site-header-menu__nav {
		text-align: center;
	}
	.site-header-menu__nav li a {
		font-size: 20px;
	}
	.site-header-menu__nav .sub-nav a {
		color: #FFF;
		font-size: 16px;
	}
	.brand__title h2 {
		font-size: 24px;
	}
	.contacts__request form {
		padding-right: 15px;
		padding-left: 15px;
	}
	.contacts__request {
		padding-right: 0;
		padding-left: 0;
	}
	.main-content {
		padding: 0 10px;
	}
	.main-content-blog {
		padding: 0;
	}
	.category-text {
		margin-bottom: 80px;
	}
	.category-text h2 {
		font-size: 22px;
	}
	.category-text h1,
	.category-text h2,
	.category-text h3,
	.category-text h4 {
		text-align: center;
	}
	.production-control {
		display: none;
	}
	.production-text h1,
	.production-text h2,
	.production-text h3,
	.production-text h4 {
		text-align: center;
	}
	.production-special-offer {
		padding-top: 35px;
		padding-right: 10px;
		padding-bottom: 35px;
		padding-left: 10px;
	}
	.special-offer--text p {
		letter-spacing: normal;
		font-size: 16px;
	}
	.production-button a {
		width: 300px;
		height: 46px;
	}
	.production-button a span {
		letter-spacing: normal;
		font-size: 12px;
	}
	.services-text h1,
	.services-text h2,
	.services-text h3,
	.services-text h4 {
		text-align: center;
	}
	.blog-text h2 a {
		letter-spacing: normal;
		font-size: 28px;
	}
	.blog-text {
		margin-left: 0;
	}
	.page-pagination a {
		font-size: 14px;
	}
	.page-pagination li {
		margin-right: 5px;
		width: 30px;
		height: 30px;
	}
	.page-pagination a {
		line-height: 30px;
	}
}
@media (max-width: 1390px) {
	.site-header-menu__logo {
		position: static;
	}
}
@media (max-width: 1220px) {
	.site-header-menu__logo img {
		left: 0;
	}
	/* 	.site-header-menu__logo-text__wrapper {
		left: -10px;
	} */
}
@media (max-width: 1100px) {
	.site-header-menu__logo img {
		left: 0;
	}
	/* 	.site-header-menu__logo-text__wrapper {
		left: -10px;
	} */
}
@media (max-width: 992px) {
	.site-header-menu__logo img {
		left: -15px;
	}
	/* 	.site-header-menu__logo-text__wrapper {
		left: -25px;
	} */
	_:-ms-lang(x), _:-webkit-full-screen, .carousel-caption h2 {
		margin-bottom: 30px;
		font-size: 30px;
	}
	_:-ms-lang(x), _:-webkit-full-screen, .carousel-caption p {
		display: none;
	}
	_:-ms-lang(x), _:-webkit-full-screen, .carousel-control.right {
		background-size: 38px 150px;
	}
	_:-ms-lang(x), _:-webkit-full-screen, .carousel-control.left {
		background-size: 38px 150px;
	}
}
@media (max-width: 790px) {
	.site-header-menu__logo img {
		left: 0;
	}
	/* 	.site-header-menu__logo-text__wrapper {
		left: -10px;
	} */
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.sub-nav {
		min-width: 290px;
	}
	.carousel-inner>.item>img {
		min-height: 0;
	}
}
@media (max-width: 600px) {
	.carousel-caption {
		margin-top: -100px;
		margin-left: 40px;
	}
	.carousel-caption h2 {
		font-size: 32px;
		line-height: 1.2;
	}
	_:-ms-lang(x), _:-webkit-full-screen, .carousel-caption h2 {
		display: none;
	}
	_:-ms-lang(x), _:-webkit-full-screen, .carousel-caption a {
		display: none;
	}
}
@media (-ms-accelerator:true) and (max-width: 1199px) {
	.carousel-caption h2 {
		margin-bottom: 10px;
		font-size: 36px;
		line-height: 1;
	}
	.carousel-caption p {
		line-height: 1.2;
	}
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 1199px) {
	.carousel-caption h2 {
		margin-bottom: 10px;
		font-size: 36px;
		line-height: 1;
	}
	.carousel-caption p {
		line-height: 1.2;
	}
	.category--item img {
		height: auto;
	}
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 991px) {
	.carousel-caption h2 {
		margin-bottom: 30px;
	}
	.carousel-caption p {
		display: none;
	}
	.carousel-control.right,
	.carousel-control.left {
		background-size: 38px 150px;
	}
	.blog-img img {
		height: auto;
	}
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 767px) {
	.carousel-inner>.item>img {
		/* min-height: 200px; */
		width: auto;
		height: auto;
	}
	.carousel-caption h2 {
		margin-bottom: 40px;
		font-size: 30px;
	}
	.carousel-control.right,
	.carousel-control.left {
		background-image: none;
	}
	.brand__info {
		margin-top: 60px;
	}
	.brand__info img {
		height: auto;
	}
	.blog-inner-info img {
		height: auto;
	}
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 600px) {
	.carousel-caption {
		margin-top: 0;
	}
	.carousel-caption h2 {
		display: none;
	}
	.carousel-caption a {
		display: none;
	}
}
@media (max-width: 480px) {
	.about__wrapper {
		margin-top: 70px;
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media (max-width: 355px) {
	.customers__items a:nth-child(2) {
		display: none;
	}
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 479px) {
	.question__wrapper p {
		font-size: 27px;
	}
}

.navbar-collapse {
	border-top: none;
}

.navbar-collapse.collapsing {
	animation-duration: 0s!important;
	height: 100%!important;
	min-height: 100vh!important;
}