body {
	font-family: 'Open Sans', sans-serif;
	background-color: #fafafa;
	width: 100%;
    overflow-x: hidden;
}
body.black {
	background-color: #2e3137;
}
ul {
	-moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
    padding-start: 0px;
    padding: 0;
}
*:focus {
    outline: none;
}
a, a:focus, a:active, a:hover {
    outline: none;
    text-decoration: none;
}
header {
	height: 97px;
	-webkit-box-shadow: 0 0 34px 1px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 34px 1px rgba(0, 0, 0, 0.2);
	background-color: transparent;
	z-index: 3;
	position: relative;
	background-color: #2e3137;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.header__logo {
	float: left;
	width: 40%;
	line-height: 97px;
}
.header__nav {
	float: left;
	width: 40%;
	text-align: right;
}
.header__nav ul {
	margin-bottom: 0;
}
.header__nav > ul > li {
	display: inline-block;
	padding: 38px 15px;
}
/* dropdown menu */
.dropdown-menu {
	top: 70px;
    left: 0px;
    padding: 15px 0px;
}
.header__nav > ul > li .dropdown-menu > li > a {
	padding: 10px;
}
.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 30px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 31px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
/* .dropdown menu */
.header__nav ul li a {
	color: #2e3137;
	font-size: 15px;
	font-weight: 400;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.header__nav ul li a:hover, .header__nav ul li span:hover, .header__nav ul li a:focus, .header__nav ul li a:active {
	color: #f1b252;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.header__phone {
	float: left;
	width: 20%;
	text-align: right;
	margin-top: 23px;
}
.header__phone a {
	display: block;
}
.header__phone a:first-child {
	color: #f1b04e;
	font-size: 18px;
	font-weight: 700;
}
.header__phone a:hover:first-child {
	color: #e68b02;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.header__phone a:last-child {
	color: #000000;
	font-size: 13px;
	font-weight: 400;
}
.header__phone a:hover:last-child {
	color: #f4b855;
}
.header__phone a:last-child span {
	border-bottom: 1px solid #000000;
}
.header__phone a:hover:last-child span {
	border-color: #f4b855;
}
.header__in {
	position: relative;
}
.header__decor {
	position: absolute;
    top: 0;
    left: 43%;
    width: 9999px;
    background: #fff;
    height: 97px;
    z-index: -1;
}
.header__decor:before {
	position: absolute;
	top: 0;
	left: -60px;
	content: '';
	background: url(/img/menu-decor.png);
	width: 71px;
	height: 97px;
}
header.absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
}
.screen {
	-webkit-border-radius: 0 0 200px 200px;
	        border-radius: 0 0 200px 200px;
	border-bottom: 2px solid #f9b768;
	background-color: #2e3137;
	position: relative;
	height: 735px;
	overflow: hidden;
}
.screen__text {
	float: left;
	width: 60%;
	padding-top: 219px;
}
.screen__title {
	color: #f4b855;
	font-size: 50px;
	font-weight: 400;
	line-height: 55px;
	font-weight: 900;
}
.screen__subtitle {
	font-weight: bold;
	font-size: 28px;
	color: #fff;
}
.screen__desc {
	color: #fff;
	margin-top: 19px;
}
.screen__btns {
	position: relative;
	margin-top: 48px;
}
.btn-gold {
	color: #2e3137;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    width: 225px;
    height: 52px;
    line-height: 44px;
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 0;
    position: relative;
    border-color: #2e3137;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    -webkit-background-size: 200% auto;
            background-size: 200% auto;
    background-image: -webkit-linear-gradient(10deg, #e2842a 0%, #f7c360 20%, #fffaac 50%, #fde07c 100%);
    background-image: -o-linear-gradient(10deg, #e2842a 0%, #f7c360 20%, #fffaac 50%, #fde07c 100%);
    background-image: linear-gradient(80deg, #e2842a 0%, #f7c360 20%, #fffaac 50%, #fde07c 100%);
}
.btn-gold:hover, .btn-gold:active, .btn-gold:focus {
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	background-position: right center;
	-webkit-background-size: 200% auto;
            background-size: 200% auto;
    background-image: -webkit-linear-gradient(10deg, #e2842a 0%, #f7c360 20%, #fffaac 50%, #fde07c 100%);
    background-image: -o-linear-gradient(10deg, #e2842a 0%, #f7c360 20%, #fffaac 50%, #fde07c 100%);
    background-image: linear-gradient(80deg, #e2842a 0%, #f7c360 20%, #fffaac 50%, #fde07c 100%);

}
.btn-gold:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 19px;
	height: 2px;
	background-color: #2e3137;
}
.btn-gold:after {
	content: '';
	position: absolute;
	top: 50%;
	right:0;
	width: 19px;
	height: 2px;
	background-color: #2e3137;
}
.btn-ghost {
	color: #f4b855;
	font-size: 15px;
	font-weight: 700;
	line-height: 26px;
	width: 225px;
	height: 50px;
	line-height: 44px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	padding: 0;
	border: 2px solid #f4b855;
	position: relative;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.btn-ghost:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 19px;
	height: 2px;
	background-color: #e3872c;
}
.btn-ghost:after {
	content: '';
	position: absolute;
	top: 50%;
	right:0;
	width: 19px;
	height: 2px;
	background-color: #e3872c;
}
.btn-ghost:hover:before, .btn-ghost:hover:after {
	background-color: #2e3137;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.btn-ghost:active, .btn-ghost:hover, .btn-ghost:focus {
	background-image: -webkit-linear-gradient(10deg, #fde07c 0%, #fffaac 38%, #f7c360 74%, #e2842a 100%);
	background-image: -o-linear-gradient(10deg, #fde07c 0%, #fffaac 38%, #f7c360 74%, #e2842a 100%);
	background-image: linear-gradient(80deg, #fde07c 0%, #fffaac 38%, #f7c360 74%, #e2842a 100%);
}
.screen__btns a:last-child {
	margin-left: 18px;
}
.screen__btns__line {
	position: absolute;
    top: 50%;
    right: 225px;
    width: 9999px;
    height: 2px;
    background-color: #2e3137;
    background-image: -webkit-linear-gradient(267deg, #e79941 0%, #fce286 100%);
    background-image: -o-linear-gradient(267deg, #e79941 0%, #fce286 100%);
    background-image: linear-gradient(-177deg, #e79941 0%, #fce286 100%);
}
.screen__in {
	float: left;
	width: 40%;
	position: relative;
}
.screen__img {
	position: absolute;
	top: -735px;
    left: -254px;
	background: url(/img/screen.png);
}
.screen__man {
	position: absolute;
    top: 128px;
    left: 67px;
}
.screen__circle {
	position: absolute;
    bottom: 124px;
    left: -110px;
    background: #2e3137;
}
.screen__btn__in {
	display: inline;
	position: relative;
}
.i-cat {
	padding: 80px 0;
}
.i-cat h2 {
	color: #2e3137;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.i-cat-list li {
	float: left;
	width: 20%;
	height: 100px;
	list-style: none;
	text-align: center;
	color: #1e1f22;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 42px;
	position: relative;
	padding-top: 20px;
	cursor: pointer;
}
.i-cat-list li span {
	display: block;
	position: relative;
	z-index: 2;
	color: #000;
}
.i-cat-list li img {
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}
.i-cat-list li:hover {
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	-webkit-box-shadow: 0 7px 21px 4px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 7px 21px 4px rgba(0, 0, 0, 0.5);
	border: 2px solid #f9b768;
	background-color: #2e3137;
	color: #fff;
}
.i-cat-list li:hover span {
	color: #fff;
}
.i-cat__btn {
	text-align: center;
}
.i-cat__btn .btn-gold {
	width: 372px;
	height: 50px;
	border-color: white;
	background-image: -webkit-linear-gradient(10deg, #e2842a 0%, #f7c360 38%, #fffaac 74%, #fde07c 100%);
	background-image: -o-linear-gradient(10deg, #e2842a 0%, #f7c360 38%, #fffaac 74%, #fde07c 100%);
	background-image: linear-gradient(80deg, #e2842a 0%, #f7c360 38%, #fffaac 74%, #fde07c 100%);
}
.i-cat__btn .btn-gold:before {
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 19px;
    height: 2px;
    background-color: #2e3137;
}
.i-sert {
	-webkit-border-radius: 200px 200px 460px 450px;
	        border-radius: 200px 200px 460px 450px;
	border: 2px solid #f9b768;
	background-color: #2e3137;
	padding: 85px 0;
	overflow: hidden;
	position: relative;
}
.i-sert h2 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 45px;
}
.i-sert__btn {
	margin-top: 48px;
	text-align: center;
	position: relative;
}
.i-sert__btn__line {
	position: absolute;
    top: 50%;
    left: -70px;
    right: 0;
    width: -webkit-calc(100% + 140px);
    width: calc(100% + 140px);
    height: 3px;
    background-color: #f9b768;
    opacity: 0.2;
    z-index: 1;
}
.i-sert__btn .btn-ghost {
	background: #2e3137;
	z-index: 2;
}
.i-sert__btn .btn-ghost:hover {
	background-image: -webkit-linear-gradient(10deg, #fde07c 0%, #fffaac 38%, #f7c360 74%, #e2842a 100%);
	background-image: -o-linear-gradient(10deg, #fde07c 0%, #fffaac 38%, #f7c360 74%, #e2842a 100%);
	background-image: linear-gradient(80deg, #fde07c 0%, #fffaac 38%, #f7c360 74%, #e2842a 100%);
}
.i-sert__circle1 {
	position: absolute;
	bottom: 22%;
	left: 0;
}
.i-sert__circle2 {
	position: absolute;
	top: 90px;
	right: 0;
}
.i-sert__list .sert-item {
	position: relative;
	margin-bottom: 30px;
}
.i-sert__list .sert-item:hover:before {
	content: '';
	background: url(/img/search.png);
	width: 70px;
	height: 70px;
	top: 40%;
	left: 0;
	right: 0;
	z-index: 5;
	position: absolute;
	margin: 0 auto;
}
.i-steps {
	padding: 85px 0 130px;
    -webkit-border-radius: 250px;
            border-radius: 250px;
    background: #fff;
    margin-bottom: -250px;
    position: relative;
    z-index: 2;
}
.isteps__in {
	background: url(/img/bg3.png);
	height: 710px;
	padding-top: 110px;
	background-repeat: no-repeat; 
}
.i-steps h2 {
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	font-weight: 900;
	margin-bottom: 27px;
}
.steps-item {
	width: 100%;
	height: 187px;
	-webkit-box-shadow: 0 0 34px 1px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 34px 1px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	border: 2px solid #f1f0ec;
	background-color: #ffffff;
	margin-bottom: 26px;
	position: relative;
}
.steps-item__text {
	text-align: center;
	color: #2e3137;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 700;
	padding-top: 71px;
	position: relative;
	z-index: 2;
}
.steps-item__img {
	position: absolute;
	top: 43px;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
}
.i-footer {
	background: url(/img/footer-bg.jpg);
	-webkit-background-size: cover;
	        background-size: cover;
	padding-top: 60px;
	-webkit-border-top-left-radius: 250px;
	        border-top-left-radius: 250px;
	-webkit-border-top-right-radius: 250px;
	        border-top-right-radius: 250px;
}
.ifoot__company {
	position: relative;
}
.ifoot__company__line-left {
    position: absolute;
    top: 55px;
    left: -178px;
    width: 285px;
    height: 301px;
    background: url(/img/foot-lines.png);
    z-index: 1;
}
.ifoot__company__line-right {
    position: absolute;
    top: 55px;
    right: -178px;
    width: 285px;
    height: 301px;
    background: url(/img/footer-lines-r.png);
    z-index: 1;
}
.foot__company__in {
	-webkit-box-shadow: 0 0 34px 1px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 34px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 50px 50px 0 0;
	        border-radius: 50px 50px 0 0;
	background-color: #ffffff;
	position: relative;
	z-index: 3;
	height: 420px;
}
.company-info {
	float: left;
	width: 50%;
	padding: 80px;
	position: relative;
	z-index: 5;
}
.company-map {
	float: left;
	width: 50%;
}
.company-info__title {
	color: #2e3137;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 26px;
}
.company-info ul li {
	list-style: none;
	margin-bottom: 5px;
	font-size: 17px;
	color: #2e3137;
}
.company-info__btn {
	margin-top: 36px;
}
.company-info__btn .btn-gold {
	border-color: #fff;
}
.company__map {
	float: left;
	width: 50%;
	height: 419px;

	background: url(/img/map.png);
	-webkit-background-size: cover;
	        background-size: cover; 
}
.footer__bott {
	position: relative;
	height: 48px;
	margin: 25px 0 35px;
}
.footer__logo {
	float: left;
	width: 20%;
}
.footer__nav {
	float: left;
	width: 50%;
}
.footer__nav ul {
	margin-bottom: 0;
}
.footer__nav ul li {
	display: inline-block;
	margin-left: 25px;
	padding: 13px 0;
}
.footer__nav ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.footer__phone {
	float: left;
	width: 30%;
	text-align: right;
}
.footer__phone a:first-child {
	color: #e79941;
	background: -webkit-linear-gradient(10deg, #e79941 0%, #fce286 100%);
	background: -o-linear-gradient(10deg, #e79941 0%, #fce286 100%);
	background: linear-gradient(80deg, #e79941 0%, #fce286 100%);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
	margin-right: 27px;
}
.footer__phone a:last-child {
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
}
.footer__phone a:last-child span {
	border-bottom: 1px solid #fff;
}
footer {
	background: url(/img/fb.png);
	-webkit-background-size: cover;
	        background-size: cover;
}
/* bc */
.breadcrumb {
	background: transparent;
	margin-top: 38px;
	padding: 0;
}
.breadcrumb li {
	list-style: none;
	display: inline-block;
}
.breadcrumb li:after {
	content: '|';
    padding: 0 10px;
    color: #2e3137;
}
.black .breadcrumb li:after {
	content: '|';
    padding: 0 10px;
    color: #fff;
}
.breadcrumb li:last-child:after {
	content: none;
}
.breadcrumb li a {
	color: #2e3137;
	font-size: 13px;
}
.black .breadcrumb li a {
	color: #fff;
}
.breadcrumb > .active {
	color: #f1b356;
	font-size: 13px;
}
.breadcrumb > li + li:before {
	content: none;
}
/* .bc */
.content {
	position: relative;
	overflow: hidden;
}
.content h1 {
	color: #2e3137;
	text-align: center;
	font-size: 34px;
	line-height: 50px;
	font-weight: 900;
	margin-top: 35px;
	margin-bottom: 44px;
}
.black .content h1 {
	color: #fff;
}
.sc-circle1 {
	position: absolute;
	top: 40px;
	left: -110px;
}
.sc-circle2 {
	position: absolute;
	bottom: 0;
	right: -110px;
	z-index: 2;
	background: #2e3137;
}
.sert-btn {
	position: relative;
    text-align: center;
    overflow: hidden;
    padding: 80px 0;
    margin-bottom: : 20px;
}
.sert-btn .btn-ghost {
	background-color: #2e3137;
}
.sert-btn__line {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 9999px;
	background-color: #2e3137;
	height: 3px;
	background-color: #f9b768;
	opacity: 0.2;
}

/* text block */
.black .text-block {
	color: #fff;
}
.text-block table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}
.text-block table td,
.text-block table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.text-block table thead td,
.text-block table th {
  font-weight: bold;
  border-bottom-color: #888;
}
.text-block ul {
	list-style-position: inside;
}
/* .text block */

/* news */
.news-list {
	margin-bottom: 96px;
}
.news-item {
	height: 200px;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	background-color: #2e3137;
	margin-bottom: 12px;
}
.news-item__img {
	float: left;
	width: 20%;
	height: 200px;
	-webkit-border-top-left-radius: 30px;
	        border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
            border-bottom-left-radius: 30px;

	background: url(/img/news.png);
	-webkit-background-size: cover;
	        background-size: cover;
	position: relative;
}
.news-item__img-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	-webkit-border-top-left-radius: 30px;
	        border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	        border-bottom-left-radius: 30px;
}
.news-item:hover .news-item__img-wrap {
	width: 100%;
	height: 100%;
	opacity: .6;
	background: -webkit-linear-gradient(267deg, #e79941 0%, #fce286 100%);
	background: -o-linear-gradient(267deg, #e79941 0%, #fce286 100%);
	background: linear-gradient(-177deg, #e79941 0%, #fce286 100%);
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.news-item__text {
	float: left;
	width: 80%;
	padding: 45px;
	color: #fff;
	height: 200px;
}
.news-item__title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	margin-right: 44px;
    max-width: 600px;
}
.news-item__date {
	color: #e3e3e3;
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
}
.news-item__first {
	margin-bottom: 20px;
}
.news-item:hover .news-item__title {
	color: #e79941;
	background: -webkit-linear-gradient(267deg, #e79941 0%, #fce286 100%);
	background: -o-linear-gradient(267deg, #e79941 0%, #fce286 100%);
	background: linear-gradient(-177deg, #e79941 0%, #fce286 100%);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
/* .news */
/* catalog */
.cats {
}
.cats li {
	list-style: none;
	padding-left: 15px;
	margin-bottom: 15px;
	position: relative;
}
.cats li:before {
	content: "\e250";
    font-family: 'Glyphicons Halflings';
    font-size: 8px;
    color: #b9b7b7;
    position: absolute;
    top: 6px;
    left: 0;
}
.cats li a {
	font-size: 13px;
	color: #000;
}
.cats li a:hover {
	color: #f1b356;
}
.cats .active a {
	color: #f1b356;
	font-weight: bold;
}
.catalog__filters {
	border-bottom: 2px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.filter {
	display: inline-block;
}
.filter select {
	outline: none;
	border: none;
	background: transparent;
	color: #2e3137;
	font-size: 13px;
	font-weight: bold;
	line-height: 22.39px;
	cursor: pointer;
	width: 230px;
    background: #fff;
    padding: 10px;
    margin-right: 10px;
    -webkit-box-shadow: 2px 2px 15px #eee;
            box-shadow: 2px 2px 15px #eee;
}
.filter select option {
    font-size:14px;
}
.catalog__in {
	margin: 0 80px 90px;
}
.catalog-list {
	margin-top: 47px;
}
.cat-item {
	height: 350px;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	background-color: #2e3137;
	margin-bottom: 30px;
	text-align: center;
	transition: .7s;
}
.cat-item__title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
}
.cat-item__info {
	padding: 30px;
}
.cat-item__img img {
	-webkit-border-top-left-radius: 30px;
	        border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
            border-top-right-radius: 30px;
    display: block;
    max-width: 100%;
    height: auto;
}
.cat-item__text {
	height: 135px;
	overflow: hidden;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
}
.cat-item__more {
	margin-top: 40px;
}
.cat-item__text .link {
	color: #fce286;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: 400;
}
.cat-item__text .link span {
	border-bottom: 1px solid #fce286;
}
.cat-item:hover {
	box-shadow: 7px 8px 15px #bbbbbb;
	transition: .7s;
}
.cat-item:hover .cat-item__text {
	color: #fce286;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
/* .catalog */
/* modal */
.modal-header {
	display: none;
}
.modal {
	padding-top: 150px;
	background: rgba(231, 153, 65, 0.6);
}
.modal-content {
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.modal-body {
	padding: 0;
}
@media (min-width: 768px) {
	.modal-dialog {
	    width: 800px;
	}
}
.lead-form__left, .lead-form__right {
	float: left;
	width: 50%;
	height: 400px;
	background-color: #fff;
}
.lead-form__left {
	background: url(/img/modal.jpg);
	-webkit-background-size: 110% 110%;
	        background-size: 110%;
	background-position: -40px 55px;
	position: relative;
}
.lf-l__text {
	height: 66px;
	background-color: #2e2e2e;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.lf-l__text {
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	padding: 20px;
    text-align: center;
}
.lf-l__text a {
	color: #fce286;
	background: -webkit-gradient(linear, left bottom, left top, from(#e79941), to(#fce286));
	background: -webkit-linear-gradient(bottom, #e79941 0%, #fce286 100%);
	background: -o-linear-gradient(bottom, #e79941 0%, #fce286 100%);
	background: linear-gradient(to top, #e79941 0%, #fce286 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.lead-form__right {
	position: relative;
}
.lf-r__in {
	padding: 35px 50px;
}
.lf-r__form-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.lf-r__form-btn button {
	border-color: #fff;
	border: none;
	width: 100%;
}
.lf-r__form-btn button:before {
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #2e3137;
}
.lf-r__form-btn button:after {
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 100px;
    height: 2px;
    background-color: #2e3137;
}
.lf-r__text {
	color: #2e3137;
	font-family: "Open Sans";
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 25px;
}
.lf-r__form .form-control {
	color: #444951;
	border: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	outline: none;
	border-bottom: 1px solid #444951;
}
/* .modal */
/* contact */
.tabs-list {
	border-bottom: 2px solid #242529;
}
.tabs-list ul {
	margin-bottom: 0;
}
.tabs-list ul li {
	display: inline-block;
	padding: 20px 30px;
	position: relative;
}
.tabs-list ul li.active:before {
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: #fce286;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e79941), to(#fce286));
	background-image: -webkit-linear-gradient(bottom, #e79941 0%, #fce286 100%);
	background-image: -o-linear-gradient(bottom, #e79941 0%, #fce286 100%);
	background-image: linear-gradient(to top, #e79941 0%, #fce286 100%);
	content: ' ';
}
.tabs-list ul li a {
	color: #fff;
	font-size: 13px;
}
.tabs-list ul li.active a {
	color: #fce286 !important;
	font-weight: bold;
}
.company__address {
	margin: 70px 0;
}
.company__address ul li {
	color: #fff;
	list-style: none;
	color: #ffffff;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 5px;
}
/* .contact */
/* sertificates */
.sert-item {
	height: 300px;
	text-align: center;
}
.sert-item__title {
	margin-top: 10px;
	color: #fff;
}
.sert-item__img img {
	display: block;
	margin: 0 auto;
	max-height: 250px;
}
/* .sertificates */
/* product card */
.pc__in {
	background-color: #2e3137;
}
.product-card__screen .screen__text {
	padding-top: 97px;
}
.product-card__screen .screen__desc {
	color: #fff;
    margin-top: 19px;
    max-width: 414px;
    text-align: justify;
}
.screen__text .breadcrumb {
	max-width: 400px;
}
.screen__text .breadcrumb li {
	display: inline;
}
.product-card__screen .screen__title {
	font-size: 26px;
    line-height: 38px;
    max-width: 475px;
    margin-top: 30px;
}
.product-card__screen {
	position: relative;
	z-index: 2;
}
.pc__decor {
	background: url(/img/bg-2.png);
	-webkit-background-size: cover;
	        background-size: cover;
	width: 100%;
	height: 650px;
	margin-top: -250px;
	z-index: 1;
	position: relative;
}
.pc__desc {
	position: relative;
	z-index: 2;
	margin-top: -300px;
}
.pc-desc__text {
	-webkit-box-shadow: 0 0 34px 1px rgba(0, 0, 0, 0.33);
	        box-shadow: 0 0 34px 1px rgba(0, 0, 0, 0.33);
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	border: 2px solid #f1f0ec;
	background-color: #ffffff;
	padding: 50px;
}
.pc-screen__char {
	margin-top: 30px;
	max-width: 435px;
}
.pc-screen__char img {
	margin-right: 10px;
}
.pc-screen__char {
	color: #fff;
	margin-bottom: 20px;
}
/* .product card */
/* .select */
.catalog__filters {
	padding-bottom: 0;
}
.selectize-dropdown, .selectize-input, .selectize-input input {
	color: #000;
}
.selectize-control.single .selectize-input {
	border: none;
    box-shadow: none;
    background: transparent;
    font-weight: bold;
    width: 250px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    padding: 0;
    margin-right: 20px;
    padding-left: 5px;
}
.selectize-dropdown.single {
	background: #fff;
}
::-webkit-input-placeholder {color:#000;}
::-moz-placeholder          {color:#000;}
:-moz-placeholder           {color:#000;}
:-ms-input-placeholder      {color:#000;}

.selectize-control.single .selectize-input:after {
	border-color: #000000 transparent transparent transparent;
}
.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
	padding: 10px;
}
.selectize-dropdown .active {
    background-color: #ececec;
    color: #4c4c4c;
}
.selectize-dropdown.single {
	border: none;
}
/* .select */
/* pc fix */
.pc__in .product-card__screen .screen__title {
    font-size: 22px;
    line-height: 38px;
    max-width: 400px;
}
/* .pc fix */
/* adaptive */
.panel-adaptive {
	position: fixed;
	top: 60px;
	right: 0;
	left: 100%;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #2e3137;
	display: none;
	padding-top: 15px;
	border-top: 2px solid #282a2f;
	z-index: 950;
	transition: transform .35s cubic-bezier(.55,.085,.68,.53);
    transition: transform .35s cubic-bezier(.55,.085,.68,.53),-webkit-transform .35s cubic-bezier(.55,.085,.68,.53);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
	
}
.panel-adaptive.panel-right {
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    transition-duration: .63s;
    transition-timing-function: cubic-bezier(.23,1,.32,1); 
}
.panel-adaptive ul {
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
	padding-start: 0;
	padding-left: 0px;
}
.panel-adaptive li {
    list-style: none;
}
.panel-adaptive li a {
	color: #fff;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 10px 8px;
    padding-left: 0;
}
.panel-adaptive li a:hover {
	color: #f4b855;
}
.icon-burger:before {
    content: '\e819';
    transition: 1s;
}
.panel-show .icon-burger:before {
    content: '\e81a';
    transition: 1s;
}
.panel-adaptive-social li {
	display: inline-block;
	padding: 4px;
}
.panel-adaptive-social li a {
	color: #6f6f6f;
}
.tab {
    display: none;
}
.tab.active {
    display: block;
}
.header__burger {
	display: none;
	line-height: 60px;
}
.header__burger i {
	color: #0b295e;
	font-size: 23px;
}
.pa__contacts {
	margin-top: 40px;
    font-size: 20px;
    font-weight: 600;
}
.pa__contacts a {
	color: #f4b855;
}
.header__menu {
	display: none;
}
@media (max-width: 992px) {
	header {
		height: 60px;
		position: fixed !important;
		background: #2e3137 !important;
		z-index: 100;
		top: 0;
	    left: 0;
	    width: 100%;
	}
	.header__decor {
		height: 60px;
	}
	.header__menu {
		display: block;
		float: left;
		width: 40%;
		text-align: right;
	}
	.header__logo {
		line-height: 55px;
	}
	.header__nav {
		display: none;
	}
	.header__phone {
		display: none;
	}
	.header__decor:before {
		top: -28px;
		height: 88px;
	}
	.header__logo img {
		width: 83px;
	}
	/* index */
	.screen__in {
		display: none;
	}
	.news-item__img {
		float: none;
		width: 100%;
	}
	.lead-form__left {
		display: none;
	}
	.lead-form__left, .lead-form__right {
		width: 100%;
		float: none;
	}
	.lf-r__form-btn button:before, .lf-r__form-btn button:after {
		width: 20px;
	}
	/* .index */
}
@media (max-width: 768px) {
	body {
		padding-top: 60px;
		width: 100%;
		overflow-x: hidden;
		font-size: 13px;
	}
	.breadcrumb {
		display: none;
	}
	.header__logo {
		width: 50%;
	}
	.header__menu {
		width: 50%;
	}
	.header__decor {
		left: 55%;
	}
	.screen__text {
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 90px;
	}
	.screen__title {
		font-size: 30px;
    	line-height: 38px;
	}
	.screen__subtitle {
		font-size: 16px;
		margin-top: 12px;
	}
	.ifoot__company__line-left, .ifoot__company__line-right {
		display: none;
	}
	.screen__circle {
		display: none;
	}
	.i-cat-list li {
		float: left;
		width: 50%;
	}
	.i-cat__btn .btn-gold {
		width: 100%;
		width: 100%;
    	font-size: 12px;
    	line-height: 48px;
	}
	.screen__btns__line {
		display: none;
	}
	.btn-gold {
		width: 100%;
		font-size: 13px;
	}
	.screen__btns a:last-child {
		margin-top: 12px;
		margin-left: 0;
	}
	.btn-ghost {
		width: 100%;
		font-size: 13px;
	}
	.screen {
		height: auto;
		border: none;
		border-radius: 0;
		padding-bottom: 60px;
	}
	.i-cat {
		padding: 30px 0;
	}
	.i-cat h2 {
		font-size: 20px;
		font-weight: bold;
	}
	.i-cat-list li span {
		word-wrap: break-word;
	}
	.i-footer {
		border: none;
		border-radius: 0;
	}
	.company-info {
		float: none;
		width: 100%;
		padding: 25px;
	}
	.company__map {
		display: none;
		float: none;
	}
	.company-info__title {
		font-size: 18px;
		text-align: center;
	}
	.company-info ul li {
		font-size: 13px;
	}
	.foot__company__in {
		height: auto;
	}
	.footer__bott {
		height: auto;
	}
	.footer__logo {
		float: none;
		text-align: center;
		width: 100%;
	}
	.footer__nav {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.footer__nav > ul {
		text-align: center;
	}
	.footer__nav > ul > li {
		display: inline-block;
		margin: 6px 10px;
		padding: 0;
	}
	.footer__phone {
		text-align: center;
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.footer__phone a {
		display: block;
	}
	.panel-adaptive {
		display: block;
	}
	.content h1 {
		font-size: 22px;
	}
	.news-item {
		border-radius: 10px;
		height: 400px;
	}
	.news-item__img {
		border-radius: 0;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.news-item__text {
		float: none;
		width: 100%;
		padding: 12px;
	}
	.pc-desc__text {
		padding: 10px;
	}
	.pc-desc__text table {
		display: none;
	}
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #edb354;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

    /*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }


