@charset "UTF-8";

:root {
	--dark-green: #2C4C51;
	--light-green: #a8cd0eb3;
	--black: #181818;
	--light-black: #18181880;;
	--orange: #FF6527;
	--light-orange: #ff6527b3;
  }


* {
	outline: none;
}
body {
	font-family: 'Roboto', sans-serif;
	color: var(--black);
	cursor: default;
	font-weight: 400;
	font-size: 15px;
	margin: 0;
	font-weight: 400;
	line-height: 1.4;
	-webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
}
p {
	margin: 0 0 20px 0;
}
h1, .h1, h2, .h2, h3, .h3 {
	font-family: 'Roboto', Arial;
	font-weight: bold;
	font-size: 36px;
	margin: 24px 0px 8px 0px;
}
h2, .h2 {
	font-size: 34px;
	font-weight: 600;
	margin: 34px 0 8px 0;
}
h3, .h3 {
	font-size: 28px;
	margin: 28px 0 8px 0;
}
h4, .h4 {
	font-size: 22px;
	margin: 22px 0 8px 0;
	font-family: 'Roboto', Arial;
}
a {
	color: var(--orange);
	text-decoration: none;
	transition: all .3s;
}
a:hover {
	color: var(--light-orange);
	
}
img{
	height: auto;
	max-width: 100%;
}
html.fixed, html.fixed body {
	overflow: hidden;
	touch-action: none;
}
header .topbar {
	background: #e5e5e5;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
}
header .midbar {
	padding: 20px 0;
	position: relative;
}
.header-bar{
	display: flex;
	align-items:center;
}
.call-back__link{
	color:var(--black);
	font-size: 16px;
	font-weight: 600;
}
.call-back span{
	color:var(--light-black);
	font-size: 14px;
	cursor: pointer;
    border-bottom: 1px dashed var(--light-black);
    transition: all .3s;
}
.call-back span:hover{
	border-bottom: 1px dashed transparent;
}
.messenger-icons{
	text-align: right;
}
.messenger-icons .messenger-icons__item{
	display: inline-block;
}
.messenger-icons .messenger-icons__about .messenger-icons__item:not(:last-child){
	margin-right: 15px;
}
footer .messenger-icons .messenger-icons__item:not(:last-child){
	margin-right: 15px;
}

header .midbar .info.phone .phoneicon .phoneicon__number {
	display: flex;
}
header .midbar .info.phone p {
	margin: 0;
}
header .midbar .info.address {
	text-align: right;
}
header .midbar .info.address a {
	text-decoration: underline;
}
header .midbar .info.address a:hover {
	text-decoration: none;
}
.top_menu_ul ul {
	display: flex;
	justify-content: space-between;
}
.top_menu_ul .button_tel {
	padding: 10px 15px !important;
}
.top_menu_ul .button_tel img {
	margin-right: 0 !important;
}
@keyframes fixedMenu {
	from {
		transform: translateY(-100%)
	}
	to {
		transform: translateY(0%)
	}
}
.top_menu.fixed {
	position: fixed;
	top: 0;
	
	z-index: 50;
	width: 100%;
	animation: fixedMenu 1s;
}
.top_menu.fixed .scrollbar-inner{
	width: 100%;
}
.top_menu.fixed .top_menu_ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.top_menu.fixed .top_menu_ul>p {
	margin: 0;
	/* Font */
	font-weight: 500;
	color: #05341d;
	white-space: nowrap;
	/* Position */
	/*	position: absolute;*/
	/* top: 		0px; */
	right: -70px;
}
.phone-one {
	display: flex;
}
/*.top_menu.fixed .top_menu_ul >.phone-one{
	display:none;
}*/

.top_menu.fixed .top_menu_ul>p>a {
	padding: 12px 10px 12px 10px;
	align-items: center;
	display: flex;
	/* Font */
	font-family: 'Roboto', Arial;
	font-size: 15px;
	letter-spacing: normal;
	font-weight: 500;
	color: #05341d;
	white-space: nowrap;
}
.top_menu.fixed .top_menu_ul>p>a:hover {
	/* Font */
	color: #ffffff;
}
.top_menu.fixed .top_menu_ul>p>a>img {
	margin-right: 0 !important;
}
.top_menu.fixed .midbar {
	padding: 10px 0px 15px 0px;
}
footer {
	
	background:url(/images/footer-bcg.png) center;
	background-attachment:fixed;
}
footer .topbar {
	background: #191919;
	padding: 35px 0px 45px 0px;
	color: #767d8c;
}
.botbar {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 26px;
}
footer .botbar-item .title {
	font-size: 20px;
	color:#ffffffcc;
	text-align: left;
	margin-top: 60px;
	margin-bottom: 20px;
	font-weight: 400;
	font-family: 'Roboto', Arial;
}

footer .footmenu {
	padding: 0;
	margin: 0;
	list-style: none
}
footer .footmenu li{
	margin-bottom: 15px;
}
footer .botbar-item .footmenu a {
	color: rgba(237, 237, 237, 0.5);
	font-size: 15px;
	text-decoration: none;
	transition: transform .2s;
	display:block;
}
footer .footmenu a:hover {
	color: #fff;
	transform: translateX(10px);
}
footer .botbar-item{
	max-width: 150px;
}
footer .botbar-item.contact-column,
footer .botbar-item.operating-mode{
	max-width: 180px;
	padding-top: 60px;
}
footer .botbar-item.without-title{
	padding-top: 60px;
}
footer .botbar-item.without-title .footmenu a{
	font-size: 20px;
	color:#ffffffcc;
}

