.wrapper .header,
.wrapper .header-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal
}

.details-cards,
.welcome-block,
.wrapper .header,
.wrapper .header-nav {
	-webkit-box-direction: normal
}

.button a,
.wrapper .header-menu a {
	text-decoration: none;
	font-family: Roboto, sans-serif
}

.button,
.features-cards__title,
.feedback-form textarea,
.welcome-block__title {
	text-shadow: 21px 21px 60px rgba(0, 0, 0, .1)
}

.button a,
.wrapper .header-menu a,
body {
	font-family: Roboto, sans-serif
}

* {
	margin: 0;
	padding: 0
}

body {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff
}

.container {
	max-width: 1170px;
	margin: 0 auto
}

@media (max-width:1295px) {
	.container {
		max-width: 1100px
	}
}

@media (max-width:1199px) {
	.container {
		max-width: 1000px
	}
}

@media (max-width:1024px) {
	.container {
		max-width: 980px
	}
}

@media (max-width:992px) {
	.container {
		max-width: 940px
	}
}

@media (max-width:768px) {
	.container {
		max-width: 750px
	}
}

@media (max-width:576px) {
	.container {
		max-width: 550px
	}
}

@media (max-width:320px) {
	.container {
		max-width: 290px
	}
}

header {
	width: 100%;
	height: 1248px;
	background: url(../img/main-bg.png) center no-repeat;
	background-size: cover
}

@media (max-width:992px) {
	header {
		background: url(../img/header-mob-bg.jpg) center no-repeat;
		height: 100%
	}
}

@media (min-width:1950px) {
	header {
		height: 1680px
	}
}

.wrapper {
	max-width: 1920px;
	margin: 0 auto
}

