@font-face {
    font-family: 'PFDinTextCondPro';
    src: url("/assets/templates/site/fonts/PFDinTextCondPro-Regular.eot");
    src: local("PF Din Text Cond Pro"), url("/assets/templates/site/fonts/PFDinTextCondPro-Regular.ttf");
}
#mbnr4web {
	display: none !important;
}
body {
  margin:0;
  font-family: 'PFDinTextCondPro', sans-serif;
  overflow-x: hidden;
  cursor: default;
  width: 100%;
  outline: none !important;
  background: #fff;
  color: #000;
}
a{
  text-decoration:none;
}
a:active,
a:focus,
a:hover {
  outline: none !important;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
	position: absolute;
	content: "";
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
* {
    margin: 0;
	padding: 0;
}
button,
input,
textarea,
select {
  outline: none;
  font-family: 'PFDinTextCondPro', sans-serif;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
ol,ul {
  list-style: none;
  margin:0;
  padding:0;
}
p {
  font-family: 'PFDinTextCondPro', sans-serif;	
  position: relative;	
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0;
}
p span {
  font-weight: 700;
}
p a {
	font-weight: 700;
	color: #f7941e;
	text-decoration: underline;
}
input::-webkit-input-placeholder {
	font-family: 'PFDinTextCondPro', sans-serif;
	color: rgba(0,0,0,1) !important;
}
input::-moz-placeholder{
	font-family: 'PFDinTextCondPro', sans-serif;
	color: rgba(0,0,0,1) !important;
}
input:-moz-placeholder{
	font-family: 'PFDinTextCondPro', sans-serif;
	color: rgba(0,0,0,1) !important;
}
input:-ms-input-placeholder {
	font-family: 'PFDinTextCondPro', sans-serif;
	color: rgba(0,0,0,1) !important;
}
.container {
	position: relative;
    width: 100%;
    padding: 0 100px;
    margin: 0 auto;
}
.content {
	padding-top: 110px;
}
.burger {
	position: relative;
	width: 40px;
	height: 20px;
	cursor: pointer;
	display: none;
	z-index: 999;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.burger::before, .burger span, .burger::after {
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    opacity: 1;
}
.black .burger::before, .black .burger span, .black .burger::after {
    background: #000;
}
.burger:before, .burger:after {
   -webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	content: "";
}
.burger::before {
    top: 0px;
}
.burger span {
	top: 9px;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.burger:after {
	top: 18px;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
/* Hover */
.burger:hover span {
	width: 100%;
}
.burger:hover:after {
	width: 100%;
}
/* Click */
.burger.cross span {
	opacity: 0;
}
.burger.cross:before, .burger.cross:after {
	top: 50%;
	width: 100%;
}
.burger.cross:before {
	-webkit-transform: rotate(45deg); 
    -moz-transform: rotate(45deg);  
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5); /*for IE*/
}
.burger.cross:after {
	-webkit-transform: rotate(-45deg); 
    -moz-transform: rotate(-45deg);  
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5); /*for IE*/
}
.burger:focus {
	outline: none;
}

/* -------------------------------- 

header

-------------------------------- */
header {
	position: absolute;
	background: #231F20;
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.top-header {
	background: #6E6E70;
	position: relative;
	z-index: 1;
}
.top-flex {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 40px;
}
.contact {
	display: flex;
	align-items: center;
	margin-right: 70px;
}
.contact li {
	display: flex;
	align-items: center;
	margin-right: 40px;
	font-size: 14px;
}
.contact li:last-child {
	margin-right: 0px;
}
.contact li a {
	color: #fff;
	display: flex;
	align-items: center;
}
.contact li img {
	width: 30px;
	height: 30px;
	display: block;
	margin-right: 10px;
}
.social {
	display: flex;
	align-items: center;
}
.social li {
	margin-right: 10px;
}
.social li:last-child {
	margin-right: 0px;
}
.social li a {
	display: block;
}
.social li a img {
	width: 30px;
	height: 30px;
	display: block;
}
.bottom-header {
	position: relative;
	background: #231f20;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.shrink .bottom-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.bottom-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0;
}
.nav-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 40px;
}
.nav li {
	position: relative;
	font-size: 16px;
	line-height: 1.4;
	margin-right: 30px;
	padding-right: 30px;
}
.nav li:last-child {
	margin-right: 0;
}
.nav li a {
	color: #fff;
	font-weight: 700;
	padding: 10px 0;
}
.nav li.active a {
	color: #99c4c7;
}
.dropdown {
	display: flex;
	align-items: center;
}
.dropdown:before {
	background: url(../img/caret.svg) no-repeat center center;
	background-size: contain;
	right: 0;
	width: 10px;
	height: 10px;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.dropdown:hover:before {
	transform: rotate(-180deg);
}
.dropdown-toggle {
	position: relative;
	color: #fff;
	font-weight: 700;
}
.dropdown-menu {
	position: absolute;
	background: #231f20;
	padding: 15px;
	opacity: 0;
	top: 40px;
	visibility: hidden;
	transform: translateY(50px);
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	width: 200px;
}
.dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.dropdown-menu li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dashed rgba(255,255,255,0.35);
}
.dropdown-menu li:last-child {
	border-bottom: none;
}
.nav .dropdown-menu li a {
	font-weight: 400;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.nav .dropdown-menu li a:hover {
	color: rgba(255,255,255,0.65);
}
.nav li.active .dropdown-menu li a {
	color: #fff;
}
.nav li.active .dropdown-menu li a:hover {
	color: rgba(255,255,255,0.65);
}
.nav-group {
	display: flex;
	align-items: center;
}
.nav-group li {
	margin-right: 20px;
}
.nav-group li:last-child {
	margin-right: 0px;
}
.btn {
	font-family: 'PFDinTextCondPro', sans-serif;
	position: relative;
	display: flex;
	text-align: center;
	width: 100%;
	max-width: 260px;
	align-items: center;
	justify-content: center;
	height: 55px;
	overflow: hidden;
	background: transparent;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	border: 1px solid #F7941E;
	cursor: pointer;
	padding: 0 25px;
	flex: 0 0 auto;
}
.btn:before {
	background: #F7941E;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.btn span {
	position: relative;	
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.btn:hover {
	color: #f7941e;
}
.btn:hover:before {
	width: 0%;
}
.btn-light:before {
	width: 0%;
}
.btn-light:hover:before {
	width: 100%;
}
.btn-light:hover {
	color: #fff;
}
.nav-group .btn {
	height: 45px;
	border: 1px solid #99C4C7;
}
.nav-group .btn:before {
	background: #99C4C7;
}
.logo {
	width: 75px;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.logo img {
	width: 100%;
	display: block;
}
.shrink .logo {
	width: 60px;
}
.hidden {
	display: none;
}

/* -------------------------------- 

intro

-------------------------------- */
#intro {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: #000;
	color: #fff;
}
.intro-item {
	position: relative;
	height: 100vh;
}
.intro-item::before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
	width: 70%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.intro-item img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.slider-content {
	position: relative;
	width: 45%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 100px;
	z-index: 2;
}
.slick-active .slider-content {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-100%);
	animation: hor 0.45s ease-in-out 0.45s forwards;
    -webkit-animation: hor 0.45s ease-in-out 0.45s forwards;
}
.slider-content h2 {
	position: relative;
	font-size: 48px;
	margin-bottom: 40px;
	padding-left: 30px;
}
.slider-content h2:before {
	background: #F7941E;
	width: 4px;
	height: 100%;
	top: 0;
	left: 0;
}
.slider-content p {
	font-size: 24px;
}
.slider-content .btn {
	margin-top: 70px;
}

/* -------------------------------- 

slick

-------------------------------- */
.slick-list, .slick-slider, .slick-track {
	position: relative;
	display: block;
}
.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}
.slick-slider {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
	margin: 0 auto;
}
.slick-list {
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
}
.slick-track:after, .slick-track:before {
    display: table;
    content: ''}
.slick-track:after {
    clear: both;
}
.slick-slide {
	display: none;
	vertical-align: middle;
	min-height: 1px;
}
.slider-book .slick-slide {
	vertical-align: top;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slider-partner .slick-slide img {
	width: 70%;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: flex;
	position: relative;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots li button:before, .slick-next:before, .slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	width: 55px;
	height: 55px;
	cursor: pointer;
	color: transparent;
	outline: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	z-index: 2;
	position: absolute;
}
.slick-next img, .slick-prev img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
    width: 14px;
    height: 14px;
	object-position: center center;
}
.slick-next:before, .slick-prev:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
    width: 55px;
    height: 55px;
	border: 1px solid #f7941e;
	border-radius: 50%;
	-webkit-transition: 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	transform: scale(1.15);
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    opacity: 1;	
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
    opacity: 0;
	pointer-events: none;
}
.slick-prev {
	left: 100px;
	bottom: 100px;
}
.slick-next {
	left: 200px;
	bottom: 100px;
}
.slick-dots {
	bottom: -35px;
	width: 70%;
	list-style: none;
	text-align: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	right: 0;
	left: 0;
}
.slick-dots li {
	position: relative;
	height: 1px;
	width: 100%;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    height: 1px;
	width: 100%;
	background: rgba(20, 21, 32, 0.4);
    cursor: pointer;
    color: transparent;
    border: 0;
	-webkit-transition: 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.45s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li.slick-active button {
	background: #F8A94B;
	height: 5px;
	margin-top: -2px;
	border-radius: 3px;
}

/* -------------------------------- 

animation

-------------------------------- */
.hor {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-100%);
	animation: hor 0.45s ease-in-out 0.45s forwards;
    -webkit-animation: hor 0.45s ease-in-out 0.45s forwards;
}
.hor-revers {
	opacity: 0;
	visibility: hidden;
	transform: translateX(100%);
	animation: hor 0.45s ease-in-out 0.45s forwards;
    -webkit-animation: hor 0.45s ease-in-out 0.45s forwards;
}
@-webkit-keyframes hor {
	100% {transform: translateX(0px); opacity: 1; visibility: visible;}
}
@keyframes hor {
	100% {transform: translateX(0px); opacity: 1; visibility: visible;}
}
.vert {
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	animation: vert 0.45s ease-in-out 0.45s forwards;
    -webkit-animation: vert 0.45s ease-in-out 0.45s forwards;
}
.vert-revers {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-100%);
	animation: vert 0.45s ease-in-out 0.45s forwards;
    -webkit-animation: vert 0.45s ease-in-out 0.45s forwards;
}
@-webkit-keyframes vert {
	100% {transform: translateY(0px); opacity: 1; visibility: visible;}
}
@keyframes vert {
	100% {transform: translateY(0px); opacity: 1; visibility: visible;}
}

/* -------------------------------- 

b1

-------------------------------- */
#b1 {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.section {
	padding: 70px 0;
}
.b1-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.b1-title {
	position: relative;
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.b1-title::before {
	background: url(../img/logo1.svg) no-repeat center center;
	background-size: contain;
	width: 320px;
	height: 320px;
	top: -40px;
}
.title {
	position: relative;
	font-size: 36px;
	margin-bottom: 40px;
	padding-left: 30px;
}
.title span {
	display: inline-block;
	font-size: 24px;
}
.title:before {
	background: #F7941E;
	width: 4px;
	height: 100%;
	top: 0;
	left: 0;
}
.b1-grid {
	display: flex;
	margin: 0;
	flex-wrap: wrap;
	width: 70%;
	padding-left: 70px;
}
.b1-grid .product-item h2 {
	padding: 20px;
	font-size: 24px;
}
.b1-grid .product-item .btn {
	bottom: 20px;
	max-width: 140px;
}
.b1-title .title {
	font-size: 30px;
}
.b1-title .title span {
	font-size: 20px;
}



/* -------------------------------- 

b2

-------------------------------- */
#b2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: url(../img/b2.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
.b2-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b2-form {
	width: 30%;
	background: #fff;
	padding: 30px;
	color: #000;
	position: relative;
	overflow: hidden;
}
.b2-form .title {
	margin-bottom: 20px;
}
.b2-content {
	position: relative;
	width: 70%;
	padding-left: 70px;
}
.b2-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.b2-item {
	display: flex;
	align-items: center;
	padding-right: 30px;
	width: 33.333%;
}
.b2-img {
	position: relative;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	flex: 0 0 auto;
}
.b2-img img {
	position: relative;
	width: 30px;
	height: 30px;
}
.b2-img:before {
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.b2-item:hover .b2-img:before {
	transform: scale(1.15);
}
.b2-item h3 {
	font-size: 18px;
	font-family: 'PFDinTextCondPro', sans-serif;
}
.form-group {
	position: relative;
	margin-bottom: 30px;
}
.form-group:last-of-type {
	margin-bottom: 0px;
}
.control-label {
	font-weight: 700;
	display: none;
}
.thank {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    padding: 30px;
    text-align: center;
}
label.error {
    display: block;
    position: absolute;
    right: 0;
	top: 0;
    background: #ffcf01;
    border: 0;
    color: #000;
    padding: 6px 8px 6px 8px;
    text-align: center;
    font-size: 10px;
	line-height: 1;
    -moz-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-ms-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}	
label.error::before {
    background: #ffcf01;
    width: 7px;
    height: 7px;
    left: -4px;
    top: 8px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#agreement-error:after {
	display: none;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="phone"] {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0;
	border: 0;
	background: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="phone"]:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 0.65);
}
textarea {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	resize: vertical;
	background: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
textarea:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 0.65);
}
.agreement {
	position: relative;
	padding: 0 0 20px 0;
}
.agreement input {  
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   cursor: pointer;
   opacity: 0;
}
.agreement label {
	text-align: left;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 30px;
	display: block;
	font-size: 12px;
	color: #000;
	position: relative;
}
.agreement label a {
	font-weight: 700;
	color: #99c4c7;
}
.agreement input.checkbox ~ label:before {
	background: url(../img/check-default.svg) no-repeat center center;
	background-size: contain;
	width: 16px;
	height: 16px;
    transition: 0.25s ease-in-out;
	top: -2px;
    left: 0;
}
.agreement input.checkbox:checked ~ label:before {
	background: url(../img/check-active.svg) no-repeat center center;
	background-size: contain;
}
.alert.alert-danger {
	display: none;
}
.error {
    position: absolute;
    right: 0;
	top: 0;
    background: #99c4c7;
    border: 0;
    color: #fff;
    padding: 6px 8px 6px 8px;
    text-align: center;
    font-size: 12px;
	line-height: 1;
	display: none;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}	
