* {
	box-sizing: border-box;
	font-family: 'Manrope', sans-serif;
}

div {
	border: 0px red solid;
}

.content {
	width: 1140px;
	margin: 0px auto;
	position: relative;
}

div.color {
	width: 34px;
	height: 34px;
	border: 1px #a3a3a3 solid;
	display: block;
	border-radius: 50%;
	margin-bottom: 40px;
	padding: 3.5px;
	margin-top: 5px;
}

div.color div {
	width: 26px;
	height: 26px;
	border: 1px #a3a3a3 solid;
	display: block;
	border-radius: 50%;
}

.tricolor {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

a.bnt-white,
a.bnt-black {
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	padding: 16px 26px;
	border-radius: 5px;

}

a.bnt-white:link,
a.bnt-white:active,
a.bnt-white:visited {
	background: #ffffff;
	color: #36ab9f;
	border: 2px #36ab9f solid;
	box-shadow: 5px 5px 6px black;
}

a.bnt-white:hover {
	background: #36ab9f;
	color: #ffffff;
	border: 2px #36ab9f solid;
}

a.bnt-black:link,
a.bnt-black:active,
a.bnt-black:visited {
	background: #36ab9f;
	color: #ffffff;
	border: 2px #36ab9f solid;
	box-shadow: 5px 5px 6px black;
}

a.bnt-black:hover {
	background: #ffffff;
	color: #36ab9f;
	border: 2px #36ab9f solid;
}




/***Начало стили меню***/
.section-navigation {
	height: 100px;
	position: sticky;
	top: 0px;
	background: #eef2f5;
	z-index: 999;
	box-shadow: 0px 4px 32px grey;
}

.section-navigation .content {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}

.section-navigation-logo {
	width: calc(100% / 12);
	background: url(images/Group_1521.svg);
	background-position: center;
	background-repeat: no-repeat;
	width: 80px;
	height: 100px;
	background-size: contain;
}

.section-navigation-link {
	width: calc(100% / 3)
}

.section-navigation-contact {
	width: calc(100% / 7);
	text-align: end;
}

.section-navigation-link a {
	text-decoration: none;
	font-weight: 600;
	padding: 0px 20px;
}

.section-navigation-link a:link,
.section-navigation-link a:active,
.section-navigation-link a:visited {
	color: black;
}

.section-navigation-link a:hover {
	color: black;
}

.section-navigation-contact a {
	text-decoration: none;
	font-weight: 600;
}

.section-navigation-contact a:link,
.section-navigation-contact a:active,
.section-navigation-contact a:visited {
	color: #36ab9f;
}

.section-navigation-contact a:hover {
	color: red;
}

.section-navigation-contact span {
	font-size: 0.8em;
	font-weight: 900;
}

.section-navigation-btn {
	width: calc(100% / 4.5);
	text-align: end;
}

/***Конец стили меню***/


/***Начало стили введение***/
.section-main {
	height: 100vh;
	background: #eef2f5;
	position: relative;
}

.section-main-line {
	background: url(images/Frame_1.svg);
	background-position: bottom;
	background-size: 70%;
	height: 100vh;
	background-position-x: right;
	background-position-y: bottom;
	background-repeat: no-repeat;
}

.section-main-bg {
	background: url(images/female-hands-disposa.png);
	background-position: bottom;
	background-size: 45%;
	height: 100vh;
	background-position-x: right;
	background-position-y: bottom;
	background-repeat: no-repeat;
}

.section-main .content {
	height: 100vh;
}

.section-main-content {
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 550px;
}

.section-main-title {
	font-size: 68px;
	line-height: 0.95;
	font-weight: 400;
	margin: 0;
}

.section-description-l,
.section-description-r {
	width: 50%;
	padding-left: 30px;
	padding-right: 30px;
}

.section-description-l::before,
.section-description-r::before {
	content: " ";
	width: 14px;
	height: 14px;
	background: #4bb8cb;
	position: absolute;
	border-radius: 50%;
	margin-left: -26px;
	margin-top: 5px;
}

.section-href {
	width: 100%;
}

/***Конец стили введение***/



/***Начало стили товары***/
.section-price-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 100px;
	margin-bottom: 30px;
}

.section-price-header h2 {
	font-size: 52px;
	line-height: 0.95;
	font-weight: 400;
	margin: 0;
}

.section-price-item,
.section-recomendations-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}



.section-recomendations-item img {
	width: calc(100% + 30px);
	height: 250px;
	object-fit: cover;
	margin: -15px 0px 0px -15px;
	border: 3px solid #eef2f5;
	border-radius: 15px 15px 0px 0px;
}

