html {
    font-size: 62.5%;
    min-width: 320px;
}
a:active,
input:active {
    -webkit-tap-highlight-color: transparent;
}
::-webkit-input-placeholder {
    color: #aaa;
    font-size: 1.8rem;
}

::-moz-placeholder {
    color: #aaa;
    font-size: 1.8rem;
}

:-moz-placeholder {
    color: #aaa;
    font-size: 1.8rem;
}

:-ms-input-placeholder {
    color: #aaa;
    font-size: 1.8rem;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    position: relative;
}
h1 {
	font-size: 6rem;
	letter-spacing: -3px;
	font-weight: 700;
	text-align: center;
	padding-top: 80px;
	margin: 0 0 45px 0;
}
header {
	width: 100%;
	height: 81px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
    z-index: 999;
	background-color: #000;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.wrap {
	max-width: 1170px;
	width: 80%;
	height: 50px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.logo {
	font-size: 3.0rem;
	font-weight: 600;
	padding-left: 41px;
	background: url(img/logo_bg.svg) no-repeat left center;
}
.nav {
	display: block;
}
.nav-responsible {
	display: none;
}
.nav ul li {
	display: inline-block;
}
.nav a {
	text-decoration: none;
	color: #fff;
	font-size: 1.9rem;
	margin: 0 9px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.nav a:hover {
	color: #ffc000;
	border-bottom: 2px solid #ffc000;
}
.call_btn {
	width: 120px;
	height: 36px;
	background-color: #000;
	color: #fff;
	border: 2px solid #ffc000;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
	font-weight: 600;
	font-size: 1.2rem;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.call_btn:hover {
	background-color: #ffc000;
	color: #000;
}
.slider_section {
	background-color: #121212;
	width: 100%;
	height: 100%;
	position: relative;
}
.slide {
	width: 100%;
	height: 360px;
	font-size: 2.5rem;
	color: #fff;
	font-size: 6rem;
	font-weight: 600;
	letter-spacing: -1px;
}
.slide span {
	display: block;
	max-width: 650px;
	font-size: 2.4rem;
	font-weight: 400;
}
.slide img {
	max-width: 55%;
	margin: 5px 0 30px 0;
}
.sliderbox {
    max-width: 1170px;
    width: 85%;
    height: 100%;
    position: relative;
}
.slider {
    width: 98%;
    height: 360px;
    margin: 200px auto 200px auto;
}
.slide:active,
.slider:focus {
    outline: none;
}
.about {
	width: 100%;
	background: url(img/about_bg.png) no-repeat bottom center / cover;
	padding-bottom: 120px;
}
.sub_h1 {
	text-align: center;
	font-size: 1.8rem;
	width: 90%;
	max-width: 960px;
	margin: 0 auto 70px auto;
	color: #666;
}
.about__video {
	width: 95%;
	max-width: 1170px;
	height: 500px;
	background-color: #000;
	margin: 0 auto;
}
.about_advantages {
	width: 100%;
	background-color: #000;
	color: #fff;
}
.about_advantages .wrap {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding: 110px 0;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.advantage {
	width: 23%;
	text-align: center;
}
.icons {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.advIcon_1 {
	background: url(img/about_icon_1.svg) no-repeat center center;
}
.advIcon_2 {
	background: url(img/about_icon_2.svg) no-repeat center center;
}
.advIcon_3 {
	background: url(img/about_icon_3.svg) no-repeat center center;
}
.advIcon_4 {
	background: url(img/about_icon_4.svg) no-repeat center center;
}
.advantage__caption {
	font-size: 3rem;
	font-weight: 600;
	margin: 40px 0 30px 0;
}
.advantage__text {
	font-size: 1.4rem;
}
.services {
	margin-bottom: 60px;
}
.services .sub_h1 {
	max-width: 500px;
}
.services .wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	height: 100%;
}
.service {
	width: 23%;
	margin-bottom: 60px;
	padding-left: 90px;
}
.service__caption {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 15px;
}
.service__text {
	color: #aaa;
	font-size: 1.4rem;
}
.servIcon_1 {
	background: url(img/services_icon_1.svg) no-repeat left 8px;	
}
.servIcon_2 {
	background: url(img/services_icon_2.svg) no-repeat left 8px;	
}
.servIcon_3 {
	background: url(img/services_icon_3.svg) no-repeat left 8px;	
}
.servIcon_4 {
	background: url(img/services_icon_4.svg) no-repeat left 8px;	
}
.servIcon_5 {
	background: url(img/services_icon_5.svg) no-repeat 15px 8px;	
}
.servIcon_6 {
	background: url(img/services_icon_6.svg) no-repeat 5px 8px;	
}
.team {
	width: 100%; 
	background-color: #ffcf3c;
}
.team .wrap {
	height: 100%;	
}
.team > h1 {
	font-weight: 400;
	margin: 0;
	padding-top: 80px;
}
.team .sub_h1 {
	max-width: 550px;
	color: #000;
	margin: 30px auto 70px auto;
}
.staff {
	width: 30%;
	height: 550px;
	background-color: #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 130px;
	text-align: center;
	position: relative;
}

.staff__photo {
	width: 100%;
	height: 210px;
	background-color: #000;
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
}

.staff__name {
	font-size: 2.4rem;
	font-weight: 700;
	color: #000;
	margin-top: 50px;
}
.staff_job {
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2.4px;
	color: #ffc000;
	margin-bottom: 25px;
}
.staff__text {
	font-size: 1.4rem;
	color: #aaa;
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
}
.staff__socicons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.socicon {
	outline: none;
	display: block;
	width: 20px;
	height: 20px;
	background: url(img/social_icons.png) no-repeat;
}
.fb {
	background-position: 5px 0;
}
.tw {
	background-position: -40px 0;
	margin: 0 20px;
}
.gp {
	background-position: -90px 0;
}
.signup {
	background-color: #000;
	height: 100%;
	padding-bottom: 120px;
}
.signup h1 {
	color: #fff;
	padding-top: 80px;
	margin-top: 0;
	margin-bottom: 20px;
}
.signup h1 span {
	color: #ffc000;
} 
.signup .sub_h1 {
	color: #fff;
	max-width: 584px;
}
.signup__form {
	margin: 0 auto 0 auto;
	width: 100%;
	max-width: 800px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form__ipt {
	width: 72%;
	max-width: 580px;
	height: 60px;
	-webkit-border-top-left-radius: 30px;
	border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border: none;
	outline: none;
	padding-left: 25px;
	color: #000;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form__btn {
	width: 27.9%;
	height: 60px;
	-webkit-border-top-right-radius: 30px;
	border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border: none;
	outline: none;
	margin-left: -3px;
	cursor: pointer;
	background-color: #ffc000;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.8rem;
	padding-bottom: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
footer {
	height: 80px;
	background-color: #f5f5f5;
}
footer .wrap {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
.copyright {
	font-size: 1.4rem;
}
.copyright br {
	display: none;
}
.footer__socicons {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: gray;
	filter: gray; /* IE 6-9 */
	width: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


@media (max-width: 399px) {
	.call_btn {
		display: none;
	}
	.nav-responsible ul {
		padding-left: 0;
		text-align: center;
	}
	.nav-responsible ul li a {
		font-size: 1.5rem;
	}
	.sub_h1 {
		font-size: 1.5rem;
	}
	header {
		height: 50px;
	}
	.nav-responsible ul {
		line-height: 35px !important;
		top: 40px !important;
	}
	.service {
		width: 95%;
		padding-left: 0;
	}
	.service__caption {
		margin-left: 80px;
		margin-bottom: 40px;
	}
	.signup__form {
		width: 90% !important;
	}
}

@media (max-width: 480px) {
	h1 { 
		font-size: 4.5rem;
		padding-top: 60px;
	}
	.slider {
		margin: 90px auto 90px auto;
	}
	.slide {
		font-size: 4rem !important;
	}
	.slide img {
		max-width: 80%;
	}
	.slide span {
		font-size: 2rem !important;
	}
	.slick-prev	{
	    left: 20% !important;
	    bottom: -60% !important;
	}
	.slick-next	{
	    right: 20% !important;
	    bottom: -60% !important;
	}
	.about_advantages .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 60px 0;
	}
	.advantage {
		width: 100% !important;
		margin: 60px auto 0 auto;
	}
	.advantage:first-child {
		margin-top: 0;
	}
	.advantage__caption {
		font-size: 2.5rem;
		margin-bottom: 10px;
	}
	.advantage__caption br {
		display: none;
	}
	.service {
		width: 95% !important;
	}
	.team .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.staff {
		width: 100% !important;
		height: 100%;
		padding-bottom: 20px;
		margin: 0 auto 30px auto;
	}
	.signup__form {
		width: 80%;
	}
	.form__ipt {
		width: 100%;
		-webkit-border-bottom-left-radius: 0;
		border-bottom-left-radius: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.form__btn {
		width: 100%;
		-webkit-border-top-right-radius: 0;
		border-top-right-radius: 0;
		margin-left: 0;
	}
	.copyright br {
		display: block;
	}
	.staff__socicons {
		position: static !important;
	}
}

@media (min-width: 481px) and (max-width: 749px) {
	.service {
		width: 70% !important;
	}
	.team .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.staff {
		width: 70% !important;
		height: 100%;
		padding-bottom: 20px;
		margin: 0 auto 30px auto;
	}
	.staff__socicons {
		position: static !important;
	}
}

@media (max-width: 979px) {
	.nav {
		display: none;
	}
	.nav-responsible {
		display: block;
	}
	header .wrap {
		position: relative;
		width: 100%;
		padding: 0 10%;
	}
	.nav-responsible ul {
		position: absolute;
		top: 55px;
		left: 0;
		width: 100%;
		text-align: center;
		line-height: 45px;
		background-color: #333;
		padding-left: 0;
	}
	.nav-responsible ul li {
		display: inline-block;
	}
	.nav-responsible a {
		text-decoration: none;
		color: #fff;
		font-size: 1.9rem;
		margin: 0 7px;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.slick-prev	{
	    left: 20%;
	    bottom: -80%;
	}
	.slick-next	{
	    right: 20%;
	    bottom: -80%;
	}
	.slide {
		font-size: 4.5rem;
	}
	.slide span {
		font-size: 2.3rem;
	}
	.about_advantages .wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.advantage {
		width: 45%;
	}
	.advantage:nth-child(3),
	.advantage:nth-child(4) {
		margin-top: 50px;
	}
}

@media (max-width: 1090px) {
	.service {
		width: 35%;
	}
	.staff {
		width: 33%;
	}
}