* {
	margin: 0;
	padding: 0;
}

input,
textarea,
button {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

button:focus {
	outline: none;
}

input[required=required],
textarea[required=required] {
	outline: none;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
	background: #F9F9F9;
	color: #5F5F5F;
	font-family: 'Actay-Regular', sans-serif;
	font-size: 18px;
	line-height: 1;
	min-width: 320px;
	text-align: left;
	vertical-align: top;
	overflow-x: hidden;
	font-style: normal;
	font-weight: 400;
}

li {
	list-style: none;
}

.tinymce .justifyright,
#tinymce .justifyright {
	text-align: right;
}

.tinymce img.justifyright,
#tinymce img.justifyright {
	float: right;
	margin: 0 0 10px 25px;
}

.tinymce .justifyleft,
#tinymce .justifyleft {
	text-align: left;
}

.tinymce img.justifyleft,
#tinymce img.justifyleft {
	float: left;
	margin: 0 25px 10px 0;
}

.tinymce .justifycenter,
#tinymce .justifycenter {
	text-align: center;
}

.tinymce h1,
#tinymce h1 {
	font-size: 26px;
	margin: 0 0 20px 0;
	text-align: left;
}

.tinymce h2,
#tinymce h2 {
	font-size: 22px;
	margin: 0 0 15px 0;
	text-align: left;
}

.tinymce h3,
#tinymce h3 {
	font-size: 18px;
	margin: 0 0 15px 0;
	text-align: left;
}

.tinymce p,
#tinymce p {
	margin: 0 0 15px 0;
}

.tinymce ul li,
#tinymce ul li {
	list-style-type: disc;
	margin: 0 0 7px 28px;
}

.tinymce ol li,
#tinymce ol li {
	list-style-type: decimal;
	margin: 0 0 7px 35px;
}

.tinymce ul li:last-child,
#tinymce ul li:last-child {
	margin: 0 0 15px 28px;
}

.tinymce ol li:last-child,
#tinymce ol li:last-child {
	margin: 0 0 15px 28px;
}

.tinymce a,
#tinymce a {
	color: #deaa46;
	text-decoration: underline;
}

.tinymce a:hover,
#tinymce a:hover {
	text-decoration: none;
}

.tinymce img,
#tinymce img {
	vertical-align: top;
	max-width: 100%;
	height: auto !important;
}

#tinymce video {
	max-width: 100%;
}

.tinymce img[style*="float: left"],
.tinymce img[style*="float:left"],
#tinymce img[style*="float: left"],
#tinymce img[style*="float:left"] .tinymce img[style*="float: left"],
#tinymce img[style*="float:left"] {
	margin: 0 25px 10px 0;
}

.tinymce img[style*="float: right"],
.tinymce img[style*="float:right"],
#tinymce img[style*="float: right"],
#tinymce img[style*="float:right"] {
	margin: 0 0 10px 25px;
}

.tinymce table,
#tinymce table {
	border-collapse: collapse;
	margin: 0 0 15px 0;
}

.tinymce table[align=center],
#tinymce table[align=center] {
	margin: 0 auto 15px;
}

.tinymce table[align=left],
#tinymce table[align=left] {
	margin: 0 0 15px 0;
}

.tinymce table[align=right],
#tinymce table[align=right] {
	margin: 0 0 15px auto;
}

.tinymce table.tiny-center,
#tinymce table.tiny-center {
	margin: 0 auto 15px;
}

.tinymce table.tiny-left,
#tinymce table.tiny-left {
	margin: 0 0 15px 0;
}

.tinymce table.tiny-right,
#tinymce table.tiny-right {
	margin: 0 0 15px auto;
}

.tinymce table td,
#tinymce table td {
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
}

.tinymce table td p,
#tinymce table td p {
	margin: 0;
}

.scrollup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	position: fixed;
	z-index: 900;
	bottom: 20px;
	right: 20px;
	padding-bottom: 2px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	color: #1f1f1fa6;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.scrollup svg {
	width: 24px;
	height: 24px;
}

.scrollup svg {
	fill: currentColor;
}

input::-webkit-input-placeholder {
	color: #ACACAC;
}

input::-moz-placeholder {
	color: #ACACAC;
}

input:-moz-placeholder {
	color: #ACACAC;
}

input:-ms-input-placeholder {
	color: #ACACAC;
}

.fancybox-slide--iframe .fancybox-content {
	width: 800px !important;
	height: 600px !important;
	max-width: 80%;
	max-height: 80%;
	margin: 0;
}

#success-response {
	text-align: left;
	background: #ffffff;
	color: #000;
	display: none;
	border-radius: 4px;
	padding-top: 150px;
	padding-bottom: 141px;
	padding-right: 80px;
	padding-left: 153px;
}

.success-response__sescr {
	margin-top: 10px;
	font-weight: 400;
}

.success-response__title {
	position: relative;
}

.success-response__title:before {
	content: "";
	position: absolute;
	background: url(../img/logo.png);
	width: 64px;
	height: 62px;
	left: -76px;
	top: -5px;
}

.toggle-mnu {
	display: none;
	width: 28px;
	height: 28px;
	padding: 9px 9px 1px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background: #EFC471;
	border-radius: 5px;
	margin-top: 7px;
	margin-left: auto;
}

.toggle-mnu.on {
	background: #000000;
}

.toggle-mnu span:after,
.toggle-mnu span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}

.toggle-mnu span:after {
	top: 18px;
}

.toggle-mnu span {
	position: relative;
	display: block;
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
	width: 100%;
	height: 2px;
	background-color: #000;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 2px;
}

.toggle-mnu.on span {
	background-color: transparent;
}

.toggle-mnu.on span:before {
	-webkit-transform: rotate(45deg) translate(-1px, 0px);
	-ms-transform: rotate(45deg) translate(-1px, 0px);
	transform: rotate(45deg) translate(-1px, 0px);
}

.toggle-mnu.on span:after {
	-webkit-transform: rotate(-45deg) translate(6px, -7px);
	-ms-transform: rotate(-45deg) translate(6px, -7px);
	transform: rotate(-45deg) translate(6px, -7px);
}

.scrollup {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	position: fixed;
	z-index: 900;
	bottom: 20px;
	right: 20px;
	padding-bottom: 2px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	color: #1f1f1fa6;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.scrollup svg {
	fill: currentColor;
	margin: auto;
	display: block;
	margin-top: 10px;
	width: 24px;
	height: 24px;
}

.aibolit {
	position: absolute;
	left: -9999px;
}

.header__menu ul {
	margin-bottom: 0;
}

.header__menu>ul>li,.header__menu .container>ul>li {
	background: transparent;
}

a:focus-visible {
	outline: none;
}

.header__menu>ul>li>a,.header__menu .container>ul>li>a {
	padding: 0;
	border-top: none;
	border-left: none;
}

.header__menu>ul>li:hover {
	background: transparent;
}

.header__menu ul li.sfHover {
	background: transparent;
}

.more-btn {
	border-radius: 4px;
	background: conic-gradient(from 180deg at 50% 50%, #EFC471 0deg, #EFC471 360deg);
	color: #1D1D1D;
	font-size: 16px;
	line-height: 28px;
	padding: 16px 31px 15px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: auto !important;
}

.more-btn:hover {
	background: #EFC471;
	-webkit-box-shadow: 0px 4px 0px 0px #C1943D;
	box-shadow: 0px 4px 0px 0px #C1943D;
}

.title {
	color: #1D1D1D;
	font-family: 'Pobeda-Bold', sans-serif;
	font-size: 45px;
	font-weight: bold;
}

.sub-title {
	color: #1D1D1D;
	font-family: 'Pobeda-Bold', sans-serif;
	font-size: 28px;
	font-weight: 700;
}

.header {
	min-height: 720px;
	background: url(../img/offer-image.jpg) center top/cover;
}

.header__wrapper {
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__logo img {
	margin-left: 15px;
}

.header__logo-text {
	color: #FFF;
	font-family: 'Pobeda-Bold', sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin-top: 8px;
}

.header__adress {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	white-space: nowrap;
	position: relative;
	padding-left: 28px;
}

.header__adress:before {
	content: "";
	background: url(../img/header-coords.svg);
	width: 16px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 2px;
}

.header__mail {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	position: relative;
	padding-left: 28px;
}

.header__mail:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	background: url(../img/header-mail.svg);
	width: 18px;
	height: 15px;
}

.header__mail:hover {
	color: #dadada;
}

.header__phone {
	color: #FFF;
	font-size: 24px;
	line-height: 28px;
	position: relative;
	padding-left: 30px;
}

.header__phone:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/header-phone.svg);
	width: 19px;
	height: 19px;
}

.header__phone:hover {
	color: #dadada;
}

.header__call-order {
	display: block;
	border-radius: 4px;
	border: 2px solid #EFC471;
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	padding: 9px 16px 8px;
}

.header__call-order:hover {
	border-radius: 4px;
	background: #EFC471;
	color: #1D1D1D;
}

.header__menu {
	margin-top: 10px;
	margin-left: -15px;
}

.header__menu>ul, .header__menu .container>ul {
	float: none;
	display: flex;
}

.header__menu>ul>li, .header__menu .container>ul>li {
	margin-right: 15px;
	float: none;
}

.header__menu>ul>li>a, .header__menu .container>ul>li>a {
	color: #DDD;
	font-size: 16px;
	line-height: 28px;
	padding: 5px 14px 8px 14px;
}

.header__menu >ul>li>a:hover, .header__menu .container>ul>li>a:hover {
	color: #EFC471;
}

.header__menu>ul>li:first-child>a, .header__menu .container>ul>li:first-child>a {
	padding-right: 15px;
	position: relative;
	padding: 5px 25px 8px 14px;
}

.header__menu>ul>li:first-child>a:before, .header__menu .container>ul>li:first-child>a:before {
	content: "";
	position: absolute;
	right: 8px;
	width: 11px;
	height: 6px;
	background: url(../img/arrow-menu.svg);
	top: 15px;
}

.header__menu>ul>li:first-child.sfHover>a {
	border-radius: 4px 4px 0px 0px;
	background: #EFC471;
	color: #1D1D1D;
}

.header__menu>ul>li:first-child.sfHover>a:before, .header__menu .container>ul>li:first-child.sfHover>a:before {
	background: url(../img/arrow-menu-hover.svg);
}

.header__menu ul ul {
	border-radius: 0px 4px 4px 4px !important;
	background: #EFC471;
	box-shadow: none;
	width: 240%;
}

.header__menu ul ul li {
	background: transparent;
	position: relative;
}

.header__menu ul ul li:hover {
	background: transparent;
}

.header__menu ul ul li:before {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: -webkit-gradient(linear, right top, left top, color-stop(50%, #CDA350), color-stop(111.02%, rgba(205, 163, 80, 0)));
	background: -webkit-linear-gradient(right, #CDA350 50%, rgba(205, 163, 80, 0) 111.02%);
	background: -o-linear-gradient(right, #CDA350 50%, rgba(205, 163, 80, 0) 111.02%);
	background: linear-gradient(270deg, #CDA350 50%, rgba(205, 163, 80, 0) 111.02%);
	bottom: 0;
	z-index: 10;
}

.header__menu ul ul li:last-child:before {
	display: none;
}

.header__menu ul ul li a {
	border-top: none;
	border-left: none;
	color: #1D1D1D;
	font-size: 16px;
	line-height: 26px;
	background: transparent;
	position: relative;
	padding: 9px 5px 8px 14px;
}

.header__menu ul ul li a:hover {
	text-indent: 15px;
}

.header__menu ul ul li a:hover:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 8px;
	left: 16px;
	top: 16px;
	background: url(../img/tringl-menu.svg);
}

.header__offer {
	margin-top: 66px;
}

.header__sokol {
	color: #FFF;
	font-family: 'Pobeda-Bold', sans-serif;
	font-size: 40px;
	font-weight: 700;
	display: inline-block;
	position: relative;
}

.header__sokol:before {
	content: "";
	position: absolute;
	bottom: 7px;
	width: 90%;
	background: #EFC471;
	height: 5px;
	z-index: 0;
}

.header__sokol span {
	position: relative;
	z-index: 1;
}

.header__offer-text {
	color: #FFF;
	font-family: 'Pobeda-Bold', sans-serif;
	font-size: 50px;
	font-weight: 700;
	margin-top: 4px;
}

.header__description {
	color: #FFF;
	line-height: 26px;
	margin-top: 20px;
}

.header__btn {
	margin-top: 50px;
}

.services {
	padding-top: 75px;
	padding-bottom: 95px;
}

.services__description {
	margin-top: 40px;
	line-height: 26px;
}

.services .item-services {
	border-radius: 4px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(-75.1%, rgba(0, 0, 0, 0.2)), color-stop(43.87%, rgba(0, 0, 0, 0))), #FFF;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	-webkit-box-shadow: 0px 4px 40px 0px rgba(159, 159, 159, 0.25);
	box-shadow: 0px 4px 40px 0px rgba(159, 159, 159, 0.25);
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
}

.services .item-services__image {
	margin-bottom: 19px;
	position: relative;
}

.services .item-services__image:before {
	content: "01";
	color: rgba(255, 255, 255, 0.4);
	font-family: 'Pobeda-Bold', sans-serif;
	font-size: 40px;
	font-weight: 700;
	position: absolute;
	left: 11px;
	bottom: 3px;
}

.services .item-services__image img {
	border-radius: 4px;
	max-width: 100%;
}

.services .item-services__text {
	padding-left: 10px;
}

.services .items-services {
	margin-top: 28px;
}

.services .item-services-2 .item-services__image:before {
	content: "02";
}

.services .item-services-3 .item-services__image:before {
	content: "03";
}

.services .item-services-4 .item-services__image:before {
	content: "04";
}

.number-company {
	min-height: 720px;
	background: url(../img/background-number.jpg) center top/cover;
	padding-top: 166px;
	padding-bottom: 117px;
}

.number-company__title {
	color: #FFF;
	text-align: center;
	font-family: 'Pobeda-Bold', sans-serif;
	font-size: 75px;
	font-weight: 700;
	text-align: center;
	position: relative;
}

.number-company__title span {
	position: relative;
	z-index: 1;
}

.number-company__title:before {
	content: "";
	height: 5px;
	background: #EFC471;
	width: 19%;
	position: absolute;
	left: -10px;
	right: 0;
	margin: auto;
	bottom: 14px;
	z-index: 0;
}

.number-company .items-number {
	margin-top: 86px;
}

.number-company .item-number__image {
	text-align: center;
	margin: 0 auto 25px;
	width: 103px;
	position: relative;
}

.number-company .item-number__image:before {
	content: "";
	position: absolute;
	left: 85px;
	background: url(../img/strela-left.png);
	width: 252px;
	height: 36px;
	top: 5px;
}

.number-company .item-number__text {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
}

.number-company .item-number-1 {
	margin-top: -213px;
}

.number-company .item-number-2 {
	margin-top: -76px;
}

.number-company .item-number-2 .item-number__image:before {
	content: "";
	position: absolute;
	background: url(../img/strela-down-right.png);
	width: 146px;
	height: 70px;
	right: 0;
	left: 0;
	margin: auto;
	top: -47px;
}

.number-company .item-number-3 .item-number__image:before {
	content: "";
	position: absolute;
	background: url(../img/strela-center.png);
	width: 6px;
	height: 94px;
	right: 0;
	left: 0;
	margin: auto;
	top: -80px;
}

.number-company .item-number-4 {
	margin-top: -76px;
}

.number-company .item-number-4 .item-number__image:before {
	content: "";
	position: absolute;
	background: url(../img/strela-down-left.png);
	width: 125px;
	height: 69px;
	left: -56px;
	margin: auto;
	top: -47px;
}

.number-company .item-number-5 {
	margin-top: -213px;
}

.number-company .item-number-5 .item-number__image:before {
	content: "";
	position: absolute;
	right: 85px;
	background: url(../img/strela-right.png);
	width: 252px;
	height: 36px;
	top: 5px;
	left: auto;
}

.conversion {
	margin-top: -25px;
}

.conversion__block {
	border-radius: 4px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(-75.1%, rgba(0, 0, 0, 0.2)), color-stop(43.87%, rgba(0, 0, 0, 0))), #FFF;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	-webkit-box-shadow: 0px 4px 40px 0px rgba(159, 159, 159, 0.25);
	box-shadow: 0px 4px 40px 0px rgba(159, 159, 159, 0.25);
	padding-right: 20px;
}

.conversion__block img {
	border-radius: 4px;
}

.conversion__title {
	margin-top: 80px;
	position: relative;
	display: inline-block;
}

.conversion__title:before {
	content: "";
	position: absolute;
	width: 58%;
	background: #EFC471;
	bottom: 7px;
	right: 5px;
	height: 5px;
	z-index: 0;
}

.conversion__title span {
	position: relative;
	z-index: 1;
}

.conversion form {
	margin-top: 20px;
}

.conversion__input {
	border-radius: 4px;
	border: 1px solid #C4C4C4;
	width: 400px;
	height: 53px;
	color: #3B3B3B;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 10px;
	padding-left: 20px;
}

.conversion button {
	border-radius: 4px;
	background: #EFC471;
	-webkit-box-shadow: 0px 4px 0px 0px #C1943D;
	box-shadow: 0px 4px 0px 0px #C1943D;
	width: 270px;
	height: 60px;
	color: #1D1D1D;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	border: none;
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.conversion button:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #EFC471;
}

.conversion__wrapper-btn {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.conversion .file-upload {
	margin-top: 18px;
}

.conversion .file-upload input {
	display: none;
}

.conversion .file-upload span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.conversion .file-upload p {
	margin-bottom: 0;
	margin-right: 13px;
	margin-bottom: 0;
	margin-right: 13px;
	color: #3B3B3B;
	font-size: 15px;
	line-height: 18px;
	border-bottom: 1px solid #3B3B3B;
}

.conversion .file-upload p:hover {
	border-bottom: none;
}

.conversion .file-upload label {
	cursor: pointer;
	margin-bottom: 0;
}

.conversion .filename {
	font-size: 12px;
	border: none;
	background: transparent;
}

.conversion .checkbox {
	width: 23px;
	display: inline-block;
	vertical-align: middle;
}

.conversion .checkbox input {
	width: 23px;
	display: none;
}

.conversion .checkbox label {
	margin-bottom: 0;
}

.conversion .checkbox label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	cursor: pointer;
	border: 2px solid #E5E5E5;
	border-radius: 3px;
}

.conversion input[type=checkbox]:checked+label:before {
	content: "";
	background: url(../img/check-form.svg) no-repeat center center;
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
	line-height: 15px;
}

.conversion .wrapper-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 28px;
}

.conversion .wrapper-check .text {
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.conversion .danger-politica {
	color: #C4C4C4;
	font-size: 12px;
	line-height: 16px;
	margin-left: 4px;
}

.conversion .danger-politica a {
	text-decoration: underline;
	color: #C4C4C4;
}

.conversion .danger-politica a:hover {
	text-decoration: none;
}

.equipment {
	margin-top: 95px;
}

.equipment__slider .slick-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 48px;
	height: 48px;
	border: 3px solid #C4C4C4;
	background: url(../img/prew-arrow.svg) center center;
	background-repeat: no-repeat;
	z-index: 1;
	border-radius: 30px;
	font-size: 0;
	cursor: pointer;
	left: 30px;
}

.equipment__slider .slick-prev:hover {
	border: 3px solid #EFC471;
	background: url(../img/prew-arrow-active.svg) center center;
	background-repeat: no-repeat;
}

.equipment__slider .slick-prev:focus {
	outline: none;
}

.equipment__slider .slick-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 48px;
	height: 48px;
	border: 3px solid #C4C4C4;
	background: url(../img/next-arrow.svg) center center;
	background-repeat: no-repeat;
	z-index: 1;
	border-radius: 30px;
	font-size: 0;
	cursor: pointer;
	right: 30px;
}

.equipment__slider .slick-next:hover {
	border: 3px solid #EFC471;
	background: url(../img/next-arrow-active.svg) center center;
	background-repeat: no-repeat;
}

.equipment__slider .slick-next:focus {
	outline: none;
}

.equipment__title {
	margin-bottom: 40px;
}

.equipment .item-equipment {
	border-radius: 4px;
	background: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 332px;
}

.equipment .item-small-slider__title {
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}

.equipment .item-small-slider__title:before {
	content: "";
	position: absolute;
	width: 96%;
	background: #EFC471;
	bottom: 6px;
	right: 4px;
	height: 4px;
	z-index: 0;
}

.equipment .item-small-slider__title span {
	position: relative;
	z-index: 1;
}

.equipment .item-small-slider__text {
	line-height: 26px;
}

.company {
	margin-top: 70px;
}

.company__title {
	margin-top: 40px;
}

.company__text {
	line-height: 26px;
	margin-top: 61px;
	position: relative;
	z-index: 10;
}

.company__text:before {
	content: "";
	position: absolute;
	left: 0;
	top: -41px;
	background: url(../img/cav.png);
	width: 77px;
	height: 88px;
	z-index: -1;
}

.company__director {
	margin-top: 46px;
}

.company__btn {
	margin-top: 45px;
	width: 200px;
	text-align: center;
}

.company__block-image img {
	border-radius: 4px;
	max-width: 100%;
}

.portfolio {
	padding-top: 56px;
	padding-bottom: 50px;
}

.portfolio__wrap-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.portfolio__btn {
	margin: auto;
}

.portfolio .items-portfolio {
	margin-top: 40px;
}

.portfolio .item-portfolio {
	margin-bottom: 30px;
}

.portfolio .item-portfolio img {
	border-radius: 4px;
	max-width: 100%;
}

.contact-form {
	padding-bottom: 40px;
}

.contact-form__input {
	border-radius: 4px;
	border: 1px solid #C4C4C4;
	height: 53px;
	padding-left: 20px;
	color: #3B3B3B;
	font-size: 15px;
	line-height: 26px;
}

.contact-form__name {
	width: 210px;
	margin-right: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.contact-form__email {
	width: 400px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.contact-form__block {
	border-radius: 4px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(-75.1%, rgba(0, 0, 0, 0.2)), color-stop(43.87%, rgba(0, 0, 0, 0))), #FFF;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	-webkit-box-shadow: 0px 4px 40px 0px rgba(159, 159, 159, 0.25);
	box-shadow: 0px 4px 40px 0px rgba(159, 159, 159, 0.25);
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 66px;
	width: 970px;
	margin: auto;
	padding-bottom: 97px;
	position: relative;
}

.contact-form__block:before {
	content: "";
	position: absolute;
	left: -26px;
	top: -67px;
	background: url(../img/bg-form.png);
	width: 279px;
	height: 276px;
	z-index: 1;
}

.contact-form__block:after {
	content: "";
	position: absolute;
	left: -12px;
	top: -53px;
	background: url(../img/man-form.png);
	width: 228px;
	height: 228px;
	z-index: 2;
}

.contact-form__title {
	text-align: center;
}

.contact-form__title span {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.contact-form__title span:before {
	content: "";
	position: absolute;
	bottom: 8px;
	right: 7px;
	height: 5px;
	width: 71%;
	background: #EFC471;
	z-index: 0;
}

.contact-form__title p {
	margin-bottom: 0;
	z-index: 1;
	position: relative;
}

.contact-form__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	margin-top: 60px;
}

.contact-form button {
	border-radius: 4px;
	background: #EFC471;
	-webkit-box-shadow: 0px 4px 0px 0px #C1943D;
	box-shadow: 0px 4px 0px 0px #C1943D;
	color: #1D1D1D;
	text-align: center;
	font-size: 16px;
	width: 270px;
	height: 60px;
	border: none;
	cursor: pointer;
	margin: 40px auto 0;
	display: block;
}

.contact-form button:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contact-form button:focus {
	outline: none;
}

.contact-form .file-upload {
	margin-top: 18px;
	margin-left: 29px;
}

.contact-form .file-upload img {
	margin-right: 13px;
}

.contact-form .file-upload input {
	display: none;
}

.contact-form .file-upload span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-form .file-upload p {
	margin-bottom: 0;
	margin-right: 13px;
	color: #3B3B3B;
	font-size: 15px;
	line-height: 18px;
	border-bottom: 1px solid #3B3B3B;
}

.contact-form .file-upload p:hover {
	border-bottom: none;
}

.contact-form .file-upload label {
	cursor: pointer;
	margin-bottom: 0;
}

.contact-form .filename {
	font-size: 12px;
	border: none;
	background: transparent;
	margin-left: 60px;
}

.contact-form .checkbox {
	width: 23px;
	display: inline-block;
	vertical-align: middle;
}

.contact-form .checkbox input {
	width: 23px;
	display: none;
}

.contact-form .checkbox label {
	margin-bottom: 0;
}

.contact-form .checkbox label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	cursor: pointer;
	border: 2px solid #E5E5E5;
	border-radius: 3px;
}