.error::before {
    background: #99c4c7;
    width: 7px;
    height: 7px;
    left: -4px;
    top: 8px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.has-error .error {
    display: block;
}

/* -------------------------------- 

modal-box

-------------------------------- */
.modal, .modal-box {
    z-index: 9999;
}
.modal-sandbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
}
.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
}
.modal-box {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.modal-body {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    z-index: 9999;
}
.modal_container {
	background: #fff;
	padding: 40px;
	margin: 0 auto;
	width: 40%;
	height: auto;
	position: relative;
	display: table;
	animation-name: modalbox;
	animation-duration: .3s;
	animation-timing-function: ease-out;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.modal h3 {
	position: relative;
	font-size: 28px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px;
	padding-left: 20px;
}
.modal h3:before {
	background: #f7941e;
	width: 4px;
	height: 100%;
	top: 0;
	left: 0;
}
/* Close Button */
.close-modal {
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../img/close.svg) no-repeat;
	background-size: auto auto;
	cursor: pointer;
	width: 20px;
	height: 20px;
	z-index: 9999;
	opacity: 0.65;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	background-size: contain;
}
.close-modal:hover {
    opacity: 1;
}
/* Animation */
@-webkit-keyframes modalbox {
  0% {
    transform: translateX(-100%); 
    opacity: 0;
  }
  100% {
    transform: translateX(0%);  
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    transform: translateX(-100%); 
    opacity: 0;
  }
  100% {
    transform: translateX(0%);  
    opacity: 1;
  }
}

/* -------------------------------- 

b3

-------------------------------- */
#b3 {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.b3-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.b3-flex .title {
	padding-right: 70px;
	flex: 0 0 auto;
}
.b3-grid {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0 -0.5%;
}
.b3-item {
	position: relative;
	overflow: hidden;
	width: 24%;
	margin: 0 0.5%;
	background: #F7941E;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 40px 30px;
	color: #fff;
}
.b3-item img {
	position: absolute;
	right: 0;
	opacity: 0.25;
	transform: translateX(50%);
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.b3-item:hover img {
	transform: translateX(15%);
}
.b3-num {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	font-size: 24px;
}
.b3-item h3 {
	font-family: 'PFDinTextCondPro', sans-serif;
	font-size: 20px;
}

/* -------------------------------- 

b4

-------------------------------- */
#b4 {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #6E6E70;
	color: #fff;
}
.b4-flex {
	display: flex;
	justify-content: space-between;
}
.b4-img {
	width: 40%;
	overflow: hidden;
	flex: 0 0 auto;
}
.b4-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.b4-content {
	width: 60%;
	padding: 100px 100px 100px 200px;
}
.b4-title {
	position: relative;
	font-size: 36px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}