.section-price-item .price-item,
.section-recomendations-item .recomendations-item {
	background: #eef2f5;
	border-radius: 15px;
	width: calc((100% / 3) - 20px);
	margin-bottom: 30px;
	min-height: 540px;
	padding: 15px;

}

.section-price-item .price-item img {
	width: calc(100% + 30px);
	height: 250px;
	object-fit: cover;
	margin: -15px 0px 0px -15px;
	border: 3px solid #eef2f5;
	border-radius: 15px 15px 0px 0px;
}

/***Конец стили товары***/


/***Начало стили прайс-лист***/
.section-pricelist {
	position: relative;
	color: white;
	margin-top: 70px;
}

.section-pricelist-1 {
	width: 40%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 65px;
	margin: auto 0;
	height: 375px;
}

.section-pricelist-center {
	width: 100%;
	padding-bottom: 20px;
	font-size: 15px;
	font-weight: 300;
}

.section-pricelist-bnt {
	width: 100%;
}

.section-pricelist-h2 {
	font-size: 52px;
	line-height: 0.95;
	font-weight: 400;
	margin: 0px;
}

.section-pricelist .content {

	min-height: 550px;
	border-radius: 15px;
	background: rgb(54, 173, 161);
	background: linear-gradient(135deg, rgba(54, 173, 161, 1) 0%, rgba(79, 220, 207, 1) 100%);
	position: relative;
}


.section-pricelist-bg1 {
	position: absolute;
	background: url(images/Vector_1.svg);
	top: 0;
	bottom: 0;
	width: 100%;
	background-size: contain;
	background-position-x: right;
	background-repeat: no-repeat;
}


.section-pricelist-bg2 {
	position: absolute;
	background: url(images/iphone-x-line-button.webp);
	top: 0;
	bottom: 0;
	width: 100%;
	background-size: contain;
	background-position-x: 80%;
	background-repeat: no-repeat;
}

.price-item {
	position: relative;
}

.price-item p {
	margin: 0px;
	font-size: 13px;
}

.price-item span {
	font-size: 11px;
}

.skidka {
	position: absolute;
	background: #f40f0f;
	color: white;
	border-radius: 55px;
	height: 40px;
	width: 50px;
	padding: 11px 5px;
	font-size: 12px;
	top: 15px;
	right: 15px;
}

/***Конец стили прайс-лист***/


/***Начало стили рекомендации***/
.section-recomendations-header h2 {
	font-size: 50px;
	font-weight: 400;
	margin-top: 100px;
	margin-bottom: 30px;
}

.recomendations-item p {
	margin-top: 0;
	font-size: 13px;
}

/***Конец стили рекомендации***/