.botbar-item .contact-item{
	padding-left: 34px;
}
.botbar-item .contact-item .headline{
	font-size: 20px;
	color:#ffffffcc;
	margin-bottom: 10px;
	font-family: 'Roboto', Arial;
	
	position: relative;
}
.botbar-item .contact-item .headline::before{
	content:'';
	display: block;
	position: absolute;
	left: -34px;
	top: 0;
}
.botbar-item .contact-item.operating .headline::before{
	width: 16px;
	height: 16px;
	background:url(/images/clock.svg) no-repeat center;
}
.botbar-item .contact-item.pick-up .headline::before{
	width: 16px;
	height: 16px;
	background:url(/images/operating-icon.svg) no-repeat center;
}
.botbar-item .contact-item.address .headline::before{
	width: 16px;
	height: 16px;
	background:url(/images/geo-icon.svg) no-repeat center;
}
.botbar-item .contact-item.postal .headline::before{
	width: 16px;
	height: 16px;
	background:url(/images/postal-icon.svg) no-repeat center;
}
.botbar-item .contact-item p{
	color: rgba(255, 255, 255, 0.5);
	max-width: 155px;
}
.botbar-item.contact-column .tel{
	font-size: 16px;
	display: block;
	color:#fff;
	font-weight: 600;
	padding-left: 30px;
	position: relative;
}
.botbar-item.contact-column .tel::before{
	content:'';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background:url(/images/tel-icon.svg) no-repeat center;
}
.botbar-item.contact-column .tel:first-of-type{
	margin-bottom: 5px;
}
.botbar-item.contact-column .tel:last-of-type{
	margin-bottom: 10px;
}
.botbar-item.contact-column .postal a{
	color: #A8CD0E;
	display: block;
	margin-bottom: 5px;
}
.botbar-item.contact-column .postal p span{
	color:#fff;
}
footer .messenger-icons{
	text-align: left;
	display: flex;
	align-items:center;
	margin-bottom: 50px;
	flex-wrap: wrap;
}
footer .messenger-icons span{
	font-family: 'Roboto', Arial;
	display: inline-block;
	margin-right: 15px;
	color:#ffffffcc;
	font-size: 20px;
}
footer .messenger-icons > div{
	background: linear-gradient(90deg, #FF6527 0%, #D83D27 100%);
	border-radius: 50px;
	display: flex;
	align-items:center;
	justify-content: center;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	z-index:4;
	color: #fff;
	transition: all .3s;
	width: 100%;
	max-width: 200px;
	height: 50px;
	border-bottom:none;
	position: relative;
	margin: auto;
	margin-right: 0;
}
footer .messenger-icons > div::after{
	content:'Заказать звонок';
	display: flex;
	align-items:center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #D83D27 0%, #FF6527 100%);
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
}
footer .messenger-icons > div:hover{
	box-shadow: 0px 10px 10px rgba(216, 61, 39, 0.35);
}
footer .messenger-icons > div:hover{
	color:#fff;
}
footer .messenger-icons > div:hover::after{
	opacity: 1;
	visibility: visible;
}
.slogan {
	max-width: 210px;
	color:var(--light-black);
	font-size: 14px;
}
footer .socials {
	margin: 14px 0px;
}
footer .socials a {
	display: inline-block;
	width: 27.5px;
	height: 32px;
	text-decoration: none;
}
.copyright-block__items{
	font-size: 12px;
	color:#ffffffcc;
	display: flex;
	align-items:center;
	justify-content: space-between;
	padding-bottom: 40px;
}
.copyright-block__items a{
	color:#ffffffcc;
}
.copyright-block__items a:hover{
	color:var(--light-orange);
}
footer .socials a.vk {
	background: url(/images/vk.png) 50% 50% no-repeat;
}
footer .socials a.vk:hover {
	background: url(/images/vk_h.png) 50% 50% no-repeat;
}
footer .socials a.inst {
	background: url(/images/inst.png) 50% 50% no-repeat;
}
footer .socials a.inst:hover {
	background: url(/images/inst_h.png) 50% 50% no-repeat;
}
footer .socials a.gpl {
	background: url(/images/gpl.png) 50% 50% no-repeat;
}
footer .socials a.gpl:hover {
	background: url(/images/gpl_h.png) 50% 50% no-repeat;
}
.top_menu {
	background:url(/images/pattern-top-menu.png) repeat-x center;
}
.top_menu ul {
	padding: 0px;
	margin: 0;
	list-style: none
}
/*.top_menu ul:before,.top_menu ul:after{content:" ";display:table}*/

.top_menu ul:after {
	clear: both
}
/*.top_menu_ul {padding: 0px 10px;}*/

.top_menu>.container .top_menu_ul>div>ul>li {
	float: left;
}
.top_menu_ul{
	line-height: 1;
}
.top_menu li {
	display: block;
	position: relative
}
.top_menu a {
	font-weight: 400;
	color: #ffffff99;
	font-size: 18px;
	padding: 15px 0;
	display: block;
	font-family: 'Roboto', Arial;
	text-decoration: none;
	position: relative;
	text-align: center;
	transition: all. 3s;
}
.top_menu a:hover{
	color:#fff;
}
.title {
	font-size: 35px;
	font-weight: 600;
	color: var(--black);
	
	margin-top: 100px;
	margin-bottom: 20px;
	text-align: center;
}
.footer-mark {
	margin-top: 75px;
}
.project_documen_block_list li::marker{
    color: #FF6527;
}
.left_block li::marker{
    color: #FF6527;
}
#filename {
	border: none;
	background: transparent;
	padding: 0;
	color: #a8cd0e;
	font-weight: 500;
	margin-bottom: 16px;
	width: 80%;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.sa-confirm-button-container .confirm {
	background-color: #2C4C51 !important;
}

@media (max-width:1024px) {
	.top_menu>.container .top_menu_ul>div>ul>li {
		width: auto;
	}
	.top_menu a {
		padding: 12px 18px;
	}
}

.top_menu li.has_sub>a {
	padding-right: 45px
}
.top_menu a span {
	position: absolute;
	z-index: 5;
	top: 45%;
	right: 20px;
	transform: translateY(-50%);
	opacity: 0.6;
	transition: all .3s;
}
.top_menu a span svg{
	transition: all .3s;
}
.top_menu a:hover span{
	opacity: 1;
}
.top_menu a:hover span svg{
	transform: rotate(-180deg);
}
.top_menu .top_menu_sub {
	left: 0;
	top: 100%;
	padding-top: 4px;
	z-index: 25;
	display: none;
	position: absolute;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	white-space: nowrap;
	padding: 16px 0;
	background:#fff;
}
.top_menu .top_menu_sub li {
	width: auto;
	padding: 0 16px;

}
.top_menu .top_menu_sub li:last-child{
	margin-bottom: 0;
}
.top_menu .top_menu_sub li:last-child a{
	border-bottom:1px solid transparent;
}
.top_menu .top_menu_sub > li a{
	padding: 0;
	background:transparent;
	border-bottom:1px solid #EDEDED;
	display: block;
	padding: 8px 0;
}
.top_menu .top_menu_sub .top_menu_sub {
	top: 0;
	left: 100%;
	padding: 0
}
.top_menu .top_menu_sub .top_menu_sub .top_menu_sub {
	top: 0;
	left: auto;
	right: 100%;
	z-index: 26
}
.top_menu .top_menu_sub a {
	letter-spacing: normal;
	color: #444;
	background: #fff;
	text-transform: none;
	font-family: 'Roboto', Arial;
	text-align: left;
}
 .top_menu .top_menu_sub li:hover {
	background:#EDEDED;
}
.top_menu .top_menu_sub li:hover> a{
	color:var(--black);
	border-bottom:1px solid transparent;
}
.top_menu li.has_sub:hover>.top_menu_sub {
	display: block
}
.white_bg {
	background: #fff
}
.gray_bg {
	background: #ededed
}
.forest_bg {
	background: url(/images/forest.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
.forest_bg:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .2);
}
.map_bg {
	background: #191919 url(/images/map.jpg) 94% 50% no-repeat
}
.green_bg {
	background: #a8cd0e;
	color: #05341d;
	font-size: 17px;
	padding: 35px 0px;
	text-align: justify;
}
.green_bg .container {
	max-width: 50%;
}
.page-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-item__img{
	width: 100%;
	max-width: 74%;
}
.page-item-catalog .page-item__img{
    width:auto;
}
.page-item__img .shop_item_main_image img{
	border-radius: 20px;
}
.page-item__img .small-images{
	display: flex;
	flex-wrap: wrap;
}
.page-item__img .small-images .small-images__item:not(:last-child){
	margin-right: 20px;
}

.page-item__img .small-images img{
	max-height: 126px;
}
.page-item__info{
	max-width: 200px;
}
.specifications{
	margin-bottom: 25px;
	display: none;
}
.specifications .specifications-item:not(:last-child){
	margin-bottom: 20px;
}

.specifications-item .specifications-item__label{
	color:var(--light-black);
	font-size: 20px;
}
.specifications-item  .specifications-item__val{
	color:var(--black);
	font-size: 20px;
}
.page-item .price-block{
	font-size: 28px;
	font-weight: 600;
	color:var(--black);
	margin-bottom: 25px;
	line-height: 1;
}
.price-block span{
	color:var(--light-black);
	font-size: 20px;
	font-weight: 400;
}
.page-item .price-block.price-full{
	line-height: 130%;
}
.page-item .price-block span{
	font-size: 20px;
}
.consult_bg {
	background: #fff url(/images/consult_bg.jpg) 94% top no-repeat;
	margin: 0px -30px;
	padding: 0px 30px 100px 30px;
	position: relative;
	z-index: 10;
	box-shadow: rgba(100, 100, 100, 0.4) 0px 10px 20px -13px
}
.consult_bg .title {
	font-family: 'Roboto';
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 24px;
	color: #444;
	margin-top: 80px;
	margin-bottom: 40px;
	text-transform: uppercase
}
.consult_bg .description {
	color: #444;
	font-size: 16px;
	width: 350px;
	font-weight: 300;
	margin-bottom: 65px
}
.consult_bg .form-control {
	border-radius: 3px;
	height: 54px;
	font-size: 16px;
	border: 1px solid #c0c0c0;
}
.consult_bg .button {
	width: 100%;
	text-align: center;
	background: #a8cd0e;
	cursor: pointer;
	color: #fff;
	padding: 15px 0px;
	height: 54px;
	letter-spacing: 1px;
	font-size: 16px;
	border: 0;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
}
.orange-block {
	background: #a8cd0e;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.orange-block p {
	font-size: 37px;
	font-weight: 500;
	margin: 0;
	display: flex;
}
.orange-block a {
	color: #05341d;
	border: 1px solid #fff;
	transition: .2s;
	font-size: 16px;
	height: 49px;
	display: block;
	line-height: 48px;
	width: 236px;
	margin-left: 70px;
}
.orange-block a:hover {
	text-decoration: none;
	color: #fff;
	background: #05341d;
	border-color: #05341d;
}
.orange-block:before, .orange-block:after {
	position: absolute;
	content: "";
	display: block;
	width: 27%;
	height: 113px;
	background: url(/images/procent.png) center no-repeat;
	background-size: cover;
}
.orange-block:before {
	left: 0;
}
.orange-block:after {
	right: 0
}
a.link-action {
	width: 100%;
	display: flex;
	height: 50px;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #EDEDED;
	border-radius: 50px;
	color: var(--light-black);
	font-size: 20px;
	position: relative;
	padding-left: 20px;
}
a.link-action::after{
	content:'';
	display: block;
	width: 50px;
	height: 50px;
	background: linear-gradient(90deg, #FF6527 0%, #D83D27 100%);
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 0;
}
a.link-action::before{
	content:'';
	display: block;
	width: 50px;
	height: 50px;
	background: url(/images/procent.svg) no-repeat center;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.credit-img {
	float: right;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	max-width: 360px;
}
.credit-img img {
	width: 100%;
}
#news-slider {
	margin-bottom: 50px !important;
}
.prev_project, .next_project {
	background-image: url(/images/bots_slide.png);
	width: 10px;
	height: 18px;
	position: absolute;
	z-index: 10;
	border: none;
	bottom: -40px;
	cursor: pointer;
}
.prev_project {
	
    margin-left: -30px;
	top: 50%;
	background: url(/images/arr-left.svg) no-repeat;
}
.next_project {
	right: 0;
    margin-right: -30px;
	top: 50%;
	background: url(/images/arr-right.svg) no-repeat;
}
.our-programs__fiter {
	display: flex;
	margin-top: 23px;
	margin-bottom: 29px;
}
.our-programs__fiter a {
	text-decoration: none;
}
.our-programs__fiter a.banny {
	order: 3;
}
.our-programs__fiter a.home {
	order: 2;
}
.our-programs__fiter a.other-all {
	order: 4;
}
.our-programs__fiter a div {
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #304351;
	padding: 10px 23px;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	border-radius: 40px;
	margin-right: 10px;
	transition: 0.2s;
}
.our-programs__fiter a div:hover {
	border: 1px solid var(--dark-green);
	color: var(--dark-green);
	text-decoration: none;
}
.our-programs__fiter a div.active {
	border: 1px solid var(--dark-green);
	background-color: var(--dark-green);
	color: #fff;
}
.row-portfolio.filtered .our-programs__item {
	display: none;
}
.row-portfolio.filtered .our-programs__item.filered_item {
	display: block;
}
/* .slick-prev {
    left: -70px !important;
    top: 100px !important;
    background-color: #c3c3c3 !important;
}
.slick-next{
 right: -70px !important;
    top: 100px !important;
    background-color: #c3c3c3 !important;
} */

.consult_bg .button:hover {
	background: #f07d00;
	border-color: #d56f00;
}
@media(max-width:1400px) {
	.consult_bg {
		background-position: 50% top;
	}
}
@media(max-width:768px) {
	.consult_bg {
		background-position: 50% top;
	}
}
@media(max-width:700px) {
	.map_bg {
		display: none
	}
	.consult_bg {
		background: #fff;
		text-align: center;
	}
	.consult_bg .form-control {
		text-align: center;
	}
	.consult_bg .description {
		width: auto;
	}
}
.map_bg .title {
	font-family: 'Roboto';
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 32px;
	color: #fff;
	margin-top: 72px;
	margin-bottom: 40px;
	text-transform: uppercase
}
.map_bg .count {
	color: #a8cd0e;
	font-size: 18px;
	font-family: 'Roboto';
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: right;
}
.map_bg .count span {
	font-size: 120px;
	display: block;
	text-align: right;
}
@media(max-width:990px) {
	.map_bg .count span {
		font-size: 100px;
	}
}
@media (max-width: 768px) {
	.map_bg .count span {
		font-size: 90px;
	}
}
.map_bg .description {
	color: #fff;
	font-size: 18px;
	width: 265px;
	font-weight: 300;
	margin-bottom: 130px
}
.created {
	text-align: right
}
.created a {
	color: #fff
}
.slicknav_menu {
	display: none
}
@media(max-width:990px) {
	.top_menu {
		display: none
	}
	
}
@media(max-width:768px) {
	 .created {
		text-align: center;
		line-height: 25px
	}
	header .midbar .info {
		font-size: 13px
	}
	header .midbar .info.phone {
		text-align: left;
		margin-left: -50px;
	}
	.phone-svg {
		display: none;
	}
}
@media(max-width:590px) {
	header .midbar .info.phone {
		text-align: center;
		margin-left: 0;
	}
	.mobile-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.mobile-row .info, .mobile-row .phone {
		float: none;
		width: auto;
	}
}
@media(max-width:400px) {
	header .midbar .info.phone .phoneicon {
		position: static;
		padding: 0px;
		background: none;
		transform: none;
	}
}
.img {
	max-width: 100%;
}
.host {
	position: absolute;
	top: -10000px;
	left: -10000px;
	z-index: -124;
	opacity: 0;
	visibility: hidden
}
.breadcrumbs {
	text-align: center;
	background: url(/images/breadcrumb.jpg) center bottom repeat-x;
	padding: 30px 0;
	margin-bottom: 30px
}
.breadcrumbs h1 {
	margin: 0 0 15px 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}
.breadcrumbs .breadcrumb {
	color: #c1c1c1;
	font-weight: 300;
}
.breadcrumbs .breadcrumb li {
	list-style: none;
	display: inline-block;
}
.breadcrumbs .breadcrumb a, .breadcrumbs .breadcrumb span {
	color: #c1c1c1;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none
}
.breadcrumbs .breadcrumb a:hover span {
	color: #a8cd0e;
}
.wrapcontent {
	min-height: 550px;
	line-height: 1.4;
	overflow-x: hidden;
}
.scroll-wrapper {
	overflow: hidden!important;
	padding: 0!important;
	height: 100%;
	position: relative
}
.scroll-wrapper>.scroll-content {
	border: none!important;
	box-sizing: content-box!important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none!important;
	overflow: scroll!important;
	padding: 0;
	position: relative!important;
	top: 0;
	width: auto!important
}
.scroll-wrapper>.scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0
}
.scroll-wrapper.scroll--rtl {
	direction: rtl
}
.scroll-element {
	box-sizing: content-box;
	display: none
}
.scroll-element div {
	box-sizing: content-box
}
.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
	cursor: default
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
	display: block
}
.scroll-textarea {
	border: 1px solid #ccc;
	border-top-color: #999
}
.scroll-textarea>.scroll-content {
	overflow: hidden!important
}
.scroll-textarea>.scroll-content>textarea {
	border: none!important;
	box-sizing: border-box;
	height: 100%!important;
	margin: 0;
	max-height: none!important;
	max-width: none!important;
	overflow: scroll!important;
	outline: 0;
	padding: 2px;
	position: relative!important;
	top: 0;
	width: 100%!important
}
.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
	height: 0;
	width: 0
}
.scrollbar-inner>.scroll-element, .scrollbar-inner>.scroll-element div {
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10
}
.scrollbar-inner>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}
.scrollbar-inner>.scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%
}
.scrollbar-inner>.scroll-element.scroll-y {
	height: 100%;
	right: 2px;
	top: 0;
	width: 8px
}
.scrollbar-inner>.scroll-element .scroll-element_outer {
	overflow: hidden
}
.scrollbar-inner>.scroll-element .scroll-element_outer, .scrollbar-inner>.scroll-element .scroll-element_track, .scrollbar-inner>.scroll-element .scroll-bar {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}
.scrollbar-inner>.scroll-element .scroll-element_track, .scrollbar-inner>.scroll-element .scroll-bar {
	-ms-filter: "alpha(opacity=40)";
	filter: alpha(opacity=40);
	opacity: .4
}
.scrollbar-inner>.scroll-element .scroll-element_track {
	background-color: #e0e0e0
}
.scrollbar-inner>.scroll-element .scroll-bar {
	background-color: #fff
}
.scrollbar-inner>.scroll-element:hover .scroll-bar {
	background-color: #919191
}
.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191
}
.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -12px
}
.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -12px
}
.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -12px
}
.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -12px
}
.scrollbar-outer>.scroll-element, .scrollbar-outer>.scroll-element div {
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10
}
.scrollbar-outer>.scroll-element {
	background-color: #fff
}
.scrollbar-outer>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}
.scrollbar-outer>.scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	width: 100%
}
.scrollbar-outer>.scroll-element.scroll-y {
	height: 100%;
	right: 0;
	top: 0;
	width: 12px
}
.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
	height: 8px;
	top: 2px
}
.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
	left: 2px;
	width: 8px
}
.scrollbar-outer>.scroll-element .scroll-element_outer {
	overflow: hidden
}
.scrollbar-outer>.scroll-element .scroll-element_track {
	background-color: #eee
}
.scrollbar-outer>.scroll-element .scroll-element_outer, .scrollbar-outer>.scroll-element .scroll-element_track, .scrollbar-outer>.scroll-element .scroll-bar {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}
.scrollbar-outer>.scroll-element .scroll-bar {
	background-color: #d9d9d9
}
.scrollbar-outer>.scroll-element .scroll-bar:hover {
	background-color: #c2c2c2
}
.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191
}
.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
	left: -12px;
	margin-left: 12px
}
.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
	top: -12px;
	margin-top: 12px
}
.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
	min-width: 10px
}
.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
	min-height: 10px
}
.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -14px
}
.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -14px
}
.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -14px
}
.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -14px
}
.scrollbar-macosx>.scroll-element, .scrollbar-macosx>.scroll-element div {
	background: 0;
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10
}
.scrollbar-macosx>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}
.scrollbar-macosx>.scroll-element .scroll-element_track {
	display: none
}
.scrollbar-macosx>.scroll-element .scroll-bar {
	background-color: #6c6e71;
	display: block;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear
}
.scrollbar-macosx:hover>.scroll-element .scroll-bar, .scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7
}
.scrollbar-macosx>.scroll-element.scroll-x {
	bottom: 0;
	height: 0;
	left: 0;
	min-width: 100%;
	overflow: visible;
	width: 100%
}
.scrollbar-macosx>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 0
}
.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
	height: 7px;
	min-width: 10px;
	top: -9px
}
.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
	left: -9px;
	min-height: 10px;
	width: 7px
}
.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
	left: 2px
}
.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
	left: -4px
}
.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
	top: 2px
}
.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
	top: -4px
}
.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px
}
.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px
}
.scrollbar-light>.scroll-element, .scrollbar-light>.scroll-element div {
	border: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10
}
.scrollbar-light>.scroll-element {
	background-color: #fff
}
.scrollbar-light>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}
.scrollbar-light>.scroll-element .scroll-element_outer {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}
.scrollbar-light>.scroll-element .scroll-element_size {
	background: #dbdbdb;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
	background: -moz-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
	background: -webkit-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
	background: -o-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
	background: -ms-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
	background: linear-gradient(to right, #dbdbdb 0, #e8e8e8 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}
.scrollbar-light>.scroll-element.scroll-x {
	bottom: 0;
	height: 17px;
	left: 0;
	min-width: 100%;
	width: 100%
}
.scrollbar-light>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 17px
}
.scrollbar-light>.scroll-element .scroll-bar {
	background: #fefefe;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
	background: -moz-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
	background: -o-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
	background: -ms-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
	background: linear-gradient(to right, #fefefe 0, #f5f5f5 100%);
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}
.scrollbar-light>.scroll-content.scroll-scrolly_visible {
	left: -17px;
	margin-left: 17px
}
.scrollbar-light>.scroll-content.scroll-scrollx_visible {
	top: -17px;
	margin-top: 17px
}
.scrollbar-light>.scroll-element.scroll-x .scroll-bar {
	height: 10px;
	min-width: 10px;
	top: 0
}
.scrollbar-light>.scroll-element.scroll-y .scroll-bar {
	left: 0;
	min-height: 10px;
	width: 10px
}
.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer {
	height: 12px;
	left: 2px;
	top: 2px
}
.scrollbar-light>.scroll-element.scroll-x .scroll-element_size {
	left: -4px
}
.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer {
	left: 2px;
	top: 2px;
	width: 12px
}
.scrollbar-light>.scroll-element.scroll-y .scroll-element_size {
	top: -4px
}
.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -19px
}
.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -19px
}
.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -19px
}
.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -19px
}
.scrollbar-rail>.scroll-element, .scrollbar-rail>.scroll-element div {
	border: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10
}
.scrollbar-rail>.scroll-element {
	background-color: #fff
}
.scrollbar-rail>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}
.scrollbar-rail>.scroll-element .scroll-element_size {
	background-color: #999;
	background-color: rgba(0, 0, 0, 0.3)
}
.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size {
	background-color: #666;
	background-color: rgba(0, 0, 0, 0.5)
}
.scrollbar-rail>.scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	min-width: 100%;
	padding: 3px 0 2px;
	width: 100%
}
.scrollbar-rail>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	padding: 0 2px 0 3px;
	right: 0;
	top: 0;
	width: 12px
}
.scrollbar-rail>.scroll-element .scroll-bar {
	background-color: #d0b9a0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5)
}
.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6)
}
.scrollbar-rail>.scroll-content.scroll-scrolly_visible {
	left: -17px;
	margin-left: 17px
}
.scrollbar-rail>.scroll-content.scroll-scrollx_visible {
	margin-top: 17px;
	top: -17px
}
.scrollbar-rail>.scroll-element.scroll-x .scroll-bar {
	height: 10px;
	min-width: 10px;
	top: 1px
}
.scrollbar-rail>.scroll-element.scroll-y .scroll-bar {
	left: 1px;
	min-height: 10px;
	width: 10px
}
.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer {
	height: 15px;
	left: 5px
}
.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size {
	height: 2px;
	left: -10px;
	top: 5px
}
.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer {
	top: 5px;
	width: 15px
}
.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size {
	left: 5px;
	top: -10px;
	width: 2px
}
.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -25px
}
.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -25px
}
.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -25px
}
.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -25px
}
.scrollbar-dynamic>.scroll-element, .scrollbar-dynamic>.scroll-element div {
	background: 0;
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10
}
.scrollbar-dynamic>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}
.scrollbar-dynamic>.scroll-element.scroll-x {
	bottom: 2px;
	height: 7px;
	left: 0;
	min-width: 100%;
	width: 100%
}
.scrollbar-dynamic>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 2px;
	top: 0;
	width: 7px
}
.scrollbar-dynamic>.scroll-element .scroll-element_outer {
	opacity: .3;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px
}
.scrollbar-dynamic>.scroll-element .scroll-element_size {
	background-color: #ccc;
	opacity: 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s
}
.scrollbar-dynamic>.scroll-element .scroll-bar {
	background-color: #6c6e71;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px
}
.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar {
	bottom: 0;
	height: 7px;
	min-width: 24px;
	top: auto
}
.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
	left: auto;
	min-height: 24px;
	right: 0;
	width: 7px
}
.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer {
	bottom: 0;
	top: auto;
	left: 2px;
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	-o-transition: height .2s;
	-ms-transition: height .2s;
	transition: height .2s
}
.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
	left: auto;
	right: 0;
	top: 2px;
	-webkit-transition: width .2s;
	-moz-transition: width .2s;
	-o-transition: width .2s;
	-ms-transition: width .2s;
	transition: width .2s
}
.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size {
	left: -4px
}
.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
	top: -4px
}
.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px
}
.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px
}
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer, .scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer {
	overflow: hidden;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7
}
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size, .scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
	opacity: 1
}
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar, .scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
	height: 100%;
	width: 100%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px
}
.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer, .scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
	height: 20px;
	min-height: 7px
}
.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
	min-width: 7px;
	width: 20px
}
.scrollbar-chrome>.scroll-element, .scrollbar-chrome>.scroll-element div {
	border: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10
}
.scrollbar-chrome>.scroll-element {
	background-color: #fff
}
.scrollbar-chrome>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}
.scrollbar-chrome>.scroll-element .scroll-element_track {
	background: #f1f1f1;
	border: 1px solid #dbdbdb
}
.scrollbar-chrome>.scroll-element.scroll-x {
	bottom: 0;
	height: 16px;
	left: 0;
	min-width: 100%;
	width: 100%
}
.scrollbar-chrome>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 16px
}
.scrollbar-chrome>.scroll-element .scroll-bar {
	background-color: #d9d9d9;
	border: 1px solid #bdbdbd;
	cursor: default;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.scrollbar-chrome>.scroll-element .scroll-bar:hover {
	background-color: #c2c2c2;
	border-color: #a9a9a9
}
.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191;
	border-color: #7e7e7e
}
.scrollbar-chrome>.scroll-content.scroll-scrolly_visible {
	left: -16px;
	margin-left: 16px
}
.scrollbar-chrome>.scroll-content.scroll-scrollx_visible {
	top: -16px;
	margin-top: 16px
}
.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar {
	height: 8px;
	min-width: 10px;
	top: 3px
}
.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar {
	left: 3px;
	min-height: 10px;
	width: 8px
}
.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer {
	border-left: 1px solid #dbdbdb
}
.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track {
	height: 14px;
	left: -3px
}
.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size {
	height: 14px;
	left: -4px
}
.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer {
	border-top: 1px solid #dbdbdb
}
.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track {
	top: -3px;
	width: 14px
}
.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size {
	top: -4px;
	width: 14px
}
.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -19px
}
.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -19px
}
.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -19px
}
.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -19px
}
.footerblock {
	margin: 10px 0px 25px 0px;
	font-weight: 400;
}
.footerblock.contacts a {
	color: #a8cd0e;
}
.footerblock.contacts a:hover {
	color: #fff;
}
.project_list_sidebar {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 22px;
}
.project_list_sidebar li {
	margin-bottom: 3px;
}
.project_list_sidebar a {
	color: var(--black);
	background: #EDEDED;
	border-radius: 20px;
	padding: 14px 26px 14px 35px;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
	position: relative;
	display: block;
	transition: all 0.3s;
	
    display: flex;
    align-items: center;
}
.project_list_sidebar a:before {
	width: 8px;
	height: 13px;
	position: absolute;
	top: 50%;
	transition: left 0.3s;
	content: '';
	left: 20px;
	transform: translateY(-50%);
	background: url(/images/arrowright.png) no-repeat;
}
.project_list_sidebar li.current a, .project_list_sidebar a:hover {
	background: var(--dark-green);
	padding-left: 45px;
	transition: all 0.3s;
	color: #fff;
}
.project_list_sidebar li.current a:before, .project_list_sidebar a:hover:before {
	background-position: 0px -13px;
	transition: left 0.3s;
	left: 30px;
}
table {
	width: 100%;
}
table, table td {
	border: none;
	padding: 8px 12px;
	border-collapse: collapse
}
table.undl td {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 6px;
}
.shop_item {
	/* margin-bottom:42px; */
	text-align: center;
	position: relative
}
.shop_item_image {
	/* overflow: hidden; */
	border-radius: 6px;
}
.shop_item_image a {
	display: block;
	position: relative;
	/* overflow: hidden; */
}
.shop_group img, .shop_item_image img, .shop_item_page_image img {
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
}
.shop_item_image span {
	display: block;
	border-radius: 6px;
	overflow: hidden;
}
.row-portfolio {
	display: flex;
	flex-wrap: wrap;
}
.shop_item.portfolio {
	/*height: 268px;*/
	margin-bottom: 32px;
	border: none;
	overflow: hidden;
}
.shop_item.portfolio a {
	border-radius: 6px;
	overflow: hidden;
}
.shop_item_image .number-photo {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 60px;
	right: 0;
	bottom: 10px;
	background: #316738;
	font-weight: normal;
	font-size: 16px;
	line-height: 130%;
	color: #fff;
	padding-top: 3px;
	padding: 3px 10px;
  border-radius: 6px 0 0 6px;
  font-size: 0.9rem;
}
.shop_item-text {
	text-align: left;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: #444444;
	margin-top: 8px;
}
.portfolio .shop_item-text sup {
	font-weight: 700;
}
.shop_item_image .number-photo img {
	border-radius: 0 !important;
	transform: none !important;
	margin-left: 8px;
	margin-bottom: 2px;
}
.shop_item_image img {
	transition: all 0.3s;
	margin-bottom: 0;
	border-radius: 6px;
	margin: auto;
}
.shop_item_image a:hover img {
	transition: all 0.3s;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.shop_item_image.nozoom:hover img {
	transform: none;
}
.shop_item_page_image img, .shop_item_main_image img {
	margin-bottom: 20px;
}
.shop_filter {
	font-weight: 400;
	background: #f7f7f7;
	color: #5a5a5a;
	margin-bottom: 28px;
	border: 1px solid #d5d5d5;
	font-size: 14px;
	padding: 0px 10px;
}
.shop_filter div[class^="col-"] {
	padding: 8px 15px;
}
.shop_filter .sorting_area {
	border: 1px solid #d5d5d5;
	border-width: 0px 1px 0px 1px;
	background: #e7e7e7;
	text-align: center;
	border-collapse: collapse;
}
.shop_filter .sorting_price {
	text-align: center;
}
.sorting_up, .sorting_down {
	background: url('/images/sorting_arrows.png');
	height: 8px;
	display: inline-block;
	margin: 0px 5px;
	text-decoration: none;
	width: 13px;
}
p.center {
	text-align: center;
}
.slicknav_nav a.slicknav_row {
	display: flex;
	align-items: center;
}

.picture_in_text {
	float: right;
}
.sorting_down {
	background-position: -13px 0px;
}
.shop_group {
	text-align: center;
	margin-bottom: 40px;
}
.shop_group a {
	display: block;
	font-size: 18px;
	color: #444;
	font-weight: 400;
}
.shop_item a {
	font-size: 15px;
	color: #444;
	font-weight: 400;
}
.shop_item_area {
	padding: 4px 8px;
	/* Background */
	background: #1b273d;
	/* Font */
	color: #ffffff;
	/* Position */
	position: absolute;
	top: 5px;
	right: -5px;
	z-index: 5;
}
.shop_item_area:after {
	content: '';
	width: 0;
	height: 0;
	/* Border */
	border-top: 5px solid #0b0f18;
	border-right: 5px solid transparent;
	/* Position */
	position: absolute;
	right: 0;
	bottom: -5px;
}
.shop_item_area sup {
	font-size: .65em
}
.description_row .shop_item_area {
	/* Position */
	right: 5px;
}
.description_row .project {
	right: 10px;
}
.description__project {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.description__project a {
	display: flex !important;
	flex-direction: column;
	align-items: center;
}
.content__project {
	padding: 0 15px !important;
}
.name__project {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	text-align: center;
	color: #304351;
	margin-top: 13px;
}

.mobil-maps {
	display: none;
}
.article_title {
	font-size: 15px;
	color: #444;
	font-weight: 400;
}
.city {
	position: relative;
	font-size: 14px;
}
.city .city_parent {
	display: inline-block;
}
.city .city_parent .city_select {
	text-decoration: none;
	border-bottom: 1px dashed var(--orange);
	color: var(--orange);
}
.city .city_parent:hover .city_select {
	text-decoration: none;
	border-bottom: none;
}
.city_selector {
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 25px;
	z-index: 150;
	cursor: default;
	position: absolute;
	left: -20px;
	display: none;
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0px;
	list-style: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.city_selector li {
	display: inline-block;
	list-style: none;
	padding: 0px;
	width: 100%;
	margin: 0;
}
.city_selector li a {
	font-size: 16px;
	padding: 15px 20px;
	display: block;
	color: #444;
	white-space: pre;
	text-decoration: none;
}
.city_selector li a:hover, .city_selector li.current a {
	background: var(--dark-green);
	color: #fff;
}
.engletter {
	background: #ff1a00;
	background: -moz-linear-gradient(-45deg, #ff1a00 0%, #ff1a00 5%, #ffffff 5%, #ffffff 8%, #005c8e 8%, #005c8e 12%, #ffffff 12%, #ffffff 15%, #ff1a00 15%, #ff1a00 20%, #ffffff 20%, #ffffff 23%, #005c8e 23%, #005c8e 28%, #ffffff 28%, #ffffff 31%, #ff1a00 31%, #ff1a00 36%, #ffffff 36%, #ffffff 39%, #005c8e 39%, #005c8e 44%, #ffffff 44%, #ffffff 47%, #ff1a00 47%, #ff1a00 52%, #ffffff 52%, #ffffff 55%, #005c8e 55%, #005c8e 60%, #ffffff 60%, #ffffff 63%, #ff1a00 63%, #ff1a00 68%, #ffffff 68%, #ffffff 71%, #005c8e 71%, #005c8e 76%, #ffffff 76%, #ffffff 79%, #ff1a00 79%, #ff1a00 84%, #ffffff 84%, #ffffff 87%, #005c8e 87%, #005c8e 92%, #ffffff 92%, #ffffff 95%, #ff1a00 95%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ff1a00), color-stop(5%, #ff1a00), color-stop(5%, #ffffff), color-stop(8%, #ffffff), color-stop(8%, #005c8e), color-stop(12%, #005c8e), color-stop(12%, #ffffff), color-stop(15%, #ffffff), color-stop(15%, #ff1a00), color-stop(20%, #ff1a00), color-stop(20%, #ffffff), color-stop(23%, #ffffff), color-stop(23%, #005c8e), color-stop(28%, #005c8e), color-stop(28%, #ffffff), color-stop(31%, #ffffff), color-stop(31%, #ff1a00), color-stop(36%, #ff1a00), color-stop(36%, #ffffff), color-stop(39%, #ffffff), color-stop(39%, #005c8e), color-stop(44%, #005c8e), color-stop(44%, #ffffff), color-stop(47%, #ffffff), color-stop(47%, #ff1a00), color-stop(52%, #ff1a00), color-stop(52%, #ffffff), color-stop(55%, #ffffff), color-stop(55%, #005c8e), color-stop(60%, #005c8e), color-stop(60%, #ffffff), color-stop(63%, #ffffff), color-stop(63%, #ff1a00), color-stop(68%, #ff1a00), color-stop(68%, #ffffff), color-stop(71%, #ffffff), color-stop(71%, #005c8e), color-stop(76%, #005c8e), color-stop(76%, #ffffff), color-stop(79%, #ffffff), color-stop(79%, #ff1a00), color-stop(84%, #ff1a00), color-stop(84%, #ffffff), color-stop(87%, #ffffff), color-stop(87%, #005c8e), color-stop(92%, #005c8e), color-stop(92%, #ffffff), color-stop(95%, #ffffff), color-stop(95%, #ff1a00));
	background: -webkit-linear-gradient(-45deg, #ff1a00 0%, #ff1a00 5%, #ffffff 5%, #ffffff 8%, #005c8e 8%, #005c8e 12%, #ffffff 12%, #ffffff 15%, #ff1a00 15%, #ff1a00 20%, #ffffff 20%, #ffffff 23%, #005c8e 23%, #005c8e 28%, #ffffff 28%, #ffffff 31%, #ff1a00 31%, #ff1a00 36%, #ffffff 36%, #ffffff 39%, #005c8e 39%, #005c8e 44%, #ffffff 44%, #ffffff 47%, #ff1a00 47%, #ff1a00 52%, #ffffff 52%, #ffffff 55%, #005c8e 55%, #005c8e 60%, #ffffff 60%, #ffffff 63%, #ff1a00 63%, #ff1a00 68%, #ffffff 68%, #ffffff 71%, #005c8e 71%, #005c8e 76%, #ffffff 76%, #ffffff 79%, #ff1a00 79%, #ff1a00 84%, #ffffff 84%, #ffffff 87%, #005c8e 87%, #005c8e 92%, #ffffff 92%, #ffffff 95%, #ff1a00 95%);
	background: -o-linear-gradient(-45deg, #ff1a00 0%, #ff1a00 5%, #ffffff 5%, #ffffff 8%, #005c8e 8%, #005c8e 12%, #ffffff 12%, #ffffff 15%, #ff1a00 15%, #ff1a00 20%, #ffffff 20%, #ffffff 23%, #005c8e 23%, #005c8e 28%, #ffffff 28%, #ffffff 31%, #ff1a00 31%, #ff1a00 36%, #ffffff 36%, #ffffff 39%, #005c8e 39%, #005c8e 44%, #ffffff 44%, #ffffff 47%, #ff1a00 47%, #ff1a00 52%, #ffffff 52%, #ffffff 55%, #005c8e 55%, #005c8e 60%, #ffffff 60%, #ffffff 63%, #ff1a00 63%, #ff1a00 68%, #ffffff 68%, #ffffff 71%, #005c8e 71%, #005c8e 76%, #ffffff 76%, #ffffff 79%, #ff1a00 79%, #ff1a00 84%, #ffffff 84%, #ffffff 87%, #005c8e 87%, #005c8e 92%, #ffffff 92%, #ffffff 95%, #ff1a00 95%);
	background: -ms-linear-gradient(-45deg, #ff1a00 0%, #ff1a00 5%, #ffffff 5%, #ffffff 8%, #005c8e 8%, #005c8e 12%, #ffffff 12%, #ffffff 15%, #ff1a00 15%, #ff1a00 20%, #ffffff 20%, #ffffff 23%, #005c8e 23%, #005c8e 28%, #ffffff 28%, #ffffff 31%, #ff1a00 31%, #ff1a00 36%, #ffffff 36%, #ffffff 39%, #005c8e 39%, #005c8e 44%, #ffffff 44%, #ffffff 47%, #ff1a00 47%, #ff1a00 52%, #ffffff 52%, #ffffff 55%, #005c8e 55%, #005c8e 60%, #ffffff 60%, #ffffff 63%, #ff1a00 63%, #ff1a00 68%, #ffffff 68%, #ffffff 71%, #005c8e 71%, #005c8e 76%, #ffffff 76%, #ffffff 79%, #ff1a00 79%, #ff1a00 84%, #ffffff 84%, #ffffff 87%, #005c8e 87%, #005c8e 92%, #ffffff 92%, #ffffff 95%, #ff1a00 95%);
	background: linear-gradient(135deg, #ff1a00 0%, #ff1a00 5%, #ffffff 5%, #ffffff 8%, #005c8e 8%, #005c8e 12%, #ffffff 12%, #ffffff 15%, #ff1a00 15%, #ff1a00 20%, #ffffff 20%, #ffffff 23%, #005c8e 23%, #005c8e 28%, #ffffff 28%, #ffffff 31%, #ff1a00 31%, #ff1a00 36%, #ffffff 36%, #ffffff 39%, #005c8e 39%, #005c8e 44%, #ffffff 44%, #ffffff 47%, #ff1a00 47%, #ff1a00 52%, #ffffff 52%, #ffffff 55%, #005c8e 55%, #005c8e 60%, #ffffff 60%, #ffffff 63%, #ff1a00 63%, #ff1a00 68%, #ffffff 68%, #ffffff 71%, #005c8e 71%, #005c8e 76%, #ffffff 76%, #ffffff 79%, #ff1a00 79%, #ff1a00 84%, #ffffff 84%, #ffffff 87%, #005c8e 87%, #005c8e 92%, #ffffff 92%, #ffffff 95%, #ff1a00 95%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1a00', endColorstr='#ff1a00', GradientType=1);
	border: 1px solid #eee;
	padding: 9px;
	position: relative;
}
.engletter .body {
	background: #fff;
	border: 1px solid #eee;
	padding: 15px;
}
.zpopup .zclose {
	color: #444;
	position: absolute;
	right: 11px;
	height: 16px;
	width: 16px;
	z-index: 10001;
	top: 11px;
	transform: scale(1, 1);
}
.zpopup {
	position: fixed;
	border: 1px solid #eee;
	top: -50%;
	font-weight: 400;
	max-width: 100%;
	width: 470px;
	left: 50%;
	margin: -120px 0 0 -235px;
	/*transform:translate(-50%,-50%);*/
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-backface-visibility: hidden;
	z-index: 1000;
}
.zpopup.active {
	top: 50%;
}
.zpopup .engletter {
	border: none;
}
[data-zpopup] {
	cursor: pointer !important;
	position: relative;
	z-index: 1000;
}
.zshadow {
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index: 999;
	display: none;
	opacity: 0;
	background: rgba(255, 255, 255, 0.7);
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-backface-visibility: hidden;
}
.zshadow.active {
	display: block;
	opacity: 1;
}
.fullpopup {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: var(--dark-green);
	z-index: 999;
	transition: opacity 0.3s linear, background 0.3s linear;
	opacity: 0;
}
.fullpopup.hidden {
	visibility: hidden;
}
.custom-slick-slide .slick-slider .slick-list .slick-track .slick-slide {
	height: 130px;
}
@media(max-width:375px) {
	table, table td {
		/*display: block;*/
		padding: 8px 0;
	}
	
	ul {
		padding-left: 10px;
	}
}
.fullpopup.active {
	transition: opacity 0.3s linear, background 0.3s linear;
	opacity: 1;
	visibility: visible;
}
[data-fullpopup] {
	cursor: pointer;
	border-bottom: 1px dotted #f07d00;
	color: #f07d00;
}
.main_btn{
	background: linear-gradient(90deg, #FF6527 0%, #D83D27 100%);
	border-radius: 50px;
	font-size: 18px;
	color:#fff;
	font-family: 'Roboto', Arial;
	border:none;
	width: 100%;
	max-width: 200px;
	padding: 15px 0;
	position: relative;
	cursor: pointer;
	transition: all .3s;
}
.main_btn::after{
	content: attr(data-hover);
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #D83D27 0%, #FF6527 100%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px
}
.main_btn:hover::after{
	opacity: 1;
    visibility: visible;
}
.main_btn:hover{
	color:#fff;
	box-shadow: 0px 10px 10px rgba(216, 61, 39, 0.35);
}
.main_btn.link{
	display: block;
    text-align: center;
	text-decoration: none;
}
.btn_project span[data-fullpopup] {
	background: #a8cd0e;
	color: #fff;
	font-size: 15px;
	display: block;
	margin-top: 15px;
	width: 268px;
	line-height: 42px;
	text-align: center;
	border-bottom: 1px dotted transparent;
	transition: all ease-out 0.3s;
}
.btn_project span[data-fullpopup]:hover {
	background: #f07d00;
}
.fullpopup_close {
	position: fixed;
	top: -40px;
	cursor: pointer;
	right: 10%;
	width: 37px;
	height: 37px;
	background: url(/images/cross.png);
	transition: transform 0.3s;
}
.fullpopup_close:hover {
	transition: transform 0.3s;
	transform: rotate(-90deg);
}
.fullpopup form {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
}
.fullpopup .caption {
	font-size: 26px;
	text-transform: uppercase;
	font-family: 'Roboto', Arial;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
	line-height: 1.4;
}
.fullpopup__shop-block .caption {
	margin-bottom: 15px;
}
.fullpopup .subtitle {
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
	line-height: 1.4;
}
.fullpopup .buttons {
	text-align: center;
	padding: 15px 0px;
}
.fullpopup .buttons button {
	position: relative;
	z-index: 1;
	background: linear-gradient(90deg, #FF6527 0%, #D83D27 100%);
	border-radius: 50px;
	font-size: 18px;
	color:#fff;
	font-family: 'Roboto', Arial;
	border:none;
	width: 100%;
	max-width: 200px;
	padding: 15px 0;
	cursor: pointer;
	transition: all .3s;
}

.fullpopup .buttons button::after {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #D83D27 0%, #FF6527 100%);
    opacity: 0;
    transition: all .5s;
    position: absolute;
    top: 0;
    left: 0;
	z-index: -1;
    border-radius: 50px;
}


.fullpopup .buttons button:hover {
	box-shadow: 0px 20px 25px rgb(216 61 39 / 35%);
}

.fullpopup .buttons button:hover:after {
	opacity: 1;
}

.fullpopup .success {
	max-height: 0px;
	transition: max-height 0.3s;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.fullpopup .success.active {
	margin-top: 20px;
	max-height: 100px;
	transition: max-height 0.3s;
}
.form-control {
	padding: 12px 16px;
	font-size: 16px;
	width: 90%;
	margin-bottom: 15px;
	border: 1px solid var(--dark-green);
	transition: border-color 0.3s;
}

.button-pogonazh {
	width: 50%;
	text-align: center;
	background: #fff;
	cursor: pointer;
	color: #2a5a32;
	padding: 15px 0px;
	height: 48px;
	letter-spacing: 1px;
	font-size: 16px;
	border: 0;
	border: 1px solid #2a5a32;
	border-radius: 3px;
	margin-top: 24px;
	transition: all .3s;
}
.button-pogonazh:hover {
	color: #fff;
	background: #2a5a32;
}
.shop_item_info {
	margin-bottom: 42px;
}
.shop_item_description {
	/* Font */
	font-size: 16px;
}
.shop_item_description.item_equipment {}
.shop_item_description.item_equipment b {
	font-size: 18px;
	font-weight: 500;
}
.shop_item_description ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}
.shop_item_description ul:before {
	content: "";
	display: block;
	width: 146px;
	height: 107px;
	margin-top: -36px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: right;
	/* Background */
	background-color: #ffffff;
	background-image: url(/images/backgrounds/skeleton.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.shop_item_description ul li {
	margin-bottom: 17px;
	padding-left: 35px;
	/* Position */
	position: relative;
}
.shop_item_description ul li:last-child {
	margin-bottom: 0;
}
.shop_item_description ul li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	/* Background */
	background-color: #a8cd0e;
	/* Position */
	position: absolute;
	top: 9px;
	left: 15px;
}
.shop_item_note {
	margin-top: 24px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 35px;
	/* Background */
	background-color: #e8e8e8;
	/* Font */
	font-size: 16px;
	font-weight: 500;
}
.shop_item_description.item_characteristics {}
.shop_item_description.item_characteristics table {
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 33px;
	margin-left: 0;
}
.shop_item_description.item_characteristics table tr {}
.shop_item_description.item_characteristics table tr td {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	/* Border */
	border-bottom: 1px dashed #a8cd0e;
	/* Font */
	font-weight: 500;
}
.shop_item_description.item_characteristics table tr:last-child td {
	/* Border */
	border-bottom: 0;
}
.shop_item_description.item_characteristics table tr td img {
	display: block;
	width: 30px;
	height: auto;
}
.price {
	background: #e5e5e5;
	font-size: 24px;
	color: #444;
	position: relative;
	padding: 25px 20px;
	margin-right: 20px;
	height: 75px;
	text-align: center;
	line-height: 1;
}
.price:after {
	display: block;
	content: '';
	top: 0px;
	position: absolute;
	left: 100%;
	height: 75px;
	border: 37px solid transparent;
	border-left: 20px solid #e5e5e5;
}
/* Price view */

.price.price-view {
	height: 45px;
	margin-top: 10px;
	margin-right: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	/* Background */
	background: none;
	/* Font */
	font-size: 36px;
	font-weight: 700;
	color: #1b273d;
	text-align: left;
	/* Box sizing */
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.price.price-view:after {
	display: none;
}
.price.price-view .price-title {
	margin-right: 6px;
	/* Font */
	font-size: 24px;
	font-weight: 500;
}
.area {
	background: #1b273d;
	font-size: 24px;
	color: #fff;
	position: relative;
	padding: 25px 5px;
	margin-left: 20px;
	height: 75px;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1;
}
.area sup {
	font-size: 16px;
	top: -0.6em;
	margin-left: 5px;
}
.area:before {
	display: block;
	content: '';
	top: 0px;
	position: absolute;
	right: 100%;
	height: 75px;
	border: 37px solid transparent;
	border-right: 20px solid #1b273d;
}
/* Area view */

.area.area-view {
	height: 45px;
	margin-left: 0;
	padding-top: 11px;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 19px;
	/* Font */
	font-weight: 500;
	/* Position */
	position: absolute;
	top: 10px;
	right: 0;
	/* Box sizing */
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.area.area-view:before {
	display: none;
}
.area.area-view:after {
	content: '';
	width: 0;
	height: 0;
	/* Border */
	border-top: 10px solid #0b0f18;
	border-right: 10px solid transparent;
	/* Position */
	position: absolute;
	right: 0;
	bottom: -10px;
}
.area.area-view sup {
	margin-left: 0;
	/* Font */
	font-size: 14px;
	/* Position */
	top: -8px;
}
.checkbox {
	vertical-align: top;
	margin: 0 3px 0 0;
	width: 17px;
	height: 17px;
}
.checkbox+label {
	cursor: pointer;
}
.checkbox+label a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}
.video-responsive {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main_video {
	margin: 11px 0px 55px 0px;
}
/*Отзывы*/

.tab_captions {
	margin-bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.tab_caption {
	margin-right: 32px;
	color: #c7bdb0;
	font-family: 'Roboto', Arial;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer;
}
.tab_caption:last-child {
	margin-right: 0;
}
.tab_caption:hover {
	color: var(--dark-green);
}
.tab_caption--current {
	color: var(--dark-green);
}

.reviews .group_list {
	display: flex;
	justify-content: center;
}
.reviews .group_list ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.reviews .group_list ul li {
	margin: 0 12px;
}
.reviews .group_list ul a {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #C7BDB0;
}
.reviews__link-catalog {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
.reviews__link-catalog .main__btn {
	padding: 18px 20px;
	transition: all .3s linear;
	border: 1px solid #dc3e1d;
}
.reviews__link-catalog .main__btn:hover {
	color: #dc3e1d;
	background-color: transparent;
	border: 1px solid #dc3e1d;
}
.reviews #AddRecord {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 42px;
	margin-bottom: 60px;
}
.reviews #AddRecord .comment {
	background-color: #fff;
	border-radius: 8px;
	padding: 50px 60px;
}
.reviews #AddRecord .comment__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Roboto', Arial;
	color: #695146;
	margin-top: 0;
	margin-bottom: 30px;
}
.reviews #AddRecord .comment__content {
	display: flex;
}
.reviews #AddRecord .comment__left {
	display: flex;
	flex-direction: column;
	max-width: 345px;
	margin-right: 20px;
	width: 100%;
}
.reviews #AddRecord .comment__left input, .reviews #AddRecord .comment__left textarea {
	background: #F3EEE7;
	border-radius: 8px;
	font-weight: normal;
	font-family: 'Roboto', Arial;
	font-size: 14px;
	line-height: 17px;
	color: #AA9E8F;
	padding: 16px 20px;
	border: none;
	outline: none;
}
.reviews #AddRecord .comment__left input {
	margin-bottom: 20px;
}
.reviews #AddRecord .comment__left input::-webkit-input-placeholder, .reviews #AddRecord .comment__left textarea::-webkit-input-placeholder {
	color: #AA9E8F;
}
.reviews #AddRecord .comment__left input::-moz-placeholder, .reviews #AddRecord .comment__left textarea::-moz-placeholder {
	color: #AA9E8F;
}
.reviews #AddRecord .comment__left input:-moz-placeholder, .reviews #AddRecord .comment__left textarea:-moz-placeholder {
	color: #AA9E8F;
}
.reviews #AddRecord .comment__left input:-moz-input-placeholder, .reviews #AddRecord .comment__left textarea:-moz-input-placeholder {
	color: #AA9E8F;
}
.reviews #AddRecord .comment__right {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 370px;
	width: 100%;
	border-radius: 8px;
	padding: 40px 82px;
}
.reviews #AddRecord .comment__right p {
	margin-top: 0;
	margin-bottom: 15px;
	color: #695146;
	font-family: 'Roboto', Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
}
.reviews #AddRecord .comment__right .add-stars {
	display: flex;
	flex-direction: row-reverse;
}
.reviews #AddRecord .comment__right .add-stars .star__btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 3px;
}
.reviews #AddRecord .comment__right .add-stars .star__btn p {
	color: #695146;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
}
.reviews #AddRecord .comment__right .add-stars .star__btn input {
	display: none;
}
.reviews #AddRecord .comment__right .add-stars .star__btn input:checked+label svg path {
	fill: #F2994A;
	opacity: 1;
}
.reviews #AddRecord .comment__right .add-stars .star__btn span {
	font-family: 'Roboto', Arial;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #AA9E8F;
	margin-top: 6px;
}
.reviews #AddRecord .comment__right .add-stars .star__btn label {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background: #F9F5EF;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.reviews #AddRecord .comment__right .add-stars .star__btn label:hover svg path {
	fill: #F2994A;
	opacity: 1;
}
.reviews #AddRecord .comment__right .add-stars .star__btn label svg {
	margin-top: -1px;
}
.reviews #AddRecord .comment__right .add-stars .star__btn.active~.star__btn label svg path {
	fill: #F2994A;
	opacity: 1;
}
.reviews #AddRecord .comment__right .add-stars .star__btn.active-fix~.star__btn label svg path {
	fill: #F2994A;
	opacity: 1;
}
.reviews #AddRecord .comment__bottom {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.reviews #AddRecord .comment__bottom .main__btn {
	margin-right: 50px;
}
.reviews #AddRecord .comment__bottom p {
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #695146;
	max-width: 350px;
	margin-top: 20px;
}
.menu-review__title {
	margin-top: 80px;
	margin-bottom: 40px;
}

