@font-face {
    font-family: "MuseoSansCyrl";
    src: url("../fonts/MuseoSansCyrl100/MuseoSansCyrl100.eot");
    src: url("../fonts/MuseoSansCyrl100/MuseoSansCyrl100-1.eot")format("embedded-opentype"),
    url("../fonts/MuseoSansCyrl100/MuseoSansCyrl100.woff") format("woff"),
    url("../fonts/MuseoSansCyrl100/MuseoSansCyrl100.bin") format("truetype");
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-family: "MuseoSansCyrl";
    src: url("../fonts/MuseoSansCyrl300/MuseoSansCyrl300.eot");
    src: url("../fonts/MuseoSansCyrl300/MuseoSansCyrl300-1.eot")format("embedded-opentype"),
    url("../fonts/MuseoSansCyrl300/MuseoSansCyrl300.woff") format("woff"),
    url("../fonts/MuseoSansCyrl300/MuseoSansCyrl300.bin") format("truetype");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "MuseoSansCyrl";
    src: url("../fonts/MuseoSansCyrl500/MuseoSansCyrl500.eot");
    src: url("../fonts/MuseoSansCyrl500/MuseoSansCyrl500-1.eot")format("embedded-opentype"),
    url("../fonts/MuseoSansCyrl500/MuseoSansCyrl500.woff") format("woff"),
    url("../fonts/MuseoSansCyrl500/MuseoSansCyrl500.bin") format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "MuseoSansCyrl";
    src: url("../fonts/MuseoSansCyrl700/MuseoSansCyrl700.eot");
    src: url("../fonts/MuseoSansCyrl700/MuseoSansCyrl700-1.eot")format("embedded-opentype"),
    url("../fonts/MuseoSansCyrl700/MuseoSansCyrl700.woff") format("woff"),
    url("../fonts/MuseoSansCyrl700/MuseoSansCyrl700.bin") format("truetype");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "MuseoSansCyrl";
    src: url("../fonts/MuseoSansCyrl900/MuseoSansCyrl900.eot");
    src: url("../fonts/MuseoSansCyrl900/MuseoSansCyrl900-1.eot")format("embedded-opentype"),
    url("../fonts/MuseoSansCyrl900/MuseoSansCyrl900.woff") format("woff"),
    url("../fonts/MuseoSansCyrl900/MuseoSansCyrl900.bin") format("truetype");
    font-style: normal;
    font-weight: 900;
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img{
	max-width: 100%;
	vertical-align: middle;
	height: auto;
}
input:focus,
textarea:focus,
button:focus,
select:focus{
	outline: none;
}
*::-webkit-input-placeholder {
	color: #282828;
	opacity: 1;
}
*:-moz-placeholder {
	color: #282828;
	opacity: 1;
}
*::-moz-placeholder {
	color: #282828;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #282828;
	opacity: 1;
}
.input_error *::-webkit-input-placeholder {
	color: #db422c;
}
.input_error *:-moz-placeholder {
	color: #db422c;
}
.input_error *::-moz-placeholder {
	color: #db422c;
}
.input_error *:-ms-input-placeholder {
	color: #db422c;
}
.input_white *::-webkit-input-placeholder {
	color: #fff;
}
.input_white *:-moz-placeholder {
	color: #fff;
}
.input_white *::-moz-placeholder {
	color: #fff;
}
.input_white *:-ms-input-placeholder {
	color: #fff;
}
.input_active::-webkit-input-placeholder {
	color: rgba(0,0,0,0)!important;
}
.input_active:-moz-placeholder {
	color: rgba(0,0,0,0)!important;
}
.input_active::-moz-placeholder {
	color: rgba(0,0,0,0)!important;
}
.input_active:-ms-input-placeholder {
	color: rgba(0,0,0,0)!important;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
ol li {list-style: decimal;}
.b-overflow{
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
}
.center {text-align:center;}
body{
	font-family: "MuseoSansCyrl", sans-serif;
	font-weight: 300;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	color: #282828;
	background-color: #fff;
	margin: 0 auto;
}
body,
*{
	line-height: 1.35em;
}
br,
span,
b{
	line-height: inherit;
}
b,.bold{
	font-weight: 900;
}
p{
	margin: 0;
}
a{
	color: #282828;
}
.s-info a {color: #7327a9;text-decoration:underline;}
.s-info .btn {color:#fff;}
a{
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a,
a:focus{
	outline: none; 
}
a:hover,
a:focus{
	text-decoration: none;
}
.clearfix::after,
.clearfix::before{
	content: " ";
	display: table;
}
.clearfix::after,
.clr{
	clear: both;
}
.flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex *[class*="icon"],
.flex *[class*="img"]{
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.b-wrap{
	white-space: nowrap;
}
.b-block{
	display: block;
}
.b-text-white,
.b-text-white .link{
	color: #fff;
}
.b-text-white .link:hover,
.link:hover{
	color: #8e42c4;
}
.b-text-dark{
	color: #282828;
}
.b-hidden{
	display: none;
}
.b-color{
	color: #8e42c4;
}
.b-line-left{
	padding: 5px 0 5px 40px;
	position: relative;
}
.b-line-left::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 3px;
	background-color: #8e42c4;
}
.b-text-white .b-line-left::before{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}
.b-rub{
	font-family: "Myriad Pro", sans-serif;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.b-line-left{
		padding-left: 25px;
	}
}
@media only screen and (max-width : 767px) {
	.b-line-left{
		padding-left: 0;
	}
	.b-line-left::before{
		display: none;
	}
}
@media only screen and (max-width : 575px) {
}

/*HEADING*/
.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6{
	margin: 0;
	line-height: 1.3em;
	font-weight: 900;
}
.h1{
	font-size: 60px;
	text-transform: uppercase;
}
.h2{
	font-size: 36px;
	text-transform: uppercase;
}
.h3{
	font-size: 24px;
	text-transform: uppercase;
}
.h4{
	font-size: 18px;
}
.h5{
	font-size: 16px;
	text-transform: uppercase;
}
@media only screen and (max-width : 1400px) {
	.h1{
		font-size: 55px;
	}
}
@media only screen and (max-width : 1199px) {
	.h1{
		font-size: 52px;
	}
	.h2{
		font-size: 32px;
	}
}
@media only screen and (max-width : 991px) {
	.h1{
		font-size: 44px;
	}
	.h2{
		font-size: 28px;
	}
	.h3{
		font-size: 21px;
	}
}
@media only screen and (max-width : 767px) {
	.h1{
		font-size: 36px;
	}
	.h2{
		font-size: 24px;
	}
	.h3{
		font-size: 18px;
	}
	.h4{
		font-size: 16px;
	}
}
@media only screen and (max-width : 575px) {
	.h1{
		font-size: 28px;
	}
	.h2{
		font-size: 18px;
	}
}
/*/HEADING*/

/*FORM*/
.form{
	position: relative;
}
.form__title{
	font-size: 21px;
	margin-bottom: 20px;
}
.form__form{
	margin-left: -5px;
	margin-right: -5px;
}
.input{
	position: relative;
	width: 100%;
	max-width: 235px;
}
.input,
button.btn{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
button.btn{
	min-width: 235px;
}
.input input,
.input textarea{
	width: 100%;
	height: 60px;
	border: 1px solid transparent;
	background-color: #f6f6f6;
	border-radius: 30px;
	padding: 0 10px 0 30px;
	color: #0e0e0e;
	font-size: 16px;
	font-family: "MuseoSansCyrl";
	font-weight: 300;
}
.input textarea{
	height: 100px;
	padding-top: 10px;
}
.input__label{
	font-size: 16px;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	margin-top: -1px;
}
.input_error input,
.input_error textarea,
.input-checkbox .input_error,
.input_error.dropdown{
	background-color: #ffeaea!important;
	border-color: #db422c!important;
}
.btn-wrap{
	margin-top: 45px;
	text-align: center;
}
.btn{
	display: inline-block;
	text-align: center;
	border: none;
	white-space: normal;
	cursor: pointer;
	padding: 3px 40px;
	font-size: 15px;
	font-family: "MuseoSansCyrl";
	line-height: 1.2em;
	color: #fff;
	font-weight: 900;
	border: 2px solid #8e42c4;
	background-color: #8e42c4;
	border-radius: 30px;
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn:hover{
	background-color: #7327a9;
	border-color: #7327a9;
}
.btn.btn2{
	background-color: #fff;
	border-color: #fff;
	color: #8e42c4;
}
.btn.btn_border:not(:hover){
	background-color: transparent;
	color: #8e42c4;
}
.b-text-white .btn.btn_border:not(:hover){
	color: #fff;
}
.btn:active{
	top: 2px;
	box-shadow: none;
}
.btn > span{
	height: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.form__title{
		font-size: 18px;
	}
	.btn-wrap{
		margin-top: 30px;
	}
	.input{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width : 767px) {
	.form__title{
		font-size: 16px;
	}
}
@media only screen and (max-width : 575px) {
	.input input{
		height: 50px;
	}
	.btn-wrap{
		margin-top: 20px;
	}
	.btn{
		font-size: 13px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.btn > span{
		height: 40px;
	}
}
/*/FORM*/

/*ICON*/
.b-icon{
	padding-left: 25px;
	min-height: 10px;
	position: relative;
	vertical-align: middle;
	min-height: 20px;
}
a.b-icon,
span.b-icon{
	display: inline-block;
}
.b-icon::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
}
.b-icon.b-phone::before{
	background-image: url(../img/icons/phone.svg);
}
.b-icon.b-calc::before{
	background-image: url(../img/icons/calc.svg);
	-webkit-background-size: contain;
	background-size: contain;
}
.b-icon.b-calc-white::before{
	background-image: url(../img/icons/calc-white.svg);
}
.b-icon.b-arrow::before{
	background-image: url(../img/icons/arrow.svg);
}
.b-icon.b-arrow.b-arrow-right::before{
	margin-top: -11px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.btn .b-icon.b-arrow{
	margin-left: 15px;
}
.b-icon.b-check::before{
	background-image: url(../img/icons/check2.svg);
}
.b-icon.b-minus::before{
	width: 14px;
	height: 4px;
	background-color: gainsboro;
	margin-top: -2px;
	left: 50%;
	margin-left: -7px;
}
.b-icon.b-date::before{
	background-image: url(../img/icons/date.svg);
}
.b-icon.b-time::before{
	background-image: url(../img/icons/time.svg);
}
.b-icon.b-location::before{
	background-image: url(../img/icons/location.svg);
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
	.btn .b-icon.b-arrow{
		display: none;
	}
}
/*/ICON*/

/*SECTION*/
.b-bg-color1{
	background-color: #f5f7fa;
}
.b-bg-color2{
	background-color: #ecf0f5;
}
section{
	padding: 75px 0;
	position: relative;
}

@media only screen and (min-width : 1200px) {
	.container{
		max-width: 1410px;
	}
}
@media only screen and (max-width : 1199px) {
	section{
		padding: 80px 0;
	}
}
@media only screen and (max-width : 991px) {
	section{
		padding: 60px 0;
	}
}
@media only screen and (max-width : 767px) {
	section{
		padding: 45px 0;
	}
}
@media only screen and (max-width : 575px) {
	section{
		padding: 30px 0;
	}
}
/*/SECTION*/

/*HEADER*/
.header{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px 0;
	z-index: 997;
	font-size: 14px;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
@media only screen and (min-width : 992px) {
	.header{
		position: absolute;
		z-index: 999;
	}
	.header-wrap{
		min-height: 110px;
	}
	.header_fixed{
		position: fixed;
		box-shadow: 0 3px 5px rgba(0,0,0,.1);
	}
	.header_fixed .logo__img{
		max-width: 50px;
		margin-right: 10px;
	}
	.header_fixed .btn > span{
		height: 40px;
	}
}
.header .btn > span{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.logo{
	max-width: 270px;
}
.logo__img{
	max-width: 75px;
	margin-right: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.logo__img:hover{
	opacity: .8;
}
.logo__text{
}
.logo__title{
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}
.logo__desc{
	font-size: 14px;
	line-height: 1.3em;
}
.header-buttons{
	margin: 0 -5px;
	text-align: center;
}
.header-buttons .btn{
	margin: 0 5px;
	max-width: 200px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.callback{
	text-align: right;
}
.callback__link{
	font-size: 15px;
	font-weight: 900;
	text-decoration: underline;
}
.callback__link:hover{
	text-decoration: underline;
	color: #8e42c4;
}
.phone__link{
	font-size: 21px;
	line-height: 1.3em;
	font-weight: 300;
}
.phone__link.b-icon + .phone__info{
	padding-left: 25px;
}
.phone__info{
	color: #a9a9a9;
	font-weight: 300;
	font-size: 15px;
}
@media only screen and (max-width : 1199px) {
	.phone__info{
		font-size: 14px;
	}
	.logo__img{
		margin-right: 10px;
	}
	.logo__title{
		font-size: 16px;
	}
	.nav__callback{
		text-align: left;
	}
	.nav__callback .callback__link{
		color: #8e42c4;
	}
	.nav__callback .callback__link:hover{
		color: #fff;
	}
}
@media only screen and (max-width : 991px) {
	.header{
		padding: 15px 0;
	}
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
	.logo__img{
		width: 40px;
	}
}
/*/HEADER*/

/*NAV*/
.nav{
	background-color: #1f1f1f;
	position: relative;
	z-index: 998;
}
.menu{
	margin: 0 -5px;
}
.menu__item{
	display: inline-block;
	margin: 0 15px;
}
.menu__link{
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 900;
	padding: 0 10px;
	line-height: 60px;
	position: relative;
}
.menu__link.link:hover{
	color: #fff;
}
.menu__link.menu__link_active{
	color: #8e42c4;
}
.menu__link::before{
	content: '';
	position: absolute;	
	bottom: 0;
	left: 0;
	right: 0;
	height: 5px;
	width: 0;
	background-color: #8e42c4;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.menu__link:hover::before{
	width: 100%;
}
@media only screen and (max-width : 991px) {
	.nav__header{
		position: fixed;
		top: 0;
		left: 0;
		max-width: 400px;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 20px;
		overflow-y: scroll;
		background-color: rgba(3, 3, 3, 0.95);
		box-shadow: 0 3px 5px rgba(0,0,0,.1);
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		-o-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.nav__header.active{
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.nav__callback{
		padding: 10px 0;
	}
	.menu{
		margin: 0 -20px;
		padding: 0;
		text-align: left;
		display: block;
	}
	.menu__item{
		display: block;
		margin: 0;
	}
	.menu__item:nth-child(2n+1){
	}
	.menu__link{
		padding: 10px 20px;
		line-height: 1.3em;
	}
	.menu__link:hover{
		color: #282828;
	}
}
@media only screen and (max-width : 575px) {
	.nav__header{
		width: 100%;
	}
}
/*/NAV*/

/*MAIN*/
.s-main{
	background-color: #5e4f4c;
	padding: 0;
}
.s-main__slide{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.s-main__center{
	padding: 50px 0 100px;
	height: 680px;
	max-width: 580px;
}
.s-main__subtitle{
	margin-top: 15px;
	font-size: 30px;
	color: #c3c0d0;
}
.s-main__subtitle_color{
	color: #f6f6f6;
}
.s-main__form{
	margin-top: 30px;
}
@media only screen and (max-width : 1199px) {
	.s-main{
		background-position: right center;
	}
	.s-main__center{
		height: 550px;
	}
	.s-main__subtitle{
		font-size: 26px;
	}
}
@media only screen and (max-width : 991px) {
	.s-main__slide::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #535062;
		opacity: .7;
	}
	.s-main__subtitle{
		font-size: 24px;
	}
	.s-main__center{
		height: auto;
		padding: 50px 0;
	}
}
@media only screen and (max-width : 767px) {
	.s-main{
		text-align: center;
	}
	.s-main__subtitle{
		font-size: 21px;
	}
	.s-main__form{
		margin: 15px;
		text-align: center;
	}
}
@media only screen and (max-width : 575px) {
	.s-main__subtitle{
		font-size: 18px;
		margin-top: 10px;
	}
}
/*/MAIN*/

/*MENU HAMBURGER*/
@media only screen and (min-width : 992px) {
	.menu_toggle{
		display: block!important;
	}
}
.menu-hamburger{
	display: inline-block;
	cursor: pointer;
	padding: 10px;
	margin: 0 -10px;
}
.menu-hamburger .hamburger {
	position: relative;
	width: 20px;
	height: 14px;
	display: inline-block;
	text-indent: -9999px;
	box-shadow: none;
	cursor: pointer;
	vertical-align: middle;
	z-index: 1001;
}
.menu-hamburger .hamburger:focus {
	outline: none;
}
.menu-hamburger .hamburger span{
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.menu-hamburger .hamburger:hover span,
.menu-hamburger.active .hamburger span:nth-child(2),
.menu-hamburger.active .hamburger span:nth-child(3){
	background-color: #fff;   
}
.menu-hamburger .hamburger span:nth-child(1) {
	top: 50%;
	margin-top: -1px;
	width: 15px;
	margin-right: 0;
}
.menu-hamburger .hamburger span:nth-child(2) {
	top: 0;
}
.menu-hamburger .hamburger span:nth-child(3) {
	bottom: 0;
}
.menu-hamburger.active .hamburger span:nth-child(1) {
	background: none;
	transition-duration: 0s, 0s;
}
.menu-hamburger.active .hamburger span:nth-child(2),
.menu-hamburger.active .hamburger span:nth-child(3){
	transition-duration: 0s, 0.5s;
}
.menu-hamburger.active .hamburger span:nth-child(2) {
	top: 50%;
	margin-top: -1px;
	transition-property: top, transform;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-hamburger.active .hamburger span:nth-child(3) {
	bottom: 50%;
	margin-bottom: -1px;
	transition-property: bottom, transform;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*/MENU HAMBURGER*/

/*SCROLL UP*/
.scroll-up{
	position: fixed;
	bottom: 5%;
	right: -140px;
	opacity: 0;
	display: block;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #8e42c4;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	z-index: 90;
}
.scroll-up:hover{
	background-color: #7327a9;
}
.scroll-up::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	background-image: url(../img/icons/arrow.svg);
	-webkit-background-size: 25px;
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center;
}
.scroll-up.scroll-up_visible {
	right: 50px;
	opacity: 1;
}
@media only screen and (max-width : 1400px) {
	.scroll-up.scroll-up_visible {
		right: 30px;
	}
}
@media only screen and (max-width : 991px) {
	.scroll-up.scroll-up_visible {
		right: 10px;
	}
	.scroll-up{
		width: 50px;
		height: 50px;
	}
	.scroll-up::before{
		-webkit-background-size: 15px;
		background-size: 15px;
	}
}
/*/SCROLL UP*/

/*PHONE MOBILE*/
.phone-mobile{
	display: block;
	position: fixed;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: 997;
	margin: auto;
	width: 76px;
	height: 76px;
}
.phone-mobile,
.phone-mobile::before{
	background-color: rgba(142, 66, 196, 0.36);
	border-radius: 50%;
}
.phone-mobile::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
}
.phone-mobile::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 44px;
	height: 44px;
	background-color: #8e42c4;
	border-radius: 50%;
	background-image: url(../img/icons/phone-mobile.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 20px;
	background-size: 20px;
}
/*/PHONE MOBILE*/

/*SLIDER*/
.slider{
	max-width: 500px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
.slider_height{
	position: absolute;
	top: 0;
	left: 30px;
}
.slider_width{
	margin: 50px auto 40px;
}
.ui-slider{
	width: 100%;
}
.ui-slider::before,
.ui-slider::after{
	position: absolute;
	bottom: -30px;
	font-size: 14px;
	color: #8e42c4;
	text-transform: uppercase;
	font-weight: 900;
	text-align: left;
}
.ui-slider::before{
	content: attr(data-title);
	left: 0;
}
.slider_height .ui-slider::before{
	left: -70px;
	bottom: 40px;
	width: 100px;
	height: 20px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.ui-slider {
	position: relative;
	text-align: left;
	background-color: #dcdcdc;
	width: 100%;
	height: 6px;
}
.ui-slider-vertical{
	width: 6px;
}
.ui-slider .ui-slider-range {
	background-color: #8e42c4;
	position: absolute;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
}
.ui-slider-vertical .ui-slider-range{
	bottom: 0;
	top: auto;
	width: 6px;
}
.ui-slider .ui-slider-range-min {
	left: 0;
}
.ui-slider .ui-slider-range-max {
	right: 0;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	margin-left: -10px;
	width: 22px;
	height: 22px;
	z-index: 2;
	border-radius: 50%;
	background-color: #fff;
	border: 3px solid #8e42c4;
	cursor: pointer;
	outline: none;
	-ms-touch-action: none;
	touch-action: none;
	transition: none;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.ui-slider-vertical .ui-slider-handle{
	margin-left: -8px;
}
.ui-slider .ui-slider-handle::before{
	content: attr(data-value);
	position: absolute;
	bottom: 100%;
	left: 50%;
	font-size: 16px;
	font-weight: 900;
	width: 50px;
	margin-left: -25px;
	margin-bottom: 5px;
	text-align: center;
}
.ui-slider-vertical .ui-slider-handle::before{
	margin-left: 10px;
	bottom: -8px;
}
.ui-slider-horizontal .ui-slider-handle{
	top: -8px;
}
.ui-slider .ui-slider-handle .number{
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -28px;
	width: 56px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background-color: #f5f2f0;
	border-radius: 2px;
	color: #97887a;
	font-size: 11px;
}
/*/SLIDER*/

.img-hover{
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.img-hover::before,
.img-hover::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 3;
}
.img-hover::before{
	background-color: rgba(142, 66, 196, 0.9);
}
.img-hover::after{
	width: 38px;
	height: 38px;
	background-image: url(../img/icons/zoom.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
}
.img-hover::before,
.img-hover::after{
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.img-hover:hover::before,
.img-hover:hover::after{
	opacity: 1;
}
.img-hover:hover::after{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}