.contact-form input[type=checkbox]:checked+label:before {
	content: "";
	background: url(../img/check-form.svg) no-repeat center center;
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
	line-height: 15px;
}

.contact-form .wrapper-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 23px;
}

.contact-form .wrapper-check .text {
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.contact-form .danger-politica {
	color: #C4C4C4;
	font-size: 12px;
	line-height: 16px;
	margin-left: 4px;
}

.contact-form .danger-politica a {
	text-decoration: underline;
	color: #C4C4C4;
}

.contact-form .danger-politica a:hover {
	text-decoration: none;
}

.footer {
	padding-top: 24px;
	padding-bottom: 22px;
	background: #fff;
}

.footer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.footer__logo img {
	margin-left: 15px;
}

.footer__logo-text {
	color: #3B3B3B;
	font-family: 'Pobeda-Bold', sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin-top: 8px;
}

.footer__menu ul {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__menu ul li {
	margin-right: 27px;
}

.footer__menu ul li a {
	color: #1D1D1D;
	font-size: 16px;
	line-height: 28px;
}

.footer__menu ul li a:hover {
	color: #EFC471;
}

.footer__menu ul li:first-child {
	padding-right: 20px;
	position: relative;
}

.footer__menu ul li:first-child:before {
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	background: url(../img/arrow-menu-footer.svg);
	width: 11px;
	height: 7px;
}

.footer__contact-phone {
	color: #1D1D1D;
	font-size: 24px;
	line-height: 28px;
	padding-left: 30px;
	position: relative;
}

.footer__contact-phone:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/header-phone.svg);
	width: 19px;
	height: 19px;
}

.footer__contact-phone:hover {
	color: #666;
}

.footer__contact-btn {
	display: block;
	border-radius: 4px;
	border: 2px solid #EFC471;
	color: #1D1D1D;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	padding: 9px 16px 8px;
	margin-top: 10px;
}

.footer__contact-btn:hover {
	border-radius: 4px;
	background: #EFC471;
	color: #1D1D1D;
}

.footer-black {
	background: #1D1D1D;
	padding-top: 37px;
	padding-bottom: 36px;
}

.footer-black__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-black__copyright {
	color: #909090;
	font-size: 15px;
	font-weight: 400;
	line-height: 42px;
}

.footer-black__danger {
	color: #909090;
	font-size: 15px;
	margin-top: 50px;
	display: inline-block;
	border-bottom: 1px solid #909090;
	-ms-flex-item-align: baseline;
	align-self: baseline;
}

.footer-black__danger:hover {
	border-bottom: none;
}

.footer-black__developer {
	background: url(../img/developer.png) -1px 29px;
	display: block;
	width: 161px;
	height: 32px;
	background-repeat: no-repeat;
	padding-bottom: 77px;
	color: #909090;
	font-size: 15px;
	line-height: 26px;
}

.footer-black__developer:hover {
	opacity: 0.8;
}

.two-page {
	background: #fff;
}

.two-page .header {
	min-height: auto;
	background: #F3F3F3;
}

.two-page .header__mobile-menu {
	background: #1D1D1D;
	height: 59px;
	display: none;
}

.two-page .header__logo-text {
	color: #3B3B3B;
}

.two-page .header__adress {
	color: #1D1D1D;
}

.two-page .header__mail {
	color: #1D1D1D;
}

.two-page .header__mail:hover {
	color: #4d4d4d;
}

.two-page .header__phone {
	color: #1D1D1D;
}

.two-page .header__phone:hover {
	color: #4d4d4d;
}

.two-page .header__call-order {
	color: #1D1D1D;
}

.two-page .header__menu {
	background: #1D1D1D;
	margin-left: 0;
}

.two-page .header__menu ul li.active a {
	color: #EFC471;
}

.two-page .header__menu ul li a {
	padding: 16px 14px 15px 14px;
}

.two-page .header__menu ul li:first-child a {
	padding: 16px 25px 15px 0;
}

.two-page .header__menu ul li:first-child a:before {
	top: 27px;
}

.two-page .header__menu ul li:first-child a:hover {
	background: transparent;
	color: #EFC471;
}

.two-page .header__menu ul li:first-child.sfHover>a {
	border-radius: 0;
}

.two-page .header__menu ul li:first-child.sfHover>a:before {
	background: url(../img/arrow-menu.svg);
}

.two-page .header__menu ul ul {
	display: none !important;
}

.two-page .services {
	padding-top: 0;
	padding-bottom: 0;
}

.two-page .services .items-services {
	margin-top: 40px;
	padding-bottom: 95px;
}

.two-page .services .item-services {
	padding-top: 26px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 24px;
}

.two-page .services .item-services__image {
	border-top: 5px solid #EFC471;
}

.two-page .services .item-services__image img {
	max-width: 100%;
	border-radius: 0px 0px 4px 4px;
}

.two-page .item-page-port {
	margin-bottom: 30px;
	display: block;
}

.two-page .item-page-port img {
	max-width: 100%;
}

.two-page .btn-portfolio-more {
	margin: 20px auto 0;
}

.two-page .wrapper-btn-portfolio {
	text-align: center;
}

.two-page .items-services .item-contact-page {
	padding-bottom: 26px;
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 30px;
}

.two-page .items-services .item-contact-page__text {
	color: #1D1D1D;
	line-height: 26px;
}

.two-page .items-services .item-contact-page__descr {
	color: #B47A0A;
	font-size: 20px;
	line-height: 26px;
	margin-top: 20px;
	display: block;
	padding-left: 50px;
	position: relative;
}

.two-page .items-services .item-contact-page__descr:before {
	content: "";
	position: absolute;
	left: 0;
	width: 39px;
	height: 39px;
	background: #EEEEEE url(../img/contacts/phone.svg) center center no-repeat;
	border-radius: 21px;
	top: -7px;
}

.two-page .items-services .item-contact-page__mail:before {
	background: #EEEEEE url(../img/contacts/mail.svg) center center no-repeat;
}

