@charset 'UTF-8';
@font-face {
	font-family: 'Sans_100';
	src: url(fonts/museocyrl-100.woff)
}
@font-face {
	font-family: _900;
	src: url(fonts/museocyrl-900.woff)
}
@font-face {
	font-family: _500;
	src: url(fonts/museocyrl-500.woff)
}
@font-face {
	font-family: 'Sans_700';
	src: url(fonts/museocyrl-700.woff)
}
@font-face {
	font-family: _300;
	src: url(fonts/museocyrl-300.woff)
}
@font-face {
	font-family: Sans_300;
	src: url(fonts/museosanscyrl-300.woff)
}
@font-face {
	font-family: Sans_100;
	src: url(fonts/museosanscyrl-100.woff)
}
@font-face {
	font-family: Sans_700;
	src: url(fonts/museosanscyrl-700.woff)
}
@font-face {
	font-family: Sans_900;
	src: url(fonts/museosanscyrl-900.woff)
}
*:hover {
	cursor: default
}
.slick-slider {
	position: relative;
	display: block;
	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
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-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 {
	position: relative;
	top: 0;
	left: 0;
	display: block
}
.slick-track:before, .slick-track:after {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	outline: 0;
	height: 100%;
	min-height: 1px
}
[dir='rtl'] .slick-slide {
	float: right
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.slick-loading .slick-list {
	background: #fff url('ajax-loader.gif') center center no-repeat
}
.slick-prev, .slick-next {
	width: 48px;
	height: 40px;
	display: block;
	position: absolute;
	color: transparent;
	border: 0;
	margin-top: -20px;
	outline: 0;
	top: 50%;
	padding: 0;
	background: url(portfolio/silver/img/arrow_left.png) center center no-repeat
}
.slick-next {
	background: url(portfolio/silver/img/arrow_right.png) center center no-repeat;
	right: -54px
}
.slick-prev:focus, .slick-prev:focus {
	outline: 0
}
.slick-prev:hover {
	background: url(portfolio/silver/img/arrow_left_hover.png) center center no-repeat;
	cursor: pointer
}
.slick-next:hover {
	background: url(portfolio/silver/img/arrow_right_hover.png) center center no-repeat;
	cursor: pointer
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-prev {
	left: -180px
}
[dir='rtl'] .slick-prev {
	left: -125px;
	left: auto
}
.slick-prev:before {
	content: ''
}
[dir='rtl'] .slick-prev:before {
	content: ''
}
.slick-next {
	right: -180px
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -125px
}
.slick-next:before {
	content: ''
}
[dir='rtl'] .slick-next:before {
	content: ''
}
.slick-dotted.slick-slider {
	margin-bottom: 0
}
.slick-dots {
	position: absolute;
	bottom: 23px;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	list-style: none;
	text-align: center
}
.slick-dots li {
	position: relative;
	display: inline-block;
	float: none;
	width: 12px;
	height: 12px;
	padding: 0;
	margin: 0 4px;
	cursor: pointer
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 0;
	width: 12px;
	height: 12px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 18px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	background: #d6d6d6;
	box-sizing: border-box;
	text-align: center;
	content: '';
	border-radius: 50%;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	background: #8fb92a;
	color: black
}
.slick-dots {
	display: block
}
.partner-item:focus {
	outline: 0
}
.arcticmodal-overlay, .arcticmodal-container {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000
}
.arcticmodal-container {
	overflow: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse
}
*:first-child+html .arcticmodal-container {
	height: 100%
}
.arcticmodal-container_i {
	height: 100%;
	margin: 0 auto
}
.arcticmodal-container_i2 {
	padding: 24px 0;
	margin: 0;
	border: 0;
	vertical-align: middle
}
.arcticmodal-error {
	padding: 20px;
	border-radius: 10px;
	background: #000;
	color: #fff
}
.arcticmodal-loading {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	background: #000 url(portfolio/silver/img/loading.gif) no-repeat 50% 50%
}
input::-webkit-input-placeholder {
	font-size: 1em;
	color: rgba(131, 131, 131, 0.49)
}
input::-moz-placeholder {
	font-size: 1em;
	color: rgba(131, 131, 131, 0.49)
}
input:-moz-placeholder {
	font-size: 1em;
	color: rgba(131, 131, 131, 0.49)
}
input:-ms-input-placeholder {
	font-size: 1em;
	color: rgba(131, 131, 131, 0.49)
}
input:focus::-webkit-input-placeholder {
	color: transparent
}
input:focus::-moz-placeholder {
	color: transparent
}
input:focus:-moz-placeholder {
	color: transparent
}
input:focus:-ms-input-placeholder {
	color: transparent
}
input::-webkit-input-placeholder {
	opacity: 1;
	transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease
}
input::-moz-placeholder {
	opacity: 1;
	transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease
}
input:-moz-placeholder {
	opacity: 1;
	transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease
}
input:-ms-input-placeholder {
	opacity: 1;
	transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease
}
input:focus::-webkit-input-placeholder {
	opacity: 0;
	transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease
}
input:focus::-moz-placeholder {
	opacity: 0;
	transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease
}
input:focus:-moz-placeholder {
	opacity: 0;
	transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease
}
input:focus:-ms-input-placeholder {
	opacity: 0;
	transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
input {
	border-radius: 0
}
input[type="text"] {
	-webkit-appearance: none
}
input[type=submit], button {
	-webkit-appearance: none
}
input[type=submit]:hover, button:hover {
	cursor: pointer
}
input:hover {
	cursor: text
}
div, p, ul, ol, li, header, footer, section, nav, h1, h2, h3, h4, h5, h6, form, article, main, adress {
	display: block;
	float: left;
	width: 100%;
	font-size: inherit;
	font-weight: normal;
	margin: 0;
	padding: 0
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out
}
a:hover {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out
}
a:focus {
	outline: 0
}
a:active {
	outline: 0
}
button {
	display: block;
	float: left;
	border: 0;
	padding: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out
}
button:focus {
	outline: 0
}
button:active {
	outline: 0
}
button:hover {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out
}
a:hover, button:hover {
	cursor: pointer
}
a:hover *, button:hover * {
	cursor: pointer
}
.wrap {
	width: 100%;
	max-width: 1170px;
	float: none;
	margin: 0 auto
}
body {
	margin: 0;
	padding: 0;
	font-family: _300;
	color: #000;
	font-size: 62.5%;
	overflow-x: hidden
}
.btn {
	width: 100%;
	max-width: 370px;
	height: 80px;
	border-radius: 10px;
	position: relative;
	border: 0;
	background: none
}
.btn:after {
	left: 3px;
	right: 3px;
	height: 13px;
	-webkit-box-shadow: 0 62px 29px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 62px 29px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 62px 29px 0 rgba(0, 0, 0, 0.15);
	content: '';
	position: absolute;
	bottom: 54px;
	opacity: .8;
	transition: all .2s linear
}
.btn:hover {
	cursor: pointer
}
.btn:hover:after {
	opacity: 1;
	bottom: 25px;
	transition: all .2s linear
}
.btn:before {
	height: 76px;
	width: 100%;
	position: absolute;
	bottom: -2px;
	border-radius: 15px;
	content: '';
	left: 0;
	background: #ebbd64
}
.btn .span {
	border-radius: 10px;
	background: #fde4ae;
	background: -moz-linear-gradient(top, #fde4ae 0, #fcce70 100%);
	background: -webkit-linear-gradient(top, #fde4ae 0, #fcce70 100%);
	background: linear-gradient(to bottom, #fde4ae 0, #fcce70 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde4ae', endColorstr='#fcce70', GradientType=0);
	width: 100%;
	height: 76px;
	font-size: 14px;
	text-transform: uppercase;
	color: #303032;
	display: block;
	float: left;
	line-height: 80px;
	text-align: center;
	font-family: 'Sans_700';
	position: relative;
	z-index: 1;
	border: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}
.header {
	background: linear-gradient(90deg,rgb(0 0 0 / 77%) 40%,rgb(0 0 0 / 55%) 75%), url(../img/header3.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding-bottom: 70px;
	box-sizing: border-box
}
.header:after {
	
	bottom: 0;
	left: 0;
	content: '';
	position: absolute;
	z-index: 1;
	background: #fff;
	width: 100%
}
.header:before {
	height: 700px;
	width: 700px;
	content: '';
	position: absolute;
	top: 50%;
	left: -350px;
	margin-top: -350px;
	background: url(../img/plate.png) center center no-repeat;
	background-size: contain
}
.header .wrap_float {
	position: relative;
	z-index: 2
}
.header .wrap_float:after {
	width: 407px;
	height: 430px;
	background: url(../img/jar.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	top: 53%;
	margin-top: -150px;
	right: -420px
}
/* .header .wrap_float:before {
	width: 300px;
	height: 300px;
	background: url(../img/knifes.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	left: 55%;
	margin-left: -150px;
	bottom: -130px
} */
.header .wrap_float .scroll_down {
	height: 37px;
	line-height: 37px;
	position: absolute;
	right: 0;
	padding-right: 50px;
	box-sizing: border-box;
	color: rgba(73, 73, 74, 0.4);
	font-size: 16px;
	font-family: 'Sans_100';
	width: auto;
	bottom: 0
}
.header .wrap_float .scroll_down:hover {
	cursor: pointer
}
.header .wrap_float .scroll_down:after {
	width: 25px;
	height: 38px;
	background: url(../img/mouse.svg) center right no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -19px;
	right: 0;
	opacity: .2
}
.header_top {
	padding: 42px 0;
	box-sizing: border-box
}
.header_top_left {
	width: 35%
}

.header_top_left p {
display: inline-block;
    float: none;
    max-width: 220px;
    line-height: 1.6;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	padding-top: 15px;
    padding-left: 10px;
}

.header_top_left .logo {
	width: 200px;
	height: 50px;
	display: block;
	float: left;
	background: url(../img/logo.png) center center no-repeat;
	background-size: contain
}
.header_top_center {
	font-size: 13px;
	text-align: center;
	width: 30%;
	padding: 5px 0;
	box-sizing: border-box;
	font-family: Sans_100;
	color: #fff;
}
.header_top_center p {
	display: inline-block;
	float: none;
	max-width: 250px;
	line-height: 1.6
}
.header_top_right {
	width: auto;
	float: right
}
.header_top_right .number {
	width: auto;
	margin-right: 18px
}
.header_top_right .number a {
	font-family: 'Sans_700';
	color: #fff;
	font-size: 23px;
	line-height: 15px;
	padding-left: 37px;
	box-sizing: border-box;
	position: relative;
	display: block
}
.header_top_right .number span a {
	font-family: _500;
	color: #fff;
	font-size: 14px;
	text-align: right;
}
.header_top_right .number a:before {
	width: 21px;
	height: 21px;
	opacity: 1;
	background: url(../img/telephone.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
	content: ''
}
.header_top_right .number span a:before {
display: none;
}

.header_top_right .callback {
	width: auto
}
.header_top_right .callback a {
	font-family: Sans_300;
	color: #fff;
	font-size: 1.4em;
	line-height: 50px;
	position: relative;
	display: block
}
.header_top_right .callback a:after {
	height: 1px;
	width: 100%;
	background: rgba(73, 73, 74, 0.2);
	content: '';
	position: absolute;
	bottom: 16px;
	left: 0
}
.header_main {
	padding: 62px 0;
	box-sizing: border-box
}
.header_main_left {
	width: 65%;
	max-width: 795px;
	padding-top: 50px;
}
.header_main_left .header_subtitle {
	font-family: 'Sans_100';
	font-size: 1.8em;
	color: #fff;
	margin-bottom: 16px
}
.header_main_left .header_subtitle2 {
	font-family: 'Sans_100';
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 7px;
	letter-spacing: 1px;
}
.header_main_left .header_title {
	font-size: 50px;
	font-family: 'Sans_100';
	color: #fff;
	line-height: 1.2;
	margin-bottom: 25px
}
.header_main_left .header_title b {
	font-weight: 100;
	font-family: 'Sans_900';
	color: #fcce70;
	text-transform: uppercase;
}
.header_main_right {
	width: 35%;
	max-width: 450px;
	float: right
}
.header_main_right .header_ul .header_li {
	width: 270px;
	height: 107px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px
}
.header_main_right .header_ul .header_li:last-child {
	margin-bottom: 0
}
.header_main_right .header_ul .header_li_left {
	width: 68px;
	position: relative
}
.header_main_right .header_ul .header_li_left:before {
	width: 20px;
	height: 66px;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -33px;
	left: 70%;
	-webkit-box-shadow: 3px 0 38px 0 rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 3px 0 38px 0 rgba(0, 0, 0, 0.14);
	box-shadow: 3px 0 38px 0 rgba(0, 0, 0, 0.14)
}
.header_main_right .header_ul .header_li_left .icon {
	height: 107px;
	line-height: 107px;
	width: 28px;
	padding: 0 12px 0 28px;
	text-align: center;
	position: relative;
	background-image: -moz-radial-gradient(-6px 50%, circle closest-corner, transparent 0, transparent 23px, white 0);
	background-image: -webkit-radial-gradient(-6px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0);
	background-image: -ms-radial-gradient(-6px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0);
	background-image: -o-radial-gradient(-6px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0);
	background-image: radial-gradient(-6px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0)
}
.header_main_right .header_ul .header_li_left .icon img {
	opacity: .1;
	display: inline-block;
	vertical-align: middle
}
.header_main_right .header_ul .header_li_right {
	width: 200px;
	float: right;
	position: relative;
	box-sizing: border-box;
	z-index: 1;
	padding: 20px 0 20px 30px
}
.header_main_right .header_ul .header_li_right .value {
	font-size: 14px;
	font-family: Sans_700;
	color: #303032;
	text-transform: uppercase;
	margin-bottom: 7px
}
.header_main_right .header_ul .header_li_right .value b {
	font-size: 32px;
	font-weight: 100;
	background: #fde4ae;
	background: -moz-linear-gradient(top, #fde4ae 0, #fcce70 100%);
	background: -webkit-linear-gradient(top, #fde4ae 0, #fcce70 100%);
	background: linear-gradient(to bottom, #fde4ae 0, #fcce70 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde4ae', endColorstr='#fcce70', GradientType=0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.header_main_right .header_ul .header_li_right .text {
	font-size: 14px;
	color: #000;
	font-family: Sans_300
}
.header_main_right .header_ul .header_li:before {
	height: 107px;
	width: 50%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: -moz-radial-gradient(-6px 50%, circle closest-corner, transparent 0, transparent 23px, white 0);
	background-image: -webkit-radial-gradient(-6px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0);
	background-image: -ms-radial-gradient(-6px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0);
	background-image: -o-radial-gradient(-6px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0);
	background-image: radial-gradient(-6px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0)
}
.header_main_right .header_ul .header_li:after {
	height: 107px;
	width: 50%;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-image: -moz-radial-gradient(-6px 50%, circle closest-corner, transparent 0, transparent 23px, white 0);
	background-image: -webkit-radial-gradient(141px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0);
	background-image: -ms-radial-gradient(141px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0);
	background-image: -o-radial-gradient(141px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0);
	background-image: radial-gradient(141px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0)
}
.director .wrap_float {
	position: relative
}
.director_left {
	width: 30%;
	max-width: 347px;
	position: absolute;
	height: 100%;
	left: 0
}
.director_left img {
	max-height: 100%;
	display: block;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0
}
.director_right {
	width: 67%;
	max-width: 782px;
	float: right;
	padding-top: 30px;
	padding-bottom: 55px
}
.director_right .title {
	font-size: 4.2em;
	color: #000;
	font-family: 'Sans_100';
	text-align: left;
	line-height: 1.45;
	margin-bottom: 25px
}
.director_right .text {
	font-size: 16px;
	font-family: Sans_300;
	color: #000;
	line-height: 1.9
}
.director_right .text a {
	color: #3e83d8
}
.director_right .text a span {
	color: #3e83d8;
	border-bottom: 1px solid rgba(62, 131, 216, 0.6);
	box-sizing: border-box
}
.director_right .text p {
	margin: 16px 0
}
.director_right .director_info {
	margin-top: 27px;
	position: relative;
	z-index: 1
}
.director_right .director_info_left {
	width: auto
}
.director_right .director_info_left .name {
	font-family: 'Sans_700';
	color: #000;
	font-size: 2.2em;
	width: auto;
	margin-bottom: 10px
}
.director_right .director_info_left .position {
	width: auto;
	clear: both;
	font-size: 16px;
	color: #000;
	font-family: Sans_300
}
.director_right .director_info_right {
	float: right;
	width: auto
}
.director_right .director_info_right .signature {
	width: 200px;
	height: 55px
}
.director_right .director_info_right .signature img {
	display: block;
	float: left;
	width: 100%
}
.advantages {
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edc879', endColorstr='#fde4ae', GradientType=1);
	text-align: center;
	padding: 85px 0 46px;
	box-sizing: border-box
}
.advantages .title {
	font-size: 4.2em;
	font-family: 'Sans_100';
	color: #000;
	text-align: center;
	max-width: 810px;
	display: inline-block;
	float: none;
	line-height: 1.4;
	margin-bottom: 14px
}
.advantages .subtitle {
	font-size: 1.8em;
	font-family: 'Sans_100';
	color: #000;
	text-align: center;
	margin-bottom: 67px
}
.advantages_item {
	width: 31.62%;
	margin-right: 2.57%;
	height: 150px;
	margin-bottom: 60px;
	position: relative
}
.advantages_item_title {
	font-size: 16px;
	color: #000;
	font-family: 'Sans_700';
	text-align: center;
	margin-bottom: 8px;
	position: relative;
	z-index: 1
}
.advantages_item_text {
	font-size: 14px;
	color: #000;
	font-family: Sans_300;
	text-align: center;
	line-height: 1.4;
	position: relative;
	z-index: 1
}
.advantages_item .icon {
	width: 81px;
	height: 81px;
	position: absolute;
	right: 15px;
	bottom: 0
}
.advantages_item .icon img {
	max-height: 100%;
	max-width: 100%;
	opacity: .05
}
.advantages_item_wrap {
	height: 150px;
	position: relative;
	z-index: 1;
	background-image: -moz-radial-gradient(50% -16px, circle closest-corner, transparent 1px, transparent 30px, white 0);
	background-image: -webkit-radial-gradient(50% -16px, circle closest-corner, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 30px, white 0);
	background-image: -ms-radial-gradient(50% -16px, circle closest-corner, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 30px, white 0);
	background-image: -o-radial-gradient(50% -16px, circle closest-corner, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 30px, white 0);
	background-image: radial-gradient(50% -16px, circle closest-corner, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 30px, white 0);
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.02);
	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.02);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.02);
	padding: 0 40px;
	box-sizing: border-box;
	display: table-cell;
	float: none;
	vertical-align: middle
}
.advantages_item:nth-child(3n) {
	margin-right: 0
}
.advantages_item:nth-child(3n+1) {
	clear: both
}
.advantages_item:before {
	width: 22px;
	height: 21px;
	background: url(../img/verified.svg) center center no-repeat;
	background-size: contain;
	opacity: .2;
	left: 50%;
	margin-left: -11px;
	top: -21px;
	content: '';
	position: absolute
}
.advantages_item:after {
	top: 25px;
	bottom: -9px;
	left: 16px;
	right: 16px;
	border-radius: 10px;
	background: #fff;
	content: '';
	position: absolute
}
.advantages_item .shadow {
	height: 4px;
	width: 100%;
	position: absolute;
	bottom: 0;
	border-radius: 10px;
	left: 0;
	z-index: 1;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05)
}
.bonuses {
	background: #f2f2f2;
	text-align: center;
	padding: 85px 0;
	box-sizing: border-box
}
.bonuses .wrap_float {
	position: relative
}
.bonuses .title {
	font-size: 4.2em;
	color: #000;
	font-family: 'Sans_100';
	text-align: center;
	max-width: 840px;
	display: inline-block;
	float: none;
	line-height: 1.4;
	margin-bottom: 20px
}
.bonuses .subtitle {
	font-size: 1.8em;
	color: #000;
	font-family: 'Sans_100';
	text-align: center;
	max-width: 620px;
	display: inline-block;
	float: none;
	line-height: 1.8;
	margin-bottom: 25px
}
.bonuses_item {
	width: 25%;
	margin-bottom: 21px
}
.bonuses_item:nth-child(4n+1) {
	clear: both
}
.bonuses_item_img {
	width: 130px;
	height: 130px;
	display: inline-block;
	float: none;
	line-height: 130px;
	margin-bottom: 16px
}
.bonuses_item_img img {
	display: inline-block;
	float: none;
	vertical-align: bottom;
	max-height: 100%;
	max-width: 100%
}
.bonuses_item_text {
	font-size: 1.6em;
	font-family: Sans_300;
	color: #000;
	padding: 0 20px;
	box-sizing: border-box
}
.bonuses_item_text .small {
	font-size: 12px
}
.bonuses_item_text .inline {
	display: inline-block
}
.bonuses .gift {
	width: 50%;
	border-radius: 10px;
	text-align: left;
	background: #fff;
	padding: 30px 40px 50px;
	box-sizing: border-box;
	position: relative;
	-webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.08);
	float: left;
	overflow: hidden;
	margin-top: 40px
}
.bonuses .gift:after {
	width: 59px;
	height: 49px;
	background: url(../img/gift.png) top right no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	top: 0;
	right: 0
}
.bonuses .gift .top_p {
	font-size: 14px;
	font-family: Sans_300;
	color: rgba(73, 73, 74, 0.5);
	text-transform: uppercase;
	margin-bottom: 18px;
	position: relative;
	z-index: 2
}
.bonuses .gift .value {
	font-size: 3.2em;
	font-family: 'Sans_700';
	color: #000;
	width: auto;
	margin-bottom: 18px;
	position: relative;
	z-index: 1
}
.bonuses .gift .text {
	font-size: 14px;
	font-family: Sans_300;
	color: #000;
	width: auto;
	clear: both;
	position: relative;
	z-index: 1
}
.bonuses .gift_left {
	width: auto
}
.bonuses .gift_left:before {
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	position: absolute;
	content: '';
	background: #fff;
	z-index: 1
}
.bonuses .gift_left:after {
	width: 4px;
	height: 30px;
	left: 50%;
	margin-left: -16px;
	margin-top: -23px;
	top: 50%;
	position: absolute;
	content: '';
	-webkit-box-shadow: 3px 0 38px 0 rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 3px 0 38px 0 rgba(0, 0, 0, 0.7);
	box-shadow: 3px 0 38px 0 rgba(0, 0, 0, 0.7)
}
.bonuses .gift_right {
	width: auto;
	float: right
}
.bonuses .btn_wrap {
	margin-top: 40px;
	width: 50%;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 188px;
	line-height: 188px
}
.bonuses .btn {
	display: inline-block;
	float: none;
	max-width: 300px;
	vertical-align: middle
}
.statistics {
	text-align: center;
	padding: 83px 0 70px;
	box-sizing: border-box
}
.statistics .title {
	line-height: 1.4;
	text-align: center;
	font-size: 4.2em;
	font-family: 'Sans_100';
	color: #000;
	max-width: 930px;
	display: inline-block;
	float: none;
	margin-bottom: 57px
}
.statistics .year {
	width: 109px;
	font-size: 3.2em;
	font-family: _900;
	position: absolute;
	transform: rotate(-90deg);
	left: 0;
	margin-top: -19px;
	top: 50%;
	text-align: center
}
.statistics b {
	font-family: Sans_900;
	font-weight: 100
}
.statistics_left {
	height: 114px;
	width: 48%;
	position: relative
}
.statistics_left:after {
	height: 24px;
	border-radius: 12px;
	background: #efefef;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: -40px
}
.statistics_left:before {
	height: 24px;
	background: #f2f2f2;
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	width: 40px
}
.statistics_left_wrap {
	position: relative;
	z-index: 1;
	height: 109px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-image: -moz-radial-gradient(-6px 52%, circle closest-corner, transparent 0, transparent 23px, #f2f2f2 0);
	background-image: -webkit-radial-gradient(-6px 52%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, #f2f2f2 0);
	background-image: -ms-radial-gradient(-6px 52%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, #f2f2f2 0);
	background-image: -o-radial-gradient(-6px 52%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, #f2f2f2 0);
	background-image: radial-gradient(-6px 52%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, #f2f2f2 0);
	padding-left: 102px;
	box-sizing: border-box;
	text-align: left
}
.statistics_left_wrap .year {
	color: #fff
}
.statistics_left_wrap ul {
	height: 109px;
	display: table-cell;
	vertical-align: middle;
	float: none
}
.statistics_left_wrap ul li {
	font-size: 16px;
	font-family: Sans_300;
	color: #000;
	padding-left: 30px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 12px
}
.statistics_left_wrap ul li:last-child {
	margin-bottom: 0
}
.statistics_left_wrap ul li:before {
	background: #fbe0a6;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	border: 4px solid #ffeabe;
	box-sizing: border-box
}
.statistics_left_wrap ul li:last-child:before {
	background: #edc97a
}
.statistics_right {
	width: 52%;
	height: 114px;
	position: relative
}
.statistics_right:before {
	background: #f2f2f2;
	border-radius: 50%;
	height: 44px;
	width: 44px;
	content: '';
	position: absolute;
	left: -26px;
	top: 50%;
	margin-top: -22px;
	z-index: 2
}
.statistics_right:after {
	height: 24px;
	border-radius: 12px;
	background: #f5d48f;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}
.statistics_right_wrap {
	position: relative;
	z-index: 1;
	height: 109px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #fde4ae;
	background: -moz-linear-gradient(-45deg, #fde4ae 0, #edc879 99%);
	background: -webkit-linear-gradient(-45deg, #fde4ae 0, #edc879 99%);
	background: linear-gradient(135deg, #fde4ae 0, #edc879 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde4ae', endColorstr='#edc879', GradientType=1);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-left: 102px;
	box-sizing: border-box
}
.statistics_right_wrap .year {
	color: rgba(0, 0, 0, 0.15)
}
.statistics_right_wrap ul {
	height: 109px;
	display: table-cell;
	vertical-align: middle;
	float: none;
	text-align: left
}
.statistics_right_wrap ul li {
	font-size: 16px;
	font-family: Sans_300;
	color: #000;
	padding-left: 30px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 12px
}
.statistics_right_wrap ul li:last-child {
	margin-bottom: 0
}
.statistics_right_wrap ul li:before {
	background: #fff;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	border: 4px solid #fcefd1;
	box-sizing: border-box
}
.statistics_bottom {
	margin-top: 90px;
	position: relative
}
.statistics_bottom_left {
	width: 50%;
	padding: 50px 0;
	position: relative;
	z-index: 2
}
.statistics_bottom_right {
	width: 40.2%;
	float: right;
	position: absolute;
	right: 25px
}
.statistics_bottom_right .sq_parent {
	width: 100%;
	position: relative;
	padding-bottom: 100%
}
.statistics_bottom_right .sq_parent .sq_wrap {
	position: absolute;
	width: 100%;
	height: 100%
}
.statistics_bottom_right .sq_parent .sq_wrap .sq_content {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 50%;
	border: 1px solid #f2f2f2;
	box-sizing: border-box
}
.statistics_bottom_right .sq_parent .sq_wrap .sq_content:before {
	right: 46px;
	top: 46px;
	bottom: 46px;
	left: 46px;
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
	position: absolute;
	content: '';
	border-radius: 50%
}
.statistics_bottom_right .sq_parent .sq_wrap .sq_content:after {
	right: 100px;
	top: 100px;
	bottom: 100px;
	left: 100px;
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
	position: absolute;
	content: '';
	border-radius: 50%
}
.statistics_bottom_right .sq_parent .sq_wrap .sq_content .note_img {
	width: 495px;
	height: 535px;
	position: absolute;
	z-index: 1;
	right: 133px;
	top: -45px
}
.statistics_bottom_right .sq_parent .sq_wrap .sq_content .note_img .zoom_in {
	width: 60px;
	height: 60px;
	border-radius: 9px;
	background: #fde4ae;
	background: -moz-linear-gradient(top, #fde4ae 0, #fcce70 100%);
	background: -webkit-linear-gradient(top, #fde4ae 0, #fcce70 100%);
	background: linear-gradient(to bottom, #fde4ae 0, #fcce70 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde4ae', endColorstr='#fcce70', GradientType=0);
	position: absolute;
	-webkit-box-shadow: 0 15px 25px 0 rgba(252, 207, 115, 0.5);
	-moz-box-shadow: 0 15px 25px 0 rgba(252, 207, 115, 0.5);
	box-shadow: 0 15px 25px 0 rgba(252, 207, 115, 0.5);
	top: 170px;
	right: 100px
}
.statistics_bottom_right .sq_parent .sq_wrap .sq_content .note_img .zoom_in:after {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	content: '';
	background: url(../img/zoom.svg) center center no-repeat;
	background-size: contain;
	opacity: .5
}
.statistics_bottom .title {
	text-align: left;
	margin-bottom: 30px
}
.statistics_bottom .subtitle {
	text-align: left;
	color: #000;
	font-size: 1.8em;
	font-family: 'Sans_100';
	line-height: 1.6
}
.section_form {
	background: #edc879;
	background: -moz-linear-gradient(left, #edc879 0, #fde4ae 100%);
	background: -webkit-linear-gradient(left, #edc879 0, #fde4ae 100%);
	background: linear-gradient(to right, #edc879 0, #fde4ae 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edc879', endColorstr='#fde4ae', GradientType=1);
	position: relative;
	padding: 100px 0;
	box-sizing: border-box
}
.section_form:after {
	background: url(../img/form_bg.jpg) center center no-repeat;
	background-size: cover;
	content: '';
	opacity: .05;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute
}
.section_form .wrap_float {
	position: relative;
	z-index: 1
}
.section_form .wrap_float:before {
	width: 320px;
	height: 605px;
	position: absolute;
	content: '';
	left: 103%;
	margin-bottom: -100px;
	bottom: -300px;
	background: url(../img/image-bg.png) center center no-repeat;
	background-size: contain;
	z-index: 1
}
.section_form_left {
	max-width: 570px;
	width: 49%;
	padding: 47px 0;
	box-sizing: border-box
}
.section_form_left .title {
	font-family: 'Sans_100';
	color: #000;
	font-size: 4.2em;
	line-height: 1.4
}
.section_form_left .subtitle {
	font-family: 'Sans_100';
	font-size: 1.8em;
	color: #000;
	max-width: 422px;
	margin-top: 25px;
	line-height: 1.6
}
.section_form_right {
	max-width: 470px;
	width: 41%;
	float: right
}
.form {
	padding: 50px 30px 20px 30px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	position: relative;
	z-index: 1
}
.form .input_wrap {
	position: relative;
	margin-bottom: 7px;
	text-align: left
}
.form .input_wrap:after {
	position: absolute;
	width: 21px;
	height: 26px;
	content: '';
	left: 20px;
	bottom: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .15
}
.form .input_wrap.name:after {
	background-image: url(../img/avatar.svg)
}
.form .input_wrap.tel:after {
	background-image: url(../img/phone-call.svg)
}
.form .input_wrap.time:after {
	background-image: url(../img/clock.svg)
}
.form .input_wrap.time .check_time {
	height: 76px;
	position: absolute;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	bottom: 0;
	z-index: 2
}
.form .input_wrap.time .check_time_item {
	display: block;
	float: left;
	width: 50%;
	font-family: Sans_300;
	font-size: 16px;
	text-align: center;
	line-height: 76px;
	background: #f2f2f2
}
.form .input_wrap.time .check_time_item:hover {
	cursor: pointer
}
.form .input_wrap.time .check_time_item.active {
	background: #fccf72
}
.form .input_wrap label {
	font-family: Sans_300;
	color: rgba(73, 73, 74, 0.5);
	font-size: 14px;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px
}
.form .input_wrap .input {
	width: 100%;
	height: 70px;
	border-radius: 10px;
	background: #f2f2f2;
	display: block;
	float: left;
	border: 1px solid #fff;
	outline: 0;
	padding: 0 67px 0 50px;
	box-sizing: border-box;
	font-family: Sans_300;
	color: #000;
	font-size: 16px
}
.form .btn_wrap {
	margin-top: 7px;
	margin-bottom: 30px
}
.form .btn_wrap .submit {
	width: 100%;
	display: block;
	max-width: 100%
}
.form .policy_link {
	font-family: Sans_100;
	font-size: 14px;
	color: rgba(73, 73, 74, 0.5);
	text-align: center;
	max-width: 345px;
	display: inline-block;
	float: none
}



.form .policy_link a span {
	border-bottom: 1px solid rgba(73, 73, 74, 0.3);
	box-sizing: border-box
}

.form .op {
	font-family: Sans_100;
	font-size: 20px;
	margin-bottom: 20px;
	color: rgba(0, 0, 0, 0.9);
	text-align: center;
	max-width: 345px;
	display: inline-block;
	float: none;
	font-weight: 600;
}


.slider_block {
	text-align: center;
/* 	background: #e8e8e8 url(../img/header.jpg) center center no-repeat; */
	background-size: cover;
	position: relative;
	padding: 87px 0 40px;
	box-sizing: border-box
}
.slider_block .title {
	font-size: 4.2em;
	color: #000;
	font-family: 'Sans_100';
	text-align: center;
	max-width: 850px;
	display: inline-block;
	float: none;
	line-height: 1.4;
	margin-bottom: 60px;
	text-transform: uppercase;
}
.slider_block .subtitle {
	font-size: 1.8em;
	color: #000;
	font-family: 'Sans_100';
	text-align: center;
	display: inline-block;
	float: none;
	line-height: 1.8;
	margin-bottom: 0px
}
.slider_block .slider .slick-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	top: 120px;
	margin-top: 0;
	background: #fff;
	z-index: 2
}
.slider_block .slider .slick-arrow.slick-disabled {
	opacity: .4
}
.slider_block .slider .slick-arrow.slick-disabled:hover:after {
	opacity: .4
}
.slider_block .slider .slick-arrow:before {
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fde4ae;
	background: -moz-linear-gradient(top, #fde4ae 0, #fcce70 100%);
	background: -webkit-linear-gradient(top, #fde4ae 0, #fcce70 100%);
	background: linear-gradient(to bottom, #fde4ae 0, #fcce70 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde4ae', endColorstr='#fcce70', GradientType=0);
	opacity: 0;
	transition: all .2s linear
}
.slider_block .slider .slick-arrow:hover:before {
	opacity: 1;
	transition: all .2s linear
}
.slider_block .slider .slick-arrow:after {
	width: 12px;
	height: 18px;
	background: url(../img/slide_arrow.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -9px;
	opacity: .4;
	transition: all .2s linear
}
.slider_block .slider .slick-arrow.slick-prev {
	left: 0
}
.slider_block .slider .slick-arrow.slick-next {
	right: 0
}
.slider_block .slider .slick-arrow.slick-next:after {
	transform: rotate(180deg)
}
.slider_block .slider_item {
	position: relative
}
.slider_block .slider_item .slide_title {
	width: 140px;
	height: 80px;
	top: 110px;
	left: 50%;
	margin-left: -70px;
	border-radius: 10px;
	background: #fde4ae;
	background: -moz-linear-gradient(top, #fde4ae 0, #edc879 100%);
	background: -webkit-linear-gradient(top, #fde4ae 0, #edc879 100%);
	background: linear-gradient(to bottom, #fde4ae 0, #edc879 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde4ae', endColorstr='#edc879', GradientType=0);
	position: absolute;
	font-size: 14px;
	font-family: Sans_300;
	color: #000;
	text-align: center;
	-webkit-box-shadow: 0 15px 25px 0 rgba(252, 207, 115, 0.5);
	-moz-box-shadow: 0 15px 25px 0 rgba(252, 207, 115, 0.5);
	box-shadow: 0 15px 25px 0 rgba(252, 207, 115, 0.5)
}
.slider_block .slider_item .slide_title .tc {
	width: 140px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	float: none
}
.slider_block .slider_item .prev_p {
	width: auto;
	height: 60px;
	position: absolute;
	left: 0;
	top: 120px;
	font-family: Sans_300;
	font-size: 14px;
	padding-left: 82px;
	box-sizing: border-box;
	max-width: 220px;
	text-align: left
}
.slider_block .slider_item .prev_p span {
	height: 60px;
	display: table-cell;
	float: none;
	vertical-align: middle
}
.slider_block .slider_item .next_p {
	width: auto;
	height: 60px;
	position: absolute;
	right: 0;
	top: 120px;
	font-family: Sans_300;
	font-size: 14px;
	padding-right: 82px;
	box-sizing: border-box;
	max-width: 220px;
	text-align: right
}
.slider_block .slider_item .next_p span {
	height: 60px;
	display: table-cell;
	float: none;
	vertical-align: middle
}
.slider_block .slider_item.automation .slider_li:last-child {
	width: 100%
}
.slider_block .slider_item.automation .slider_li:last-child img {
	margin-top: -10px
}
.slider_block .slider_item.automation .slider_item_bottom .slider_ul .slider_li:nth-child(odd) {
	clear: both
}
.slider_block .slider_item.advertising .slider_item_bottom .slider_ul .slider_li {
	width: 33.33333333%
}
.slider_block .slider_item.advertising .slider_item_bottom .slider_ul .slider_li:last-child {
	padding-right: 5px
}
.slider_block .slider_item.advertising .slider_item_bottom .slider_ul .slider_li:nth-child(3n+1) {
	clear: both
}
.slider_block .slider_item.crm .slider_item_bottom .slider_ul .slider_li {
	width: 33.33333333%
}
.slider_block .slider_item.crm .slider_item_bottom .slider_ul .slider_li:nth-child(3n+1) {
	clear: both
}
.slider_block .slider_item_top {
	height: 600px;
	margin-bottom: 60px
}
.slider_block .slider_item_top img {
	max-height: 100%;
	display: inline-block
}
.slider_block .slider_item_bottom .slider_ul .slider_li {
	width: 50%;
	padding-left: 157px;
	box-sizing: border-box;
	padding-right: 43px;
	position: relative;
	margin-bottom: 66px
}
.slider_block .slider_item_bottom .slider_ul .slider_li_img {
	width: 120px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0
}


.circle_o {
    width: 45px;
    height: 45px;
    margin-left: 70px;
    margin-top: 15px;
    background: #fcce7057;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
}

.slider_block .slider_item_bottom .slider_ul .slider_li_img:before {
	width: 100px;
	height: 80px;
	border-radius: 10px;
	bottom: 0;
	content: '';
	background: #fff;
	position: absolute;
	left: 10px
}
.slider_block .slider_item_bottom .slider_ul .slider_li_img_wrap {
	width: 120px;
	height: 120px;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05)
}
.slider_block .slider_item_bottom .slider_ul .slider_li .text {
	color: #000;
	font-family: Sans_300;
	font-size: 15px;
	text-align: left;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	float: none;
	line-height: 1.6
}
.prices {
	padding: 83px 0;
	box-sizing: border-box
}
.prices .title {
	font-size: 4.2em;
	color: #000;
	font-family: 'Sans_100';
	text-align: center;
	display: inline-block;
	float: none;
	line-height: 1.4;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.prices_item {
	width: 33.333333%
}
.prices_item_img {
	height: 147px;
	position: relative;
	text-align: center;
	line-height: 147px;
	margin-bottom: 20px
}
.prices_item_img img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 3;
	    width: 100px;
}

.prices_item .text {
	font-size: 16px;
	font-family: Sans_300;
	text-align: center;
	padding: 0 50px;
	box-sizing: border-box;
	margin-bottom: 65px;
	line-height: 1.6
}
.prices_item .text b {
	font-family: Sans_700;
	font-weight: 100
}
.prices_item_bottom {
	height: 180px;
	background: #f2f2f2;
	padding: 55px 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden
}
.prices_item_bottom:after {
	width: 108px;
	height: 100%;
	background: url(../img/shadow-2.png) right center no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	opacity: .05
}
.prices_item_bottom .cost {
	font-size: 3.2em;
	font-family: 'Sans_700';
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase;
	position: relative;
	z-index: 1
}
.prices_item_bottom .cost_p {
	font-size: 1.6em;
	font-family: Sans_300;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 1
}
.prices_item:first-child .prices_item_bottom {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px
}
.prices_item:last-child .prices_item_bottom {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px
}
.prices .section_content {
	margin-top: 38px
}
.prices .btn_wrap {
	text-align: center;
	margin-top: 75px
}
.prices .btn_wrap .btn {
	max-width: 300px;
	display: inline-block;
	float: none
}
.contacts {
	background: #f5c867;
	background: -moz-linear-gradient(left, #f5c867 0, #fddd99 100%);
	background: -webkit-linear-gradient(left, #f5c867 0, #fddd99 100%);
	background: linear-gradient(to right, #f5c867 0, #fddd99 100%)
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5c867', endColorstr='#fddd99', GradientType=1);
	position: relative;
	padding: 100px 0px 100px 0px;
	box-sizing: border-box;
	overflow: hidden
}
.contacts:after {
	background: url(../img/form_bg.jpg) center center no-repeat;
	background-size: cover;
	content: '';
	opacity: .05;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute
}
.contacts .wrap_float {
	position: relative;
	z-index: 1
}
.contacts_left {
	max-width: 570px;
	width: 49%;
	padding: 10px 0;
	box-sizing: border-box;
	position: relative
}
.contacts_left img {
	position: absolute;
width: 520px;
    right: -480px;
    top: -65px;
}
.contacts_left .title {
    font-family: 'Sans_100';
    color: #000;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 900;
}
.contacts_left .subtitle {
	font-family: 'Sans_100';
	font-size: 1.8em;
	color: #000;
	margin-top: 25px;
	line-height: 1.5;
	max-width: 500px;
}
.contacts_left .subtitle p {
	margin-bottom: 23px
}
.contacts_left .subtitle p:last-child {
	margin-bottom: 0
}
.contacts_left .contacts_ul {
	margin-top: 43px
}
.contacts_left .contacts_ul .contacts_li {
	width: 100%;
	height: 130px;
	border-radius: 10px;
	background: #fff;
	padding: 15px 30px 0 115px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative
}
.contacts_left .contacts_ul .contacts_li:before {
	position: absolute;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	bottom: 0;
	left: 0
}
.contacts_left .contacts_ul .contacts_li .tc {
	display: table-cell;
	vertical-align: middle;
	float: none;
	height: 110px
}
.contacts_left .contacts_ul .contacts_li a {
	font-family: 'Sans_700';
	font-size: 18px;
	color: #000;
	margin-bottom: 6px;
	display: block
}

.contacts_left .contacts_ul .contacts_li span {
	font-family: 'Sans_700';
	font-size: 18px;
	color: #6f3faa;
	margin-bottom: 6px;
	display: block
}

.contacts_left .contacts_ul .contacts_li p {
	font-family: Sans_300;
	font-size: 16px;
	color: #000
}
.contacts_left .contacts_ul .contacts_li:nth-child(1) {
	z-index: 1;
	-webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15)
}
.contacts_left .contacts_ul .contacts_li:nth-child(2) {
	margin-left: 40px;
	margin-top: -17px;
	padding-top: 17px;
	box-sizing: border-box
}
.contacts_left .contacts_ul .contacts_li:nth-child(2) .tc {
	height: 93px
}
.contacts_left .contacts_ul .contacts_li.tel {
	padding-left: 148px
}
.contacts_left .contacts_ul .contacts_li.tel:before {
	width: 95px;
	height: 93px;
	background-image: url(../img/tel.png)
}
.contacts_left .contacts_ul .contacts_li.tel #whatsapp {
	width: 40px;
	height: 40px;
	line-height: 93px;
	background: url(../img/viber.svg) center center no-repeat;
	background-size: contain;
	float: left;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 93px
}
.contacts_left .contacts_ul .contacts_li.email:before {
	width: 92px;
	height: 77px;
	background-image: url(../img/email.png)
}
.contacts_right {
	max-width: 400px;
	width: 41%;
	float: right
}
.contacts_right .form {
	position: relative;
	z-index: 1
}
.footer {
	padding: 40px 0 25px;
	box-sizing: border-box
}
.footer_left {
	margin-right: 60px;
	width: auto
}
.footer_left .logo {
	width: 165px;
	height: 50px;
	background: url(../img/footer_logo.png) left center no-repeat;
	background-size: contain;
	margin-right: 30px
}
.footer_left .logo_description {
	max-width: 360px;
	font-family: 'Sans_100';
	font-size: 18px;
	color: rgba(0, 0, 0, 0.9);
	padding: 4px 0;
	box-sizing: border-box;
	line-height: 1.7
}
.footer_center {
	width: auto;
	max-width: 476px
}
.footer_center_top {
	width: auto
}
.footer_center_top .a_div {
	width: auto
}
.footer_center_top .a_div a {
	display: block;
	float: left
}
.footer_center_top .a_div a span {
	font-size: 13px;
	font-family: Sans_100;
	color: #3e83d8;
	border-bottom: 1px solid rgba(62, 131, 216, 0.5);
	box-sizing: border-box
}
.footer_center_top .a_div.a_left {
	padding-right: 23px;
	position: relative;
	box-sizing: border-box
}
.footer_center_top .a_div.a_left:after {
	width: 1px;
	height: 10px;
	background: rgba(0, 0, 0, 0.1);
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0
}
.footer_center_top .a_div.a_right {
	padding-left: 23px;
	box-sizing: border-box
}
.footer_center_bottom {
	font-family: Sans_100;
	font-size: 13px;
	color: rgba(73, 73, 74, 0.5);
	margin-top: 12px;
	line-height: 1.6
}
.footer_right {
	width: auto;
	float: right
}
.footer_right .tel_a {
	width: auto
}
.footer_right .tel_a a {
	padding-left: 36px;
	box-sizing: border-box;
	display: block;
	float: left;
	font-family: 'Sans_700';
	font-size: 16px;
	position: relative
}
.footer_right .tel_a a:before {
	background: url(../img/phone-call.svg) left center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 21px;
	height: 21px;
	opacity: .2;
	margin-top: -10px
}
.footer_right .callback_a {
	width: auto;
	text-align: right;
	clear: both;
	float: right
}
.footer_right .callback_a a {
	display: block;
	float: left;
	font-size: 14px;
	font-family: Sans_300;
	position: relative;
	line-height: 30px
}
.footer_right .callback_a a:after {
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	height: 1px;
	bottom: 4px;
	background: rgba(73, 73, 74, 0.5)
}
.modal {
	width: 422px;
	background: #f2f2f2;
	border-radius: 10px;
	padding: 5px;
	box-sizing: border-box;
	position: relative
}
.modal.modal_policy .title {
	font-size: 3.2em
}
.modal.modal_screenshot {
	padding: 0;
	width: 100%;
	max-width: 1600px
}
.modal.modal_screenshot img {
	display: block;
	float: left;
	width: 100%;
	position: static;
	margin-left: 0;
	height: auto
}
.modal .text {
	font-family: Sans_100;
	font-size: 16px;
	line-height: 1.9
}
.modal .text p {
	margin-bottom: 32px
}
.modal .text p:last-child {
	margin-bottom: 0
}
.modal.modal_success {
	width: 470px;
	text-align: center;
	padding: 48px 46px
}
.modal.modal_success .title {
	font-size: 3.2em;
	margin-bottom: 10px;
	margin-top: 25px
}
.modal.modal_success .subtitle {
	line-height: 1.6
}
.modal.modal_success .icon {
	width: 80px;
	height: 80px;
	background: #fff url(../img/send.svg) center center no-repeat;
	background-size: 36px 36px;
	border-radius: 50%;
	display: inline-block;
	float: none
}
.modal_close {
	width: 36px;
	height: 36px;
	background: url(../img/close.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	right: -40px;
	top: -40px;
	transition: all .2s linear
}
.modal_close:hover {
	cursor: pointer;
	transform: rotate(-90deg);
	transition: all .2s linear
}
.modal img {
	width: 330px;
	height: 687px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -155px
}
.modal .title {
	font-size: 4.2em;
	font-family: 'Sans_100';
	line-height: 1.4;
	margin-bottom: 22px
}
.modal .subtitle {
	font-size: 18px;
	font-family: 'Sans_100';
	line-height: 1.7;
	max-width: 380px
}
.modal .worktime {
	width: 340px;
	height: 90px;
	border-radius: 10px;
	position: relative;
	padding: 0 40px 0 95px;
	box-sizing: border-box;
	background: #fff;
	font-size: 16px;
	font-family: 'Sans_100';
	line-height: 1.6;
	margin-top: 42px
}
.modal .worktime:before {
	width: 70px;
	height: 70px;
	background: url(../img/worktime.png) center center no-repeat;
	background-size: contain;
	left: 15px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	content: ''
}
.modal .worktime .tc {
	display: table-cell;
	vertical-align: middle;
	float: none;
	height: 90px
}
.modal_left {
	width: 38%;
	max-width: 410px;
	padding: 105px 0;
	box-sizing: border-box
}
.modal_right {
	width: 100%;
	max-width: 422px;
	float: right
}

.modal_right2 {
	width: 100%;
	max-width: 422px;
	float: right
}
@media screen and (min-width:1200px) {
	.btn_animate {
		animation: ripple .65s linear;
		-webkit-animation: ripple .65s linear;
		-moz-animation: ripple .65s linear
	}
	.btn_animate {
		-webkit-animation: ripple .65s linear;
		-moz-animation: ripple .65s linear;
		-ms-animation: ripple .65s linear;
		-o-animation: ripple .65s linear;
		animation: ripple .65s linear
	}
	@-webkit-keyframes ripple {
		100% {
			opacity: 0;
			-webkit-transform: scale(2.5)
		}
	}
	@-moz-keyframes ripple {
		100% {
			opacity: 0;
			-moz-transform: scale(2.5)
		}
	}
	@-o-keyframes ripple {
		100% {
			opacity: 0;
			-o-transform: scale(2.5)
		}
	}
	@keyframes ripple {
		100% {
			opacity: 0;
			transform: scale(2.5)
		}
	}
	.ink {
		display: block;
		position: absolute;
		background: rgba(255, 255, 255, 0.3);
		border-radius: 100%;
		transform: scale(0);
		-webkit-transform: scale(0);
		-mox-transform: scale(0);
		z-index: 0
	}
	.ripplelink {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		overflow: hidden
	}
	.modal .ripplelink {
		width: 354px
	}
}
@media screen and (max-height:890px) {
	.modal_close {
		top: 0
	}
}
@media screen and (max-height:800px) and (min-width:1200px) {
	.modal .form .input_wrap .input {
		height: 60px
	}
	.modal .form .input_wrap:after {
		bottom: 17px
	}
	.modal .form .input_wrap.time .check_time {
		height: 60px
	}
	.form .input_wrap.time .check_time_item {
		height: 60px;
		line-height: 60px
	}
	.modal .form .input_wrap label {
		margin-bottom: 5px
	}
	.modal .form .input_wrap {
		margin-bottom: 17px
	}
	.modal {
		padding-top: 5px;
		padding-bottom: 5px
	}
	.modal_left {
		padding: 66px 0
	}
	.modal img {
		height: 93%;
		width: auto;
		margin-left: -130px
	}
}
@media screen and (max-width:1755px) {
	.header:before {
		display: none
	}
	.header .header_main:before {
		height: 700px;
		width: 700px;
		content: '';
		position: absolute;
		top: 55%;
		right: 96%;
		margin-top: -350px;
		background: url(../img/plate.png) center center no-repeat;
		background-size: contain
	}
	.header .header_main>* {
		position: relative;
		z-index: 1
	}
	.header .wrap_float:after {
		right: -382px
	}
}
@media screen and (max-width:1480px) {
	.header .wrap_float:after {
		display: none
	}
	.header .header_main:before {
		display: none
	}
	.section_form .wrap_float:before {
		display: none
	}
}
@media screen and (max-width:1400px) {
	.header_main {
		padding: 30px 0
	}
}
@media screen and (max-width:1340px) {
	.modal_close {
		right: 10px;
		top: 10px;
		background: none
	}
	.modal_close:before {
		width: 20px;
		height: 20px;
		background: #000;
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -10px;
		margin-left: -10px
	}
	.modal_close:after {
		width: 100%;
		height: 100%;
		background: #000;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		background: url(../img/close.svg) center center no-repeat;
		background-size: contain
	}
	.modal_screenshot .modal_close {
		top: 2px
	}
}
@media screen and (max-width:1220px) {
	.wrap {
		max-width: 92%
	}
	.statistics_left_wrap {
		padding-left: 78px
	}
	.statistics_right_wrap {
		padding-left: 78px
	}
	.statistics_left_wrap ul li, .statistics_right_wrap ul li {
		padding-left: 20px
	}
	.statistics_left {
		width: 50%
	}
	.statistics_right {
		width: 50%
	}
	.statistics .year {
		left: -7px
	}
	.section_form_left {
		width: 51%
	}
	.contacts_left img {
position: absolute;
    width: 400px;
    right: -30px;
    top: 320px;
	}
	.slider_block .slider_item.crm .slider_item_bottom .slider_ul .slider_li {
		width: 50%
	}
	.slider_block .slider_item.automation .slider_li:last-child {
		width: 100%
	}
	.slider_block .slider_item.advertising .slider_item_bottom .slider_ul .slider_li {
		width: 50%
	}
	.slider_block .slider_item_bottom .slider_ul .slider_li {
		padding-right: 54px
	}
	.slider_block .slider_item.advertising .slider_item_bottom .slider_ul .slider_li:nth-child(3n+1), .slider_block .slider_item.crm .slider_item_bottom .slider_ul .slider_li:nth-child(3n+1) {
		clear: none
	}
	.slider_block .slider_item.advertising .slider_item_bottom .slider_ul .slider_li:nth-child(odd), .slider_block .slider_item.crm .slider_item_bottom .slider_ul .slider_li:nth-child(odd) {
		clear: both
	}
	.footer_left .logo_description {
		clear: both
	}
	.header_main_right {
		width: 30%
	}
	.header_main_left {
		width: 68%
	}
	.bonuses .gift_left {
		max-width: 50%
	}
	.modal {
		width: 100%
	}
	.modal img {
		display: none
	}
	.modal_left {
		width: 48%;
		max-width: none
	}
	.modal_right {
		width: 50%;
		max-width: none
	}
	.modal_close {
		top: 10px;
		right: 10px
	}
}
@media screen and (max-width:1100px) {
	body {
		font-size: 58%
	}
	.btn:hover:after {
		bottom: 54px;
		opacity: .8
	}
	.advantages_item_wrap {
		padding: 0 10px
	}
	.header_main_left .header_title {
		font-size: 3.8em
	}
	.header .wrap_float:before {
		margin-left: -87px;
		width: 200px;
		height: 200px
	}
	.bonuses .gift_left {
		width: 50%
	}
	.bonuses .gift_right {
		width: 42%;
		padding-left: 23px
	}
	.bonuses .gift .value {
		font-size: 3em
	}
	.bonuses .gift {
		padding-left: 32px;
		padding-right: 32px
	}
	.header .wrap_float .scroll_down {
		bottom: -30px
	}
	.statistics .year {
		position: static;
		margin-top: 0;
		transform: none;
		margin-bottom: 10px
	}
	.statistics_left_wrap {
		padding-left: 25px;
		height: 124px;
		padding-top: 10px
	}
	.statistics_right_wrap {
		padding-left: 25px;
		height: 124px;
		padding-top: 10px
	}
	.statistics_left_wrap ul {
		display: block;
		float: left;
		clear: both;
		height: auto
	}
	.statistics_right_wrap ul {
		display: block;
		float: left;
		clear: both;
		height: auto
	}
	.statistics_right, .statistics_left {
		height: 129px
	}
	.form .input_wrap .input {
		padding-left: 55px
	}
	.contacts_left {
		width: 51%
	}
	.header_top_center {
		font-size: 15px
	}
	.header_top_right .number a {
		font-size: 16px
	}
	.header_top_right .callback a {
		font-size: 16px
	}
	.header_main_left .header_subtitle {
		font-size: 18px
	}
	.header_main_left .header_subtitle2 {
		font-size: 18px
	}	
	
	.header_top_center p {
		max-width: 180px
	}
	.slider_block .slider_item_bottom .slider_ul .slider_li {
		padding-left: 140px;
		padding-right: 54px
	}
	.slider_block .slider_item_bottom .slider_ul .slider_li .text {
		font-size: 15px
	}
	.statistics_bottom_right {
		right: -37px
	}
}
@media screen and (max-width:999px) {
	.header_top_right .callback a:after {
		bottom: -5px
	}
	.statistics_left, .statistics_left_wrap {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}
	.statistics_right, .statistics_right_wrap {
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}
	.header_top_right .callback {
		clear: both;
		float: right
	}
	.header_top_right .number {
		margin-right: 0
	}
	.header_top_right .callback a {
		line-height: 14px
	}
	.bonuses .gift .value {
		font-size: 2.6em
	}
	.section_form_left .title {
		font-size: 4em
	}
	.header_main_left {
		max-width: 100%;
		width: 100%
	}
	.header_main_right {
		width: 100%;
		max-width: 100%;
		margin-top: 50px
	}
	.header_main_right .header_ul .header_li {
		clear: both
	}
	.header .wrap_float .scroll_down {
		display: none
	}
	.director_right {
		width: 100%;
		max-width: 100%
	}
	.director_left {
		width: 50%;
		height: 600px;
		left: auto;
		right: 0;
		bottom: 0
	}
	.director_left img {
		position: static
	}
	.director_right .director_info_right {
		float: left;
		clear: both;
		margin-top: 30px
	}
	.director .wrap_float {
		padding-bottom: 213px
	}
	.director_right .text p:last-child {
		padding-right: 209px;
		box-sizing: border-box
	}
	.advantages_item {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 8%
	}
	.advantages_item:nth-child(3n) {
		margin-right: 2%
	}
	.advantages_item:nth-child(3n+1) {
		clear: none
	}
	.advantages_item:nth-child(even) {
		margin-right: 0
	}
	.advantages_item:nth-child(odd) {
		clear: both
	}
	.bonuses_item {
		width: 33.333333%
	}
	.bonuses_item:nth-child(4n+1) {
		clear: none
	}
	.bonuses_item:nth-child(3n+1) {
		clear: both
	}
	.bonuses .gift {
		width: 66%
	}
	.statistics_left {
		width: 100%
	}
	.statistics_left:before, .statistics_left:after {
		display: none
	}
	.statistics_right {
		width: 100%
	}
	.statistics_right, .statistics_left {
		height: 124px
	}
	.statistics_left_wrap {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		text-align: center;
		background: #f2f2f2
	}
	.statistics_left_wrap ul, .statistics_right_wrap ul {
		width: auto;
		display: inline-block;
		float: none
	}
	.statistics_left_wrap ul li, .statistics_right_wrap ul li {
		width: auto;
		clear: both
	}
	.statistics {
		text-align: center
	}
	.statistics .year {
		width: 100%;
		text-align: center
	}
	.statistics_right:before {
		display: none
	}
	.statistics .year {
		width: 109px;
		position: absolute;
		margin-top: -19px;
		transform: rotate(-90deg);
		margin-bottom: 0
	}
	.statistics_left_wrap, .statistics_right_wrap {
		padding-top: 37px
	}
	.section_form_left {
		padding-top: 0;
		width: 100%;
		max-width: 100%
	}
	.section_form_right {
		width: 100%;
		max-width: 100%;
		float: left
	}
	.slider_block .slider_item_top {
		margin-bottom: 135px
	}
	.slider_block .slider .slick-arrow, .slider_block .slider_item .next_p, .slider_block .slider_item .prev_p {
		top: 320px
	}
	.slider_block .slider_item_bottom .slider_ul .slider_li {
		width: 100%
	}
	.prices_item .text {
		padding: 0 10px;
		margin-bottom: 6px
	}
	.prices_item_bottom .cost {
		font-size: 24px
	}
	.prices_item_bottom .cost_p {
		font-size: 15px;
		padding: 0 8px;
		box-sizing: border-box
	}
	.contacts_left {
		width: 100%;
		max-width: 100%;
		padding-top: 0;
		margin-bottom: 400px;
	}
	.contacts_right {
		max-width: 100%;
		width: 100%
	}
	.footer .wrap_float {
		position: relative
	}
	.footer_right {
		position: absolute;
		right: 0;
		top: 0
	}
	.footer_left .logo_description {
		clear: none
	}
	.footer_center {
		margin-top: 40px
	}
	.header .wrap_float:before {
		left: 74%
	}
	.form {
		max-width: 550px
	}
	.header .wrap_float:after {
		display: block;
		top: auto;
		bottom: 0;
		right: -56px
	}
	.modal_left {
		padding: 0;
		width: 100%;
		max-width: 100%
	}
	.modal_right {
		width: 100%;
		max-width: 100%;
		margin-top: 42px
	}
	.modal .title {
		font-size: 3.8em;
		margin-bottom: 10px
	}
	.modal .subtitle {
		max-width: 100%
	}
	.modal .worktime {
		height: 76px;
		margin-top: 20px
	}
	.modal .worktime .tc {
		height: 76px
	}
	.header_top_right .number a {
		font-size: 20px
	}
	.header_top_right .callback a {
		font-size: 18px
	}
	.header_top_right .callback a {
		font-size: 19px
	}
	.footer_right .callback_a a {
		font-size: 16px
	}
	.footer_center_top .a_div a span {
		font-size: 15px
	}
	.footer_center {
		max-width: 100%
	}
	.bonuses .btn_wrap {
		position: static
	}
	.bonuses .gift {
		display: inline-block;
		float: none
	}
	.bonuses .btn_wrap {
		width: 100%;
		line-height: normal;
		margin-top: 48px;
		height: auto
	}
	.bonuses .gift {
		width: 68%
	}
}
@media screen and (max-width:930px) {
	.statistics_bottom_left {
		width: 100%;
		max-width: 100%;
		text-align: left
	}
	.statistics_bottom {
		text-align: center
	}
	.statistics_bottom_right {
		width: 100%;
		max-width: 100%;
		position: static;
		max-width: 500px;
		display: inline-block;
		float: none
	}
	.statistics_bottom_right .sq_parent .sq_wrap .sq_content .note_img {
		position: relative;
		top: auto;
		right: 58px
	}
	.statistics_bottom_left {
		padding: 0;
		margin-bottom: 30px
	}
	.statistics_bottom {
		margin-top: 65px
	}
}
@media screen and (max-width:800px) {
	.modal_screenshot .modal_close {
		top: -50px;
		right: 10px
	}
}
@media screen and (max-width:730px) {
	
	
	.prices_item_img img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 3;
    width: 70px;
}
	
.prices_item_img {
    height: 107px;
    position: relative;
    text-align: center;
    line-height: 107px;
    margin-bottom: 0px;
}	
	
	
.header_top_right .number a {
    font-family: 'Sans_700';
    color: #fff;
    font-size: 23px;
    line-height: 20px;
    padding-left: 0px;
    box-sizing: border-box;
    position: relative;
    display: block;
}	
	
	
.header .header_main>* {
    position: relative;
    z-index: 1;
    text-align: center;
padding-top: 0px;
}
.header_main {
    padding: 0px 0;
}	
	
	.header_top_center {
		clear: both;
		text-align: left;
		width: auto
	}
	.header_top_center p {
		max-width: 244px
	}
	.header_top_right {
		position: absolute;
		right: 3%;
		top: 28px
	}
	.header .wrap_float:after {
		right: -136px
	}
	.director_right .director_info_left {
		max-width: 250px
	}
	.bonuses_item {
		width: 50%
	}
	.bonuses_item:nth-child(3n+1) {
		clear: none
	}
	.bonuses_item:nth-child(odd) {
		clear: both
	}
	.bonuses .gift {
		width: 100%
	}
	.bonuses .gift .text {
		max-width: 200px
	}
	.slider_block .slider_item_top img {
		max-width: 100%
	}
	.slider_block .slider_item.advertising .slider_item_bottom .slider_ul .slider_li {
		width: 100%
	}
	.slider_block .slider_item.crm .slider_item_bottom .slider_ul .slider_li {
		width: 100%
	}
	.prices_item {
		width: 100%;
		text-align: center;
		margin-bottom: 20px
	}
	.prices_item .text {
		max-width: 300px;
		display: inline-block;
		float: none
	}
	.prices_item_bottom {
		border-radius: 10px
	}
	.footer_right {
		top: 8px
	}
	.bonuses .gift {
		max-width: 480px
	}
}
@media screen and (max-width:620px) {
	.header_main_right .header_ul .header_li:after {
		background-image: -moz-radial-gradient(156px 50%, circle closest-corner, transparent 0, transparent 23px, white 0);
		background-image: -webkit-radial-gradient(156px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0);
		background-image: -ms-radial-gradient(156px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0);
		background-image: -o-radial-gradient(156px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0);
		background-image: radial-gradient(156px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0)
	}
	.header_main_left .header_title {
		font-size: 3.2em
	}
	.header .wrap_float:after {
		display: none
	}
	.header_main_right .header_ul .header_li_right .value {
		font-size: 15px
	}
	.header_main_right .header_ul .header_li_right .text {
		font-size: 16px
	}
	.header_main_right .header_ul .header_li_right {
		width: 235px
	}
	.header_main_right .header_ul .header_li {
		width: 305px
	}
	.header .wrap_float:before {
		width: 160px;
		height: 160px;
		margin-left: -48px
	}
	.director_right .title, .advantages .title, .bonuses .title, .statistics .title, .section_form_left .title, .slider_block .title, .prices .title, .contacts_left .title, .modal .title, .modal.modal_policy .title {
		font-size: 3.6em
	}
	.director_right .text p:last-child {
		padding-right: 0
	}
	.director .wrap_float {
		padding-bottom: 125px
	}
	.director_left {
		width: 100%;
		height: 378px
	}
	.advantages_item {
		width: 100%;
		margin-bottom: 11%
	}
	.advantages_item_title {
		font-size: 18px
	}
	.statistics .year {
		position: static;
		transform: none;
		width: 100%;
		margin-top: 0
	}
	.statistics_left_wrap, .statistics_right_wrap {
		padding-top: 14px;
		padding-left: 0
	}
	.statistics_left_wrap ul, .statistics_right_wrap ul {
		margin-top: 6px
	}
	.slider_block .slider_item_top {
		height: 200px;
		line-height: 200px
	}
	.slider_block .slider_item_top img {
		vertical-align: middle
	}
	.footer_left .logo_description {
		clear: both
	}
	.footer_left .logo {
		margin-right: 0
	}
	.footer_center_top .a_div {
		padding: 0;
		clear: both
	}
	.footer_center_top .a_div.a_right {
		padding-left: 0
	}
	.footer_center_top .a_div.a_left {
		padding-right: 0;
		margin-bottom: 10px
	}
	.footer_center_top .a_div.a_left:after {
		display: none
	}
	.footer_center {
		margin-top: 20px
	}
	.slider_block .slider_item_bottom .slider_ul .slider_li {
		padding-right: 0
	}
	.modal {
		padding: 50px 30px
	}
	.footer_center_top {
		width: 100%
	}
	.footer_center_top .a_div.a_left {
		width: 100%;
		text-align: center
	}
	.footer_center_top .a_div.a_left a {
		display: inline-block;
		float: none
	}
	.advantages_item_wrap {
		padding: 0 15px
	}
	.footer_center_top .a_div.a_right {
		width: 100%;
		text-align: center
	}
	.footer_center_top .a_div.a_right a {
		display: inline-block;
		float: none
	}
	.footer_center_bottom {
		text-align: center
	}
	.statistics_bottom_right .sq_parent .sq_wrap .sq_content .note_img {
		right: auto;
		width: 100%;
		height: auto
	}
	.statistics_bottom_right .sq_parent .sq_wrap .sq_content .note_img img {
		width: 121%;
		height: auto;
		float: left;
		display: block
	}
	.statistics_bottom_right .sq_parent .sq_wrap .sq_content .note_img .zoom_in {
		right: 30%;
		top: 28%
	}
	.statistics {
		overflow: hidden
	}
}
@media screen and (max-width:480px) {
	.modal.modal_success {
		width: 100%;
		padding: 48px 15px
	}
	.header_top_left {
		width: 100%;
    text-align: center;
	}
	


	.header_top_center p {
		max-width: 380px;
		text-align: center;
	}

	
.header_top_right .number a:before {
display: none;
}	
	
	.header_top_left .logo {
		width: 100%
	}
	.header_top_right .number a {
		font-size: 17px
	}
	.header_top_right .callback a {
		font-size: 17px
	}
	.header_top {
		padding: 36px 0
	}
	.header_top_center {
		font-size: 14px;
		width: 100%;
	}
	.header_main_left .header_title, .director_right .title, .advantages .title, .bonuses .title, .statistics .title, .section_form_left .title, .slider_block .title, .prices .title, .contacts_left .title, .modal .title, .modal.modal_policy .title {
		font-size: 3em
	}
	.director_right .director_info_right .signature {
		width: 164px
	}
	.advantages .subtitle {
		margin-bottom: 48px
	}
	.bonuses_item_text {
		font-size: 1.5em;
		padding: 0 8px
	}
	.bonuses .gift .value {
		font-size: 2.2em
	}
	.statistics_right, .statistics_left {
		height: auto
	}
	.statistics_left_wrap, .statistics_right_wrap {
		height: auto;
		padding-bottom: 22px
	}
	.statistics_left_wrap ul, .statistics_right_wrap ul {
		padding: 0 12px;
		box-sizing: border-box;
		text-align: left;
		margin-top: 12px
	}
	.slider_block .subtitle {
		margin-bottom: 5px
	}
	.slider_block .slider_item .next_p, .slider_block .slider_item .prev_p {
		display: none
	}
	.slider_block .slider .slick-arrow {
		top: 261px
	}
	.slider_block .slider_item_top {
		margin-bottom: 4px
	}
	.contacts_left .contacts_ul .contacts_li {
		width: 307px
	}
	.modal {
		padding: 20px 16px
	}
	.modal .form {
		padding: 38px 16px
	}
	.modal .form .input_wrap .input {
		height: 60px
	}
	.modal .form .input_wrap:after {
		bottom: 17px
	}
	.modal .form .input_wrap.time .check_time {
		height: 60px
	}
	.form .input_wrap.time .check_time_item {
		height: 60px;
		line-height: 60px
	}
	.modal .form .input_wrap label {
		margin-bottom: 5px
	}
	.modal .form .input_wrap {
		margin-bottom: 17px
	}
	.statistics {
		padding: 0
	}
	.contacts_left .contacts_ul .contacts_li {
		width: 325px
	}
	.contacts_left .contacts_ul .contacts_li.tel #whatsapp {
		left: 86px;
		width: 33px;
		height: 34px;
		margin-top: -17px
	}
	.contacts_left .contacts_ul .contacts_li.tel {
		padding-left: 130px
	}
}
@media screen and (max-width:420px) {
	.header_main_right .header_ul {
		text-align: center
	}
	.header_main_right .header_ul .header_li {
		display: inline-block;
		float: none;
		text-align: left
	}
	.contacts_left .contacts_ul .contacts_li {
		width: 100%
	}
	.contacts_left .contacts_ul .contacts_li.tel:before {
		width: 100px;
		height: 100px
	}
	.contacts_left .contacts_ul .contacts_li.tel #whatsapp {
		left: 68px
	}
	.contacts_left .contacts_ul .contacts_li.tel {
		padding-left: 120px;
		padding-right: 8px
	}
}
@media screen and (max-width:450px) {
	.header_top_left {
		width: 100%;
		text-align: center;
	}
	.statistics_left_wrap ul li, .statistics_right_wrap ul li {
		line-height: 1.6
	}
	.header_top_center {
		width: 100%;
		font-size: 12px;
		float: right;
		clear: none;
		max-width: 100%;
		padding: 7px 0
	}
	.header_top {
		padding-top: 16px
	}
	.header_top_right {
		position: static
	}
	.header_top_right {
		width: 100%;
		text-align: center
	}
	.header_top_right .number {
		width: 100%
	}
	.header_top_right .number a {
		width: auto;
		display: inline-block;
		float: none
	}
	.header_top_right .callback {
		width: 100%;
		text-align: center
	}
	.header_top_right .callback a {
		display: inline-block;
		float: none;
		color: #fcce70;
	}
	.btn .span {
		font-size: 13px
	}
	.director_right .director_info_right .signature {
		width: 124px
	}
	.advantages_item {
		margin-bottom: 50px
	}
	.bonuses_item {
		width: 100%;
		display: inline-block;
		float: none;
		max-width: 260px
	}
	.bonuses {
		text-align: center
	}
	.bonuses_item_text {
		font-size: 15px;
		width: 100%;
		text-align: center
	}
	.bonuses .gift .text {
		width: 100%;
		max-width: 100%;
		text-align: center
	}
	.bonuses .gift .top_p {
		text-align: center;
		width: 100%
	}
	.bonuses .gift .value {
		width: 100%;
		text-align: center
	}
	.bonuses .gift_left {
		width: 100%;
		max-width: 100%;
		margin-bottom: 24px
	}
	.bonuses .gift_right {
		width: 100%;
		max-width: 100%
	}
	.bonuses .gift_left:before, .bonuses .gift_left:after {
		display: none
	}
	.bonuses .gift .value {
		margin-bottom: 6px
	}
	.header_main_left .header_title, .director_right .title, .advantages .title, .bonuses .title, .statistics .title, .section_form_left .title, .slider_block .title, .prices .title, .contacts_left .title, .modal .title, .modal.modal_policy .title {
		font-size: 2.8em
	}
	.statistics .title {
		margin-bottom: 27px
	}
	.prices .section_content {
		margin-top: 10px
	}
	.prices_item_bottom {
		height: 110px;
		padding: 23px 0
	}
	.contacts_left .contacts_ul .contacts_li:nth-child(2) {
		margin-left: 0;
		float: right
	}
	.form {
		padding: 38px 18px
	}
	.footer_left {
		margin-right: 0;
		max-width: 50%
	}
	.footer_left .logo {
		width: 100%
	}
	.footer_right .tel_a a:before {
		display: none
	}
	.modal .worktime {
		width: 100%;
		padding: 0 10px 0 62px
	}
	.modal .worktime:before {
		width: 56px;
		left: 3px
	}
	.slider_block .slider_item.automation .slider_li:last-child {
		padding-left: 0
	}
	.slider_block .slider_item.automation .slider_li:last-child .slider_li_img {
		position: relative;
		margin-right: 20px
	}
	.slider_block .slider_item.automation .slider_li:last-child .text {
		width: 100%;
		float: none;
		display: block;
		height: auto
	}
}
@media screen and (max-width:340px) {
	.header_top_center {
		width: 50%
	}
	.btn .span {
		font-size: 12px
	}
	.header_main_right .header_ul .header_li {
		width: 274px
	}
	.header_main_right .header_ul .header_li_right {
		width: 205px
	}
	.header_main_right .header_ul .header_li:after {
		background-image: -moz-radial-gradient(143px 50%, circle closest-corner, transparent 0, transparent 23px, white 0);
		background-image: -webkit-radial-gradient(143px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0);
		background-image: -ms-radial-gradient(143px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0);
		background-image: -o-radial-gradient(143px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0);
		background-image: radial-gradient(143px 50%, circle closest-corner, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 23px, white 0)
	}
	.director_left {
		position: static
	}
	.director .wrap_float {
		padding-bottom: 0
	}
	.director_right {
		padding-bottom: 0
	}
	.modal .worktime {
		font-size: 14px
	}
	.contacts_left .contacts_ul .contacts_li.tel #whatsapp {
		left: 57px
	}
	.contacts_left .contacts_ul .contacts_li.tel {
		padding-left: 100px
	}
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	.header_main_right .header_ul .header_li_right .value b {
		background: none;
		color: #fcce70
	}
}



.slider_li_img_wrap img {
	    width: 70px;
    padding-top: 25px;
	    position: relative;
}

.li_img_wrap01 img {
    padding-top: 25px;
	    position: relative;
}

.ua_v {
	background-color: #fcce70!important;
	height: 40px;
	display: none;
	
}
.ua_v p{
color: #000;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
	padding-top: 10px;
	}