-catalog {
	grid-template-columns: repeat(4, 1fr) !important;
}
.block-reviews {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.block-reviews .comment {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px 20px 25px 20px;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--dark-green);
}
.block-reviews .comment p {
	margin: 0;
}
.block-reviews .comment__data {
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #AA9E8F;
}
.block-reviews .comment__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.block-reviews .comment__name {
	margin-top: 16px;
	margin-bottom: 8px;
	font-style: normal;
	font-family: 'Roboto', Arial;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: #695146;
}
.block-reviews .comment__text {
	font-weight: normal;
	font-size: 15px;
	line-height: 120%;
	color: #695146;
	max-height: 70px;
	overflow: hidden;
	transition: 0.3s ease-in-out;
}
.block-reviews .comment .show {
	max-height: 500px;
}
.block-reviews .comment__show {
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #DC3E1D;
	margin-top: 8px;
	padding-bottom: 1px;
	border-bottom: 1px dotted #DC3E1D;
	width: fit-content;
	display: none;
	cursor: pointer;
	width: max-content;
}
.price-table{
	margin-bottom: 15px;
}
.price-table__head{
	background: #0D7341;
	padding: 30px 0;
}
.price-table__result{
	width: 50%;
}
.price-table__head td{
	padding: 30px 0;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.price-table__head td:last-child{
	padding-right: 20px;
}
.price-table__head td:first-child{
	padding-left: 20px;
	text-align: left;
}
.price-table__head td:not(.price-table__result){
	width: 14%;
}
.price-table__head td:nth-child(3){
	width: 20%;
}
.price-table__head td:nth-child(4){
	width: 14%;
}
.price-table__body tr{
	background: #EDEDED;
	border-bottom: 1px solid #C4C4C4;
}
.price-table__body tr:last-child{
	border-bottom: none;
	background: #2C4C51;
}
.price-table__body tr:last-child td{
	padding: 40px 0 40px 20px;
	font-weight: 500;
	font-size: 22px;
	color: #fff;
}
.price-table__body tr:last-child td:not(:first-child){
	text-align: center;
}
.price-table__body td{
	padding: 30px 0 25px 20px;
	font-size: 18px;
}
.price-table__check{
	position: relative;
}
.price-table__check::after{
	content: '';
	display: block;
	width: 36px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: url(/images/сheck-table.svg) no-repeat center;
}
@media (max-width: 750px){
	.price-table{
		display: block;
		/* overflow-x: auto;
		white-space: nowrap; */
	}
}
@media (max-width: 575px) {
	.price-table__head td{
		font-size: 14px;
		padding: 20px 0;
	}
	.price-table__head td:first-child{
		padding-left: 10px;
	}
	.price-table__body td{
		font-size: 12px;
	}
	.price-table__check::after{
		background-size: 16px;
	}
	.price-table__body tr:last-child td{
		font-size: 13px;
		padding: 20px 0 20px 10px;
	}
	.price-table td{
		display: table-cell;
	}
	.price-table__result{
		width: 40%;
	}
	.price-table__body td{
		padding: 15px 0 13px 10px;
	}
}
@media (max-width: 375px){
	.price-table__head td:last-child{
		padding-right: 5px;
	}
}
/* Video */

.video {
	width: 100%;
}
.video__image {
	position: relative;
	display: inline-block;
	line-height: 0;
	cursor: pointer;
}
.video__image img {
	vertical-align: middle;
}
.video-preview {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
}
.video-preview__circle {
	width: 66px;
	height: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.5) 0 4px 20px 0.5px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.video-preview:hover .video-preview__circle {
	background-color: rgba(255, 255, 255, 1);
	transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}
.video-preview__triangle {
	display: block;
	border-top: 13px solid transparent;
	border-left: 18px solid rgba(81, 81, 81, 0.5);
	border-bottom: 13px solid transparent;
	position: absolute;
	top: 50%;
	left: calc(50% + 4px);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
/* Video - end */
.about-us{
	background:url(/images/about-us-bcg.png) center;
	padding: 92px 0;
	background-attachment: fixed;
	
}
.about-us h2{
	font-size: 35px;
	color: #FFFFFF;
	margin: 0;
	margin-bottom: 34px;
}
.about-us__blockquote{
	margin: 0;
	font-style: italic;
	font-size: 20px;
	color: #FFFFFF;
	max-width: 580px;
	padding-left: 56px;
	position: relative;
	margin-bottom: 24px;
}
.about-us__blockquote::before{
	content:"\2018\2018";
	font-size: 90px;
    position: absolute;
    top: -22px;
    left: -15px;
}
.about-us__block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-us .video{
	max-width: 480px;
	border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.about-us__link{
	color:#fff;
	display: inline-block;
	padding-left: 56px;
	font-size: 18px;
	transition: all .3s;
}
.about-us__link:hover{
	color:var(--light-green);
}
.reviews-main .sub-title{
	text-align: center;
    font-size: 20px;
    max-width: 550px;
    margin: auto;
    margin-bottom: 35px;
}
.reviews-main__slider{
	margin-bottom: 50px;
}
.reviews-main__all {
	
	background: linear-gradient(90deg, #FF6527 0%, #D83D27 100%);
	border-radius: 50px;
	display: flex;
	align-items:center;
	justify-content: center;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	z-index:4;
	color: #fff;
	transition: all .3s;
	max-width: 200px;
	height: 50px;
	margin: auto;
	position: relative;
	margin-bottom: 100px;
}
.reviews-main__all::after{
	content:'Все отзывы';
	display: flex;
	align-items:center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #D83D27 0%, #FF6527 100%);
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
}
.reviews-main__all:hover{
	color:#fff;
	box-shadow: 0px 10px 10px rgba(216, 61, 39, 0.35);
}
.reviews-main__all:hover:after {
	opacity: 1;
	visibility: visible;
}
.slider-reviews__item{
	position: relative;
	width: 100%;
	max-width: 380px;
	border: 2px solid #EDEDED;
	border-radius: 20px 40px 20px 20px;
	padding: 25px;
	margin: 0 20px;
}
.slider-reviews__play{
	position: absolute;
	top: 0;
	right: 0;
}
.reviews-main__slider .slick-prev{
	background: url(/images/arr-left.svg) no-repeat;
	width: 10px;
	height: 18px;
	left: -30px;
}
.reviews-main__slider .slick-next{
	background: url(/images/arr-right.svg) no-repeat;
	width: 10px;
	height: 18px;
	right: -30px;
}
.slider-reviews__top{
	margin-bottom: 8px;
	
	display: flex;
    align-items: center;
}
.slider-reviews__top--date{
	font-size: 14px;
	color:var(--light-black);
	margin-left: 7px;
}
.slider-reviews__name{
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1;
}
.slider-reviews__text{
	max-height: 59px;
	overflow: hidden;
	margin-bottom: 15px;
}
.slider-reviews__link{
	transition: all .3s;
}
.slider-reviews__link:hover{
	color:var(--light-orange);
}
.stars.small_star {
    display: flex;
    flex-direction: row-reverse;
    
}
.stars.small_star .star {
    margin: 0px 5px;
}
.stars.small_star .star:last-child{
	margin-left: 0;
}
.stars.small_star label.star {
    background: url(/images/star-noactive-big.svg) center no-repeat;
    width: 15px;
    height: 15px;
    background-size: contain;
}
.star.active, .star.active ~ .star {
    background: url(/images/star-active-big.svg) center no-repeat !important;
    background-size: contain !important;
}
.stars.small_star .star input {
    display: none;
}
.slider-reviews__text p{
	margin: 0;
	color:var(--light-black);
	line-height: 130%;
}
.partners-main .title{
	margin-top: 50px;
	margin-bottom: 44px;
}
.checkbox:not(checked) {
	position: absolute;
	opacity: 0;
}
.checkbox:not(checked)+label {
	position: relative;
	padding: 0 0 0 60px;
}
.checkbox:not(checked)+label:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 26px;
	border-radius: 13px;
	background: #CDD1DA;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
}
.checkbox:not(checked)+label:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 2px;
	width: 22px;
	height: 22px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
	transition: all .2s;
}
.checkbox:checked+label:before {
	background: #9FD468;
}
.checkbox:checked+label:after {
	left: 26px;
}
.checkbox:focus+label:before {}
.text-center {
	text-align: center;
}
@media (max-width: 549px) {
	.text-xxs-center {
		text-align: center;
	}
}
.gallery_selector {
	margin-bottom: 45px;
	font-size: 18px;
}
.icon-phone p {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	margin: 0px;
	color: #304351;
}
.icon-phone {
	padding: 3px 0px 1px 32px;
	position: relative;
	font-size: 18px;
	margin-bottom: 30px;
	display: inline-block;
}
.icon-phone:before {
	position: absolute;
	top: 8px;
	left: 0px;
	display: block;
	content: '';
	width: 22px;
	height: 22px;
	background: url(/images/telephone.svg) 50% 50% no-repeat;
}
.icon-mobile {
	padding: 3px 0px 1px 32px;
	position: relative;
	font-size: 18px;
	margin-bottom: 10px;
	display: inline-block;
}
.icon-mobile:before {
	position: absolute;
	top: 2px;
	left: 0px;
	display: block;
	content: '';
	width: 22px;
	height: 22px;
	background: url(/images/phone.png) 50% 50% no-repeat;
}
.icon-mobile:before {
	background: url(/images/mobile.png) 50% 50% no-repeat;
}
a.icof[href$=".xls"], a.icof[href$=".pdf"] {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 3px 0px 1px 42px;
}
a.icof[href$=".xls"]:before, a.icof[href$=".pdf"]:before {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	content: '';
	width: 35px;
	height: 35px;
	background-color: #a8cd0e;
	-webkit-mask-image: url(/images/pdf.svg);
	mask-image: url(/images/pdf.svg);
	background-size: 35px 35px;
	/*background:url(/images/pdf.svg) no-repeat;*/
}
a.icof[href$=".pdf"]:before {
	background: url(/images/pdf.png) no-repeat;
	-webkit-mask-image: none;
	mask-image: none;
}
a.icof[href$=".xls"]:before {
	-webkit-mask-image: url(/images/xls.svg);
	mask-image: url(/images/xls.svg);
}
.bottom_form {
	background: #fff url(/images/bottom_form1.png) 80% top no-repeat;
	margin: 65px 0 0px 0;
	padding: 80px 18px 112px 18px;
	font-weight: 400;
	font-size: 16px;
	z-index: 5;
	position: relative;
	max-height: 456px;
}
.bottom_form::after{
	z-index:-1;
	content:'';
	display: block;
	height: 456px;
	width: 820px;
	background:url(/images/house-bottom-form.png) no-repeat center;
	position: absolute;
	right: 0;
	bottom:0;


}
.bottom_form .title {
	font-weight: 400;
	font-size: 25px;
	color: var(--black);
	line-height: 1;
	text-transform: none;
	text-align: left;
	font-family: Roboto;
	margin-bottom: 15px;
	margin-top: 0;
}
.bottom_form .title p{
	display: inline-block;
	font-weight: 600;
	margin-bottom: 0;
}
.bottom_form .title p a{
	color:var(--black);
}
.callback_form__fields{
	display: flex;
	align-items:center;
	margin-bottom: 30px;
}
.callback_form__field{
	width: 100%;
	max-width: 250px;
	height: 50px;
	margin-right: 15px;
}

.bottom_form__text {
	font-size: 20px;
	line-height: 150%;
	color: var(--black);
	margin-bottom: 40px;
}
.mobile-filter{
	display: none;
	text-align: center;
}
.project-filter__block-close{
	display: none;
}
.callback_form__field input{
	width: 100%;
	height: 100%;
	background: #EDEDED;
	border-radius: 50px;
	border:none;
	padding-left: 30px;
	
}
.callback_form__field input::-webkit-input-placeholder{
	font-size: 18px;
	color:var(--black);
}
.callback_form__fields .button{
	background: linear-gradient(90deg, #FF6527 0%, #D83D27 100%);
	border-radius: 50px;
	font-size: 18px;
	color:#fff;
	font-family: 'Roboto', Arial;
	border:none;
	width: 100%;
	max-width: 220px;
	padding: 15px 0;
	position: relative;
	cursor: pointer;
	transition: all .3s;
}
.callback_form__fields .button::after{
	content: 'Рассчитать стоимость';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #D83D27 0%, #FF6527 100%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
}
.callback_form__fields .button:hover{
	box-shadow: 0px 10px 10px rgba(216, 61, 39, 0.35);
}

.callback_form__fields .button:hover::after {
	opacity: 1;
    visibility: visible;
}
.button2 {
	font-family: 'Roboto', Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	width: 90%;
	text-align: center;
	background: #A8CD0E;
	cursor: pointer;
	color: #1A2000;
	padding: 15px 0px;
	height: 54px;
	border: 0;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
}

.button2:hover {
	background: #f07d00;
	border-color: #d56f00;
}

.sidebar-price {
	margin-top: 38px;
}
#map_canvas {
	width: 100%;
	height: 400px;
}
.cook-panel {
	position: fixed;
	bottom: 118px;
	max-width: 400px;
	background: rgba(23, 23, 23, 0.8);
	border-radius: 20px;
	color: #fff;
	line-height: 1.7;
	font-size: 13px;
	font-weight: 400;
	z-index: 100;
}
.cook-panel, .cook-panel.hidden {
	opacity: 0;
	right: -100%;
	transform: translateX(30px);
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-ms-transform: translateX(30px);
	-o-transform: translateX(30px);
	transition: 0.5s, right 0s 0.5s;
	-webkit-transition: 0.5s, right 0s 0.5s;
	-moz-transition: 0.5s, right 0s 0.5s;
	-ms-transition: 0.5s, right 0s 0.5s;
	-o-transition: 0.5s, right 0s 0.5s;
}
.cook-panel.visible {
	right: 30px;
	opacity: 1;
	transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transition: 0.5s, right 0s;
	-webkit-transition: 0.5s, right 0s;
	-moz-transition: 0.5s, right 0s;
	-ms-transition: 0.5s, right 0s;
	-o-transition: 0.5s, right 0s;
}
.cook-panel__wrap {
	position: relative;
	display: flex;
	padding: 16px 46px 13px 25px;
}
.cook-panel__image {
	flex-shrink: 0;
	margin: 3px 16px 0 0;
}
.cook-panel__text {
	position: relative;
}
.cook-panel__more {
	display: inline-block;
	color: #9a9a9a;
}
.cook-panel__more:hover {
	color: #a8cd0e;
}
.cook-panel__close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 23px;
	height: 23px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
}
.cook-panel__close:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.cook-panel__close:before, .cook-panel__close:after {
	content: '';
	position: absolute;
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.cook-panel__close:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.cook-panel__close:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
@media (max-width: 768px) {
	.cook-panel {
		bottom: 0;
		width: 100%;
		max-width: 100%;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		font-size: 11px;
	}
	.cook-panel, .cook-panel.hidden {
		transform: translateY(100%);
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
	}
	.cook-panel, .cook-panel.hidden, .cook-panel.visible {
		right: 0;
	}
	.cook-panel__wrap {
		align-items: center;
		max-width: 530px;
		margin: auto;
		padding: 12px 50px 11px 8px;
	}
	.cook-panel__image {
		max-width: 42px;
		margin-top: 0;
	}
}
@media (max-width: 575px) {
	.cook-panel {
		right: 0;
		bottom: 0;
		width: 100%;
		max-width: 100%;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	}
	.cook-panel__wrap {
		max-width: 370px;
	}
}
.uil-poi-css {
	background: none;
	position: relative;
}
@-webkit-keyframes uil-poi-anim0 {
	0% {
		top: 145px
	}
	12% {
		top: 102px
	}
	25% {
		top: 70px
	}
	37% {
		top: 51px
	}
	50% {
		top: 45px
	}
	62% {
		top: 50px
	}
	75% {
		top: 70px
	}
	87% {
		top: 99px
	}
	100% {
		top: 145px
	}
}
@-webkit-keyframes uil-poi-anim0 {
	0% {
		top: 145px
	}
	12% {
		top: 102px
	}
	25% {
		top: 70px
	}
	37% {
		top: 51px
	}
	50% {
		top: 45px
	}
	62% {
		top: 50px
	}
	75% {
		top: 70px
	}
	87% {
		top: 99px
	}
	100% {
		top: 145px
	}
}
@-moz-keyframes uil-poi-anim0 {
	0% {
		top: 145px
	}
	12% {
		top: 102px
	}
	25% {
		top: 70px
	}
	37% {
		top: 51px
	}
	50% {
		top: 45px
	}
	62% {
		top: 50px
	}
	75% {
		top: 70px
	}
	87% {
		top: 99px
	}
	100% {
		top: 145px
	}
}
@-ms-keyframes uil-poi-anim0 {
	0% {
		top: 145px
	}
	12% {
		top: 102px
	}
	25% {
		top: 70px
	}
	37% {
		top: 51px
	}
	50% {
		top: 45px
	}
	62% {
		top: 50px
	}
	75% {
		top: 70px
	}
	87% {
		top: 99px
	}
	100% {
		top: 145px
	}
}
@-moz-keyframes uil-poi-anim0 {
	0% {
		top: 145px
	}
	12% {
		top: 102px
	}
	25% {
		top: 70px
	}
	37% {
		top: 51px
	}
	50% {
		top: 45px
	}
	62% {
		top: 50px
	}
	75% {
		top: 70px
	}
	87% {
		top: 99px
	}
	100% {
		top: 145px
	}
}
@-webkit-keyframes uil-poi-anim0 {
	0% {
		top: 145px
	}
	12% {
		top: 102px
	}
	25% {
		top: 70px
	}
	37% {
		top: 51px
	}
	50% {
		top: 45px
	}
	62% {
		top: 50px
	}
	75% {
		top: 70px
	}
	87% {
		top: 99px
	}
	100% {
		top: 145px
	}
}
@-o-keyframes uil-poi-anim0 {
	0% {
		top: 145px
	}
	12% {
		top: 102px
	}
	25% {
		top: 70px
	}
	37% {
		top: 51px
	}
	50% {
		top: 45px
	}
	62% {
		top: 50px
	}
	75% {
		top: 70px
	}
	87% {
		top: 99px
	}
	100% {
		top: 145px
	}
}
@keyframes uil-poi-anim0 {
	0% {
		top: 145px
	}
	12% {
		top: 102px
	}
	25% {
		top: 70px
	}
	37% {
		top: 51px
	}
	50% {
		top: 45px
	}
	62% {
		top: 50px
	}
	75% {
		top: 70px
	}
	87% {
		top: 99px
	}
	100% {
		top: 145px
	}
}
@-webkit-keyframes uil-poi-anim1 {
	0% {
		-ms-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-moz-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-webkit-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-o-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		transform: translate(0, 0) rotate(0deg) translate(0, 0)
	}
	100% {
		-ms-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-moz-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-webkit-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-o-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		transform: translate(0, 0) rotate(360deg) translate(0, 0)
	}
}
@-webkit-keyframes uil-poi-anim1 {
	0% {
		-ms-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-moz-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-webkit-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-o-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		transform: translate(0, 0) rotate(0deg) translate(0, 0)
	}
	100% {
		-ms-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-moz-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-webkit-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-o-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		transform: translate(0, 0) rotate(360deg) translate(0, 0)
	}
}
@-moz-keyframes uil-poi-anim1 {
	0% {
		-ms-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-moz-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-webkit-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-o-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		transform: translate(0, 0) rotate(0deg) translate(0, 0)
	}
	100% {
		-ms-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-moz-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-webkit-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-o-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		transform: translate(0, 0) rotate(360deg) translate(0, 0)
	}
}
@-ms-keyframes uil-poi-anim1 {
	0% {
		-ms-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-moz-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-webkit-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-o-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		transform: translate(0, 0) rotate(0deg) translate(0, 0)
	}
	100% {
		-ms-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-moz-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-webkit-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-o-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		transform: translate(0, 0) rotate(360deg) translate(0, 0)
	}
}
@-moz-keyframes uil-poi-anim1 {
	0% {
		-ms-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-moz-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-webkit-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-o-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		transform: translate(0, 0) rotate(0deg) translate(0, 0)
	}
	100% {
		-ms-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-moz-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-webkit-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-o-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		transform: translate(0, 0) rotate(360deg) translate(0, 0)
	}
}
@-webkit-keyframes uil-poi-anim1 {
	0% {
		-ms-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-moz-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-webkit-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-o-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		transform: translate(0, 0) rotate(0deg) translate(0, 0)
	}
	100% {
		-ms-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-moz-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-webkit-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-o-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		transform: translate(0, 0) rotate(360deg) translate(0, 0)
	}
}
@-o-keyframes uil-poi-anim1 {
	0% {
		-ms-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-moz-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-webkit-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-o-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		transform: translate(0, 0) rotate(0deg) translate(0, 0)
	}
	100% {
		-ms-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-moz-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-webkit-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-o-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		transform: translate(0, 0) rotate(360deg) translate(0, 0)
	}
}
@keyframes uil-poi-anim1 {
	0% {
		-ms-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-moz-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-webkit-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		-o-transform: translate(0, 0) rotate(0deg) translate(0, 0);
		transform: translate(0, 0) rotate(0deg) translate(0, 0)
	}
	100% {
		-ms-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-moz-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-webkit-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		-o-transform: translate(0, 0) rotate(360deg) translate(0, 0);
		transform: translate(0, 0) rotate(360deg) translate(0, 0)
	}
}
.uil-poi-css>div {
	position: absolute;
	top: 60%;
	left: 50%;
	width: 90px;
	height: 90px;
	margin-left: -45px;
	border-radius: 45px;
	background: none;
	border: 30px solid #a8cd0e;
	-ms-animation: uil-poi-anim0 0.8s linear infinite;
	-moz-animation: uil-poi-anim0 0.8s linear infinite;
	-webkit-animation: uil-poi-anim0 0.8s linear infinite;
	-o-animation: uil-poi-anim0 0.8s linear infinite;
	animation: uil-poi-anim0 0.8s linear infinite;
}
.uil-poi-css>div:after {
	content: " ";
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #a8cd0e;
	position: absolute;
	top: 43px;
	left: -15px;
	-ms-transform: scaleX(0.66);
	-moz-transform: scaleX(0.66);
	-webkit-transform: scaleX(0.66);
	-o-transform: scaleX(0.66);
	transform: scaleX(0.66);
}
.seo_block {

	
	background: #fff;
	box-shadow: 0 8px 18px -7px rgba(0, 0, 0, 0.12);
}
.pagination {
	text-align: center;
}
.pagination span, .pagination a {
	font-family: 'Roboto';
	font-weight: bold;
	margin: 0px 5px;
	font-size: 18px;
	display: inline-block;
	color: #969696;
}
.pagination span, .pagination a:hover {
	color: #f07d00;
	text-decoration: none;
}
div.icof.xls, div.icof.pdf {
	position: relative;
	margin-bottom: 20px;
	font-size: 0.9em;
	padding: 3px 0px 1px 42px;
	color: rgba(24, 24, 24, 0.5);
}
div.icof.xls a, div.icof.pdf a{
	color:var(--black);
}
div.icof.xls:before, div.icof.pdf:before {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	content: '';
	width: 35px;
	height: 35px;
	background-color: #a8cd0e;
	-webkit-mask-image: url(/images/pdf.svg);
	mask-image: url(/images/pdf.svg);
	background-size: 35px 35px;
	/*background:url(/images/pdf.svg) no-repeat;*/
}
div.icof.pdf:before {
	background: url(/images/pdf.png) no-repeat;
	-webkit-mask-image: none;
	mask-image: none;
}
div.icof.xls:before {
	-webkit-mask-image: url(/images/xls.svg);
	mask-image: url(/images/xls.svg);
}
.gallery {
	margin: 30px 0px;
	position: relative;
}
.gallery img {
	display: block;
	max-width: 100%;
}
.shop_block {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
}
.shop_block .shop_item {
	display: flex;
	flex-direction: column;
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.shop_block .shop_item:hover {
	background-color: transparent;
	box-shadow: 0px 0px 8px rgba(37, 40, 43, 0.12);
}

.similar-projects h2{
	margin-bottom: 50px;
	text-align: center;
}
.similar-projects .our-projects__item{
	margin: 0 10px;
}
.similar-projects .our-projects__links a{
	filter: none;
}
.description_row {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px 15px;
}
.description_row a {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}
.description-row__title {
	margin-bottom: 12px;
	text-align: left;
}
.description_row .chars {
	margin-bottom: 30px;
	color: #667179;
}
.description_row .char-item {
	display: flex;
	margin-bottom: 12px;
}
.description_row .char-item:last-child {
	margin-bottom: 0;
}
.description_row .char-item__icon {
	flex-shrink: 0;
	width: 16px;
	margin-right: 10px;
}
.description_row .char-item__name {
	flex-shrink: 0;
}
.description_row .char-item__dots {
	position: relative;
	flex-basis: 100%;
	flex-shrink: 1;
	margin: 0 4px;
	overflow: hidden;
}
.description_row .char-item__dots:before {
	position: absolute;
	content: '.................................................................................................................................................................................';
	display: block;
	width: 100%;
	height: 100%;
	color: #667179;
}
.description_row .char-item__value {
	flex-shrink: 0;
}
.description_row .pice {
	margin-top: auto;
	color: #a8cd0e;
	font-size: 18px;
	font-weight: bold;
}
.description_row .btn-order.button-order-view {
	display: inline-block;
	height: auto;
	width: auto;
	margin: 12px auto 0 auto;
	padding: 12px 26px;
	text-transform: none;
	letter-spacing: 0;
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 400;
}
.row-projec {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.news_item {
	margin-bottom: 40px;
}
.news_title {
	color: #444;
}
.news_img {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.news_img img {
	display: block;
	max-width: 100%;
	transition: all 0.3s;
}
.news_img:hover img {
	opacity: 0.75;
	transition: all 0.3s;
	transform: scale(1.2);
}
.news_more {
	display: inline-block;
	padding: 8px 15px;
	background: #a8cd0e;
	border: 1px solid #90b000;
	color: #fff;
	transition: all 0.3s;
	margin: 5px 0px;
}
.news_more:hover {
	background: #f07d00;
	transition: all 0.3s;
	border: 1px solid #f07d00;
	text-decoration: none;
	color: #fff;
}
.slick-slide img, .mainslick img, .readyworks img {
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
}
.readyworks img {
	border-radius: 6px;
}
.projectslick {
    margin-bottom: 30px !important;
}
.projectslick .container {
	position: relative;
}
.projectslick .projectslick-prev, 
.projectslick .projectslick-next {
	left: auto;
	right: -30px;
	top: 45%;
	position: absolute;
	display: block;
	width: 10px;
	z-index: 15;
	cursor: pointer;
	height: 18px;
	background: url(/images/arr-left.svg) no-repeat;
}
.gallery .projectslick-prev, .gallery .projectslick-next {
	left: auto;
	right: 0px;
	top: 45%;
	position: absolute;
	display: block;
	width: 10px;
	z-index: 15;
	cursor: pointer;
	height: 18px;
	background: url(/images/arr-right.svg) no-repeat;
}
.projectslick .projectslick-next{
	background: url(/images/arr-right.svg) no-repeat;
}


.projectslick .projectslick-prev {
	right: auto;
    left: -30px
	
}

.projectslick .slick-slider {
	margin: 0px;
	/* overflow: hidden; */
}
.projectslick .slick-list {
	margin: 0px -15px;
}
.projectslick.wideslick .slick-list {
	margin: 0px;
}
.partner_slide {
	padding: 0px 5px;
}
.partner_slide img {
	margin: 0 auto;
	border-radius: 20px;
}
.projectslick, .readyworks {
	padding: 70px 0px 98px 0px;
	margin: 0px;
	position: relative;
}

.projectslick .slick-slide {
	text-align: center;
}
.projectslick .slick-slide .description_row {
	position: relative;
	margin: 0px 5px;
	padding: 0px 10px;
}
 .readyworks .title {
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.projectslick.sameslick {
	padding: 0;
}
.sameslick .title {
	font-size: 24px;
}
.projectslick .description, .readyworks .description {
	font-family: 'Roboto';
	color: #5a5a5a;
	font-size: 20px;
	margin-bottom: 66px;
}
.projectslick .sub-title {
	color:var(--light-black);
	font-size: 20px;
	max-width: 700px;
	margin: auto;
	text-align: center;
	margin-bottom: 35px;
}
.our-projects{
	padding-bottom: 100px;
}
.our-projects .title{
	margin-bottom: 50px;
}
.our-projects__items{
	display: grid;
	grid-template-columns: repeat(4, 280px);
	grid-column-gap: 20px;
	grid-row-gap: 64px;
}
@media (max-width:1200px) {
    .our-projects__items {
        grid-template-columns: repeat(3, 280px);
        justify-content: center;
    }
}
.our-projects__item {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
	transition: 0.5s;
	border-radius: 20px 20px 20px 20px;
    padding-bottom: 10px;
	border: 1px solid #E6E6E6;
}
.our-projects__item .image__block{
	position: relative;
	margin-bottom: 40px;
}
.our-projects__item .image__project{
	max-height: 180px;
	overflow: hidden;
	border-radius: 20px 20px 0px 0px;
	
	
}
.our-projects__item.slick-slide {
	margin-bottom: 10px;
	min-height: 409px;
	display: flex;
	max-width: 280px;
}
.our-projects__item.slick-slide + .our-projects__item.slick-slide {
	margin-left: 30px;
}
.our-projects__item--specifications {
    position: absolute;
    top: auto;
	bottom: -14px;
	display: flex;
	justify-content:  center;
	gap: 5px;
	max-width: 256px;
	width: 100%;
	left: 50%;
    transform: translateX(-50%)
}
.our-projects__item--specifications div{
	background: #FFFFFF;
	border-radius: 50px;
	filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 8px;
	color: #2C4C51;
	white-space: nowrap;
}
.our-projects__item--specifications div:last-child{
	color:var(--orange);
}
.our-projects__item .name__project{
	font-size: 16px;
	text-align: center;
	color:var(--black);
	display: block;
	margin-bottom: 10px;
}
.our-projects__item .price__project {
	
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
.our-projects__item > a {
    flex-grow: 1;
}
.our-projects__links{
	justify-content: space-around;
	display: flex;
}
.our-projects__links span{
	width: 100%;
	max-width: 160px;
	font-size: 18px;
	height: 50px;
	/*margin: auto;*/
	border: 1px solid #EDEDED;
	color:#fff;
	display: flex;
	align-items:center;
	justify-content: center;
	border-radius: 50px;
	transition: all .3s;
	background: linear-gradient(90deg, #FF6527 0%, #D83D27 100%);
}
.our-projects__links span:hover{
	box-shadow: 0px 10px 10px rgb(216 61 39 / 35%);

}
.our-projects__links a{
	width: 50px;
	height: 50px;
	background: #EDEDED;
	border-radius: 50px;
	display: flex;
	align-items:center;
	justify-content: center;
}
.our-projects__links a svg path{
    fill: #18181880;
}
.mobile-baths img {
	max-width: 100%;
}
.mobile-baths__layout .name-tabs {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.mobile-baths__layout .name-tabs .tab {
	border-bottom: 1px dashed #a8cd0e;
	font-weight: 500;
	margin-right: 20px;
	cursor: pointer;
	transition: all .3s;
	font-size: 20px;
}
.mobile-baths__layout .name-tabs .tab:hover {
	border-bottom: 1px dashed transparent;
}
.mobile-baths__layout .name-tabs .tab span {
	color: #999;
}
.mobile-baths__layout .name-tabs .tab:hover {
	background: var(--color-1);
}
.mobile-baths__layout .name-tabs .tab.active {
	border-bottom: none;
	color: #a8cd0e;
}
.mobile-baths__layout .content-tabs {
	padding-top: 20px;
}
.mobile-baths__layout .content-tabs .tab {
	display: none;
}
.mobile-baths__layout .content-tabs .tab.active {
	display: block;
}
.advantages__doc {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #667179;
}
.advantages__doc ol {
	margin-top: 52px;
	padding-left: 0;
}
.advantages__doc ol li {
	display: flex;
	align-items: center;
	list-style: none;
	font-weight: 500;
	font-size: 18px;
	color: #304351;
}
.advantages__doc li img {
	margin-right: 20px;
}
.advantages__doc ul li {
	color: #A8CD0E;
}
.advantages__doc ul li span {
	color: #667179;
}
.advantages__doc a {
	font-weight: 500;
	color: #A8CD0E;
}
.advantages__doc p {
	margin-bottom: 14px;
	margin-top: 0px;
}
.tab-about {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.tab-about .tab-about__img {
	max-width: 600px;
	margin-right: 30px;
}
.tab-about__doc {
	position: relative;
	font-size: 14px;
	margin-bottom: 33px;
}
.tab-about__doc:before {
	position: absolute;
	content: "";
	display: block;
	width: 30px;
	height: 34px;
	background-image: url(/images/doc-pdf.png);
	/* background-size: cover; */
	/* margin-right: 30px; */
	/* flex-shrink: 0; */
}
.tab-about__doc .doc-link {
	display: block;
	padding-left: 45px;
}
.tab-about__doc .doc-link:hover {
	text-decoration: none;
}
.tab-about__doc .doc-name {
	display: block;
	color: #a8cd0e;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}
.tab-about__doc .doc-link:hover .doc-name {
	color: #2b6232;
	text-decoration: underline;
}
.tab-about__doc .doc-size {
	display: block;
	color: #babfc5;
}
.specification-table td {
	border: 1px solid #e8e8e8;
}
.mobile-baths .title {
	margin-top: 30px;
}
/*Страница сотрудники начало*/

.sotrudnik_block {
	display: flex;
	flex-wrap: wrap;
}
.style_block {
	padding: 16px;
	border: 1px solid #eee;
	padding-left: 10px;
}
.style_block_shadow:hover {
	border: solid 1px #e6e6e6;
	box-shadow: 0px 0px 15px 2px rgba(150, 150, 150, 0.2);
}
.sotrudnik_group {
	margin-bottom: 5%;
}
.sotrudnik_group p.title {
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 120%;
	margin-top: 0;
	color: #304351;
	margin-bottom: 13px;
	font-family: Roboto;
	text-align: left;
	text-transform: initial;
}
.sotrudnik_item {
	padding: 0;
	max-width: 270px;
	margin-right: 10px;
}
.sotrudnik_item:not(.boss) {
	width: calc(33.33% - 6.66px);
	margin: 0 5px 10px !important;
}
.sotrudnik_item:not(.boss) img {
	max-width: 100%;
}
.sotrudnik_item:not(.boss):nth-child(3n+1) {
	margin-left: 0 !important;
}
.sotrudnik_item:not(.boss):nth-child(3n) {
	margin-right: 0 !important;
}
.sotrudnik_item.boss {
	max-width: none;
	display: flex;
	width: 100%;
	height: 302px;
}
.sotrudnik_item.boss .img {
	flex-shrink: 0;
	margin-bottom: 0;
}
.sotrudnik_item.boss .sotrudnik_info {
	text-align: left;
	padding-left: 30px;
}
.sotrudnik_info {
	text-align: left;
	padding: 16px;
	cursor: default;
}
.sotrudnik_item .name {
	font-size: 1.2rem;
	color: #304351;
	text-align: left;
	font-weight: 500;
}
.sotrudnik_item .status {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 150%;
	color: #c9cbce;
	margin-bottom: 10px;
	text-align: left;
}
.sotrudnik_item .description {
	color: #667179;
	text-align: left;
}
.sotrudnik_item .phone a {
	color: #656565;
	text-align: left;
	border-bottom: 0;
}
.history-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.history-items .history-item {
	width: calc(50% - 10px);
	margin-bottom: 20px;
	text-align: center;
}
.history-items .history-item .year {
	font-weight: 500;
}
.history-items .history-item .text {
	font-weight: 600;
}
@media (max-width: 767px) {
	.sotrudnik_block .sotrudnik_item:not(.boss) {
		width: calc(50% - 10px);
		margin: 0 5px 15px !important;
	}
	.picture_in_text {
		max-width: 200px;
		float: left;
	}
	.picture_in_text.m-center {
		float: none;
		max-width: 100%
	}
	.history-items .history-item {
		width: 100%;
	}
	.news_img img {
		margin: auto;
	}
	.name__project {
		font-size: 16px;
	}
	.slicknav_menu {
		display: block
	}
	
}
/*Страница сотрудники конец*/

@media (max-width:768px) {
	.projectslick .description, .readyworks .description {
		font-size: 18px;
	}
	.project_list_sidebar, a.link-action, .sidebar-price {
		display: none;
	}
	.button-pogonazh {
		width: inherit;
	}
	.mobile-baths .title {
		font-size: 18px;
		text-align: left;
	}
	.mobile-baths__layout .name-tabs .tab {
		font-size: 16px;
	}
	.footer-mark img {
		width: 100%;
	}
	.slicknav_icon span.slicknav_icon-bar:last-child {
		top: 62%;
	}
	.slicknav_btn.slicknav_open span.slicknav_icon-bar:last-child {
		top: 50%;
	}
	.midbar .messenger-icons .messenger-icons__item{
		max-width: 20px;
	}
	.call-back__link{
		font-size: 14px;
	}
	.copyright-block__items{
		flex-direction: column;
	}
	.page-item__info{
		max-width: 100%;
	    order: 3;
	}
	.specifications-item .specifications-item__label,
	.specifications-item .specifications-item__val{
		font-size: 18px;
	}
	.page-item .price-block{
		font-size: 26px;
	}
	.project-filter__block-close{
		display: block;
		position: absolute;
		right: 10px;
		top: 20px;
	}
	.mobile-filter{
		display: block;
		margin: auto;
		margin-bottom: 30px;
		
	}
	.mobile-filter__block .project-filter__block {
		margin-bottom: 0;
		position: fixed;
		width: 100%;
		height: 100%;
		background: #fff;
		top: 0;
		left: 0;
		padding: 20px;
		z-index: 100;
		transform: translateX(-100%);
		transition: all .3s linear;
	}
	.mobile-filter__block .project-filter__block.active{
		transform: translateX(0);
	}
	.mobile-filter__block .project-filter__item{
		padding:10px 5px 10px 40px;
	}
	.mobile-filter__block .project-filter__item svg{
		opacity: 1;
		width: 14px;
    	top: 15px;
	}
	
}
@media (max-width:375px) {
	.footer-mark img {
		width: auto;
	}
	.specification-table {
		padding: 0;
		display: block;
		overflow-x: scroll;
	}
	.specification-table td {
		display: table-cell;
		padding: 10px 10px;
	}
}
.morebtn {
	text-align: center;
	margin-top: 72px;
}
.morebtn a {
	display: inline-block;
	border: none;
	border-radius: 3px;
	background: #a8cd0e;
	color: #05341d;
	font-size: 16px;
	padding: 18px 72px;
	line-height: 14px;
	text-decoration: none;
}
.morebtn a:hover {
	background: #f07d00;
	color: #ffffff;
	border-color: #d56f00;
}
.project-btn {
	margin-top: 0;
}
table.tbl td:nth-child(2n) {
	width: 40%;
}
table.tbl td:nth-child(2n-1) {
	width: 10%;
}
.images-structure {
	text-align: center;
}
.razdel {
	margin-bottom: 25px;
}
@media (max-width: 1200px) {
	.price, .area {
		font-size: 18px;
		padding: 30px 5px;
	}
	.bottom_form .title {
		font-size: 20px;
	}
	.top_menu a {
		padding: 14px 8px;
	}
	.top_menu li.has_sub>a {
		padding-right: 25px;
	}
	.top_menu a span {
		right: 5px;
	}
	.consult_bg {
		background-position: 65% top;
	}
	.green_bg .container {
		max-width: 90%;
	}
	/* .top_menu.fixed .top_menu_ul > p {
        display: none;
	}*/
	
}
@media (max-width: 1024px) {
	
	.our-projects__items{
		grid-template-columns: repeat(3, 1fr);
	}
	
}
@media (max-width: 990px) {
	.price, .area {
		font-size: 20px;
	}
	.area sup {
		font-size: 14px;
	}
	.breadcrumbs h1 {
		font-size: 28px;
	}
	
	.our-projects__items{
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 40px;
	}
	.our-projects__item .name__project{
		font-size: 20px;
	}
	.bottom_form__text{
		font-size: 15px;
	}
	
}
@media (max-width: 768px) {
	header .midbar .info.address {
		text-align: center;
	}
	.city_selector {
		text-align: center;
	}
	.breadcrumbs h1 {
		font-size: 24px;
	}
	
	.fullpopup form {
		min-width: 80%;
	}
	.image__project {
		width: auto;
		height: 230px;
	}
	p {
		font-size: 13px;
	}
	table.tbl tr {
		display: flex;
		flex-wrap: wrap;
		font-size: 13px;
	}
	table.tbl td:nth-child(2n-1) {
		width: 15%;
	}
	table.tbl td:nth-child(2n) {
		width: 85%;
	}
	ul {
		font-size: 13px;
	}
}
@media (min-width: 631px) and (max-width: 767px) {
	.shop_item.portfolio {
		width: 267px;
	}
	
}
@media (max-width: 500px) {
	table.tbl td:nth-child(2n-1) {
		width: 30%;
	}
	table.tbl td:nth-child(2n) {
		width: 70%;
	}
	.our-projects__links {
		
		width: 100%;
		max-width: 350px;
	}
	.our-projects__items{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 20px;
	}
	.our-projects__item{
		align-items: center;
	}
}
.ztooltip {
	position: absolute;
	top: 100%;
	left: 0px;
	display: none;
	min-width: 230px;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
	background: #fff;
	z-index: 100;
}
.ztooltip.active {
	display: block;
}
.ztooltip .body {
	padding: 10px 15px;
}
.ztooltip .button {
	background: #2C4C51;
	border: 1px solid #2C4C51;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	margin-right: 25px;
	cursor: pointer;
	text-decoration: none;
	padding: 5px 12px;
	transition: all 0.3s;
}
.ztooltip .button:hover {
	background: #18181880;
	transition: all 0.3s;
}
.ztooltip .selectother {
	text-decoration: none;
	color: #FF6527;
	border-bottom: 1px dashed #FF6527;
	cursor: pointer;
}
.ztooltip .selectother:hover {
	color: #444;
	border-bottom-color: #444;
}
/* Флаг принятия ползовательского соглашения */

.accept a {
	color: #ffffff;
}
#callback .accept {
	color: #ffffff;
	text-align: center;
	width: 75%;
	left: 16.6666%;
	position: relative;
}
.accept {
	color: #ffffff;
	text-align: left;
	width: 100%;
	position: relative;
	/* margin-top: 30px; */
}
#form-bottom-order .accept {
	text-align: left;
	left: 0;
}
.accept label {
	display: block;
	color: #fff;
}
.accept label.call-back {
	color: #667179;
	padding-left: 4px;
	margin-bottom: 15px;
	font-size: 14px;
}
.accept label a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid var(--dark-green);
}
.accept label a:hover {
	color: #a8cd0e;
	border: none;
}
.bottom_form .accept{
	color: #18181880;
	max-width: 580px;
	font-size: 15px;
}
.bottom_form .accept a{
	color:var(--dark-green);
}
/* Ссылки в подвале на политику */

.documents .docs {
	color: #767d8c;
	;
	display: inline-block;
	margin-bottom: 5px;
	height: 20px;
	font-weight: 400;
	transition: color .2s;
}
.documents .docs:hover {
	color: #a8cd0e;
	text-decoration: none;
	border-bottom: 1px dotted #a8cd0e;
}
/* Стили на брус */

.ins_block .product, .preims {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
	flex-wrap: wrap;
}
.ins_block .product .discr {
	width: 450px;
}
.discr span {
	color: #f07d00;
}
.discr a {
	text-decoration: underline;
}
.discr a.a_btn {
	display: block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	width: 150px;
	line-height: 37px;
	background-color: #a8cd0e;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}
.discr a.a_btn:hover {
	background-color: #0d703f;
	color: #ffffff;
	text-decoration: none;
}
.preim {
	width: 48%;
	overflow: hidden;
	margin-top: 35px;
}
.preim .p_img {
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.title_p {
	color: #0d703f;
	font-family: Open Sans;
	font-weight: 500;
}
.bot_block {
	padding: 15px;
	color: #020202;
	background-color: #f5f5f5;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}
.tbl td span {
	color: #0d703f;
}
.name_calb {
	width: 0px;
	padding: 0px;
	transition: .3s;
}
.name_calb input {
	width: 0px;
	padding: 0px;
	border: 1px transparent !important;
	transition: .5s;
}
.show_name {
	text-align: center;
	transition: .3s;
}
.comment_block textarea {
	width: 830px;
}
#file1 {
	width: 0;
	height: 0;
	padding: 0;
	border: 0;
	position: absolute;
	visibility: hidden;
}
label[for="file1"] {
	font-size: 16px;
	color: #a8cd0e;
	width: 268px;
	text-align: center;
	line-height: 48px;
	display: block;
	border: 1px dashed #a8cd0e;
	margin: 0 auto;
	cursor: pointer;
}
label[for="file1"] img {
	margin-bottom: -4px;
	margin-right: 7px;
}
.form-project {
	display: flex;
	background: #1b273d;
	border: 1px solid #d1d1d1;
	overflow: hidden;
}
.form-bg .form-project {
	border: none;
	padding: 0 15px 0 0;
}
.form-bg .form-project .form-content p {
	font-size: 20px;
}
.form-project img {
	align-self: flex-end;
}
.form-project .form-content {
	padding-top: 30px;
	padding-bottom: 20px;
	margin-left: -80px;
}
.form-project .form-content .title {
	font-size: 28px;
	color: #fff;
	font-weight: 700;
}
.form-project .form-content p {
	font-size: 22px;
	color: #fff;
}
.form-project .form-content span {
	display: block;
	background: #a8cd0e;
	color: #05341d;
	font-size: 16px;
	max-width: 247px;
	text-align: center;
	padding: 10px;
	border: none;
	font-weight: 400;
	transition: .3s;
}
.form-project .form-content span:hover {
	color: #fff;
	background: #f07d00;
}
.fullpopup .buttons button:disabled {
	opacity: 0.75;
	cursor: no-drop;
}
#table-price td {
	border: 1px solid #333;
	border-collapse: separate;
	padding: 5px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
#table-price td.material {
	color: #00ae00;
	font-size: 16px;
}
#table-price caption {
	color: #00ae00;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 10px;
}
#table-price td.name {
	color: #00ae00;
	font-size: 14px;
	text-align: left;
	font-style: italic;
}
#table-price tr.header td {
	color: #000;
	font-style: italic;
}
.note-icon{
	position: relative;
	margin-bottom: 20px;
}
.note-icon__button{
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-size: 16px;
	color: var(--black);
	background: #EDEDED;
	border-radius: 50%;
	font-weight: 600;

}
.note-icon__text{
	/* position: absolute;
	top: 24px;
	left: 0px; */
	z-index: 10;
	background: rgba(23, 23, 23, 0.8);
	color: #fff;
	padding: 10px;
	/* width: 270px; */
	border-radius: 10px;
	
	transition: .3s ease-in-out;
}
.note-icon__text p{
	margin-bottom: 0;
	font-size: 12px;
}
.note-icon__text p:nth-child(2){
	margin: 10px 0;
}
.page-item__img--small{
	width: 100%;
	max-width: 160px;
}
.small-photos__prev,
.small-photos__next{
	width: 10px;
	z-index: 15;
	cursor: pointer;
	height: 18px;
	background: url(/images/arr-left.svg) no-repeat;
	margin: auto;
}
.slick-disabled{
	visibility: hidden;
}
.small-photos__prev{
	transform: rotate(90deg);
	margin-bottom: 10px;
}
.small-photos__next{
	transform: rotate(-90deg);
	margin-top: 10px;
}
.small-images__item {
	opacity: 0.4;
	transition: .3s ease-in-out;
}
.small-images__item.slick-current{
	opacity: 1;
}
.small-photos .slick-list{
	min-height: 380px;
}
/* Order button view */

.btn-order.button-order-view {
	background: linear-gradient(90deg, #FF6527 0%, #D83D27 100%);
	border-radius: 50px;
	width: 100%;
	border: none;
	color: #FFFFFF;
	line-height: 1.5;
	font-size: 15px;
	font-weight: 400;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	padding: 12px 10px;
	position: relative;
	text-align: center;
}
.btn-order.button-order-view::after{
/*	content: 'Получить консультацию';*/
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #D83D27 0%, #FF6527 100%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
}
.btn-order.button-order-view:hover::after {
	opacity: 1;
    visibility: visible;
}
.btn-order.button-order-view:hover{
	box-shadow: 0px 10px 10px rgba(216, 61, 39, 0.35);
}
@media (max-width: 1400px) {
	.orange-block:before, .orange-block:after {
		background-position-y: 2px;
	}
	.bottom_form::after{
		z-index: -1;
	}
}
@media (max-width: 1100px) {
	.form-project img {
		margin-left: -80px;
	}
	.orange-block {
		font-size: 20px;
		height: 66px;
	}
	.orange-block p {
		font-size: 28px;
	}
	.orange-block a {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
		width: 190px;
		margin-left: 20px;
	}
	.comment_block textarea {
		width: 72%;
	}
	.bottom_form::after{
		display: none;
	}
}
@media (max-width: 1024px) {
	#news-slider {
		width: 600px;
		margin: 0 auto;
	}
	.portfolio .shop_item-text {
		font-size: 15px;
	}
	.portfolio .shop_item-text p {
		margin-top: 10px;
	}
	.shop_item.portfolio {
		margin-bottom: 20px;
	}
	.page-item__img{
		max-width: 530px;
	}
	.page-item__img--small{
		max-height: 100px;
	}
	
	

}
@media (max-width: 1000px){
	.page-item__info{
		margin-top: 0px;
	}
}

@media (max-width: 800px) {
	.form-project img {
		margin-left: -270px;
	}
	.orange-block:before, .orange-block:after {
		width: 21%;
	}
	
}
@media (max-width: 768px) {
	.slogan {
		font-size: 13px;
	}
	.small-images__item {
    	opacity: 1;
    }
    .page-item__small {
        order:2;
    }
	header .midbar .info.phone .phoneicon {
		font-size: 13px;
	}
	.city {
		font-size: 13px;
	}
	#news-slider {
		width: 100%;
		margin: 0 auto;
	}
	.prev_project, .next_project{
		display: none!important;
	}
	.similar-projects .our-projects__item{
		margin: 0 5px;
	}
	.mobil-maps {
		display: block;
	}
	.desctop-maps {
		display: none;
	}
	.portfolio .shop_item-text p {
		line-height: 120%;
	}
	.reviews #AddRecord .comment {
		width: 100%;
		padding: 20px;
	}
	.reviews #AddRecord .comment__right {
		padding: 40px;
	}
}
@media (max-width: 750px) {
	#table-price td {
		font-size: 12px;
	}
	.accept label.call-back {
		padding-top: 20px;
		padding-left: 0px;
	}
	.block-reviews {
		grid-template-columns: repeat(2, 1fr);
	}
	.reviews #AddRecord .comment__content {
		flex-direction: column;
	}
	.reviews #AddRecord .comment__left {
		max-width: 100%;
		margin-right: 0;
	}
	.reviews #AddRecord .comment__right {
		margin-top: 20px;
		max-width: 100%;
	}
	/* .page-item__small{
		display: none;
	} */
	.page-item__img{
		max-width: 100%;
		order:1;
	}
	.page-item__img--small{
		max-height: max-content;
		max-width: 100%;
	}
	.page-item__img .small-images img{
		max-height: 100%;
		border-radius: 20px;
	}
	.small-photos .slick-list{
		min-height: unset;
	}
	.page-item__img .small-images .small-images__item{
		margin-right: 5px;
	}
	.page-item__img .small-images .small-images__item:not(:last-child){
		margin-right: 5px; 
	}
	.small-photos .slick-dots li{
		width: 10px;
		height: 10px;
		background-color: rgb(204, 204, 204);
		border-radius: 50%;
		transform: scale(0.45555);
		margin: 0 2px;

	}
	.slick-dots li button:before{
		display: none;
	}
	.small-photos .slick-dots .slick-active{
		transform: scale(1);
	}
	.small-photos__prev, .small-photos__next{
		display: none;
	}
	
}
@media (max-width: 600px) {
	.price.price-view {
		font-size: 26px;
	}
	#table-price {
		overflow: scroll;
		width: 100%;
		display: block;
	}
	#table-price caption {
		text-align: left;
	}
	.form-project .form-content .title {
		font-size: 20px;
		text-transform: uppercase;
		font-weight: 400;
	}
	.form-project .form-content {
		margin-left: -116px;
	}
	.orange-block:before, .orange-block:after {
		display: none;
	}
	.form-project .form-content p {
		font-size: 18px;
	}
	.orange-block p {
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 15px;
	}
	.orange-block {
		height: auto;
	}
	.orange-block a {
		margin-left: 0;
		margin-top: 10px;
	}
	.form-project .form-content span {
		font-size: 14px;
	}
	.fullpopup form {
		top: 10%;
	}
	.fullpopup_close {
		right: -20px;
	}
	.form-control {
		width: 100%;
	}
	.fullpopup .caption {
		font-size: 20px;
	}
	.comment_block textarea {
		width: 100%;
	}
	.accept {
		width: 100%;
		left: 0;
	}
	.description_row a {
		position: relative;
	}
	.description_row .project {
		right: -5px;
	}
}
@media (max-width: 480px) {
	
	.sotrudnik_item.boss {
		flex-direction: column;
		height: auto;
	}
	.sotrudnik_item.boss img {
		max-width: 100%;
	}
	.reviews #AddRecord {
		margin: 40px 0;
	}
	.block-reviews {
		grid-template-columns: repeat(2, 1fr);
	}
	.reviews #AddRecord .comment__bottom .main__btn {
		margin-right: 0;
		width: 100%;
	}
	.reviews #AddRecord .comment__right {
		padding: 20px;
	}
	.reviews #AddRecord .comment__bottom {
		flex-direction: column;
	}
}
@media (max-width: 425px) {
	.mobile {
		font-size: 20px;
		text-align: center;
	}
	#filename {
		padding-left: 0;
	}
	.button-pogonazh {
		padding: 15px 12px;
	}
	.portfolio .shop_item-text p {
		line-height: 135%;
	}
}
@media (max-width: 400px) {
	.form-project img {
		display: none;
	}
	.form-project .form-content {
		margin-left: 20px;
	}
	.form-bg .form-project {
		padding: 0;
	}
}
@media (max-width: 320px) {
	.tab_captions {
		margin-bottom: 20px;
	}
	.form-project .form-content {
		margin-left: 10px;
		margin-right: 10px;
		text-align: center;
	}
	.form-project .form-content span {
		max-width: 100%;
	}
	.fullpopup_close {
		right: 15px;
		top: -45px;
	}
	header .midbar .info {
		padding: 8px 5px;
	}
	.form-control {
		padding: 10px 16px;
	}
	label[for="file1"] {
		line-height: 40px;
	}
	.accept {
		margin: 0;
		margin-left: -10px;
	}
	.accept p {
		margin: 0;
	}
	.fullpopup .buttons button {
		padding: 10px 20px;
	}
	.image__project {
		width: 290px;
		height: 190px;
	}
	#news-slider {
		width: 270px;
		margin: 0 auto;
	}
	.reviews #AddRecord .comment__title {
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.reviews #AddRecord .comment {
		padding: 15px;
	}
	.reviews #AddRecord {
		margin: 25px 0;
	}
}
/*.name_calb.show_name input{
	border-radius: 3px;
	font-size: 16px;
	width: 90%;
	padding: 12px 16px;
	border: 1px solid #c0c0c0 !important;
}*/

