.tablebodytext
{
	display:none;
}
.Title
{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
    font-size:36px;
	color:#34373A;
	margin:0 0 30px;
}
.Title.Green
{
	color:#17B035;
}
.Title, .Name
{
	line-height:normal;
}
.Title span
{
	color:#17B035;
}
.Content table
{
	width:100%;
	color: #333333;
	line-height:normal;
}
.Content table td
{
	border:1px solid #eff1f5;
	vertical-align:middle !important;
	padding:18px 25px;
	font-size:15px;
}
.Content table td p
{
	padding:0 !important;
	margin:0 !important;
}
.Content table tr:first-child td
{
	background: #f8f9fb;
    padding:20px 25px !important;
    vertical-align: middle;
	border:1px solid #eff1f5;
    font-family: "Gilroy-Bold";
    font-size: 16px;
} 
.Content table tr:nth-child(1)
{
	background:none;
    vertical-align: middle;
	border:1px solid #eff1f5;
	font-weight:normal;
} 
.Content table tr:hover
{
	background: #eff1f5;
} 
.Holder input[type="text"],
.Holder input[type="phone"]
{
	background:#ffffff;
	line-height:50px;
	height:50px;
	font-family: 'Roboto';
	font-size:14px;
	color:#17B035;
	border:none;
    width: 90%;
    padding: 0 5%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
input[type="text"]::placeholder,
textarea::placeholder
{
	color:#898989;
}
input[type="text"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder 
{
	color:#898989;
}
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder
{
	color:#898989;
}
input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder
{
	color:#898989;
}
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder
{
	color:#898989;
}
.Holder textarea
{
	background:#ffffff;
	font-family: 'Roboto';
	font-size:14px;
	color:#898989;
	border:none;
    width: 90%;
	padding:10px 5%;
	min-height:140px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	max-width:90%;
}
.Holder input[type="submit"], button
{
	background:#17B035;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 0 53px;
    font-family: 'Roboto Medium';
    font-weight: 500;
	border:none;
    line-height: 40px;
	height: 40px;
	cursor:pointer;
    font-size: 15px;
    color: #fff;
}
.Holder input[type="submit"]:hover, button:hover
{
    background:#34373A;
}
[id^="wait_comp_"]
{
   display: none;
}
.Flex 
{
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important; 
	justify-content:flex-start;
}
.Holder 
{
	min-height: 100%;
	position: relative;
	- height: 100%;
}
#Blocks 
{
	padding: 0;
}
.Wrapper
{
	max-width:1200px;
	position:relative;
	margin: 0 auto;
}
.Clear
{
	clear:both;
}
.TopPanel
{
	background: #34373A;
	background: linear-gradient(90deg, rgba(52, 55, 58, 1) 0%, rgba(17, 55, 51, 1) 100%);
}
.TopPanel .Flex
{
    justify-content: space-between;
    align-items: center;
    height: 44px;
}
.TopPanel .Shop a
{
    background-image: url(images/svg/map.svg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
	font-family: 'Roboto';
	background-size:14px;
	padding:0 0 0 21px;
	display:inline-block;
	height:19px;
	font-size:12px;
	font-weight:500;
	color:#fff;
}
.TopPanel .Shop a:hover
{
	color:#17B035;
}
.TopPanel .Contacts > div
{
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 0 15px;
}
.TopPanel .Social a
{
	font-size:0px;
}
.TopPanel .Social a.VK
{
    background-image: url(images/svg/vk.svg);
    background-position:50% 50%;
    background-repeat: no-repeat;
	background-size:27px;
	display:inline-block;
    vertical-align: baseline;
	width:27px;
	height:17px;
}
.TopPanel .Social a.Telegram
{
    background-image: url(images/svg/telegram.svg);
    background-position:50% 50%;
    background-repeat: no-repeat;
	background-size:24px;
	display:inline-block;
    vertical-align: baseline;
	margin:0 0 0 15px;
	width:27px;
	height:20px;
}
.TopPanel .Phone a
{
    background-image: url(images/svg/phone.svg);
    background-position:0% 50%;
    background-repeat: no-repeat;
	background-size:18px;
	display:inline-block;
	padding:0 0 0 35px;
	font-size:16px;
	font-weight:500;
	color:#fff;
}
.TopPanel .Phone a:hover
{
	color:#17B035;
}
.Header .Flex
{
    justify-content: space-between;
    height: 140px;
    align-items: center;
}
.Header .Logo
{
	margin:0 0 20px;
}
.CatalogLink a
{
    background: #17B035;
    border: 1px solid #fff;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    padding: 0 47px;
}
.CatalogLink a:hover
{
    background: #34373A;
}
.CatalogLink a span
{
    background-image: url(images/svg/catalog.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
	font-family: 'Montserrat';
	font-weight:700;
	padding:0 0 0 28px;
	font-size:15px;
}
.MainMenu
{
	margin:0 0 19px;
}
.MainMenu ul
{
	list-style:none;
	padding:0;
	margin:0;
}
.MainMenu ul li
{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 25px;
	font-size:14px;
}
.MainMenu ul li:first-child
{
	margin:0;
}
.MainMenu ul li a
{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
	display:inline-block;
	color:#34373A;
	vertical-align:middle;
}
.MainMenu ul li a:hover
{
    color:#17B035;
}
.MainMenu ul li.Active a
{
    color:#17B035;
}
.MainMenu ul li.Order a
{
    background: #34373A;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    padding: 0 19px;
    color: #fff;
}
.MainMenu ul li.Order a:hover
{
    background: #17B035;
}
.Header .Search
{
	position:relative;
	height:40px;
}
.Header .Search input[type="text"]
{
	background-color:#F3F3F3;
    border: 1px solid #17B035;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius:40px;
    padding: 0 5%;
    line-height: 40px;
    height: 40px;
    width: 100%;
    color: #898989;
}
input::placeholder 
{
	color: #34373A;
}
input::-webkit-input-placeholder 
{
	color: #34373A;
}
input::-moz-placeholder 
{
	color: #34373A;
}
input:-moz-placeholder 
{
	color: #34373A;
}
input:-ms-input-placeholder
{
	color: #34373A;
}
.Header .Search .bx-input-group-btn button
{
    background-image: url(images/svg/search.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
	background-color:transparent;
	background-size:25px;
	position:absolute;
    display: inline-block;
	text-indent:-9999px;
    left: 11px;
    width: 25px;
	top:0;
    padding: 0;
    height: 40px;
}
.Header .Search input[type="submit"]
{
    background-image: url(images/svg/search.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
	background-color:transparent;
	background-size:25px;
	position:absolute;
    display: inline-block;
	text-indent:-9999px;
    left: 11px;
    width: 25px;
	top:0;
    padding: 0;
    height: 40px;
}
.Header .Search input[type="submit"]:hover
{
    background-image: url(images/svg/search.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
	background-color:transparent;
	background-size:25px;
}
.Header .Phone
{
	display:none;
	vertical-align:middle;
}
.Header .Phone a
{
    background-image: url(images/svg/phone.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    display: inline-block;
    padding: 0 0 0 35px;
    font-size: 0px;
}
.Header .MobileMenu
{
	display:none;
	position:relative;
	vertical-align:middle;
}
.Header .MobileMenu > span
{
    background-image: url(images/svg/burger.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    display: inline-block;
	position:relative;
    padding: 0 0 0 20px;
    font-size: 0px !important;
}
.TabsInfo
{
    background-color: #F0F0F0;
    height: 446px;
    position: relative;
    overflow: hidden;
}
.TabsInfo .Title
{
    font-family: 'Montserrat';
	position:relative;
    font-size: 55px;
    color: #41454A;
    max-width: 644px;
    font-weight: 700;
    margin: 0 0 35px;
    padding: 65px 0 0;
}
.TabsInfo .Title span
{
	color:#17B035;
}
.TabsInfo ul
{
	list-style:none;
	max-width:700px;
	margin:0;
	padding:0;
}
.TabsInfo ul li
{
	border:1px solid #34373A;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
	position:relative;
	cursor:default;
	display:inline-block;
	margin:0 20px 15px 0;
	padding:0 16.5px;
	font-size:14px;
	line-height:28px;
	height:28px;
}
.TabsInfo ul li.Active
{
	border:1px solid #17B035;
	-webkit-box-shadow: 1px 2px 7px 0px rgba(23, 176, 53, 0.3);
	-moz-box-shadow: 1px 2px 7px 0px rgba(23, 176, 53, 0.3);
	box-shadow: 1px 2px 7px 0px rgba(23, 176, 53, 0.3);
	color:#17B035;
}
.TabsInfo ul li.Active a
{
	color:#17B035;
}
.TabsInfo ul li:hover
{
	border:1px solid #17B035;
	-webkit-box-shadow: 1px 2px 7px 0px rgba(23, 176, 53, 0.3);
	-moz-box-shadow: 1px 2px 7px 0px rgba(23, 176, 53, 0.3);
	box-shadow: 1px 2px 7px 0px rgba(23, 176, 53, 0.3);
	color:#17B035;
}
.TabsInfo .Box.Active
{
	display:block;
}
.TabsInfo .Box
{
    position: absolute;
    z-index: 50;
    right: -95px;
    top: 2px;
	display:none;
}
.TabsInfo .Box:after 
{
    background-image: url(images/tabs-img-bg.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    content: '';
    z-index: -10;
    width: 170px;
    height: 171px;
    right: 70px;
    top: 62px;
}
.Cooperation
{
	background: #0B4B27;
	background: linear-gradient(90deg, rgba(11, 75, 39, 1) 0%, rgba(1, 154, 2, 1) 100%);
	font-family: 'Montserrat';
    position: relative;
	color:#fff;
	line-height:120%;
	height:263px;
}
.Cooperation:after 
{
    background-image: url(images/about-lbg.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    content: '';
    width: 170px;
    height: 171px;
    left: 0;
    top: 55px;
}
.Cooperation:before 
{
    background-image: url(images/cooperation-right.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    content: '';
    width: 285px;
    height: 22px;
    right: 0;
    bottom: 39px;
}
.Cooperation .Image
{
    position: absolute;
    left: -100px;
    top: -55%;
}
.Cooperation .Title
{
	font-family: 'Montserrat';
    position: relative;
	font-size:30px;
	color:#fff;
	line-height:120%;
	font-weight:700;
	margin:0 0 21px;
}
.Cooperation .Title:after
{
    background-image: url(images/svg/cooperation-plus.svg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    content: '';
    top: 31px;
    right: 12px;
    width: 23px;
    height: 23px;
}
.Cooperation .Desc
{
	padding:31px 0 31px 0;
	margin:0 0 0 588px;
	position:relative;
}
.Cooperation .Desc:after 
{
    background-image: url(images/svg/cooperation-plus-big.svg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: inline-block;
    content: '';
    width: 33px;
    height: 33px;
    left: -145px;
    top: 70px;
}
.Cooperation .Desc:before 
{
    background-image: url(images/svg/cooperation-plus-small.svg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: inline-block;
    content: '';
    width: 13.5px;
    height: 13.5px;
    left: -65px;
    bottom: 65px;
}
.Cooperation p
{
	padding:0;
}
.Cooperation .Anonse
{
	font-size:15px;
	color:#fff;
	line-height:120%;
	margin:0 0 21px;
}
.Cooperation .TextSmall
{
    font-family: 'Roboto';
    font-weight: 300;
	font-size:13px;
	color:#fff;
	line-height:120%;
	margin:0 0 30px;
}
.Cooperation .Button a
{
    background: #fff;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    color: #34373A;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    padding: 0 52.5px;
}
.Benefits
{
	background:#F0F0F0;
	padding:65px 0;
}
.Benefits .Title
{
	font-family: 'Montserrat';
	font-size:50px;
	color:#000000;
	font-weight:700;
	text-align:center;
	margin:0 0 35px;
}
.Benefits .Title span
{
	color:#17B035;
}
.Benefits .Anonse
{
	font-size:22px;
	line-height:130%;
	color:#000000;
	text-align:center;
	margin:0 0 48px;
}
.Benefits .Anonse strong
{
	color:#17B035;
}
.Benefits .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 0 -1%;
}
.Benefits .Items .Item
{
	float:left;
	width:18%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    margin: 0 1% 40px;
	text-align:center;
	font-size:16px;
}
.Benefits .Items .Item .Item_Inner
{
	width:100%;
}
.Benefits .Items .Item .Icon
{
	min-height:62px;
    margin: 0 auto 23px;
}
.Benefits .Items .Item .Name
{
	line-height:123%;
	font-weight:500;
	max-width:230px;
    margin: 0 auto;
	font-size:16px;
	color:#34373A;
}
.Recomend
{
	padding:67px 0 99px;
}
.Recomend #CatalogSlide
{
	padding:0 0 65px;
}
.Recomend #CatalogMobile
{
	display:none;
	padding:0 0 65px;
}
.Recomend .TitleBlock
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 62px;
}
.Recomend .TitleBlock .Title
{
	font-weight:700;
	font-size:36px;
	color:#34373A;
    margin: 0;
}
.Recomend .TitleBlock .Title span
{
    color:#17B035;
}
.Recomend .TitleBlock .AllLink
{
    background-image: url(images/svg/all-link.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
	background-color:transparent;
    font-family: 'Roboto Medium';
	font-weight:500;
	font-size:15px;
	background-size:6px;
	padding:0 13px 0 0;
}
.Recomend .TitleBlock .AllLink span
{
	color:#17B035;
	text-decoration:underline;
}
.Recomend .TitleBlock .AllLink:hover span
{
	text-decoration:none;
}
.Recomend .owl-dots 
{
    bottom:0;
    position: absolute;
	left:0;
}
.Recomend .owl-dots .owl-dot
{
	display:inline-block;
    margin: 0 15px 0 0;
    height: 10px;
}
.Recomend .owl-dots .owl-dot span
{ 
	background:#D9D9D9;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 10px;
    height: 10px;
}
.Recomend .owl-dots .owl-dot.active span
{
	background:#17B035 !important;
	width:10px;
}
.Recomend .owl-dots .owl-dot:hover span
{
	background:#17B035 !important;
}
.Recomend .AllLink.Mobile
{
    background-image: url(images/svg/all-link.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    font-family: 'Roboto Medium';
	display:none;
    font-weight: 500;
    font-size: 15px;
    background-size: 6px;
    position: absolute;
    padding: 0 13px 0 0;
    right: 26px;
    bottom: 0;
}
.Recomend .AllLink.Mobile span
{
	color:#17B035;
	text-decoration:underline;
}
.Recomend .AllLink.Mobile:hover span
{
	text-decoration:none;
}
.Breadcrumbs
{
	font-family: 'Roboto Medium';
	position:relative;
    font-weight: 500;
    color: #17B035;	
	font-size:12px;
    padding: 16px 0 48px;
    overflow: hidden;
}
.Breadcrumbs ul
{
	list-style:none;
	margin:0 !important;
	padding:0 !important;
}
.Breadcrumbs ul li
{
    display: inline-block;
	padding:0 !important;
	margin:0 !important;
}
.Breadcrumbs ul li:before
{
    display: none !important;
}
.Breadcrumbs .Del
{
	margin:0 8px !important;
}
.Breadcrumbs ul li a
{
	color:#34373A;
	text-decoration:none;
}
.Breadcrumbs ul li a:hover
{
    color: #17B035;
}
.ContBlock.BG .Breadcrumbs ul li a
{
	color:#fff;
	text-decoration:none;
}
.ContBlock.BG .Breadcrumbs ul li a:hover
{
    color: #17B035;
}
.ContBlock.BG .Flex
{
	position:relative;
}
.ContBlock.BG .Flex:after 
{
    background-image: url(images/svg/catalog-plus-big.svg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    content: '';
    width: 14px;
    top: -61px;
    right: 200px;
    height: 14px;
}
.ContBlock.BG .Flex:before 
{
    background-image: url(images/svg/catalog-plus-small.svg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    content: '';
    width: 18px;
    height: 18px;
    right: 241px;
    bottom: 31px;
}
.ProductPage .ContBlock.BG
{
	background:#f0f0f0;
}
.ProductPage .ContBlock.BG:before,
.ProductPage .ContBlock.BG:after
{
    display: none;
}
.ProductPage .ContBlock.BG .Flex:before,
.ProductPage .ContBlock.BG .Flex:after
{
    display: none;
}
.ProductPage .ContBlock.BG h1 
{
    font-size: 36px;
    margin: 0;
    color: #17B035;
}
.ProductPage .Breadcrumbs ul li a 
{
    color: #34373A !important;
}
.ProductPage .Breadcrumbs ul li a:hover
{
    color: #17B035 !important;
}
.ProductPage .BlockBox
{
	padding:0;
}
.ProductPage .BlockBox > .Wrapper
{
	max-width:100%;
	padding:0;
}
.Conteiner
{
	line-height:150%;
}
.Conteiner a
{
	text-decoration:underline;
	color:#17B035;
}
.Conteiner a:hover
{
	text-decoration:none;
}
.ContactPage .ContBlock .TextBlock a.Phone
{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 36px;
	line-height:123%;
    color: #34373A;
	text-decoration:none;
}
.ContactPage .ContBlock .TextBlock a.Phone:hover
{
    color:#17B035;
}
.Conteiner i
{
	color:#17B035;
	font-style:normal;
	font-weight:bold;
}
.Conteiner p.Big
{
	font-size:20px;
	padding:0 0 20px;
}
.Conteiner ul
{
	list-style:none;
	margin:0 0 35px;
	padding:0;
}
.Conteiner ul li
{
	position:relative;
	line-height:normal;
	padding:0 0 0 23px;
	margin:0 0 20px;
}
.Conteiner ul li:before 
{
    content: "";
    position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    left: 0;
    top: 8px;
    background:#17B035;
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: top;
}
.ContBlock
{
    background: #f0f0f0;
    font-family: 'Montserrat';
    position: relative;
	padding:0 0 50px;
}
.NewsPage .ContBlock
{
	padding:0;
	min-height:316px;
}
.ContBlock.BG
{
    background: #0B4B27;
    background: linear-gradient(90deg, rgba(11, 75, 39, 1) 0%, rgba(1, 154, 2, 1) 100%);
    font-family: 'Montserrat';
    position: relative;
	padding:0;
    color: #fff;
}
.CatPage .ContBlock.BG .Wrapper:after
{
    background-image: url(images/catalog-lbg.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    content: '';
    width: 171px;
    height: 50px;
    left: 12px;
    bottom: 0;
}
.CatPage .ContBlock.BG .Wrapper:before
{
    background-image: url(images/catalog-rbg.png);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    content: '';
    width: 170px;
    height: 137px;
    right: 0;
    top: 0;
}
.CatPage .ContBlock.BG .TextBlock
{
	padding:0 0 70px;
}
.ContBlock.BG .TextBlock
{
	padding:0 0 82px;
    font-size: 15px;
}
.ContBlock .TextBlock
{
    font-family: 'Roboto';
    font-weight: 500;
	max-width:650px;
	line-height:170%;
    font-size: 16px;
}
.ContactPage .ContBlock .TextBlock
{
    font-family: 'Roboto Light';
    font-weight: 300;
	max-width:395px;
	line-height:123%;
    font-size:20px;
}
.ContactPage .ContBlock .TextBlock a
{
    font-family: 'Roboto';
    font-weight: 500;
    font-size:20px;
}
.ContBlock .TextBlock.Big
{
	max-width:998px;
}
.ContBlock.BG .TextBlock
{
    font-size: 15px;
	line-height:150%;
}
.ContBlock .TextBlock span
{
	color:#17B035;
}
.ContBlock .TextBlock p
{
	padding:0 0 15px;
}
.ContBlock .TextBlock p:last-child
{
	padding:0;
}
.ContBlock.BG .Image
{
    position: absolute;
    bottom: 0;
    right: -110px;
}
.ContBlock h1
{
    font-family: 'Montserrat', sans-serif;
	margin:0 0 30px;
	position:relative;
	font-weight:700;
	font-size:50px;
	line-height:100%;
    color:#17B035;
}
.CatPage .ContBlock h1
{
	font-size:36px;
}
.ContBlock.BG h1
{
    color:#FFFFFF;
}
.ContBlock b
{
	font-size:20px;
}
.BlockBox
{
    padding: 60px 0;
}
.BlockBox .Title
{
	margin:0 0 60px;
}
.BlockBox .Title span
{
	display:block;
}
.ProductPage .BlockBox .Title span
{
	display:inline-block;
}
.InfoBox .Flex,
.BlockBox .Flex
{
	justify-content: space-between;
}
.BlockBox .Text
{
    padding: 12px 40px 0 0;
    max-width: 650px;
}
.ContactPage .BlockBox .Text
{
    max-width: 690px;
	padding:0;
}
.BlockBox .Flex .Text
{
    width:60%;
}
.BlockBox .BigText
{
	font-weight:500;
    max-width: 940px;
}
.BlockBox .BigText .Title
{
	font-weight:500;
    max-width: 940px;
	margin:0 0 35px;
}
.InfoBox
{
    background: #f0f0f0;
	position:relative;
    padding: 70px 0 0;
}
.InfoBox:before
{
    background: #fff;
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    bottom: 0;
    display: inline-block;
}
.InfoBox .Text
{
    padding: 12px 40px 0 0;
    max-width: 672px;
}
.InfoBox .Title
{
	font-weight:700;
	margin:0 0 30px;
}
.InfoBox .Anonse
{
	font-weight:500;
	font-size:16px;
	margin:0 0 60px;
    color:#34373A;
}
.InfoBox .Anonse p
{
	padding:0;
}
.CatalogDetail
{
	background:#f0f0f0;
	padding:0 0 80px;
	margin:0 0 70px;
}
.CatalogDetail .ImageBlock
{
    position: relative;
    padding: 0 20px 0 0;
	overflow:hidden;
	width:40%;
}
.CatalogDetail .ImageBlock .BuyClick
{
	display:none;
}
.slider .swiper-container {
  width: 100%;
  height: 100%;
}
.slider__flex {
  display: block;
  align-items: flex-start;
}
.slider__col {
  /* display: flex; */
  flex-direction: column;  
    width: 100%;
    margin-right: 0;
}
.slider__prev,
.slider__next {
  cursor: pointer;
  text-align: center;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin:-12px 0 0;
  z-index:20;
}
.slider__prev.swiper-button-disabled,
.slider__next.swiper-button-disabled
{
    opacity: .3;
}
.slider__prev
{
    background-image: url(images/svg/arrow-left.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 23px;
    top: 50%;
    left: 18px;
}
.slider__next
{
    background-image: url(images/svg/arrow-right.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 23px;
    top: 50%;
    right: 18px;
}
.slider__prev:focus,
.slider__next:focus {
  outline: none;
}
  .slider__thumbs {
    height:130px;
    width: 100%;
    margin: 0;
  }
.slider__thumbs .slider__image {
    border: 1px solid #ececec;
	transition: 0.25s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.slider__thumbs .slider__image:hover {
  opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
    border: 1px solid #17B035;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.slider__images 
{
    height: 400px;
    margin: 0 0 20px;
    position: relative;
}
.slider__image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.slider__thumbs .slider__image
{
    max-width:150px;
    max-height:128px;
}
.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col 
  {
    width: 100%;
  }
  .slider__images {
    width: 100%;
  }
}

.CatalogDetail .DescBlock
{
	width:58%;
}
.CatalogDetail .PropsList .Item 
{
	margin:0 0 30px;
}
.CatalogDetail .PropsList .Item.Marka 
{
	display:inline-block;
	vertical-align:middle;
	margin:0 30px 30px 0;
}
.CatalogDetail .PropsList .Item.Analog 
{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 30px 0;
}
.CatalogDetail .PropsList .Item span
{
	display:inline-block;
	vertical-align:middle;
}
.CatalogDetail .PropsList .Item span.Name
{
    font-family: 'Roboto Medium';
    font-size: 16px;
    font-weight: 500;
	margin:0 10px 0 0;
}
.CatalogDetail .PropsList .Item span.Value
{
    font-family: 'Roboto Light';
    font-weight: 300;
    font-size: 15px;
    color: #34373A;
}
.CatalogDetail .PropsList .Item span.Value.BG
{
	background:#DBDBDB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding:0 15px;
	line-height:35px;
}
.CatalogDetail .PropsBox 
{
	background:#dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content:space-between;
	padding:8px 15px;
	margin:0 0 33px;
}
.CatalogDetail .PropsBox .Prop 
{
    font-family: 'Roboto Light';
    font-weight: 300;
    line-height: 123%;
    font-size: 15px;
    color: #34373A;
}
.CatalogDetail .PropsBox .Prop span
{
    font-family: 'Roboto Medium';
    font-size: 16px;
    font-weight: 500;
}
.CatalogDetail .Desc
{
	margin:0 0 40px;
}
.CatalogDetail .Desc span
{
    font-family: 'Roboto Medium';
    font-size: 16px;
    font-weight: 500;
}
.CatalogDetail .Desc .Text
{
	margin:0 0 0 30px;
	width:102%;
	padding:0;
}
.CatalogDetail .BuyClick a
{
    background:#17B035;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    color:#FFFFFF;
    display: inline-block;   
	font-family: 'Roboto Medium';
	font-weight:500;
    font-size: 15px;
    height:40px;
    line-height: 40px;
    text-align: center;
	text-decoration:none;
	cursor:pointer;
	padding:0 39px;
}
.CatalogDetail .BuyClick a:hover
{
    background: #34373A;
    color:#FFFFFF;
}
.MoreBlock
{
	margin:0 0 100px;
}
#MoreSlider
{
	display:none;
}
#MoreSlider .Item .Item_Inner 
{
	text-align:center;
	height:285px;
}
#MoreSlider .Item .Item_Inner .Box
{
	background:#fff;
    position: relative;
	border:1px solid #D6D6D6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding:19px 18px;
	color:#34373A;
	height:192px;
}
#MoreSlider .Item:hover .Item_Inner .Box
{
	-webkit-box-shadow: 1px 2px 7px 0px rgba(23, 176, 53, 0.3);
	-moz-box-shadow: 1px 2px 7px 0px rgba(23, 176, 53, 0.3);
	box-shadow: 1px 2px 7px 0px rgba(23, 176, 53, 0.3);
	border:1px solid rgba(23, 176, 53, .5);
	height:230px;
}
#MoreSlider .Item .Image
{
	text-align:center;
    margin: 0 0 13px;
}
#MoreSlider .Item .Image img
{
	display:inline-block;
	width:auto;
}
#MoreSlider .Item .Name
{
    font-family: 'Roboto Medium';
	font-size:16px;
	line-height:123%;
	font-weight:500;
    margin: 0 0 13px;
	color:#34373A;
}
#MoreSlider .Item .Articul
{
    font-family: 'Roboto Light';
    font-weight: 300;
	line-height:123%;
	font-size:14px;
	color:#BCBCBC;
}
#MoreSlider .Item .Articul span
{
    color: #17B035;
}
#MoreSlider .Item .Readon
{
    margin: 10px 0 0;
}
#MoreSlider .Item .Readon a
{
	text-decoration:none;
}
#MoreSlider .Item .Item_Inner .Name a
{
	font-size:16px;
	color:#34373A;
	text-decoration:none;
}
#MoreSlider .Item .Item_Inner .Name a:hover
{
	color:#17B035;
}
#MoreSlider .Item .Item_Inner .Readon
{
	display:none;
    margin: 10px 0 0;
}
#MoreSlider .Item:hover .Item_Inner .Readon
{
	display:inline-block;
	text-decoration:none;
}
#MoreSlider .owl-dots 
{
    bottom:0;
    position: absolute;
	left:0;
}
#MoreSlider .owl-dots .owl-dot
{
	display:inline-block;
    margin: 0 15px 0 0;
    height: 10px;
}
#MoreSlider .owl-dots .owl-dot span
{ 
	background:#D9D9D9;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 10px;
    height: 10px;
}
#MoreSlider .owl-dots .owl-dot.active span
{
	background:#17B035;
	width:10px;
}
#MoreSlider .owl-dots .owl-dot:hover span
{
	background:#17B035;
}
.DownloadBox
{
	background: #0B4B27;
	background: linear-gradient(90deg, rgba(11, 75, 39, 1) 0%, rgba(1, 154, 2, 1) 100%);
	font-family: 'Montserrat';
    position: relative;
	color:#fff;
	line-height:120%;
}
.DownloadBox:after 
{
    background-image: url(images/about-lbg.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    content: '';
    width: 170px;
    height: 171px;
    left: 0;
    top: 55px;
}
.DownloadBox:before 
{
    background-image: url(images/cooperation-right.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    content: '';
    width: 285px;
    height: 22px;
    right: 0;
    bottom: 39px;
}
.DownloadBox .Box
{
    position: relative;
}
.DownloadBox .Wrapper
{
	padding:68px 0 59px;
}
.DownloadBox .Wrapper:after
{
    background-image: url(images/svg/download-plus-rbg.svg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    content: '';
    width: 23px;
    height: 23px;
    right: 0;
    top: 31px;
}
.DownloadBox .Wrapper:before 
{
    background-image: url(images/download-rbg.png);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    content: '';
    width: 171px;
    height: 155px;
    right: 49px;
    top: 0;
}
.DownloadBox .Title
{
    text-align:center;
	margin:0 0 20px;
	color:#fff;
}
.DownloadBox .Anonse
{
    font-family: 'Roboto Light';
	position:relative;
    text-align:center;
    font-weight: 300;
	margin:0 0 30px;
}
.DownloadBox .Anonse:after 
{
    background-image: url(images/svg/plus-desc.svg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: inline-block;
    content: '';
    width: 33px;
    height: 33px;
    left: 80px;
    top: -40px;
}
.DownloadBox .Readon
{
	position:relative;
    text-align:center;
}
.DownloadBox .Readon:before 
{
    background-image: url(images/svg/plus-desc-small.svg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: inline-block;
    content: '';
    width: 13.5px;
    height: 13.5px;
    left: 160px;
    top: 50%;
}
.DownloadBox .Readon a
{
    background: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 0 53px;
    border: none !important;
	text-decoration:none;
    line-height: 38px;
    height: 40px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Roboto Medium';
    font-weight: 500;
    color: #34373A;
}
.DownloadBox .Readon a:hover
{
    background: #34373A;
	color:#fff;
}
.FormBox 
{
    background-color: #F0F0F0;
	padding:100px 0;
}
.FormBox .Title
{
    text-align:center;
	margin:0 0 30px;
}
.FormBox .Anonse
{
    font-family: 'Roboto Light';
    text-align:center;
    font-weight: 300;
	margin:0 0 50px;
}
.FormBox .FormBlock
{
	max-width:488px;
	margin:0 auto;
}
.FormBlock
{
	max-width:488px;
}
.FormBlock .Box
{
    background: #34373A;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(52, 55, 58, 0.3);
	-moz-box-shadow: 4px 4px 4px 0px rgba(52, 55, 58, 0.3);
	box-shadow: 4px 4px 4px 0px rgba(52, 55, 58, 0.3);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding:37px 43px;
}
.FormBlock.Green .Box
{
	background: #019A02;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(21, 110, 38, 0.3);
	-moz-box-shadow: 4px 4px 4px 0px rgba(21, 110, 38, 0.3);
	box-shadow: 4px 4px 4px 0px rgba(21, 110, 38, 0.3);
	background: linear-gradient(30deg, rgba(1, 154, 2, 1) 0%, rgba(11, 75, 39, 1) 100%);
}
.FormBlock.Green.Top
{
	position:absolute;
	right:0;
	top:-248px;
}
.FormBlock .Title
{
	color:#fff;
	font-size:32px;
	margin:0 0 50px;
}
.FormBlock.Green .Title span
{
	color:#fff;
}
.FormBlock .Label
{
	margin:0 0 25px;
}
.FormBlock .Label.Prop49,
.FormBlock .Label.Prop13
{
	margin:0 0 15px;
}
.FormBlock .Text
{
	margin:0 0 25px !important;
	padding:0 !important;
	line-height:normal;
	font-size:12px;
	width:100% !important;
	color:#fff;
}
.FormBlock.Green a
{
	color:#fff;
}
.FormBlock.Green input[type="submit"], button
{
	background:#fff;
	color:#34373A;
}
.FormBlock.Green input[type="submit"]:hover, button:hover
{
    background: #34373A;
	color:#fff;
}
.BenefitsList
{
	margin:0 0 55px !important;
}
.BenefitsList .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 0 -1%;
}
.BenefitsList .Items .Item
{
	float:left;
	width:31%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    margin: 0 1% 40px;
	font-size:16px;
}
.BenefitsList .Items.Items2 .Item
{
	width:48%;
}
.BenefitsList .Items .Item .Item_Inner
{
    font-family: 'Roboto Light';
    font-weight: 300;
	font-size:16px;
	color:#34373A;
	width:100%;
	padding:0 20px 0 0;
}
.BenefitsList .Items .Item:last-child .Item_Inner
{
	padding:0;
}
.BenefitsList .Items .Item .Icon
{
	min-height:62px;
    margin: 0 auto 23px;
	padding:0 0 0 18px;
}
.BenefitsList .Items .Item .Name
{
    margin: 0 0 12px;
}
.BenefitsList .Items .Item .Name b
{
    font-family: 'Roboto';
    font-weight: 700;
}
.TabsBox
{
	padding:100px 0 120px;
}
.TabsBox .tabs__caption > li
{
	margin:0 !important;
	padding:0 !important;
}
.TabsBox .tabs__caption > li:before
{
	display:none !important;
}
.TabsBox .Flex
{
    justify-content: space-between;
}
.TabsBox .tabs__caption
{
    width: 69%;
    padding: 0 28px 0 0;
	margin:0 !important;
}
.TabsBox .accordion-item .accordion-thumb
{
	border-top:1px solid #D1D1D1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
	line-height:50px;
	padding:0 28px;
}
.TabsBox .accordion-item.is-active .accordion-thumb
{
	border-top:1px solid transparent;
    background: #249038;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	color:#fff;
}
.TabsBox .is-active .accordion-thumb span
{
	background-image: url(images/svg/accordion-up.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 28px;
    padding: 0 30px 0 0;
    display: block;
    vertical-align: middle;
}
.TabsBox .accordion-thumb span
{
	background-image: url(images/svg/accordion-down.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 28px;
	cursor:pointer;
    padding: 0 30px 0 0;
    display: block;
    vertical-align: middle;
}
.TabsBox .tabs__content
{
	width:50%;
	display:none;
}
.TabsBox .tabs__content.active
{
	display:block;
}
.TabsBox .tabs__content img
{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.TabsBox .accordion-panel
{
	display:none;
	padding:25px 28px 30px;
}
.TabsBox .accordion-panel strong
{
	color:#17B035;
}
.TabsBox .accordion-panel p
{
	padding:0 0 20px;
}
.TabsBox .accordion-panel li
{
    margin: 0 0 10px;
}
.Steps
{
	background:#f0f0f0;
	padding:90px 0;
}
.Catalog .Item
{
	text-align:center;
}
.Catalog .Item .Image
{
	text-align:center;
    margin: 0 0 13px;
}
.Catalog .Item .Image img
{
	display:inline-block;
}
.Catalog .Item .Name
{
    font-family: 'Roboto Medium';
    font-size: 16px;
    line-height: 123%;
    font-weight: 500;
    margin: 0 0 13px;
    color: #34373A;
    max-height: 41px;
    overflow: hidden;
}
.Catalog .Item .Articul
{
    font-family: 'Roboto Light';
    font-weight: 300;
	line-height:123%;
	font-size:14px;
	color:#BCBCBC;
}
.Catalog .Item .Articul span
{
    color: #17B035;
}
.Catalog .Items .Item .Readon
{
    margin: 10px 0 0;
}
.Catalog .Items .Item .Readon a
{
	text-decoration:none;
}
.NewsBlock
{
	background:#f0f0f0;
	padding:70px 0 135px;
}
.NewsBlock .TitleBlock
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 58px;
}
.NewsBlock .TitleBlock .Title
{
	font-weight:700;
	font-size:36px;
	color:#34373A;
    margin: 0;
}
.NewsBlock .TitleBlock .Title span
{
    color:#17B035;
}
.NewsBlock .TitleBlock .AllLink
{
    background-image: url(images/svg/all-link.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
	background-color:transparent;
	font-size:15px;
	background-size:6px;
	padding:0 13px 0 0;
}
.NewsBlock .TitleBlock .AllLink span
{
	color:#17B035;
	text-decoration:underline;
}
.NewsBlock .TitleBlock .AllLink:hover span
{
	text-decoration:none;
}
.NewsBlock .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 0 -1%;
}
.NewsBlock .Items .Item
{
	float:left;
	width:23%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    margin: 0 1% 50px;
}
.NewsBlock .Items .Item .Item_Inner
{
	background:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding:13px 15px;
	color:#34373A;
}
.NewsBlock .Items .Item:hover .Item_Inner
{
	-webkit-box-shadow: 4px 4px 4px 0px rgba(23, 176, 53, 0.3);
	-moz-box-shadow: 4px 4px 4px 0px rgba(23, 176, 53, 0.3);
	box-shadow: 4px 4px 4px 0px rgba(23, 176, 53, 0.3);
}
.NewsBlock .Items .Item .Date
{
    font-family: 'Roboto Light';
    font-weight: 300;
	font-size:13px;
	color:#17B035;
	margin:0 0 12px;
}
.NewsBlock .Items .Item .Name
{
    font-family: 'Roboto Medium';
    font-size: 16px;
    color: #34373A;
    font-weight: 500;
    line-height: 123%;
    margin: 0 0 10px;
}
.NewsBlock .Items .Item .Anonse
{
    font-family: 'Roboto Light';
    font-weight: 300;
    font-size: 14px;
    line-height: 125%;
    margin: 0 0 10px;
    color: #34373A;
}
#NewsMobile 
{
	display:none;
    padding: 0 0 65px;
}
#NewsMobile .Item .Item_Inner
{
	background:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding:17px;
	color:#34373A;
}
#NewsMobile .Item:hover .Item_Inner
{
	-webkit-box-shadow: 4px 4px 4px 0px rgba(23, 176, 53, 0.3);
	-moz-box-shadow: 4px 4px 4px 0px rgba(23, 176, 53, 0.3);
	box-shadow: 4px 4px 4px 0px rgba(23, 176, 53, 0.3);
}
#NewsMobile .Item .Date
{
	font-size:13px;
	color:#17B035;
	margin:0 0 12px;
}
#NewsMobile .Item .Name
{
    font-family: 'Roboto Medium';
    font-size: 16px;
    color: #34373A;
    font-weight: 500;
    line-height: 123%;
    margin: 0 0 10px;
}
#NewsMobile .Item .Anonse
{
    font-family: 'Roboto Light';
    font-weight: 300;
	margin:0 0 10px;
}
#NewsMobile .owl-dots 
{
    bottom:0;
    position: absolute;
	left:0;
}
#NewsMobile .owl-dots .owl-dot
{
	display:inline-block;
    margin: 0 15px 0 0;
    height: 10px;
}
#NewsMobile .owl-dots .owl-dot span
{ 
	background:#D9D9D9;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 10px;
    height: 10px;
}
#NewsMobile .owl-dots .owl-dot.active span
{
	background:#17B035;
	width:10px;
}
#NewsMobile .owl-dots .owl-dot:hover span
{
	background:#d63131;
}
.NewsBlock .AllLink.Mobile
{
    background-image: url(images/svg/all-link.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    font-family: 'Roboto Medium';
	display:none;
    font-weight: 500;
    font-size: 15px;
    background-size: 6px;
    position: absolute;
    padding: 0 13px 0 0;
    right: 26px;
    bottom: 0;
}
.NewsBlock .AllLink.Mobile span
{
	color:#17B035;
	text-decoration:underline;
}
.NewsBlock .AllLink.Mobile:hover span
{
	text-decoration:none;
}
.NewsList
{
	position:relative;
	top:-167px;
}
.NewsList .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 0 -1%;
}
.NewsList .Items .Item
{
	float:left;
	width:31.111%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    margin: 0 1% 30px;
}
.NewsList .Items .Item .Item_Inner
{
	width:100%;
}
.NewsList .Items .Item .Item_Inner .Box
{
	background:#fff;
	border:1px solid rgba(23, 176, 53, .5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding:17px;
	color:#34373A;
}
.NewsList .Items .Item:hover .Item_Inner .Box
{
	-webkit-box-shadow: 4px 4px 4px 0px rgba(23, 176, 53, 0.3);
	-moz-box-shadow: 4px 4px 4px 0px rgba(23, 176, 53, 0.3);
	box-shadow: 4px 4px 4px 0px rgba(23, 176, 53, 0.3);
	position:absolute;
	z-index:10;
	height:auto;
}
.NewsList .Items .Item .Image
{
	margin:0 0 20px;
	text-align:center;
}
.NewsList .Items .Item .Image img
{
	display:inline-block;
}
.NewsList .Items .Item .Date
{
    font-family: 'Roboto Light';
    font-weight: 300;
	font-size:13px;
	color:#17B035;
	margin:0 0 12px;
}
.NewsList .Items .Item .Name
{
    font-family: 'Roboto Medium';
    font-size: 16px;
    color: #34373A;
    font-weight: 500;
    line-height: 123%;
    margin: 0 0 10px;
}
.NewsList .Items .Item .Anonse
{
    font-family: 'Roboto Light';
    font-weight: 300;
    font-size: 14px;
    margin: 0 0 15px;
    line-height: 125%;
}
.NewsList .Items .Item .Readon
{
	display:none;
}
.NewsList .Items .Item:hover .Readon
{
	display:inline-block;
}
.NewsList .Items .Item .Readon a
{
	text-decoration:none;
}
.ShopBlock .ShopList
{
	width:25%;
	margin:0 20px 0 0;
}
.ShopBlock .ShopList .Block
{
    padding: 0 10px 0 0;
}
.ShopBlock .ShopList .Block.Scroll
{
    overflow-y: scroll;
    max-height: 575px;
    overflow-x: hidden;
}
.ShopBlock .ShopList .Block.Scroll::-webkit-scrollbar 
{
    width: 4px;
}
.ShopBlock .ShopList .Block.Scroll::-webkit-scrollbar-track 
{
    background-color: #f0f0f0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.ShopBlock .ShopList .Block.Scroll::-webkit-scrollbar-thumb 
{
    background-color: #17B035;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.ShopBlock .ShopList .Items
{
    padding:0 15px;
}
.ShopBlock .ShopList .Office
{
    background: #fff;
    border: 1px solid #17B035;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	line-height:123%;
    padding:15px;
	margin:0 0 20px;
}
.ShopBlock .ShopList .Office .Name
{
    font-family: 'Roboto';
    font-weight: 700;
	cursor:pointer;
	color:#17B035;
	margin:0 0 10px;
}
.ShopBlock .ShopList .Office .Name:hover
{
    color: #34373A;
}
.ShopBlock .ShopList .Office .Adress
{
	color:#34373A;
	font-size:14px;
	margin:0 0 10px;
}
.ShopBlock .ShopList .Title
{
    font-family: 'Roboto';
    font-weight: 700;
	color:#17B035;
	font-size:16px;
	margin:0 0 10px;
	border-bottom:1px solid #D9D9D9;
	padding:0 0 15px;
	margin:0 0 13px;
}
.ShopBlock .ShopList .Items .Item
{
	border-bottom:1px solid #D9D9D9;
	padding:15px 0 18px;
	margin:0 0 15px;
}
.ShopBlock .ShopList .Items .Item .Name
{
    font-family: 'Roboto Medium';
	cursor:pointer;
    font-weight: 500;
	color:#34373A;
	margin:0 0 10px;
}
.ShopBlock .ShopList .Items .Item .Name:hover
{
    color: #17B035;
}
.ShopBlock .ShopList .Items .Item .Adress
{
	color:#34373A;
	font-size:14px;
	margin:0 0 10px;
}
.ShopBlock .ShopList .Items .Item .Site
{
    font-family: 'Roboto Medium';
    font-weight: 500;
	color:#34373A;
	font-size:16px;
}
.ShopBlock .MapBlock
{
	width:75%;
	padding:5px 0 0;
}
.More
{
	padding:50px 0 30px;
	text-align:center;
	clear:both;
}
.More span
{
    background: #17B035;
    border: 1px solid #fff;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
	display:inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    padding: 0 40px;
	text-decoration:none;
}
.More span:hover
{
    background:#FFFFFF;
	border:1px solid #17B035;
    color:#17B035;
}

.Pagination
{
	text-align:center;
}
.Pagination .Flex
{
    justify-content: center;
    align-items: center;
}
.Pagination .Pages .Page,
.Pagination .Pages .Dots
{
	line-height:32px;
	height:32px;
	margin:0;
}
.Pagination .Pages .Page, .Pagination .Pages .Dots
{
	border:none !important;
}
.Pagination .Pages .Page span,
.Pagination .Pages .Dots span
{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	width:32px;
	line-height:32px;
	height:32px;
	display:inline-block;
}
.Pagination .Pages .Page span
{
	color:#212121;
}
.Pagination .Pages .Page:hover span
{
	color:#17B035;
}
.Pagination .Pages .Page.Active span
{
	background:#17B035;
	color:#fff;
}
.News .ContBlock h1
{
	max-width:630px;
    margin: 0 0 12px;
}
.News .Date
{
    font-family: 'Roboto Light';
    font-weight: 300;
    font-size: 13px;
    color: #17B035;
    margin: 0 0 12px;
}
.News .Anonse
{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
	max-width:590px;
	line-height:175%;
	margin:0 0 50px;
}
.News .BlockBox 
{
    padding: 30px 0 70px;
}
.NewsDetail
{
	line-height:175%;
    font-size: 16px;
	padding:0;
    font-weight: 400;
}
.NewsDetail .NewsText
{
    max-width: 595px;
}
.NewsDetail .Image
{
    position: absolute;
    top: -205px;
    right: 0;
    margin: 0;
}
.NewsPages
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
	padding:55px 0 0;
	font-weight:500;
}
.NewsPages > div
{
	margin:0 25px;
}
.NewsPages .Prev
{
    background-image: url(images/svg/news-prev.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 10px;
    display: inline-block;
	padding:0 0 0 16px;
}
.NewsPages .Next
{
    background-image: url(images/svg/news-next.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 10px;
    display: inline-block;
	padding:0 16px 0 0;
}
.NewsPages a
{
	text-decoration:none;
}
.NewsPages a:hover
{
	text-decoration:underline;
}
.search-page input[type="text"] 
{
    background-color: #F3F3F3 !important;
    border: 1px solid #17B035 !important;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 0 5% 0 40px !important;
    line-height: 40px;
    height: 40px;
    width: 100%;
    color: #898989;
}
.search-page input[type="submit"], 
.search-page input[type="submit"]:hover 
{
    background-image: url(images/svg/search.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-size: 25px;
    position: absolute;
    display: inline-block;
    text-indent: -9999px;
    left: 11px;
    width: 25px;
    top: 0;
    padding: 0;
    height: 40px !important;
}
.StatsBlock
{
    background-image: url(images/stats-big.jpg);
    background-position: 50% 0%;
    background-repeat: no-repeat;
	position:relative;
}
.StatsBlock .Image
{
    display: inline-block;
    width: 657px;
    height: 440px;
}
.StatsBlock .StatsList
{
	padding:65px 0 0 65px;
}
.StatsBlock .StatsList .Item
{
	line-height:123%;
	font-weight:400;
	font-size:16px;
	margin:0 0 30px;
	color:#fff;
}
.StatsBlock .StatsList .Item:last-child
{
	margin:0;
}
.StatsBlock .StatsList .Item .Value
{
    font-family: 'Roboto Medium';
	font-weight:500;
	font-size:55px;
	line-height:123%;
	color:#01EA2F;
}
.AboutBlock
{
	background-color:#34373A;
	position:relative;
}
.AboutBlock:after
{
    background-image: url(images/about-lbg.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
	position:absolute;
	display:inline-block;
	content:'';
	width:170px;
	height:171px;
	left:0;
	top:19px;
}
.AboutBlock .BlockBG
{
	border-bottom:1px solid #fff;
	padding: 0 0 65px;
}
.AboutBlock .Text
{
	position:relative;
	text-align:center;
    color:#fff;
    font-family: 'Roboto Light';
	font-weight:300;
	max-width:860px;
	margin:0 auto;
	line-height:130%;
    font-size: 20px;
	padding:65px 0 0;
}
.AboutBlock .Text:before
{
    background-image: url(images/svg/plus-white.svg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
	background-size:contain;
    content: '';
    width: 37px;
    height: 37px;
    bottom:0;
    right: -86px;
}
.AboutBlock .Text .Title:after
{
    background-image: url(images/about-lbg.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
	position:absolute;
	display:inline-block;
	content:'';
	width:170px;
	height:171px;
	left:0;
	top:19px;
}
.AboutBlock .Text .Title
{
	font-family: 'Roboto';
    position: relative;
    font-size: 50px;
    display: inline-block;
    color: #fff;
}
.AboutBlock .Text .Title:after
{
    background-image: url(images/svg/plus.svg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    content: '';
    width: 23px;
    top: -20px;
    left: -45px;
    height: 23px;
}
.AboutBlock .Text .Title span
{
    color:#17B035;
}

.ContactsBlock
{
	padding:95px 0 0;
}
.ContactsBlock .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 0 -1%;
}
.ContactsBlock .Items .Item
{
	float:left;
	width:48%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    margin: 0 1% 55px;
	font-size:16px;
}
.ContactsBlock .Items .Item .Title
{
	font-size:20px;
	max-width:400px;
	height:50px;
	margin:0 0 26px;
}
.ContactsBlock .Items .Item .Item_Inner .Desc
{
	padding:0 0 0 20px;
}
.ContactsBlock .Items .Item .Item_Inner .Desc > div
{
	margin:0 0 7px;
}
.ContactsBlock .Items .Item .Item_Inner .Desc .Phone
{
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 123%;
    font-size: 16px;
}
.ContactsBlock .Items .Item .Item_Inner .Desc .Phone a
{
	color:#34373A;
	text-decoration:none;
}
.ContactsBlock .Items .Item .Item_Inner .Desc .Phone a:hover
{
	color:#17B035;
}
.ContactsBlock .Items .Item .Item_Inner .Desc .Name
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size:20px;
	margin:0 0 18px;
}
.ContactsBlock .Items .Item .Item_Inner .Desc .Staff
{

    font-family: 'Roboto Light';
    font-weight: 300;
    line-height: 123%;
    font-size: 16px;
}
.CatList .Items > ul
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 0 -1%;
}
.CatList .Items .Item:before
{
	display: none;    
}
.CatList .Items > ul > .Item
{
	float:left;
    width: 48%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    margin: 0 1% 32px;
	padding:0;
}
.CatList .Items .Item.Level1 > .Item_Inner
{
	background:#fff;
	border:1px solid rgba(23, 176, 53, .5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: flex-start;
	padding:23px;
    width: 100%;
	color:#34373A;
}
.CatList .Items .Item.Level1:hover > .Item_Inner
{
	-webkit-box-shadow: 4px 4px 4px 0px rgba(23, 176, 53, 0.3);
	-moz-box-shadow: 4px 4px 4px 0px rgba(23, 176, 53, 0.3);
	box-shadow: 4px 4px 4px 0px rgba(23, 176, 53, 0.3);
}
.CatList .Items .Item.Level1 > .Item_Inner > .Desc
{
	padding:0 0 0 20px;
}
.CatList .Items .Item.Level1 > .Item_Inner > .Desc > .Name
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #34373A;
    line-height: 120%;
    margin: 0 0 20px;
}
.CatList .Items .Item .Name a
{
	text-decoration:none;
}
.CatList .Items .Item .Name a:hover
{
	color:#34373A;
}
.CatList .Items .Item .Desc ul
{
	list-style:none; 
	margin:0;
	padding:0;
}
.CatList .Items .Item .Desc ul li:before
{
	display:none;
}
.CatList .Items .Item .Desc ul li
{
	font-size:16px;
	margin:0 0 10px;
	padding:0;
}
.CatList .Items .Item .Desc ul li a
{
	text-decoration:none;
	color:#34373A;
}
.CatList .Items .Item .Desc ul li a:hover
{
	color:#17B035;
}
.ContBox .Description
{
	padding:70px 0 0;
}
.Description
{
	font-family: 'Roboto';
	font-weight:400;
    font-size: 16px;
    line-height: 175%;
	padding:10px 0 0;
}

.CatalogLeft
{
	width:24%;
}
.FilterBlock
{
	border:1px solid #D6D6D6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding:23px;
}
.FilterBlock .Title
{
	font-family: 'Roboto';
	font-weight:500;
	font-size:13px;
	color:#898989;
	margin:0 0 18px;
}
.FilterBlock .CheckboxList 
{
    margin:20px 0 0;
	line-height:normal;
    padding: 0;
    width: 100%;
}
.FilterBlock .checkbox:first-child
{
    margin:0;
}
.FilterBlock .CheckboxList
{
    font-family: 'Roboto Light';
    font-weight: 300;
}
.FilterBlock .Name
{
    font-family: 'Roboto';
    font-weight: 500;
	font-size:20px;
}
.FilterBlock .checkbox
{
    margin: 5px 0 0;
}
.FilterBlock .checkbox label
{
    padding:0;
}
.FilterBlock .checkbox label span
{
    color:#34373A;
}
.FilterBlock .checkbox input[type="checkbox"] 
{
    display: none;
}
.FilterBlock input[type="checkbox"] + label div 
{
	background:url(images/svg/check.svg);
	background-position:0 4px;
	background-repeat:no-repeat;
    cursor: pointer;
    display: block;
    min-height: 15px;
    margin: 0;
    padding: 0 0 0 29px;
    vertical-align: middle;   
	transition:none;
}
.FilterBlock input[type="checkbox"]:checked + label div 
{
	background:url(images/svg/check-active.svg);
	background-position:0 4px;
	background-repeat:no-repeat;
}
.CatalogRight
{
	width:76%;
}
.ContBox
{
	padding:0 0 0 20px;
}
.SectionList 
{
	margin:0 0 5px;
}
.SectionList .Item
{
	display:inline-block;
	margin:0 15px 15px 0;
}
.SectionList .Item:last-child
{  
	margin:0;
}
.SectionList a
{  
	font-family: 'Roboto Medium';
	border:1px solid #34373A;
	display:inline-block;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
	font-weight:500;
	line-height:30px;
	padding:0 20px;
	height:30px;
    font-size: 14px;
	text-decoration:none;
    color:#34373A;
}
.SectionList a:hover
{  
    background: #17B035;
	border:1px solid #17B035;
	color:#fff;
}
.FilterMobile
{
    background-image: url(images/svg/filter.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    display: none;
    vertical-align: middle;
    width: 25px;
    height: 25px;
}
.ViewsBox
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: end;
	margin:0 0 27px;
}
.ViewsBox .Sort
{
	margin:0 20px 0 0;
}
.ViewsBox .Sort span
{
    display: inline-block;
    vertical-align: middle;
}
.ViewsBox .Sort a
{
	text-decoration:none;
	margin:0 0 0 5px;
    display: inline-block;
    vertical-align: middle;
}
.ViewsBox .Sort a.Active
{
	color:#34373A;
}
.ViewsBox .Views a
{
	text-indent:-9999px;
	margin:0 0 0 22px;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
}
.ViewsBox .Views .Table
{
    background-image: url(images/svg/table.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.ViewsBox .Views .Table.Active
{
    background-image: url(images/svg/table-active.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.ViewsBox .Views .List
{
    background-image: url(images/svg/list.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.ViewsBox .Views .List.Active
{
    background-image: url(images/svg/list-active.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.Catalog.Big .Title
{
	text-align:center;
	margin:0 0 40px;
}
.Catalog .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 0 -1%;
}
.Catalog.Big .Items .Item
{
    width: 23%;
    margin: 0 1% 20px;
}
.Catalog .Items .Item
{
	float:left;
	width:31.111%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    margin: 0 1.111% 20px;
}
.Catalog .Items .Item .Item_Inner 
{
	width:100%;
}
.Catalog .Items .Item .Item_Inner .Box
{
	background:#fff;
    position: relative;
	border:1px solid #D6D6D6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding:19px 20px;
	color:#34373A;
}
.Catalog .Items .Item:hover .Item_Inner .Box
{
	-webkit-box-shadow: 1px 2px 7px 0px rgba(23, 176, 53, 0.3);
	-moz-box-shadow: 1px 2px 7px 0px rgba(23, 176, 53, 0.3);
	box-shadow: 1px 2px 7px 0px rgba(23, 176, 53, 0.3);
	border:1px solid rgba(23, 176, 53, .5);
	position:absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
	width:auto;
    height:auto;
}
.Catalog .Items .Item .Item_Inner .Name a
{
	font-size:16px;
	color:#34373A;
	text-decoration:none;
}
.Catalog .Items .Item .Item_Inner .Name a:hover
{
	color:#17B035;
}
.Catalog .Items .Item .Item_Inner .Readon
{
	display:none;
}
.Catalog .Items .Item:hover .Item_Inner .Readon
{
	display:inline-block;
}
.CatalogList .Items
{
	position:relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 0 -1%;
}
.CatalogList .Items .Item
{
	float:left;
	width:98%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;    
	min-height: 1px;
    position: relative;
    margin: 0 1% 20px;
}
.CatalogList .Items .Item .Item_Inner 
{
	width:100%;
}
.CatalogList .Items .Item .Item_Inner .Box
{
	background:#fff;
    position: relative;
	border:1px solid #D6D6D6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding:19px 20px;
	color:#34373A;
}
.CatalogList .Items .Item:hover .Item_Inner .Box
{
	-webkit-box-shadow: 1px 2px 7px 0px rgba(23, 176, 53, 0.3);
	-moz-box-shadow: 1px 2px 7px 0px rgba(23, 176, 53, 0.3);
	box-shadow: 1px 2px 7px 0px rgba(23, 176, 53, 0.3);
	border:1px solid rgba(23, 176, 53, .5);
}
.CatalogList .Items .Item .Item_Inner .Box .product-item
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: flex-start;

}
.CatalogList .Item .Desc 
{
	padding:0 0 0 20px;
}
.CatalogList .Items .Item .Item_Inner .Name
{
    font-family: 'Roboto Medium';
    font-size: 16px;
    line-height: 123%;
    font-weight: 500;
    margin: 0 0 15px;
    color: #34373A;
}
.CatalogList .Items .Item .Item_Inner .Name a
{
	font-size:16px;
	color:#34373A;
	text-decoration:none;
}
.CatalogList .Items .Item .Item_Inner .Name a:hover
{
	color:#17B035;
}
.CatalogList .Item .Articul 
{
    font-family: 'Roboto Light';
    margin: 0 0 10px;
    font-weight: 300;
    line-height: 123%;
    font-size: 14px;
    color: #BCBCBC;
}
.CatalogList .Item .Articul span 
{
    color: #17B035;
}
.Button a
{
    background: #fff;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    color:#34373A;
    display: inline-block;   
	font-family: 'Roboto Medium';
	font-weight:500;
    font-size: 15px;
    height:36px;
    line-height: 36px;
    text-align: center;
	cursor:pointer;
	padding:0 28px;
	text-decoration:none;
}
.Button a:hover
{
    background:#17B035;
    color:#FFFFFF;
}
.Button.Border a
{
    background: #fff;
	border:1px solid #17B035;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    color:#34373A;
    display: inline-block;
	font-weight:500;
    font-size: 15px;
    height:36px;
    line-height: 36px;
    text-align: center;
	cursor:pointer;
	padding:0 52.5px;
}
.Button a:hover
{
    background:#17B035;
    color:#FFFFFF;
}
.Readon a
{
    background:#17B035;
	border:1px solid #fff;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
	text-decoration:none;
    color:#fff;
    display: inline-block;   
	font-weight:500;
    font-size: 12px;
    height:30px;
    line-height:28px;
    text-align: center;
	cursor:pointer;
	padding:0 24px;
}
.Readon a:hover
{
    background:#FFFFFF;
	border:1px solid #17B035;
    color:#17B035;
}

.was-map-dots 
{
    display: none !important;
}
.ContBlock .ContactsInfo
{
	padding:45px 0 25px;
}
.Contacts .was-map-list-header
{
	background: rgb(241,107,96);
	background: linear-gradient(90deg, rgba(241,107,96,1) 0%, rgba(243,121,96,1) 100%);
	position:relative;
	padding:40px 35px;
}
.Contacts .was-map-list-header .Title
{
    font-family: "GolosTextWebDemiBold";
	margin:0;
	font-size:16px;
	color:#fff;
}
.Contacts .was-map-list-header .Title span
{
	background-image:url(images/map-title.png);	
	background-repeat:no-repeat; 
	background-position:0 0;
	padding:0 0 0 33px;
    
}
.was-map-list-block .was-map-list
{
	position:relative;
	padding:0 35px;
}
.Contacts .was-map-list-block
{
    background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    position: absolute;
    width: 375px;
    padding: 0;
    right: 25px;
    z-index: 10;
    top:15px;
    height: 565px;
}
.was-map-list li
{
    margin: 0;
	padding:0;
}
.was-map-list li span
{
    display: block;
}
.was-map-list li.active
{
    background: #f9f9f9;
}
.was-map-list li:hover span
{
	background-image:url(images/map-link-active.png);
    background-position: 100% 50%;
	background-repeat: no-repeat;
}
.ymaps-image-with-content
{
	background-image: url(images/svg/map-marker.svg) !important;
	background-repeat:no-repeat !important;
	background-position: 0% 0% !important;
	background-size:cover !important;
	position: absolute !important;
    left: -25px !important;
    top: -50px !important;
    width: 50px !important;
    height: 50px !important;
}
.Footer 
{
	background:#34373A;
	width: 100%;
	position: absolute;
	line-height:normal;
	height:325px;
	color:#BCBCBC;
	- bottom: -1px; 
	left: 0;
}
.FooterInfo .Wrapper
{
	border-top:1px solid #FFFFFF;
}
.FooterBox
{
	padding:34px 0 0;
}
.FooterBox .Flex
{
    justify-content: space-between;
}
.FooterBox .Logo
{
	margin:0 0 23px;
}
.FooterBox .Phone
{
	margin:0 0 10px;
}
.FooterBox .Phone a
{
	font-size:23px;
	font-weight:500;
	line-height:120%;
	color:#FFFFFF;
}
.FooterBox .Mail
{
	color:#FFFFFF;
	font-size:15px;
	margin:0 0 18px;
}
.FooterBox .Mail a
{
	color:#FFFFFF;
	text-decoration:underline;
}
.FooterBox .Mail a:hover
{
	text-decoration:none;
}
.FooterBox .Button
{
	margin:0 0 10px;
}
.Footer .Menu
{
	padding:15px 0 0;
}
.Footer ul
{
	list-style:none;
	padding:0;
	margin:0;
}
.Footer ul li
{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 42px;
}
.Footer ul li a
{
    font-family: 'Montserrat';
    font-weight: 700;
	font-size:15px;
	display:inline-block;
	color:#fff;
	vertical-align:middle;
}
.Footer ul li a:hover
{
    color:#17B035;
}
.Footer .Adress
{
	text-align:right;
	font-size:12px;
    padding: 0 0 10px;
	color:#fff;
}
.FooterCopy 
{
	background:#34373A;
    padding: 0;
}
.FooterCopy .Flex
{
    justify-content: space-between;
}
.FooterCopy .CopyBlock
{
    padding: 0 0 35px;
    overflow: hidden;
}
.FooterCopy .Info
{
	width:50%;
	float:left;
}
.FooterCopy .Year
{
	font-size:12px;
    color: #BCBCBC;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
}
.FooterCopy .Policy
{
    display: inline-block;
    vertical-align: middle;
	font-size:12px;
}
.FooterCopy .Policy a
{
	color:#BCBCBC;
	text-decoration:underline;
}
.FooterCopy .Policy a:hover
{
	text-decoration:none;
}
.FooterCopy .Details
{
	width:50%;
	float:right;
	text-align:right;
}
.FooterCopy .Details ul li
{
	font-size:12px;
}
.Popup 
{
	background:#F0F0F0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    padding:47px 83px;
    margin: 0 auto;
    max-width:590px !important;
    width: 100%;
}
.Popup .Title 
{
    font-family: 'Montserrat', sans-serif;
    position: relative;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #282E46;
    margin: 0 0 15px;
}
.Popup .Anonse 
{
    font-family: 'Roboto Medium';
    line-height: 123%;
    font-size:15px;
    color: #34373A;
}
.Popup b
{
    font-family: 'TildaSansRegular';
    font-weight:normal;
}
.Popup form 
{
    margin: 20px 0 0;
}
.fancybox-content .fancybox-close-small 
{
	background-color:transparent !important;
    top: 43px !important;
    right: 28px !important;
    padding: 0 !important;
}
.fancybox-content .fancybox-close-small span
{ 
	background-color:transparent !important;
	background-image:url(/bitrix/templates/template/images/svg/close.svg);
	background-position:50% 50%;
	background-repeat:no-repeat; 
	background-size:22px;	
	opacity:1;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
}
.fancybox-content .fancybox-close-small:hover span
{
	opacity:0.7;
}
#OrderForm
{
	max-width:420px;
}
font.notetext
{   
    font-size: 17px;
    display: inline-block;
    color: #212121;
}
.Popup .Form p
{
    padding: 0 0 10px;
    font-size: 17px;
    line-height: 1.5em;
}
.Popup .Form .Label
{
    margin: 0 0 25px;
    display: block;
	position:relative;
}
.Popup .Form .Label.Prop13
{
    margin: 0 0 15px;
}
.Popup .Form .AddReviews .PropNAME
{
    display: none;
}
.Popup .Form .Label .Name
{
    margin: 0 0 10px;
}
.Popup .Form .Label img
{
    position: absolute;
    top: 50%;
    margin: -4px 0 0;
    right: 10px;
}
.Popup .Form .Label label
{
	font-weight:normal;
	display: block;
}
.Popup .Form .Label span
{
	display:block;
	margin:0 0 5px;
}
.Popup .Form .Label input[type="text"],
.Popup .Form .Label input[type="phone"],
.Popup .Form .Label input[type="email"]
{
    background: #FFFFFF;
    line-height: 50px;
    height: 50px;
    font-family: 'Roboto';
    font-size: 13px;
    border: 1px solid #17B035;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #898989;
    padding: 0 21px;
    width: 100%;
}
.Popup .Form .jq-selectbox__select
{
    background:#FFFFFF;
    border: 1px solid #17B035;
    font-size: 13px;
}
.Popup .Form .jq-selectbox li span
{
    font-size: 13px;
}
.Popup .Form .Label textarea
{
    background:#FFFFFF;
    height: 115px;
    font-family: 'Roboto';
    font-size: 13px;
    border: 1px solid #17B035;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #898989;
    padding:15px 21px;
    width: 100%;
    max-width: 100%;
}
.jq-selectbox ul
{
	overflow-y:auto;
	max-height:250px;
}
.Popup .Submit.Flex
{
    align-items: center;
}
.Popup .Form .Text 
{
    margin: 0 0 25px;
    font-size: 12px;
    line-height: normal;
}
.Popup .Form .Text a
{
    text-decoration: underline;
    color: #17B035;
}
.Popup .Form .Text a:hover
{
	text-decoration:none;
}
.Popup .Form .Submit input[type="submit"]
{
    background: #17B035;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Roboto Medium';
    font-weight: 500;
    font-size: 15px;
    height: 40px;
    line-height: 38px;
	border:none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 0 53px;
}
.Popup .Form .Submit input[type="submit"]:hover
{
    background: #34373A;
    color:#FFFFFF;
}
.Popup .Form .Submit input[type="submit"]:disabled,
.Popup .Form .Submit input[type="submit"][disabled]
{
    background: #c4c4c4;
    cursor: default;
    color: #fff;
}
.Popup .Form .ask-note
{
	padding:20px 0 0;
    font-size: 13px;
    color: #a6a6a6;
}
input.error
{
	border-bottom: 1px solid #C9C9C9 !important;
}
label.error
{
    position: absolute;
    top: 50%;
    right: 16px;
}
.fancybox-button--zoom,
.fancybox-button--play
{
	display:none !important;
}