

.page_index .bestsellers {
	position: relative;
}

.page_index .bestsellers::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 220px;
	background: #126A61;
	z-index: 0;
}

.page_index .bestsellers .wrapper {
	padding: 40px 20px;
	z-index: 1;
}


.page_index .bestsellers .products,
.page_index .section_catalog .products
{
	display: flex;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.page_index .bestsellers .products .product,
.page_index .section_catalog .products .product
{
	width: calc(32.5% - 10px);
	display: flex;
	flex-direction: column;
}

.page_index .bestsellers .products .image,
.page_index .section_catalog .products .image
{
	background: #F2F7F7;
	height: 240px;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.page_index .bestsellers .products .image img,
.page_index .section_catalog .products .image img
{
	display: block;
	max-width: 200px;
	max-height: 160px;
}

.page_index .bestsellers .name,
.page_index .bestsellers .name a,
.page_index .section_catalog .name,
.page_index .section_catalog .name a
{
	color: #004E49;
	font-family: 'Montserrat ExtraBold', 'Montserrat', sans-serif;
	font-size: 24px;
	text-decoration: none;
}

.page_index .bestsellers .name,
.page_index .section_catalog .name
{
	margin-bottom: 10px;
}


.page_index .bestsellers .description,
.page_index .section_catalog .description
{
	color: #004E49;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-size: 18px;
}

.page_index .bestsellers .buttons,
.page_index .section_catalog .buttons
{
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	margin: auto 0 0 0;
}

.page_index .bestsellers .buttons > *,
.page_index .section_catalog .buttons > *
{
	width: 48%;
}

.page_index .section_catalog .price
{
	color: #004E49;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	white-space: nowrap;
}



.page_index .section_catalog .button.buy {
	font-size: 14px;
	width: 130px;
	height: 36px;
	min-height: auto;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-weight: bold;
}

.page_index .section_catalog .button_details {
	font-size: 14px;
	width: 140px;
	height: 36px;
	min-height: auto;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	text-transform: none;
}






.page_index .about_technologies {
	background: #004E49;
}

.page_index .about_technologies .wrapper {
	padding: 40px 20px;
}

.page_index .about_technologies p {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 130%;
}


.page_index .about_technologies .teasers {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: space-around;
	margin-top: 50px;
}

.page_index .about_technologies .teaser {
	width: 30%;
	padding: 40px 160px 40px 40px;
	position: relative;
	min-height: 80px;
	background: #126A61;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page_index .about_technologies .teaser.selected {
	background: #C4FF56;
}

.page_index .about_technologies .teaser .icon {
	position: absolute;
	right: 50px;
	top: calc(50% - 50px);
	width: 100px;
	height: 100px;
}

.page_index .about_technologies .teaser1 .icon {
	background: url('../images/icon6.svg') no-repeat center center/contain;
}

.page_index .about_technologies .teaser2 .icon {
	background: url('../images/icon5.svg') no-repeat center center/contain;
}

.page_index .about_technologies .teaser3 .icon {
	background: url('../images/icon4.svg') no-repeat center center/contain;
}

.page_index .about_technologies .teasers p {
	font-size: 30px;
	text-transform: uppercase;
}

.page_index .about_technologies .teasers .title {
	color: #fff;
	font-family: 'Montserrat ExtraBold', 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 130%;
	margin-bottom: 0px;
}

.page_index .about_technologies .teaser.selected .title,
.page_index .about_technologies .teaser.selected p
{
	color: #004E49;
}







.page_index .how_to_identify_the_problem {

}

.page_index .how_to_identify_the_problem .wrapper {
	padding: 40px 20px;
}

.page_index .how_to_identify_the_problem h2 {
	color: #07564E;
}


.page_index .how_to_identify_the_problem .products {
	display: flex;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: space-between;
}

.page_index .how_to_identify_the_problem .products .product {
	width: 30%;
}

.page_index .how_to_identify_the_problem .products .image {
	background: #F2F7F7;
	height: 320px;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.page_index .how_to_identify_the_problem .products .image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.page_index .how_to_identify_the_problem .name {
	color: #004E49;
	font-family: 'Montserrat ExtraBold', 'Montserrat', sans-serif;
	font-size: 30px;
	margin-bottom: 20px;
}

.page_index .how_to_identify_the_problem .description {
	color: #004E49;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-size: 18px;
}

.page_index .how_to_identify_the_problem .buttons {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-top: 20px;
}

.page_index .how_to_identify_the_problem .buttons > * {
	width: 48%;
}










.page_index .how_to_maintain_the_result {
	background: #126A61;

}

.page_index .how_to_maintain_the_result .wrapper {
	padding: 40px 20px;
}

.page_index .how_to_maintain_the_result .products {
	display: flex;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: space-between;
}

.page_index .how_to_maintain_the_result .products .product {
	width: 30%;
}

.page_index .how_to_maintain_the_result .products .image {
	background: #fff;
	height: 320px;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.page_index .how_to_maintain_the_result .products .image img {
	display: block;
}

.page_index .how_to_maintain_the_result .name {
	color: #fff;
	font-family: 'Montserrat ExtraBold', 'Montserrat', sans-serif;
	font-size: 30px;
	margin-bottom: 20px;
}

.page_index .how_to_maintain_the_result .description {
	color: #fff;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-size: 18px;
}

.page_index .how_to_maintain_the_result .buttons {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-top: 20px;
}

.page_index .how_to_maintain_the_result .buttons > * {
	width: 48%;
}


.page_index .why_devita_technologies {
	background: #004E49;
}

.page_index .why_devita_technologies .wrapper {
	padding: 30px 20px;
}

.page_index .why_devita_technologies p {
	color: #fff;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 130%;
}

.page_index .why_devita_technologies .teasers {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.page_index .why_devita_technologies .teaser {
	width: 31%;
	padding: 0 0 0 70px;
	position: relative;
	min-height: 80px;
	flex-shrink: 0;
	min-width: 240px;
}

.page_index .why_devita_technologies .teaser .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
}

.page_index .why_devita_technologies .teaser1 .icon {
	background: url('../images/icon1.svg') no-repeat center center/contain;
}

.page_index .why_devita_technologies .teaser2 .icon {
	background: url('../images/icon2.svg') no-repeat center center/contain;
}


.page_index .why_devita_technologies .teaser3 {
	width: 32%;
}

.page_index .why_devita_technologies .teaser3 .icon {
	background: url('../images/icon3.svg') no-repeat center center/contain;
}

.page_index .why_devita_technologies .teasers p {
	font-size: 14px;
	line-height: 120%;
}

.page_index .why_devita_technologies .teasers .title {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 130%;
	margin-bottom: 5px;
}

.page_index .documents {
	background: #CEF17B;
}

.page_index .documents .wrapper {
	padding: 30px 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}

.page_index .documents .section_text {
	color: #004E49;
	font-size: 14px;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
}


.page_index .documents .button {
	width: 220px;
	font-size: 14px;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	color: #004E49;
	border: #004E49 solid 1px;
	min-height: 38px;
	flex-shrink: 0;
}

.page_index .documents .button:hover {
	color: #CEF17B;
	background: #004E49;
}


.page_index .documents h2 {
	color: #fff;
	font-family: 'Montserrat ExtraBold', 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 130%;
	margin-bottom: 20px;
	text-align: center;
}


.page_index h2 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}


.page_index .banner .wrapper {
	width: 100%;
	max-width: none;
	padding: 0;
}

.page_index .banner .slider
{
	position: relative;
	overflow: hidden;
}

.page_index .banner,
.page_index .banner .slider
{
	min-height: 652px;
}

.page_index .banner .slider .has_link {
	cursor: pointer;
}


.page_index .banner .content {
	/*	padding: 50px 0; */
}

.page_index .banner img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	min-height: 652px;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}




.page_index .banner .left_arrow
{
	width: 30px;
	height: 30px;
	background: url('../images/banner_arrow_left.svg') no-repeat center center;
	border-radius: 50%;
	position: absolute;
	left: 10%;
	top: calc(50% - 15px);
	margin: 0;
}

.page_index .banner .right_arrow
{
	width: 30px;
	height: 30px;
	background: url('../images/banner_arrow_right.svg') no-repeat center center;
	border-radius: 50%;
	position: absolute;
	right: 10%;
	top: calc(50% - 15px);
	margin: 0;
}


.page_index .partners .left_arrow {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	background: url('../images/reviews_arrow_left.svg') no-repeat center center;
	left: -100px;
	top: 0;
	cursor: pointer;
}

.page_index .partners .right_arrow {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	background: url('../images/reviews_arrow_right.svg') no-repeat center center;
	right: -100px;
	top: 0;
	cursor: pointer;
}

.page_index .partners .wrapper_slider {
	position: relative;
}


.page_index .banner .dots {
	display: flex;
	z-index: 1000;
	gap: 10px;
	position: absolute;
	bottom: 20px;
	width: 100px;
	flex-wrap: wrap;
	justify-content: center;
	left: calc(50% - 50px);
}

.page_index .banner .dots .dot {
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	opacity: .7;
}

.page_index .banner .dots .dot.selected {
	background: #07564E;
}


.page_index .banner .slide {
	position: relative;
	min-height: 652px;
}

.page_index .banner .slide .wrapper_content {
	min-width: 320px;
	max-width: 960px;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding: 0 20px;
	min-height: 652px;
}

.page_index .banner .slide .content {
	max-width: 400px;
	position: absolute;
	top: 200px;
}

.page_index .banner .slide .content .text1 {
	font-size: 14px;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	color: #fff;
	margin-bottom: 20px;

}

.page_index .banner .slide .content .text2 {
	font-size: 65px;
	line-height: 110%;
	font-family: 'Prosto One', 'Montserrat', sans-serif;
	color: #fff;
	margin-bottom: 30px;
}

.page_index .banner .slide .content .text3 {
	font-size: 21px;
	line-height: 130%;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	color: #fff;
	margin-bottom: 30px;
}


.page_index .banner .slide .content .text4 {
	font-size: 12px;
	line-height: 130%;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	color: #fff;
	margin-bottom: 30px;
}

.page_index .banner .slide .content .banner_button .button {
	width: 100%;
	max-width: 360px;
	font-size: 20px;

}

.page_index .banner .slide .content .banner_button .button:hover {
	background: #fff;
	color: #004E49;
}

.page_index .partners .wrapper {
	padding: 30px 20px;
}

.page_index .partners h2 {
	color: #004E49;
	text-transform: uppercase;
	margin-bottom: 30px;
}


.page_index .partners .slider {
	position: relative;
	overflow: hidden;
}

.page_index .partners .slider .content {
	display: flex;
	align-items: center;
	gap: 20px;
}

.page_index .partners .slider .content img {
	display: block;
}

.page_index .partners .slider .content .text {
	color: #004E49;
	font-size: 12px;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
}

.page_index .cases {
	background: #004E49;
}


.page_index .cases h2 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 30px;
}


.page_index .cases .wrapper {
	padding: 40px 20px;
}

.page_index .cases .link_to_cases {
	text-align: center;
}

.page_index .cases .link_to_cases a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.page_index .cases .link_to_cases a:hover {
	text-decoration: underline;
}

.page_index .cases .list {
	/*
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	*/
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}

.page_index .cases .list .item {
	width: 31.5%;
	min-height: 240px;
	background: #F1F4F4;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 20px;
	height: auto !important;
}

.page_index .cases .list .item .title {
	color: #004E49;
	font-size: 14px;
	font-weight: bold;
}



.page_index .cases .list .item .text {
	color: #004E49;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	line-height: 120%;
}


.page_index .cases .arrow_left {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	background: url('../images/banner_arrow_left.svg') no-repeat center center;
	left: -100px;
	top: calc(50% - 16px);
	cursor: pointer;
}

.page_index .cases .arrow_right {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	background: url('../images/banner_arrow_right.svg') no-repeat center center;
	right: -100px;
	top: calc(50% - 16px);
	cursor: pointer;
}

.page_index .cases .wrapper_list {
	position: relative;
}


.page_index .business_variants {
	background: #004E49;
}



.page_index .business_variants .teasers {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: space-between;
}

.page_index .business_variants .teasers .teaser {
	display: flex;
	gap: 20px;
	align-items: center;
}

.page_index .business_variants .teasers .teaser .first_line {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #fff;
}

.page_index .business_variants .teasers .teaser .second_line {
	font-size: 14px;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	color: #fff;
}

.page_index .business_variants .teasers .teaser .icon {
	width: 70px;
	height: 70px;
	flex-shrink: 0;
}

.page_index .business_variants .teasers .teaser1 .icon {
	background: url('../images/icon8.svg') no-repeat center center/contain;
}

.page_index .business_variants .teasers .teaser2 .icon {
	background: url('../images/icon9.svg') no-repeat center center/contain;
}

.page_index .business_variants .teasers .teaser3 .icon {
	background: url('../images/icon10.svg') no-repeat center center/contain;
}







.page_index .business_variants .wrapper {
	padding: 40px 20px;
}

.page_index .business_variants ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 40px;
}