.mainslick {
	max-width: 1920px;
	margin: 0px auto;
}
.we-building .sub-title{
	font-size: 20px;
	color:var(--light-black);
	text-align: center;
	max-width: 700px;
	margin: auto;
	margin-bottom: 35px;
}
.we-building__items,
.page-building__items{
	display: grid;
	grid-template-columns: repeat(2, 580px);
	grid-column-gap: 20px;
	grid-row-gap: 30px;
}
@media (max-width:1200px) {
    .we-building__items,
    .page-building__items{
        grid-template-columns: repeat(2, 49%);
    }
}
.group_list{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
@media(max-width: 575px){
    .group_list{
        gap: 15px;
    }
}
.building-item{
    width: 24%;
	transition:0.5s;
	border-radius: 20px;
	border: 1px solid #ECECEC;
	box-shadow: 0px 3px 7.76px 0.24px rgba(149, 149, 149, 0.55);
}
@media (max-width:657px){
.building-item{
	 width: 47%;
	}
}
.building-item__img {
    line-height: 0;
}
.building-item__img img{
	border-radius:20px 20px 0 0;
}
.building-item__name{
	font-family: 'Roboto', Arial;
	font-size: 16px;
	padding: 20px;
	padding-left: 30px;
	color:var(--black);
	display: block;
	
	padding-bottom: 20px;
}
.building-item__name.pb-0{
	padding-bottom: 5px;
}
.building-item .types_objects__items{
	padding-left: 30px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
	color: rgba(24, 24, 24, 0.5);
	font-size: 18px;
}
.building-item .types_objects__item{
	margin-right: 20px;
	margin-bottom: 5px;
	transition: all .3s;
}
.building-item .types_objects__item:hover{
	color:var(--orange);
}
.building-item .types_objects__item:nth-child(4n){
	margin-right: 0;
}
.page-building__items{
	margin-bottom: 60px;
	grid-template-columns: repeat(2, 1fr);
}
.MultiFile-wrap {
	position: relative;
}
.MultiFile-applied {
	opacity: 0;
	z-index: -1;
	position: absolute;
}
.formfiles {
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
.formfiles>span {
	display: inline-block;
	padding: 6px 8px;
	margin: 4px;
	background: #a8cd0e;
}
.formfiles>span>span {
	display: inline-flex;
	align-items: center;
	align-content: center;
}
.formfiles .delfile {
	display: inline-block;
	width: 12px;
	cursor: pointer;
	margin-left: 8px;
	height: 12px;
	background: url(/images/close.svg) center center no-repeat;
	background-size: 100%;
	color: #000;
}
/* filter-sidebar */

.project-filter__btn {
	background: linear-gradient(90deg, #FF6527 0%, #D83D27 100%);
	border-radius: 50px;
	font-size: 18px;
	color:#fff;
	font-family: 'Roboto', Arial;
	border:none;
	width: 100%;
	max-width: 100%;
	padding: 15px 0;
	position: relative;
	cursor: pointer;
	transition: all .3s;
	text-align: center;
	margin-bottom: 20px;
}
.project-filter__close {
	position: absolute;
	display: block;
	right: 30px;
	width: 26px;
	height: 26px;
	margin-left: auto;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
.open .project-filter__close {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.project-filter__close:before, .project-filter__close:after {
	position: absolute;
	top: 0;
	left: 12px;
	content: ' ';
	height: 26px;
	width: 2px;
	background-color: #333;
}
.project-filter__close:before {
	transform: rotate(45deg);
}
.project-filter__close:after {
	transform: rotate(-45deg);
}
.project-filter__btn, .project-filter__close {
	display: none;
}
/* .project-filter {
	max-width: 240px;
} */
.project-filter__title {
	font-weight: 700;
	font-size: 30px;
	font-family: 'Roboto', Arial;
	margin-bottom: 12px;
}
.project-filter__wrap {
	margin-bottom: 24px;
}
.project-filter__group {
	margin-top: 40px;
}
.project-filter__block{
	margin-bottom: 30px;
}
.project-filter__group-title {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 400;
}
.project-filter__item{
	background: #EDEDED;
	border-radius: 20px;
	font-size: 20px;
	padding: 11px 0 11px 46px;
	position: relative;
}
.project-filter__item svg{
	position: absolute;
	left: 15px;
    top: 40%;
	opacity: 0;
	transition: all .3s;
	cursor: pointer;
}
.project-filter__item:hover svg{
	opacity: 1;
}
.project-filter__item.active svg{
	transform: rotateX(-180deg);
}
.project-filter__item-sub{
	display: block;
	color:#18181880;
	font-size: 16px;
	padding: 14px 0 14px 20px;
	border-bottom:1px solid #e0e0e080;
	transition: all .3s;
}

.project-filter__item-sub:hover{
	padding-left: 30px;
}
.project-filter__item-sub:last-of-type{
	border-bottom:none;
}
.project-filter__item.current {
	color: #A8CD0E;
}
.project-filter__item:hover {
	text-decoration: none;
}
.project-filter__item:hover .project-filter__item-arrow {
	left: 18px;
}

.calc-btn {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 20px 15px;
	padding-bottom: 28px;
	border: 1px solid #E0E0E0;
	border-radius: 20px;
	text-align: center;
}
.calc-btn__title {
	max-width: 200px;
    margin-bottom: 15px;
    color: #304351;
    font-size: 25px;
    line-height: 130%;
    font-family: Roboto;
}
.calc-btn__image {
	background:url(/images/calc-btn__image.png) no-repeat center;
	background-size:cover; 
	width: 100%;
	height: 241px;
}
.calc-btn__button {
	background: linear-gradient(90deg, #FF6527 0%, #D83D27 100%);
	border-radius: 50px;
	width: 100%;
	border: none;
	color: #FFFFFF;
	line-height: 1.5;
	font-size: 18px;
	font-weight: 400;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	padding: 12px 10px;
	position: relative;
	margin-top: -36px;
}
.calc-btn__button::after{
	content: 'Рассчитать стоимость';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #D83D27 0%, #FF6527 100%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
}
.calc-btn__button:hover::after {
	opacity: 1;
    visibility: visible;
}
.calc-btn__button:hover{
	box-shadow: 0px 10px 10px rgba(216, 61, 39, 0.35);
}
@media (max-width:1200px) {
	.shop_block .slick-list {
		margin-right: -20px;
	}
    .shop_block {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
}
@media (max-width: 1024px){
	.we-building__items{
		grid-template-columns: repeat(2, 464px);
	}
	.about-us .video{
		max-width: 360px;
	}
	.calc-btn__button{
		padding: 12px 0px;
		font-size: 15px;
	}
}
@media (max-width: 991px) {
	.calculat{
	  z-index: 10;
    top: 30%;
    right: 0px;
    overflow: hidden;
    position: fixed !important;
    border-bottom: none;
    width: 62px !important;
    height: auto;
	}
	.desc_svg_calc{
		display:none;
	}
	.mob_svg_calc{
		display:block !important;
	}
	.project-filter__title {
		font-size: 20px;
	}
	.project-filter__group {
		margin-top: 25px;
	}
	.project-filter__group-title {
		font-size: 18px;
	}
	.project-filter__item {
		padding: 10px 5px 10px 20px;
		font-size: 14px;
	}
	.project-filter__item-sub{
		font-size: 13px;
	}
	.project-filter__item-arrow {
		left: 5px;
	}
	.project-filter__item-arrow svg {
		width: 6px;
		height: 11px;
	}
	.project-filter__item:hover .project-filter__item-arrow {
		left: 7px;
	}
	.calc-btn {
		padding: 10px 10px 13px 10px;
	}
	.calc-btn__title {
		font-size: 13px;
	}
	.calc-btn__button {
		padding: 6px 6px;
		font-size: 12px;
	}
	.description_row {
		padding: 10px 10px;
	}
	.description_row .chars {
		margin-bottom: 15px;
		font-size: 12px;
	}
	.description_row .char-item {
		margin-bottom: 6px;
	}
	.description_row .char-item__icon {
		width: 12px;
		margin-right: 5px;
	}
	.description_row .char-item__dots {
		margin: 0px 2px;
	}
	.description_row .btn-order.button-order-view {
		width: 100%;
		padding: 10px 15px;
		font-size: 14px;
	}
	.we-building__items {
		grid-template-columns: repeat(2, 1fr);
	}
	.about-us__text{
		margin-bottom: 30px;
	}
	.about-us .video {
		max-width: 100%;
	}
	.slider-reviews__text{
		max-height: 50px;
	}
}
@media (max-width: 767px) {
	.project-filter__btn, .project-filter__close {
		display: block;
	}
	.project-filter {
		position: fixed;
		top: 0;
		right: -100%;
		max-width: 300px;
		height: 100vh;
		overflow: auto;
		z-index: -10;
		transition: right 0.3s ease-in-out, z-index 0s 0.5s;
		-webkit-transition: right 0.3s ease-in-out, z-index 0s 0.5s;
		-moz-transition: right 0.3s ease-in-out, z-index 0s 0.5s;
		-ms-transition: right 0.3s ease-in-out, z-index 0s 0.5s;
		-o-transition: right 0.3s ease-in-out, z-index 0s 0.5s;
	}
	.project-filter.open {
		right: 0;
		z-index: 50;
		transition: right 0.3s ease-in-out, z-index 0s 0s;
		-webkit-transition: right 0.3s ease-in-out, z-index 0s 0s;
		-moz-transition: right 0.3s ease-in-out, z-index 0s 0s;
		-ms-transition: right 0.3s ease-in-out, z-index 0s 0s;
		-o-transition: right 0.3s ease-in-out, z-index 0s 0s;
	}
	.project-filter:before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 100vw;
		height: 100vh;
		background-color: #000;
		opacity: 0;
		transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-ms-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
	}
	.project-filter.open:before {
		opacity: 0.3;
	}
	.project-filter__block {
		position: relative;
		min-height: 100vh;
		padding: 20px 30px;
		background: #fff;
		z-index: 1;
	}
	/* Video */
	.video-preview__circle {
		width: 46px;
		height: 46px;
	}
	.video-preview__triangle {
		border-top: 9px solid transparent;
		border-left: 12px solid rgba(81, 81, 81, 0.5);
		border-bottom: 9px solid transparent;
		left: calc(50% + 3px);
	}
	/* Video - end */

	.title{
		font-size: 24px;
		margin-top: 50px;
		margin-bottom: 10px;
	}
	.we-building .sub-title,
	.reviews-main .sub-title{
		font-size: 14px;
	}
	.we-building__items,
	.page-building__items {
		grid-template-columns: 1fr;
	}
	.building-item__name{
		font-size: 14px;
		padding-left: 10px;
	}
	.building-item .types_objects__items{
		font-size: 14px;
	}
	.our-projects .title{
		margin-bottom: 20px;
	}
	.reviews-main__all{
		margin-bottom: 50px;
	}
	
	.copyright-block__items{
		flex-direction: column;
		align-items: flex-start;
	}
	.copyright-block__items div:first-child{
		margin-bottom: 10px;
	}
	footer .messenger-icons span{
		margin-right: 8px;
		
	}
	footer .messenger-icons > div{
		max-width: 160px;
		height: 40px;
		font-size: 16px;
		margin-top: 20px;
		margin-left: 0;
	}
	.info.messenger-icons .messenger-icons__about{
		display: none;
	}
	.moving-elements{
		max-width: 250px;
		margin: auto;
		text-align: center;
	}
	.slicknav_menu .messenger-icons__about{
		max-width: 140px;
		margin: auto;
		margin-top: 40px;
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
		
	}
	.slicknav_menu .messenger-icons__about a{
		background:#fff;
		padding: 0;
		border-radius: 50%;
		line-height: 0;
		
	}
	.slicknav_menu .city{
		display: flex;
		align-items:center;
		justify-content: center;
		font-size: 18px;
		margin-bottom: 30px;
	}
	.slicknav_menu .city a{
		padding: 0;
		font-size: 18px;
		
	}
	.slicknav_menu .city  .city_parent{
		margin-left: 5px;
	}
	.slicknav_menu .moving-elements > a{
		font-family: 'Roboto', Arial;
		font-size: 30px;
		font-weight: 600;
		margin-bottom: 20px;
		padding-bottom: 0;
	}
	.slicknav_menu .moving-elements [data-fullpopup]{
		color: rgba(237, 237, 237, 0.5);
		font-size: 18px;
		border-bottom: 1px dotted rgba(237, 237, 237, 0.5);
	}
	header .midbar{
		padding: 10px 0;
	}
	.city {
		font-size: 12px;
	}
	.call-back__link,
	.call-back span{
		font-size: 12px;
	}
	.midbar .call-back{
		padding-left: 0;
	}
	.bottom_form .title p{
		font-size: 20px;
	}
	.bottom_form{
		padding: 50px 0 50px 0;
		background-repeat: repeat;
		max-height: inherit;
	}
	.callback_form__fields{
		flex-direction: column;
	}
	.callback_form__field{
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.callback_form__fields .button{
		max-width: 100%;
		margin-top: 20px;
	}
	.bottom_form .accept{
		font-size: 13px;
		margin-left: 0;
	}
	.projectslick .projectslick-prev{
		left: 0;
	}
	.projectslick .projectslick-next{
		right: 0;
	}
	.our-projects__item .image__project{
		max-height: max-content;
		height: auto;
	}
	.bottom_form .title{
		text-align: center;
		line-height: 1.4;
	}
	.our-projects__item--specifications{
		bottom: -8px;
	}
	
}
@media (max-width: 374px) {
.call-back__link, .call-back span{
		font-size: 9px !important;
	}
}
@media (max-width: 575px) {
	.shop_block {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px;
		margin-bottom: 50px;
	}
	.projects_block	.shop_block {
		display:flex;
		grid-gap: unset;
		/*
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 30px;
		*/
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	
	.our-programs__fiter a div {
		padding: 5px 20px;
	}
	.our-programs__fiter {
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	.our-programs__fiter a {
		margin-bottom: 10px;
	}
}
.reviews.tabs {
	   display: flex;
    flex-direction: column;
}
.reviews.tabs div:nth-child(2){
	order:-1;
}
.our-projects__item:hover {
  box-shadow: 0px 0px 15px 2px rgb(150 150 150 / 20%);
}
.building-item:hover {
	box-shadow: 0px 0px 15px 2px rgb(150 150 150 / 20%);
}
@media(max-width:991px){
	.project-filter__btn button{
		display:none;
	}
	.mobile-filter.main_btn{
		display:none;
	}
.slick-prev,
.slick-next
{
	display:none !important;
	}
.slick-next {
	background: url(/images/right_strel.svg) no-repeat !important;
}
.slick-prev {
	background: url(/images/left_strel.svg) no-repeat !important;
}
}
.calculat{
	margin-left: 5%;
}
.calcul_button:hover rect{
	stroke: #ff6527;
}
.calcul_button:hover path {
	fill: #ff6527;
}
/* filter-sidebar - end */
button.button.credit-limit {
background: linear-gradient(90deg, #FF6527 0%, #D83D27 100%);
    border-radius: 50px;
    
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    z-index: 4;
    color: #fff;
    transition: all .3s;
    width: 100%;
    max-width: 200px;
    height: 50px;
    border: none;
    position: relative;
    margin: auto;
    margin-right: 0;
	cursor: pointer 
}
button.button.credit-limit:hover{
box-shadow: 0px 10px 10px rgb(216 61 39 / 35%);
}
/*
button.button.credit-limit:hover::after{
content: 'Узнать кредитный лимит online';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #D83D27 0%, #FF6527 100%);
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
	
}
*/
.sweet-alert span{
	color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    
    padding: 0;
    line-height: 40px;
    display: block;
}
.documents .document-item.pdf:before {
    background-image: url(/images/pdf.svg);
	
}
.documents .document-item:before {
    content: "";
    display: block;
    width: 40px;
    height: 46px;
    background-size: cover;
    margin-right: 20px;
    flex-shrink: 0;

}
.documents {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
}
.documents .document-item {
    display: flex;
    margin-bottom: 25px;
    margin-right: 20px;
    width: calc(33.33% - 20px);
}
.documents .document-item a span.doc-name {
    border-bottom: 1px solid transparent;
    transition: .3s;
    line-height: 1.2;
      
}
a.doc-p {
    display: flex;
    align-items: center;
}
.btn {
	background: linear-gradient(90deg, #FF6527 0%, #D83D27 100%);
	border-radius: 50px;
	width: 100%;
	border: none;
	color: #FFFFFF;
	line-height: 1.5;
	font-size: 15px;
	font-weight: 400;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	padding: 12px 14px;
	position: relative;
	text-align: center;
}
span.btn {
	display: inline-block;
	width: auto;
}
.btn:hover {
    color: #FFFFFF;
    background: linear-gradient(90deg, #D83D27 0%, #FF6527 100%);
	box-shadow: 0px 10px 10px rgba(216, 61, 39, 0.35);
}
/* Индивидуальное проектирование */
.preimushestva{
    margin-top:90px;
}
.preimushestva h2{
    text-align: center;
    margin-bottom: 40px;
}

.advantages .flex-item {
  flex-direction: column!important;
  justify-content: center;
  align-items: center;
  display: flex;
  max-width:31%;
  text-align: center;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex .flex-item {
  margin: 0 10px 20px;
}
.project_documen_block {
    display: flex;
}
.project_documen_block span{
   font-weight: 500;
font-size: 18px;
line-height: 140%;
color: #181818;
}
.project_documen_block li{
    font-size: 15px;
line-height: 140%;
color: #181818;
margin-bottom: 10px;
}
.info_o_project_block .left_block {
    margin-top:40px;
    width: 50%;
}
.info_o_project_block .left_block ul {
    max-width: 429px;
}
.info_o_project_block .left_block ul li {
    margin-top:15px;
    font-size: 15px;
line-height: 140%;
color: #181818;
}
.info_o_project_block .left_block ul li::before {
    color:#FF6527;
    
}
.work_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.work_block_description {

    display: flex;
        margin-left: auto;
    margin-right: auto;
}
.info_o_project_block{
    display:flex;
}
.work_title{
    max-width: 148px;
    margin-bottom:10px;
}
.priem-priem-name{
    max-width: 254px;
    font-weight: 500;
font-size: 18px;
line-height: 140%;
color: #181818;
margin-top: 20px;
margin-bottom: 12px;

} 
.priem-priem-description p{
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    color: #181818;
}
.chislo{
    font-weight: 900;
font-size: 110px;
line-height: 140%;
/* identical to box height, or 154px */

text-align: center;
color: #FF6527;
}
.work_block_text{
    padding-top: 41px;
    padding-left: 20px;
    max-width: 256px;
}
.work_block_text span{
    font-weight: 500;
font-size: 18px;
line-height: 140%;
color: #181818;
max-width: 148px;
padding-bottom: 10px;
}
.work_block_text p{
    font-size: 15px;
line-height: 140%;
color: #181818;
width: 256px;
}
.vopros_otvet_block{
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #EDEDED;
}

    

.accordion .ui-accordion-header {
	margin: 0 0 10px 0;
	padding: 30px 20px;
    border-radius: 20px;
	background: #fff;
	cursor: pointer;
	outline: none;
	

}
.accordion .ui-accordion-content {
	margin: 0 0 10px 0;
	padding: 30px 20px;
    border-radius: 20px;
	background: #fff;
	cursor: pointer;
	outline: none;
	font-size: 15px;
line-height: 140%;
color: #181818;
}
.accordion .ui-accordion-header {
	position: relative;
}
.accordion .ui-accordion-header-icon {
	content: '';
	position: absolute;
	top: 20px;
	right: 20px;    
	display: inline-block;
	width: 43px;
	height: 43px;    
	background: url(/images/down.svg) 50% 50% no-repeat;
}
.accordion .ui-accordion-header-active .ui-accordion-header-icon {
	background-image: url(/images/up.svg);
}

.accordion h3{
    font-weight: 500;
font-size: 18px;
line-height: 140%;
color: #181818;

}
.primery__slider_element{
    display: flex !important;
}
.primery__slider_item{
    width: 50%;
}
.primery__slider_text{
     width: 50%;
     background: #F1F1F1;
     padding-top: 70px;
     padding-left: 46px;
}
.primery__slider_description{
    max-width: 395px;
}
.primery__slider_name_block{
     margin-bottom: 30px;
}
.primery__slider_name{
   
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    color: #181818;
}
 .service_description_navigation {
    display: flex;
    width: 100px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    float: right;
    margin-right: 45px;
}
.swiper-button-lev svg{
    transform: rotate(180deg);
}
 .swiper-pagination {
    position: relative;
    bottom: 0;
    width: auto;
    color: #A7A7A7;
}
.swiper-pagination-current {
    font-weight: 500;
font-size: 20px;
line-height: 140%;
color: #181818;
}
.swiper-pagination-total {
    font-size: 16px;
line-height: 140%;
text-align: right;
color: #181818;
}
.preimushestva td,th{
    padding-top: 25px;
    padding-bottom: 25px;
}
.visual_slider .inner_slider_item {
    padding: 10px;
}
.proect_block_section img{
    max-width: 500px;
    
}
@media (max-width: 575px) {
    
    .table, table td{
     padding: 0;   
    }
    .project_documen_block span{
        padding-left: 10px;
    }
 .preimushestva{
     margin-top:60px;         
    }
 .preimushestva h2{
        font-weight: 500;
        font-size: 25px;
    }
 .advantages .flex{
     display: block;
 }
 .advantages .flex-item{
     max-width: 100%;
 }
 .project_documen_block{
     display: block;
 }
 .primery__slider_element{
     display:block !important;
 }
 .primery__slider_item{
     width: 100%;
 }
 .primery__slider_text{
     width: 100%;
 }
 .primery__slider_text{
     padding: 50px 10px;
 }
 .primery__slider_name_block{
     margin-bottom: 15px;
 }
 .work_block{
     display: block;
 }
 .chislo{
     font-size: 48px;
 }
 .work_block_text{
     max-width:100%;
     padding-top: 15px;
     padding-left: 15px;
 }
 .work_title{
     max-width: 100%;
 }
 .info_o_project_block{
     display: block;
 }
 .info_o_project_block .left_block{
     width:100%;
 }
 
 .accordion .ui-accordion-header-icon{
     width: 24px;
     height: 24px;
     background: url(/images/down-min.svg) 50% 50% no-repeat;
 }
 .accordion .ui-accordion-header-active .ui-accordion-header-icon {
	background-image: url(/images/up-min.svg);
}
 .accordion h3{
     font-size: 16px;
 }
 .accordion .ui-accordion-header{
     padding: 20px 10px;
     padding-right:40px;
 }
 .vopros_otvet_block{
    padding-top: 40px;
    padding-bottom: 40px;
    
}
.contact-form-footer{
    background-image: url(/images/footer-bcg.png);
    width: 100%;
    height: 188px;
}
.slick-dots li{
    width: 10px;
    height: 10px;
    border: 1px solid #FF6527;
    border-radius: 7px;
}
.slick-active {
    /*background: #FF6527;*/
}
.primery_slider .swiper-wrapper{
        max-height: 100%;
    }
    
}
@media (max-width: 375px) {
    .primery_slider .swiper-wrapper{
        max-height: 100%;
    }
    .preimushestva td, th{
    width: 50% !important;
   
     
    padding-left: 2px !important;
    }
}
@media (max-width: 750px){
.page-item-catalog .shop_item_main_image {
     display: block; 
}
}

.contact-form-footer {
    background-image: url(/images/footer-bcg.png);
    width: 100%;
    height: 188px;
}
.seo_text_catalog{
  /*  margin-left: 25px; */
        margin-bottom: 40px;

}
.new_fon_form{
   /* background-image: url(/images/fon-forms77.png);*/
}
/* new block in footer */ 
.bottom_form_new{
    background:url(/images/fon_form_real_review.png) 80% top no-repeat;
        max-height: 430px;
     
       
}
.bottom_form_new::after{
    background: url(/images/fon_form_real_tel.png) no-repeat center;
    height: 532px;
    width: 948px;
    z-index: 100;
}
.bottom_form_new .title{
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    max-width: 584px;
    line-height: 42px;
}
.bottom_form_new .bottom_form__text{
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    max-width: 598px;
}
.bottom_form_new .callback{
    background: linear-gradient(90deg, #FF6527 0%, #D83D27 100%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    z-index: 4;
    color: #fff;
    transition: all .3s;
    width: 100%;
    max-width: 200px;
    height: 50px;
    border-bottom: none;
    position: relative;
    margin-right: 20px;
}
.bottom_form_new .flex_contact{
    display: flex;
    align-items: center;
    
}

.bottom_form_new .flex_contact a{
    padding-top: 5px;
}
@media(max-width:1400px){
    .bottom_form::after {
        width: 50%;
        background: url(/images/house-bottom-form.png) no-repeat 0 0;
    }
}
@media(max-width:1300px){
    .bottom_form_new::after{
        width: 459px;
    }
}
@media(max-width:1100px){
    .bottom_form_new::after{
        display: block;
        width: 300px;
    }
    .bottom_form_new .title{
        max-width: 58%;
    }
    .bottom_form_new .bottom_form__text {
        max-width: 58%;
        margin-bottom: 10px;
    }
}
@media(max-width:767px){
    .mainslick img {
        min-height: 200px;
        object-fit: cover;
    }
    .bottom_form_new{
   
        max-height: 430px;
        padding: 40px 0 40px 0;
     
       
}
    .bottom_form_new .title{
        text-align: left;
    }
  
.bottom_form_new::after{
    width: 146px;
    height: 296px;
    background: url(/images/fon_form_real_tel_mobile.png) no-repeat center;
   
}
     .bottom_form_new .title{
       font-size: 16px;
        line-height: inherit;
    }
    .bottom_form_new .bottom_form__text {
        font-size: 13px;
    }
    .bottom_form_new .callback{
        max-width: 159px;
        max-height: 40px;
        font-size: 14px;
    }
}
@media(max-width:375px){
     .bottom_form_new{
    background:url(/images/fon_form_real_review_mobile.png) 80% top no-repeat;
     }
     .bottom_form_new {
    max-height: 281px;
    }
}
/* end new block in footer */

.breadcrumbs_pil{
    background: url(/images/breadrum_pil.jpg) center bottom repeat-x;
    
}
@media(max-width:575px){
.seo_block h2{
   font-size: 22px; 
}
  .city_selector{
        -webkit-column-count: inherit;
      column-count: inherit;
      
  }  
  .ztooltip {
      width: 202px;
      min-width: inherit;
  }
}
@media(max-width:320px){
    .ztooltip {
      width: 150px;
      min-width: inherit;
      font-size: 12px;
  }
}
.nwidth_p p {
	max-width: 640px;
}
.content_wrbar {
	display:grid;
	grid-template-columns: 1fr 280px;
	grid-gap: 41px;
	padding-right: 65px;
	align-items: center;
	margin-bottom: 30px;
}
.rbar {
	border-left: 2px solid #FF6527;
	font-size: 17px;
	line-height: 140%;
	padding-left: 40px;
	display: block;
}
.rbar_phone {
	font-size: 30px;
	line-height: 140%;
	color: #FF6527;
}
.features_itemblock {
	position: relative;
	padding: 90px 0px 98px 0px;
	margin-top: 70px;
}
.features_itemblock::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    background: url(/images/features_bg.png);
	background-size: cover;
	background-position: center;
    z-index: -1;
    top: 0px;
    bottom: 0px;
    left: calc(269px - 50vw);
}
.features_itemblock, .features_itemblock p {
	color: #80989C;
}

.features_itemblock h2, .features_itemblock .h2, .features_itemblock strong, .features_itemblock {
	color: #fff;
}
.features_itemblock_items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	margin-top: 50px;
	margin-bottom: 55px;
}
.features_itemblock_item {
	display: grid;
	grid-template-columns: 55px 1fr;
	gap: 18px;
}
.features_itemblock_item_image {

}
.features_itemblock_item_caption {
	font-weight: 600;
	font-size: 17px;
	line-height: 130%;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.features_itemblock_item_text {
	font-weight: 400;
	font-size: 15px;
	line-height: 130%;
	color: #80989C;
}
.work_stagesblock {
	margin-top: 40px;
}

.work_stagesblock_items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-top: 50px;
}
.work_stagesblock_item {
	display: grid;
	grid-template-columns: 80px 1fr;
	align-items: center;
	gap: 25px;
}
.work_stagesblock_item_info svg {
	max-width: 100%;
}
.work_stagesblock_item_info {
	display: grid;
	grid-template-columns: 35px 1fr;
	align-items: center;
	gap: 15px;
}
.work_stagesblock_item_number {
	font-size: 35px;
	line-height: 130%;
	color: #2C4C51;
}
.work_stagesblock_item_text {
	font-size: 17px;
	line-height: 130%;
	color: #181818;
}
.projects_block {
	position: relative;
}
.projects_block .our-projects__links span {
	padding: 14px 39px 15px 39px;
	width: auto;
	max-width: none;
}
.projects_block .our-projects__links {
    justify-content: space-between;
    padding: 0px 10px;
}
.projects_block .slick-dots li {
	width: 8px;
	border-radius: 50%;
	height: 8px;
	background: #D9D9D9;
	border: 0;
}
.projects_block .slick-dots li.slick-active {
	background: #181818;
}
.project_block_all {
	text-align: center;
	margin: 0 auto;
	line-height: 130%;
	font-size: 20px;
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 30px;
}
.works_gallery .slick-dotted.slick-slider {
	margin-bottom: 45px;
}
.works_gallery h2, .works_gallery .h2 {
	margin-bottom: 33px;
}
.works_gallery img {
	margin: 0;
	border-radius: 20px;
}
.works_gallery .slick-list {
	border-radius: 20px;
}
.works_gallery .slick-dots {
	bottom: -38px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.works_gallery .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0;
	cursor: pointer;
	background: #D9D9D9;
	border-radius: 50%;
	border: 0;
}
.pslick-next, .pslick-prev {
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
	z-index: 5;
	background: #fff;
	bottom: 10px;
}
.pslick-next:hover, .pslick-prev:hover {
	background: linear-gradient(90deg, #FF6527 0%, #D83D27 100%);
}
.pslick-next:hover path, .pslick-prev:hover path {
	fill: #fff;
}
.pslick-next {
	right: 10px;
}
.pslick-prev {
	right: 75px;
}

.works_gallery .slick-dots li.slick-active {
	background: #181818;
}
@media (max-width: 1199px) {
	.features_itemblock::before {
		left: calc(222px - 50vw);
	}	
}
@media (max-width: 991px) {
	.features_itemblock::before {
		left: calc(346px - 50vw);
	}
}
@media (max-width: 767px) {
	.project_block_all {
		position: static;
	}
	.features_itemblock::before {
		left: -20px;
		width: auto;
		right: -20px;
	}
	.features_itemblock {
		padding: 50px 0px 65px 0px;
	}
	.features_itemblock h2, .features_itemblock .h2 {
		font-size: 25px;
		font-weight: 500;
		text-align: center;
	}
	.features_itemblock_items {
		grid-template-columns: 1fr 1fr;
	}
	.features_itemblock h2, .features_itemblock .h2,
	.work_stagesblock h2, .work_stagesblock .h2 {
		text-align: center;
		font-size: 25px;
		line-height: 130%;
	}
	.content_wrbar {
		grid-gap: 30px;
		grid-template-columns: 1fr;
		padding: 0px;
	}
}
@media (max-width: 530px) {
	.features_itemblock_items {
		grid-template-columns: 1fr;
	}
	.work_stagesblock_items {
		grid-template-columns: 1fr;
	}
	.work_stagesblock_item {
		grid-template-columns: 50px 1fr;
	}
	.work_stagesblock_item_number {
		font-size: 30px;
	}
}
/* тире хлебные крошки */

.breadcrumb .tire {
    height: 1px;
    width: 8px;
    background-color: var(--main-color);
    font-size: 14px;
    margin: 0px 5px;
    opacity: 0.3;
    display: inline-block;
    margin-bottom: 5px;
}
.mainslick .slick-slide{
    background: #000;
}
.mainslick .slick-slide img{
    opacity: 0.3 !important;
}
.slider-reviews__play{
    display: none;
}
.number-photo.sert{
    display: none;
}
.projects-title-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    justify-content: space-between;
}
.projects-title-flex h2{
    margin: 0;
}


.projects-full-href-block a{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    margin-left: 10px;
    font-weight: 500;
}
.projects-full-href-block a:hover{
    opacity: 0.7;
}
.projects-full-href-block svg{
    width: 31px;
}
.catalog .item__title{
    font-size: 26px;
}
@media(max-width: 767px){
    .catalog .item__title{
        font-size: 20px;
    }
}

.about-history-section{
    padding: 40px;
   /* background: linear-gradient(225deg, #2C4B50 5.41%, #FE9469 108.65%); */
    background: url(/images/yeras-fon.png);
    background-size: 100% 100%;
    border-radius: 20px;
    height: 800px;
}
.about-history-title{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}
.about-history-text{
    margin-top: 20px;
    font-size: 15px;
    color: #EDEDED;
    max-width: 570px;
}
.history-years-block{
    margin-top: 140px;
}
.years-item-top {
    display: flex;
    align-items: center;
    position: relative;
}
.years-item-title{
    color: rgba(237, 237, 237, 0.50);
    font-size: 40px;
    font-weight: 600;
}
.years-item-title:hover{
    cursor: pointer;
    opacity: 0.7;
}
.history-years-top{
    border-bottom: 0.5px solid #EDEDED;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.years-item-elipse{
    position: absolute;
    bottom: -32px;
    left: 50%;
}
.activeYear .years-item-elipse {
    position: absolute;
    bottom: -16px;
    left: 43%;
}
.activeYear .years-item-elipse svg{
    width: 20px;
    height: 20px;
}
.history-years-item {
    position: relative;
}

.years-item-top .years-item-next{
    display: none;
}
.years-item-top .years-item-prev{
    display: none;
}
.history-years-item.activeYear .years-item-top .years-item-next{
    display: block;
}
.history-years-item.activeYear .years-item-top .years-item-prev{
    display: block;
}
.years-item-bottom{
    display: none;
}
.activeYear.years-item-bottom{
    display: block;
}
.history-years-bottom{
    margin-top: 30px;
}
.years-description-block{
    margin-top:60px;
}
.years-description-title{
    font-size: 22px;
    color: #181818;
    font-weight: 500;
}
.years-description-text{
    margin-top: 20px;
    font-size: 15px;
    color: #181818;
}
.activeYear .years-item-title{
    font-size: 70px;
}
.activeYear .years-item-title span{
    color: #FF6527;
}
.years-item-text{
    font-size: 20px;
    color: #fff;
    max-width: 390px;
}
.years-item-next:hover{
    cursor: pointer;
}
.years-item-next:hover path{
    stroke: #FF6527;
    
}
.years-item-prev:hover{
    cursor: pointer;
}
.years-item-prev:hover path{
    stroke: #FF6527;
    
}

.years-item-bottom img{
    border-radius: 10px;
}
.years-item-bottom:nth-child(2n){
    left: 23%;
    position: absolute; 
}
.years-item-bottom:nth-child(3n){
    left: 42%;
    position: absolute; 
}
.years-item-bottom:nth-child(4n){
    position: absolute;
    left: inherit;
    right: 0;
}
.years-item-bottom:nth-child(4n) .years-item-text{
    max-width: 313px;
    padding-right: 15px;
}
.years-item-bottom-mb{
    display: none;
}
@media(max-width: 768px){
    .years-item-bottom-mb{
        display: block;
    }
    .history-years-bottom{
        display: none;
    }
    .activeYear .years-item-elipse{
        display: none;
    }
    .history-years-top{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        border-bottom: none;
    }
    .years-item-next{
        display: none !important;
    }
    .years-item-prev{
        display: none !important;
    }
    .years-item-title{
        font-size: 70px;
    }
    .years-item-title span{
        color: #FF6527;
    }
    .about-history-section{
        height: fit-content;
        background: linear-gradient(225deg, #2C4B50 5.41%, #FE9469 108.65%);
    }
    .years-item-bottom-mb img{
        border-radius: 10px;
    }
    .years-item-text {
        font-size: 16px;
        
    }
    .history-years-block {
        margin-top: 60px;
        
    }
    .years-item-title{
        font-size: 50px !important;
    }
}
@media(max-width: 575px){
    .history-years-top{
        grid-template-columns: 1fr;
    }
    .about-history-section{
        padding: 20px;
    }
}
.g-recaptcha{
    width: fit-content;
    margin: 20px auto;
}
.grecaptcha-badge {visibility: hidden;}