

/* Start:/css/main.css?172262649670617*/
/*  
	
	#1a847a - Зеленый 
	
*/


/* ОБЩИЕ */

body {
	font-family: Roboto;
	font-size: 14px;
	font-weight: 300;
	color: #444;
	line-height: 1.4
	}

@media (max-width: 768px) {
	body {
		font-weight: 300;
	}
}

.no_scroll {
	overflow:hidden;
}


a {
	color: #1a847a;
	}

a:hover {
	color: #1a847a;
	}

.clear {
	clear: both;
	}

.button {
	background: #fff;
	border-radius: 0;
	border: 1px solid #1a847a;
	padding: 10px 20px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	color: #1a847a;
	margin-right: 20px;
	margin-top: 20px;
	cursor: pointer;
	text-decoration: none !important;
	outline: none;
	}

.button:hover {
	background-color: #2da89c;
	color: #fff;
	border-color: #2da89c;
	outline: none;
}

.button.green {
	background-color: #2da89c;
	color: #fff;
	border-color: #2da89c;
	outline: none;
}

.button.green:hover {
	background-color: #fff;
	color: #2da89c;
}

table.type_1 td{
	padding: 10px;
	border: 1px solid  #e3e3e3;
	}

table.type_1 thead td{
	font-size: 140%;
	text-align: center;
	font-weight: bold;
}

table.type_1 tr.enactive{
	color: #ccc
	}

	
/*  Ссылка*/

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none !important;
	}

.link { 
	text-transform: uppercase;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	color: #1a847a;
	cursor: pointer;
	position: relative;
	}

.link.button_size {
	padding: 11px 0px;
	
}

.link.button_size.link_arrow:after {
	top: 16px;
}

.link_arrow:after {
	content: "";
	position: absolute;
	top: 5px;
	width: 4px;
	height: 7px;
	right: -17px;
	background: url(/images/arrow1.jpg);
	background-size: 100%;
}




.link_11 { 
/* 	border: 1px solid #bf8f11; */
	
	//padding: 10px 0px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	color: #1a847a;
	cursor: pointer;
	position: relative;
	}

.link_11:after {
	content: "";
	position: absolute;
	top: 14px;
	width: 4px;
	height: 7px;
	right: -17px;
	background: url(/images/arrow1.jpg);
	background-size: 100%;
}


/*  Ссылка в виде ссылки c угловой стрелкой и без */
.type_3, .type_4 { 
	text-transform: uppercase;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	color: #1a847a;
	cursor: pointer;
	position: relative;
	}

.type_3:after {
	content: "";
	position: absolute;
	top: 5px;
	width: 4px;
	height: 7px;
	right: -17px;
	background: url(/images/arrow1.jpg);
	background-size: 100%;
}


.author{
	font-family: PT Serif;
	font-style: italic;
	color: #a0770d;
	font-size: 12px;
	line-height: 1.3	;
}


.date{
	font-family: PT Serif;
	font-style: italic;
	color: #a0770d;
	font-size: 12px;
}


.mini_icon span {
	position: relative;
	margin-left: 20px;
	}

.mini_icon span:before{
	content: "";
	background: url(/images/icons_set_1.jpg);
	background-size: 32px 64px; 
	width: 16px;
	height: 16px;
	position: absolute;
	left: -22px;
	top:1px;

}


.mini_icon.likes:hover span{
	color: #1a847a;
	cursor: pointer;
	}
	
.mini_icon.likes span:before{
	background-position:  0px 15px;
}	

.mini_icon.likes:hover span:before{
	background-position:  16px 15px;
}	

.mini_icon.likes.active span:before{
	background-position:  16px 15px;
}	

.mini_icon.views span:before{
	background-position:  0 31px;
}	

.mini_icon.date span:before{
	background-position:  0 47px;
}	

.pagination {
	margin: 40px 0;
	}

.pagination>a {
	float: left;
	width: 30px;
	min-height: 30px;
	border: 1px solid #2da89c;
	color: #2da89c;
	margin-right: 5px;
	text-align: center;
	padding: 5px 0;
	display: block;
	cursor: pointer;
}

.pagination>a:hover {
	text-decoration: none;
	}

.pagination>a.active, .pagination>a:hover {
	background: #2da89c;
	color: #fff;
}

/* ЗАГОЛОВКИ */

 h3, h4 {
	font-family: pt serif;
	font-size: 30px;
	margin: 30px 0 10px 0;
	color: #333;
	position: relative;
	}

h3.center, h4.center, p.center {
	text-align: center;
}
h3 a, h4 a{
	color: #333;
	}


h4 {
	font-size: 20px;
	}
	

h1, h2 {
	color: #444;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	margin-top: 50px;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
	letter-spacing: 1px;
	}
	
h1.midLine, h2.midLine {
	border:none;
	line-height: 45px;
	color: #444 !important;
    font-weight: 900 !important;
    font-size: 25px !important;	
}	

.greenselection {
	margin-bottom: 0; 
	background: #35A79C; 
	padding: 15px 10px 20px 10px; 
	color: #fff;
	}

h2.center {
	text-align: center;
	}


h2 .link {
	line-height: 1.5;
	float: right;
	letter-spacing: 0.5px;
	margin-top: 9px;
	margin-left: 30px;
	}

h2 .link_arrow {
	margin-right: 18px;
}


h2 .button {
	letter-spacing: 0.5px;
	float: right;
	margin-right: 0;
	margin-top: 0;
	margin-left: 30px;
	}

h2+.button, h2+.button+.button {
	margin-top: -20px;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	h1, h2 {
		padding-bottom: 20px;
		margin-bottom: 60px;
	}			
	
}

@media (max-width: 768px) {
	h1.onlyMob , h2.onlyMob  {
		//padding-bottom: 60px;
		//margin-bottom: 0px;
	}			
	
}



h1 span, h2 span {
	font-weight: 100;
	}

h1:after, h2:after {
	content: "";
	display: block;
	position: absolute;
	width: 150px;
	height: 5px;
	background: #2da89c;
	bottom: -3px;
}

h1.midLine:after, h2.midLine:after {
	top: 43%;
	bottom: auto;
}

h1.midLine .line, h2.midLine  .line {
	position: absolute;
	width: 100%;
	top:43%;
	height:3px;
	border-bottom: 1px solid #e4e4e4;
}

h2.center:after {
	margin-left:50%;
	left: -150px;
	width: 300px;
}

h1:before, h2:before {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 5px;
	background: #fff;
	bottom: -3px;
	left: 150px;
}

h1.midLine:before, h2.midLine:before {
	top: 43%;
	bottom: auto;
	z-index:100;
}

h2.center:before {
	margin-left:50%;
	left: -85px;
	width: 170px;
}

.datted_table {
	width: 100%;
	}

.datted_table td{
	white-space: nowrap;
	position: relative;
	vertical-align: bottom;
	line-height: 0.6;
	padding-top: 14px;
}

.datted_table td.dotted{
	border-bottom: 1px dotted #ccc;
	width: 100%;
	}

.breadcrumb {
	margin:-50px 0 0 0 !important;
	padding:0px !important;
	background:none !important;
}

.breadcrumb li {
	display:inline-block;
	font-size:10px;
	font-weight:400;
	text-transform:uppercase;
	margin:0px !important;
	padding:0px !important;
}

.breadcrumb li:before {
    content: ''; 
	display:block;
	float:left;
	border: 4px solid transparent;	
	border-left: 4px solid #2ba99d;
	margin: 4px 8px 0 11px;
}
.breadcrumb li:first-child:before {
	content:'';
	display:none;
}
.breadcrumb li.active {
	color:#a07d21;
}

/* АНОНСЫ СТАТЕЙ НА ГЛАВНОЙ */

.article_anonces .article{
	margin-bottom: 40px;
	}

.article_anonces .article h3 {
	font-size: 20px;
	margin: 30px 0 10px 0;
	}

.article_anonces .article img {
	width: 100%;
	}

.article_anonces .article .img{
	position: relative;
}

.article_anonces .article .img:before {
	content: "";
	border: 1px solid #fff;
	width: 94%;
	height: 91%;
	position: absolute;
	margin-left: 3%;
	margin-top: 3%;
	opacity: 0.3;
}

.article_anonces .article .props {
	display: table;
	width: 100%;
	font-family: PT serif;
	font-size: 12px;
	color: #777;
	font-style: italic;
	font-weight: 100;
	margin-top: 20px;
}




.article_anonces .article .props>div{
	display: table-cell;
	}


.article_anonces .article .props .likes{
	text-align: left;
}	


.article_anonces .article .props .views{
	text-align: center;
}	

	
.article_anonces .article .props .date{
	text-align: right;
}	

	

/* -ЛЕВОЕ МЕНЮ- */
nav.left>a {
	display: block;
	padding: 15px 0 15px 20px;
	color: #444;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 15px;
	border-left: 3px solid #2da89c;
	letter-spacing: 1px;
	position: relative;
	text-decoration: none;
	margin: 4px 0;
	background: #f7f7f7;
	}

nav.left>a:hover, nav.left>a.active {
	background: #2da89c;
	color: #fff;
	padding-left: 20px;
	border-left: 3px solid #118b80;
	}

/* -ВЕРХНЕЕ МЕНЮ- */