.page_index .business_variants ul .teaser {


}

.page_index .business_variants ul .teaser .image {
	width: 400px;
	height: 200px;
	color: #fff;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}



.page_index .business_variants ul .teaser .text {
}

.page_index .business_variants ul .teaser .wrapper_button {
	padding: 20px;
}

.page_index .business_variants ul .teaser .button {
	width: 130px;
	height: 30px;
	min-height: 30px;
	font-size: 12px;
}

.page_index .mlf {
	background: #004E49 url('../images/bg_mlf.jpg') no-repeat center center/cover;
	min-height: 514px;
}

.page_index .mlf .wrapper {
	padding: 60px 20px;
	display: flex;
	flex-direction: column;
}

.page_index .mlf .content {
}

.page_index .mlf .text1 {
	font-size: 14px;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	color: #fff;
	line-height: 130%;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.page_index .mlf .text2 {
	font-size: 22px;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	color: #fff;
	line-height: 130%;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.page_index .mlf .text3 {
	font-size: 65px;
	font-family: 'Prosto One', 'Montserrat Medium', 'Montserrat', sans-serif;
	color: #fff;
	line-height: 100%;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.page_index .mlf .text4 {
	font-size: 12px;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	color: #fff;
	line-height: 150%;
	margin-bottom: 40px;

}

.page_index .mlf p {
	font-size: 12px;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	color: #fff;
	line-height: 130%;
	margin-bottom: 20px;
}

.page_index .mlf .button {
	max-width: 380px;
}

.page_index .motivational_text {
	background: #C4FF56;
}

.page_index .motivational_text .wrapper {
	padding: 40px 20px;
}

.page_index .motivational_text {
	color: #07564E;
	font-size: 20px;
}





.page_index .reviews {
	background: #fff;
}

.page_index .reviews .wrapper {
	padding: 30px 20px;
}

.page_index .reviews .link_to_reviews {
	text-align: center;
}

.page_index .reviews .link_to_reviews a {
	font-size: 14px;
	color: #004E49;
	text-decoration: none;
}

.page_index .reviews .link_to_reviews a:hover {
	text-decoration: underline;
}

.page_index .reviews .list {

	/*flex-wrap: wrap;*/
	list-style: none;
	/*gap: 20px;*/
	padding: 0;
	margin: 0 0 30px 0;
	/*
		display: flex;

	justify-content: space-between;
	*/
}

.page_index .reviews .list .item {
	width: 31.5%;
	min-height: 240px;
	background: #F2F7F7;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 20px;
	height: auto !important;
}


.page_index .reviews .list .item .title {
	color: #004E49;
	font-size: 14px;
	font-weight: bold;
}

.page_index .reviews .list .item .text {
	color: #004E49;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	line-height: 120%;
}

.page_index .reviews h2 {
	color: #004E49;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 30px;
}

.page_index .reviews .wrapper_list {
	position: relative;
}

.page_index .reviews .arrow_left {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	background: url('../images/reviews_arrow_left.svg') no-repeat center center;
	left: -100px;
	top: calc(50% - 16px);
	cursor: pointer;
}

.page_index .reviews .arrow_right {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	background: url('../images/reviews_arrow_right.svg') no-repeat center center;
	right: -100px;
	top: calc(50% - 16px);
	cursor: pointer;
}


.page_index .section_how_technologies_work {
	background: #004E49;
}

.page_index .section_how_technologies_work .wrapper {
	padding: 30px 20px;
}

.page_index .section_how_technologies_work p {
	color: #fff;
	line-height: 120%;
	font-size: 14px;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
}

.page_index .section_how_technologies_work .section_text {
	margin-bottom: 40px;
}

.page_index .section_how_technologies_work .teasers {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: space-between;
}

.page_index .section_how_technologies_work .teasers .teaser {
	display: flex;
	gap: 20px;
	align-items: center;
}

.page_index .section_how_technologies_work .teasers .teaser .first_line {
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #fff;
}

.page_index .section_how_technologies_work .teasers .teaser .second_line {
	font-size: 20px;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	color: #fff;
}

.page_index .section_how_technologies_work .teasers .teaser .icon {
	width: 40px;
	height: 60px;

}

.page_index .section_how_technologies_work .teasers .teaser1 .icon {
	background: url('../images/icon7.svg') no-repeat center center/contain;
}

.page_index .section_how_technologies_work .teasers .teaser2 .icon {
	background: url('../images/icon5.svg') no-repeat center center/contain;
}

.page_index .section_how_technologies_work .teasers .teaser3 .icon {
	background: url('../images/icon4.svg') no-repeat center center/contain;
}



.page_index .section_banner img {
	display: block;
	margin: 0 auto;
	width: 100%;
}


.page_index .form_review {
	min-height: 415px;
	background: #7d877c url('../images/bg6.jpg') no-repeat center center/cover;
}

.page_index .form_review .bg img {
	display: none;
	width: 100%;
}

.page_index .section_info p {
	color: #004E49;
	font-size: 14px;
	text-align: center;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
}

.page_index .section_info .wrapper {
	padding: 20px;
}

.page_index .form_review {

}

.page_index .form_review .wrapper {
	padding: 40px 20px;
}

.page_index .form_review h2 {
	margin-bottom: 40px;
}

.page_index .form_review form {
	background: rgba(255,255,255,.3);
	border-radius: 12px;
	width: 480px;
	min-height: 320px;
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.page_index .form_review form .field {
}

.page_index .form_review form .field input[type="text"] {
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 1px 0;
	background: transparent;
	outline: none;
	display: block;
	width: 100%;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-size: 14px;
	padding: 10px;
	height: 40px;
	color: #fff;
}

.page_index .form_review form .field textarea {
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 1px 0;
	background: transparent;
	outline: none;
	display: block;
	width: 100%;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-size: 14px;
	padding: 10px;
	min-height: 80px;
	color: #fff;
	resize: none;
}

.page_index .form_review form .field select {
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 1px 0;
	background: transparent;
	outline: none;
	display: block;
	width: 100%;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-size: 14px;
	padding: 10px;
	height: 40px;
	color: #fff;
}


.page_index .form_review form .button {
	background: #CEF17B;
	color: #004E49;
	min-height: 40px;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-size: 14px;
	border: none;
}

.page_index .form_review form .button:hover {
	background: #004E49;
	color: #CEF17B;
}

.page_index .form_review form .form_button {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}


.page_index .form_review form input::placeholder,
.page_index .form_review form textarea::placeholder
{
	color: #fff;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-size: 14px;
}

.page_index .section_catalog .wrapper {
	padding: 40px 20px;
}


.page_index .section_catalog .link_to_catalog {
	text-align: center;
	margin-top: 40px;
}

.page_index .section_catalog .link_to_catalog a {
	font-size: 14px;
	color: #004E49;
	text-decoration: none;
}

.page_index .section_catalog .link_to_catalog a:hover {
	text-decoration: underline;
}


.page_index .section_catalog h2 {
	color: #004E49;
}

.page_index .section_catalog .description {
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-size: 14px;
	margin-bottom: 30px;
	color: #004E49;
}

.page_index .section_catalog h3 {
	color: #004E49;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-size: 18px;
	margin-bottom: 40px;
}

.page_index .section_catalog .filter {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.page_index .section_catalog .filter .item {
	width: 130px;
	height: 26px;
	background: #F1F4F4;
	color: #004E49;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	user-select: none;
	cursor: pointer;
	flex-shrink: 0;
}

.page_index .section_catalog .filter .item.selected {
	background: #004E49;
	color: #fff;
	font-weight: bold;
}


.page_index .mlf_details {

}

.page_index .mlf_details .wrapper {
	padding: 20px;
}

.page_index .mlf_details h2 {
	color: #004E49;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

.page_index .mlf_details .text {
	margin-bottom: 50px;
}

.page_index .mlf_details .text,
.page_index .mlf_details .text p
{
	color: #004E49;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-size: 14px;
}

.page_index .mlf_details .list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.page_index .mlf_details .list .item {
	width: 31%;
}

.page_index .mlf_details .list .item .image {
	margin-bottom: 20px;
}

.page_index .mlf_details .list .item img {
	display: block;
	max-width: 100%;
	border-radius: 12px;
}

.page_index .mlf_details .list .item .title {
	color: #004E49;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

.page_index .mlf_details .list .item .sub_title {
	color: #004E49;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 20px;
}


.page_index .mlf_details .list .item .description {
	color: #004E49;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}

.page_index .mlf_details .list .item .button {
	width: 158px;
	min-height: 37px;
	font-size: 14px;
}



.page_index .auto_support {
	background: #033936;
}

.page_index .auto_support .wrapper {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 24px;
	padding: 20px;
}



.page_index .ai_bot {

}

.page_index .ai_bot .wrapper {
	padding: 40px 20px;
}

.page_index .ai_bot .text {
	color: #004E49;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}

.page_index .ai_bot .list {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}


.page_index .ai_bot .list .item {
	width: 47%;
}

.page_index .ai_bot .list .item .image {
	margin-bottom: 20px;
}

.page_index .ai_bot .list .item .image img {
	display: block;
	max-width: 100%;
}

.page_index .ai_bot .title {
	color: #004E49;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.page_index .ai_bot .sub_title {
	color: #004E49;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.page_index .ai_bot ul {
	padding: 0 0 0 20px;
	margin: 0;
}

.page_index .ai_bot li {
	color: #004E49;
	font-family: 'Montserrat Medium', 'Montserrat', sans-serif;
	font-size: 14px;
}

.page_index .ai_bot .button {
	margin-top: 20px;
	min-height: 37px;
	max-width: 400px;
	font-family: 'Montserrat Medium', sans-serif;
	font-size: 14px;
}


@media all and (min-width: 1921px) {

	/*
	.page_index .banner img {
		left: calc(50% - 960px);
	}
	*/

}


@media all and (max-width: 1280px) {

	.page_index .reviews .wrapper_list {
		padding: 0 30px;
	}

	.page_index .reviews .arrow_left,
	.page_index .cases .arrow_left
	{
		left: -10px;
	}

	.page_index .reviews .arrow_right,
	.page_index .cases .arrow_right
	{
		right: -10px;
	}

	.page_index .partners .wrapper_slider {
		padding: 0 30px;
	}

	.page_index .partners .left_arrow {
		left: -10px;
		top: 50%;
	}

	.page_index .partners .right_arrow {
		right: -10px;
		top: 50%;
	}


}


@media all and (max-width: 800px) {


	.page_index .banner .slide .content .text2{
		font-size: 40px;
	}

	.page_index .banner img {
		width: 100%;
		min-width: 480px;
	}

	.page_index .banner .slide .content {
		position: absolute;
		top: 100px;
		left: 20px;
		max-width: none;
		bottom: 40px;
		right: 20px;
	}

	.page_index .banner .slide .content .banner_button {
		bottom: 40px;
		position: absolute;
		width: 100%;
	}

	.page_index .form_review .wrapper {
		min-height: 940px;
		padding: 30px 20px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.page_index .form_review h2 {
		margin-bottom: 30px;
	}

	.page_index .form_review {

		background: #004E49 url('../images/bg6_small.jpg') no-repeat center center/cover;
	}


	.page_index .form_review .bg img {
		display: block;
	}

	.page_index .form_review form {
		width: 100%;
	}




	.page_index .section_how_technologies_work .teasers {
		flex-direction: column;
		gap: 30px;
	}

	.page_index .section_catalog .products {
		flex-wrap: wrap;
	}

	.page_index .section_catalog .products .product {
		width: 48%;
		max-width: 320px;
	}

	.page_index .section_catalog .filter {
		justify-content: flex-start;
	}


	.page_index .banner .slide {
		min-height: 960px;
	}

	.page_index .banner .slide .wrapper_content {
		min-height: 960px;
	}

	.page_index .banner .slide .content .banner_button .button {
		margin: 0 auto;
	}

	.page_index .mlf_details .list .item {
		width: 46%;
	}

	.page_index .ai_bot .button {
		font-size: 10px;
	}

}


@media all and (max-width: 640px) {
	.page_index .section_catalog .products {
		flex-direction: column;
		align-items: center;
	}

	.page_index .section_catalog .products .product {
		width: 100%;
		max-width: 320px;
	}



}


@media all and (max-width: 480px) {

	.page_index .ai_bot .list .item {
		width: 100%;
	}

	.page_index .mlf_details .list .item {
		width: 100%;
	}

	.page_index .mlf .text3 {
		font-size: 48px;
	}

	.page_index .documents .wrapper {
		flex-direction: column;
		align-items: flex-start;
	}


	.page_index .section_catalog .filter {
		justify-content: center;
	}

	.page_index .why_devita_technologies .teasers {
		flex-direction: column;
		align-items: center;
	}

	.page_index .banner img {
		max-width: none;
	}

	.page_index .banner .slide .wrapper_content {
		min-height: 800px;
	}

	.page_index .banner .slide {
		min-height: 800px;
	}

}