.b4-title:before {
	background: url(../img/logo1.svg) no-repeat center center;
	background-size: contain;
	width: 250px;
	height: 250px;
	left: -70px;
}
.b4-title span {
	position: relative;
}
.b4-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.b4-item {
	width: 50%;
	display: flex;
	align-items: center;
	padding-right: 30px;
	margin: 10px 0;
}
.b4-ico {
	position: relative;
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	flex: 0 0 auto;
}
.b4-ico:before {
	width: 55px;
	height: 55px;
	background: #F7941E;
	border-radius: 50%;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.b4-ico img {
	position: relative;
	width: 24px;
	height: 24px;
}
.b4-item:hover .b4-ico:before {
	transform: scale(1.15);
}
.b4-item h3 {
	font-family: 'PFDinTextCondPro', sans-serif;
	font-size: 16px;
}

/* -------------------------------- 

b5

-------------------------------- */
#b5 {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.title-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.title-group .title {
	margin: 0;
}
.b5-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.folio-item {
	position: relative;
	overflow: hidden;
	color: #000;
	width: 31.333%;
	margin: 1%;
	background: #F4F4F4;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.folio-item:hover {
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.35);
}
.folio-item:after {
	background: url(../img/search.svg) no-repeat center center;
	background-size: contain;
	width: 55px;
	height: 55px;
	transform: scale(0);
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.folio-item:hover:after {
	transform: scale(1);
}
.img-responsive {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.productpage-spec-item.productpage-specrow img {
	padding: 10px;
}
.img-scheme {
	position: relative;
	display: block;
	width: 50%;
}
.img-mini {
	display: block;
	width: 100%;
	object-fit: contain;
	margin-bottom: 20px;
}
.img-mini:last-child {
	margin-bottom: 0px;
}
.img-mini2 {
	display: block;
	width: 80%;
	object-fit: contain;
}
.folio-item img {
	height: 360px;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.folio-item:hover img {
	filter: grayscale(1);
	opacity: 0.2;
}
.folio-item p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	font-size: 18px;
	margin: 0;
	font-weight: 700;
}
.folio-item p:before {
	background: #F4F4F4;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.folio-item p span {
	position: relative;
}
.folio-item:hover p:before {
	height: 0%;
}

/* -------------------------------- 

b6

-------------------------------- */
#b6 {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #F4F4F4;
}
.b6-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.news-item {
	position: relative;
	overflow: hidden;
	color: #000;
	width: 31.333%;
	margin: 1%;
	background: #F4F4F4;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.news-item a {
	display: flex;
	height: 100%;
	flex-direction: column;
	color: #000;
}
.news-item:hover {
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.35);
}
.news-item img {
	height: 530px;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.news-item:hover img {
	filter: grayscale(1);
	opacity: 0.2;
}
.news-txt {
	position: absolute;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	bottom: 0;
	left: 0;
	width: 100%;
}
.date {
	font-size: 14px;
	font-weight: 700;
	color: #99C4C7;
	padding: 10px 0 0 28px;
	margin: 10px 0 0 0;
	border-top: 1px solid #A8A9AD;
	display: flex;
	align-items: center;
}
.date:before {
	background: url(../img/date.svg) no-repeat center center;
	background-size: contain;
	width: 18px;
	height: 18px;
	left: 0;
}
.description {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}
.news-txt:before {
	background: #fff;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.news-item:hover .news-txt:before {
	height: 0%;
}

/* -------------------------------- 

b7

-------------------------------- */
#b7 {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: url(../img/b7.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}
#b7:before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 50vh;
	top: 0;
	left: 0;
}
.b7-flex {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#b7 .title {
	color: #fff;
	font-size: 64px;
	line-height: 0.8;
}
#b7 .title span {
	display: inline-block;
	font-size: 32px;
}
.b7-form {
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 40px;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
	width: 35%;
}

/* -------------------------------- 

b8

-------------------------------- */
#b8 {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
}
#map {
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
}
#zoom-in {
	width: 50px;
	height: 50px;
}
#zoom-out {
	width: 50px;
	height: 50px;
}
#map .btn {
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
}
.contact-info {
	position: absolute;
	top: 25%;
	left: 100px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 70px 40px;
	width: 30%;
	overflow: hidden;
}
.contact-info:before {
	background: url(../img/logo1.svg) no-repeat center center;
	background-size: contain;
	width: 350px;
	height: 350px;
	top: 7%;
	left: 0;
	opacity: 0.25;
	transform: translateX(-25%);
}
.contact-list {
	position: relative;
}
.contact-item {
	display: flex;
	align-items: center;
	padding: 5px 0;
}
.contact-item p {
	margin: 0;
}
.contact-item img {
	width: 30px;
	height: 30px;
	margin-right: 15px;
}
.contact-item a {
	display: flex;
	align-items: center;
	color: #000;
}
.date-item {
	padding: 15px 0;
	margin: 15px 0;
	border-top: 1px dashed #A7A9AC;
	border-bottom: 1px dashed #A7A9AC;
}
.date-item h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.date-flex {
	display: flex;
	align-items: center;
}
.date-flex img {
	width: 30px;
	height: 30px;
	margin-right: 15px;
}
.date-flex p {
	margin: 0;
}
.date-flex p span {
	font-weight: 700;
}
.social-contact {
	display: flex;
	align-items: center;
}
.social-contact li {
	margin-right: 10px;
}
.social-contact li:last-child {
	margin-right: 0px;
}
.social-contact li img {
	width: 30px;
	height: 30px;
}

/* -------------------------------- 

footer

-------------------------------- */
footer {
	position: relative;
	background: #231F20;
	color: #fff;
	overflow: hidden;
}
footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo-footer {
	width: 15%;
	padding: 30px 0;
}
.logo-footer img {
	width: 100%;
}
.footer-content {
	position: relative;
	width: 85%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 40px 0 40px 100px;
}
.footer-nav, .footer-contact {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}
.footer-nav {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
.nav-footer {
	display: flex;
	align-items: center;
	margin-right: 70px;
}
.nav-footer li {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin-right: 40px;
}
.nav-footer li:last-child {
	margin-right: 0px;
}
.nav-footer li a {
	color: #fff;
}
.footer-item {
	display: flex;
	align-items: center;
	padding-right: 40px;
}
.footer-item:last-of-type {
	padding-right: 0px;
}
.footer-item a {
	display: flex;
	align-items: center;
	color: #fff;
}
.footer-item img {
	width: 30px;
	height: 30px;
	margin-right: 15px;
}
.footer-bottom {
	background: #322F30;
	padding: 15px 0;
}
.footer-bottom p {
	margin: 0;
}
.copyright {
	font-size: 12px;
}
.footer-bottom a {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.footer-bottom a:hover {
	color: #99C4C7;
}
.share {
	margin: 0;
	padding-right: 10px;
	font-size: 16px;
	text-transform: uppercase;
}


/* -------------------------------- 

folio

-------------------------------- */
#folio {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.after-header {
	padding-top: 110px;
}
.folio-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
#content {
	min-height: 90vh;
	overflow: hidden;
}