.top_menu {
	background: #2da89c;	
	}


.top_menu ul.nav  {
	margin: 0;
	}

.top_menu ul.nav li{
	margin: 0;
	padding: 0;
	}



	
.top_menu .navbar-light .navbar-toggler {
	background: url(/images/top_menu_icon.png);
	background-size: 30px 22px;
	width: 30px;
	height: 22px;
	border: none;
	border-radius: 0;
	margin-top: 50px;
	z-index: 1000;
	position: absolute;
	outline:none;
	}

.top_menu .navbar{
	padding-left: 0;
	padding-right: 0;
	margin: 0 !important;
	}

.top_menu .navbar .nav-item {
	border-bottom: 1px solid transparent;
	}

.top_menu .navbar-nav .nav-item+.nav-item {
/* 	margin-right: 1.5rem; */
	}

.top_menu .navbar-nav .nav-item {
	margin-right: 1.5rem;
	}


.top_menu .navbar-nav .nav-item.active {
/* 	margin-right: 1.5rem; */
/* 	background: #fff; */
	font-weight: 500;
	border-bottom: 1px solid #fff;
	}

.top_menu .navbar-nav .nav-item.active a{
/* 	color: red !important; */
/* 	font-size: 19px; */
}

.top_menu .navbar .nav-item:hover {
	border-bottom: 1px solid #fff;
	}
	
.top_menu .navbar  a{
	color: #fff !important;
	text-transform: uppercase;
	font-size: 13px;
	}



.top_menu  .login, .top_menu  .cart-link  {
	float: right;
/* 	padding-top: 0.425rem; */
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	}
	
.top_menu  .cart-link {
	margin-right: 0px !important;
}	

.top_menu  .login:before {
	content: "";
	position: absolute;
	background: url(/images/icon_logout.png);
	left:-22px;
	width: 16px;
	height: 17px;
	top:0.425rem;
}

.top_menu  .cart-link img {
	background: url(/images/shopping-bag.svg);
	position: absolute;	
    left: -26px;
    width: 20px;
    top: 0.225rem;
}

@media (max-width: 992px) {
	.top_menu {
/* 		background: #fff;	 */
		}

	.top_menu .navbar  a{
/* 		color: #fff; */
	}

	.top_menu .navbar-nav .nav-item.active {
		border: none;
	}
	.top_menu ul.nav {
		margin-left: 70px !important;
		}
	.top_menu .nav-item.search {
		display: none;
	}
}


/* -- */
.header_logo {
	display: block;
	margin: 30px auto 10px auto;
	display: block;
	width: 70vw;
	max-width: 426px;
	position: relative;
/* 	border: 1px solid red; */
	}

.header_logo img{
	width: 70vw;
	max-width: 426px;
	}


@media (max-width: 992px) {
	.header_logo {
		margin-top: 25px;
		width: 24vw;
	}

	.header_logo img{
		width: 24vw;
		}

	.header_slogan {
		margin-bottom: 30px;
		font-size: 1.2vw;
		}

}


@media (max-width: 768px) {
	.header_logo {
		margin-top: 30px;
		width: 38vw;
	}
	

	.header_logo img{
		width: 38vw;
		}

}

@media (max-width: 544px) {
	.header_slogan {
		visibility: hidden;
		}

}

.header_logo:after, .header_logo:before {
	content: "";
	position: absolute;
	width: 150px;
	height: 1px;
	border-bottom: 1px solid #aa7f0f;
	right: -200px;
	top:85px;
	}

.header_logo:before {
	left: -200px;
	}

@media (max-width: 992px) {
	.header_logo:after, .header_logo:before {
		display: none;
		}
}

.header_slogan {
	text-align: center;
	color: #aa7f0f;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 30px;
/* 	font-size: 2.7vw; */
	letter-spacing: 1.2px;
	}

@media (min-width: 768px) {
.header_slogan {
	font-size: 18px;
	font-weight: 100;
}
}

.logo_row.white .header_slogan {
	color:#FFF;
	text-shadow: 0 0 32px rgba(9,140,108,0.39);
}
	
.slider img {
	width: 100%;
	}


.slider{
		position: relative;
}
.slider:before {
	content: "";
	border: 1px solid #fff;
	width: 98%;
	height: 96%;
	position: absolute;
	margin-left: 1%;
	margin-top: 1%;
	opacity: 0.5;
}

.slider .label {
	position: absolute;
	background: #fff;
	left: 50px;
	bottom: 50px;
	padding: 30px 50px;
	max-width: 90%;
	}

@media (max-width: 992px) {
	.slider .label {
		display: none;
		}
	}

.slider .label .title{
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #a0770d;
	font-size: 12px;
	}

.slider .label .likes{
	float: right;
	font-family: PT serif;
	font-size: 12px;
	color: #777;
	font-style: italic;
	}
	
.slider .label .text{
	margin-top: 20px;
	color: #777;
	font-family: PT Serif;
	font-style: italic;
	font-size: 20px;
	}
	
	

/* СТИЛИ ТЕКСТА */

ol, ul {
	margin: 10px 0 5px 30px;
	padding: 0;
	}

ol li, ul li{
	margin-bottom: 5px;
	padding-left: 6px;
	}


ol li div, ul li div{
	text-transform: uppercase;
	font-size: 11px;
	color: #2da89c;
	font-weight: 500;
}

.sel1 { 
	border-left: 1px solid #e4e4e4;
	padding: 10px 0px 10px 40px;
	position: relative;
	margin: 30px 0;	
}

.sel1.tight {
	margin:0;
	}

.sel1 h4{
	margin-top: 2px;
	} 


.sel3 { 
	border-left: 3px solid #2da89c;
	padding: 10px 40px 10px 40px;
	position: relative;
	margin: 40px 0;	
	font-size: 18px;
}


.sel4 { 
/* 	border-left: 3px solid #2da89c; */
	padding: 40px 50px;
	margin: 40px 0;
	line-height: 1.6;	
	font-size: 16px;
	background: #2da89c;
	color: #fff;
}

.sel5 { 
	border: 3px solid #2da89c;
	padding: 40px 50px;
	margin: 40px 0;
	line-height: 1.6;	
	font-size: 16px;
}

ol .sel5, ol .sel5 { 
	margin: 10px 0;
	padding: 10px 20px;
	display: inline-block;
}

ol .sel5, ol .sel5 span{
	font-size: 150%; 
}

.sel2 { 
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 30px 0;
	margin: 40px 0;
	text-align: center;
	font-size: 25px;
	font-family: pt serif;

}

img.pic1 {
	box-shadow: 0 0 20px #ccc;
	}

@media (max-width: 544px) {
	.sel1 { 
		padding-left:20px;
	}
}

/* ОТЗЫВЫ НА ГЛАВНОЙ */


.comment_1 {
/* 	font-weight: 100; */
	font-size: 14px;

	margin-bottom: 70px !important;
}

.comment_1.sel1 { 
	margin:0;	
	//margin-bottom: 40px;	
}	

.comment_1 .qa {
	//padding-bottom:20px;
}

.comment_1 .qa p {
	margin-top:4px;
	margin-bottom:0px;
}

.comment_1 .qa .name {
    font-size: 18px;
    font-weight: 100;
    line-height: 33px;
    /* text-transform: uppercase; */
    color: #666;
	text-transform: none;
	padding-left:0px !important;
}

.comment_1 .qa .answer .name:before {
    content: "";
	display:none;
    background: url(/images/pic1.jpg);
    background-size: 81px;
    background-position-x: -28px;
    background-position-y: -15px;
    position: absolute;
    width: 27px;
    height: 27px;
    left: 0;
    top: 2px;
    border-radius: 50px;
}
	
.sel1:after {
	content: "";
	background: #fff;
	border: 2px solid #e4e4e4;
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 20px;
	left: -7px;
	top: 14px;
	}
	
.sel1:before {
	content: "";
	border: 5px solid #fff;
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 20px;
	left: -9px;
	top: 12px;
	}
	
.comment_1 .author{
	float: left;
}

.comment_1 .date{
	float: right;
}



/* КАТЕГОРИИ СТАТЕЙ НА ГЛАВНОЙ */

.categories {
	margin: -40px 0 0 0;
}

.categories .categoryItem {
	width:350px;
	height:105px;
	display:block;
	background:#f2f2f2;
	text-decoration:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	font-family: PT serif;	
	padding:17px 0 0 30px;
	margin: 0 0 4px 0;
	background:url(/images/arr.png) no-repeat 292px 31px #f2f2f2;
}

.categories .categoryItem .name {
	font-style: italic;
	color: #aa7604;
	font-size: 19px;
}

.categories .categoryItem .info{
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.3;
	color: #777;
	margin-top: 7px;
}

.categories .categoryItem.active {
	background:url(/images/arr_act.png) no-repeat 292px 31px #2aa89c;
	color:#FFF !important;
}

.categories .categoryItem.active .name {
	color:#FFF !important;
}

.categories .categoryItem.active .info {
	color:#FFF !important;
}

.article_categories .category{
	display: table;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #efeded;
	width: 100%;
}

.article_categories h2 {
	color:#c7c7c7;
}

.article_categories .category:last-of-type{
	border: none;
	}


.article_categories .category>div{
	display: table-cell;
	vertical-align: middle;
	}

