@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

@font-face {
font-family: 'Helvetica Neue Cyr Light';
src: url('../css/fonts/HelveticaNeueCyr-Light.eot');
src: url('../css/fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
url('../css/fonts/HelveticaNeueCyr-Light.woff') format('woff'),
url('../css/fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Helvetica Neue Cyr Roman';
src: url('../css/fonts/HelveticaNeueCyr-Roman.eot');
src: url('../css/fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
url('../css/fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
url('../css/fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Helvetica Neue Cyr Medium';
src: url('../css/fonts/HelveticaNeueCyr-Medium.eot');
src: url('../css/fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
url('../css/fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
url('../css/fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

:focus {
	outline: none !important;
}

body {
	font-family: 'Roboto';
}

body,
.form-control,
.btn {
	font-size: .875rem;
}

.bg-size-cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.bg-size-cover-top {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}
.bg-size-contain {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.bg {
	background-repeat: no-repeat !important;
  background-position: center !important;
}

.dashed,
.dashed:hover,
.dashed:focus {
	text-decoration: none;
	border-bottom: 1px dashed;
}

header {
	background: url(../images/header.jpg) #000;
	color: #fff;
}
header .top {
	position: relative;
	padding: 20px 0;
	font-weight: 300;
}
header .top .logo {
	color: #fed034;
	font-size: 26px;
	text-transform: uppercase;
}
header .top .logo a {
	color: #fed034;
	text-decoration: none;
}
header .top .text-center {
	position: static;
}
header .top .bar a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
}
header .top .bar a:hover,
header .top .bar a:focus {
	text-decoration: none;
}
header .top .bar a span {
	text-transform: uppercase;
	display: inline-block;
	margin-right: 3px;
}
header .top .bar .bar-mobile {
	display: inline-block;
	width: 25px;
	font-size: 0;
}
header .top .bar .bar-mobile .line {
	border-top: 1px solid #fff;
	margin-top: 5px;
}
header .top .bar a:hover .line,
header .top .bar a:focus .line {
	border-top: 1px solid #fed034;
}
header .top .menu {
	font-size: 15px;
}
header .top .menu a {
	display: inline-block;
	margin: 0 12px;
	color: #fff;
}
header .top .menu a.active,
header .top .menu a:hover,
header .top .menu a:focus {
	color: #fed034;
	text-decoration: none;
}
header .top .menu a:first-child {
	margin-left: 0;
}
header .top .menu a:last-child {
	margin-right: 0;
}
header .top .phone a {
	display: inline-block;
	color: #fed034;
	text-decoration: none;
}
header .top .phone img {
	margin-right: 5px;
}
header .top .phone .number {
	font-size: 20px;
	font-weight: 400;
}

@media(max-width: 991px) {
	header .top .logo {
		font-size: 20px;
	}
	header .top .phone {
		font-size: 16px;
		font-weight: 400;
	}
	header .top .phone .number {
		font-size: 16px;
	}
	header .top .menu {
		border-radius: 5px;
		position: absolute;
		width: 100%;
		top: 65px;
		right: 0;
		background: #000;
		z-index: 1010;
		padding: 15px 0
	}
	header .top .menu a {
		display: block;
		margin: 10px 0px;
	}
}

header .action {
	padding: 150px 0;
	position: relative;
}
h1.index {
	font-family: 'Helvetica Neue Cyr Medium';
	font-size: 42px;
	line-height: 130%;
	margin: 0;
}
header .action .text2 {
	margin: 5px 0 30px;
	font-family: 'Helvetica Neue Cyr Light';
	font-size: 24px;
}
header .action .text2 span {
	color: #fed034;
	font-family: 'Helvetica Neue Cyr Roman';
	white-space: nowrap;
}
header .action a {
	background: linear-gradient(250.08deg, #FED034 15.71%, #FFD239 86.11%);
	box-shadow: 0px 0px 7px #FFDB22;
	border-radius: 9px;
	font-size: 18px;
	font-family: 'Helvetica Neue Cyr Medium';
	padding: 13px 15px;
}
header .action a:hover,
header .action a:focus {
	box-shadow: 0px 0px 15px #FFDB22;
}
header .action .notice {
	display: inline-block;
	margin-left: 12px;
	font-family: 'Helvetica Neue Cyr Roman';
	color: rgba(255, 255, 255, .75);
	line-height: 16px;
}
header .action img {
	position: absolute;
	bottom: -54px;
	right: -80px;
}

@media(max-width: 991px) {
	header .action {
		padding: 100px 0;
	}
}
@media(max-width: 767px) {
	header .action {
		padding: 70px 0;
	}
}
@media(max-width: 575px) {
	h1.index {
		font-size: 30px;
	}
	header .action .text2 {
		font-size: 18px;
	}
	header .action {
		padding: 50px 0;
	}
}

article {
	padding: 50px 0;
	font-size: 16px;
	font-weight: 300;
}
article b,
article strong {
	font-weight: 500;
}

@media(max-width: 575px) {
	article {
		font-size: 14px;
	}
}

h1 {
	margin: 0;
	font-size: 32px;
	font-weight: 500;
}
.h1-line {
	display: inline-block;
	width: 88px;
	height: 4px;
	background: #FFD547;
	border-radius: 8px;
	margin: 7px 0 35px;
}

.why {
	padding: 50px 0 0;
	background: #F8F8F8;
}
.why .block-title {
	font-size: 32px;
	font-weight: 500;
}
.why .block-title-line {
	display: inline-block;
	width: 88px;
	height: 4px;
	background: #FFD547;
	border-radius: 8px;
	margin-bottom: 100px;
}
.why .d-block {
	position: relative;
	padding: 75px 30px 30px;
	text-align: center;
	box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.08);
	border-radius: 19px;
	background: #fff;
	transition: 0.2s ease;
	margin-bottom: 80px;
	color: #212529;
}
.why .d-block:hover,
.why .d-block:focus {
	box-shadow: 0px 0px 7px #fed034;
	transition: 0.2s ease;
	text-decoration: none;
}
.why .d-block .icon-block {
	position: absolute;
	top: -50px;
	right: 0;
	width: 100%;
}
.why .d-block .title {
	font-size: 22px;
	font-family: 'Helvetica Neue Cyr Medium';
	margin-bottom: 12px;
	line-height: 130%;
}
.why .d-block .text {
	font-size: 16px;
	color: #878787;
	font-family: 'Helvetica Neue Cyr Roman';
}
@media(max-width: 767px) {
	.why .block-title-line {
		margin-bottom: 90px;
	}
}

.choice {
	position: relative;
	padding: 200px 0;
	background: url(../images/choice.jpg) #000;
	color: #fff;
}
.choice .title {
	font-size: 32px;
	margin-bottom: 15px;
}
.choice ul {
	list-style-image: url(../images/check.svg);
	font-size: 26px;
	padding-left: 25px;
}
.choice ul li {
	padding-left: 7px;
	margin-bottom: 10px;
}
.choice ul li span {
	color: #fed034;
	font-weight: 400;
}
.choice .container {
	position: relative;
}
.choice .helmet {
	position: absolute;
	top: -25%;
	right: 0;
}
.choice .box {
	position: absolute;
	bottom: -580px;
	right: 60px;
}

@media(max-width: 991px) {
	.choice {
		padding: 120px 0;
	}
	.choice.bg-size-cover {
		background-position: left center !important;
	}
}
@media(max-width: 767px) {
	.choice {
		padding: 80px 0 80px 10px;
	}
	.choice .title {
		font-size: 30px;
	}
	.choice ul {
		font-size: 22px;
		}
}

.portfolio {
	text-align: center;
}
.portfolio a {
	display: block;
	color: #212529;
	margin-bottom: 35px;
}
.portfolio a .title {
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	margin: 15px 0 0;
	border-bottom: 3px solid transparent;
}
.portfolio a:hover,
.portfolio a:focus {
	text-decoration: none;
}
.portfolio a:hover .title,
.portfolio a:focus .title {
	border-bottom: 3px solid #fed034;
}

.gallery a .embed-responsive {
	border: 2px solid #fff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.gallery a:hover .embed-responsive,
.gallery a:focus .embed-responsive {
	border: 2px solid #fed034;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.contacts {
	font-size: 22px;
	font-weight: 700;
}
.contacts p {
	margin-bottom: 15px;
	font-weight: 700;
}
.contacts svg.fa-phone {
	width: 17px;
}
.contacts a {
	display: inline-block;
	color: #777;
}
.contacts a:hover,
.contacts a:focus {
	text-decoration: none;
	color: #212529;
}
.contacts span {
	display: inline-block;
	color: #212529;
	margin-right: 7px;
}

.feedback {
	background: #f8f8f8;
	padding: 75px 0 0;
	background: url(../images/feedback.jpg);
}
.feedback .block {
	background: rgba(255, 255, 255, 0.91);
	border-radius: 8px;
	position: relative;
	top: 20px;
	padding: 35px 75px 45px;
	text-align: center;
}
.feedback .block .title {
	font-size: 26px;
	margin-bottom: 30px;
	font-family: 'Helvetica Neue Cyr Medium';
	color: #4A4A4A;
	line-height: 120%;
}
.feedback .block .form-control {
	font-size: 20px;
	background: #F8F8F8;
	border-radius: 5px;
	font-family: 'Helvetica Neue Cyr Roman';
	padding: 30px 20px;
	border: none;
}
.feedback .block .form-control:focus {
	box-shadow: 0px 0px 7px #FFDB22;
}
.feedback .block .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #C6C6C6;
}
.feedback .block .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #C6C6C6;
}
.feedback .block .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #C6C6C6;
}
.feedback .block .form-control:-moz-placeholder { /* Firefox 18- */
	color: #C6C6C6;
}
.feedback .block .btn {
	background: #FFD547;
	border-radius: 5px;
	font-size: 20px;
	color: #434343;
	font-family: 'Helvetica Neue Cyr Roman';
	padding-top: 13px;
	padding-bottom: 13px;
}
.feedback .block .btn:hover,
.feedback .block .btn:focus {
	box-shadow: 0px 0px 7px #FFDB22;
}
.feedback .block .notice {
	color: #686868;
	margin-top: 10px;
	font-family: 'Helvetica Neue Cyr Roman';
	line-height: 130%;
}

@media(max-width: 575px) {
	.feedback {
		padding: 0;
	}
	.feedback .block {
		top: 30px;
		padding: 35px 20px 45px;
	}
	.feedback .block .title {
		font-size: 22px;
	}
	.feedback .block .form-control {
		font-size: 16px;
	}
	.feedback .block .btn {
		font-size: 16px;
	}
	.feedback .block .notice {
		font-size: 12px;
	}
}

footer {
	background: #e8e8e8;
	padding: 100px 0 50px;
	background: url(../images/footer.jpg);
	font-family: 'Helvetica Neue Cyr Roman';
	font-size: 15px;
	color: #565656;
}
footer a {
	color: #565656;
}
footer a:hover,
footer a:focus {
	color: #000;
}

@media(max-width: 767px) {
	footer {
		padding: 70px 0 30px;
	}
}
@media(max-width: 575px) {
	footer {
		font-size: 14px;
	}
}

.fancybox-title {
	text-align: center;
	font-size: 18px;
}
.fancybox-wrap a {
	border: none;
}

.modal-text {
	font-size: 16px;
}