

/* Start:/local/templates/pride/css/custom.css?1774951556387*/
.main-header .header-upper .logo-outer .logo img {
	max-width: 232px;
}

.form-group{
	overflow: hidden;
}
.form-field-country-code{
	display: inline-block !important;
	max-width: 29%;
	float: left;
}
.form-field-phone{
	display: inline-block !important;
	max-width: 68%;
	float: right;
}

.error{
	color: red;
}

.translatorjs_langs{
	display: none !important;
}
/* End */


/* Start:/local/templates/pride/components/bitrix/menu/menu-top/style.css?16844736221091*/
.menu-top{
	//background: linear-gradient(to top, #898989, #adadad);
	background-color: #898989;
	position: relative;
	z-index: 1;
}
.menu-top .menu{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.menu-top .menu li{
	float: left;
}
.menu-top .menu li a{
	padding: 10px 16px 10px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	transition: background-color 0.4s;
	position: relative;
}
.menu-top .menu li a:hover{
	text-decoration: none;
	background-color: #FF4D00;
	color: #fff;
}
.menu-top .menu li a.active{
	text-decoration: none;
	background-color: #FF4D00;
	color: #fff;
	margin-top: -5px;
	padding-bottom: 7px;
	box-shadow: -2px 2px 7px -2px #000;
	position: relative;
}
.menu-top .menu li a.active:after{
	content:'';
	display: block;
	border-right: 10px solid #bb3900;
	border-top: 5px solid transparent;
	position: absolute;
	top: 0px;
	left: -10px;
}

.menu-list-wrapper .main-menu .collapse.in, 
.menu-list-wrapper .main-menu .collapsing{
	padding: 20px 20px 0;
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	background: #212832;
}
/* End */


/* Start:/local/templates/pride/components/bitrix/breadcrumb/chain/style.css?16787837011183*/
.chain{
	list-style: none;
	padding: 0px;
	margin: 10px 0px;
	border-radius: 4px;
	overflow: hidden;
}
.chain li{
	float: left;
}
.chain li:nth-child(1) > *{
	padding: 8px 8px 8px 16px;
}
.chain li > *{
	padding: 8px 8px 8px 30px;
	display: inline-block;
	position: relative;
	background-color: #FF4D00;
	color: #fff;
}
.chain li > *:before{
	content: '';
	display: inline-block;
	border: 22px solid transparent;
	border-left-width: 18px;
	border-left-style: solid;
	border-left-color: #FFF;
	position: absolute;
	left: 100%;
	top: -4px;
	z-index: 1;
}
.chain li > *:after{
	content: '';
	display: inline-block;
	border: 18px solid transparent;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FF4D00;
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 2;
}
.chain li > span{
	background-color: #898989;
}
.chain li > span:after{
	border-left-color: #898989;
}
.chain li > a,
.chain li > a:after{
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.chain li > a:hover{
	background-color: #fff;
	color: #FF4D00;
}
.chain li > a:hover:after{
	border-left-color: #FFF;
}

/* End */


/* Start:/local/templates/pride/components/bitrix/catalog.section.list/bottom-menu/style.css?16787837017305*/
/* 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 */


/* Start:/local/components/custom/language.change/templates/.default/style.css?1678783701753*/
.language-popup{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
}
.language-popup-body{
	padding: 30px;
	width: 100%;
	max-width: 500px;
	background: #FFFFFF;
}
.language-title{
	margin: 0 0 20px;
	font-size: 30px;
	text-align: center;
}
.language-list{
	text-align: center;
}
.language-list__item{
	display: inline-block;
	margin: 10px;
	padding: 10px 20px;
	background: #333;
	color: #FFFFFF;
}
.language-list__item:hover{
	background: #00ABC2;
	color: #FFFFFF;
}
.language-list__item-img{
	margin: 0 10px 0 0;
	width: 20px;
}
/* End */


/* Start:/local/components/custom/quiz/templates/.default/style.css?17229629248140*/
.quiz-transition{
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.quiz-wrapper{
	/*
    height: 100%;
    width: 100%;*/
	padding: 15px;
	position: fixed;
    /*right: 16px;*/
    bottom: 16px;
    left: 16px;
	height: 580px;
	max-height: 85%;
	/*background: rgba(0, 0, 0, 0.7);*/
	background: #FFFFFF;
	width: 350px;
    z-index: 99999999999999999999999999;
	box-shadow: 0 15px 10px -15px rgb(0 0 0 / 10%), 1px 2px 20px rgb(0 0 0 / 10%);
	border-radius: 10px;
	overflow: auto;
}
.quiz-wrapper_auto-height{
	height: auto;
}
.quiz-wrapper_success{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
}
.quiz-wrapper::-webkit-scrollbar,
.quiz-body::-webkit-scrollbar{
	width: 0;
}
.quiz-header_padding{
	padding: 15px 0 0;
}
.quiz{
	/*background: #FFFFFF;*/
}
.quiz-body_fixed{
	position: absolute;
	top: 45px;
	right: 15px;
	left: 15px;
	height: 100%;
	max-height: calc(100% - 112px);
	overflow: auto;
}
.quiz-footer{
	
}
.quiz-footer_dark{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.4);
}
.quiz-actions{
	text-align: right;
}
.quiz-btn{
	padding: 9px 20px;
	background: #00ABC2;
	color: #FFFFFF;
	border-radius: 4px;
	font-size: 16px;
}
.quiz-btn_right{
	float: right;
}
.quiz-btn_full{
	margin-top: 0.75rem;
	width: 100%;
}
.quiz-btn_prev{
	background: transparent;
	color: hsla(0,0%,100%,.6);
    border: 1px solid hsla(0,0%,100%,.1);
}
.quiz-btn-animated{
	position: relative;
	overflow: hidden;
}
.quiz-btn-animated:after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: -webkit-gradient(linear,left top,right top,color-stop(10%,hsla(0,0%,100%,.1)),color-stop(20%,hsla(0,0%,100%,.2)),to(hsla(0,0%,100%,.6)));
    background: linear-gradient(90deg,hsla(0,0%,100%,.1) 10%,hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.6));
    width: 20px;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    left: -400px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-animation-name: blick;
    animation-name: blick;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.quiz-close-btn{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 7px;
    right: 6px;
    cursor: pointer;
	height: 20px;
    width: 20px;
    border-radius: 50%;
	background-color: rgba(0,0,0,.2);
}
.quiz-close-btn:before {
    content: "\2715";
	margin: 0 auto;
    font-size: 13px;
    line-height: 13px;
    color: hsla(0,0%,100%,.7);
}
[disabled].quiz-btn{
	cursor: not-allowed;
}

.quiz-title{
	margin: 0 0 10px;
	font-size: 18px;
	color: #363636;
	line-height: 1.2;
    font-weight: 500;
}
.quiz-description{
	color: rgba(54, 54, 54, 0.7);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}
.quiz-options{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.quiz-options__item{
	margin: 0 0 15px;
	width: calc(50% - 7.5px);
	position: relative;
	border-radius: 4px;
	border: 1px solid #eaeaea;
	overflow: hidden;
	cursor: pointer;
}
.quiz-options__item:hover{
	border: 1px solid #00ABC2;
}
.quiz-options__item-img{
	width: 100%;
	height: 94px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.quiz-options__item-title{
	padding: 5px 10px 5px 10px;
    font-size: 14px;
    font-weight: 500;
	color: #69748c;
}
.quiz-options__item-input{
	display: none;
}

.quiz-form__items{
	margin: 25px 0 0;
}
.quiz-form__item{
	margin-bottom: 0.75rem;
}
.quiz-form__item-label{
	text-transform: uppercase;
    padding-left: 3px;
    font-size: 12px;
    font-weight: 700;
	color: rgba(54, 54, 54, 0.7);
}
.quiz-form__item-input-wrapper{
	padding: 10px 10px 10px 55px;
	position: relative;
	border: solid 1.2px #b1b5be;
	border-radius: 4px;
}
.quiz-form__item-input{
	width: 100%;
	position: relative;
	font-size: 15px;
    font-weight: 500;
}
.quiz-form__item-icon{
	position: absolute;
	top: 8px;
    left: 10px;
	width: 30px;
	height: 30px;
}
.quiz-form__item-icon:before{
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
}
.quiz-form__item-icon_user:before{
	background-image: url('/local/components/custom/quiz/templates/.default/img/user.png');
}
.quiz-form__item-icon_mail:before{
	background-image: url('/local/components/custom/quiz/templates/.default/img/mail.png');
}
.quiz-form__item-icon_phone:before{
	background-image: url('/local/components/custom/quiz/templates/.default/img/phone.png');
}

.quiz-text-item{
	padding: 5px 10px;
	width: 100%;
	background-color: #f7f7f7;
	border: solid 1.2px #b1b5be;
    color: #363636;
}

.quiz-progress{
	position: relative;
	width: 100%;
	max-width: 100px;
	color: #FFFFFF;
}
.quiz-header .quiz-progress{
	margin: 0 0 20px;
	max-width: 100%;
}
.quiz-progress-title{
	margin: 0 0 4px;
	font-size: 12px;
    text-align: left;
    font-weight: 500;
    line-height: 1.2;
}
.quiz-header .quiz-progress-title{
	color: rgba(54, 54, 54, 0.7);
}
.quiz-progress-val{
	font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
}
.quiz-progress-line{
	height: 6px;
	position: relative;
	background: #dbdbdb;
	border-radius: 25px;
}
.quiz-progress-line-made{
	display: block;
	position: relative;
    height: 100%;
    border-radius: 20px;
    background-image: -webkit-gradient(linear,left top,right top,from(#00ABC2),to(#00bcd5));
    background-image: linear-gradient(90deg,#00ABC2,#00bcd5);
    -webkit-box-shadow: inset 0 2px 9px hsla(0,0%,100%,.3),inset 0 -2px 6px rgba(0,0,0,.4),0.6px 1.9px 7px 0 rgba(0, 171, 194, 0.4);
    box-shadow: inset 0 2px 9px hsla(0,0%,100%,.3),inset 0 -2px 6px rgba(0,0,0,.4),0.6px 1.9px 7px 0 rgba(0, 171, 194, 0.4);
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.quiz-progress-line-made:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	background-image: linear-gradient(-45deg,hsla(0,0%,100%,.08) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.08) 0,hsla(0,0%,100%,.08) 75%,transparent 0,transparent);
    z-index: 1;
    background-size: 20px 20px;
    -webkit-animation: move 1.5s linear infinite;
    animation: move 1.5s linear infinite;
    border-radius: 20px;
    overflow: hidden;
}
.quiz-progress-line-pointer{
	position: absolute;
	top: -25px;
	right: 0;
	font-size: 14px;
	font-weight: 700;
	color: #00ABC2;
}

.quiz-error-text{
	color: #d10a34;
}
.quiz-success-title{
	margin-bottom: 2.5rem;
	font-size: 32px;
	line-height: 1.125;
	color: #363636;
}
.quiz-success-description{
	color: rgba(54, 54, 54, 0.7);
	font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
}
.quiz-btn-start{
	background: #ff0000;
}

.quiz-form__item-inputs-wrapper{
	overflow: hidden;
}
.quiz-form__item-input-wrapper_country-code{
	max-width: 50%;
    float: left;
}
.quiz-form__item-input-wrapper_phone{
	padding: 10px 10px 10px 14px;
	max-width: 50%;
    float: left;
}

@media(max-width: 600px) {
	.quiz-wrapper_mobile-start-width{
		width: 208px;
	}
}

@-webkit-keyframes move{0%{background-position:0 0}to{background-position:20px 20px}}
@keyframes move{0%{background-position:0 0}to{background-position:20px 20px}}
@-webkit-keyframes blick{15%,to{left:110%}}
@keyframes blick{15%,to{left:110%}}
/* End */


/* Start:/local/templates/pride/template_styles.css?17271813965521*/
.new-slider-img{
	height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.items-products{
	text-align: center;
}
.items-products .item .old{
    float: right;
    color: #848484;
    font-size: 17px;
}
.items-products .item{
    display: inline-block;
    background-color: #f5f5f5;
    border: 1px solid #dadada;
    padding: 10px;
    box-shadow: 0px 0px 18px -1px #dadada;
    margin: 0px 10px 10px 0px;
    max-width: 214px;/*230*/
    width: 214px;/*230*/
}
.items-products .item:hover{
    text-decoration: none;
}
.items-products .item .title{
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #484848;
    min-height: 60px;
}
.items-products .item .price{
    font-size: 20px;
    font-weight: bold;
    margin: 10px auto;
    color: #000;
}
.items-products .item .button{
	max-width: 120px;
	max-height: 35px;
	margin: 0 auto;
    background-color: #ff4d00;
    border: 0px;
    color: #fff;
    padding: 7px 19px;
    font-size: 15px;
    border-radius: 3px;
    text-transform: uppercase;
    box-shadow: 0px 0px 18px -4px #ff4d00;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.items-products .item .button:hover{
    background-color: rgba(255, 77, 0, 0.72);
}
.items-products .item .img{
    height: 190px;/*200*/
    width: 100%;
    min-width: 190px;/*200*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.o-zav-map{
	position: absolute;
}
.two h4 a{
	text-decoration: none;
	color: inherit;
}
.ind-map{
	width: 40%; padding: 15px;text-shadow:0px 0px 10px #000;
}
.txt-menu{
	display: none;
}
.one{
	text-align: right;
}
.hidsom{
	position: absolute;
	z-index:0;
}
.my404 {
	color: #ff611d;
	font-size: 12em;
	font-weight: bold;
	font-family: Helvetica;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
	text-align: center;
	line-height: 1em;
}
.my404-text{
	color: #ff611d;
	font-size: 16px;
	text-align: center;
    font-weight: 600;
}
.kk .my404-text,
.kk .my404{
	color: #00ABC2;
}
.menu404-align{
	width: 50%;
	margin: 0 auto;
}
.catalog404-align{
	width: 70%;
	margin: 0 auto;
}
.numbers{
	display: table;
	margin: auto;
}
.numbers span,
.numbers a:hover{
	background-color: #ff4d00;
	color: #fbfbfb;
	text-decoration: none;
}
.numbers > *{
	padding: 7px 13px;
	color: #fbfbfb;
}
.numbers a{
	background-color: #404040;
	font-weight: bold;
}
.glyphicon{
	margin: 0px 1px;
	padding: 9px 22px 10px;
}
.just-x table{
	width: 53%;
	table-layout: inherit;
	border-collapse: collapse;
	border: 0px solid transparent;
}
.just-x table p{
	text-align: left !important;
	color: #000;
}
.just-x table span{
	color: #000 !important;
}
.just-x table td{
	padding: 0px 20px 0px 0px;
	border: none !important;
	text-align: left;
}
.just-x table ~ table tr,
.just-center table tr{
	border-top: 1px solid #ccc;
}
.just-x table ~ table tr:last-child,
.just-center table tr:last-child{
	border-bottom: 1px solid #ccc;
}
.just-x table ~ table tr td,
.just-center table tr td{
	padding: 30px 0px;
}
@media(max-width:991px){
	.videobzor .text{
		max-width: 198px;/*255*/
	}
	.widgets .widget .text{
		min-height: 402px;
	}
	.socials{
		display: none;
	}
	.txt-menu{
		border: 1px solid #FF4D00;
		color:white;
		background-color:#FF4D00;
		float:right;padding: 15px 15px 15px 15px;
		border-radius: 7px;
		display: block;
	}
}
@media(max-width:767px){
	.pol3 {
		padding-right: 15px !important;
	}
	.one{
		text-align: left;
		padding-left: 0px !important;
	}
	.just-x table {
		width: 100%;
	} 
}
@media(max-width:500px){
	.chain li {
		margin-bottom: 4px;
	}
	.chain li:nth-child(1) > *{
		padding: 2px 2px 2px 10px;
	}
	.chain li > *:after{
		content: '';
		display: inline-block;
		border: 12px solid transparent;
		border-left-width: 14px;
		border-left-style: solid;
		border-left-color: #FF4D00;
		position: absolute;
		left: 100%;
		top: 0px;
		z-index: 2;
	}
	.chain li > *:before {
		content: '';
		display: inline-block;
		border: 16px solid transparent;
		border-left-width: 18px;
		border-left-style: solid;
		border-left-color: #FFF;
		position: absolute;
		left: 100%;
		top: -4px;
		z-index: 1;
	}
	.chain li > * {
		padding: 2px 2px 2px 24px;
		display: inline-block;
		position: relative;
		background-color: #FF4D00;
		color: #fff;
	}
	.detail .tab-content td img{
		position: relative;
		width: 100%;
		height: inherit;
	}
	.dost-img{
		position:relative;
		width:100%;
		height:100%;
	}
	.o-zav-map{
		position: relative !important;
	}
	.ind-map{
		display: none;
	}
	.tab-pane .vid iframe{
		height: 200px !important;
	}
}
@media(max-width: 450px){
	.two h4 a{
		font-size: 14px;
	}
	.callme{
		font-size: 14px !important;
	}
}
@media(max-width:405px){
	.call{
		padding-left: 0px !important;
	}
	.call .two{
		padding: 0px !important;
	}
	.logo .log-img{
		width: 135px;
	}
	.videobzor{
		height: 175px !important;
	}
}
@media(max-width:350px){
	.one{
		padding-right: 0px !important;
	}
	.callme{
		font-size: 13px !important;
	}
	.tocenter{
		width: auto !important;
	}
	.my404{
		font-size: 120px;
	}
	.my404-text{
		font-size: 12px;
	}
	.menu404-align, .catalog404-align{
		width: 100%;
	}
}
/* End */


/* Start:/local/modules/redslash.translatorjs/assets/css/styles.min.css?17749448431069*/
.skiptranslate {display: none !important;}.goog-text-highlight, font > font {background-color: transparent !important;box-shadow: none !important;box-sizing: inherit;}.translatorjs_langs {background: #ddd;border-radius: 0 5px 5px 0;display: flex;flex-direction: column;left: -12px;line-height: 24px;max-width: 32px;padding: 5px;position: fixed;text-align: center;text-transform: uppercase;top: 50%;transform: translateY(-50%);transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;z-index: 999999;}.translatorjs_langs:hover {left: 0;}.translatorjs_lang_item {cursor: pointer;margin-bottom: 5px;max-width: 30px;opacity: .5;}.translatorjs_lang_item:last-of-type {margin-bottom: 0;}.translatorjs_lang_item:hover, .translatorjs_lang_active {opacity: 1;}.translatorjs_info {background: #ddd;border-radius: 5px 5px 0 0;bottom: 0;font-family: sans-serif;font-size: 16px;padding: 8px 0;position: fixed;text-align: center;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;width: 100%;z-index: 999999;}
/* End */
/* /local/templates/pride/css/custom.css?1774951556387 */
/* /local/templates/pride/components/bitrix/menu/menu-top/style.css?16844736221091 */
/* /local/templates/pride/components/bitrix/breadcrumb/chain/style.css?16787837011183 */
/* /local/templates/pride/components/bitrix/catalog.section.list/bottom-menu/style.css?16787837017305 */
/* /local/components/custom/language.change/templates/.default/style.css?1678783701753 */
/* /local/components/custom/quiz/templates/.default/style.css?17229629248140 */
/* /local/templates/pride/template_styles.css?17271813965521 */
/* /local/modules/redslash.translatorjs/assets/css/styles.min.css?17749448431069 */