/* -------------------------------- 

home-intro

-------------------------------- */
.home-intro {
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #fff;
	background: #000;
}
.home-intro:before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0) 100%);
	width: 60%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.home-intro:after {
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0) 100%);
	width: 30%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
}
.intro-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-intro-flex {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}
.home-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100vh;
	padding-bottom: 100px;
	width: 50%;
}
.home-intro-flex .title {
	font-size: 54px;
}
.home-intro-flex .lead {
	font-size: 24px;
}
.home-intro-flex h2 {
	font-size: 36px;
	margin-bottom: 30px;
}
.nav-asside {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 50px;
	width: 17%;
}
.nav-asside::before {
	background: rgba(255,255,255,0.5);
	width: 1px;
	height: 75%;
	left: 0;
	bottom: 70px;
}
.nav-asside li a {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	padding: 10px 0;
	display: block;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.nav-asside li a:before {
	background: #F7941E;
	width: 0;
	height: 2px;
	bottom: 0;
	right: 0;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.nav-asside li a:hover:before {
	width: 100%;
}
.nav-asside li.active a {
	color: #F7941E;
}
.career-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
/* -------------------------------- 

news

-------------------------------- */
#news {
	position: relative;
	background: #F4F4F4;
	overflow: hidden;
}
.news-container {
	position: relative;
	width: 65%;
	margin: 0 auto;
}
.news-description {
	position: relative;
	background: #FFFFFF;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
	padding: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.news-description img {
	width: 45%;
	display: block;
	padding: 20px 0;
}
.img-responsive.main-img {
	width: 45%;
}
.news-description p {
	width: 50%;
}

/* -------------------------------- 

content-flex

-------------------------------- */
.content-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.content-flex:first-of-type {
	margin-bottom: 40px;
}
.decition .content-flex, .about .content-flex {
	margin-bottom: 0px;
}
.content-descr {
	width: 45%;
	position: relative;
}
.decition .content-descr {
	width: 55%;
}
.content-descr p {
	text-indent: 1.5em;
}
.content-descr p span {
	font-weight: 700;
}
.decition .content-descr h3 {
	padding-top: 20px;
}
.decition .content-descr a {
	color: #f7941e;
	text-decoration: underline;
}
.content-descr.about-img::before {
	background: url(../img/about-img.png) no-repeat center center;
	background-size: contain;
	width: 600px;
	height: 600px;
	left: 0;
	transform: translateX(-35%);
	opacity: 0.35;
}
.content-txt {
	position: relative;
	width: 55%;
	flex: 0 0 auto;
	background: #6E6E70;
	color: #fff;
	padding: 40px;
	margin-left: 70px;
}
.decition .content-txt {
	width: 45%;
}
.decition .bg .content-txt {
	margin-left: 0;
	margin-right: 70px;
}
.decition .bg .content-txt img {
	display: block;
	width: 100%;
}
.decition .content-img {
	width: 45%;
	padding-left: 70px;
}
.decition .content-img img {
	display: block;
	width: 100%;
}
.content-txt.no-border {
	padding: 0;
	background: transparent;
}
.content-txt h3 {
	margin: 20px 0;
}
.subtitle {
	position: relative;
	font-size: 36px;
	margin-bottom: 40px;
}
.subtitle:before {
	background: #F7941E;
	width: 100px;
	height: 2px;
	left: 0;
	bottom: -15px;
}
.subtitle a {
	color: #f7941e;
}
.man-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.man-txt {
	width: 65%;
	padding-right: 70px;
}
.man-img {
	width: 35%;
	display: flex;
	flex-direction: column;	
	flex: 0 0 auto;
}
.man-img img {
	position: relative;
	width: 100%;
	object-fit: contain;
	display: block;
}
.myvideo {
    position: relative;
    padding: 0 0 56.25% 0;
    height: 0;
    overflow: hidden;
	margin-top: 40px;
}
.myvideo iframe,.myvideo object,.myvideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.man-txt h3, .content-flex h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
.man-txt h4, .content-flex h4 {
	font-size: 18px;
	margin: 20px 0 10px 0;
}
.man-txt ul {
	margin-bottom: 70px;
}
.man-txt li, .content-flex li, .table-flex li {
	position: relative;
	padding: 0 0 0 30px;
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.4;
}
.man-txt li span, .content-flex li span {
	font-weight: 700;
}
.man-txt li:before, .content-flex li:before, .table-flex li:before {
	background: #99C4C7;
	width: 8px;
	height: 8px;
	top: 8px;
	left: 0;
	border-radius: 50%;
}
.man-txt .not-dot li, .content-flex .not-dot li {
	padding: 0;
}
.man-txt .not-dot li:before, .content-flex .not-dot li:before {
	display: none;
}
.order {
	margin-top: 40px;
}
.order a {
	font-weight: 700;
	color: #F7941E;
}
.content-txt ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content-txt li {
	width: 100%;
}
.content-txt li a {
	color: #f7941e;
	text-decoration: underline;
}
.content-txt li.not-dot {
	padding: 0;
	font-weight: 700;
}
.content-txt li.not-dot:before {
	display: none;
}
.career-flex {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.career-item {
	position: relative;
	padding: 40px;
	width: 49%;
	background: #F4F4F4;
}
.career-item h3 {
	font-size: 24px;
	margin-bottom: 30px;
}
.career-item p {
	font-size: 18px;
}
.career-item a {
	position: relative;
	color: #000;
	padding-left: 30px;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.career-item a:hover {
	color: #99C4C7;
}
.career-item a:before {
	background: #99C4C7;
	width: 8px;
	height: 8px;
	top: 6px;
	left: 0;
	border-radius: 50%;
}
.bg {
	background: #F4F4F4;
}
.career-detail {
	position: relative;
	padding: 40px;
	background: #FFFFFF;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.career-detail-item {
	width: 50%;
	padding-right: 40px;
}
.career-detail h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
}
.career-detail ul {
	margin-bottom: 20px;
}
.career-detail li {
	position: relative;
	padding: 0 0 0 30px;
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.4;
}
.career-detail li:before {
	background: #99C4C7;
	width: 8px;
	height: 8px;
	top: 8px;
	left: 0;
	border-radius: 50%;
}
.career-adress {
	font-size: 24px;
	width: 100%;
	display: block;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px dashed #A7A9AC;
}
.career-adress span {
	font-weight: 700;
}

/* -------------------------------- 

sert-flex

-------------------------------- */
.sert-flex {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sert-title {
	width: 30%;
	padding-right: 70px;
}
.sert-title .title {
	margin: 0;
}
.sert-slider {
	position: relative;
	width: 70%;
	padding: 40px 0;
}
.sert-item {
	position: relative;
	margin: 0 5px;
	background: #F4F4F4;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sert-slider .slick-dots {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.sert-slider .slick-prev {
	left: auto;
	bottom: auto;
	top: -40px;
	right: 100px;
}
.sert-slider .slick-next {
	left: auto;
	bottom: auto;
	top: -40px;
	right: 0;
}
.sert-slider .slick-next::before, .sert-slider .slick-prev::before {
	background: #f7941e;
}
.sert-item img {
	position: relative;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.sert-item:hover img {
	opacity: 0.25;
	grayscale: (1);
}
.sert-item:after {
	background: url(../img/search.svg) no-repeat center center;
	background-size: contain;
	width: 55px;
	height: 55px;
	transform: scale(0);
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.sert-item:hover:after {
	transform: scale(1);
}

/* -------------------------------- 

product-grid

-------------------------------- */
.product-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.5%;
}
.product-item {
	position: relative;
	overflow: hidden;
	width: 24%;
	margin: 0.5%;
	background: #000;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.product-item:before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.product-item h2 {
	position: absolute;
	font-family: 'PFDinTextCondPro', sans-serif;
	top: 0;
	left: 0;
	padding: 30px;
	font-size: 28px;
	z-index: 2;
	width: 70%;
}
.product-item .btn {
	position: absolute;
	bottom: 30px;
	transform: translateY(100%);
	opacity: 0;
	z-index: 2;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	max-width: 170px;
}
.product-item img {
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.product-item:hover img {
    transform: scale(1.2);
	opacity: 0.5;
	filter: grayscale(1);
}
.product-item:hover .btn {
	transform: translateY(0%);
	opacity: 1;
}
.subcategory-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -0.5%;
}
.subcategory-item {
	position: relative;
	display: flex;
	width: 49%;
	background: #A7A9AC;
	color: #fff;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
	justify-content: space-between;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	margin: 0.5%;
}
.subcategory-item:hover {
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.35);
}
.subcat-img {
	position: relative;
	overflow: hidden;
	width: 60%;
	background: #000;
}
.subcat-img img {
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.subcat-description {
	width: 40%;
	padding: 30px;
}
.subcat-description h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.subcat-img .btn {
	position: absolute;
	bottom: 30px;
	right: 30px;
	transform: translateX(100%);
	opacity: 0;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.subcategory-item:hover .btn {
	transform: translateX(0%);
	opacity: 1;
	max-width: 200px;
}
.subcategory-item:hover .subcat-img img {
	transform: scale(1.2);
	opacity: 0.45;
	filter: grayscale(1);
}

/* -------------------------------- 

productpage

-------------------------------- */
.productpage-info {
	display: flex;
	justify-content: space-between;
	padding-bottom: 70px;
	align-items: flex-start;
}
.productpage-img {
	display: flex;
	justify-content: flex-start;
	width: 40%;
	flex-wrap: wrap;
}
.productpage-img .img-mini {
	width: 50%;
	margin: 0;
}
.productpage-img .img-mini:first-child {
	width: 100%;
}
.productpage-txt {
	width: 70%;
	padding-left: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.productpage-txt h2 {
	font-size: 24px;
	margin: 20px 0;
}
.productpage-txt h3 {
	font-size: 18px;
	margin: 20px 0 0 0;
}
.prod-info-grid {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.prod-info-item {
	width: 50%;
	padding-right: 40px;
}
.prod-info-item h3 {
	position: relative;
	font-size: 24px;
	margin-bottom: 20px;
}
.prod-info-item h3:before {
	background: #F7941E;
	width: 60px;
	height: 2px;
	bottom: -8px;
	left: 0;
}
.prod-info-item ul {
	margin: 20px 0;
}
.prod-info-item li {
	position: relative;
	padding: 0 0 0 30px;
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.4;
}
.prod-info-item li span {
	font-weight: 700;
}
.prod-info-item li:before {
	background: #99C4C7;
	width: 8px;
	height: 8px;
	top: 8px;
	left: 0;
	border-radius: 50%;
}
.productpage-spec {
	position: relative;
	background: #6E6E70;
	color: #fff;
	padding: 70px 0;
}
.section.not-padding {
	padding-bottom: 0;
}
.productpage-spec h2 {
	position: relative;
	font-size: 36px;
	margin-bottom: 40px;
}
.productpage-spec h2:before {
	background: #F7941E;
	width: 60px;
	height: 2px;
	bottom: -8px;
	left: 0;
}
.productpage-spec-grid {
	display: flex;
	justify-content: space-between;
}
.productpage-spec-item {
	width: 48%;
}
.fool-width {
	width: 100%;
}
.productpage-spec-item.productpage-specrow {
	display: flex;
	align-items: center;
	background: #A7A9AC;
	padding: 70px;
}
.table-flex {
	position: relative;
	margin: 20px 0;
}
.table-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.table-item:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.white .table-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.white .table-item:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.table-item:last-of-type, .table-item:last-of-type:hover {
	border-bottom: none;
}
.table-item p {
	margin: 0;
}
.table-title {
	font-weight: 700;
	width: 100%;
	padding-right: 40px;
}
.productpage-txt .table-title {
	font-weight: 400;
}
.table-txt {
	width: 100%;
	text-align: right;
}
.table-txt li {
	text-align: left;
}
.table-item.header {
	background: #6E6E70;
	padding: 20px;
	color: #fff;
}
.table-item.header p {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	width: 100%;
}
.productpage-spec-item h3 {
	position: relative;
	font-size: 24px;
	margin-bottom: 20px;
}
.productpage-spec-item h3:before {
	background: #F7941E;
	width: 60px;
	height: 2px;
	bottom: -8px;
	left: 0;
}
.productpage-spec-item ul {
	margin: 20px 0;
}
.productpage-spec-item li {
	position: relative;
	padding: 0 0 0 30px;
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.4;
}
.productpage-spec-item li:before {
	background: #99C4C7;
	width: 8px;
	height: 8px;
	top: 8px;
	left: 0;
	border-radius: 50%;
}
.specrow-txt {
	width: 60%;
	padding-left: 40px;
}
.specrow-img {
	width: 40%;
}


/* -------------------------------- 

404

-------------------------------- */
#page-not-found {
	position: relative;
	background: url(../img/404.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
#page-not-found:before {
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.page-not-found-flex {
	position: relative;
	width: 50%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page-not-found-flex:before {
	content: "404";
	font-family: 'Russo One', sans-serif;
	color: rgba(255, 255, 255, 0.12);
	font-size: 288px;
	left: 0;
}

/* -------------------------------- 

a1

-------------------------------- */
#a1 {
	position: relative;
	padding: 70px 0;
}
.a1-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.a1-txt {
	position: relative;
	width: 50%;
	padding: 70px;
}
.a1-img {
	position: relative;
	display: block;
	width: 30%;
}
.quote {
	font-size: 18px;
	margin: 0;
}
.quote-title {
	font-size: 16px;
	text-align: right;
	color: #F7941E;
	margin: 10px 0 0 0;
}
.quote-title span {
	font-weight: 700;
}
.a1-txt:before {
	background: url(../img/a1-1.svg) no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: translateX(30%);
}
.a1-txt::after {
	background: url(../img/a1-2.svg) no-repeat center center;
	background-size: contain;
	width: 70px;
	height: 70px;
	top: -20px;
	left: -30px;
}

/* -------------------------------- 

a2

-------------------------------- */
#a2 {
	position: relative;
	padding: 70px 0;
	background: url(../img/a2.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
#a2:before {
	background: rgba(0,0,0,0.75);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.a2-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.a2-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.a2-item {
	display: flex;
	width: 48%;
	margin: 1%;
}
.a2-flex .title {
	font-size: 60px;
	margin-bottom: 0px;
	flex: 0 0 auto;
	padding-right: 100px;
}
.a2-img {
	position: relative;
	width: 70px;
	height: 70px;
	flex: 0 0 auto;
	margin-right: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.a2-img img {
	position: relative;
	width: 30px;
	height: 30px;
}
.a2-img:before {
	width: 70px;
	height: 70px;
	border: 1px solid #F7941E;
	border-radius: 50%;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.a2-item:hover .a2-img:before {
	transform: scale(1.15);
}
.a2-item p span {
	font-size: 18px;
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
}

/* -------------------------------- 

a3

-------------------------------- */
#a3 {
	background: #F4F4F4;
	overflow: hidden;
}
.a3-flex {
	position: relative;
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.a3-flex:before {
	background: url(../img/logo1.svg) no-repeat center center;
	background-size: contain;
	width: 380px;
	height: 380px;
	top: 0;
	left: 0;
	transform: translate3d(-40%, -15%, 0);
}
.a3-flex:after {
	background: url(../img/logo1.svg) no-repeat center center;
	background-size: contain;
	width: 380px;
	height: 380px;
	bottom: 0;
	right: 0;
	transform: translate3d(40%, 15%, 0);
}
.a3-txt {
	position: relative;
	width: 50%;
	background: #6E6E70;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px;
	z-index: 1;
}
.a3-form {
	position: relative;
	width: 50%;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px;
	z-index: 1;
}
.a3-txt p {
	font-size: 24px;
}
.a3-txt a {
	font-size: 18px;
	font-weight: 700;
	color: #F7941E;
}

/* -------------------------------- 

decisions-grid

-------------------------------- */
.decisions-grid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.5%;
}
.decision-item {
	position: relative;
	overflow: hidden;
	width: 32.333%;
	margin: 0.5%;
	background: #000;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.decision-item:before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.decision-item h2 {
	position: absolute;
	font-family: 'PFDinTextCondPro', sans-serif;
	top: 0;
	left: 0;
	padding: 30px;
	font-size: 28px;
	z-index: 2;
	width: 70%;
}
.decision-item .btn {
	position: absolute;
	bottom: 30px;
	transform: translateY(100%);
	opacity: 0;
	z-index: 2;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	max-width: 170px;
}
.decision-item img {
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.decision-item:hover img {
    transform: scale(1.2);
	opacity: 0.5;
	filter: grayscale(1);
}
.decision-item:hover .btn {
	transform: translateY(0%);
	opacity: 1;
}

/* -------------------------------- 

contact

-------------------------------- */
#contact {
	padding-bottom: 70px;
	overflow: hidden;
}
.contact-flex {
	position: relative;
	width: 70%;
	margin: -100px auto 0 auto;
	display: flex;
	justify-content: space-between;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}
.contact-txt {
	position: relative;
	background: #fff;
	overflow: hidden;
	padding: 40px 70px;
	width: 60%;
}
.contact-txt .lead {
	margin-bottom: 25px;
}
.contact-form {
	position: relative;
	background: #F4F4F4;
	width: 40%;
	padding: 40px 70px;
}
.inn-item {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #A7A9AC;
}
.inn-item h3 {
	font-size: 18px;
}
.contact-txt::before {
	background: url(../img/logo1.svg) no-repeat center center;
	background-size: contain;
	width: 400px;
	height: 400px;
	top: 0;
	left: 25px;
	transform: translateY(-25%);
	opacity: 0.22;
}

/* -------------------------------- 

buy

-------------------------------- */
#buy {
	overflow: hidden;
}

.alert.alert-success {
	position: absolute;
	background: #fff;
	z-index: 1;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
}
.alert.alert-success p {
	font-size: 24px;
}


/* -------------------------------- 

адаптив

-------------------------------- */
@media (max-width: 1600px) {
.container {
	padding: 0 50px;
}
.logo {
	width: 65px;
}
.shrink .logo {
	width: 55px;
}
.nav li {
	font-size: 14px;
	margin-right: 20px;
	padding-right: 20px;
}
.slider-content .btn {
	margin-top: 40px;
}
.slider-content p {
	font-size: 20px;
}
.slick-next {
	bottom: 70px;
	left: 140px;
}
.slick-prev {
	left: 50px;
	bottom: 70px;
}
.title {
	font-size: 32px;
}
.b1-grid .product-item h2 {
	font-size: 18px;
}
.title span {
	font-size: 18px;
}
.b2-item h3 {
	font-size: 16px;
}
.b3-flex .title {
	padding-right: 40px;
	width: 20%;
}
.b4-content {
	width: 60%;
	padding: 100px 50px 100px 100px;
}
.description {
	font-size: 16px;
}
#b7 .title {
	font-size: 58px;
}
#b7 .title span {
	font-size: 28px;
}
.contact-info {
	top: 15%;
	left: 50px;
	width: 35%;
}
.slider-content {
	padding-left: 50px;
}
.home-intro-flex .title {
	font-size: 48px;
}
.home-intro-flex .lead {
	font-size: 20px;
}
.home-content {
	width: 50%;
	padding-bottom: 50px;
}
.nav-asside {
	padding-left: 35px;
}
.nav-asside::before {
	height: 70%;
}
.subtitle {
	font-size: 28px;
}
.nav-asside li a {
	font-size: 18px;
	padding: 8px 0;
}
.sert-slider {
	padding-bottom: 20px;
}
.sert-title {
	padding-right: 40px;
}
.after-header {
	padding-top: 100px;
}
.after-header .section {
	padding: 40px 0;
}
.productpage-txt h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.prod-info-item h3 {
	font-size: 20px;
}
.decision-item h2 {
	font-size: 24px;
}
.home-intro-flex h2 {
	font-size: 28px;
	margin-bottom: 20px;
}
.content-txt {
	margin-left: 40px;
}
.a2-flex .title {
	font-size: 48px;
}
.nav-group .btn {
	padding: 0 15px;
}
.section.not-padding {
	padding-bottom: 0;
}
.productpage-spec-item.productpage-specrow {
	padding: 30px;
}
.share {
	font-size: 12px;
}
.decition .bg .content-txt {
	margin-right: 40px;
}




















}

@media (max-width: 1400px) {
.slider-content h2 {
	font-size: 40px;
	margin-bottom: 20px;
}
.slider-content {
	width: 50%;
}
.slider-content .btn {
	margin-top: 20px;
}
.b3-grid {
	flex-wrap: wrap;
}
.b3-item {
	width: 49%;
	margin: 0.5%;
}
.b3-item img {
	transform: translateX(30%);
	width: 200px;
	height: 200px;
}
#b7 .title {
	font-size: 48px;
}
#b7 .title span {
	font-size: 24px;
}
.contact-info {
	padding: 40px;
}
.nav-footer {
	margin-right: 40px;
}
.nav-footer li {
	font-size: 14px;
}
.logo-footer {
	width: 12%;
}
#zoom-in, #zoom-out {
	width: 40px;
	height: 40px;
	padding: 0;
}
.home-intro-flex .title {
	font-size: 42px;
	margin-bottom: 20px;
}
.man-txt li, .content-flex li {
	margin: 6px 0;
}
.career-item h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.subcat-description h2 {
	font-size: 20px;
}
.productpage-txt {
	padding-left: 40px;
}
.decision-item h2 {
	font-size: 20px;
}
.home-intro-flex h2 {
	font-size: 24px;
}
.table-item {
	padding: 5px 0;
}
.a2-flex .title {
	font-size: 42px;
}
.a2-grid {
	margin: 0;
}
.a2-item {
	margin: 0 0 10px 0;
	width: 100%;
}
.a2-item:last-of-type {
	margin: 0;
}
.a3-flex {
	width: 80%;
}
.contact-flex {
	width: 85%;
}
.contact-form, .contact-txt {
	padding: 40px 50px;
}
.img-scheme {
	width: 60%;
}


















}

@media (max-width: 1200px) {
.contact li a {
	font-size: 0;
}
.contact li img {
	margin-right: 0;
}
.contact li {
	margin-right: 20px;
}
.contact li:first-child {
	display: none;
}
.contact {
	margin-right: 20px;
}
.burger {
	display: block;
	margin-left: 20px;
}
.bottom-flex {
	padding: 0;
	height: 60px;
}
.nav {
	display: flex;
	align-items: flex-start;
	margin-right: 0px;
	position: absolute;
	flex-wrap: wrap;
	width: 100%;
	background: #fff;
	height: 60vh;
	top: 60px;
	left: 0;
	justify-content: flex-start;
	transform: translateX(-100%);
	opacity: 0;
	box-shadow: 0 4px 4px rgba(0,0,0,0.2);
	visibility: hidden;
	-webkit-transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	padding: 0px 30px;
}
.nav.show {
	transform: translateX(0%);
	opacity: 1;
	visibility: visible;
}
.nav li {
	font-size: 16px;
	margin-right: 0;
	width: 23%;
	margin: 1%;
	padding: 20px;
	align-self: stretch;
	border-right: 1px dashed rgba(0,0,0,0.2);
	border-bottom: 1px dashed rgba(0,0,0,0.2);
}
.nav li a {
	color: #000;
	padding: 0;
}
.dropdown::before {
	display: none;
}
.dropdown-menu {
	position: relative;
	background: transparent;
	opacity: 1;
	top: 0;
	visibility: visible;
	transform: translateY(0px);
	width: 100%;
	padding: 10px 0;
}
.dropdown {
	align-items: flex-start;
	flex-direction: column;
}
.nav .dropdown-menu li {
	width: 100%;
	padding: 8px 0;
	border: none;
}
.nav .dropdown-menu li a:hover {
	color: rgba(0,0,0,0.45);
}
.b1-flex {
	flex-wrap: wrap;
}
.b1-title {
	width: 100%;
	margin-bottom: 40px;
}
.b1-grid {
	width: 100%;
	padding-left: 0;
}
.b2-content {
	width: 50%;
	padding-left: 40px;
}
.b2-form {
	width: 50%;
	padding: 40px;
}
.b2-grid {
	align-items: flex-start;
	flex-direction: column;
}
.b2-item {
	width: 100%;
	padding: 10px 0;
}
.b2-flex {
	align-items: initial;
}
.b3-flex {
	flex-direction: column;
}
.b3-flex .title {
	padding-right: 0;
	width: 100%;
}
.b3-flex .title br {
	display: none;
}
.b4-flex {
	flex-direction: column-reverse;
}
.b4-img {
	width: 100%;
}
.b4-content {
	width: 100%;
	padding: 70px 50px;
}
.b7-form {
	width: 55%;
}
.contact-info {
	top: 20%;
	width: 40%;
}
footer .container {
	flex-direction: column;
}
.logo-footer {
	width: 20%;
}
.footer-content {
	width: 100%;
	padding: 0 0 30px 0;
}
.footer-nav, .footer-contact {
	justify-content: space-between;
}
.copyright {
	font-size: 14px;
}
.footer-bottom p {
	margin: 0 0 10px 0;
}
.nav-footer {
	margin-right: 0;
}
.home-intro-flex .lead {
	font-size: 18px;
}
.nav-asside {
	width: 22%;
}
.nav-asside li a {
	font-size: 18px;
}
.content-txt {
	margin-left: 5%;
}
.nav-asside {
	display: none;
}
.home-content {
	width: 70%;
}
.content-flex {
	flex-direction: column;
}
.content-descr {
	width: 100%;
	margin-bottom: 40px;
}
.content-txt {
	width: 100%;
	margin-left: 0;
}
.news-item {
	width: 48%;
}
.man-txt {
	width: 55%;
	padding-right: 40px;
}
.man-img {
	width: 45%;
}
.career-adress {
	font-size: 20px;
}
.after-header {
	padding-top: 100px;
}
.after-header .section {
	padding: 40px 0;
}
.career-detail-item {
	width: 100%;
	padding-right: 0;
}
.product-item h2 {
	padding: 20px;
	font-size: 24px;
}
.subcategory-item {
	width: 100%;
	margin: 0 0 20px 0;
}
.productpage-info {
	padding-bottom: 40px;
	flex-direction: column-reverse;
}
.productpage-txt {
	padding-left: 0;
	padding-bottom: 20px;
	width: 100%;
}
.productpage-img {
	width: 100%;
}
.decision-item {
	width: 49%;
}
.decision-item .btn {
	display: none;
}
.decition .content-descr {
	width: 100%;
}
.decition .content-txt {
	width: 100%;
}
.a1-img {
	width: 50%;
}
.a1-txt {
	padding: 40px 0px 40px 40px;
}
.a1-txt::after {
	width: 50px;
	height: 50px;
	top: -30px;
	left: -30px;
}
.a1-txt::before {
	background: url(../img/a1-1.svg) no-repeat center center;
	background-size: cover;
}
.a2-flex {
	flex-wrap: wrap;
}
.a2-flex .title {
	margin-bottom: 40px;
	padding-right: 0;
	flex: auto;
}
.a2-flex .title br {
	display: none;
}
.a3-flex {
	width: 90%;
}
.contact-flex {
	width: 90%;
}
.contact-txt, .contact-form {
	width: 50%;
}
.news-container {
	width: 100%;
	padding: 0 50px;
}
.news-description {
	padding: 30px;
}
.page-not-found-flex {
	width: 70%;
}
.img-scheme {
	width: 100%;
}
.section.not-padding {
	padding-bottom: 0;
}
.productpage-spec-grid {
	flex-wrap: wrap;
}
.productpage-spec-item {
	width: 100%;
	margin-bottom: 30px;
}
.order {
	margin-top: 20px;
}
.modal_container {
	width: 60%;
}
.nav li.active .dropdown-menu li a {
	color: #000;
}
.nav li.active .dropdown-menu li.active a {
	color: #99c4c7;
}
.decition .bg .content-txt {
	margin-right: 0;
	margin-bottom: 40px;
}
.bg .content-descr {
	margin-bottom: 0px;
}
.decition .content-img {
	width: 100%;
	padding-left: 0;
}















}

@media (max-width: 991px) {
.slider-content {
	width: 70%;
}
.intro-item::before {
	width: 100%;
}
.product-item {
	width: 49%;
}
.b1-grid .product-item h2 {
	font-size: 24px;
}
.b2-flex {
	flex-direction: column-reverse;
}
.b2-content {
	width: 100%;
	padding-left: 0;
	margin-bottom: 40px;
}
.b2-form {
	width: 100%;
}
.man-img {
	width: 100%;
}
.title-group .title {
	padding-right: 40px;
}
.folio-item {
	width: 100%;
	margin: 0 0 25px 0;
}
.folio-item:last-of-type {
	margin: 0;
}
.folio-item img {
	height: auto;
}
.news-item {
	width: 100%;
	margin: 0 0 25px 0;
}
.news-item:last-of-type {
	margin: 0;
}
.news-item img {
	height: 50vh;
}
.b6-grid {
	margin: 0;
}
.b5-grid {
	margin: 0;
}
.b7-form {
	width: 75%;
}
.contact-info {
	top: 0;
	width: 100%;
	position: relative;
	left: 0;
}
.footer-nav, .footer-contact {
	flex-direction: column;
}
.nav-footer {
	margin-bottom: 30px;
	justify-content: space-between;
	width: 100%;
}
.nav-footer li {
	margin-right: 0;
}
.nav li {
	width: 31.333%;
}
.footer-item {
	padding: 5px 0;
}
.footer-item p {
	margin: 0;
}
.man-flex {
	flex-wrap: wrap;
}
.man-txt {
	width: 100%;
	padding-right: 0;
}
.man-txt ul {
	margin-bottom: 40px;
}
.man-flex img {
	width: 100%;
}
.sert-flex {
	align-items: flex-start;
	flex-direction: column;
}
.sert-title {
	padding-right: 0;
	width: 100%;
	margin-bottom: 40px;
}
.sert-slider {
	width: 100%;
	padding-top: 0;
}
.sert-slider .slick-prev, .sert-slider .slick-next {
	top: 42%;
}
.sert-slider .slick-prev {
	left: 0;
}
.career-flex {
	flex-wrap: wrap;
}
.career-item {
	padding: 20px;
	width: 100%;
	margin: 0 0 20px 0;
}
.career-item:last-of-type {
	margin: 0;
}
.prod-info-grid {
	flex-wrap: wrap;
}
.prod-info-item {
	width: 100%;
	padding: 15px 0;
}
.prod-info-grid {
	margin-top: 15px;
}
.title br {
	display: none;
}
.a3-flex {
	flex-wrap: wrap;
}
.a3-txt {
	width: 100%;
}
.a3-form {
	width: 100%;
}
.contact-flex {
	width: 100%;
	margin: 0;
	flex-wrap: wrap;
}
#contact {
	padding-bottom: 0;
}
.contact-txt, .contact-form {
	width: 100%;
}
.img-responsive.main-img {
	width: 100%;
}
.news-description p {
	width: 100%;
}
.news-description img {
	width: 100%;
	padding: 10px 0;
}
.share {
	padding-right: 0;
	padding-bottom: 15px;
}
.img-responsive {
	object-fit: contain;
}















}

@media (max-width: 767px) {
.container {
	padding: 0 15px;
}
.logo {
	width: 45px;
}
.nav-group .btn {
	height: 40px;
	padding: 0 15px;
}
.bottom-flex {
	height: 50px;
}
.nav {
	top: 50px;
	height: 70vh;
}
.nav li {
	width: 48%;
}
.slider-content {
	padding: 0 15px 15px 15px;
	width: 80%;
	justify-content: flex-end;
}
.slider-content p {
	font-size: 14px;
}
.slider-content h2 {
	font-size: 28px;
	margin-bottom: 10px;
}
.slick-next {
	bottom: 15px;
	left: auto;
	right: 15px;
}
.slick-prev {
	left: auto;
	bottom: 90px;
	right: 15px;
}
.section {
	padding: 40px 0;
}
.title {
	font-size: 24px;
	margin-bottom: 20px;
}
.title span {
	font-size: 16px;
}
.btn {
	max-width: 230px;
	height: 50px;
	padding: 0 15px;
}
.b2-img, .b2-img::before {
	width: 50px;
	height: 50px;
}
.b2-img img {
	width: 20px;
	height: 20px;
}
.b2-item h3 {
	font-size: 14px;
}
.b2-form {
	padding: 20px;
}
.b4-content {
	padding: 40px 15px;
}
.b4-title {
	font-size: 28px;
	margin-bottom: 20px;
}
.news-item img {
	height: 100vh;
}
#b7 .title {
	font-size: 36px;
}
#b7 .title span {
	font-size: 18px;
}
.b7-form {
	padding: 20px;
}
.nav-footer {
	flex-direction: column;
}
.nav-footer li {
	padding: 6px 0;
	font-size: 16px;
}
.home-content {
	padding-bottom: 15px;
	width: 80%;
}
.home-intro-flex .lead {
	font-size: 16px;
}
.home-intro-flex .title {
	font-size: 28px;
	margin-bottom: 10px;
}
.man-txt h4, .content-flex h4 {
	font-size: 16px;
}
.content-txt {
	padding: 20px;
}
.subtitle {
	font-size: 24px;
	margin-bottom: 20px;
}
.subtitle::before {
	bottom: -8px;
}
.home-content {
	padding-bottom: 15px;
	width: 100%;
}
.man-txt h3, .content-flex h3 {
	font-size: 20px;
}
.order {
	margin-top: 20px;
}
.career-item h3 {
	font-size: 18px;
}
small {
	display: block;
}
.after-header {
	padding-top: 90px;
}
.career-adress {
	padding-top: 20px;
	margin-top: 20px;
}
.career-detail {
	padding: 20px;
}
.subcat-description {
	padding: 20px;
}
.subcat-description h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.productpage-txt h2 {
	font-size: 18px;
}
.decision-item h2 {
	font-size: 18px;
	padding: 20px;
}
.home-intro-flex h2 {
	font-size: 18px;
	margin-bottom: 0;
}
.table-item.header {
	padding: 12px;
}
.table-item.header p {
	font-size: 16px;
}
.content-descr {
	margin-bottom: 20px;
}
.content-descr ul {
	margin: 10px 0;
}
.a1-txt::after {
	width: 35px;
	height: 35px;
	top: -20px;
	left: 0px;
}
#a1 {
	position: relative;
	padding: 40px 0;
}
.a1-txt {
	padding: 30px 0px 30px 20px;
}
.quote {
	font-size: 16px;
}
.a2-flex .title {
	font-size: 28px;
	margin-bottom: 20px;
}
#a2 {
	padding: 40px 0;
}
.contact-form, .contact-txt {
	padding: 40px 15px;
}
.news-container {
	padding: 0 15px;
}
.page-not-found-flex {
	width: 80%;
	justify-content: flex-end;
	padding-bottom: 15px;
}
.page-not-found-flex::before {
	font-size: 190px;
}
.productpage-spec {
	padding: 40px 0;
}
.productpage-spec-item.productpage-specrow {
	flex-direction: column;
}
.modal_container {
	width: 80%;
}
.specrow-img {
	width: 100%;
}
.productpage-spec-item.productpage-specrow img {
	padding: 10px 0;
}
.specrow-txt {
	width: 100%;
	padding-left: 0;
}










}