.article_categories .category .left{
	width: 90px;
}

.article_categories .category  img{
	width: 88px;
	}

	
.article_categories .category .right{
	padding-left: 30px;
	font-family: PT serif;
}

.article_categories .category .right .name{
	font-style: italic;
	color: #a0770d;
	font-size: 14px;
	line-height: 1;
}

.article_categories .category .right .info{
/* 	font-style: italic; */
/* 	color: #a0770d; */
	font-size: 10px;
	text-transform: uppercase;
	line-height: 1.3;
	color: #777;
	margin-top: 7px;
}


.article_categories .category .right .likes, .article_categories .category .right .views{
	float: left;
	margin-right: 15px;
	margin-top: 2px;
	font-size: 11px;
	color: #777;
	margin-left: 3px;
}

.article_categories .category .right .likes span, .article_categories .category .right .vievs span{
}




/* ВОПРОСЫ */

.qa .show_element {
	display: none;
	}

.qa  {
	margin-bottom: 70px;
	}

.qa .date{
	float: left;
}

.qa .author{
	float: right;
}

.qa .name{
	font-size: 30px;
	font-weight: 100;
	text-transform: uppercase;
	color: #666;
}

.qa .name span{
	color: #a0770d;
}

.qa p {
	margin-top: 15px;
	}

.qa .quastion {
	margin-top: -10px;
	}
	
.qa .answer{
	margin-top: 30px;
	}
	
.qa .answer .name{
	padding-left: 60px;
	position: relative;
}

.qa .answer .name:before{
	content: "";
	background: url(/images/pic1.jpg);
	background-size: 100px;
	background-position-x:-30px;
	background-position-y:-10px;
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	top:2px;
	border-radius: 50px;

}

.qa_info h3{
	font-size: 20px;
	margin-top: 2px;
	}
	
.comments_2 .qa {
	margin-bottom: 30px;
	}
	
.comments_2 .qa .date{
	float: right;
	}
	
.comments_2 .qa .author{
	float: left;
	}
	
/*
.comments_2 .add_comment{
	margin-top: -140px;
	margin-bottom: 30px;
	}
*/
	
	
/* ФУТЕР */

.footer {
	margin-top: 50px;
	background: #333;
	padding-top: 40px;
	padding-bottom: 20px;
	}
	
.footer .footer_logo {
	width: 250px;
	height: 250px;

	border: 1px solid #5c5c5c;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	
	}
	
.footer .footer_logo img{
	width: 70%;
	}


.footer .footer_menu {
	
	}
	
.footer .footer_menu .title{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
	
	}

.footer .footer_menu .title:after {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 3px;
	background: #bf8f11;
	bottom: -15px;

	}


	
.footer .footer_menu a{
	display: block;
	color: #a7a7a7;
	margin-bottom: 10px;
	font-weight: 100;
	text-decoration: none;
	}

.footer .footer_menu a:hover{
	text-decoration: underline;
}

.footer	.line {
	border-top: 1px solid #5c5c5c;
	margin-top: 25px;
}
	
.footer	.footer_footer {
	padding-top: 20px;
	color: #6e6e6e;
	font-size: 14px;
	}


.footer	.footer_footer .left{
	padding: 0;
	}

.footer	.footer_footer a{
	color: #6e6e6e;
	}

.footer	.footer_footer .left_col a:first-of-type{
	margin-right: 20px;
}
	
.footer	.footer_footer .left_col a:last-of-type{
	margin-left: 20px;
}
	
.footer	.footer_footer .right_col{
	text-align: right;
	}
	
/* СТАТЬИ */

.articles .article{
	margin-bottom: 100px;
	}


.articles .article h3 {
	margin: 15px 0 10px 0;
	text-align: center;
	}
	
.articles	.article_category {
/* 	margin: 0 auto; */
	text-align: center;
	overflow: hidden;
	}

.articles	.article_category span{
	display: inline-block;
/* 	border-bottom: 2px solid #1a847a; */
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
}

.articles	.article_category span:after, .articles	.article_category span:before {
	content: "";
	position: absolute;
	width: 150px;
	height: 1px;
	border-bottom: 1px solid #ccc;
	opacity: 0.4;
	right: -170px;
	top:10px;
	}

.articles	.article_category span:before {
	left: -170px;
	}



.article_detail .article img, .articles .article img {
	width: 100%;
	}

.article_detail .article .img, .articles .article .img{
	position: relative;
	margin: 30px 0 20px 0;
}

.article_detail .article .img:before, .articles .article .img:before {
	content: "";
	border: 1px solid #fff;
	width: 96%;
	height: 94%;
	position: absolute;
	margin-left: 2%;
	margin-top: 2%;
	opacity: 0.3;
}

.article_detail .article .props, .articles .article .props {
	display: table;
	width: 100%;
	font-family: PT serif;
	font-size: 12px;
	color: #777;
	font-style: italic;
	font-weight: 100;
	margin-top: -5px;
	margin-bottom: 20px;
}

.articles .article .props {
		float: left;
}

.article_detail .article .social_links {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	margin: 40px 0;
	padding-bottom: 20px;
	}

.article_detail .article .social_links h4:first-child{
	margin-top: 20px;
}

.article_detail .article .social_links .pluso, .article_detail .article .social_links .soc_icon {
	margin-left: 20px;
	}
	

.article_detail .article .social_links .soc_icon {
	padding-left: 27px;
	position: relative;
	margin-top: 2px;
	display: block;
	}

.article_detail .article .social_links	.soc_icon:before {
	content: "";
	left: 0;
	position: absolute;
	background: url(/images/icons_soc.png);
	width: 17px;
	height: 17px;
	background-size: 17px 34px;
	}

.article_detail .article .social_links .soc_icon.vk:before {
	background-position: 0 0;
}
	
.article_detail .article .social_links .soc_icon.insta:before {
	background-position:  0 17px; 
}
	

@media (max-width: 768px) {
	.articles .article .props>div {
		float: left !important;
		margin-right: 30px !important;
		margin-left: 0 !important;
	}

	.articles .article .read_more{
		margin-top: 0px !important;
		}
}

.articles .article .props>div{
	float: right;
	margin-left: 30px;
	}
	
.article_detail .article .props>div{
	float: left;
	margin-right: 30px;
	}
	
.article_detail .article .type_4.prev {
	margin-right: 50px;
	}


.articles .article .date{
	float: right;
	}

.articles .article .read_more{
	float: left;
	margin-top: -35px;
	}

.article_detail .article .date{
	margin-top: -50px;
	margin-bottom: 35px;
	}

@media (max-width: 768px) {
	.article_detail .article .date{
		margin-top: -20px;
		margin-bottom: 15px;
	}
}

/* ФОРМА */

form .info_status, .form .info_status{
	padding: 20px;
	background: #2da89c;
	color: #fff;
	margin-bottom: 30px;
	}

.form{
	width: 100%;
}


@media (min-width: 992px) {
	.table_div {
		display: table;
		}
	
	.tr_div {
		display: table-row;
		}
	
	.td_div {
		display: table-cell;
		padding-bottom: 30px;
		}

}

.tr_div {
	clear: both;
	margin-bottom: 30px;
}

.form .tr_div .td_div:first-child{
	white-space: nowrap;
	width: 10px;
	padding-right: 30px;
	font-size: 18px;
	vertical-align: top;
	}


.form .tr_div .td_div:first-child .info{
	color: #2da89c;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 9px;
}

.form .td_div:last-child{
	padding-bottom: 30px;
	}

.form .td_div:first-child{
	padding-bottom: 5px;
	}





.form tr td:first-child{
	white-space: nowrap;
	width: 10px;
	padding-right: 30px;
	font-size: 18px;
	}


.form tr td:first-child .info{
	color: #2da89c;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 9px;
}

.form td{
	padding-bottom: 30px;
	vertical-align: top;
	}
	
	
.form input.text, .form textarea , .form select{
	-webkit-appearance: none;
	border-radius: 0 !important;
	padding: 10px 15px;
	border: 1px solid #e4e4e4;
	width: 100%;
	display: block;
	border-left: 2px solid #2da89c;
	box-shadow: none;
	float: left;
	height: 40px;
	background: #fff;
	}

.form .double {
	width: 47% !important;
	}

.form .error, .form .info_status.email, .info_status.error {
	background: #f9bcbc  !important;
	}
.form .error a, .form .info_status.email a, .info_status.error a {
	color: #FFF;
	text-decoration: underline;
	}

.form .double:first-child {
	margin-right: 6% !important;
	}

.form .triple {
	width: 31% !important;
	}

.form .triple:first-child {
	margin-right: 3.5%!important;
	}

.form .triple:last-child {
	margin-left: 3.5%!important;
	}


.form textarea{
	height: 200px;
	}

.form .button{
	float: right;
	margin: 0;
	}
	


/*-------------------------------------------*/

.center_line_table {
	width: 100%;
	border-collapse: collapse
	}

.center_line_table tr td{
	width: 50%;
	}

.center_line_table tr td:first-child{
	text-align: right;	
	border-right: 1px solid #b8b8b8;
	}


.center_line_table tr td{
	position: relative;
}

/*
.center_line_table tr td:first-child:after{
	content: "";
	position: absolute;
	right: -7px;
	top:31px;	
	background: #b8b8b8;
	width: 14px;
	height: 14px;
	border-radius: 20px;
	border: 3px solid #fff;
}
*/


