@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	font-family: Montserrat;
	font-size: 18px;
}
main, section, div, p, a, ul, img, h1 span {
	display: block;
}
h1 {
	font-size: 28px;
	margin-bottom: 18px;
}
h2 {
	font-size: 28px;
}
h2.title, .intro .left img {
	font-size: 48px;
	margin: 0 0 32px 0;
}
h3 {
	font-size: 20px;
	margin: 0 0 18px 0;
}
main h3 {
	text-align: center;
}
p {
	margin: 0 0 18px 0;
	padding: 0;
}
p:last-child {
	margin: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
ul {
	list-style-type: none;
}
header, footer .links, nav, .titleblock, .intro, .features, .application, .howitwork, .feedback_section, .product, .product_price {
	display: flex;
	flex-wrap: wrap;
}
header, main {
	max-width: 1400px;
	margin: 0 auto;
}
header, footer .links {
	justify-content: space-between;
}
header {
	padding: 24px 0;
	align-items: center;
}
@media (max-width: 1400px) {
	header {
		padding: 24px 60px;
	}
}
@media (max-width: 1200px) {
	header {
		padding: 24px;
	}
	header .contacts {
		display: none;
	}
}
.logo {
	
}
nav {
	width: 25%;
	text-transform: uppercase;
	align-items: center;
	justify-content: space-between;
}
nav img {
	width: 24px;
}
section, video {
	margin-bottom: 80px;
}
.contacts {
}
.call, .mail, .adress {
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 28px;
}
.call {
	background-image: url("img/icon_phone.svg");
}
.mail {
	background-image: url("img/icon_mail.svg");
}
.adress {
	background-image: url("img/icon_location.svg");
}
.intro, .application, .howitwork {
	background: #F5F5F5;
}
.titleblock div, .intro div, .application div, .howitwork div {
	width: 50%;
}
.intro .left, .application .left, .howitwork .left {
	padding: 60px;
}
.right img {
	width: 100%;
}
.features {
	justify-content: space-around;
}
.features div {
	width: 28%;
	text-align: center
}
.features div img {
	width: 50%;
	margin: 0 auto;
}
.features div h2 {
	margin: 0;
	padding: 0;
}
.application ul li {
	margin: 0 0 24px 0;
	display: flex;
}
.application ul li:last-child {
	margin: 0;
}
.application ul li img {
	margin: 0 16px 0 0;
}
.howitwork {
}
.product {
	
}
.product_image {
	width: 30%;
}
.product_info {
	width: 70%;
	background-color: #434343;
	padding: 32px 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.product_title {
	font-size: 48px;
	font-weight: 700;
	color: #969f8c;
}
.product_description {
	color: #FFFFFF;
}
.product_price {
	align-items: baseline;
	column-gap: 32px;
}
.product_price .price {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 650;
	margin-bottom: 12px;
}
.product_price .buy a {
	font-size: 22px;
	font-weight: 600;
	color: #969f8c;
	padding: 16px 24px;
	background: none;
	border: 4px solid #969f8c;
	border-radius: 16px;
}
.feedback {
	box-shadow: inset 0 0 1px 2px #F5F5F5;
}
.feedback_section h2, .feedback_section p, .feedback_section .contacts, .feedback_section .feedback_form {
	width: 50%;
	margin: 0;
}
.feedback .top {
	padding: 32px 60px;
	background: #F5F5F5
}
.feedback .bottom {
	padding: 32px 60px 60px;
}
.feedback .contacts {
	margin-bottom: 24px;
}
.feedback .contacts div {
	margin-bottom: 8px;
}
input, textarea {
    width: 50%;
    font-size: 18px;
    padding: 6px 12px 4px;
    border: 0;
    border-radius: 4px;
    box-shadow: inset 0 0 1px 1px #C5C5C5;
	margin-bottom: 16px;
}
.feedback_buttons input {
	font-size: 18px;
	font-weight: 400;
	padding: 6px 12px 4px;
	cursor: pointer;
}
.feedback_form .highlight {
	margin-bottom: 24px;
	font-size: 22px;
	font-weight: 600;
}
.about {
	padding: 0 60px;
}
.image-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.image {
	max-width: 50%;
	text-align: center;
	margin: 32px auto;
}
.image img {
	width: 100%;
	margin: 0 auto 8px;
}
.image div {
	width: auto;
}
.highlight {
	margin: 60px 0;
	padding: 32px 60px;
	border-radius: 16px;
	background: #94A18C;
	color: #FFFFFF;
}
footer {
	background: #131921;
	color: #FFFFFF;
	padding: 60px calc((100% - 1280px) / 2) 60px;
}
footer .call {
	background-image: url("img/icon_phone_white.svg");
}
footer .mail {
	background-image: url("img/icon_mail_white.svg");
}
footer .adress {
	background-image: url("img/icon_location_white.svg");
}
footer .adress, footer .mail, footer .call {
	margin: 0 0 0 -28px;
}
.requisites {
	margin-top: 32px;
	font-size: 16px;
	color: #707070;
}
.requisites a {
	text-decoration: underline;
}