.two-page .items-services .item-contact-page__clock:before {
	background: #EEEEEE url(../img/contacts/calendar.svg) center center no-repeat;
}

.two-page .items-services .item-contact-page__adress:before {
	background: #EEEEEE url(../img/contacts/coords.svg) center center no-repeat;
}

.two-page .items-services .requisites__image img {
	border-radius: 4px;
	max-width: 100%;
}

.two-page .items-services .requisites__text {
	color: #5F5F5F;
	font-size: 14px;
	line-height: 26px;
}

.two-page .items-services .requisites__btn {
	margin-top: 30px;
}

.two-page .services .items-services .text-content-page {
	color: #1D1D1D;
	line-height: 26px;
}

.page-content {
	background: #F9F9F9;
	margin-bottom: 95px;
}

.page-content .sidebar {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1%, rgba(255, 255, 255, 0.4)), color-stop(7.73%, rgba(255, 255, 255, 0))), #EFC471;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0.1%, rgba(255, 255, 255, 0) 7.73%), #EFC471;
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.4) 0.1%, rgba(255, 255, 255, 0) 7.73%), #EFC471;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0.1%, rgba(255, 255, 255, 0) 7.73%), #EFC471;
	height: 100%;
}

.page-content .sidebar:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 95%;
	right: 385px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1%, rgba(255, 255, 255, 0.4)), color-stop(7.73%, rgba(255, 255, 255, 0))), #EFC471;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0.1%, rgba(255, 255, 255, 0) 7.73%), #EFC471;
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.4) 0.1%, rgba(255, 255, 255, 0) 7.73%), #EFC471;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0.1%, rgba(255, 255, 255, 0) 7.73%), #EFC471;
	top: 0;
	z-index: 1;
}

.page-content .sidebar ul {
	position: relative;
	z-index: 2;
	margin-left: -80px;
}

.page-content .sidebar ul li a {
	color: #1D1D1D;
	line-height: 26px;
	padding: 20px 20px;
	display: block;
	padding: 20px 20px 18px 79px;
	position: relative;
}

.page-content .sidebar ul li a:before {
	content: "";
	position: absolute;
	background: -webkit-gradient(linear, right top, left top, color-stop(50%, #CDA350), color-stop(111.02%, rgba(205, 163, 80, 0)));
	background: -webkit-linear-gradient(right, #CDA350 50%, rgba(205, 163, 80, 0) 111.02%);
	background: -o-linear-gradient(right, #CDA350 50%, rgba(205, 163, 80, 0) 111.02%);
	background: linear-gradient(270deg, #CDA350 50%, rgba(205, 163, 80, 0) 111.02%);
	height: 1px;
	width: 100%;
	bottom: 0;
	left: 0;
}

.page-content .sidebar ul li:hover a {
	padding: 20px 20px 18px 110px;
}

.page-content .sidebar ul li:hover a:after {
	content: "";
	position: absolute;
	left: 95px;
	top: 26px;
	width: 4px;
	height: 8px;
	background: url(../img/catalog/sidebar-tringl.svg);
}

.page-content .sidebar ul li:last-child a:before {
	display: none;
}

.page-content .breadcrumbs {
	padding-top: 28px;
	padding-bottom: 36px;
}

.page-content .navi {
	color: #C4C4C4;
	font-size: 14px;
	line-height: 26px;
}

.page-content .navi a {
	color: #1D1D1D;
	font-size: 14px;
	line-height: 26px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}

.page-content .navi a:hover {
	text-decoration: none;
}

.page-content .navi i {
	display: inline-block;
	background: url(../img/catalog/bread.svg);
	width: 4px;
	height: 8px;
	margin: 0 10px 0;
}

.page-content .text-content {
	line-height: 26px;
	margin-top: 30px;
	margin-bottom: 40px;
}

.catalog .items-catalog {
	padding-bottom: 60px;
}

.catalog.catalog-category .items-catalog .col-xl-4 {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

.catalog.catalog-category .items-catalog .row {
	margin-right: -5px;
	margin-left: -5px;
}

.catalog.catalog-category .items-catalog a.item-catalog.item-catalog-category {
	margin-bottom: 0;
	height: 100%;
}

.catalog .items-catalog a.item-catalog.item-catalog-category {
	padding: 13px;
}

.catalog .items-catalog .item-catalog {
	border-radius: 4px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(-75.1%, rgba(0, 0, 0, 0.2)), color-stop(43.87%, rgba(0, 0, 0, 0))), #FFF;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	-webkit-box-shadow: 0px 4px 40px 0px rgba(159, 159, 159, 0.25);
	box-shadow: 0px 4px 40px 0px rgba(159, 159, 159, 0.25);
	padding: 20px 20px 24px;
	margin-bottom: 30px;
	display: block;
}

.catalog .items-catalog .item-catalog__image {
	margin-bottom: 20px;
	border-top: 5px solid #EFC471;
	overflow: hidden;
}

.catalog .items-catalog .item-catalog__image img {
	max-width: 100%;
	border-radius: 0px 0px 4px 4px;
}

.catalog .items-catalog .item-catalog__text {
	padding-right: 82px;
}

.catalog .items-catalog .item-catalog__text.item-catalog__category {
	color: #1D1D1D;
	font-family: 'Pobeda-Bold', sans-serif;
	font-size: 23px;
	font-weight: 700;
	padding-right: 0;
}

.catalog .items-catalog .item-catalog:hover .item-catalog__text {
	color: #EFC471;
}

.catalog .items-catalog .item-catalog:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

.catalog .items-catalog .item-catalog:not(:hover) img {
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

.principle {
	padding-bottom: 52px;
}

.principle .items-principle {
	margin-top: 32px;
}

.principle .items-principle .item-principle {
	margin-bottom: 56px;
}

.principle .items-principle .item-principle__icon {
	width: 89px;
	height: 89px;
	border-radius: 89px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(-8.99%, rgba(111, 111, 111, 0.2)), color-stop(87.64%, rgba(0, 0, 0, 0))), #F5F5F5;
	background: -webkit-linear-gradient(bottom, rgba(111, 111, 111, 0.2) -8.99%, rgba(0, 0, 0, 0) 87.64%), #F5F5F5;
	background: -o-linear-gradient(bottom, rgba(111, 111, 111, 0.2) -8.99%, rgba(0, 0, 0, 0) 87.64%), #F5F5F5;
	background: linear-gradient(0deg, rgba(111, 111, 111, 0.2) -8.99%, rgba(0, 0, 0, 0) 87.64%), #F5F5F5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 19px;
}

.principle .items-principle .item-principle__text {
	color: #1D1D1D;
	line-height: 26px;
}

.principle .items-principle .item-principle__text-last {
	color: #6F6F6F;
	margin-top: 57px;
	position: relative;
}

.principle .items-principle .item-principle__text-last:before {
	content: "";
	position: absolute;
	right: 25px;
	background: url(../img/catalog/arrow.png);
	width: 59px;
	height: 69px;
	bottom: -52px;
}

.product-image img {
	border-radius: 4px;
	max-width: 100%;
}

.product-video {
	margin-top: 30px;
	display: block;
	width: 271px;
	height: 242px;
	border-radius: 4px;
	background: url(../img/product/video-btn.svg) center center no-repeat, -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../img/product/product.jpg), lightgray 50%/cover no-repeat;
	background: url(../img/product/video-btn.svg) center center no-repeat, -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../img/product/product.jpg), lightgray 50%/cover no-repeat;
	background: url(../img/product/video-btn.svg) center center no-repeat, -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../img/product/product.jpg), lightgray 50%/cover no-repeat;
	background: url(../img/product/video-btn.svg) center center no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../img/product/product.jpg), lightgray 50%/cover no-repeat;
	outline: 10px solid rgba(255, 255, 255, 0.4);
	outline-offset: -10px;
	position: relative;
}

.product-video:before {
	content: "";
	position: absolute;
	bottom: 30px;
	border-radius: 150px;
	background: rgba(217, 217, 217, 0.5);
	height: 4px;
	width: 84%;
	left: 0;
	right: 0;
	margin: auto;
}

.product-video:after {
	content: "";
	position: absolute;
	bottom: 30px;
	border-radius: 150px;
	background: #EFC471;
	height: 4px;
	width: 30%;
	left: 23px;
}

.product-list {
	line-height: 26px;
	color: #1D1D1D;
}

.product-list.tinymce li {
	list-style-type: none;
	position: relative;
}

.product-list.tinymce li:before {
	content: "";
	position: absolute;
	top: 6px;
	left: -27px;
	background: url(../img/product/tringl-list.svg);
	width: 4px;
	height: 8px;
}

.product-text__text {
	line-height: 26px;
	margin-bottom: 95px;
}

.advantages {
	padding-bottom: 100px;
}

.advantages .item-advantages__icon {
	width: 89px;
	height: 89px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 89px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(-8.99%, rgba(111, 111, 111, 0.2)), color-stop(87.64%, rgba(0, 0, 0, 0))), #F5F5F5;
	background: -webkit-linear-gradient(bottom, rgba(111, 111, 111, 0.2) -8.99%, rgba(0, 0, 0, 0) 87.64%), #F5F5F5;
	background: -o-linear-gradient(bottom, rgba(111, 111, 111, 0.2) -8.99%, rgba(0, 0, 0, 0) 87.64%), #F5F5F5;
	background: linear-gradient(0deg, rgba(111, 111, 111, 0.2) -8.99%, rgba(0, 0, 0, 0) 87.64%), #F5F5F5;
}