@media (max-width: 480px) {
.nav-group li {
	margin-right: 8px;
}
.logo {
	flex: 0 0 auto;
	margin-right: 25px;
}
.burger {
	margin-left: 8px;
}
.intro-item::before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.25) 100%);
	width: 100%;
}
.slider-content {
	padding: 0 15px 55px 15px;
}
.slick-prev {
	bottom: 135px;
}
.slick-next {
	bottom: 55px;
}
.b1-grid .product-item h2 {
	font-size: 20px;
	width: 100%;
}
.product-item::before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 100%);
}
form .btn {
	max-width: 100%;
}
.b3-grid {
	margin: 0;
}
.b3-item {
	height: auto;
	padding: 40px 30px;
	width: 100%;
	margin: 0 0 15px 0;
}
.b4-item {
	width: 100%;
	padding-right: 0;
}
.title-group {
	align-items: flex-start;
	flex-direction: column;
}
.title-group .title {
	padding-right: 0;
	margin-bottom: 20px;
}
.btn {
	max-width: 100%;
}
.folio-item img {
	height: 50vh;
}
.folio-item p {
	font-size: 16px;
}
.news-item img {
	height: 75vh;
}
.b7-form {
	width: 100%;
}
#b7 .title {
	line-height: 1.2;
}
.contact-info {
	padding: 40px 15px;
}
.logo-footer {
	width: 50%;
}
.footer-contact {
	align-items: flex-start;
}
.footer-item {
	padding: 5px 0;
}
.footer-item p {
	margin: 0;
}
.home-intro::before {
	width: 80%;
}
.home-content {
	padding-bottom: 55px;
}
.prod-info-grid {
	margin-top: 0;
}
.order {
	margin: 10px 0;
}
.product-item h2 {
	padding: 20px;
	font-size: 18px;
}
.subcategory-item {
	flex-direction: column-reverse;
}
.subcat-description {
	width: 100%;
}
.subcat-img {
	width: 100%;
}
.decisions-grid {
	margin: 0;
}
.decision-item {
	width: 100%;
	margin: 0 0 15px 0;
}
.table-item.header {
	display: none;
}
.table-item {
	flex-wrap: wrap;
}
.table-title {
	width: 100%;
	padding-right: 0;
}
.table-txt {
	width: 100%;
	text-align: left;
}
.table-item {
	padding: 10px 0;
}
.a1-flex {
	flex-direction: column;
}
.a1-txt {
	padding: 30px 0px 30px 0;
	width: 100%;
}
.a1-txt::before {
	display: none;
}
.a1-img {
	width: 100%;
}
.a2-img {
	width: 50px;
	height: 50px;
	margin-right: 20px;
}
.a2-img::before {
	width: 50px;
	height: 50px;
}
.a2-img img {
	width: 20px;
	height: 20px;
}
.a3-flex {
	width: 100%;
}
.a3-txt {
	padding: 20px;
}
.a3-form {
	padding: 20px;
}
.news-description {
	padding: 20px 15px;
}
.page-not-found-flex {
	width: 100%;
	justify-content: center;
	padding-bottom: 0;
}
.page-not-found-flex::before {
	font-size: 170px;
}
#page-not-found::before {
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.3) 100%);
}
.productpage-spec-item.productpage-specrow {
	padding: 20px;
}
.productpage-spec-item.productpage-specrow img {
	padding: 10px 0;
}
.nav {
	padding: 0px;
}
.nav li {
	padding: 15px;
}
.modal_container {
	width: 95%;
	padding: 30px 15px;
}
.productpage-img img {
	height: 100%;
	max-height: 480px;
}
.img-mini2 {
	width: 100%;
	height: auto;
}














}

/*# sourceMappingURL=style.min.css.map */
