<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
    text-decoration: none;
    line-height: 1.2;
}
button:focus,
textarea:focus,
select:focus{
	outline: none!important;
	-webkit-appearance:none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
input:focus{
	outline: none!important;
}
a:active, a:focus {
  outline: 0;
  outline: none!important;
  -moz-outline-style: none;
}

a,img,span,input,textarea,button,svg,path,circle {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}


.wrapper {
	overflow: hidden;
}

/* green btn */
.green-btn {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 110.4%;
	border-radius: 15px;
	background: #55BC66;
	padding: 20px 70px;
}
.green-btn:hover {
	color: #fff;
	background: #379947;
}
/* green btn */

/* pagination */
.pagination {
	margin: 40px 0 50px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pagination .page-item {
	margin-right: 15px;
}
.pagination .page-item:last-child {
	margin-right: 0;
}

.pagination .page-item.pag-prev .page-link,
.pagination .page-item.pag-next .page-link {
	border: none;
}
.pagination .page-item .page-link {
	border-radius: 5px;
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	color: #858585;
	padding: 0;
	min-width: 33px;
	height: 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pagination .page-link:focus,
.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover {
	border-color: #55BC66;
	color: #55BC66;
	background: transparent;
}
.pagination .page-link:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}


header .navbar-brand {
	padding: 0;
	margin: 0;
}

header .catalog-btn {
	position: relative;
	margin: 0 30px;
}
header .catalog-btn .cat-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 14px;
	border-radius: 5px;
	background: #55BC66;
	width: 200px;
}
header .catalog-btn .text {
	color: #FFF;
	font-size: 13px;
	font-weight: 700;
	line-height: 134.5%;
	letter-spacing: 0.065px;
	text-transform: uppercase;
}

header .catalog-btn p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
header .catalog-btn p span {
	display: inline-block;
	width: 14px;
	height: 1px;
	background: #fff;
	margin-bottom: 4px;
	position: relative;
}
header .catalog-btn p span.three {
	margin-bottom: 0;
}
header .catalog-btn.active p .one {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: 5px;
}
header .catalog-btn.active p .three {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	top: -5px;
}
header .catalog-btn.active p .two {
	opacity: 0;
}
header .catalog-btn .catalog-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	border-radius: 0px 0px 5px 5px;
	background: #FFF;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 100%;
	left: 0;
	gap: 10px;
	padding: 14px;
	-webkit-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform-origin: top;
	    -ms-transform-origin: top;
	        transform-origin: top;
	z-index: 10;
}
header .catalog-btn .catalog-menu.active {
	-webkit-transform: scaleY(1);
	    -ms-transform: scaleY(1);
	        transform: scaleY(1);
}
header .catalog-btn .catalog-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	color: #2C2C2C;
	font-size: 11px;
	font-weight: 600;
	line-height: 134.5%;
	letter-spacing: 0.055px;
}
header .catalog-btn .catalog-menu a:hover {
	color: #55BC66;
}
/* catalog btn header */
header .navbar-brand img {
	height: 64px;
}

