.seo-h2{
   color: #009f00;
   font-size: 1.4rem;
}
.seo-green-ul{
color: #009f00;
list-style-type: square;
}
.seo-green-ul span{
color: #404040;
}
.seo-table-div {
 display: table;
 float: left;
 width:100%;
}
.seo-table-div-tr {
display: table-row;
}
.seo-table-div-td {
display: table-cell;
vertical-align: top;
padding: 0 15px;
width:45%;
}
.seo-table-div p{
font-size: .875rem;
text-align:justify;
}
/*fix resposive bottom subscribe*/
.sp-form[sp-id="103801"] .sp-form-fields-wrapper{
	max-width: 340px;
	width: auto !important;
}
/*new-style-catalog-analiz*/
.catalog-analyz-item{
	padding-bottom: 40px;
	border-bottom: 1px solid #efefef;
}
.catalog-analyz-item > p.catalog-analyz-item-star{
	margin-bottom: 0;
	margin-top: 20px;
}
.catalog-analyz-item:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.catalog-top-items{
	display: flex;
    justify-content: space-between;
}
.catalog-top-item{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex: 0 0 48%;
}
.catalog-top-item span{
	color: #999999;
}

.catalog-top-item__info table{
	border-collapse: collapse;
	border-spacing: 0;
}
.catalog-top-item__info tr{
	border-bottom: 1px solid #efefef;
}
.catalog-top-item__info tr:last-child{
	border-bottom: none;
}
.catalog-top-item__info table td{
	padding: 20px 10px 20px 0;
    font-size: 15px;
    
}
.catalog-top-item__info table td:first-child{
	width: 40%;
}
.catalog-top-item__info table td span{
	font-size: 14px;
}
.catalog-analyz-item .btn-primary{
	max-width: 200px;
	margin-top: 20px;
	margin-bottom: 42px;
}
.item-price{
	background: #efefef;
	padding: 30px;
	max-width: 350px;
}
.price-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.price_count{
	font-size: 14px;
	color: #999999;
}
.catalog-cat{
	font-size: 15px;
	color: #010101;
}
.price{
	color: #009f00;
	font-size: 30px;
    font-weight: 500;
}
.item-price table{
	border-collapse: collapse;
	border-spacing: 0;
}
.item-price table td{
	padding: 5px 10px 10px 0;
}
.item-price table td:first-child{
	width: 24.4%;
}
.item-price p{
	margin-bottom: 0;
	padding: 15px 0;
	font-size: 13px;
	border-top: 1px solid #dcdcdc;
}
.prise-btn{
	background: url(/assets/images/shopping-cart.png) no-repeat 70px center, #009f00;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
	max-width: none !important;
}
.prise-btn:hover, .prise-btn:active{
	background: url(/assets/images/shopping-cart.png) no-repeat 70px center, #005300;
}
.catalog-analyz-tabs{
	display: flex;
    align-items: flex-start;
    margin-top: 40px;
	flex-direction: column;
}
.catalog-analyz-tab-nav{
	margin-right: 0;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.catalog-analyz-tab-nav_li{
	padding: 15px 0;
    border: 1px solid #efefef;
    cursor: pointer;
    width: 33.3%;
	min-width: 160px;
    background-position: 14px;
    background-repeat: no-repeat;
    background-size: 27px;
    padding-left: 60px;
	display: flex;
    align-items: center;
    height: 66px;
}
.catalog-analyz-tab-nav_li.active{
	background-color: #efefef;
}

.catalog-analyz-tab-nav_title h2{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}
.analyz-tab-content p{
	font-size: 15px;
	line-height: 22px;
	/*margin-bottom: 0;*/
}
.catalog-analyz-links{
	padding-top: 20px;
}
.catalog-analyz-links_title{
	font-size: 24px;
	color: #404040;
	margin-bottom: 10px;
	max-width: 550px;
}
.catalog-analyz-link{
	display: inline-block;
    vertical-align: top;
    width: 49.5%;
}
.catalog-analyz-link__inner{
	display: table;
    width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.catalog-analyz-link__inner span{
	display: table-cell;
    width: 14%;
    text-align: right;
	color: #999999;
}
.catalog-analyz-link__inner a{99
	display: table-cell;
    padding: 15px;
	text-decoration: underline;
}
.catalog-analyz-link__inner a:hover{
	text-decoration: none;
}
.catalog-analyz-links_subtitle{
	color: #999999;
	padding: 10px 0;
}
.catalog-analyz-link p{
	line-height: 24px;
}
/*new-style-catalog-analiz END*/
/*new-style-catalog-analiz responsive START*/
@media (max-width: 1999px){
.prise-btn{
	background: url(/assets/images/shopping-cart.png) no-repeat 40px center, #009f00;
}
.prise-btn:hover, .prise-btn:active{
	background: url(/assets/images/shopping-cart.png) no-repeat 40px center, #005300;
}
}
@media (min-width: 768px) and (max-width: 991px){
	.catalog-top-items{
		flex-wrap: wrap;
	}
	.catalog-top-item{
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.catalog-analyz-tab-nav_li{
		width: 50%;
		padding-left: 50px;
	}
	.catalog-analyz-link{
		width: 100%;
		margin: 10px 0;
	}
	.item-price{
		margin-top: 20px;
	}
	.catalog-analyz-item .btn-primary{
		margin-bottom: 0;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	.catalog-top-item__info table td:first-child{
		padding: 20px 0 0;
		width: 100%;
	}
	.catalog-top-item__info table td{
		display: block;
	}
	.catalog-cat{
		white-space: nowrap;
	}
	.catalog-analyz-tab-nav{
		margin-right: 0;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.catalog-analyz-tab-nav_li{
		width: 33%;
		padding-left: 50px;
	}
	.prise-btn{
		background: url(/assets/images/shopping-cart.png) no-repeat 20px center, #009f00;
	}
	.prise-btn:hover, .prise-btn:active{
		background: url(/assets/images/shopping-cart.png) no-repeat 20px center, #005300;
	}
}
@media screen and (max-width: 768px){
	.navigation .user-column {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.dropdown-item{
		white-space: normal;
	}
}
@media screen and (max-width: 599px){
	.catalog-top-items{
		flex-wrap: wrap;
	}
	.catalog-top-item__info table td:first-child{
		padding: 20px 0 0;
		width: 100%;
	}
	.catalog-top-item__info table td{
		display: block;
	}
	.catalog-top-item{
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.catalog-analyz-tabs{
		margin-top: 0;
	}
	.catalog-analyz-tab-nav{
		margin-right: 0;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.catalog-analyz-tab-nav_li{
		width: 50%;
		padding-left: 50px;
	}
	.catalog-analyz-link{
		margin: 10px 0;
		width: 100%;
	}
	.item-price{
		margin: 0 auto;
	}
	.catalog-analyz-item .btn-primary{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 400px){
	.catalog-analyz-tab-nav_li{
		width: 100%;
	}
	.item-price{
		margin-top: 20px;
	}
}
/*new-design-razdel*/
.nav-items-scroll{
	border: 1px solid #efefef;
}
.nav-item-scroll{
	text-align: center;
}
.nav-link-scroll{
	border-right: 1px solid #efefef;
	padding: 15px 0;
    cursor: pointer;
    background-position: 14px;
    background-repeat: no-repeat;
    background-size: 27px;
    padding-left: 60px;
	padding-right: 30px;
	display: inline-block;
	color: #3e3e3e;
}
.nav-link-scroll.active{
	background-color: #efefef;
}
.callback-block{
	margin: 40px 0;
	text-align: center;
}
.btn_call{
	width: 265px;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	padding: 10px 0;
	display: inline-block;
}
.callback{
	background: #ff5f00;
	margin-right: 30px;
}
.callback:hover{
	background: #7d3911;
	color: #fff;
}
.question{
	background: #00a000;
}
.question:hover{
	background: #056905;
	color: #fff;
}
.border-top{
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #efefef;
}
ul.check {
	columns: 2;
	list-style: none;
	margin: 35px 0;
}
ul.check li{
	background: url(/assets/images/check.png) no-repeat left center;
	padding-left: 30px;
	margin-bottom: 20px;
}
.img_txt{
	float: right;
	width: 40%;
	margin-left: 20px;
}
.img_txt img{
	max-width: 100%;
}
.border-top h2{
	font-size: 24px;
	font-weight: 400;
}
.banner_bottom_discount{
	background: url(/image/banner/banner_bg.jpg) no-repeat;
	text-align: center;
	padding: 60px 0;
	margin-top: 30px;
}
.banner_bottom_discount h2{
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 30px;
}
.table-mobile{
	display: none;
}
.show-all{
	background: #efefef;
	text-align: center;
	color: #777777;
}
.show-all img{
	padding-left: 10px;
}
.useful-info ul{
	padding: 0;
    margin: 20px 0 40px;
    list-style: none;
}
.useful-info ul li{
	margin: 10px 0;
	vertical-align: top;
	display: inline-block;
	width: 33%;
}
.useful-info ul li a{
	text-decoration: underline;
}
.table-issled > tbody > tr > td:nth-child(2){
	word-break: break-all;
}
/*.table-issled{
	display: table;
}*/

/*new-design-razdel END*/
/*new-design-razdel responsive START*/
@media (max-width: 991px){
	.table-mobile{
		display: block;
		margin-bottom: 20px;
}
	.table-issled{
		display: none;
	}
	.table-mobile-title{
		background-color: #5cb85c;
		padding: .625rem;
		color: #fff;
		text-transform: uppercase;
	}
	.table-mobile-content{
		margin-top: 10px;
		padding-bottom: 20px;
		border-bottom: 1px solid #efefef;
	}
	.table-mobile-top-column{
		display: flex;
		
	}
	.name-cell{
		width: 140px;
		padding-right: 40px;
	}
	.name-cel, .table-mobile-top-cell, .table-mobile-cell-name, .table-mobile-cell{
		padding: 5px 0;
		word-break: break-word;
	}
	.table-mobile-column-info{
		display: flex;
		justify-content: space-between;
	}
	.show-all{
		padding: 10px 0;
		border: 1px solid #dee2e6;
	}
	#text-top img{
		max-width: 100%;
		margin-bottom: 20px;
		width: 55%;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.nav-items-scroll{
		flex-wrap: wrap;
	}
	.nav-item-scroll{
		text-align: left;
		flex: 0 0 100%;
	}
	.nav-link-scroll{
		width: 100%;
		border-bottom: 1px solid #efefef;
		border-right: none;
	}
	.nav-item-scroll:last-child .nav-link-scroll{
		border-bottom: none;
	}
	.btn_top{
		width: 100%;
	}
	.callback{
		margin-right: 0;
	}
	.question{
		margin-top: 10px;
	}

	.table-mobile-column-info{
		flex-wrap: wrap;
	}
	.column-info-cell.prise-cell{
		width: 100%;
	}
	.column-info-cell.prise-cell .btn{
		width: 100%;
		margin-top: 10px;
	}
	
	.nav-link-scroll{
		border-right: none;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	.nav-item-scroll:last-child .nav-link-scroll{
		border-right: none;
	}
	.nav-link-scroll{
		padding-right: 25px;
	}
	.useful-info ul li{
		width: 40%;
		margin-right: 45px;
	}
	.table-mobile-content{
		padding-right: 10px;
	}
	.btn_call{
		width: 45%;
	}
}
@media screen and (max-width: 599px){
	.nav-items-scroll{
		flex-wrap: wrap;
	}
	.nav-item-scroll{
		text-align: left;
		flex: 0 0 100%;
	}
	.nav-link-scroll{
		width: 100%;
		border-bottom: 1px solid #efefef;
		border-right: none;
	}
	.btn_top{
		width: 100%;
	}
	.callback{
		margin-right: 0;
	}
	.question{
		margin-top: 10px;
	}

	.table-mobile-column-info{
		flex-wrap: wrap;
	}
	.column-info-cell.prise-cell{
		width: 100%;
	}
	.column-info-cell.prise-cell .btn{
		width: 100%;
		margin-top: 10px;
	}
	
	.nav-link-scroll{
		border-right: none;
	}
	ul.check{
		padding: 0;
		columns: 1;
	}
	.useful-info ul li{
		width: 100%;
	}
	.img_txt{
		float: none; 
		width: 100%; 
		margin-left: 0; 
		margin-bottom: 10px;
	}
	.nav-item-scroll:last-child .nav-link-scroll{
		border-bottom: none;
	}
}
/*new-design-razdel responsive  END*/					 
/*new design main START*/
.news-info-block{
	border: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.news-info-block img{
	width: 100%;
    max-width: 100%;
    display: block;
}
.block_news-info{
	margin: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 152px;
}
.block_news-info .news-date {
	font-size: 14px;
	color: #999999;
	margin: 10px 0;
}
.block_news-info .btn_more-news a{
	width: 100%;
    border-radius: 3px;
    color: #fff;
    padding: 13px 0;
    background: #ff5f00;
    display: inline-block;
    text-align: center;
	margin-top: 30px;
}
.main_block_txt{
	margin-bottom: 40px;
}
.icon_main_block{
	display: flex;
    margin-top: 20px;
    min-height: 105px;
    align-items: flex-start;	
}
.icon_main_block img{
	margin-right: 30px;
}
.icon_main_block p{
	font-size: 16px;
}
.article-info-block{
	padding: 30px;
	border: 1px solid #e5e5e5;
}
.article-info-block .article-title{
	font-size: 16px;
}
.article_block-anonse{
	margin: 20px 0;
	max-height: 57px;
    overflow: hidden;
}
.btn_more-article a{
	width: 150px;
    border-radius: 3px;
	border: 2px solid #ff5f00;
    color: #ff5f00;
    padding: 4px 0;
    display: inline-block;
    text-align: center;
}
.map-office-info{
	position: absolute;
    z-index: 9;
    background: #fff;
    padding: 20px 40px;
    margin: 0 0 0 80px;
    min-height: 560px;
    box-shadow: 0 0 20px 8px rgb(0, 0, 0, 0.2);
	max-width: 370px;
	width: 100%;
	
}
.map-office-info .map-office-title{
	color: #000;
	font-size: 24px;	
}
.dropdown-map-office {
	width: 100%;
	display: inline-block;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 2px rgb(204, 204, 204);
	transition: all .5s ease;
	position: relative;
	font-size: 14px;
	color: #474747;
	height: 100%;
	text-align: left;
	margin: 25px 0;
}
.dropdown-map-office .office-title{
	font-weight: normal;
}
.dropdown-map-office .select {
    cursor: pointer;
    display: block;
	padding: 14px 20px;
    font-size: 16px;
}
.dropdown-map-office:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}
.dropdown-map-office:active {
    background-color: #f8f8f8
}
.dropdown-map-office.active:hover,
.dropdown-map-office.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8
}
.dropdown-map-office .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 250px;
    overflow-y: auto;
    z-index: 9
}
.dropdown-map-office .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
} 
.dropdown-map-office .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown-map-office .dropdown-menu li:hover {
    background-color: #f2f2f2
}
.dropdown-map-office .dropdown-menu li:active {
    background-color: #e2e2e2
}
.dropdown-map-office:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #999999 transparent;
}
#map-place{
	font-size: 16px;
}
.map-place-info{
	color: #999999;
	margin-bottom: 5px;
}
.map-place-txt{
	margin-bottom: 15px;
}
.btn_more a{
	width: 150px;
    border-radius: 3px;
    border: 2px solid #ff5f00;
    color: #ff5f00;
    padding: 4px 0;
    display: inline-block;
    text-align: center;
	margin-top: 10px;
}
.map-block-main.our-offices{
	display: none;
}
@media (max-width: 1200px){
	.offices-map-wrapper.map-office-wrapper #yandex-map{
		min-height: 600px;
	}
	.map-office-info{
		margin: 0;
	}
	
}
@media (max-width: 991px){
	.offices-map-wrapper.map-office-wrapper{
		padding-bottom: 78.3333%;
	}
	.article-main-title{
		margin-bottom: 20px;
	}
	
}
@media (max-width: 767px){
	.offices-map-wrapper.map-office-wrapper{
		padding-bottom: 120%;
		height: auto;
		position: relative;
	}
	.offices-map-wrapper.map-office-wrapper #yandex-map{
		min-height: auto;
		height: 0px;
	}
	.map-office-info{
		box-shadow: none;
		padding: 20px;
		max-width: none;
		min-height: 650px;
	}
	.publications-main-title{
		flex-wrap: wrap;
	}
	.publications-main-title .secondary-title{
		margin-bottom: 5px;
	}
	.publications-main-title .all-item{
		margin-left: 0;
		margin-top: 5px;
	}
}
/*new design main END*/
/*NEW HEADER START*/
.nav-links {
	display: block;
	padding: .5em 1em;
}
.top-bg-gray{
	background: #efefef;
	padding-top: 5px;
    padding-bottom: 5px;
}
.hidden-item ul li:nth-child(1), .hidden-item ul li:nth-child(5), .hidden-item ul li:nth-child(8){
	display: none;
}
.navigation-block .header-search {
    height: 44px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    width: 100%;
    padding: 0 10px;
}
.navigation-block .header-search-container .icon-search {
    position: absolute;
    top: 13px;
    right: 15px;
    outline: 0;
    border: 0;
    -o-border-image: 0;
    border-image: 0;
    background-color: transparent;
}
.navigation-block .header-search-container {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header.new-header .dropdown-menu{
	right: 0;
	left: auto;
}
.top-bg-gray .icon-user{
	background-image: url(/assets/images/sprite-top.png);
    background-position: 0px 0px;
}
.top-bg-gray .icon-cart{
	background-image: url(/assets/images/sprite-top.png);
    background-position: 0px -20px;
}
.top-bg-gray .cart-link, 
.top-bg-gray .account-link  {
    line-height: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5em 1em;
}
.top-bg-gray .navbar-inverse .navbar-toggler-icon{
	background-image: url(/assets/images/btn_toggle_header.png);
	width: 24px;
	height: 16px;
}
.top-bg-gray .navbar-inverse .navbar-toggler{
	border-color: #009f00;
	line-height: normal;
	font-size: 0px;
	padding: 10px;
	margin: 0;
}
.top-bg-gray .navbar-inverse .navbar-nav .nav-link{
	color: #009f00;
}
.navigation-block .navbar-toggleable-md .navbar-nav .nav-link{
	padding-right: 7px;
    padding-left: 7px;
}
@media (max-width: 1199px) and (min-width: 992px){
	.header.new-header .check {
		margin-top: 0;
	}
}
@media (max-width: 991px) {
	.hidden-item ul li:nth-child(1), .hidden-item ul li:nth-child(5), .hidden-item ul li:nth-child(8){
		display: block;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	.header .region {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: auto; 
	}
}
@media (max-width: 768px){
	.header.new-header .region{
		text-align: right;
	}
}
@media (max-width: 600px){
	.top-bg-gray .navbar-inverse .navbar-toggler{
		margin: 15px 0;
	}
}
@media (max-width: 360px) {
	.contact-phone .phone{
		font-size: 15px;
	}
}


/*NEW HEADER END*/

/**/
.lenght-table .show-all-mobile{ 
	display: none;
}
@media (max-width: 991px){
	.lenght-table .show-all-mobile{
		margin-bottom: 20px; 
		display: block;
	}
}
/**/
/*seo*/
.fr-seo-table{
	width: 90%;
	margin: 0 5%;
	font-size: larger;
}
.fr-seo-table td{
	padding:10px;
	width:22.5%;
}
.fr-seo-table span{
	font-size: x-large;
}
#getting-started {
	border: 12px solid #ff7f00;
	padding: 40px 45px;
	margin-top: 50px;
}
.franchayzing-landing .section h2 {text-align: center;}
.seo-center{
	text-align: center;
}
.seo-center img{
	max-width:95%;
}
.seo-bigger-text{
	font-size: 18px!important;
}
.seo-table-div h3{
	font-size: 1.1rem;
	text-decoration: none;
}
.seo-table-div h3 span{
	border-bottom: 2px solid #3d9809;
}
.fr-seo-table-2{
	width: 90%;
	margin: 0 5%;
}
.fr-seo-table-2 td{
	padding:10px;
}
.fr-seo-table-2 .x-large{
	font-size: x-large;
}
.seo-strng-text{
	font-weight:700;
}
.seo-bigger-text h2{
	margin-top: 0.75rem!important;
	margin-bottom: 1.5rem!important;
}
/**/

.tab-h2 {
	font-size: 16px;
}
.bg-success .h6 a{
  color: #fff;
}
/*new seo*/

ul.seo-start{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
ul.seo-start li{
	background-image: url(/assets/images/green-kvadrat.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin: 10px 5px;

}
ul.seo-start li span{
	color: #3d9809;	
    font-size: 20px;
    font-weight:700;
    display: table-cell;
    vertical-align: middle;
    width: 14%;
    text-align: center;
}
/**/
/*page form*/
.page_form{
	border: 5px solid #ff7f00;
	padding: 25px;
}
h4.form-h4{
	font-size: 24px;
	color: #3d9809;
	font-weight: bold;
	margin-bottom: 30px;
}
.banner_sold{
	margin-top: 30px;
}
.banner_sold img{
	display: block;
	max-width: 100%;
	height: auto;
}
/**/