.advantages .item-advantages__text {
	line-height: 26px;
}

.advantages .item-advantages-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.advantages .item-advantages-1 .item-advantages__icon {
	margin-right: 38px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.advantages .items-advantages {
	margin-top: 60px;
}

.advantages .items-advantages .item-advantages__icon {
	margin-bottom: 30px;
}

.rewiews {
	padding-bottom: 95px;
}

.rewiews__title {
	text-align: center;
}

.rewiews__carousel {
	margin: 40px -15px 0;
	padding-left: 67px;
	padding-right: 67px;
}

.rewiews__carousel img {
	-webkit-filter: brightness(0.6);
	filter: brightness(0.6);
	max-width: 100%;
	border: 2px solid transparent;
}

.rewiews__carousel img:hover {
	filter: brightness(1);
	border: 2px solid #EFC471;
}

.rewiews__carousel .slick-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 48px;
	height: 48px;
	border: 3px solid #C4C4C4;
	background: url(../img/prew-arrow.svg) center center;
	background-repeat: no-repeat;
	z-index: 1;
	border-radius: 30px;
	font-size: 0;
	cursor: pointer;
	left: 0;
}

.rewiews__carousel .slick-prev:hover {
	border: 3px solid #EFC471;
	background: url(../img/prew-arrow-active.svg) center center;
	background-repeat: no-repeat;
}

.rewiews__carousel .slick-prev:focus {
	outline: none;
}

.rewiews__carousel .slick-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 48px;
	height: 48px;
	border: 3px solid #C4C4C4;
	background: url(../img/next-arrow.svg) center center;
	background-repeat: no-repeat;
	z-index: 1;
	border-radius: 30px;
	font-size: 0;
	cursor: pointer;
	right: 0;
}

.rewiews__carousel .slick-next:hover {
	border: 3px solid #EFC471;
	background: url(../img/next-arrow-active.svg) center center;
	background-repeat: no-repeat;
}

.rewiews__carousel .slick-next:focus {
	outline: none;
}

.rewiews__wrapper-btn {
	margin-top: 39px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rewiews .item-reviews {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0;
}

.catalog .pages a.active {
	background: #efc471;
	color: #fff;
}

.catalog .pages a {
	width: 40px;
	height: 40px;
	border: 1px solid #efc471;
	box-sizing: border-box;
	border-radius: 3px;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	line-height: 41px;
	margin: 0 3px;
	color: #1D1D1D;
}

.catalog .pages .pagination {
	justify-content: end;
}

.catalog .pages {
	margin-top: 20px;
}

#call-order.popup-form {
	display: none;
	width: 816px;
	padding-top: 74px;
	padding-left: 184px;
	padding-bottom: 73px;
	padding-right: 75px;
	border-radius: 4px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(-75.1%, rgba(0, 0, 0, 0.2)), color-stop(43.87%, rgba(0, 0, 0, 0))), #FFF;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	-webkit-box-shadow: 0px 4px 40px 0px rgba(159, 159, 159, 0.25);
	box-shadow: 0px 4px 40px 0px rgba(159, 159, 159, 0.25);
}