header .navbar .head-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: auto;
}
header .navbar .head-right .head-basket {
	margin-left: 40px;
	padding-left: 40px;
	position: relative;
}
header .navbar .head-right .head-basket::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 35px;
	background: #D9D9D9;
}
header .navbar .head-right .head-basket a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
header .navbar .head-right .head-basket a img {
	margin-right: 26px;
}
header .navbar .head-right .head-basket a p {
	color: rgba(0, 0, 0, 0.72);
	font-size: 13px;
	font-weight: 500;
	line-height: 122%;
	letter-spacing: 0.26px;
}
header .navbar .head-right .head-basket a p span {
	display: block;
	color: #55BC66;
	font-size: 14px;
	font-weight: 700;
	line-height: 120%;
}
header .navbar .head-right .head-social {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
header .navbar .head-right .head-contact {
	margin-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
header .navbar .head-right .head-contact .head-tel {
	color: #1C1C1C;
	font-size: 16px;
	font-weight: 800;
	line-height: 110.4%;
	margin-bottom: 7px;
}
header .navbar .head-right .head-contact .head-mail {
	color: #292929;
	font-size: 13px;
	font-weight: 400;
	line-height: 110.4%;
}
header .navbar .nav-item {
	margin-right: 30px;
}
header .navbar .nav-item:last-child {
	margin-right: 0;
}
header .navbar .nav-item .nav-link {
	color: #2D2D2D;
	font-size: 14px;
	font-weight: 600;
	line-height: 110.4%;
	padding: 0;
	position: relative;
}
header .navbar .nav-item .nav-link::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -2px;
	width: 0;
	height: 2px;
	background: #55BC66;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
header .navbar .nav-item .nav-link:focus::before,
header .navbar .nav-item .nav-link:hover::before {
	width: 100%;
}
header .navbar {
	width: 100%;
	padding: 0;
}
header {
	padding: 15px 0 20px;
	border-bottom: 1px solid #E0E0E0;
}

header .navbar .dropdown-menu {
	border-radius: 0px 0px 5px 5px;
	background: #FFF;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
	padding: 14px;
}

header .navbar .dropdown-menu li {
	margin-bottom: 8px;
}
header .navbar .dropdown-menu li:last-child {
	margin-bottom: 0;
}

header .navbar .dropdown-menu .dropdown-item {
	padding: 0;
	color: #2C2C2C;
	font-size: 11px;
	font-weight: 600;
	line-height: 134.5%;
	letter-spacing: 0.055px;
}
header .navbar .dropdown-item:focus,
header .navbar .dropdown-item:hover {
	background: transparent;
	color: #55BC66;
}


.section_title {
	margin-bottom: 40px;
	text-align: center;
}
/* hero */
.hero{
	padding: 155px 0;
	background: url('../images/hero_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	background-position: center;
}
.service-hero {
	background: url('../images/service-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.hero::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: rgba(85, 188, 102, 0.20);
	width: 100%;
	height: 696px;
}
.hero .container {
	position: relative;
	z-index: 2;
}
.hero_title{
	margin-bottom: 40px;
	max-width: 900px;
}
.hero_title h1{
	font-size: 50px;
	color: #fff;
	font-weight: 500;
}
.hero_title p {
	font-size: 42px;
	font-weight: 400;
	color: #fff;
}
.hero_title p span{
	display: inline-block;
	border-radius: 20px;
	border: 2px solid #55BC66;
	padding: 10px 25px;
}
.service-hero .hero_title p span {
	border: none;
}
.hero_description {
	max-width: 766px;
}
.hero_description p {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 40px;
}
.hero_btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
}
.hero_btn_left a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #fff;
	border-radius: 15px;
	border: 3px solid #FFF;
	-webkit-box-shadow: 0px 1px 20px 0px #55BC66;
	        box-shadow: 0px 1px 20px 0px #55BC66;
	width: 336px;
	height: 65px;
	text-decoration: none;
	font-size: 20px;
	font-weight: 800;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.service-hero .hero_btn_left a {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.hero_btn_left a:hover {
	-webkit-box-shadow: 0px 2px 30px 0px #55BC66;
	        box-shadow: 0px 2px 30px 0px #55BC66;
}
.hero_btn_right a{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #fff;
	width: 336px;
	height: 65px;
	text-decoration: none;
	font-size: 20px;
	font-weight: 800;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #55BC66;
	border-radius: 15px;
}
.hero_btn_right a:hover {
	color: #fff;
	background: #379947;
}

.hero ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 60px;
}
.hero ul li {
	position: relative;
	padding-left: 35px;
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 24px;
}
.hero ul li:last-child {
	margin-bottom: 0;
}
.hero ul li::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	width: 15px;
	height: 15px;
	border: 2px solid #55BC66;
	background: transparent;
	border-radius: 50%;
}
/* About */
.about_sec{
	padding: 30px 0 40px 0;
}
.about_icon {
	height: 67px;
}
.about_title p {
	font-size: 18px;
	font-weight: 600;
	color: #292929;
	padding: 5px 0 23px 0;
}
.service-about {
	padding-bottom: 0;
}
.service-about .about_title p br,
.service-about .about_description p br {
	display: none;
}
.service-about .about_item{
	text-align: center;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.about_description p {
	font-size: 15px;
	font-weight: 600;
	color: #575757;
}
/* Product */
.products{
	background-color: rgba(20, 45, 61, 0.05);
	padding: 60px 0 76px 0;
}

.products_item{
	display: block;
	text-align: center;
	border-radius: 12px;
	background-color: #fff;
	padding: 26px 0 27px 0;
	-webkit-box-shadow: 12px 12px 30px rgba(230, 230, 230, 0.90);
	        box-shadow: 12px 12px 30px rgba(230, 230, 230, 0.90);
}
.products_item:hover {
	-webkit-box-shadow: 12px 12px 30px rgba(200, 200, 200, 0.90);
	        box-shadow: 12px 12px 30px rgba(200, 200, 200, 0.90);
}
.products_text .products_title,
.products_text .products_price{
	text-align: left;
	margin-left: 40px;
}
.products_title p {
	padding-bottom: 12px;
	color: #2D2D2D;
	font-size: 20px;
	font-weight: 600;
}
.products_price p{
	color: #55BC66;
	font-size: 17px;
	font-weight: 600;
}
.products_img {
 	height: 245px;
}
/* Index About */
.index_about {
	padding: 80px 0 70px 0;
}
.index_about_title h2 {
	color: #2D2D2D;
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 35px;
}
.index_about_title span{
	color: #858585;
}
.index_about_description p{
	font-size: 15px;
	font-weight: 400;
	color: #2D2D2D;
	margin-bottom: 30px;
}
.index_about_right{
	text-align: center;
}
.index_about_img{
	border-radius: 10px;
	position: relative;
}
.index_about_img img {
	width: 100%;
}
.about_img_name{
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(-5deg);
	    -ms-transform: rotate(-5deg);
	        transform: rotate(-5deg);
	padding: 10px 46px;
	border-radius: 5px;
	background: #55BC66;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-shadow: 12px 12px 30px 0px rgba(230, 230, 230, 0.90), 12px -12px 24px 0px rgba(230, 230, 230, 0.20), -12px 12px 24px 0px rgba(230, 230, 230, 0.20);
	        box-shadow: 12px 12px 30px 0px rgba(230, 230, 230, 0.90), 12px -12px 24px 0px rgba(230, 230, 230, 0.20), -12px 12px 24px 0px rgba(230, 230, 230, 0.20);
	max-width: 245px;
}
.about_img_name p{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
/* rating */
.rating{
	padding: 85px 0 80px 0;
	background-image: url('../images/rating_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.rating_block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.rating_text span{
	color: #fff;
	font-size: 70px;
	font-weight: 700;
	margin-bottom: 30px;
}
.rating_text p{
	color: #fff;
	font-size: 22px;
	font-weight: 400;
}
/* services */
.services_block{
	padding: 60px 0 75px 0;
}
.services-link {
	display: block;
}
.services_item {
	height: 335px;
	position: relative;
	overflow: hidden;
	padding: 20px 20px 30px 35px;
	border-radius: 14px;
}
.services_item img {
	position: absolute;	
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.services_item:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.services_title{
	position: absolute;
	z-index: 1;
	bottom: 0;
}
.services_title p{
	font-size: 24px;
	font-weight: 800;
	color: #fff;
}
.services_title span{
	margin-top: 15px;
	margin-bottom: 30px;
	display: inline-block;
	border-radius: 4px;
	background-color: #55BC66;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
/* Finished */
.breadcrumbs-sec {
	margin-top: 30px;
}
.breadcrumbs ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 10px;
}
.breadcrumbs ul li{
	font-size: 14px;
	font-weight: 400;
	color: #2D2D2D;
}
.breadcrumbs ul li a {
	font-size: 14px;
	font-weight: 400;
	color: #2D2D2D;
	text-decoration: none;
}
.breadcrumbs .slash{
	margin: 0 4px;
}

.title h2 {
	color: #222;
	font-size: 32px;
	font-weight: 600;
}
.works-title {
	text-align: center;
	margin-bottom: 25px;
}
.works-title p {
	color: #2D2D2D;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	margin: 22px 0 45px;
}
.works-col {
	margin-bottom: 86px;
}

.finished {
	background-color: rgba(20, 45, 61, 0.05);
	padding: 70px 0;
}
.finished.work_sec{
	background-color: #fff;
	padding: 35px 0;
}

.finished .swiper-button-next:after,
.finished .swiper-button-prev:after {
	content: none;
}
.finished .swiper-button-next {
	right: -10px;
}
.finished .swiper-button-prev {
	left: -10px;
}

.finished .finished_content {	
	position: relative;
	padding: 0 30px;
}
.finished_content .works-slide {
	overflow: hidden;
	padding-bottom: 40px;
}
.finished_item{
	height: 260px;
	position: relative;
}
.finished_item span img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	
}
.finished_name{
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	border-radius: 5px;
	background: #55BC66;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-shadow: 12px 12px 30px 0px rgba(230, 230, 230, 0.90), 12px -12px 24px 0px rgba(230, 230, 230, 0.20), -12px 12px 24px 0px rgba(230, 230, 230, 0.20);
	        box-shadow: 12px 12px 30px 0px rgba(230, 230, 230, 0.90), 12px -12px 24px 0px rgba(230, 230, 230, 0.20), -12px 12px 24px 0px rgba(230, 230, 230, 0.20);
	-webkit-transform: rotate(-5deg);
	    -ms-transform: rotate(-5deg);
	        transform: rotate(-5deg);
	display: inline-block;
	padding: 5px 45px;
}
.finished_name p{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
}
.finished_show{
	margin-top: 30px;
	text-align: center;
}
.finished_show a{
	color: #787878;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
}
.finished_show a:hover {
	text-decoration: none;
}
.works-sec {
	padding-bottom: 70px;
}
.works-sec .title {
	margin-bottom: 45px;
}
/* Footer */
.footer_top{
	padding: 60px 0px 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 70px;
}
.footer_logo{
	margin-right: 50px;
}
.footer_logo a {
	display: inline-block;
}
.footer_description{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 56%;
}
.footer_adress span{
	color: #313131;
	font-weight: 600;
}
.footer_adress p{
	color: #313131;
	font-size: 18px;
}
footer .tel{
	margin: 12px 0 14px 0;
}
footer .tel span a{
	display: block;
	font-size: 21px;
	font-weight: 700;
	color: #313131;
	text-decoration: none;
}
footer .tel a{
	font-size: 15px;
	font-weight: 600;
	color: #313131;
}
footer .time p{
	font-size: 16px;
	font-weight: 400;
}
.footer_row{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
footer .category_name p{
	font-weight: 600;
	font-size: 22px;
	color: #2D2D2D;
	margin-bottom: 15px;
}
footer .category_product ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .category_product ul a{
	text-decoration: none;
	color: #2D2D2D;
	font-size: 16px;
	line-height: 25px;
}
footer .category_product ul a:hover {
	color: #55BC66;
}
.footer_bottom{
	padding: 25px 0 30px 0;
	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_social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}
.footer_social a:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.ftr-social-con {
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}

footer .ftr_copyright p {
	font-size: 16px;
}


/* Ð£ÑÐ»ÑƒÐ³Ð¸ page */
.service-works {
	padding: 60px 0 120px;
	background: #F3F4F5;
}
.service-about-block {
	margin-top: 100px;
}
.service-about-block .service-about-img img {
	width: 100%;
	border-radius: 10px;
}
.service-about-block .service-about-text {
	padding-left: 55px;
}
.service-about-block .service-about-text h3 {
	margin: 20px 0;
	color: #2D2D2D;
	font-size: 26px;
	font-weight: 600;
	line-height: 41px;
}
.service-about-block .service-about-text p {
	color: #2D2D2D;
	font-size: 15px;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 20px;
}
.service-about-block .service-about-text li {
	color: #2D2D2D;
	font-size: 15px;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 20px;
}
.service-about-block .service-about-rov {
	margin: 77px 0 70px;
}
.service-about-block .service-about-rov .service-about-text {
	padding-right: 55px;
	padding-left: 0;
}
.service-works .title {
	text-align: center;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
}
.service-works .title h2 {
	margin-bottom: 22px;
}
.service-works .title p {
	color:  #2D2D2D;
	font-size: 18px;
	font-weight: 400;
	line-height: 130%;
}
.service-works .finished_name{
	max-width: 215px;
	margin-left: auto;
	margin-right: auto;
}
/* consulting */
.consult-banner {
	padding: 70px 0 80px;
}
.consult-banner .banner-rov {
	border-radius: 30px;
	background: #FFF;
	-webkit-box-shadow: 15px 15px 38px 0px rgba(230, 230, 230, 0.90), 15px -15px 30px 0px rgba(230, 230, 230, 0.20), -15px 15px 30px 0px rgba(230, 230, 230, 0.20);
	        box-shadow: 15px 15px 38px 0px rgba(230, 230, 230, 0.90), 15px -15px 30px 0px rgba(230, 230, 230, 0.20), -15px 15px 30px 0px rgba(230, 230, 230, 0.20);
	padding: 60px 100px 50px 70px;
}
.consult-banner .banner-rov a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 60px;
	width: 100%;
	max-width: 301px;
}
.consult-banner .banner-rov .title p {
	margin: 8px 0 14px;
	color: #222;
	font-size: 23px;
}
.consult-banner .banner-text p {
	color: #222;
	font-size: 23px;
	margin-bottom: 27px;
}
.consult-banner .banner-text span {
	color: #55BC66;
	font-size: 28px;
	font-weight: 700;
	line-height: 41px;
}
.consult-banner .banner-rov .row {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/* faq */
.faq-sec {
	padding: 70px 0 80px;
	background: #F3F4F5;
}
.faq-sec .title {
	margin-bottom: 40px;
}
.accordion-button:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-color: unset;
}
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 0;
}
.faq-sec .accordion-item {
	margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: transparent;
}
.faq-sec .accordion-button {
	padding: 40px;
	color: #343434;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.faq-sec .accordion-button[aria-expanded="true"] {
	padding-bottom: 0;
}
.faq-sec .accordion-body {
	padding: 20px 40px 40px;
}
.faq-sec .accordion-body p {
	color: #565F65;
	font-size: 16px;
	font-weight: 300;
}
.faq-sec .accordion-item {
	border-radius: 15px;
	background: #FFF;
	overflow: hidden;
	border: none;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* some products */
.some-products {
	padding: 60px 0 70px;
}
.some-products .title {
	margin-bottom: 45px;
}

.product-block {
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	padding: 22px 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.product-block .product-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 160px;
}
.product-block .product-img img {
	max-height: 160px;
}
.product-block .product-text h3 {
	margin: 25px 0;
	color: #232323;
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
}
.product-block .product-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 10px;
}
.product-block .product-info p,
.product-block .product-info span {
	color: rgba(32, 32, 32, 0.5);
	display: inline-block;
	font-size: 13px;
	line-height: 22px;
}
.product-block .product-info p {
	font-weight: 700;
}
.product-block .product-price {
	margin-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.product-block .product-price  p {
	font-size: 18px;
	color: #2E2E2E;
	font-weight: 700;
	line-height: 23px;
}
.product-block .product-price .green-btn {
	padding: 10px 13px;
	font-weight: 700;
	font-size: 10px;
	line-height: 13px;
}
.product-block .product-tag {
	padding: 6px 18px;
	background: #EFEFEF;
	text-align: center;
	margin-top: 12px;
	border-radius: 5px;
}
.product-block .product-tag p {
	font-size: 10px;
	line-height: 12px;
	color: #202020;
}
/* catalog page */
.catalog-sec {
	padding: 40px 0 80px;
}

.catalog-sec .title-btn {
	margin: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
}
.catalog-sec .title-btn .calc-price {
	border-radius: 9px;
	border: 3px solid #E2E2E2;
	padding: 17px 22px;
	color: #55BC66;
	font-size: 17px;
	font-weight: 800;
	line-height: 110.4%;
}
.catalog-sec .title-btn .calc-price:hover {
	border-color: #55BC66;
}
.catalog-sec .title-btn .green-btn {
	font-size: 17px;
	font-weight: 800;
	line-height: 110.4%;
	padding: 17px 30px;
}
.catalog-sec .title p {
	color: #2D2D2D;
	font-size: 16px;
	line-height: 130%;
}
.catalog-sec .title h2 {
	margin-bottom: 20px;
}
.pro-col {
	margin-bottom: 28px;
}

.catalog-sec .nav-pills .nav-link {
	border-radius: 8px;
	background: #FFF;
	-webkit-box-shadow: 5px 15px 38px 0px rgba(230, 230, 230, 0.90);
	        box-shadow: 5px 15px 38px 0px rgba(230, 230, 230, 0.90);
	padding: 10px 20px 10px 28px;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	line-height: 41px;
	width: 100%;
	text-align: left;
}
.catalog-sec .nav-pills .nav-item {
	width: 100%;
	margin-bottom: 12px;
}
.catalog-sec .nav-pills .nav-link.active,
.catalog-sec .nav-pills .show&gt;.nav-link {
	background: #55BC66;
	color: #fff;
}
.catalog-sec .catalog-side {
	padding-right: 20px;
}



/* catalog-banner */
.catalog-banner .cat-banner-in {
	padding: 20px 50px;
	background: #fff;
	-webkit-box-shadow: 15px 15px 38px 0px rgba(230, 230, 230, 0.90), 15px -15px 30px 0px rgba(230, 230, 230, 0.20), -15px 15px 30px 0px rgba(230, 230, 230, 0.20);
	        box-shadow: 15px 15px 38px 0px rgba(230, 230, 230, 0.90), 15px -15px 30px 0px rgba(230, 230, 230, 0.20), -15px 15px 30px 0px rgba(230, 230, 230, 0.20);
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.catalog-banner .cat-banner-left h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	color: #222222;
	margin-bottom: 6px;
}
.catalog-banner .cat-banner-left &gt; p {
	max-width: 500px;
	width: 100%;
	font-size: 16px;
	line-height: 19px;
	color: #222222;
}
.catalog-banner .cat-banner-left .cat-banner-info {
	margin-top: 20px;
}
.catalog-banner .cat-banner-left .cat-banner-info span {
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
	color: #55BC66;
	margin-bottom: 3px;
}
.catalog-banner .cat-banner-left .cat-banner-info p {
	font-weight: 700;
	font-size: 17px;
	line-height: 20px;
}
.catalog-banner .cat-banner-right {
	margin-left: 20px;
}
.catalog-banner .cat-banner-end {
	margin-top: 50px;
}
.catalog-banner .cat-banner-end p {
	color: #2D2D2D;
	font-size: 14px;
	line-height: 130%;
}
.catalog-banner .cat-banner-end h2{
	display: block;
	margin-bottom: 20px;
	font-size: 27px;
}
.catalog-banner .cat-banner-end li {
	color: #2D2D2D;
	font-size: 16px;
	line-height: 130%;
	margin-bottom: 5px;
}
.card-about .about_description {
	max-width: 260px;
}
.card-some {
	padding: 60px 0 20px;
}
/* ---- */
/* card- product */
.card-about {
	background: rgba(243, 244, 245, 0.70);
}

/* card product */
.goods-sec {
	padding: 40px 0 50px;
}
.goods-sec .goods-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 30px 20px 30px 60px;
	border: 1px solid #D2D2D2;
	border-radius: 6px;
	margin-right: 30px;
}
.goods-sec .goods-slide .mySwiper {
	min-width: 70px;
	overflow: hidden;
	height: 300px;
	position: relative;
	padding: 28px 0;
}

.goods-sec .goods-slide .mySwiper .swiper-button-next,
.goods-sec .goods-slide .mySwiper .swiper-button-prev {
	left: 20px;
}

.goods-sec .goods-slide .mySwiper .swiper-button-prev {
	top: 7px;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.goods-sec .goods-slide .mySwiper .swiper-button-next {
	bottom: -15px;
	top: auto;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}


.goods-sec .swiper-button-next:after,
.goods-sec .swiper-button-prev:after {
	font-size: 18px;
	font-weight: 800;
	opacity: 0.5;
	color: #141414;
}

.goods-sec .goods-slide .mySwiper .swiper-slide {
	margin-bottom: 12px;
	width: 70px;
	height: 70px !important;
	cursor: pointer;
}
.goods-sec .goods-slide .mySwiper .swiper-slide img {
	width: 100%;
}

.goods-sec .goods-slide .mySwiper2 .swiper-slide {
	height: 330px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: 10px;
}
.goods-sec .goods-slide .mySwiper2 .swiper-slide img {
	height: 280px;
}


.price-count {
	border: none;
	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;
	width: 274px;
}
.price-count span {
	cursor:pointer;
	color: #929292;
	font-size: 30px;
	font-weight: 500;
	line-height: 130%;
	min-width: 47px;
	height: 47px;
	border-radius: 5px;
	border: 2px solid #D1D1D1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.price-count .minus {
	margin-right: 12px;
}
.price-count .plus {
	margin-left: 12px;
}

.minus:hover,
.plus:hover {
	color: #55BC66;
	border-color: #55BC66;
}
.number-value{
	height: 47px;
	width: 47px;
	text-align: center;
	font-size: 15px;
	border: none;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	color: #858585;
	border: 2px solid #D1D1D1;
	width: 100%;
}

.goods-right .pro-name h2 {
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 6px;
	font-weight: 600;
	color: #2D2D2D;
}
.goods-right .pro-vendor-code p {
	color: rgba(32, 32, 32, 0.50);
	font-size: 15px;
	font-weight: 400;
	line-height: 173%;
	margin-bottom: 20px;
}
.goods-right .pro-info-block {
	padding: 16px 30px;
	background: #EEEEEE;
	border-radius: 5px;
}
.goods-right .pro-info-block .pro-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 8px;
}
.goods-right .pro-info-block .pro-info:last-child {
	margin-bottom: 0;
}
.goods-right .pro-info-block .pro-info p {
	color: rgba(32, 32, 32, 0.50);
	font-size: 17px;
	line-height: 173%;
}
.goods-right .pro-info-block .pro-info span {
	color: rgba(32, 32, 32, 0.50);
	font-size: 17px;
	font-weight: 700;
	line-height: 173%;
}
.goods-right .pro-price {
	margin: 30px 0 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.goods-right .pro-price p {
	color: #2E2E2E;
	font-size: 26px;
	font-weight: 700;
	line-height: 130%;
}
.goods-right .pro-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}
.goods-right .pro-btns .green-btn {
	font-size: 18px;
	font-weight: 700;
	line-height: 130%;
	width: 100%;
	text-align: center;
	height: 53px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 4px;
}
.goods-right .pro-btns button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 53px;
	background: #B4B4B4;
	border-radius: 4px;
	text-align: center;
	width: 100%;
	border: none;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 130%;
}
.goods-right .pro-btns button:hover {
	background: #55BC66;
}
.goods-right .pro-end-text p {
	color: #9F9F9F;
	font-size: 10px;
	line-height: 129.5%;
}

/* basket page */
.basket-sec .title {
	margin: 10px 0 30px;
}
.basket-sec .basket-in {
	border-radius: 6px;
	border: 1px solid #D2D2D2;
	padding: 20px 30px;
	background: #fff;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 30px;
}
.basket-sec .basket-in:hover {
	border-color: #55BC66;
}
.basket-sec .basket-in:last-child {
	margin-bottom: 0;
}
.basket-sec .basket-in .basket-img img {
	height: 60px;
}
.basket-sec .basket-in .basket-name {
	margin-left: 40px;
	margin-right: 15px;
	max-width: 200px;
	width: 100%;
}
.basket-sec .basket-in .basket-name a {
	color: #2D2D2D;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	display: inline-block;
}
.basket-sec .basket-in .basket-name a:hover {
	color: #55BC66;
}

.basket-sec .basket-in .basket-price p {
	color: #2E2E2E;
	font-size: 22px;
	font-weight: 700;
	line-height: 130%;
}

.basket-sec .basket-in .price-count {
	width: auto;
}
.basket-sec .basket-in .price-count .number-value {
	width: 45px;
	height: 39px;
}
.basket-sec .basket-in .price-count span {
	height: 39px;
	min-width: 39px;
}
.basket-sec .basket-in .price-count .plus {
	margin-left: 10px;
}
.basket-sec .basket-in .price-count .minus {
	margin-right: 10px;
}

.basket-sec .basket-in .basket-current-price {
	margin: 0 40px;
}
.basket-sec .basket-in .basket-current-price p {
	color: #55BC66;
	font-size: 22px;
	font-weight: 700;
	line-height: 130%;
}
.basket-sec .basket-in .basket-delete a {
	display: inline-block;
}
.basket-sec .basket-in .basket-delete a:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.basket-sec .basket-in .basket-delete a img {
	height: 29px;
}

.basket-sec .basket-refresh {
	text-align: right;
	margin-top: 36px;
}
.basket-sec .basket-refresh a {
	color: #9D9D9D;
	font-size: 17px;
	font-weight: 800;
	line-height: 110.4%;
	max-width: 250px;
	width: 100%;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 9px;
	border: 3px solid #E2E2E2;
	margin-left: auto;
}
.basket-sec .basket-refresh a:hover {
	color: #fff;
	background: #858585;
	border-color: #858585;
}

.basket-sec .basket-left,
.basket-sec .basket-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}


.basket-side {
	padding-left: 14px;
}
.basket-side .basket-total {
	padding: 16px 30px;
	border-radius: 8px;
	background: #FFF;
	-webkit-box-shadow: 15px 15px 38px 0px rgba(230, 230, 230, 0.90), 15px -15px 30px 0px rgba(230, 230, 230, 0.20), -15px 15px 30px 0px rgba(230, 230, 230, 0.20);
	        box-shadow: 15px 15px 38px 0px rgba(230, 230, 230, 0.90), 15px -15px 30px 0px rgba(230, 230, 230, 0.20), -15px 15px 30px 0px rgba(230, 230, 230, 0.20);
}
.basket-side .basket-total span {
	color: rgba(34, 34, 34, 0.40);
	font-size: 16px;
	font-weight: 600;
	line-height: 41px;
}
.basket-side .basket-total p {
	color: #2E2E2E;
	font-size: 26px;
	font-weight: 700;
	line-height: 130%;
}
.basket-side .basket-total button, .basket-side .basket-total a {
	border: none;
	padding: 0;
	width: 90%;
	height: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 9px;
	font-size: 17px;
	margin-top: 15px;
	padding: 5px;
}
/* checkout page */

.checkout-sec {
	padding-bottom: 20px;
}
.checkout-sec .title {
	margin-bottom: 20px;
}
.checkout-sec .title h3 {
	color: #6F6F6F;
	font-size: 22px;
	font-weight: 600;
	line-height: 41px;
}
.checkout-sec .detail-order {
	margin-top: 35px;
}

.checkout-sec .checkout-form .form-group {
	margin-bottom: 27px;
}
.checkout-sec .detail-order textarea,
.checkout-sec .checkout-form .form-group input {
	border-radius: 9px;
	border: 1px solid #BFBFBF;
	width: 100%;
	height: 52px;
	padding: 5px 24px;
	font-size: 17px;
	color: #2D2D2D;
}
.checkout-sec .detail-order textarea::-webkit-input-placeholder, .checkout-sec .checkout-form .form-group input::-webkit-input-placeholder {
	color: #B1B1B1;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 110.4%;
}
.checkout-sec .detail-order textarea::-moz-placeholder, .checkout-sec .checkout-form .form-group input::-moz-placeholder {
	color: #B1B1B1;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 110.4%;
}
.checkout-sec .detail-order textarea:-ms-input-placeholder, .checkout-sec .checkout-form .form-group input:-ms-input-placeholder {
	color: #B1B1B1;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 110.4%;
}
.checkout-sec .detail-order textarea::-ms-input-placeholder, .checkout-sec .checkout-form .form-group input::-ms-input-placeholder {
	color: #B1B1B1;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 110.4%;
}
.checkout-sec .detail-order textarea::placeholder,
.checkout-sec .checkout-form .form-group input::placeholder {
	color: #B1B1B1;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 110.4%;
}

.checkout-sec .detail-order textarea {
	height: 115px;
	padding: 18px 24px;
}
.checkout-sec .checkout-side {
	padding: 30px 40px;
	border-radius: 8px;
	background: #FFF;
	-webkit-box-shadow: 15px 15px 38px 0px rgba(230, 230, 230, 0.90), 15px -15px 30px 0px rgba(230, 230, 230, 0.20), -15px 15px 30px 0px rgba(230, 230, 230, 0.20);
	        box-shadow: 15px 15px 38px 0px rgba(230, 230, 230, 0.90), 15px -15px 30px 0px rgba(230, 230, 230, 0.20), -15px 15px 30px 0px rgba(230, 230, 230, 0.20);
	margin-left: 25px;
}

.checkout-sec .checkout-side .your-order h4 {
	color: rgba(34, 34, 34, 0.40);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 20px;
}
.checkout-sec .checkout-side .your-order .order-item {
	padding: 15px;
	border-radius: 6px;
	border: 1px solid #D2D2D2;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 40px;
}
.checkout-sec .checkout-side .your-order .order-item:hover {
	border-color: #55BC66;
}

.checkout-sec .checkout-side .your-order .order-item p {
	color: #2D2D2D;
	font-size: 12px;
	font-weight: 600;
	line-height: 16.5px;
}
.checkout-sec .checkout-side .your-order .order-item span {
	color: #55BC66;
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	white-space: nowrap;
}
.checkout-sec .checkout-side .order-total-text {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 24px 0 10px;
}
.checkout-sec .checkout-side .order-total-text p {
	color: rgba(34, 34, 34, 0.40);
	font-size: 16px;
	font-weight: 600;
	line-height: 41px;
}
.checkout-sec .checkout-side .order-total-text span {
	color: #2E2E2E;
	font-size: 26px;
	font-weight: 700;
	line-height: 130%;
}
.checkout-sec .checkout-side .order-total button {
	border: none;
	padding: 0;
	width: 100%;
	height: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 9px;
	font-size: 17px;
	margin-top: 15px;
	padding: 5px;
}


.mob {
	display: none !important;
}


@media only screen and (max-width: 1400px){
	.index_about_description p{
		font-size: 15px;
	}
	footer .tel{
		margin: 17px 0 17px 0;
	}
	.services_title p{
		font-size: 22px;
	}
	.services_title span{
		font-size: 18px;
	}
	footer .category_product ul a {
		font-size: 12px;
	}
	footer .category_name p{
		font-size: 20px;
	}
	.footer_adress p{
		font-size: 16px;
	}
	footer .tel span a{
		font-size: 17px;
	}
	.rating_text span{
		font-size: 50px;
	}
	.rating_text p{
		font-size: 20px;
	}
	.products_title p {
		font-size: 18px;
	}
	.products_price p{
		font-size: 15px;
	}
	.title h2{
		font-size: 30px;
	}
	.product-block {
		padding: 15px;
	}
	header .navbar .head-right .head-basket {
		margin-left: 20px;
		padding-left: 20px;
	}
	header .navbar .head-right .head-basket a img {
		margin-right: 20px;
	}
	header .navbar .nav-item {
		margin-right: 20px;
	}
	header .catalog-btn .cat-btn {
		width: 170px;
	}
	header .navbar .head-right .head-contact .head-tel {
		font-size: 14px;
		margin-bottom: 4px;
	}
	.catalog-banner .cat-banner-right img {
		height: 200px;
	}
	.basket-sec .basket-in {
		padding: 15px 20px;
	}
	.basket-sec .basket-in .basket-name a {
		font-size: 16px;
	}
	.basket-sec .basket-in .basket-current-price p,
	.basket-sec .basket-in .basket-price p {
		font-size: 18px;
	}
	.basket-sec .basket-in .basket-current-price {
		margin: 0 30px;
	}
}



@media only screen and (max-width: 1200px) {
	.checkout-sec .checkout-side {
		margin-left: 0;
		padding: 15px 20px;
	}
	header .navbar .head-right .head-basket a p {
		display: none;
	}
	header .navbar .head-right .head-basket a img {
		margin-right: 0;
	}
	header .navbar .head-right .head-social {
		display: none !important;
	}
	.category_name p {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.category_product ul a {
		font-size: 14px;
		line-height: 20px;
	}
	.footer_top {
		gap: 30px;
		padding: 40px 0;
	}
	.footer_row {
		gap: 20px;
	}
	.footer_description {
		width: 100%;
		max-width: 260px;
	}
	footer .tel {
		margin: 20px 0;
	}
	.footer_logo {
		margin-right: 20px;
	}
	.footer_logo img {
		height: 60px;
	}
	footer .tel span a {
		font-size: 18px;
	}
	.catalog-banner .cat-banner-left h3 {
		line-height: 1.2;
	}
	.catalog-banner .cat-banner-in {
		padding: 20px 15px;
	}
	.catalog-banner .cat-banner-right img {
		height: 100px;
	}
	.basket-sec .basket-in .basket-img img {
		height: 50px;
	}
	.basket-sec .basket-in .basket-name {
		margin-left: 30px;
		max-width: 170px;
	}
	.basket-sec .basket-in .basket-name a {
		font-size: 14px;
		line-height: 1.2;
	}
	.basket-sec .basket-in {
		gap: 20px;
	}
	.basket-sec .basket-in .basket-current-price p, .basket-sec .basket-in .basket-price p {
		font-size: 16px;
		line-height: 1.2;
	}
	.basket-sec .basket-in .price-count span {
		min-width: 30px;
		height: 30px;
	}
	.basket-sec .basket-in .price-count .number-value {
		width: 35px;
		height: 30px;
	}
	.basket-sec .basket-in .price-count .minus {
		margin-right: 6px;
	}
	.basket-sec .basket-in .price-count .plus {
		margin-left: 6px;
	}
	.basket-sec .basket-in .basket-delete a img {
		height: 22px;
	}
	.basket-side .basket-total {
		padding: 15px;
	}
	.basket-side .basket-total button, .basket-side .basket-total a {
		width: 100%;
		font-size: 16px;
	}
}









@media only screen and (max-width: 992px) {
	.hero ul {
		margin-bottom: 24px;
	}
	.mob {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	header .navbar-collapse {
		position: fixed;
		right: -100%;
		top: 0;
		width: 100%;
		height: 100%;
		background: #55BC66;
		z-index: 100;
		padding: 80px 30px 50px;
	}
	header .navbar-collapse.active {
		right: 0;
	}
	header .navbar .nav-item .nav-link {
		color: #fff;
		font-size: 20px;
	}
	header .navbar .nav-item {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.menu-opener img {
		height: 40px;
	}
	.menu-closer img {
		height: 20px;
	}

	header .navbar-collapse .menu-closer {
		position: absolute;
		right: 30px;
		top: 30px;
	}
	header .navbar .head-right .head-social {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	header .navbar .head-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	header .navbar .head-right .head-basket {
		margin-left: 0;
		padding-left: 0;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	header .navbar .head-right .head-basket::before {
		content: none;
	}
	header .navbar .head-right .head-contact {
		margin: 30px 0 20px;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	header .navbar .head-right .head-contact .head-tel {
		font-size: 18px;
		color: #fff;
	}
	header .navbar .head-right .head-contact .head-mail {
		font-size: 16px;
		color: #fff;
	}
	header .navbar .head-right .head-basket a p {
		display: block;
		font-size: 16px;
		color: #fff;
		margin-left: 10px;
	}
	header .navbar .head-right .head-basket a p span {
		color: #fff;
		font-size: 16px;
	}
	header .navbar-brand img {
		height: 50px;
	}
	.hero_btn {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.about_description p {
		font-size: 14px;
	}
	.about_description p br {
		display: none;
	}
	.about_title p {
		padding: 5px 0 20px;
		font-size: 16px;
	}
	.about_block .col-6 {
		margin-bottom: 30px;
	}
	.products_img img {
		width: 100%;
		height: auto;
	}
	.hero_title h1 {
		font-size: 32px;
	}
	.hero_title p {
		font-size: 28px;
	}
}


@media only screen and (max-width: 768px) {
	header {
		padding: 10px 0;
	}
	.hero {
		padding: 60px 0;
	}
	.hero_title h1 {
		font-size: 28px;
	}
	.hero_title p {
		font-size: 24px;
		line-height: 1.2;
	}
	.hero_title p span {
		padding: 0 10px;
		border: 1px solid #55BC66;
	}
	.hero_description p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.hero_title {
		margin-bottom: 20px;
	}
	.hero_btn_right a,
	.hero_btn_left a {
		height: 50px;
		width: 100%;
		font-size: 16px;
		line-height: 1.2;
	}
	.hero_btn {
		gap: 10px;
	}
	.products {
		padding: 40px 0;
	}
	.index_about_title h2,
	.title h2 {
		font-size: 24px;
		line-height: 1.2;
	}
	.section_title {
		margin-bottom: 30px;
	}
	.products_img {
		height: auto;
	}
	.products_text .products_title, .products_text .products_price {
		margin: 10px 0 0;
	}
	.products_title p {
		font-size: 15px;
		padding-bottom: 0;
	}
	.products_item {
		padding: 15px 10px;
		height: 100%;
	}
	.products_price p {
		font-size: 14px;
		line-height: 1.2;
	}
	.products_content .col-lg-3 {
		margin-bottom: 24px;
	}
	.index_about {
		padding: 40px 0;
	}
	.index_about_description p {
		font-size: 15px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.index_about_title h2 {
		margin-bottom: 30px;
	}
	.about_img_name p {
		font-size: 18px;
	}
	.rating_text span {
		font-size: 40px;
		line-height: 1.2;
	}
	.rating_text p {
		font-size: 16px;
	}
	.services_block,
	.rating {
		padding: 40px 0;
	}
	.services_item {
		text-align: center;
	}
	.services_title p {
		font-size: 20px;
	}
	.services-link {
		margin-bottom: 20px;
	}
	.services_title {
		left: 0;
		right: 0;
		margin: auto;
	}
	.finished {
		padding: 40px 0;
	}
	.works-title p {
		margin: 20px 0 40px;
		font-size: 16px;
	}
	.works-title p br {
		display: none;
	}
	.finished_name p {
		font-size: 16px;
	}
	.footer_top {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 30px;
	}
	.footer_description {
		max-width: 100%;
	}
	.footer_row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	footer .category_name p {
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	footer .category_product ul a {
		font-size: 14px;
		line-height: 20px;
	}
	.footer_bottom {
		padding: 15px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 20px;
	}
	footer .ftr_copyright p {
		font-size: 14px;
	}
	.basket-sec .basket-in {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 15px;
		padding: 10px;
	}
	.basket-sec .basket-in .basket-img img {
		height: 45px;
	}
	.basket-sec .basket-in .basket-name {
		max-width: 150px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.basket-sec .basket-in .basket-current-price p, .basket-sec .basket-in .basket-price p {
		font-size: 14px;
		line-height: 1.2;
	}
	.basket-sec .basket-refresh a {
		font-size: 15px;
		max-width: 200px;
		height: 40px;
		margin-bottom: 20px;
	}
	.basket-side {
		padding-left: 0;
	}
	.basket-side .basket-total p {
		font-size: 22px;
		line-height: 1.2;
	}
	.basket-sec {
		padding-bottom: 30px;
	}
	.breadcrumbs-sec {
		margin-top: 20px;
	}
	.breadcrumbs ul li {
		font-size: 12px;
	}
	.goods-sec .goods-slide {
		margin-right: 0;
		/* display: block; */
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 20px 15px;
	}
	.goods-sec .goods-slide .mySwiper,
	.goods-sec .goods-slide .mySwiper2 .swiper-slide img,
	.goods-sec .goods-slide .mySwiper2 .swiper-slide {
		height: auto;
	}
	.goods-sec .goods-slide .mySwiper {
		min-width: 100%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		padding: 30px 15px 0;
	}
	.goods-sec .goods-slide .mySwiper2 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.goods-sec .goods-slide .mySwiper .swiper-slide {
		text-align: center;
	}
	.goods-sec .goods-slide .mySwiper .swiper-slide img {
		width: auto;
		height: 70px;
	}
	.goods-sec .goods-slide .mySwiper .swiper-button-prev,
	.goods-sec .goods-slide .mySwiper .swiper-button-next {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		top: 50%;
		bottom: auto;
	}
	.goods-sec .goods-slide .mySwiper .swiper-button-prev {
		left: -7px;
	}
	.goods-sec .goods-slide .mySwiper .swiper-button-next {
		right: -7px;
		left: auto;
	}
	.goods-right .pro-name h2 {
		margin-top: 30px;
		font-size: 20px;
		line-height: 1.2;
	}
	.goods-right .pro-info-block {
		padding: 10px 15px;
	}
	.goods-right .pro-info-block .pro-info span,
	.goods-right .pro-info-block .pro-info p {
		font-size: 14px;
		line-height: 1.2;
	}
	.goods-right .pro-price p {
		font-size: 18px;
	}
	.number-value {
		height: 30px;
	}
	.price-count span {
		height: 30px;
		min-width: 30px;
		font-size: 20px;
	}
	.price-count {
		width: 150px;
	}
	.price-count .minus {
		margin-right: 5px;
	}
	.price-count .plus {
		margin-left: 5px;
	}
	.goods-right .pro-btns button,
	.goods-right .pro-btns .green-btn {
		height: 40px;
		font-size: 14px;
		font-weight: 500;
	}
	.goods-right .pro-btns {
		gap: 10px;
	}
	.about_title p {
		padding: 5px 0 10px;
	}
	.about_description p {
		font-weight: 500;
	}
	.about_item {
		text-align: center;
	}
	.card-some {
		padding: 40px 0;
	}
	.some-products .title {
		margin-bottom: 30px;
	}
	.product-block {
		margin-bottom: 20px;
	}
	.catalog-sec {
		padding: 20px 0 40px;
	}
	.catalog-sec .catalog-side {
		padding-right: 0;
	}
	.catalog-sec .nav-pills .nav-link {
		padding: 6px 16px;
	}
	.catalog-sec .nav-pills .nav-item {
		margin-bottom: 10px;
	}
	.catalog-sec .title-btn {
		margin: 30px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 10px;
	}
	.catalog-sec .title-btn .green-btn,
	.catalog-sec .title-btn .calc-price {
		height: 40px;
		padding: 5px 20px;
		font-size: 14px;
		border-width: 1px;
		font-weight: 600;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		border-radius: 9px;
	}
	.pro-col {
		margin-bottom: 0;
	}
	.catalog-banner .cat-banner-in {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 30px;
		padding: 20px 30px;
	}
	.catalog-banner .cat-banner-left &gt; p {
		font-size: 14px;
		line-height: 1.2;
		margin-top: 10px;
	}
	.catalog-banner .cat-banner-left .cat-banner-info span {
		font-size: 22px;
		line-height: 1.2;
	}
	.catalog-banner .cat-banner-left .cat-banner-info p {
		font-size: 16px;
		margin-top: 10px;
	}
	.catalog-banner .cat-banner-right img {
		height: auto;
		width: 100%;
	}
	.catalog-banner .cat-banner-end {
		margin-top: 30px;
	}
	footer .tel {
		margin: 10px 0;
	}
	.footer_adress p,
	footer .time p {
		font-size: 14px;
		line-height: 1.2;
	}
	.checkout-sec .detail-order textarea, .checkout-sec .checkout-form .form-group input {
		height: 42px;
		padding: 5px 15px;
	}
	.checkout-sec .detail-order textarea::-webkit-input-placeholder, .checkout-sec .checkout-form .form-group input::-webkit-input-placeholder {
		font-size: 14px;
		line-height: 1.2;
	}
	.checkout-sec .detail-order textarea::-moz-placeholder, .checkout-sec .checkout-form .form-group input::-moz-placeholder {
		font-size: 14px;
		line-height: 1.2;
	}
	.checkout-sec .detail-order textarea:-ms-input-placeholder, .checkout-sec .checkout-form .form-group input:-ms-input-placeholder {
		font-size: 14px;
		line-height: 1.2;
	}
	.checkout-sec .detail-order textarea::-ms-input-placeholder, .checkout-sec .checkout-form .form-group input::-ms-input-placeholder {
		font-size: 14px;
		line-height: 1.2;
	}
	.checkout-sec .detail-order textarea::placeholder,
	.checkout-sec .checkout-form .form-group input::placeholder {
		font-size: 14px;
		line-height: 1.2;
	}
	.checkout-sec .checkout-form .form-group {
		margin-bottom: 15px;
	}
	.checkout-sec .detail-order textarea {
		height: 110px;
		padding: 15px;
	}
	.checkout-sec .detail-order {
		margin-top: 20px;
	}
	.checkout-sec .title {
		margin-bottom: 10px;
	}
	.checkout-sec .title h3 {
		font-size: 18px;
	}
	.checkout-sec {
		padding-bottom: 40px;
	}
	.hero ul li {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.hero ul {
		margin-bottom: 10px;
	}
	.service-about .about_item {
		margin-bottom: 30px;
	}
	.service-about-block {
		margin-top: 40px;
	}
	.service-about-block .service-about-text {
		padding-left: 0;
	}
	.service-about-block .service-about-rov .service-about-text {
		padding-right: 0;
	}
	.service-about-block .service-about-rov {
		margin: 40px 0;
	}
	.service-about-block .service-about-rov .col-lg-7 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.service-about-block .service-about-rov .col-lg-5 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.service-about-block .service-about-text h3 {
		margin: 20px 0 10px;
		font-size: 20px;
		line-height: 1.2;
	}
	.service-about-block .service-about-text p {
		font-size: 14px;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.service-works {
		padding: 40px 0;
	}
	.finished_item {
		height: auto;
	}
	.service-col {
		margin-bottom: 80px;
	}
	.consult-banner {
		padding: 40px 0;
	}
	.consult-banner .banner-rov {
		padding: 20px;
	}
	.consult-banner .banner-rov .title p {
		font-size: 18px;
	}
	.consult-banner .banner-text span {
		font-size: 24px;
		line-height: 30px;
	}
	.consult-banner .banner-text p {
		font-size: 18px;
	}
	.consult-banner .banner-rov a {
		max-width: 310px;
	}
	.consult-banner .banner-rov .banner-img {
		margin-top: 20px;
	}
	.consult-banner .banner-rov .banner-img img {
		width: 100%;
	}
	.faq-sec {
		padding: 40px 0;
	}
	.faq-sec .accordion-button,
	.faq-sec .accordion-body {
		padding: 20px;
	}
	.faq-sec .accordion-button {
		font-size: 18px;
		line-height: 1.2;
	}
	.faq-sec .accordion-item {
		margin-bottom: 15px;
	}
	.some-products {
		padding: 40px 0;
	}
	.works-sec .title {
		margin-bottom: 30px;
	}
	.works-sec {
		padding-bottom: 50px;
	}
	.works-col {
		margin-bottom: 70px;
	}
}</pre></body></html>