@import url('https://fonts.googleapis.com/css?family=Rubik:400,700|Ubuntu');
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.eot#iefix') format('embedded-opentype'),
		 url('../fonts/Montserrat-Regular.woff') format('woff'),
		 url('../fonts/Montserrat-Regular.ttf')  format('truetype'),
		 url('../images/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.eot#iefix') format('embedded-opentype'),
		 url('../fonts/Montserrat-Medium.woff') format('woff'),
		 url('../fonts/Montserrat-Medium.ttf')  format('truetype'),
		 url('../images/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.eot#iefix') format('embedded-opentype'),
		 url('../fonts/Montserrat-Bold.woff') format('woff'),
		 url('../fonts/Montserrat-Bold.ttf')  format('truetype'),
		 url('../images/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
}
/* font-family: 'Ubuntu', sans-serif; */
/* font-family: 'Rubik', sans-serif; */
/* font-family: 'Montserrat', sans-serif; */

html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	margin:0;
	color: #322f33;
	font:16px/25px 'Montserrat', Arial, Helvetica, sans-serif;
	background: #e3e5e8;
	min-width: 320px;
}
img {
	border-style:none;
}
a {
	color:#fff;
	outline:none;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
}
* {
	outline:none;
}
input, textarea, select {
	font:100% 'Montserrat', Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
input::-ms-clear {
	display: none;
}
input:not([type="checkbox"]), textarea {
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
	display: block;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-weight: 700;
	color: #3e0353;
}
ul{
	list-style: none;
	margin: 0;	
	padding: 0;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#wrapper{
	width:100%;
	margin:0 auto;
	overflow: hidden;
}
.container{
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	position: relative;
}
.btn{
	height: 60px;
	width: 280px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	border-radius: 7px;
	position: relative;
}
.btn:after{
	position: absolute;
	content: '';
	bottom: -20px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 211px;
	height: 105px;
	background: url("../images/icon-33.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	z-index: 0;
}
.btn span{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	padding: 17px 15px;
	text-align: center;
	background: #fe588e;
	border-radius: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.btn:hover span{
	-webkit-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-o-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
}
.btn.big{
	width: 372px;
	height: 80px;
}
.btn.big:after{
	bottom: -30px;
}
.btn.big span{
	font-size: 24px;
	background: linear-gradient(45deg, #ff007b 0%, #fe0155 100%);
	padding: 25px 15px;
}
.btn.big:hover span{
	-webkit-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-o-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
}
.title{
	font-size: 50px;
	line-height: 60px;
	letter-spacing: -0.025em;
	margin: 0 0 39px;
}
.subtitle{
	display: block;
	margin: 0 0 0;
	color: #3e0353;
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
}
#header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.logo-block{
	font-size: 0;
	line-height: 0;
	padding: 42px 0 0;
}
.logo {
	font-size: 29px;
	font-weight: 700;
	line-height: 29px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: -0.025em;
	margin: 0 45px 0 0;
	cursor: pointer;
}
.logo a{
	display:block;
	height:100%;
	color: #fff;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.logo a:hover{
	color: rgba(255,255,255,.6);
}
.nav{
	display: inline-block;
	vertical-align: top;
}
.nav li{
	display: inline-block;
	vertical-align: top;
	padding: 5px 0 0;
	margin: 0 35px 0 0;
}
.nav li a{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 29px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.nav li a:hover{
	text-decoration: underline;
}
.main-section{
	padding: 115px 0 40px;
	position: relative;
}
.main-section .btn{
	position: absolute;
	top: -84px;
	right: 15px;
	z-index: 2;
}
.main-section .heading{
	width: 50%;
	margin: 0 0 139px;
	padding: 41px 0 0;
}
.main-title{
	margin: 0 0 23px;
	color: #fe588e;
	font-size: 72px;
	font-weight: 700;
	line-height: 100px;
	letter-spacing: -0.03em;
}
.main-subtitle{
	display: block;
	margin: 0 0 0;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -0.025em;
}
.main-section .container:after{
	position: absolute;
	content: '';
	z-index: -1;
	top: -347px;
	left: -361px;
	width: 2125px;
	height: 937px;
	background: url("../images/img-bg-01.png") no-repeat;
	background-position: 0 100%;
}
.list-main{
	font-size: 0;
	line-height: 0;
}
.list-main li{
	display: inline-block;
	vertical-align: top;
	width: 33.2%;
	margin: 0 -9px 20px 0;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list-main .item1,
.list-main .item3{
	z-index: 2;
}
.list-main .item2{
	margin: 0 -24px 20px 0;
}
.list-main li:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 7px;
	box-shadow: -0.6px 8px 40px 6px rgba(30, 28, 72, 0.18);
	z-index: -1;
}
.list-main .item2:after{
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
	bottom: -8px;
	left: -11px;
	right: 5px;
}
.list-main .item3:after{
	-webkit-transform: rotate(3.5deg);
	-ms-transform: rotate(3.5deg);
	-o-transform: rotate(3.5deg);
	transform: rotate(3.5deg);
	bottom: -5px;
	left: -5px;
	right: 7px;
	top: 5px;
}
.inner-list{
	position: relative;
	z-index: 1;
	padding: 61px 48px 56px;
}
.head-list{
	margin: 0 0 13px;
	display: inline-flex;
}
.title-list{
	display: inline-block;
	vertical-align: top;
	margin: 0 18px 0 0;
	color: #3e0353;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: -0.025em;
}
.title-list span{
	display: block;
}
.list-main .desc{
	color: #1a1c1e;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: -0.025em;
}
.about-section{
	padding: 112px 0 115px;
}
.about-section .container:after{
	position: absolute;
	content: '';
	top: -115px;
	right: -48px;
	bottom: -75px;
	width: 1779px;
	background: #fff;
	border-radius: 7px;
	-webkit-transform: skewX(17deg) rotate(2.8deg);
	-ms-transform: skewX(17deg) rotate(2.8deg);
	-o-transform: skewX(17deg) rotate(2.8deg);
	transform: skewX(17deg) rotate(2.8deg);
	z-index: -1;
}
.list-about{
	font-size: 0;
	line-height: 0;
	margin: 0 -31px 0 -29px;
}
.list-about li{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 0 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
}
.list-about .icon{
	display: block;
	margin: 0 0 25px;
	height: 64px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
}
.list-about .title-list{
	display: block;
	margin: 0 0 3px;
}
.list-about .desc{
	font-size: 16px;
	line-height: 25px;
	letter-spacing: -0.025em;
}
.vacancy-section{
	padding: 75px 0 70px;
}
.vacancy-section .title{
	margin: 0 0 17px -3px;
}
.vacancy-section .subtitle{
	margin: 0 0 34px -2px;
	letter-spacing: -0.025em;
}
.vacancy-block{
	position: relative;
}
.vacancy-section .img-box{
	position: absolute;
	top: -109px;
	right: -8px;
}
.vacancy-box{
	font-size: 0;
	line-height: 0;
	margin: 0 -25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.vacancy-box > li{
	padding: 0 25px;
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 49px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	min-height: 420px;
}
.vacancy-box > li:after{
	position: absolute;
	content: '';
	background: rgba(128, 81, 119, 0.32);
	border-radius: 40px;
	width: 210px;
	height: 1px;
	-webkit-box-shadow: 0 0 70px 10px rgba(128,81,119,0.32);
	box-shadow: 0 0 70px 10px rgba(128,81,119,0.32);
	bottom: 10px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: -1;
}
.hide-mob:after{
	display: none;
}
.vacancy-box .inner-item{
	background: #fff;
	border-radius: 7px;
	padding: 40px 31px 43px 38px;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.vacancy-box .head-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.vacancy-box .title-list{
	padding: 17px 0 0;
	line-height: 39px;
	letter-spacing: -0.05em;
	margin: 0;
}
.vacancy-box .icon{
	margin: -18px 0 0;
}
.list-text{
	margin: -2px 0 0;
}
.list-text li{
	font-size: 16px;
	line-height: 25px;
	min-height: 50px;
	margin: 0 0 27px;
	letter-spacing: -0.025em;
}
.list-text li:last-child{
	margin: 0;
}
.list-text li span{
	display: block;
}
.more{
	position: absolute;
	bottom: 30px;
	right: 30px;
	background: url("../images/icon-2x-14.png") no-repeat;
	width: 29px;
	height: 24px;
	-webkit-background-size: 100%;
	background-size: 100%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.more:hover{
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.vacancy-section .btn-holder{
	text-align: center;
	padding: 30px 0 0;
}
.text-section{
	padding: 70px 0 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 580px;
}
.text-section .container:after{
	position: absolute;
	content: '';
	top: -82px;
	left: -272px;
	bottom: 0;
	width: 1779px;
	height: 586px;
	background: url("../images/img-bg-02.png") no-repeat;
	z-index: -1;
}
.text-section .container,
.inner-wrap{
	height: 100%;
}
.inner-wrap{
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 79px 0 0;
	position: relative;
	z-index: 1;
}
.text-section .title{
	color: #fe588e;
	margin: 0 0 23px -3px;
	letter-spacing: 0;
}
.text-section .subtitle{
	color: #fff;
	letter-spacing: -0.035em;
	margin: 0 0 24px;
}
.inner-wrap .text{
	color: #fff;
}
.text-section .img-box{
	position: absolute;
	top: -78px;
	right: -40px;
}
.slider-section{
	padding: 80px 0 70px;
}
.slider-section .heading{
	text-align: center;
	margin: 0 0 56px;
	padding: 0 121px;
	position: relative;
}
.slider-section .title{
	letter-spacing: 0;
	margin: 0 0 15px;
}
.slider-section .subtitle{
	letter-spacing: -0.045em;
}
.list-social{
	position: absolute;
	font-size: 0;
	line-height: 0;
	right: 0;
	bottom: 2px;
}
.list-social li{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 20px;
}
.list-social li a{
	display: block;
	width: 50px;
	height: 50px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-social .fb a{
	background: url("../images/fb_line.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.list-social .ins a{
	background: url("../images/insta_line.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.list-social .fb a:hover{
	background: url("../images/fb_line-hv.svg") no-repeat;
}
.list-social .ins a:hover{
	background: url("../images/insta_line-hv.svg") no-repeat;
}
.slider-block{
	position: relative;
}
.img-box1{
	position: absolute;
	left: 2px;
	bottom: 100%;
	margin: 0 0 -5px;
	z-index: -1;
}
.img-box2{
	position: absolute;
	right: 57px;
	bottom: 100%;
	z-index: -1;
	margin: 0 0 132px;
}
.img-box3{
	position: absolute;
	right: 98px;
	bottom: 100%;
	z-index: -1;
	margin: 0 0 -171px;
}
/*.slide-box .slick-list{
	padding: 25px 25px 50px;
	z-index: 0;
}*/
/*.slide-box .slick-list:after,
.slide-box .slick-list:before{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 25px;
	background: #e3e5e8;
	z-index: 1;
}
.slide-box .slick-list:after{
	left: 0;
}
.slide-box .slick-list:before{
	right: 0;
}*/
.slide-box .slick-slide > div{
	font-size: 0;
	line-height: 0;
}
.slide-box .slide-item{
	overflow: hidden;
	border-radius: 5px;
}
.slide-box .slide-item:hover{
	z-index:3;
	position: relative;
}
.slide-item img{
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	position: relative;
	z-index: 1;
	vertical-align: top;
}
.slide-item a:hover img{
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);	
}
.slide-item a{
	display: block;
	padding: 1px;
	position: relative;
}
.slide-item a:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	border: 10px solid #fff;
	border-radius: 5px;
	/*box-shadow: 4px 6.9px 17.8px 6.2px rgba(0, 41, 83, 0.25);*/
	z-index: 6;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	opacity: 0;
}
.slide-item a:hover:after{
	opacity: 1;
}
.slide-box .slick-arrow{
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -49%);
	-ms-transform: translate(0, -49%);
	-o-transform: translate(0, -49%);
	transform: translate(0, -49%);
	width: 45px;
	height: 86px;
	background: url("../images/icon-2x-17.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	text-indent: -9999px;
	border: none;
	z-index: 2;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.slide-box .slick-arrow:hover{
	opacity: .6;
}
.slide-box .slick-next{
	right: -95px;
}
.slide-box .slick-prev{
	left: -95px;
	-webkit-transform: rotate(180deg) translate(0, 49%);
	-ms-transform: rotate(180deg) translate(0, 49%);
	-o-transform: rotate(180deg) translate(0, 49%);
	transform: rotate(180deg) translate(0, 49%);
}
.conditions-section{
	padding: 170px 0 143px;
}
.conditions-section .container:after{
	position: absolute;
	content: '';
	width: 1829px;
	/*height: 695px;*/
	background: url("../images/img-bg-03.png") no-repeat;
	top: -150px;
	bottom: -143px;
	right: -223px;
	z-index: -1;
}
.img-box4{
	position: absolute;
	top: -106px;
	right: 112px;
	z-index: 0;
}
.img-box5{
	position: absolute;
	top: -6px;
	right: 216px;
	z-index: 0;
}
.img-box6{
	position: absolute;
	bottom: -138px;
	right: -133px;
	z-index: 0;
}
.conditions-section .title{
	color: #fe588e;
	margin: 0 0 19px;
	letter-spacing: 0;
	z-index: 1;
	position: relative;
}
.conditions-section .subtitle{
	color: #fff;
	letter-spacing: -0.025em;
	margin: 0 0 55px;
	z-index: 1;
	position: relative;
}
.list-conditions{
	font-size: 0;
	line-height: 0;
	position: relative;
	z-index: 1;
	padding: 0 53px 0 0;
}
.list-conditions li{
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 40px 0 0;
	width: 20%;
	margin: 0 0 20px;
}
.list-conditions .icon{
	margin: 0 0 25px;
	height: 67px;
	display: flex;
	align-items: flex-end;
}
.list-conditions .desc{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: -0.025em;
}
.advantages-section{
	padding: 141px 0 115px;
}
.advantages-section .container:after{
	position: absolute;
	content: '';
	top: -81px;
	left: -135px;
	bottom: -73px;
	width: 1770px;
	background: #fff;
	border-radius: 7px;
	-webkit-transform: skewX(-9.5deg) rotate(-1.2deg);
	-ms-transform: skewX(-9.5deg) rotate(-1.2deg);
	-o-transform: skewX(-9.5deg) rotate(-1.2deg);
	transform: skewX(-9.5deg) rotate(-1.2deg);
	z-index: -1;
}
.img-box7{
	position: absolute;
	top: -116px;
	left: 50%;
	z-index: 0;
	margin: 0 0 0 -211px;
}
.img-box8{
	position: absolute;
	top: -112px;
	left: 50%;
	z-index: 0;
	margin: 0 0 0 188px;
}
.img-box9{
	position: absolute;
	top: 16px;
	left: 50%;
	z-index: 0;
	margin: 0 0 0 26px;
}
.img-box10{
	position: absolute;
	bottom: -117px;
	right: 85px;
	z-index: 0;
}
.img-box11{
	position: absolute;
	top: 11px;
	right: 39px;
	z-index: 0;
}
.advantages-section .title{
	position: relative;
	z-index: 1;
	margin: 0 0 13px;
}
.advantages-section .subtitle{
	position: relative;
	z-index: 1;
	letter-spacing: -0.07em;
	margin: 0 0 21px;
}
.list{
	position: relative;
	z-index: 1;
	width: 54%;
}
.list li{
	padding: 0 0 0 20px;
	margin: 0 0 15px;
	position: relative;
}
.list li:after{
	position: absolute;
	content: '';
	top: 10px;
	left: 0;
	border-radius: 50%;
	background: #fc578f;
	width: 9px;
	height: 9px;
}
.faq-section{
	padding: 121px 0 120px;
}
.faq-section .container:after{
	position: absolute;
	content: '';
	top: -150px;
	right: -153px;
	width: 1829px;
	height: 635px;
	background: url("../images/img-bg-04.png") no-repeat;
	z-index: -1;
}
.img-box12{
	position: absolute;
	z-index: 0;
	left: -294px;
	top: -19px;
}
.img-box13{
	position: absolute;
	z-index: 0;
	right: 114px;
	top: -97px;
}
.img-box14{
	position: absolute;
	z-index: 0;
	right: 37px;
	bottom: -292px;
}
.img-box15{
	position: absolute;
	z-index: 0;
	left: -28px;
	bottom: -291px;
}
.faq-section .title{
	width: 46%;
	margin: 0 0 69px;
	color: #fe588e;
	letter-spacing: 0;
	position: relative;
	z-index: 1;
}
.faq-section .btn-holder{
	text-align: center;
	margin: 0 0 37px;
	z-index: 1;
	position: relative;
}
.faq-section .btn{
	width: 100%;
	max-width: 362px;
}
.consent{
	width: 100%;
	max-width: 510px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.checkbox{
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.checkbox + label{
	position: relative;
	padding: 0 0 0 44px;
	cursor: pointer;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 19px;
	display: block;
}
.checkbox + label:before{
	content: '';
	position: absolute;
	top: 0;
	left: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 3px solid #fe588e;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.checkbox + label:after{
	position: absolute;
	content: '';
	width: 22px;
	height: 17px;
	background: url('../images/icon-27.png') no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	top: -1px;
	left: 10px;
	opacity: 0;
	transition: .2s;
}
.checkbox + label:hover:after,
.checkbox:checked + label:after{
	opacity: 1;
}
.map-section{
	padding: 64px 0 0;
	position: relative;
}
.map{
	height: 401px;
}
.map-contact{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-48%, -47%);
	-ms-transform: translate(-48%, -47%);
	-o-transform: translate(-48%, -47%);
	transform: translate(-48%, -47%);
	z-index: 5;
}
.inner-contact{
	position: relative;
	z-index: 6;
	width: 456px;
	height: 134px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 34px 40px 25px 51px;
}
.map-contact:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	background-color: rgba(75, 81, 121, 0.45);
	border-radius: 36px;
	width: 210px;
	height: 1px;
	-webkit-box-shadow: 0 0 70px 10px rgba(75, 81, 121, 0.45);
	box-shadow: 0 0 70px 10px rgba(75, 81, 121, 0.45);
	bottom: 10px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: -1;
}
.inner-contact:before{
	position: absolute;
	content: '';
	width: 63px;
	height: 84px;
	background: url("../images/pin.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	left: 50%;
	bottom: -60px;
	-webkit-transform: translate(-63%, 0);
	-ms-transform: translate(-63%, 0);
	-o-transform: translate(-63%, 0);
	transform: translate(-63%, 0);
}
.town{
	display: block;
	margin: 0 0 8px;
	color: #322f33;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.street{
	display: block;
	color: #3e0353;
	font-family: 'Rubik', sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
}
#footer{
	padding: 96px 0 100px;
	background: url("../images/img-bg-05.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#footer .row:after{
	clear: both;
	display: block;
	content: '';
}
#footer .row{
	margin: 0 -15px;
}
#footer .col{
	float: right;
	width: 50%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .btn-holder{
	text-align: right;
}
#footer .btn{
	width: 100%;
	max-width: 261px;
	height: 53px;
}
#footer .btn span{
	font-size: 16px;
	line-height: 24px;
	padding: 14px 15px;
	background: -webkit-linear-gradient(bottom left, #ff007b 0%, #fe0155 100%);
	background: -o-linear-gradient(bottom left, #ff007b 0%, #fe0155 100%);
	background: linear-gradient(to top right, #ff007b 0%, #fe0155 100%);
}
.contacts-block{
	padding: 20px 0 0;
	margin: 0 0 0 -2px;
}
.logo-box{
	display: flex;
	align-items: flex-start;
	margin: 0 0 28px;
}
.logo-footer{
	/*color: rgba(108, 113, 132, 0.6);*/
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -0.025em;
	margin: 0 43px 0 0;
}
.logo-footer a{
	color: rgba(108, 113, 132, 0.6);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.logo-footer a:hover{
	color: rgba(108, 113, 132, 0.8);
}
.list-soc{
	font-size: 0;
	line-height: 0;
}
.list-soc li{
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
}
.list-soc li:last-child{
	margin: 0;
}
.list-soc a{
	display: block;
	width: 35px;
	height: 35px;
	opacity: .6;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.list-soc .fb a{
	background: url("../images/Facebook.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.list-soc .ins a{
	background: url("../images/insta.svg") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.list-soc a:hover{
	opacity: 1;
}
.list-contact{
	margin: 0 0 34px;
}
.list-contact li{
	color: #6c7184;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.065em;
	margin: 0 0 0;
}
.list-contact li a{
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none;
}
.list-contact li a:hover{
	text-decoration: underline;
}
.list-contact li.phone a{
	color: #51d2f5;
	font-size: 20px;
}
.list-contact li.email a{
	color: #f2f3f6;
}
.copy{
	color: #6c7184;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	padding: 0 0 0 4px;
	letter-spacing: 0.05em;
}

/* Pop-up */
.popup-holder {
  position: fixed;
  top: -9999px;
  left: -9999px;
  width: 100%;
  height: 100%;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.popup-holder.active{
  pointer-events: auto;
  opacity: 1;
  left: 0;
  top: 0;
}
.popup-holder .popup__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100vh;
  padding: 40px;
}
.popup-holder .bg {
  position:relative;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#1c113c;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.popup{
  position:absolute;
  width: 100%;
  max-width: 700px;
  background: #fff;
  border-radius: 7px;
  box-shadow: -0.6px 8px 40px 6px rgba(30, 28, 72, 0.18);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0;
}
.icon-close{
  position: absolute;
  top: -101px;
  right: -24px;
  width: 136px;
  height: 214px;
  background: url("../images/img-29.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  cursor: pointer;
}
.form{
	padding: 1px 40px 0;
}
.title-form{
	margin: 0 0 43px;
	color: #3e0353;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
}
.input-holder{
	margin: 0 0 38px;
	padding: 0 0 0 39px;
	position: relative;
}
.input-holder:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.input-holder.name:after{
	background: url("../images/icon-28.png") no-repeat;
	width: 31px;
	height: 32px;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.input-holder.contact:after{
	background: url("../images/icon-29.png") no-repeat;
	width: 31px;
	height: 32px;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.input-holder.about:after{
	background: url("../images/icon-30.png") no-repeat;
	width: 27px;
	height: 30px;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.input-holder.name.focus:after{
	background: url("../images/icon-28-hv.png") no-repeat;
}
.input-holder.contact.focus:after{
	background: url("../images/icon-29-hv.png") no-repeat;
}
.input-holder.about.focus:after{
	background: url("../images/icon-30-hv.png") no-repeat;
}
.input-holder input[type="text"],
.input-holder textarea{
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.3);
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px 0;
	color: #3e0353;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
}
.input-holder textarea{
	height: 30px;
	resize: none;
	padding: 0;
}
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
	color: rgba(0,0,0,.5);
	opacity:1;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
.form input:-moz-placeholder,
.form textarea:-moz-placeholder {
	color: rgba(0,0,0,.5);
	opacity:1;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
	color: rgba(0,0,0,.5);
	opacity:1;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
	color: rgba(0,0,0,.5);
	opacity:1;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
.form input:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder {
	color:transparent;
}
.form input:focus:-moz-placeholder,
.form textarea:focus:-moz-placeholder {
	color:transparent;
}
.form input:focus:-ms-input-placeholder,
.form textarea:focus:-ms-input-placeholder {
	color:transparent;
}
.form input:focus::-moz-placeholder,
.form textarea:focus::-moz-placeholder {
	color:transparent;
}
.submit-holder{
	padding: 23px 0 0;
	display: flex;
	justify-content: space-between;
}
.shadow-box{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.shadow-box:after{
	position: absolute;
	content: '';
	bottom: -20px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 211px;
	height: 105px;
	background: url("../images/icon-33.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	z-index: 0;
}
.submit-holder .but_sub{
	min-width: 220px;
	height: 60px;
	background: #fe588e;
	border-radius: 7px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	padding: 10px 15px;
	border: none;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	position: relative;
	z-index: 1;
}
.submit-holder .but_sub:hover{
	-webkit-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-o-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
}
.type-file-box{
	padding: 0 0 0 40px;
	position: relative;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: -2px 0 0;
}
.type-file-box:after{
	position: absolute;
	content: '';
	width: 29px;
	height: 32px;
	left: 1px;
	top: 4px;
	background: url("../images/icon-31.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.button{
	color: #3e0353;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0;
}
.file-holder{
	position: relative;
	width: 220px;
}
.file-holder input[type="file"]{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	cursor:pointer;
	z-index:5;
}
.file-holder input[type="text"]{
	border: none;
	background: none;
	color: rgba(29, 137, 172, 0.8);
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	width: 100%;
	display: none;
}
.type-file-box.active .file-holder input[type="text"]{
	display: block;
}
.type-file-box p{
	margin: 0;
	color: rgba(62, 3, 83, 0.5);
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
}
.type-file-box.active p{
	display: none;
}
@media only screen and (max-width: 1023px) {
  .popup-holder .popup__scroll {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px){
	.slide-box .slick-arrow{
		width: 23px;
		height: 45px;
	}
	.slide-box .slick-prev{
		left: -35px;
	}
	.slide-box .slick-next{
		right: -35px;
	}
}
@media screen and (max-width: 1100px){
	.slide-box{
		padding: 0 35px;
	}
	.slide-box .slick-prev{
		left: 0;
	}
	.slide-box .slick-next{
		right: 0;
	}
}
@media screen and (max-width: 1030px){
	.text-section .img-box{
		right: -100px;
	}
}
@media screen and (max-width: 980px){
	.inner-list{
		padding: 61px 28px 56px;
	}
	.about-section .container:after{
		right: -80px;
	}
	.list-about{
		margin: 0 -15px;
	}
	.list-about li{
		padding: 0 15px;
	}
	.vacancy-box{
		margin: 0 -10px;
	}
	.vacancy-box > li{
		padding: 0 10px;
	}
	.vacancy-box .inner-item{
		padding: 40px 20px 43px 25px;
	}
	.img-box4{
		right: 32px;
	}
	.img-box5{
		right: 106px;
	}
	.faq-section .title{
		width: 50%;
	}
}
@media screen and (max-width: 890px){
	.list-main {
		text-align: center;
	}
	.list-main li{
		width: 50%;
		margin: 0 -9px 0 0;
		text-align: left;
	}
	.list-main .item3{
		margin: -40px -9px 0 0;
	}
	.inner-list{
		padding: 61px 48px 56px;
	}
	.vacancy-section .subtitle{
		margin: 0 0 74px -2px;
	}
	.vacancy-box{
		margin: 0;
		padding: 0 10px;
	}
	.vacancy-box .slick-slide{
		padding: 0 10px;
	}
	.vacancy-box .slick-arrow{
		position: absolute;
		top: 50%;
		width: 14px;
		height: 26px;
		background: url("../images/icon-32.png") no-repeat;
		-webkit-background-size: 100%;
		background-size: 100%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		cursor: pointer;
		border: none;
		text-indent: -9999px;
		padding: 0;
	}
	.vacancy-box .slick-prev{
		left: -5px;
		-webkit-transform: rotate(180deg) translate(0, 50%);
		-ms-transform: rotate(180deg) translate(0, 50%);
		-o-transform: rotate(180deg) translate(0, 50%);
		transform: rotate(180deg) translate(0, 50%);
	}
	.vacancy-box .slick-next{
		right: -5px;
	}
	.vacancy-section .img-box{
		width: 69px;
		height: 152px;
		top: -120px;
		right: 33px;
	}
	.text-section .img-box{
		right: -200px;
	}
	.img-box3{
		right: 78px;
	}
	.list-social li{
		margin: 0 0 0 15px;
	}
	.list-social li a{
		width: 35px;
		height: 35px;
	}
	.list-conditions{
		padding: 0;
	}
	.list-conditions li{
		padding: 0 15px 0 0;
	}
	.img-box10{
		right: -5px;
	}
	.img-box11{
		right: -41px;
	}
	.img-box9{
		margin: 0 0 0 56px;
	}
	.img-box7{
		margin: 0 0 0 -131px;
	}
	.img-box15{
		left: -100px;
	}
	.img-box13{
		right: 34px;
	}
	.img-box14{
		right: -43px;
	}
	.faq-section .title{
		width: 70%;
	}
	.list-soc li{
		margin: 0 15px 0 0;
	}
	.more{
		bottom: 17px;
	}
}
@media screen and (max-width: 760px) {
	.container{
		padding: 0 65px;
	}
	.logo-block{
		padding: 15px 0 0;
	}
	.main-section{
		padding: 35px 0 40px;
	}
	.main-section .heading{
		width: 100%;
		margin: 0 0 30px;
	}
	.main-section .container:after{
		top: -40px;
		height: 643px;
		left: 0;
		right: 0;
		width: auto;
		background: url("../images/img-bg-06.png") no-repeat;
		background-position: 50% 100%;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.main-section .btn-holder{
		text-align: center;
		margin: 0 0 210px;
	}
	.main-section .btn{
		position: relative;
		top: auto;
		right: auto;
	}
	.list-main li{
		width: 100%;
		max-width: 300px;
	}
	.inner-list{
		padding: 61px 28px 56px;
	}
	.list-about li{
		width: 33.3%;
	}
	.vacancy-block{
		width: 100%;
		/*max-width: 325px;*/
		margin: 0 auto;
	}
	.text-section{
		height: auto;
	}
	.text-section .container,
	.inner-wrap{
		height: auto;
	}
	.text-section .container:after{
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		left: 0;
		right: 0;
		width: auto;
		height: auto;
		background-position: 50%;
	}
	.inner-wrap{
		width: 100%;
		padding: 20px 0 0;
		height: auto;
		margin: 0 0 0;
	}
	.text-section .img-box{
		width: 100%;
		max-width: 325px;
		right: auto;
		top: auto;
		position: relative;
		margin: 0 auto 0;
		bottom: 14px;
	}
	.slide-box{
		padding: 0;
	}
	.slide-box .slick-prev{
		left: -35px;
	}
	.slide-box .slick-next{
		right: -35px;
	}
	.text-section{
		padding: 70px 0 30px;
	}
	.slider-section{
		padding: 10px 0 70px;
	}
	.slider-section .heading{
		margin: 0 0 130px;
		padding: 0;
	}
	.list-social{
		position: relative;
		bottom: auto;
		right: auto;
		text-align: right;
	}
	.img-box1{
		width: 142px;
	}
	.img-box2{
		width: 57px;
		right: 237px;
		margin: 0 0 52px;
	}
	.img-box3{
		width: 99px;
		right: -12px;
		margin: 0 0 -71px;
	}
	.conditions-section{
		padding: 100px 0 73px;
	}
	.conditions-section .container:after{
		width: auto;
		left: 0;
		right: 0;
		background-position: 50%;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	.list-conditions{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}
	.list-conditions li{
		width: 50%;
	}
	.list-conditions li:nth-child(4){
		-webkit-order: 5;
		-moz-order: 5;
		-ms-order: 5;
		-o-order: 5;
		order: 5;
	}
	.img-box4{
		width: 90px;
	}
	.img-box5{
		width: 245px;
		top: auto;
		bottom: 0;
		right: auto;
		left: 20px;
	}
	.img-box6{
		width: 118px;
		bottom: -94px;
		right: 70px;
	}
	.list{
		width: 100%;
	}
	.img-box7{
		width: 74px;
		left: 90px;
		margin: 0;
	}
	.img-box9{
		width: 51px;
		top: -45px;
		margin: 0;
		left: 190px;
	}
	.img-box10{
		width: 114px;
		bottom: auto;
		top: -110px;
		right: auto;
		left: 280px;
		margin: 0;
	}
	.img-box11{
		width: 145px;
		top: auto;
		bottom: -95px;
		right: 0;
	}
	.img-box8{
		width: 62px;
		top: 58px;
		margin: 0;
		left: 310px;
	}
	.faq-section{
		padding: 121px 0 70px;
	}
	.faq-section .container:after{
		width: auto;
		left: 0;
		right: 0;
		bottom: -130px;
		background-position: 50% 100%;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		height: auto;
	}
	.faq-section .title{
		width: 70%;
		margin: 0 0 10px;
	}
	.img-box12{
		width: 137px;
		left: auto;
		right: -20px;
		top: -40px;
	}
	.img-box13{
		width: 289px;
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto;
	}
	.img-box14{
		width: 126px;
		right: 160px;
		bottom: -130px;
	}
	.img-box15{
		width: 117px;
		bottom: -190px;
		left: 41px;
	}
	.faq-section .btn-holder{
		margin: -103px 0 37px;
	}
	.consent{
		margin: 0;
		max-width: 340px;
	}
	#footer .col{
		float: none;
		width: 100%;
	}
	#footer .btn-holder{
		text-align: center;
	}
	.popup{
		max-width: 300px;
	}
	.popup-holder .popup__scroll{
		padding: 42px 23px 52px;
	}
	.icon-close{
		width: 78px;
		top: -58px;
		right: -8px;
	}
	.form{
		padding: 0;
	}
	.title-form{
		font-size: 25px;
		line-height: 30px;
		margin: 0 0 25px;
	}
	/*.input-holder{
		margin: 0 0 40px;
	}*/
	.input-holder.contact textarea{
		height: 80px;
		padding: 0 10px 0 0;
	}
	.submit-holder{
		display: block;
		padding: 4px 0 0;
	}
	.type-file-box{
		width: 100%;
		margin: 0 0 47px;
	}
	.type-file-box:after{
		top: 6px;
	}
	.file-holder{
		margin: 0 0 2px;
	}
	.type-file-box p{
		max-width: 160px;
		line-height: 16px;
	}
	.type-file-box p br{
		display: none;
	}
	.shadow-box{
		display: block;
	}
	.submit-holder button[type="submit"]{
		margin: 0 auto;
		display: block;
		max-width: 208px;
		letter-spacing: 0.035em;
		min-width: auto;
		width: 100%;
	}
}
@media screen and (max-width: 664px){
	.vacancy-block{
		max-width: 325px;
	}
}
@media screen and (max-width: 600px){
	.logo-block{
		padding: 11px 0 0;
	}
	.logo{
		font-size: 15px;
		margin: 0 34px 0 0;
	}
	.nav li{
		padding: 3px 0 0;
		margin: 0 11px 0 0;
	}
	.nav li:last-child{
		margin: 0;
	}
	.nav li a{
		font-size: 15px;
		line-height: 24px;
	}
	.main-section .container:after{
		top: -47px;
		background-position: 46% 100%;
	}
	.main-section .heading{
		padding: 21px 0 0;
		margin: 0 0 34px;
	}
	.main-title{
		font-size: 50px;
		margin: 0 0 2px;
	}
	.main-subtitle{
		font-size: 24px;
		line-height: 30px;
	}
	.main-section .btn-holder{
		margin: 0 0 242px;
	}
	.btn{
		height: 50px;
		width: 238px;
	}
	.btn span{
		font-size: 16px;
		line-height: 20px;
		padding: 15px;
	}
	.list-main{
		margin: 0 0 0 -13px;
	}
	.inner-list{
		padding: 39px 38px 55px;
	}
	.head-list{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 9px;
	}
	.head-list .icon{
		max-width: 61px;
	}
	.title-list{
		font-size: 24px;
		line-height: 30px;
	}
	.list-main .desc{
		font-size: 15px;
		line-height: 24px;
	}
	.list-main .item2{
		margin: 0 -15px 30px 0;
	}
	.list-main .item2 .icon{
		width: 39px;
	}
	.list-main .item3{
		margin: -40px -16px 0 0;
	}
	.list-main .item3 .icon{
		width: 54px;
	}
	.list-main .item2:after{
		bottom: -2px;
		left: -7px;
	}
	.about-section{
		padding: 114px 0 56px;
	}
	.about-section .container:after{
		top: -104px;
		right: -200px;
		bottom: -29px;
	}
	.list-about li{
		width: 50%;
		margin: 0 0 35px;
	}
	.list-about li:last-child{
		width: 57%;
	}
	.title{
		font-size: 40px;
		line-height: 50px;
		margin: 0 0 49px;
	}
	.list-about .title-list{
		margin: 0 0 4px;
	}
	.list-about .icon{
		height: 47px;
		margin: 0 0 15px;
	}
	.list-about .icon img{
		max-height: 100%;
	}
	.list-about .desc{
		line-height: 24px;
		font-size: 15px;
	}
	.vacancy-section{
		padding: 45px 0 29px;
	}
	.vacancy-section .title{
		margin: 0 0 24px;
		letter-spacing: -0.05em;
	}
	.vacancy-section .subtitle{
		margin: 0 0 27px;
		font-size: 24px;
		line-height: 24px;
	}
	.vacancy-section .img-box{
		top: -117px;
		right: -8px;
	}
	.vacancy-block{
		margin: 0 auto 60px;
	}
	.vacancy-box{
		padding: 0;
		margin: 0 -5px;
	}
	.vacancy-box .inner-item{
		padding: 38px 26px 43px 31px;
		min-height: 355px;
	}
	.vacancy-box .title-list{
		font-size: 24px;
		line-height: 30px;
		padding: 0;
	}
	.vacancy-box .head-list{
		margin: 0 0 8px;
	}
	.list-text li{
		font-size: 15px;
		line-height: 24px;
		margin: 0 0 29px;
		min-height: auto;
	}
	.vacancy-box .slick-prev{
		left: -11px;
	}
	.vacancy-box .slick-next{
		right: -11px;
	}
	.more{
		right: 17px;
	}
	.vacancy-section .btn-holder{
		padding: 0;
	}
	.btn.big{
		height: 64px;
		width: 100%;
		max-width: 238px;
	}
	.btn.big span{
		font-size: 18px;
		line-height: 19px;
		padding: 22px 15px;
	}
	.text-section{
		padding: 77px 0 61px;
	}
	.inner-wrap{
		padding: 48px 0 0;
	}
	.text-section .title{
		margin: 0 0 34px;
	}
	.text-section .subtitle{
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 25px;
		letter-spacing: 0;
	}
	.inner-wrap .text{
		font-size: 15px;
		line-height: 24px;
		max-width: 240px;
	}
	.text-section .img-box{
		bottom: -25px;
	}
	.text-section .container:after{
		bottom: -48px;
	}
	.slider-section{
		padding: 10px 0 40px;
	}
	.slider-section .heading{
		margin: 0 0 125px;
	}
	.slider-section .title{
		margin: 0 0 23px;
	}
	.slider-section .subtitle{
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 35px;
	}
	.list-social{
		padding: 0 13px 0 0;
	}
	.img-box1{
		width: 146px;
		margin: 0 0 -1px;
		left: -2px;
	}
	.img-box3{
		right: -7px;
		margin: 0 0 -90px;
	}
	.img-box2{
		right: auto;
		left: 50%;
		margin: 0 0 30px -20px;
	}
	.slide-box{
		padding: 0 10px;
	}
	.slide-box .slick-arrow{
		width: 14px;
		height: 27px;
	}
	.slide-box .slick-prev{
		left: -10px;
	}
	.slide-box .slick-next{
		right: -10px;
	}
	.slide-item a:after{
		border: 5px solid #fff;
	}
	.conditions-section{
		padding: 93px 0 73px;
	}
	.conditions-section .container:after{
		top: -151px;
	}
	.img-box4{
		right: 72px;
		top: -93px;
	}
	.conditions-section .title{
		margin: 0 0 26px;
	}
	.conditions-section .subtitle{
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 31px;
	}
	.list-conditions{
		margin: 0 -5px 0 -5px;
	}
	.list-conditions li{
		padding: 0 3px;
		margin: 0 0 36px;
	}
	.list-conditions .icon{
		height: 56px;
		margin: 0 0 14px;
	}
	.list-conditions .icon img{
		max-height: 100%;
	}
	.list-conditions .desc{
		font-size: 15px;
		line-height: 24px;
	}
	.img-box5{
		bottom: 32px;
		left: 9px;
	}
	.img-box6{
		width: 121px;
		bottom: -92px;
		right: 61px;
	}
	.advantages-section{
		padding: 146px 0 93px;
	}
	.advantages-section .container:after{
		bottom: -64px;
		top: -89px;
	}
	.advantages-section .title{
		letter-spacing: 0;
		margin: 0 0 22px;
	}
	.advantages-section .subtitle{
		font-size: 24px;
		line-height: 30px;
		letter-spacing: -0.025em;
		margin: 0 0 17px;
	}
	.list li{
		line-height: 24px;
		padding: 0 0 0 17px;
		margin: 0 0 24px;
	}
	.list li:after{
		top: 7px;
	}
	.img-box7{
		left: 68px;
	}
	.img-box8{
		left: 282px;
	}
	.img-box9{
		top: -48px;
		left: 155px;
	}
	.img-box10{
		top: -118px;
		left: 229px;
	}
	.img-box11{
		right: 61px;
	}
	.faq-section{
		padding: 117px 0 70px;
	}
	.faq-section .container:after{
		bottom: -150px;
		top: -132px;
	}
	.img-box12{
		right: 3px;
		top: -30px;
	}
	.faq-section .title{
		max-width: 200px;
		width: 100%;
		margin: 0 0 5px;
	}
	.faq-section .btn-holder{
		margin: -97px 0 53px;
	}
	.checkbox + label{
		padding: 0 0 0 42px;
	}
	.checkbox + label:before{
		left: 2px;
	}
	.checkbox + label:after{
		left: 6px;
	}
	.consent{
		margin: 0;
		max-width: 200px;
	}
	.img-box14{
		width: 152px;
		right: 27px;
		bottom: -146px;
	}
	.img-box15{
		width: 143px;
		bottom: -228px;
		left: 40px;
	}
	.map-section{
		padding: 104px 0 0;
	}
	.town{
		font-size: 15px;
		margin: 0 0 6px;
	}
	.street{
		font-size: 18px;
		line-height: 22px;
		letter-spacing: 0.02em;
	}
	.map-contact{
		-webkit-transform: translate(-51%, -20%);
		-ms-transform: translate(-51%, -20%);
		-o-transform: translate(-51%, -20%);
		transform: translate(-51%, -20%);
	}
	.inner-contact{
		width: 236px;
		height: 114px;
		padding: 28px 20px 20px 30px;
	}
	.inner-contact:before{
		bottom: -64px;
		-webkit-transform: translate(-63%, 0);
		-ms-transform: translate(-63%, 0);
		-o-transform: translate(-63%, 0);
		transform: translate(-48%, 0);
	}
	#footer{
		padding: 82px 0 83px;
	}
	#footer .btn-holder{
		margin: 0 0 50px;
	}
	#footer .btn{
		height: 63px;
		max-width: 238px;
	}
	#footer .btn span{
		padding: 18px 15px;
		letter-spacing: -0.015em;
	}
	.logo-box{
		margin: 0 0 19px;
	}
	.logo-footer{
		font-size: 31px;
		line-height: 45px;
		margin: 0 37px 0 0;
	}
	.list-soc{
		margin: 0 -3px 0 0;
	}
	.list-soc li{
		margin: 0 10px 0 0;
	}
	.list-contact{
		padding: 0 0 0 4px;
		margin: 0 0 40px;
	}

}
@media screen and (max-width: 520px){
	.img-box6{
		bottom: -76px;
	}
	.list-contact li span{
		display: block;
	}
	.copy span{
		display: block;
	}
	.logo-footer{
		margin: 0 20px 0 0;
	}
}
@media screen and (max-width: 413px){
	.container{
		padding: 0 15px;
	}
	.logo-footer{
		margin: 0 37px 0 0;
	}
}

.dn {
	display: none !important;
}

.mod .checkbox + label {
	color: rgba(62, 3, 83, 0.5);
}

.consent.mod {
	margin-left: 0;
}