.center_line_table tr td{
	font-style: italic;
	font-weight: 300;
	padding: 25px 40px;
	font-size: 15px;
	color: #444;
	}

.center_line_table.type_1 h6{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 3px;
	color: #333;
	font-style:  normal;
}	

.center_line_table.type_1 h3{
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
	color: #333;
	font-style:  normal;
	background: #ccc;
	display: inline-block;
	color: #fff;
	padding: 3px 10px;
	margin: 20px 0 0px 0;
}	


/*--.center_line_table.type_2--*/


.center_line_table.type_2 tr td:first-child{
/* 	padding-left: 200px; */
}

.center_line_table.type_2 tr td:last-child{
/* 	padding-right: 200px; */
}


.center_line_table.type_2 ul {
	list-style: none;
	}

.center_line_table.type_2 ul li{
	margin-bottom: 12px;
	line-height: 1.2;
	}

.center_line_table.type_2 tr td {
	font-weight: 300;
	margin: 35px 0;
	font-style: normal;
	font-size: 15px;
	color: #444;
	vertical-align: middle;
	}

.center_line_table.type_2 tr td.label>div{
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	background: #a9a9a9;
	display: inline-block;
	width: 180px;
	padding: 15px 0;
	text-align: center;
	border-radius: 4px;
	position: relative;
	margin-top: -8px;
	}

.center_line_table.type_2 tr td.label>div>div{
	letter-spacing: 1px;
	font-size: 10px;
	color: #333;
	margin-top: 4px;
}


.center_line_table.type_2 tr td.label>div:before{
	content: "";
	background: #a9a9a9;
	position: absolute;
	top:50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
 }


.center_line_table.type_2 tr td.label>div:after{
	content: "";
	position: absolute;
	right: -47px;
	top:28px;	
	background: #b8b8b8;
	width: 14px;
	height: 14px;
	border-radius: 20px;
	border: 3px solid #fff;
}

.center_line_table.type_2 tr td.label:last-child>div:after{
	left: -47.5px;
}


.center_line_table.type_2 tr td:first-child:after{
	top:45px;
}

.center_line_table.type_2 tr td.label:first-child div:before{
	right: -6px;
 }
	
.center_line_table.type_2 tr td.label:last-child div:before{
	left: -6px;
 }
	


/*
.check{
    font-family: FontAwesome;	
	}
		
.check:before {
	content: "\f046";
	}
*/
	

/* ТАБЛИЦА С ЦЕНАМИ */


.price_table {
		width: 100%;
		display: table;		
		margin: 0 auto;
}

.top_menu  .nav-item.search {
	float: right;
	margin-right:0.8rem !important;
}

.search-header {
	position:relative;
}

.search-header form {
	//border:1px solid #000;
}

.search-header button {
	background:none;
	border:none;
	outline:none;
	font-weight:300 !important;
	cursor:pointer;
	position:absolute;
	font-size:17px;
	top:5px;
	right:3px;
	color:#FFF;
}

.search-header .inputContainer {
    position: absolute;
    right: 0px;
    top: -1px;
    width: 0px;
    height: 35px;
    //padding-left: 15px;		
    border: none;
    outline: none;
    font-size: 13px;
    font-weight: 300;
    /* border: 1px solid #FFF; */
    background: #30b5a8;
    color: #FFF;
    -webkit-transition: width 1s; /* Safari */
    transition: width 1s;	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	//overflow:hidden;	
}
.search-header .inputContainer.active {
	width: 300px;
    -webkit-transition: width 1s; /* Safari */
    transition: width 1s;
}

.search-header .inputContainer input {
	width:90%;
	height:100%;
	padding-left:15px;
	border:none;
	background:none;
	outline:none;
	color:#FFF;
	display:none;
}