.wrapper .header {
	max-width: 1920px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.wrapper .header-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:992px) {
	.wrapper .header-menu {
		width: 100vw;
		height: 100vh;
		background-image: -webkit-gradient(linear, left bottom, left top, from(#ffd600), to(#fff83c));
		background-image: linear-gradient(to top, #ffd600 0, #fff83c 100%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		top: -100vh;
		left: 0;
		z-index: 1;
		-webkit-transition: all .5s;
		transition: all .5s
	}
	.wrapper .header-menu_active {
		top: 0
	}
}

.wrapper .header-menu li {
	display: inline-block;
	list-style: none;
	margin-left: 15px
}

@media (max-width:1771px) {
	.wrapper .header-menu li {
		margin-left: 10px
	}
}

@media (max-width:992px) {
	.wrapper .header-menu li {
		display: block;
		text-align: center
	}
	.wrapper .header-menu li:active {
		color: #000
	}
}

@media (min-width:992px) {
	.wrapper .header-menu li {
		margin: 0
	}
	.wrapper .header-menu li:hover {
		color: #000
	}
}

.wrapper .header-menu a {
	display: block;
	padding: 0 25px;
	line-height: 40px;
	color: #fff;
	font-weight: 700;
	font-size: 20px
}

@media (max-width:1415px) {
	.wrapper .header-menu a {
		padding: 0 15px
	}
}

@media (max-width:1295px) {
	.wrapper .header-menu a {
		padding: 0 5px
	}
}

@media (max-width:1205px) {
	.wrapper .header-menu a {
		font-size: 18px
	}
}

@media (max-width:1140px) {
	.wrapper .header-menu a {
		font-size: 16px
	}
}

@media (max-width:992px) {
	.wrapper .header-menu a {
		color: #000;
		line-height: 4;
		letter-spacing: .5px
	}
}

@media (min-width:992px) {
	.wrapper .header-menu a:hover {
		color: #000;
		text-decoration: none;
		background-image: -webkit-gradient(linear, left bottom, left top, from(#ffd600), to(#fff83c));
		background-image: linear-gradient(to top, #ffd600 0, #fff83c 100%);
		border-radius: 6px;
		cursor: pointer
	}
}

.main {
	margin-top: 170px;
	text-align: right;
	color: #fff
}

@media (max-width:1024px) {
	.main {
		max-width: 90%
	}
}

.main-title {
	font-size: 94px;
	font-weight: 700;
	line-height: 94px;
	margin-bottom: 35px
}

@media (max-width:1140px) {
	.main-title {
		font-size: 85px
	}
}

@media (max-width:768px) {
	.main-title {
		font-size: 35px;
		line-height: 50px
	}
}

.main-text {
	padding-left: 600px;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 50px
}

@media (max-width:1295px) {
	.main-text {
		padding-left: 400px
	}
}

@media (max-width:1140px) {
	.main-text {
		font-size: 18px
	}
}

@media (max-width:992px) {
	.main {
		max-width: 100%;
		text-align: center;
		margin-top: 100px
	}
	.main-text {
		padding-left: 0;
		width: 70%;
		margin: 0 auto
	}
}

@media (max-width:768px) {
	.main-text {
		font-size: 14px;
		line-height: 18px
	}
}

.details-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: -140px;
	position: relative
}

.details-cards .details-card {
	max-width: 320px
}

@media (max-width:992px) {
	.details-cards {
		margin-top: 50px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.details-cards .details-card {
		margin: 50px auto
	}
}

.details-cards .details-card_img {
	position: relative;
	width: 164px;
	height: 164px;
	margin: 0 auto;
	border-radius: 50%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#52b5e7), to(#52d0b3));
	background-image: linear-gradient(to top, #52b5e7 0, #52d0b3 100%)
}

.details-cards .details-card_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -32px
}

.details-cards .details-card_descr {
	margin-top: -80px;
	padding: 50px 39px 65px;
	-webkit-box-shadow: 14px 14px 50px rgba(0, 0, 0, .14);
	box-shadow: 14px 14px 50px rgba(0, 0, 0, .14);
	border-radius: 6px;
	background-color: #fff
}

.details-cards .details-card_descr__title {
	margin-top: 65px;
	color: #42444e;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	line-height: 50px
}

@media (max-width:992px) {
	.details-cards .details-card_descr__title {
		font-size: 22px;
		line-height: 40px
	}
}

.details-cards .details-card_descr__title:after {
	content: '';
	display: block;
	width: 150px;
	height: 3px;
	margin: 25px auto;
	border: 1px solid #ffd600;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ffd600), to(#fff83c));
	background-image: linear-gradient(to top, #ffd600 0, #fff83c 100%)
}

.details-cards .details-card_descr__text {
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 300
}

.welcome {
	margin-top: 180px
}

@media (max-width:992px) {
	.welcome {
		margin-top: 50px;
		margin-bottom: 50px;
		width: 100%;
		background: url(../img/welcome-bg.jpg) center no-repeat;
		background-size: cover;
		padding-top: 40px;
		padding-bottom: 40px
	}
}

.welcome-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 15px;
	padding: 123px 140px 115px 150px;
	background: url(../img/welcome-bg.jpg) center no-repeat;
	background-size: cover;
	-webkit-box-shadow: 14px 14px 50px rgba(0, 0, 0, .14);
	box-shadow: 14px 14px 50px rgba(0, 0, 0, .14)
}

.welcome-block_wrap {
	width: 48%
}

.welcome-block__title {
	margin-right: 40px;
	margin-bottom: 27px;
	color: #42444e;
	font-size: 40px;
	font-weight: 900;
	line-height: 40px
}

@media (max-width:992px) {
	.welcome-block {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background: 0 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0
	}
	.welcome-block_wrap {
		width: 100%;
		text-align: center
	}
	.welcome-block__title {
		font-size: 24px;
		margin: 0 auto 25px;
		text-align: center
	}
}

.welcome-block__text {
	max-width: 300px;
	font-size: 18px;
	font-weight: 500
}

.button,
.button a {
	color: #000;
	font-weight: 700
}

@media (max-width:992px) {
	.welcome-block__text {
		font-size: 16px;
		text-align: center;
		margin: 0 auto 30px
	}
}

.button {
	cursor: pointer;
	text-align: center;
	padding: 13px 20px;
	font-size: 20px;
	border-radius: 6px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ffd600), to(#fff83c));
	background-image: linear-gradient(to top, #ffd600 0, #fff83c 100%)
}

@media (max-width:768px) {
	.button {
		font-size: 14px
	}
}

@media (min-width:992px) {
	.button:hover {
		background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9600), to(#ffc600));
		background-image: linear-gradient(to top, #ff9600 0, #ffc600 100%)
	}
}

.button a {
	display: block;
	font-size: 20px
}

@media (max-width:1140px) {
	.button a {
		font-size: 16px
	}
}

.main-button {
	max-width: 260px;
	margin-left: 870px
}

@media (max-width:1295px) {
	.main-button {
		margin-left: 670px
	}
}

@media (max-width:992px) {
	.main-button {
		margin: 50px auto
	}
}

.welcome-block__button {
	width: 250px;
	margin-left: 165px
}

@media (max-width:1024px) {
	.welcome-block__button {
		margin-left: 150px
	}
}

@media (max-width:992px) {
	.welcome-block__button {
		width: 160px;
		margin: 0 auto
	}
}

.features {
	margin-top: -90px;
	height: 1248px;
	background: url(../img/features-bg.png) center no-repeat;
	background-size: cover
}

@media (max-width:992px) {
	.features {
		margin-top: 50px;
		height: 100%;
		background: url(../img/features-bg.jpg) center no-repeat;
		background-size: cover
	}
}

.features-cards {
	padding-top: 390px
}

@media (max-width:992px) {
	.features-cards {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

@media (min-width:1950px) {
	.features {
		height: 1680px
	}
	.features-cards {
		padding-top: 650px
	}
}

.features-cards__title {
	margin-top: 40px;
	text-align: center;
	color: #42444e;
	font-size: 40px;
	font-weight: 900
}

@media (max-width:992px) {
	.features-cards__title {
		font-size: 24px
	}
}

.features-cards__subtitle {
	color: #42444e;
	margin-top: 15px;
	margin-bottom: 60px;
	text-align: center;
	font-size: 26px;
	font-weight: 500
}

.features-cards .features-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px
}

.features-cards .features-card_img {
	margin-right: 40px;
	margin-left: 40px;
	padding: 35px;
	background-color: #fff;
	border-radius: 5px
}

.features-cards .features-card_img img {
	width: 80px;
	height: 80px
}

@media (max-width:992px) {
	.features-cards__subtitle {
		font-size: 18px
	}
	.features-cards .features-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 30px;
		margin-bottom: 30px
	}
	.features-cards .features-card_img {
		padding: 20px
	}
	.features-cards .features-card_img img {
		width: 60px;
		height: 60px
	}
	.features-cards .features-card_descr {
		text-align: center
	}
}

.features-cards .features-card_descr__title {
	margin-bottom: 15px;
	color: #42444e;
	font-size: 30px;
	font-weight: 700;
	line-height: 50px
}

@media (max-width:992px) {
	.features-cards .features-card_descr__title {
		font-size: 24px;
		margin-bottom: 15px;
		margin-top: 15px
	}
}

.features-cards .features-card_descr__text {
	max-width: 745px;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px
}

@media (max-width:992px) {
	.features-cards .features-card_descr__text {
		font-size: 16px;
		width: 80%;
		margin: 0 auto
	}
}

.feedback {
	margin-top: 140px;
	margin-bottom: 145px
}

@media (max-width:992px) {
	.feedback {
		margin-top: 50px;
		margin-bottom: 50px
	}
}

.feedback-title {
	text-align: center;
	margin-bottom: 40px;
	color: #42444e;
	font-size: 40px;
	font-weight: 900;
	line-height: 50px
}

.feedback-form input,
.feedback-form textarea {
	padding-left: 20px;
	background-color: #f5f5f5;
	color: #919191;
	font-size: 14px;
	font-weight: 400
}

.feedback-form {
	text-align: center;
	margin: 0 auto
}

.feedback-form form {
	max-width: 852px;
	margin: 0 auto
}

.feedback-form input {
	width: 382px;
	height: 40px;
	border: 1px solid #f5f5f5;
	border-radius: 3px
}

.feedback-form input[type=email] {
	margin-left: 30px
}

@media (max-width:992px) {
	.feedback-form input {
		width: 80%;
		margin-bottom: 30px
	}
	.feedback-form input[type=email] {
		margin-left: 0
	}
}

.feedback-form textarea {
	width: 830px;
	height: 130px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 20px;
	border: 1px solid #f5f5f5;
	border-radius: 3px
}

@media (max-width:992px) {
	.feedback-form textarea {
		width: 80%;
		margin-top: 20px
	}
}

.feedback-form input[type=submit] {
	outline: 0;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	font-family: Roboto, sans-serif;
	line-height: 10px;
	width: 220px;
	height: 50px;
	border-radius: 6px;
	margin: 0 auto
}

@media (max-width:1140px) {
	.feedback-form input[type=submit] {
		font-size: 16px
	}
}

.footer {
	position: relative;
	background: url(../img/footer-bg.jpg) center no-repeat;
	background-size: cover;
	height: 390px;
	padding-top: 56px;
	color: #fff;
	z-index: 1
}

.footer:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(66, 68, 78, .9);
	z-index: -1
}

.footer-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer-contacts {
	margin-top: 20px
}

.footer-contacts__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 50px
}

@media (max-width:992px) {
	.footer {
		padding-top: 36px;
		height: 100%
	}
	.footer-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
	.footer-contacts__title {
		font-size: 24px;
		line-height: 24px
	}
}

.footer-contacts__name {
	width: 90px;
	margin-top: 23px;
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 900;
	border-radius: 12px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#f5f5f5));
	background-image: linear-gradient(to top, #f5f5f5 0, #f5f5f5 100%);
	opacity: .4;
	padding: 4px 10px;
	color: #000
}

.copyright:after,
.copyright:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: .05
}

@media (max-width:992px) {
	.footer-contacts__name {
		font-size: 12px;
		margin: 15px auto
	}
	.footer-contacts__email {
		font-size: 16px
	}
}

.footer-contacts__email {
	font-size: 16px;
	font-weight: 400;
	line-height: 33px
}

.footer-contacts .fab,
.footer-contacts .fas {
	margin-right: 10px
}

.footer-adress__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 50px
}

@media (max-width:992px) {
	.footer-adress__title {
		font-size: 24px;
		margin-top: 20px
	}
}

.footer-adress__text {
	margin-top: 50px;
	margin-bottom: 90px;
	font-size: 16px;
	font-weight: 400;
	line-height: 33px
}

@media (max-width:992px) {
	.footer-adress__text {
		margin-top: 10px;
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 20px
	}
}

.copyright {
	margin-top: 45px
}

.copyright:after {
	width: 100%;
	height: 60px;
	background-color: #f5f5f5
}

@media (max-width:992px) {
	.copyright {
		margin: 0 auto
	}
	.copyright:after {
		height: 40px
	}
	.copyright:before {
		display: none
	}
}

.copyright:before {
	height: 0;
	width: 0;
	border: 220px solid transparent;
	border-right: 220px solid #f5f5f5;
	border-bottom: 220px solid #f5f5f5
}

.copyright-text {
	opacity: .4;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px
}

.menu-link {
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	top: 35px;
	right: 35px;
	z-index: 4
}

.menu-link span,
.menu-link span:after,
.menu-link span:before {
	display: block;
	width: 26px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -13px;
	background-color: #fff83c;
	border-radius: 5px
}

@media (max-width:992px) {
	.copyright-text {
		font-size: 10px;
		padding-left: 0;
		line-height: 40px;
		text-align: center;
		margin-bottom: 0px
	}
	.menu-link {
		display: block;
		right: 20%
	}
}

@media (max-width:425px) {
	.menu-link {
		right: 15%
	}
}

.menu-link span {
	margin-top: -1px
}

.menu-link span:before {
	content: '';
	margin-top: -10px;
	-webkit-transition: all, .2s;
	transition: all, .2s
}

.menu-link span:after {
	content: '';
	margin-top: 6px;
	-webkit-transition: all, .2s;
	transition: all, .2s
}

.menu-link_active {
	z-index: 10
}

.menu-link_active span {
	background-color: transparent
}

.menu-link_active span:before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -2px;
	background-color: #000
}

.menu-link_active span:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: -2px;
	background-color: #000
}