/***Начало стили о компании***/
.section-company {
	background: rgb(238, 242, 245);
	background: linear-gradient(180deg, rgba(238, 242, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
	height: 265vh;
	position: relative;
}

.section-company-about-us {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 600px;
	margin-top: 100px;
	margin-bottom: 230px;
}

.about-us {
	width: calc(100% / 3);
	font-size: 13px;
}

.section-company-med {
	width: calc(100% / 3 * 2);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.section-company-med-h2 {
	font-size: 50px;
	font-weight: 300;
	margin: 0px;
	line-height: 54px;
	margin-bottom: -30px;
}

.section-company-med-h2 span {
	background-color: #36ab9f;
	color: white;
	border-radius: 5px;
	padding-left: 7px;
	padding-right: 7px;
}

.section-company-med-l,
.section-company-med-r {
	width: calc(100% / 2);
	font-size: 15px;
	padding-right: 45px;
}



.section-company-info {}

.section-company-service {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.section-company-service-item {
	background: #ffffff;
	border-radius: 15px;
	width: calc((100% / 3) - 20px);
	margin-bottom: 30px;
	min-height: 270px;
	border: 2px #eef2f5 solid;
	padding: 30px;
	position: relative;
	z-index: 2;
}


.service-item-1,
.service-item-2,
.service-item-3,
.service-item-4,
.service-item-5,
.service-item-6 {
	height: 70px;
	background-repeat: no-repeat !important;
	background-position: left !important;
	background-size: 40px !important;
	background-position-y: top !important;
}

/*
.section-company-service-item div {
	height: 100px;
	background: red;
}
*/

.oval-0 {
	background: #cfdce5;
	height: 200px;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 15px 0px 200px 0px;
	z-index: -1;
	animation-delay: 1s;
	background: #f2f5f799;
}

.oval-1 {
	background: #eef2f5;
	height: 130px;
	width: 130px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 15px 0px 130px 0px;
	animation-delay: 1s;
}


.service-item-1 {
	background: url('images/fi-rr-credit-card.svg')
}

.service-item-2 {
	background: url('images/fi-rr-truck-side.svg')
}

.service-item-3 {
	background: url('images/fi-rr-shield-check.svg')
}

.service-item-4 {
	background: url('images/fi-rr-earnings.svg')
}

.service-item-5 {
	background: url('images/fi-rr-shopping-cart-.svg')
}

.service-item-6 {
	background: url('images/fi-rr-user.svg')
}

.section-company-service-item:hover .oval-0 {
	background: #6dd9ce60;
	animation-delay: 1s;
}

.section-company-service-item:hover .oval-1 {
	background: #4ad2c560;
	animation-delay: 1s;
}

.section-company-bg1 {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: url(images/pixlr-bg-result.webp);
	background-repeat: no-repeat;
	background-position-y: 70%;
	background-size: 130%;
	background-position-x: 60%;
}

/***Конец стили о компании***/


/***Начало стили карта***/
.section-map {
	background-color: white;
	/***Временно***/
}

/***Конец стили карта***/



/***Начало стили контакты***/
.section-contacts {
	background: rgb(54, 173, 161);
	background: linear-gradient(135deg, rgba(54, 173, 161, 1) 0%, rgba(79, 220, 207, 1) 100%);
	position: relative;
	height: 750px;
	color: white;
}

.contacts .content {
	position: relative;
	height: 750px;
}

.section-contacts-bg1 {
	position: absolute;
	top: 0px;
	bottom: 0;
	width: 100%;
	background: url(images/Vector_1.svg);
	background-position-x: right;
	background-position-y: bottom;
	background-repeat: no-repeat;
	background-size: 65%;
}

.back-pic {
	position: absolute;
	margin-top: 258px;
	margin-left: 450px;
	z-index: 0;
}

.contacts-1 {
	width: 39%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: 140px;
	height: 420px;
}

.contacts-1-2 {
	width: 45%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -9px;
	margin-top: 131px;
	height: 438px;
	background-color: #4dd8cb;
	border-radius: 18px;
}

.contacts-2 {
	width: 45%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	margin-top: 140px;
	height: 420px;
	background-color: white;
	border-radius: 15px;
}

.contacts-screp {
	width: 37px;
	height: 81px;
	margin: -17px 0px 0px 446px;
}

.contacts-h2 {
	font-size: 52px;
	line-height: 0.95;
	font-weight: 400;
	margin: 0px;
}

.contacts-center {
	width: 100%;
	font-size: 15px;
	font-weight: 300;
}

.contacts-center p {
	font-weight: 400;
	margin-top: 7px;
	margin-bottom: 0px;
}

.contacts-center span {
	font-size: 0.7em;
	font-weight: 300;
	color: #8fe2db;
	margin-top: 7px;
}

.contacts-forma {
	color: #36ab9f;
	font-size: 14px;
	margin: 0px auto;
	padding-bottom: 7px;
}

.inp {
	outline: none;
	border: 1px #6ddad0 solid;
	border-radius: 5px;
	padding: 8px;
	width: 324px;
	margin-bottom: -20px;
	resize: none;
}

.inp::placeholder {
	color: #6ddad0;
}

.inp:hover::placeholder {
	color: #80808080;
}

.inp:hover {
	background: #6ddad0;
	color: white;
}

.bnt-submit {
	display: inline-block;
	font-weight: 700;
	padding: 10px 32px;
	border-radius: 5px;
	background: #6ddad0;
	color: #ffffff;
	border: 1px #6ddad0 solid;
	margin-left: 19px;
}

input[type="submit"]:hover,
input[type="reset"]:hover {
	background: #36ab9f;
	border: 1px #36ab9f solid;
}



@media only screen and (max-width: 820px) {
	.content {
		width: 100%;
		margin: 0px auto;
	}

	.section-price-item .price-item,
	.section-recomendations-item {
		width: calc((100% / 2) - 20px);
	}
}

@media only screen and (max-width: 420px) {
	.content {
		width: 100%;
		margin: 0px auto;
	}

	.section-main-title {
		font-size: 48px;
	}

	.section-price-header {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	.section-pricelist-bg2 {
		background: none;
	}

	.section-pricelist .content {
		height: 650px;
	}

	.section-company-about-us {
		display: flex;
		flex-direction: column;
	}
	
	.section-company-med-l, .section-company-med-r {
    width: 100%;
   }

	.section-company-service {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	}
	
	.section-company {
       height: auto;
    }
	
	.section-company-service-item {
        width: 100%;
   }
	
	.section-price-item .price-item,
	.section-recomendations-item .recomendations-item {
		width: calc((100% / 1) - 20px);
	}
}




/***Конец стили контакты***/