.search-header .leftShadow {
	position:absolute;
	height:35px;
	width:23px;
	left:-23px;
	top:0px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(45,168,156,0.28) 27%, rgba(45,168,156,1) 96%, rgba(45,168,156,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(45,168,156,0.28) 27%,rgba(45,168,156,1) 96%,rgba(45,168,156,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(45,168,156,0.28) 27%,rgba(45,168,156,1) 96%,rgba(45,168,156,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#2da89c',GradientType=1 );
}

div.title-search-result {
	position: absolute;
    left: -300px;
    top: 41px;
	background:#FFF;
	z-index:10;
	box-shadow:0px 2px 13px rgba(0,0,0,0.1);
	padding: 10px 20px 5px 20px;
	display:none;
}

div.title-search-result .bx_item_block {
	padding:4px 0px;
}

div.title-search-result .bx_item_block.all_result {
	border-top:1px solid #C7C7C7;
	padding-top:9px;
	margin-top:5px;
}

.top_menu .navbar .title-search-result a {
	color:#000 !important;
	font-weight:300;
	text-transform:none;
}

.top_menu .navbar .title-search-result a b{
	color:#2DA89C !important;
	font-weight:600;
}


.search-page .search-query {
    line-height: 42px;
    font-size: 16px;
    color: rgb(126, 126, 126);
    width: 40% !important;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    padding-left: 20px;
    margin-right: 2%;
	outline:none;
}

.search-page button[type="submit"] {
    background-color: #2DA89C;
    color: #fff;
    border: none;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 47px;
    padding: 0px 40px;
	cursor:pointer;
	outline:none;
}

.search-page .search-advanced {
	color:#2DA89C;
	margin-top:10px;
}

.search-page .search-item {
	border-bottom:1px solid #C7C7C7;
	padding-bottom:20px;
	margin-bottom:15px;
}

.search-page .search-item-date {
	margin-top:5px;
	color:#2DA89C;
}

.search-page  .pagination {
	margin-top:10px;
}

.mobile-search {
	display:none;
	z-index: 100;
	width: 83%;
	position:absolute;
	top: 51px;
	top: 34px;
	right: -7px;			
}

.mobile-search .search-header .inputContainer {
	width:0px;
	display:none;
	border:1px solid #999;
	background:#FFF;
    top: -4px;
    height: 44px;	
}

.mobile-search .search-header .inputContainer.active {
	width: 100%;
	display:block;
}

.mobile-search .search-header .inputContainer.active input {
	display:block;
	box-shadow: 0px 0px 39px #FFF;
}

.mobile-search .leftShadow  {
	display:none;
}

.mobile-search .search-header button svg {
	width:25px;
	height:25px;
}

.mobile-search .search-header .inputContainer input {
	width: 100%;
    height: 100%;
	color:#000;
}

.mobile-search .search-header button svg path {
    fill: #9F7D24 !important;
}

.mobile-search .leftShadow  { 
	display:none;
}

.mobile-search div.title-search-result {
	left:0px;
}

@media (max-width: 768px) {
	.price_table {
		width: 100% !important;
	}
	
	.search-page .search-query {
		width:76% !important;
		margin-right: 2%;
	}

	.search-page button[type="submit"] {
		width:21% !important;
	}	

	.mobile-search {
		top: 5px;
	}
}

@media (max-width: 992px) {
	.mobile-search {
		display:block;
	}	
}

@media (max-width: 576px) {
	.mobile-search {
		right: 18px; 
	}
}

@media (max-width: 554px) {
	.search-page .search-query {
		width:68% !important;
		margin-right: 2%;
	}

	.search-page button[type="submit"] {
		width:28% !important;
		padding:0 5px;
	}	
}

@media (max-width: 500px) {
	.mobile-search {
		width: 78%; 
	}
}

@media (max-width: 386px) {
	.mobile-search {
		width: 70%; 
	}
}

.price_table .price span{
	font-weight: bold;
	font-size: 19px;
	white-space: nowrap;
	}

.price_table .price{
	font-size: 12px;
	}

.price_table .tr_div{ 
	display: table-row;
}


.price_table .td_div{ 
	text-align: center;
	background: #23374d;
	color: #fff;
	padding: 20px 5px 15px 5px;
	border-top: 1px solid #324256;
	border-right: 1px solid #324256;
	width: 20% !important;
	display: table-cell;
	white-space: normal !important; 
	vertical-align: middle;
	}

.price_table .td_div:last{
	border-right: none;
	} 


.price_table.with_first_col .tr_div .td_div:nth-child(1){
	padding: 20px 30px !important;
	text-align: left !important;
	font-size: 17px !important;
	} 

.price_table.with_first_col .tr_div .td_div:nth-child(1) div{
	font-size: 70%;
	} 

.price_table .tr_div:nth-child(1) .td_div{
	font-size: 18px;
	background: #2da89c;
	padding: 20px 0;
	font-weight: bold;
	border: none;
	text-transform: uppercase;
	vertical-align: middle;
	}
	
.price_table .tr_div:nth-child(1) .td_div>div{
	font-size: 50%;
	}
	

.price_table .tr_div:nth-child(2) .td_div{
	border-top:none;
	}
	
.price_table .button {
	margin: 0;
	float: none !important;
	}
	
.price_table .td_div:last-child {
	padding: 20px 5px 15px 5px !important;
}
	
.icon {
	display: inline-block;
/*
	background: url(/images/icons_check.png);
	width: 39px;
	height: 27px;
	background-size: 200%;
	background-size:66px 27px;
*/
	background: url(/images/icons_check2.png);
	width: 19px;
	height: 15px;
/* 	background-size: 100%; */
	background-size:38px 15px;
	margin-bottom: 7px;
	}

.icon.check {
}

@media (max-width: 768px) {
	.price_table td{ 
		font-size: 11px;
	}

	.price_table .tr_div:nth-child(1) .td_div{
		font-size: 14px;
	}

}


.icon.cross {
	background-position: 19px 0;
}


/* ЛЕНДИНГ */

.land_header1 {
	background: url(/ld/finance/img/land_header_bg.jpg) !important;
	background-size: 100% !important;
}

.land_header {
    position: relative;
    width: 100%; /* Произвольная ширина, которая требуется для блока */
	background: url(/images/land_header_bg.jpg);
	background-size: 100%;
	height: 46.9vw;
	padding-top: 15vw;
	text-align: center;
   }


.land_header .name{
	color: #fff;
	text-shadow: 
	#fff 1px 0px 0px,
	#fff 0px 1px 0px,
	#fff -1px 0px 0px,
	#fff 0px -1px 0px,
	#fff 0px 0px 10px,
	rgba(0,0,0, 0.2) 0px 0px 40px;

	font-size: 6vw;
/* 	margin: 0 auto; */
	width: auto;
	text-align: center;
/* 	display: inline-block; */
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}


.land_header .name:before{
	content: "";
	position: absolute;
	top:-5vw;
	width: 329px;
	height: 55px;
	left:-165px;
	margin-left: 50%;
	
	background: url(/images/title1.png);
	background-size: 100%;
}

@media (max-width: 992px) {
	.land_header .name:before{
		height: 5.88vw;
		width: 35vw;
		left:-17.5vw;
	}
}

.land_header .name>div{
	font-size: 60%;
	text-shadow: #fff 0px 0px 5px;
	}



.land_header .name>div.date1{
	margin-top: 6vw;
	font-size: 40%;
	text-shadow: rgba(0,0,0, 0.4) 0px 0px 20px;
	}


@media (max-width: 768px) {

	.land_header {
		background: url(/images/land_header_bg.jpg);
		background-size: 120%;
		padding-top: 17vw;
	   }

	.land_header .name{
		text-shadow: none;
		font-size: 7vw;
		text-shadow: rgba(0,0,0, 0.6) 0px 0px 10px;
		}

	.land_header .name>div{
		text-shadow: none;
		text-shadow: rgba(0,0,0, 0.6) 0px 0px 10px;
		font-size: 80%;
		}

	.land_header .name>div.date1{
		font-size: 50%;
		margin-top: 5vw;
		}
		
	.land_header .name:before{
		top:-7vw;
		}

}


.land_full_section {
    position: relative;
    width: 100%; /* Произвольная ширина, которая требуется для блока */
/* 	height: 100vw; */
	padding-top: 5vw;
}

.land_full_section>div {
	width: 50%;
	height: 70vw;
	float: left;
	padding: 60px 80px;
	}

.land_full_section .photo1 {
	background: url(/images/land_img_1.jpg);
	background-size: 100%;
	text-align: right;
	position: relative;
	background-size: cover;
/*
	width: 50%;
	height: 46.9vw;
*/
}


@media (max-width: 768px) {
	.land_full_section>div {
		width: 100%;
		padding: 40px 40px;
		}

	.land_full_section .info {
		height: auto;
	}
	
	.land_full_section .photo1 {
		height: 140vw;
	}
}


.land_full_section .info {
	background: #2da89c;
	color: #fff;
	text-align: right;
	font-size: 15px;
	line-height: 1.5;
	position: relative;
}


.land_full_section  .title{
	background: #fff;
	padding: 2vw 4vw;
	font-size: 4vw;
	color: #2da89c;
	display: inline-block;
	margin-top: 0px;
	font-weight: bold;
	text-transform: uppercase;
}


.land_full_section .name{
	color: #fff;
	text-shadow: 
	#fff 1px 0px 0px,
	#fff 0px 1px 0px,
	#fff -1px 0px 0px,
	#fff 0px -1px 0px;
/* 	#fff 0px 0px 10px, */
/* 	rgba(0,0,0, 0.2) 0px 0px 40px; */
	line-height: 1;
	font-size: 6vw;
	width: auto;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin: 40px 0 80px 0;
	letter-spacing: 2px;
}


.land_full_section .photo1 .name{
	position: absolute;
	bottom: 0;
	right: 40px;
	margin-bottom: 40px;
}

.land_full_section .photo1 .title{
/*
	position: absolute;
	bottom: 0;
	right: 40px;
	margin-bottom: 20vh;
*/
}


@media (max-width: 992px) {
	.land_full_section>div {
/* 		width: 100%; */
		padding: 40px 40px;
		}

	.land_full_section .info {
/* 		height: auto; */
	}

	.land_full_section .name{
		text-shadow: none;
		text-shadow: rgba(0,0,0,0.3) 0px 0px 3px;
		font-size: 8vw;
		}
}



/* problem_cloud */
.problem_cloud {
	text-align: center;
}

.problem_cloud .problem {
	color: #fff;
	background: #2da89c;
	padding: 10px 20px;
	border-radius: 100px;
	display: inline-block;
	margin-bottom: 20px;
	cursor: pointer;	
	border: 1px solid #2da89c;	
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4;
	transition: all 0.4s;
	margin-right: 10px;
	}
	
.problem_cloud .problem:hover {
	color: #2da89c;
	background: #fff;
	border: 1px solid #2da89c;	
/* 	padding: 15px 25px; */
/* 	margin-bottom: 15px */
}

@media (max-width: 544px) {
	.problem_cloud .problem {
		font-size: 12px;
		padding: 4px 8px;
		margin-right: 5px;
		margin-bottom: 10px;
		}

}

.landing {
	}


.landing .img_note{
	font-size: 15px;
	font-weight: 300;
/* 	display: inline-block; */
	width: 200px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
	}

.landing p{
	text-align: center;
}

.landing h3{
	margin-bottom: 70px;
	margin-top: 70px;
}

.landing h3.nostars:after{
	display: none;
	}

.landing h3:after, h3.stars:after {
    content: "";
    background: url(/images/seporator_stars.jpg);
    width: 192px;
    height: 14px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -96px;
	background-size: 100%;
}

.landing .gray {
	background: #1a847a;
/* 	background: linear-gradient(to top, #836416 0%,#9F7D24  100%); */
	color: #fff;
	padding: 20px 0 60px 0;
	margin: 40px 0 0 0;
	}
	

.landing .center{
	text-align: center;
}

.landing .gray h3, .landing .gray h4{
	color: #fff;
	}


.landing .gray h4{
	font-size: 18px;

}

.landing .gray h3:after {
    content: "";
    background: url(/images/seporator_stars_white.png);
	background-size: 100%;
}

.landing .gray .land_icon  {
	width: 150px;
	height: 150px;
	border-radius: 100px;
	margin: 0 auto;
	border: 15px solid #229388;
	}
	
.landing .gray .icon1  {
	background: url(/images/training/icon1.jpg) no-repeat center center #fff;
	background-size: 69px 53px;
}

.landing .gray .icon2  {
	background: url(/images/training/icon2.jpg) no-repeat center center #fff;
	background-size: 69px 53px;
}

.landing .gray .icon3  {
	background: url(/images/training/icon3.jpg) no-repeat center center #fff;
	background-size: 69px 53px;
}

.landing .gray .icon4  {
	background: url(/images/training/icon4.jpg) no-repeat center center #fff;
	background-size: 69px 53px;
}

.fixed_top_menu {
	background: #2da89c;
	position: fixed;
	top:0px;
	width: 100%;
	z-index: 500;
	text-align: center;	
	border-bottom: 3px solid white;
	}

 .button1{
	margin: 20px 0;
	color: #fff;
	padding: 10px 25px;
	border-radius: 100px;
	border:1px solid #fff;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600px;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1;
	transition: all 0.1s;
	text-decoration: none !important;
}

 .button1:hover{
	background: #fff;
	color: #2da89c;
	}
	
 .button1.light {
	box-shadow: 0 0 30px #fff;
	background : #fff;
	color: #2da89c;
	}


 .button2{
	color: #2da89c;
	padding: 10px 25px;
	border-radius: 100px;
	border:1px solid #2da89c;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600px;
	cursor: pointer;
	text-decoration: none !important;
	margin: 30px 0 0 0;
}

 .button2:hover{
	background: #2da89c;
	color: #fff;
	}

@media (max-width: 768px) {
	.button2 {
/* 		display: none !important; */
	}
}

.seo input {
	width:100%;
	border:none;
}
.seo input:focus {
	outline:none;
}

[type=submit]:disabled, .button.disabled {
	color:#E4E4E4 !important;
	border:1px solid #E4E4E4 !important;
	background:none !important;
	cursor:default;
}

.politicsLink label {
	margin:4px 0 0 0;
}

.billings [data-toggle=tooltip], .tooltipBlock [data-toggle=tooltip] {
	border-bottom: 1px dashed #000;
	display:inline-block;
	height:13px;
}

.billings .tooltip, .tooltipBlock  .tooltip {
	top:31px !important;
	left:0px !important;
}

.billings  .tooltip-inner, .tooltipBlock  .tooltip-inner {
	max-width:300px !important;
	width:287px;
	text-align:left;
	padding:7px 15px 10px 15px !important;
}

.onlyMob {
	display:none !important;
}

@media (max-width: 768px) {
	.onlyMob {
		display:block !important;
	}
	.onlyDesctop {
		display:none !important;
	}
}

.creditInfo  {
	margin:0px;
	padding:17px 24px;
	font-size:12px;
}

.club-payment .payment-info:not(.sel2) {
	padding-top: 0px;
	background: #F2F2F2 !important;
	padding: 0;
}

.club-payment .payment-info__title {
	background: #E5A018 !important;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	font-family: pt serif;
	font-size: 16px;
	padding:5px 24px;
	letter-spacing: 2px;
}

@media (max-width: 380px) {
	.club-payment .payment-info__title {
		font-size: 15px;
		letter-spacing: 0.5px;
	}
}

.club-payment .payment-info__text {
	padding:17px 24px;
	color: #000;
}

.club-payment .payment-info__text a {
	color: #000 !important;
}

.shop-catalog {
	//display: flex;
    //flex-wrap: wrap;
	//margin-left:-1.25%;
}

.shop-catalog .item {
    //width: 32.5%;
   // margin-bottom: 32px;
	//margin-left:1%;
}

.shop-catalog .item .bottom {
	//padding:0 20px;
}

.shop-catalog .item img {
	cursor:pointer;
	max-width:100%;
	margin-bottom:35px;
}

.shop-catalog .item .name {
	margin:0 0 10px 0;
	font-size:28px;
	font-weight:normal;
	font-family: PT Seri;
}

@media (max-width: 1210px) {
	.shop-catalog .item .name {
		font-size:24px;
	}
}

.shop-catalog .item .price {
	font-size:25px;
	font-weight:400;
	line-height:37px;
	margin-right:20px;
	float:left;
	font-family: PT Seri;
}

.shop-catalog .item .button {
	margin-top:0px;
	margin-right: 0px;
	float: right;
}

.shop-catalog .item .order.active {
	color: #FFF;
    background: #2da89c;
    border-color: #2da89c;
}

.bgWight {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.7);
	z-index:1000;
	//opacity:0.7;
	display:none;
}

.popUp {
	//position:fixed;
	//top:50%;
	//left:50%;
	//width:650px;
	//margin:-200px 0 0 -325px;
	display:inline-block;
	background:#FFF;
	padding:15px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	z-index:100;
    text-align: left;	
	//display:none;
}

.popUp .inner {
/* 	border:10px solid #2da89c; */
	height:100%;
	//padding:40px;
	//min-height:350px;	
}

.popUp.addItem .inner img {
	width:100%;
}

.popUp.addItem .name {
	font-size:25px;
	font-weight:500;
	margin-bottom:10px;
	font-family: PT Seri;
	border-bottom:3px solid #2da89c;
}

.popUp.addItem .title {
	margin-bottom:10px;
}

.popUp.addItem .buttons {
	margin-top:30px;
}

.popUp.addItem .buttons .button {
	//width:80%;
	margin:0px;
	text-align:center;
}

.popUp.addItem .button {
	float:right;
	float:left;
	padding-left:14px;
	padding-right:14px;
}

.popUp.addItem a.button {
	float:right;
}

.popUp.addItem button.button:hover {
	color:#2a9c91;
	background:#FFF;
	border-color:#2a9c91	
}

.popUp.addItem .buttons .button.active {
	color:#FFF;
	background:#2da89c;
	border-color:#2da89c;
}

.popUp.addItem .buttons .button.active:hover {
	background:#2a9c91;
	border-color:#2a9c91;
}

.popUp.addItem label {
	margin-left:11px;
}

.mt30 {
	margin-top:30px;
}

.cart {
	position:fixed;
	top:20%;
	right:-304px;
    width: 250px;
    //margin-top: -200px;
    background: #2da89c;
    padding: 20px 20px;
	//box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	z-index:100;
	color:#FFF;
	border-radius: 0 0 0 4px;
	transition:right 0.5s;
}

.cart.active {
	right:-250px;
	transition:right 0.5s;
}

.cart.active.open {
	right:0px;
	transition:right 0.5s;
}


.cart .icon {
	position: absolute;
    top: 0px;
    left: -53px;
    width: 54px;
    height: 57px;
    background: #2da89c;
	//box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	border-radius: 4px 0 0 4px;
	cursor:pointer;
}

.cart .icon img {
	width:33px;
	margin:10px 0 0 10px;
}

.cart .icon .text {
	position:absolute;
    width: 30px;
    top: 23px;	
	left:12px;
	font-size:12px;
	font-weight:500;
	text-align:center;
}

.cart .item {
	margin-bottom:20px;
	font-weight:400;
}

.cart .item span {
	font-size:13px;
	font-weight:300;
}

.cart .item .price {
	margin-left:30px;
}

.cart .item .price {
	margin-left:30px;
}

.cart .total {
	border-top:1px solid #d9efed;
	padding-top:20px;
	font-weight:500;
}

.cart a.cart_link {
	display:inline-block;
	width:100%;
	border:1px solid #FFF;
	text-transform:uppercase;
    padding: 9px 0px;
    font-size: 13px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	margin-top:22px;
}

.cart a.cart_link:hover {
	background:#FFF;
	color:#2da89c;
}


/* слой затемнения */
.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    //display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
/* активируем слой затемнения и модальное окно */
.dm-overlay {
    //display: block;
    //-webkit-animation: fade .6s;
    //-moz-animation: fade .6s;
    //animation: fade .6s;
}
/* блочная таблица */
.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
/* ячейка блочной таблицы */
.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}
/* модальный блок */
.dm-modal {
    display: inline-block;
    padding: 20px;
    max-width: 50em;
    background: #607d8b;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    color: #cfd8dc;
    text-align: left;
    -webkit-animation: fade .8s;
    -moz-animation: fade .8s;
    animation: fade .8s;
}

.green_h {
	font-family: pt serif;	
	font-weight: 400;
	color: #1a847a;
    font-size: 21px;
}

@media (max-width: 1200px) {
	.top_menu .navbar-nav .nav-item {
	    margin-right: 0.5rem;
	}
}

.loader {
	opacity: 0.5;
	margin: -1px 0;
}

.button.submit {
	text-align: center;
}


.cityBlock{
	position:relative;
}
.cityBlock input{
	padding:0 5px 0 45px !important;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.cityBlock .icon_search{
	position:absolute;
    left: 17px;
    top: 12px;
	width:16px;
	height:16px;
	opacity:0.7;
}
.cityBlock .loader{
	position:absolute;
	right:18px;
	top:-7px;
	width:26px;
	height:26px;
	margin:0 0 2em;
	text-align:center;
	padding:1em;
	margin:0 auto 1em;
	display:inline-block;
	vertical-align:top;
	display:none;
}
.cityBlock .dropList{
	background:#FFF;
	position:absolute;
	left:0;
	top:45px;
	max-height:200px;
	width:100%;
	border:1px solid #999;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px;
	overflow-y:auto;
	display:none;
	text-transform:none !important;
	z-index: 5;
}
.cityBlock .dropList .itemList{
	text-transform:capitalize;
	text-transform:none !important;
	padding:8px 8px;
	margin:1px 0;
	cursor:pointer;
}
.cityBlock .dropList .itemList:hover{
	background:#999; 
	color:#FFF;
}
.cityBlock .dropList .itemList.active{
	background:#666; 
	color:#FFF;
}

.cityBlock .dropList .attention {
	color: red;
	padding: 0px 8px;
}

.choosePoint {
	cursor: pointer;
    border-bottom: 1px dashed;	
}

.choosePoint:hover { 
	border-color: #FFF;
}



.preloaderBg {
	position: fixed;
    background: rgba(255,255,255,0.95);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100000;
}
.preloaderBg .parent {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  animation-delay: 1s;
}

.preloaderBg .item-1 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eed968;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.preloaderBg .item-1:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eed968;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 200ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.preloaderBg .item-2 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eece68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.preloaderBg .item-2:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eece68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 400ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.preloaderBg .item-3 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eec368;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.preloaderBg .item-3:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eec368;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 600ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.preloaderBg .item-4 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eead68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.preloaderBg .item-4:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eead68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 800ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.preloaderBg .item-5 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #ee8c68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
    75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.preloaderBg .item-5:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ee8c68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 1000ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.addressError {
    color: #f97f6e;
    margin-bottom: -20px;
    padding-top: 43px;
    font-size: 13px;
    display: none;
}

.choosePoint.error {
	background: none !important;
	color: #da0404;
}

.bookSliderBox {
	position: relative;
	margin: 70px 0 80px 0; 
}

.bookSliderBox .bookSlider {
	width: 700px;
	height: 100%;
	margin: 0 auto;
}

.bookSliderBox .bookSlider .slick-slide  {
	padding: 40px;
}

.bookSliderBox .bookSlider .slick-slide img {
	box-shadow: 0 0 40px rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.05);
	width: 100%;
}

.bookSliderBox .bookSlider .slick-dots {
	position: absolute;
	bottom: -50px;
}

.bookSliderBox .bookSlider .slick-dots {
	position: absolute;
	bottom: -50px;
	list-style-type: none;
	width: 100%;
    text-align: center;	
    margin: 0px;
}

.bookSliderBox .bookSlider .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.bookSliderBox .bookSlider .slick-dots li.slick-active button {
	background: #1A847A; 
}

.bookSliderBox .bookSlider .slick-dots button {
	text-indent: -10000px;
    border-radius: 20px;
    border: none;
    height: 13px;
    width: 13px;
    outline: none;
    background: #DDDDDD; 
}

.bookSliderBox .arrows .button {
	border-radius: 100px; 
	width: 55px;
	height: 55px;
	background: #669EA1;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    transition-duration: .2s;
}

.bookSliderBox .arrows .button:hover {
	background: #1A847A; 
	transition-duration: .2s;
}

.bookSliderBox .arrows .button.prev { 
    padding: 13px 17px;
    left: 0px;	    
}

.bookSliderBox .arrows .button.next { 
    padding: 13px 20px;
    right: 0px;	    
}

@media (max-width: 768px) {
	.bookSliderBox .bookSlider {
		width: 100%;
	}
}

@media (max-width: 475px) {
	.bookSliderBox {
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 0px;
		height: auto !important;
	}
	.bookSliderBox .bookSlider {
		width: 100%;
	}
	.bookSliderBox .bookSlider .slick-slide  {
		padding: 0px;
		margin-right: 0px !important: 
	}	
	.bookSliderBox .bookSlider .slick-slide img {
		box-shadow: none;	
	}
	.bookSliderBox .bookSlider .slick-dots {
		display: none !important;
	}
	.bookSliderBox .arrows	{	
		text-align: center;
		margin-top: 28px
	}
	.bookSliderBox .arrows .button	{
		position: relative;
		margin: 0 20px;
		display: inline-block;
	}
}


a.block, a.block:hover, a.block:focus {
    cursor: default;
    color: inherit;
    text-decoration: none !important;
}

.promo-block h4 {
	border-bottom: 1px dashed #333; 
	display: inline-block;
	cursor: pointer;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.promo-block__code {
	display: none;
}

form.wb-line input {
	max-width: 350px;
	height: 43px !important;
	float: left;
}

form.wb-line .button {
	float: left;
	margin-left: 20px;
}


.date_h {
    opacity: 0.5;
    font-size: 60%;
}

.popup-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 100;
	background-color: rgba(255,255,255,.8);
	cursor: pointer;
	padding: 20px;
	display: none;
}

.popup__close {
	position: absolute; 
	right: 30px;
	top: 30px; 
	position: fixed;
	cursor: pointer;
	fill: #000;
}

body.popupshowed {
	height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}

@media only screen and (max-width: 768px) { 
	.popup-container {
		padding: 10px;
		background: #FFF;
	}

	.popup__close {
		z-index: 10;
		fill: #FFF;
	}

}

.no-stars:after {
	display: none;
}

.progress-bar {
	position: relative;
	height: 51px;
	overflow: hidden;
}

.progress-bar__line {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #C5C5C5;
	top: 11px;
	margin-top:-1px;
}

.progress-bar__inner {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.progress-bar__item {
	width: 23px;
	height: 23px;
	z-index: 10;
	position: relative;
}

.progress-bar__item-round {
	width: 23px;
	height: 23px;
	background: #FFF;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #C5C5C5;
	border: 1px solid #C5C5C5;
	font-size:12px;
	z-index: 10;
	position: relative;
}

.progress-bar__item-text {
	color: rgba(0,0,0,0.6);
	font-size: 12px;
	width: 90px;
	position: absolute;
	left: -32px;
    top: 33px;
	text-align: center;
}

.progress-bar__item.additional {
	margin-left: 20px;
}

.progress-bar__item:first-child .progress-bar__item-text {
	left: 0px;
	text-align: left;
}

.progress-bar__item:last-child .progress-bar__item-text {
	right: 0px;
	left: auto;
	text-align: right;	
}

.progress-bar[data-step='1'] .progress-bar__item:nth-child(-n+1) .progress-bar__item-round, .progress-bar[data-step='2'] .progress-bar__item:nth-child(-n+2) .progress-bar__item-round, .progress-bar[data-step='3'] .progress-bar__item:nth-child(-n+3) .progress-bar__item-round, .progress-bar[data-step='4'] .progress-bar__item:nth-child(-n+4) .progress-bar__item-round, .progress-bar[data-step='5'] .progress-bar__item:nth-child(-n+5) .progress-bar__item-round, .progress-bar[data-step='6'] .progress-bar__item:nth-child(-n+6) .progress-bar__item-round, .progress-bar[data-step='7'] .progress-bar__item:nth-child(-n+7) .progress-bar__item-round, .progress-bar[data-step='8'] .progress-bar__item:nth-child(-n+8) .progress-bar__item-round, .progress-bar[data-step='9'] .progress-bar__item:nth-child(-n+9) .progress-bar__item-round, .progress-bar[data-step='10'] .progress-bar__item:nth-child(-n+10) .progress-bar__item-round, .progress-bar[data-step='11'] .progress-bar__item:nth-child(-n+11) .progress-bar__item-round, .progress-bar[data-step='12'] .progress-bar__item:nth-child(-n+12) .progress-bar__item-round, .progress-bar[data-step='13'] .progress-bar__item:nth-child(-n+13) .progress-bar__item-round, .progress-bar[data-step='14'] .progress-bar__item:nth-child(-n+14) .progress-bar__item-round, .progress-bar[data-step='15'] .progress-bar__item:nth-child(-n+15) .progress-bar__item-round, .progress-bar[data-step='16'] .progress-bar__item:nth-child(-n+16) .progress-bar__item-round, .progress-bar[data-step='17'] .progress-bar__item:nth-child(-n+17) .progress-bar__item-round, .progress-bar[data-step='18'] .progress-bar__item:nth-child(-n+18) .progress-bar__item-round, .progress-bar[data-step='19'] .progress-bar__item:nth-child(-n+19) .progress-bar__item-round, .progress-bar[data-step='20'] .progress-bar__item:nth-child(-n+20) .progress-bar__item-round { background: #2DA89C; border-color: #2DA89C; color: #FFF;}

.progress-bar[data-step='1'] .progress-bar__item:nth-child(-n+1) .progress-bar__item-text, .progress-bar[data-step='2'] .progress-bar__item:nth-child(-n+2) .progress-bar__item-text, .progress-bar[data-step='3'] .progress-bar__item:nth-child(-n+3) .progress-bar__item-text, .progress-bar[data-step='4'] .progress-bar__item:nth-child(-n+4) .progress-bar__item-text, .progress-bar[data-step='5'] .progress-bar__item:nth-child(-n+5) .progress-bar__item-text, .progress-bar[data-step='6'] .progress-bar__item:nth-child(-n+6) .progress-bar__item-text, .progress-bar[data-step='7'] .progress-bar__item:nth-child(-n+7) .progress-bar__item-text, .progress-bar[data-step='8'] .progress-bar__item:nth-child(-n+8) .progress-bar__item-text, .progress-bar[data-step='9'] .progress-bar__item:nth-child(-n+9) .progress-bar__item-text, .progress-bar[data-step='10'] .progress-bar__item:nth-child(-n+10) .progress-bar__item-text, .progress-bar[data-step='11'] .progress-bar__item:nth-child(-n+11) .progress-bar__item-text, .progress-bar[data-step='12'] .progress-bar__item:nth-child(-n+12) .progress-bar__item-text, .progress-bar[data-step='13'] .progress-bar__item:nth-child(-n+13) .progress-bar__item-text, .progress-bar[data-step='14'] .progress-bar__item:nth-child(-n+14) .progress-bar__item-text, .progress-bar[data-step='15'] .progress-bar__item:nth-child(-n+15) .progress-bar__item-text, .progress-bar[data-step='16'] .progress-bar__item:nth-child(-n+16) .progress-bar__item-text, .progress-bar[data-step='17'] .progress-bar__item:nth-child(-n+17) .progress-bar__item-text, .progress-bar[data-step='18'] .progress-bar__item:nth-child(-n+18) .progress-bar__item-text, .progress-bar[data-step='19'] .progress-bar__item:nth-child(-n+19) .progress-bar__item-text, .progress-bar[data-step='20'] .progress-bar__item:nth-child(-n+20) .progress-bar__item-text { color: #000; }

.progress-bar[data-step='2'] .progress-bar__item:nth-child(-n+2):before, .progress-bar[data-step='3'] .progress-bar__item:nth-child(-n+3):before, .progress-bar[data-step='4'] .progress-bar__item:nth-child(-n+4):before, .progress-bar[data-step='5'] .progress-bar__item:nth-child(-n+5):before, .progress-bar[data-step='6'] .progress-bar__item:nth-child(-n+6):before, .progress-bar[data-step='7'] .progress-bar__item:nth-child(-n+7):before, .progress-bar[data-step='8'] .progress-bar__item:nth-child(-n+8):before, .progress-bar[data-step='9'] .progress-bar__item:nth-child(-n+9):before, .progress-bar[data-step='10'] .progress-bar__item:nth-child(-n+10):before, .progress-bar[data-step='11'] .progress-bar__item:nth-child(-n+11):before, .progress-bar[data-step='12'] .progress-bar__item:nth-child(-n+12):before, .progress-bar[data-step='13'] .progress-bar__item:nth-child(-n+13):before, .progress-bar[data-step='14'] .progress-bar__item:nth-child(-n+14):before, .progress-bar[data-step='15'] .progress-bar__item:nth-child(-n+15):before, .progress-bar[data-step='16'] .progress-bar__item:nth-child(-n+16):before, .progress-bar[data-step='17'] .progress-bar__item:nth-child(-n+17):before, .progress-bar[data-step='18'] .progress-bar__item:nth-child(-n+18):before, .progress-bar[data-step='19'] .progress-bar__item:nth-child(-n+19):before, .progress-bar[data-step='20'] .progress-bar__item:nth-child(-n+20):before { 
	content: "";
	display: block;
	position: absolute;
	background: #007078; 
	height: 2px;
	top: 50%;
	right: 0px;	
	width: 250px;
	margin-top:-1px;
}

.progress-bar__item:nth-child(1) { z-index: 30; } 
.progress-bar__item:nth-child(2) { z-index: 29; } 
.progress-bar__item:nth-child(3) { z-index: 28; } 
.progress-bar__item:nth-child(4) { z-index: 27; } 
.progress-bar__item:nth-child(5) { z-index: 26; } 
.progress-bar__item:nth-child(6) { z-index: 25; } 
.progress-bar__item:nth-child(7) { z-index: 24; } 
.progress-bar__item:nth-child(8) { z-index: 23; } 
.progress-bar__item:nth-child(9) { z-index: 22; } 
.progress-bar__item:nth-child(10) { z-index: 21; } 
.progress-bar__item:nth-child(11) { z-index: 20; } 
.progress-bar__item:nth-child(12) { z-index: 19; } 
.progress-bar__item:nth-child(13) { z-index: 18; } 
.progress-bar__item:nth-child(14) { z-index: 17; } 
.progress-bar__item:nth-child(15) { z-index: 16; } 
.progress-bar__item:nth-child(16) { z-index: 15; } 
.progress-bar__item:nth-child(17) { z-index: 14; } 
.progress-bar__item:nth-child(18) { z-index: 13; } 
.progress-bar__item:nth-child(19) { z-index: 12; } 
.progress-bar__item:nth-child(20) { z-index: 11; }

@media only screen and (max-width: 768px) {  
	.progress-bar__item-text {
		display: none;
	}

	.progress-bar {
		height: 30px;
	}
}


.product-total-price {
	text-align: center; 
	margin-bottom: 30px;
    font-size: 30px;
    font-weight: normal;
    font-family: PT Seri;	
}

.product-total-price .old {
	text-decoration: line-through; 
	opacity: 0.5; 
	margin-right:10px;
}

.product-total-price span.rub {
    font-size: 22px;
}


.product-promocode {
	margin: 0 auto !important;
	max-width: 320px;
	margin-bottom: 50px !important;
}

.product-promocode__title {
	text-align: center;
	margin-bottom: 15px;
	font-family: pt serif;
}

.product-promocode__title-inner {
	border-bottom: 1px dashed #212121;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;	
}

.product-promocode__block {
	display: none;
}

.product-promocode__block-inner {
	display: flex;	

}

.product-promocode__input {
	padding-right: 10px;
	flex-grow: 1;
}

.product-promocode__input input {
	width: 100%;
	height: 38px !important;
}

.product-promocode__button .button {
	width: 100%;
	min-width: 110px;
	text-align: center;
	margin-right: 0px;
}

.product-promocode .info_status {
	padding: 15px 20px;
	margin-top: 15px;
}

    /* для элемента input c type="checkbox" */
    .custom-checkbox {
      position: absolute;
      z-index: -1;
      opacity: 0;
    }

    /* для элемента label, связанного с .custom-checkbox */
    .custom-checkbox+label {
      display: inline-flex;
      align-items: flex-start;
      user-select: none;
    }

    /* создание в label псевдоэлемента before со следующими стилями */
    .custom-checkbox+label::before {
      content: '';
      display: inline-block;
      width: 1em;
      height: 1em;
      flex-shrink: 0;
      flex-grow: 0;
      border: 1px solid #adb5bd;
      border-radius: 0.25em;
      margin-right: 0.8em;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%;
      margin-top: 0.2em;
    }

    /* стили при наведении курсора на checkbox */
    .custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
      border-color: #b3d7ff;
    }

    /* стили для активного чекбокса (при нажатии на него) */
    .custom-checkbox:not(:disabled):active+label::before {
      background-color: #b3d7ff;
      border-color: #b3d7ff;
    }

    /* стили для чекбокса, находящегося в фокусе */
    .custom-checkbox:focus+label::before {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
    .custom-checkbox:focus:not(:checked)+label::before {
      border-color: #80bdff;
    }

    /* стили для чекбокса, находящегося в состоянии checked */
    .custom-checkbox:checked+label::before {
      border-color: #0b76ef;
      background-color: #0b76ef;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    }

    /* стили для чекбокса, находящегося в состоянии disabled */
    .custom-checkbox:disabled+label::before {
      background-color: #e9ecef;
    }


  .custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  /* для элемента label связанного с .custom-radio */
  .custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    margin-left: 0px !important;
  }
  /* создание в label псевдоэлемента  before со следующими стилями */
  .custom-radio+label::before {
    content: '';
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }
  /* стили при наведении курсора на радио */
  .custom-radio:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
  }
  /* стили для активной радиокнопки (при нажатии на неё) */
  .custom-radio:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
  }
  /* стили для радиокнопки, находящейся в фокусе */
  .custom-radio:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  /* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
  .custom-radio:focus:not(:checked)+label::before {
    border-color: #80bdff;
  }
  /* стили для радиокнопки, находящейся в состоянии checked */
  .custom-radio:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  }
  /* стили для радиокнопки, находящейся в состоянии disabled */
  .custom-radio:disabled+label::before {
    background-color: #e9ecef;
  }




.p-loader{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	z-index: 99999;
	position: fixed;
	align-items: center;
	background-color: #fff;
	justify-content: center;
	transition: all 0.5s ease;
	&.load{
		opacity: 0;
		visibility: hidden;
	}
}

.spinner {
	width: 4.4rem;
	height: 4.4rem;
	position: relative;
}

.spinner__bounce {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	position: absolute;
	border-radius: 50%;
	background-color: #5da6d0;
	animation: sk-bounce 2.0s infinite ease-in-out;
	&:last-child{
		animation-delay: -1.0s;
	}
}

.spinner__bounce:last-child {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%, 100% {
		transform: scale(0.0);
	}
	50% {
		transform: scale(1.0);
	}
}

@keyframes sk-bounce {
	0%, 100% { 
		transform: scale(0.0);
	} 50% { 
		transform: scale(1.0);
	}
}


.club-event-detail .sel1:first-child, .club-event-detail .club-event-sel1:first-child {
	margin-top: 0px;
}

.club-event-detail .sel1 + .sel1,  .club-event-sel1 + .club-event-sel1  {
	margin-top: -30px;
}

.video-description {
	margin-bottom: 30px;
}

.video-description br {
	display: none;
}

.video__h3 {
	font-family: pt serif;
	font-size: 30px;
	margin: 0px 0 5px 0;
	color: #333;
	position: relative;
}

.video__h3-span {
	opacity: 0.4;
}

.video__h4 {
	font-family: pt serif;
	font-size: 27px;
	line-height: 27px;
	color: #333;
	margin-bottom: 30px;
}

.video__h5 {
	font-weight: 400;
}

.video-description ol {
	margin-left: 15px;
}

.video-container {
	margin-bottom: 45px;
}

.doc-container {
	display: flex;
}

.doc-container__icon {
	margin-right: 15px;
}

.doc-container__icon img {
	width: 40px;
	margin-top: 3px;
}

.article-tg {
	display: flex;
	flex-direction: column;
	width: 200px;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 17px;
	align-items: center;
	//display: none;
}

.article-tg img {
	width: 90px !important;
	margin-bottom: 15px;
}

@media only screen and (max-width: 500px) {
	.footer .footer_footer .left_col a:first-of-type {
		margin-right: 5px;
	}
	.footer .footer_footer .left_col a:last-of-type {
		margin-left: 5px;
	}
	.footer .pay-systems {
		margin: 10px 0;
	}
	.footer__org {
		text-align: left !important;
	}
}

.article .sel2 {
	font-size: 20px;
}
/* End */


/* Start:/css/font-awesome.min.css?149349847417780*/
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/css/../fonts/fontawesome-webfont.eot?v=4.0.3');src:url('/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('/css/../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('/css/../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('/css/../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/main-menu/style.min.css?1709234633490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/.default/components/bitrix/menu/main-menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/main-menu-footer/style.min.css?1709234609490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/.default/components/bitrix/menu/main-menu-footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/footer_menu/style.css?14934984737305*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
/* End */
/* /css/main.css?172262649670617 */
/* /css/font-awesome.min.css?149349847417780 */
/* /bitrix/templates/.default/components/bitrix/menu/main-menu/style.min.css?1709234633490 */
/* /bitrix/templates/.default/components/bitrix/menu/main-menu-footer/style.min.css?1709234609490 */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/footer_menu/style.css?14934984737305 */