#order-form.popup-form {
	display: none;
	width: 1062px;
	padding-top: 74px;
	padding-left: 120px;
	padding-bottom: 73px;
	padding-right: 122px;
	border-radius: 4px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(-75.1%, rgba(0, 0, 0, 0.2)), color-stop(43.87%, rgba(0, 0, 0, 0))), #FFF;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	-webkit-box-shadow: 0px 4px 40px 0px rgba(159, 159, 159, 0.25);
	box-shadow: 0px 4px 40px 0px rgba(159, 159, 159, 0.25);
}
#reviews-form.popup-form {
	display: none;
	width: 980px;
	padding-top: 74px;
	padding-left: 120px;
	padding-bottom: 73px;
	padding-right: 122px;
	border-radius: 4px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(-75.1%, rgba(0, 0, 0, 0.2)), color-stop(43.87%, rgba(0, 0, 0, 0))), #FFF;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) -75.1%, rgba(0, 0, 0, 0) 43.87%), #FFF;
	-webkit-box-shadow: 0px 4px 40px 0px rgba(159, 159, 159, 0.25);
	box-shadow: 0px 4px 40px 0px rgba(159, 159, 159, 0.25);
}

.popup-form__title {
	position: relative;
}

.popup-form__title span {
	position: relative;
}

.popup-form__title span:before {
	width: 98%;
	content: "";
	height: 5px;
	background: #EFC471;
	position: absolute;
	bottom: 11px;
	left: 0;
	z-index: 0;
}

.popup-form__title p {
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	display: inline-block;
}

.popup-form__title:before {
	content: "";
	position: absolute;
	left: -132px;
	top: 0;
	width: 113px;
	height: 109px;
	background: url(../img/logo-form.png);
}

#order-form.popup-form .popup-form__title:before {
	background: url(../img/logo.png);
	width: 64px;
	height: 62px;
	left: -99px;
}

.popup-form__description {
	color: #1D1D1D;
	line-height: 26px;
	margin-top: 20px;
}

.popup-form__wrapper-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 34px;
}

.popup-form__wrapper-input input, .popup-form .row input {
	border-radius: 4px;
	border: 1px solid #C4C4C4;
	padding-left: 20px;
	color: #3B3B3B;
	font-size: 15px;
	line-height: 26px;
	width: 400px;
	height: 53px;
	margin-bottom: 10px;
	padding-top: 3px;
}

.popup-form .row input {
	width: 100%;
}

.popup-form .row .col-lg-6 {
	padding-left: 10px;
	padding-right: 10px;
}

.popup-form .row {
	margin-right: -10px;
	margin-left: -10px;
}

.popup-form .row textarea {
	border-radius: 4px;
	border: 1px solid #C4C4C4;
	padding-left: 20px;
	color: #3B3B3B;
	font-size: 15px;
	line-height: 26px;
	padding-top: 16px;
	height: 75px;
	width: 100%;
}

.popup-form .row {
	margin-top: 30px;
}

.popup-form .checkbox {
	width: 23px;
	display: inline-block;
	vertical-align: middle;
}

.popup-form .checkbox input {
	width: 23px;
	display: none;
}

.popup-form .checkbox label {
	margin-bottom: 0;
}

.popup-form .checkbox label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	cursor: pointer;
	border: 2px solid #E5E5E5;
	border-radius: 3px;
}

.popup-form input[type=checkbox]:checked+label:before {
	content: "";
	background: url(../img/check-form.svg) no-repeat center center;
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
	line-height: 15px;
}

.popup-form .wrapper-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 28px;
}

.popup-form .wrapper-check .text {
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.popup-form .danger-politica {
	color: #C4C4C4;
	font-size: 12px;
	line-height: 16px;
	margin-left: 4px;
}

.popup-form .danger-politica a {
	text-decoration: underline;
	color: #C4C4C4;
}

.popup-form .danger-politica a:hover {
	text-decoration: none;
}

.popup-form .popup-form__button {
	border-radius: 4px;
	background: #EFC471;
	-webkit-box-shadow: 0px 4px 0px 0px #C1943D;
	box-shadow: 0px 4px 0px 0px #C1943D;
	width: 270px;
	height: 60px;
	color: #1D1D1D;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	border: none;
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.popup-form__button:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #EFC471;
}

.popup-form__wrapper-btn {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.popup-form .file-upload {
	margin-top: 18px;
}

.popup-form .file-upload input {
	display: none;
}

.popup-form .file-upload span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup-form .file-upload p {
	margin-bottom: 0;
	margin-right: 13px;
	margin-bottom: 0;
	margin-right: 13px;
	color: #3B3B3B;
	font-size: 15px;
	line-height: 18px;
	border-bottom: 1px solid #3B3B3B;
}

.popup-form .file-upload p:hover {
	border-bottom: 1px solid transparent;
}

.popup-form .file-upload label {
	cursor: pointer;
	margin-bottom: 0;
}

#order-form.popup-form .filename {
	font-size: 12px;
	border: none;
	background: transparent;
	height: auto;
	padding-left: 0;
	margin-bottom: 0;
	height: 16px;
}

#order-form.popup-form .popup-form__wrapper-btn {
	margin-top: 30px;
}

.popup-form__wrap-title {
	padding-left: 100px;
}

#reviews-form .row {
	margin-top: 66px;
}

#reviews-form .popup-form__title:before {
	background: url(../img/logo.png);
	width: 64px;
	height: 62px;
	left: -99px;
}

#reviews-form.popup-form .filename {
	font-size: 12px;
	border: none;
	background: transparent;
	height: auto;
	padding-left: 0;
	margin-bottom: 0;
	height: 16px;
}

#reviews-form .file-upload {
	margin-top: 17px;
}

#reviews-form .popup-form__button {
	margin-top: 19px;
}

#reviews-form .wrapper-check {
	margin-left: 0;
	width: 300px;
	margin: auto;
}

.two-page .animated {
	-o-transition-property: none !important;
	-moz-transition-property: none !important;
	-ms-transition-property: none !important;
	-webkit-transition-property: none !important;
	transition-property: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}