/*fixes*/
ul.top_control_btns{
	position: absolute;
	right: 0;
	top: 0;
	padding: 9px 28px 8px;
}
/*ul.top_control_btns li{display: inline-block;}*/
ul.top_control_btns li{
	display: block;
	margin-right: 8px;
}

ul.top_control_btns li img{
	-webkit-transition: transform .5s ease 0s;
	-moz-transition: transform .5s ease 0s;
	-o-transition: transform .5s ease 0s;
	transition: transform .5s ease 0s;
}
ul.top_control_btns li img:hover{
	-moz-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transform: rotate(35deg);
}

div.head_slider{
	width: 1216px;
	margin: 80px auto 20px;
	position: relative;
}

a.link_btn{
	background: #c13a33;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 23px;
	font-weight: bold;
	margin: 10px 16px 14px 0;
	padding: 8px 24px 12px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #c13a33;
	-webkit-transition: background .3s ease 0s;
	-moz-transition: background .3s ease 0s;
	-o-transition: background .3s ease 0s;
	transition: background .3s ease 0s;
	cursor: pointer;
}
a.link_btn:hover{background: #fff; color: #c13a33;}

.search-item h4 a{
	color: #c30b0c;
	font-weight: bold;
	text-decoration: underline;
	text-shadow: 0 1px 0 #fff;
	transition: color 0.5s ease 0s;
}
.search-item h4 a:hover{
	color: #222;
	text-decoration: none;
}
input.search-query{
	padding: 8px 16px;
	width: 100% !important;
}
input.lupa{
	margin: 2px 0;
	background-color: transparent;
	background-image: url(/bitrix/templates/simpo.biz2015/img/search_head.png);
	background-size: contain;
	border: none;
	height: 37px;
	position: absolute;
	right: 23px;
	top: 3px;
	width: 37px;
}

p.isop{
	font-size: 15px;
	font-weight: bold;
	margin: -10px 0 0 0;
}
p.iso_main{
	font-size: 15px;
	font-weight: bold;
	margin: -15px 0 0 4px;
}
p.iso_main img{
	margin: 0 0 0 2px;
	position: relative;
	top: 10px;
}
p.isop img{
	margin: 0 0 0 2px;
	position: relative;
	top: 10px;
	vertical-align: baseline;
}
div.line_blocks{
	display: inline-block;
	vertical-align: top;
}
div.line_blocks:first-child{margin-right: 105px;}
div.line_blocks:last-child{margin-left: 150px;}

/* White Line */
p.main_phone{
	text-align: center;
	font-weight: bold;
	font-size: 34px;
	margin: 0;
}
p.min_phone{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
}

/**/
div.search_box{
	background: #f5f5f5 none repeat scroll 0 0;
	box-shadow: 0 5px 14px #999;
	padding: 100px 0;
	position: absolute;
	right: 0;
	top: 62px;
	width: 100%;
	z-index: 1000;
}
a.logo_search{
	display: block;
	left: 10%;
	position: absolute;
	top: 30px;
	z-index: 1001;
}
div.search_box input[type="text"]{
	border-top: none;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left:none;
	box-shadow: 2px 2px 4px #777 inset;
	font-size: 32px;
	padding: 20px 30px;
	width: 80%;
	margin-left: 10%;
}

.translate-hold, .top-tab-line .top_control_btns{display: none;}
#google_translate_element{position: absolute; top: 16px; left: 16px; z-index: 10;}
#google_translate_element span{display:none;}
.goog-te-gadget-simple{background-color:#c13a33 !important; border: none !important;}
.goog-te-gadget-icon{width: 17px !important; height: 18px !important; border: 1px solid white !important; border-radius: 50%; box-sizing: content-box;}

@media screen and (max-width:1050px){
div.top_red_line, div.middle_red_line{text-align: left;}
#google_translate_element{left: 7px;}
#google_translate_element span{display:none;}
}

@media screen and (min-width:960px) and (max-width:1275px){
div.head_slider{width: 925px;}
div.line_blocks:first-child{margin-right: 30px;}
div.line_blocks:last-child{margin-left: 5px;}
a.link_btn{margin-right: 0; font-size: 20px;}
}

@media (max-width:960px){
#google_translate_element{
	position: absolute;
	top: 12px;
	left: 30px;
	opacity: 0;
	width: 50px;
	overflow: hidden;
}
}

/*base stele*/
body{font-family: Arial; margin: 0 auto; color: #444;}
a, a:hover{color: #444;}
header, main, futer{background: #fff;}
input::-webkit-input-placeholder{color: #a3a3a3;}
input::-moz-placeholder{color: #a3a3a3;}
/* -- HEADER -- */
.top-red-line{
	position: relative;
	padding: 10px 15px;
	background: #c13a33;
	color: white;
	font-size: 16px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.25);
}
.top-red-line a{color: white; text-decoration: none;}
.top-red-line a:hover, .top-red-line a:active{text-decoration: none;}

.top-red-line .text-center{padding: 0;}
.top-red-line .list-inline{margin: 0; font-weight: bold;}
.top-red-line .list-inline li{
	padding: 4px 14px 4px 18px;
	border-left: 2px solid rgba(255, 255, 255, 0.55);
}
.top-red-line .list-inline li:first-child{
	border-left: none;
}
#lang-switch, a#login, a#logined{color: rgba(255, 255, 255, 0.55);}
#lang-switch{vertical-align: sub; cursor: pointer;}
a#login, a#logined{margin-left: 16px;}

.red-right{position: initial; text-align: right;}
a#login{vertical-align: text-top;}
a#login img{vertical-align: baseline;}
a#login span{
	vertical-align: baseline;
	font-size: 12px;
}
.top-red-line button{
	margin-left: 25px;
	background: none;
	border: none;
	outline: none;
	font-size: 20px;
}

.top-red-line nav{
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	margin: 0 auto;
	text-align: left;
	z-index: 2;
}
.mob-menu{
	margin-bottom: 0;
	border-top: 1px solid #c13a33;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}
.mob-menu li{
	background: #8C251F;
	border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}

.mob-menu li.help-closer{
	padding: 12px 18px 14px;
	background: #C13A33;
	text-transform: none;
}
.mob-menu li.help-closer a{display: initial; padding: 0;}
.mob-menu li.help-closer img{
	margin: 0 4px -4px 0;
	vertical-align: baseline;
}
.mob-menu li.help-closer span{opacity: 0.55;}
.mob-menu li.help-closer .fa-times{
	float: right;
	margin-top: 4px;
	padding-right: 18px;
	font-size: 18px;
}
.mob-menu li a{display: block; padding: 14px 18px;}
/*lvl2*/
.mob-menu .subsection{background: #C13A33;}
.mob-menu .subsection li{
	border-bottom: none;
	border-top: 2px solid rgba(255, 255, 255, 0.25);
	background: #A42E28;
	font-weight: 500;
	opacity: 0.75;
	text-transform: initial;
}
.mob-menu .subsection .fa{
	float: right;
	font-size: 22px;
	opacity: 0.5;
}

/* White Line*/
.top-white-line{padding: 20px 15px;}

a.logo{
	color: #ff0000;
	font-family: arial black, arial;
	font-weight: 900;
	font-size: 24px;
	text-decoration: none;
}
.logo_img{width: 200px; margin-top: 5px;}

.top-white-line .form-control{
	padding-right: 30px;
	border: 1px solid #e8e8e8;
	border-radius: 20px;
	box-shadow: none;
}
.top-white-line form{position: relative;}
.top-white-line button{
	position: absolute;
	top: 5px;
	right: 6px;
	float: right;
	background: none;
	border: none;
	color: #444444;
	font-size: 16px;
	opacity: 0.55;
}
.icon-ny{background: #fff; border-radius: 50%; border: 1px solid #c13a33;}
.icon-ny img{max-width: 39px; padding: 5px; font-size: 12px;}

/*tabs*/
.top-tab-line{
	margin-bottom: 6px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.25);
}

.top-tab-line .nav{
	background: #c13a33;
	color: rgba(255, 255, 255, 0.55);
	font-size: 18px;
	text-transform: uppercase;	
	line-height: 1;
}
.top-tab-line .nav > li{padding: 0;}

.top-tab-line .top-tabs>li{
	background: #c13a33;
}
.top-tab-line .top-tabs>li a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 32px 0;
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
}
.top-tab-line .top-tabs>li>a:hover, .top-tab-line .top-tabs>li>a:focus, .top-tab-line .top-tabs>li.active>a, .top-tab-line .top-tabs>li.active>a:hover, .top-tab-line .top-tabs>li.active>a:focus{
	background: #A42E28;
}
.top-tab-line .top-tabs>li>a img{float: left; margin-right: 15px;}
.top-tab-line .top-tabs>li:nth-child(3)>a{
	border-left: 2px solid rgba(255, 255, 255, 0.55);
	border-right: 2px solid rgba(255, 255, 255, 0.55);
}

.top-tab-line .nav-tabs>li>a svg{float: left; margin-right: 15px;}
.top-tab-line .tab-content hr{
	margin: 0 0 0px;
	height: 6px;
	background: #a42e28;
	border: none;
	box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}
.top-tab-line .tab-pane ul{margin-bottom: 0; background: #A42E28;}
.top-tab-line .tab-pane ul li{
	border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
.top-tab-line .tab-pane ul li:first-of-type a{padding-top: 10px;}
.top-tab-line .tab-pane ul li:last-of-type{border-bottom: none;}
.top-tab-line .tab-pane ul a{
	display: block;
	padding: 16px;
	color: white;
	text-decoration: none;
}

/* -- MAIN -- */
.s-breadcrumb{padding: 18px 18px 0; font-size: 14px; text-transform: lowercase;}
.s-breadcrumb a{display: inline-block; padding-right: 5px;}
.s-breadcrumb a:hover{text-decoration: none;}

/*--Form--*/
.license-cont .row{
	padding: 8px 0 14px;
	/*background: #EEE;
	border-bottom: 1px solid #d6d6d6;*/
	text-align: center;
}
.license-cont .btn{
	padding: 2px 12px 2px 8px;
	background: white;
	border: 2px solid #c13a33;
	border-radius: 3px;
	font-size: 22px;
}
.license-cont a{
	color: #c13a33;
	text-decoration: none;
}

/*--/Form--*/

.action-cont{padding: 0 30px 30px;}
.action-cont hr{
	margin: 0 0 20px;
	border-top: 2px solid #F6F6F6;
}
.action-head h2, .tiles-cont h2, .plates-cont h2, .bottom-form-cont h2{
	margin-bottom: 2px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.action-head p{margin: 20px 0 2px; text-align: right;}
.action-head a{text-decoration: none;}
.action-head a:hover{text-decoration: underline;}

.action-card{margin-bottom: 12px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);}
.action-card img{width: 100%;}
.action-card div{
	padding: 12px 16px;
	height: 70px;
	border-bottom: 2px solid #eee;
	line-height: 1.2;
}
a.action-btn{
	display: block;
	width: 100%;
	padding: 14px 0;
	color: #444;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}
a.action-btn:hover{background: #c13a33; color: white;}

/**/
.tiles-cont{padding: 5px 30px 30px; background: #EEEEEE;}
.tiles-cont h2{padding-bottom: 3px; border-bottom: 2px solid #d6d6d6;}
.tiles-head-text{margin: 8px 0 10px; line-height: 16px;}
.tiles{text-align: center;}
.tiles p{margin: 12px 0; line-height: 16px;}
.tiles img{max-width: 100%; border-radius: 3px;}

/**/
.plates-cont{padding: 5px 30px 30px;}
.plates-cont h2{
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom: 2px solid #F6F6F6;
}
.plates-left{font-size: 16px; line-height: 21px;}
.plates-left img{max-width: 100%; margin: 0 auto;}
.plates-right{font-size: 16px;}
.plates-right a{
	display: flex;
	align-items: center;
	overflow: hidden;
	max-width: 320px;
	margin: 0 auto 18px;
	border-radius: 64px;
	text-decoration: none; 
}
.plates-right.shadow a, .plates-right a:hover{box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);}
.plates-right img{
	float: left;
	border-radius: 50%;
	background: #E8E8E8;
}
.plates-right p{padding: 0 2px 0 16px; margin: 0;}

/**/
.tiles-two >div > a{
	display: block;
	margin-top: 18px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	background: white;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}
.tiles-two img{float: left; border-radius: 3px 0 0 3px;}
.tiles-two p{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 72px;
	padding: 0 22px;
	margin: 0;
	border-left: 2px solid white;
}
.tiles-two p:hover{background: #c13a33; color: white;}

/**/
.main-about img{float: right; margin-top: 16px;}
.main-about ul{padding: 16px 0 0 20px;}
.main-about ul li{margin-bottom: 8px;}
.main-about span a{
	margin-left: 20px;
	text-decoration: none;
	background: url(/local/templates/responsive2019/img/bold_line.png) repeat-x 0 bottom;
}
.main-about .btn{
	float: right;
	margin-top: -33px;
	padding: 13px 21px;
	background: white;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	font-size: 16px;
	font-weight: bold;	
}
.main-about .btn:hover{background: #c13a33; color: white;}

/**/
.bottom-form-cont{padding: 5px 30px 0; background: #eee;}
.bottom-form-cont h2{
	padding-bottom: 3px;
	border-bottom: 2px solid #d6d6d6;
}
.bottom-form-cont .form-horizontal{margin: 35px 0 0;}
.bottom-form-cont .form-group{margin-bottom: 30px;}
.bottom-form-cont label{color: #929292;}
.bottom-form-cont label .lower{font-weight: normal;}
.bottom-form-cont label .select{color: #D93F3F;}
.bottom-form-cont label .req{color: #D93F3F; font-weight: bold;}
.bottom-form-cont .form-control{
	min-height: 36px;
	border-color: #E5E5E5;
	box-shadow: none;
	font-size: 16px;
}
.bottom-form-cont textarea{resize: none;}
.bottom-form-cont .btn{
	width: 100%;
	margin-top: 20px;
	border: 1px solid #d6d6d6;
	background: white;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0;
	outline: none;
	transition: .3s ease 0s;
}
.bottom-form-cont .btn:hover{
	background: #c13a33; color: white;
}
.bottom-form-cont .btn:disabled{
	background: #f2f2f2;
	box-shadow: none;
	color: #a3a3a3;
}
.form-horizontal .error{
	display: none;
	color: #d2322d;
	font-size: 12px;
	font-weight: bold;
}
#holding{
	margin-top: 20px;
	color: #d2322d;
	font-weight: bold;
}
#holding .error-post{color: #d2322d;}
#holding .success{
	color: #47a447;
	font-size: 18px;
	text-align: center;
}

/* FOOTER */
footer span{font-weight: bold;}
footer a{color: white; text-decoration: none;}
footer a:hover{color: white; text-decoration: underline;}
footer img{max-width: 100%;margin: 28px 0 24px;}

footer.container-fluid{
	padding: 30px 30px 20px;
	background: #c13a33;
	color: white;
}
.f-social{margin-right: 0;}
.f-social > .col-xs-2{width: 14.25%;}
.f-social a{
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: white;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	color: #c13a33;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}
.f-social a:hover{color: #c13a33;}
.f-social img{margin: -2px 0 0;}
.f-social a .fa, .f-social a img{transition: transform 2s;}
.f-social a:hover .fa, .f-social a:hover img{transform: rotate(360deg);}

.f-left{text-align: center;}
.f-left a{line-height: 42px;}
.f-tel{margin: 0 0 2px; font-size: 20px; font-weight: bold;}

footer .copyright{
	max-width: 250px;
	margin: 0 auto;
	font-size: 10px;
	line-height: 12px;
}

.f-right{font-size: 13px;}
.f-right p{font-weight: 900; border-bottom: 2px solid rgba(255, 255, 255, 0.25);}
.f-right ul{line-height: 13px;}
.f-right li{margin-bottom: 10px;}
.f-right .bold-point{padding-left: 15px;}
.f-right .bold-point li{margin-bottom: 4px;}

.f-big-menu p{margin-top: -2px; font-size: 16px;}
.f-big-menu ul{
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

/*top button*/
.top-button{
	display: none;
	background: #C13A33;
	width: 60px;
	height: 40px;
	border-radius: 50% 50% 20% 20%;
	position: fixed;
	bottom: 200px;
	right: 30px;
	cursor: pointer;
	opacity: 0.6;
	transition: background .3s ease 0s;
	box-sizing: content-box;
}
.top-button:hover{
	opacity: 1;
	background: white;
	border: 2px solid #C13A33;
	width: 56px;
	height: 36px;
}
.top-button:hover p{border-bottom-color: #C13A33; margin-top: 2px;}
.top-button p{
	width: 0;
	border-color: transparent;
	border-bottom-color: white;
	border-style: solid;
	border-width: 10px;
	margin: 4px auto;
}


/*lic*/
.gift_zone{position:relative;}
.gift{
	visibility: hidden;
	opacity:0;
	position: absolute;
	top: 165px;
	right: 30px;
	width: 60px;
	height: 60px;
	background: url(/images/litsenzii/gift.png) center no-repeat;
	background-size: 100% 100%;
}
.gift2{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 30px;
	right: 5px;
	width: 60px;
	height: 60px;
	background: url(/images/litsenzii/gift.png) center no-repeat;
	background-size: 100% 100%;
}

.lic_main h2{margin-bottom: 2%; font-weight: 800;}
.lic_block{
	/* display: flex; */
	/* justify-content: space-around; */
	margin-bottom: 5%;
}
.lic_block.catalog_licenzii{
	display: flex;
	margin-bottom: 5%;
	flex-wrap: wrap;
}
.lic_block.catalog_licenzii{
	float: initial;
}
.lic_block .lic_inner{
	float: left;
	width: 25%;
	border: 1px solid transparent;
	text-align: center;
	/*padding: 2% 1%;*/
	padding: initial;
	transition: box-shadow .25s;
	box-shadow: 0 0px 1px rgba(0,0,0, .12);
}
/*.lic_block .lic_inner:hover{
	box-shadow: rgba(0,0,0, .12) 0 35px 90px;
}*/
.lic_block .lic_inner:hover .gift, .lic_block .lic_inner:hover .gift2{
	visibility: visible;
	opacity:1;
	transition: opacity 1s;
}
.lic_image img{width:60%;}
.lic_name{margin-top: 10%; font-weight:bold;}
/*
.catalog_licenzii .lic_name{
	height: 92px;
}
.catalog_licenzii .lic_about{
	height: 50px;
}
*/
.lic_price{height: 45px; margin-top: 5%;}
.lic_price_ch{
	margin-top: 5%;
	height: 45px;
	display:none;
}
.lic_price_ch:first-child{display:block;}

.lic_price_ch_old{
	display:none;
}
.lic_price_ch_old:first-child{display:block;}

.lic_price_ch_form{
	margin-top: 5%;
	height: 45px;
	display:none;
}

.lic_price_ch_form:first-child{display:block;}
.lic_about{margin-top: 5%; font-size: 14px;}
.lic_btn{margin-top: 15%;}
.lic_gifts{
	margin-top: 10%;
	font-size: 14px;
	height: 90px;
}
.lic_btn a{
	padding: 10px 30px;
	text-transform: uppercase;
	background: white;
	border: 2px solid #C13A33;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
	border-radius: 3px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #C13A33;
	transition: background .3s ease 0s;
}
.lic_btn a:hover{background: #C13A33; color: white;}

.red_price{color:#C13A33; font-weight:bold; font-size: 16px;}
.full_price{color:#C13A33; font-weight:bold;}

#polz_count{border: 1px solid #c13a33; border-radius: 4px;}
.polz_count{
    border: 1px solid #c13a33;
    border-radius: 4px;
    width: 80px;
    height: 32px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 6px;
}

.b24-web-form-popup-btn-37, .b24-web-form-popup-btn-39, .b24-web-form-popup-btn-41{
	cursor: pointer;
}

/* courses */
#courses-top a{color: #c13a33; font-weight: bold;}
#courses-top a:hover{color: #444; text-decoration: none;}

.curses-gallery{list-style: none;}
.curses-gallery li{float:left; display: inline-block; margin:8px 15px;}
.curses-gallery img{width: 200px; height:auto;}

.page_description ul li{display: list-item;}
.curses ul{margin: 0; padding: 0 0 0 20px;}
.curses{margin-left: 1em;}

/**/
.erwork h2{
	font-size: 20px !important;
}
.erwork h3{
	font-size: 16px;
	font-family: arial black, arial;
	font-weight: 900;
	text-transform: uppercase;
	text-align: left;
}
.erwork span{color: #c13a33;font-weight: bold;}

/**/
.page-commerce h1{float: left; width: calc(100% - 200px);}
.page-commerce .btn.form_scroll{float: right;}

.tbl-wrap{overflow: auto;}
.tbl-commerce{text-align: center;}
.tbl-commerce td{padding: 5px; border: 1px solid #333;}
.tbl-commerce thead td, .tbl-commerce .highlight{background: #c13a33; color: white;}
.tbl-commerce tbody td:first-child{text-align: left;}

.align3col tr td{width: 60%;}
.align3col tr td:nth-child(2){width: 28%;}
.align3col tr td:nth-child(3){width: 12%;}

/*top button*/
#top_button{
	background: #C13A33;
	width: 60px;
	height: 40px;
	border-radius: 50% 50% 20% 20%;
	position: fixed;
	bottom: 200px;
	right: 60px;
	cursor: pointer;
	opacity: 0.6;
	transition: background .3s ease 0s;
	box-sizing: content-box;
}
#top_button:hover{
	opacity: 1;
	background: white;
	border: 2px solid #C13A33;
	width: 56px;
	height: 36px;
}
#top_button:hover p{border-bottom-color: #C13A33; margin-top: 2px;}
#top_button p{
	width: 0;
	border-color: transparent;
	border-bottom-color: white;
	border-style: solid;
	border-width: 10px;
	margin: 4px auto;
}

@media screen and (min-width: 1900px){
.gift{top: 250px; right: 35px; width: 80px; height: 80px;}
.gift2{top: 50px; right: 10px; width: 80px; height: 80px;}
}

@media screen and (min-width: 1600px){
.gift{top: 220px;}
.gift2{top: 50px; right: 20px;}
}

@media screen and (min-width: 1400px){
.gift{top: 135px;}
.gift2{top: 35px; right: 10px;}
.f-social{max-width: 450px; margin: 0 auto;}
}

@media screen and (max-width: 1024px){
.gift_zone{display:none;}
.lic_block{display:block; justify-content:inherit;}
.lic_block .lic_inner{float:left; width:33.333%;}
.lic_gifts{visibility:visible;}
}

@media screen and (max-width: 550px){
.f-social > .col-xs-2{padding: 0 10px;}
.lic_block{margin-bottom: 10%;}
.lic_block .lic_inner{
	width: 80%;
	float: inherit;
	margin: 5% 10%;
	padding: 2% 5%;
	box-shadow: 0 0px 1px rgba(0, 0, 0, 0.6);
}
.lic_image img{width: 40%;}
.lic_name{
	font-weight: bold;
	margin-top: 5%;
	font-size: x-large;
}
.red_price{font-size: x-large;}
.full_price{font-size: x-large;}
.lic_btn{margin: 10% 0 5%;}

.page-commerce h1{float: none; width: 100%;}
.page-commerce .btn.form_scroll{float: none; margin: 0 auto 10px;}

}

/*custom BIG*/
@media (min-width: 960px){
/*body{font-size: 16px;}*/
.top-tab-line{
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: none;
	width: 100%;
	margin: 0;
}
.translate-hold{
	display: block;
	float: left;
	width: 4%;
	height: 1px;
}
.top_control_btns{display: block;}
/*.top-tab-line .top_control_btns{
	display: block;
}*/
.top-tab-line .top_control_btns{
	display: flex;
}

.top-tab-line .top-tabs>li a{padding: 12px 0;}
.top-tab-line .top-tabs>li:nth-child(2)>a{border-left: 2px solid #e3a6a3;}
.top-tab-line .top-tabs>li:last-child>a{border-right: 2px solid #e3a6a3;}

/**/
.top-red-line .text-center, .top-red-line .red-right #logined, .top-red-line .red-right button, .mob-menu li, .mob-menu .subsection .fa, a#login, .top-white-line{
	display: none;
}
.top-red-line .collapse{display: block; text-align: center;}
.red-right{width: 100%; height: 38px;}
.top-red-line nav{width: 100%}
.mob-menu li.subsection{
	display: inline-block;
	border-bottom: none;
	margin: 0 -2px;
	position: relative;
	border-right: 2px solid #e3a6a3;
}
.mob-menu li.subsection.first{border-left: 2px solid #e3a6a3;}
.mob-menu .subsection li{
	opacity: 1;
	text-transform: uppercase;
	font-weight: 600;
}
.mob-menu li a{
	padding: 20px 12px;
	font-size: 12px;
	-webkit-transition: background .3s ease 0s;
	-moz-transition: background .3s ease 0s;
	-o-transition: background .3s ease 0s;
	transition: background .3s ease 0s;	
}

.mob-menu li:hover > a{background: #fff; color: #c13a33;}
.mob-menu li.subsection:hover ul li{display: block;}
.mob-menu li.subsection ul{
	position: absolute;
	box-shadow: 5px 2px 4px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.25);
}

.icon-ny{box-shadow: inset 2px 2px 3px #cecece; border: none;}

footer img{margin: 18px 0 -30px;}
.f-left{text-align: center; line-height: 1.3;}
.f-left a{line-height: 30px;}
.f-privacy{margin: 4px 0 0; line-height: 1; font-size: 12px;}
.f-privacy a{line-height: 1;}
}

/*custom BIG 2*/
@media (min-width: 1275px){
.s-breadcrumb{max-width: 1325px; margin: 0 auto; padding: 18px 56px 0;}
.red-right{height: 44px;}
.mob-menu li a{padding: 20px 15px; font-size: 16px;}
}

/* MD *
@media (min-width: 959px) and (max-width: 1200px){}
/* SM */
@media (min-width: 720px) and (max-width: 959px){
/* HEADER */
.red-right{padding-left: 0;}	
a#login{vertical-align: text-bottom;}
a#login img{vertical-align: middle;}
.top-red-line button{margin: 4px 0 0px; font-size: 17px;}
.top-red-line .list-inline{margin-left: -10px;}

/**/
.plates-right{font-size: 14px;}
.main-about ul{font-size: 12px;}
.main-about .btn{margin-top: -10px;}
.bottom-form-cont label{font-size: 12px;}

.s-breadcrumb{padding: 18px 18px 0;}

/* FOOTER */
footer{font-size: 10px;}
.f-big-menu p{
	margin-top: -4px;
	font-weight: 900;
	border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
.f-big-menu ul li{margin-bottom: 8px;}
.f-big-menu ul.bold-point{padding-left: 15px;}
.f-big-menu ul.bold-point li{margin-bottom: 4px;}

.f-social{margin: 10px 0 20px -15px;}
.f-social a{width: 45px; height: 45px; line-height: 45px;}
.f-left a{font-size: 14px; line-height: 36px;}
footer span{font-weight: 900;}
footer .copyright{max-width: 250px;}

.f-right .row div{margin-bottom: 10px;}
.f-right .row:last-child div:nth-child(3){margin-bottom: 0;}
}

@media (min-width: 720px){
.top-search{display: block !important;}
}

/* XS */
@media (max-width: 719px){
/* HEADER */
.top-red-line{padding: 10px 0;}
.top-red-line .list-inline li:first-child{margin-right: -8px; padding: 4px 0;}

.mob-menu li.help-closer .fa-times{padding-right: 4px;}
/* a.logo{font-size: 20px;} */
.top-white-line{padding: 20px 0;}
.top-search{
	display: none;
	position: absolute;
	top: 110px;
	right: 0;
	z-index: 1;
	background: #eee;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.25);
	padding: 15px;
}

.top-tab-line .nav{
	text-align: center;
	font-size: 12px;
	text-transform: none;
	line-height: 1.3;
}
.top-tab-line .top-tabs>li a{
	display: block;
	padding: 14px 0;
}
.top-tab-line .top-tabs>li>a img{
	float: none; margin: 0 0 8px;
}

.bx-breadcrumb{padding: 12px 10px 0}

/* MAIN */
.action-cont, .tiles-cont, .plates-cont, .bottom-form-cont{padding: 5px 15px 20px;}
.action-head h2, .tiles-cont h2, .plates-cont h2, .bottom-form-cont h2{
	font-size: 16px;
}
.tiles{font-size: 11px;word-break: break-word;}
.tiles div{padding: 0 10px;}
.tiles div:nth-child(3n+1){clear:both;}
.tiles p{margin: 6px 0; line-height: 10px;}

/* .plates-left, .plates-right, .tiles-two >div > a{font-size: 14px;} */

.plates-call img{float: right; max-width: 50%; max-height: 150px;}
.plates-call p{width: 50%; padding-right: 32px; line-height: 1.2;}
.plates-exp img{
	float: left;
	max-width: 45%;
	max-height: 130px;
	margin-bottom: 20px;
}
.plates-exp p{
	float: right;
	width: 55%;
	padding-left: 5px;
	margin-bottom: 5px;
	line-height: 1.2;
}

.main-about .btn{
	float: none;
	margin: 20px 0 0;
	padding: 20px 0;
}
.bottom-form-cont .form-horizontal{margin: 15px 0 0;}
.bottom-form-cont label{font-size: 12px;}
.bottom-form-cont .form-group{margin-bottom: 10px;}

.s-breadcrumb{padding: 18px 6px 0;}

/* FOOTER */
footer.container-fluid{padding: 20px 15px 10px;}
.f-social{max-width: 320px; margin: 0 auto;}
.f-social div:first-child{margin-left: -10px;}
.f-left{margin: 25px 0;}
.f-right ul{margin-bottom: 14px;}
.f-big-menu ul{margin-bottom: 20px;}
.copy-bottom{margin-top: 15px; text-align: center;}
.f-privacy{margin:0; font-size: 11px; text-align: center;}

.tbl-commerce{min-width: 600px;}

#top_button{right: 20px;}
}
.main_phone > a, .min_phone > a{
	text-decoration: none;
}

.link_forms .modal-content{
	max-width: 500px;
	margin: 0 auto;
}
.link_forms .modal-body{
	position: relative;
	padding: 20px 40px;
}
.link_forms .close{
	width: 28px;
	height: 28px;
	border-radius: 100%;
	cursor: pointer;
	z-index: 25;
	background-color: #e09d9a;
	color: white;
	font-size: 22px;
	opacity: 1;
	font-weight: 100;
	font-family: auto;
	/*display: flex;*/
	margin-top: 0;
	/*align-items: center;
	justify-content: center;*/
}
.link_forms .close:hover{
	background-color: #c03a34;
}
.link_forms .modal-title{
	color: #000;
	letter-spacing: .6px;
	margin-bottom: 0;
	font: 700 23px/33px "Helvetica Neue",Helvetica,Arial,sans-serif;
	word-break: break-word;
	text-align: center;
}
.link_forms input[type="text"]{
	margin-bottom: 20px;
	border-radius: 4px;
	height: 52px;
	width: 100%;
	padding: 0 20px;
	letter-spacing: -0.3px;
	border: 1px solid #cdcdcd;
}
.link_forms textarea{
	margin-bottom: 20px;
	border-radius: 4px;
	height: 104px;
	min-height: 52px;
	width: 100%;
	padding: 0 20px;
	letter-spacing: -0.3px;
	border: 1px solid #cdcdcd;
	padding-top: 20px;
}
/*.link_forms textarea::placeholder{
	padding-top: 15px;
}*/
.link_forms input[type="text"]:focus, .link_forms textarea:focus{
   background: #fff;
   border-color:#c03a34;
	outline: #c03a34;
}
.link_forms label.form-control-container{
	width: 100%;
	font-size: 11px;
	line-height: normal;
	cursor: pointer;
	font-weight: normal;
	margin-bottom: 20px;
}
.link_forms .form-btn{
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	margin: 0;
	min-height: 52px;
	width: 100%;
	border: 0;
	border-radius: 4px;
	font: 600 15px/22px var(--b24-font-family);
	box-sizing: border-box;
	box-shadow: -1px -1px 1px rgb(0 0 0 / 9%);
	outline: 0;
	cursor: pointer;
	color: white;
	transition: all .2s ease;
	background: #c03a34;
}
.link_forms .form-control-required{
	color: red;	
}
.link_forms .form-btn:hover, .link_forms .form-btn:focus{
	background: #c03a34b3;
}
#sended_msg{
	color: #C13A33;
	padding: 10px 0;
}
.sitemap-hold p{
	color: #c03a34db;
}
.link_sale{
	background: #c03a34;
	display: block;
	width: max-content;
	padding: 10px 20px;
	color: white;
	margin-bottom: 20px;
	font-weight: normal;
	text-decoration: none !important;
	border-radius: 4px;	
	text-transform: uppercase;
}
.link_sale:hover, .link_sale:focus{
	background: #c03a34b3;
	text-decoration: none !important;
	color: white;
}

.modal-loader{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 50px;
	background: url(/bitrix/panel/main/images/waiter-white.gif) center rgba(255, 255, 255, 0.65);
	background-repeat: no-repeat;
	border-radius: 6px;
	 background-size: 10%;
}

.link_forms .sales_button{
	text-align: center;
	text-decoration: none;
	margin-top: 20px;
}
.link_forms .license-response{margin: 8px 0;}
.link_forms .license-response p{color: red; margin: 0;}
.lic_btn.open_form{
	margin-top: 20px;
}
.lic_btn.open_form a{
	width: 220px;
	display: block;
	margin: 0 auto;
}
/*.lic_btn.open_form .btn-form.request, .product-item-detail-info-container .product-item-detail-buy-button.btn-form-det.request  {
	display:none;
}*/
.name_licenz{
	color: #C13A33;
	font-weight: bold;
}
.dop_text_red{
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
}
.link_forms .lic_price{
	margin-top: 5px;
}
/*
.catalog_licenzii .lic_inner{
	position: relative;
	height: 700px;
}

.catalog_licenzii .lic_gifts{
	height: auto;
}
.catalog_licenzii .div_absolute{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}
*/
/******************/
.catalog_licenzii .lic_inner.oblako {
    /*height: 510px;*/
    height: auto;
	 position: relative;
}
.catalog_licenzii .lic_inner {
    position: relative;
    /*height: 650px;*/
	 height: auto;
}
.catalog_licenzii .lic_name {
    margin-top: 5px;
    font-weight: bold;
    height: 40px;
    overflow: hidden;
	 display: block;
	 text-decoration: none;
}
.catalog_licenzii .lic_about {
    margin-top: 10px;
    font-size: 14px;
    /*height: 40px;*/
    overflow: hidden;
	 height: 0px;
}
.catalog_licenzii .lic_price {
    height: 25px;
    margin-top: 10px;
}
.catalog_licenzii .lic_gifts {
    margin-top: 10px;
    font-size: 14px;
    /*height: 60px;*/
    overflow: hidden;
	 height: 0px;
	 margin-bottom: 10px;
}
.catalog_licenzii .div_absolute {
    margin-top: 10px;
}
.catalog_licenzii .lic_btn.open_form {
    margin-top: 0;
}
.catalog_licenzii .lic_inner:hover,
.catalog_licenzii .lic_inner:hover .lic_name,
.catalog_licenzii .lic_inner:hover .lic_about,
.catalog_licenzii .lic_inner:hover .lic_price,
.catalog_licenzii .lic_inner:hover .lic_gifts{
	/* height: 100%; */
	overflow: initial;
	z-index: 1;
}
.catalog_licenzii .lic_inner:hover .lic_price,
.catalog_licenzii .lic_inner:hover .lic_about,
.catalog_licenzii .lic_inner:hover .lic_gifts,
.catalog_licenzii .lic_inner:hover .lic_name{
	height: 100%;
}

.catalog_licenzii .lic_inner:focus,
.catalog_licenzii .lic_inner:focus .lic_name,
.catalog_licenzii .lic_inner:focus .lic_about,
.catalog_licenzii .lic_inner:focus .lic_price,
.catalog_licenzii .lic_inner:focus .lic_gifts{
	/* height: 100%; */
	overflow: initial;
}
.catalog_licenzii .lic_inner:active,
.catalog_licenzii .lic_inner:active .lic_name,
.catalog_licenzii .lic_inner:active .lic_about,
.catalog_licenzii .lic_inner:active .lic_price,
.catalog_licenzii .lic_inner:active .lic_gifts{
	/* height: 100%; */
	overflow: initial;
}
.catalog_licenzii .lic_image{
	height: 250px;
	display: block;
}
.catalog_licenzii .lic_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.catalog_licenzii .oblako .lic_image{
	 height: 125px;
}
.catalog_licenzii .oblako .lic_image img {
    width: auto;
    height: 100%;
}
.gradient_name {
	position: absolute;
	width: 290px;
	height: 20px;
	background: linear-gradient(to top, rgb(255, 255, 255), transparent);
	top: 300px;
	left: 8px;
}
.oblako .gradient_name {
	position: absolute;
	width: 290px;
	height: 20px;
	background: linear-gradient(to top, rgb(255, 255, 255), transparent);
	top: 160px;
	left: 8px;
}
.catalog_licenzii .lic_inner:focus .gradient_name,
.catalog_licenzii .lic_inner:hover .gradient_name,
.catalog_licenzii .lic_inner:active .gradient_name {
	position: initial;
	display: none;
}
/*
.catalog_licenzii .lic_inner:focus .hover_lic_inner,
.catalog_licenzii .lic_inner:hover .hover_lic_inner,
.catalog_licenzii .lic_inner:active .hover_lic_inner {
	position: absolute;
	left: 0;
	top: 0;
}
*/

.article .block_licenzii_tab ul{
	padding: 0 !important;
}
.summen li{
	text-transform: lowercase;
	padding-left: 15px;	
}
.links_licenzii_tab .subsections .fa {
    float: right;
    font-size: 22px;
    opacity: 0.5;
}
/*
.article .block_licenzii_tab ul.collapse{
	display: none;
	padding: 0 !important;
}
*/
.article .block_licenzii_tab ul.collapsing{
	padding: 0 !important;
}

.links_licenzii_tab a.click_licenzii_tab{
	width: 100%;
	display: block;	
}
.blocks_tab_nav{
	display: flex;
}
.block_licenzii_tab{
	position: relative;
	z-index: 999;
}
.block_licenzii_tab nav {
    position: absolute;
    top: 50px;
    left: 0;
    width: 315px;
    margin: 0 auto;
    text-align: left;
    z-index: 999;
}
.links_licenzii_tab {
	margin-bottom: 0;
	border-top: 1px solid #c13a33;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	background: #8C251F;
}

.links_licenzii_tab > li{
    background: #8C251F;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
	 list-style-type: none;
}
.summen > li{
    background: #8C251F;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
	 list-style-type: none;
}
.summen > li:last-child{
    background: #8C251F;
    border-bottom: 0;
	list-style-type: none;
}

.links_licenzii_tab li a {
	display: block;
	padding: 14px 18px;
	color: white;
	text-decoration: none;
}

.blocks_tab_nav button{
    margin-left: 0;
    background: #c13a33;
    border: none;
    outline: none;
    color: white;
    font-size: 22px;
    padding: 8px 15px;
}
.blocks_tab_nav button span{
    font-size: 22px;
    font-weight: 600;
    margin-right: 74px;
}
.blocks_section_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.blocks_section_list .block_section_list {
	width: 14%;
	padding: 15px;
	text-decoration: none;
	position: relative;
	margin-bottom: 30px;
}
.blocks_section_list .block_section_list.service_item{
	width: 25%;
}
.blocks_section_list .block_section_list img{
	display: block;
	width: 100%;
}
.block_name_section_list{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
	word-break: break-word;
	height: 60px;
   overflow: hidden;
}
.service_item .block_name_section_list{
	height: 30px;
}
.section_text{
	margin: 0 20px;
}
/*
.blocks_section_list .block_section_list:hover .block_name_section_list{
	height: auto;
}
*/
.blocks_section_list .block_section_list:hover .block_name_section_list {
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: 10px;
    z-index: 999;
    background: white;
}
.blocks_section_list .block_section_list.service_item:hover .block_name_section_list {
	text-align: center;
	font-size: 14px;
	height: 30px;
	position: relative;
}
.article ul.links_licenzii_tab, .article ul.summen{
	display: none;
}
.article ul.summen.collapse.in {
    display: block;
}
@media (min-width: 1890px){
	/*.article .block_licenzii_tab ul.links_licenzii_tab{display: block !important;}*/
	.big_version.block_licenzii_tab{
		 position: fixed;
		 left: 0;
		 top: 32%;
	}
	.big_version .blocks_tab_nav button{padding-right: 40px;}
	.normal_version{display: none;}
	
	.article .block_licenzii_tab .links_licenzii_tab {
		display: block !important;
	}	
}
@media (max-width: 1889px){
	.big_version{
		display: none;
	}
	.normal_version.block_licenzii_tab {
		position: fixed;
		top: 47%;
		left: 0;
	}
	.normal_version.block_licenzii_tab nav{
		overflow-y: auto;
		background: #8c251f;
	}
	.normal_version.block_licenzii_tab{
		z-index: 999;
	}
	.licenzii_page{
		position:initial;
	}
	.main_licenzii_page{
		position:relative;
	}
	.article .block_licenzii_tab ul.links_licenzii_tab.collapse.in{
		 display: block;
		 padding: 0 !important;
		 height: auto;
		 max-height: 350px;
	}	
}
/**/
.map-contact{margin-bottom: 20px;}
.info-wrap{float: right; width: 50%; /*margin-left: 50%;*/ padding-left: 20px;}
.info-wrap p{margin: 0 0 0 20px;}
.map-contact > ymaps{width: 50% !important; padding-left: 15px; padding-right: 15px;}
.map-contact > iframe{width: 50% !important; padding-left: 15px; padding-right: 15px;}
/*.article p{text-align: left;}*/
/*.article img{max-width: 100%; margin-bottom: 24px;}*/
img[alt="map"]{
	max-width: 100%; margin-bottom: 24px;
}
@media (min-width: 550px) and (max-width: 991px){
	.blocks_section_list .block_section_list {
		 width: 23%;
		 padding: 15px;
		 text-decoration: none;
	}
	.blocks_section_list .block_section_list.service_item{
		width: 48%;
	}
}
@media (min-width: 550px) and (max-width: 767px){
	.lic_block.catalog_licenzii .lic_inner {
		float: left;
		width: 50%;
		margin: 0;
		padding: 10px;
		margin-bottom: 20px;
	}
	.link_forms .close{
		display: flex;
		align-items: normal;
		justify-content: center;
	}
}
@media (max-width: 959px){
.map-contact{margin-bottom: 0;}
.info-wrap{width: 100%; float: none; margin: 0;}
.map-contact > ymaps{max-width: 100%; width: 100% !important; height: 300px !important; margin-top: 14px}
.map-contact > iframe{max-width: 100%; width: 100% !important; height: 300px !important; margin-top: 14px}
}
@media (max-width: 549px){
	.blocks_section_list .block_section_list {
		 width: 33%;
		 padding: 15px;
		 text-decoration: none;
	}
	.blocks_section_list .block_section_list.service_item{
		width: 90%;
	}	
	.lic_block.catalog_licenzii .lic_inner {
		float: initial;
		width: 100%;
		margin: 0;
		padding: 10px;	
		margin-bottom: 20px;		
	}
	.lic_block.catalog_licenzii .lic_name,
	.lic_block.catalog_licenzii .lic_about,
	.lic_block.catalog_licenzii .lic_price,
	.lic_block.catalog_licenzii .lic_gifts,
	.lic_block.catalog_licenzii .lic_gifts{
		height: auto;
	}
	.lic_block.catalog_licenzii .gradient_name{
		display: none;
	}
	.link_forms .close{
		display: flex;
		align-items: normal;
		justify-content: center;
	}
}
ul.links_licenzii_tab li{
	margin-bottom: 0 !important;
}

#cookie_notification {
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 900px;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background-color: #c13a33;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgb(0 0 0 / 40%);
	 z-index: 999;
}

#cookie_notification p {
    margin: 0;
    font-size: initial;
    text-align: left;
    color: white;
}

.cookie_accept {
	 margin: 0 0 0 25px;
	 padding: 6px 20px;
	 text-transform: uppercase;
	 background: #c13a33;
	 border: 2px solid #ffffff;
	 box-shadow: 0 2px 8px rgb(0 0 0 / 14%);
	 border-radius: 3px;
	 text-decoration: none;
	 font-size: 16px;
	 font-weight: bold;
	 color: #ffffff;
	 transition: background .3s ease 0s;
}

@media (min-width: 576px){
	#cookie_notification.show {
		 display: flex !important;
	}
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}




/******************************/
.bxst-section-cnt {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.bxst-prices-table {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.bxst-prices-table_full-width {
    width: 100%;
    box-sizing: border-box;
}
.bxst-prices-table .bxst-prices-table-arrow {
    display: none;
    flex: 1 0 100%;
    justify-content: flex-end;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
	 margin-bottom: 20px;
}
.bxst-prices-table .bxst-prices-table-arrow-next, .bxst-prices-table .bxst-prices-table-arrow-prew {
    position: relative;
    width: 9px;
    height: 20px;
    margin: 0 30px;
    font-size: 0;
}
.bxst-prices-table .bxst-prices-table-arrow-prew {
    transform: rotate(180deg);
}

.bxst-prices-table .bxst-prices-table-outer {
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 100%;
    position: relative;
}
.bxst-prices-table .bxst-prices-table-inner {
    width: 100%;
    box-sizing: border-box;
}
.bxst-prices-table .bxst-prices-table-row {
    display: flex;
    justify-content: space-between;
    flex: 1 0 100%;
}
.bxst-prices-table .bxst-prices-table-sidebar {
    flex: 1 0 100%;
    max-width: 265px;
    text-align: left;
}
.bxst-prices-table .bxst-prices-table-sidebar, .bxst-prices-table .bxst-prices-table-body {
    display: flex;
    flex-direction: row;
}
.bxst-prices-table .bxst-prices-table-title {
    padding: 27px 5px 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}
.bxst-prices-table .bxst-prices-table-row-border:first-child .bxst-prices-table-body {
    border-top: 2px solid #dee2e6;
    border-radius: 8px 8px 0 0;
}

.bxst-prices-table .bxst-prices-table-row-border .bxst-prices-table-body {
    border-left: 2px solid #dee2e6;
    border-right: 2px solid #dee2e6;
}
.bxst-prices-table .bxst-prices-table-body {
    width: 100%;
    flex: 1 0 calc(100% - 265px);
    box-sizing: border-box;
}
.bxst-prices-table .bxst-prices-table-sidebar, .bxst-prices-table .bxst-prices-table-body {
    display: flex;
    flex-direction: row;
}
.bxst-prices-table .bxst-prices-table-row-head .bxst-prices-table-body .bxst-prices-table-item {
    align-items: flex-start;
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
    min-width: 120px;
    box-sizing: border-box;
}
.bxst-prices-table .bxst-prices-table-item {
    flex: 1 0 0;
    text-align: center;
}
.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-item-bordered {
    margin: 5px 20px 0;
    border-top: 1px solid #dee2e6;
}
.bxst-prices-table .bxst-prices-table-row {
    display: flex;
    justify-content: space-between;
    flex: 1 0 100%;
}
.bxst-prices-table .bxst-prices-table-sidebar {
    flex: 1 0 100%;
    /*max-width: 265px;*/
	 max-width: 200px;
    text-align: left;
}

.bxst-prices-table .bxst-prices-table-sidebar, .bxst-prices-table .bxst-prices-table-body {
    display: flex;
    flex-direction: row;
}
.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 0;
    text-transform: uppercase;
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-title {
    color: #adb5bd;
    font-size: 16px;
    letter-spacing: 1px;
}
.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-users:before {
    background: url(/images/icon-user.svg) no-repeat;
    background-size: contain;
}
.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-icon:before {
    content: '';
    display: block;
    width: 24px;
    height: 22px;
    margin-right: 8px;
}
.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sub-description {
    margin: 0 0 10px;
    padding: 0 55px 0 30px;
    color: #adb5bd;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0;
    text-transform: none;
}
.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price-outer {
    padding: 23px 0 30px;
}
.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price {
    flex: 1;
    padding: 5px 0 5px;
    font-size:24px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    text-decoration: none;
	 display: none;
}
.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price.active{
	display: block;
}
.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price__message {
    padding: 5px 0;
    color: #adb5bd;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}
.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price__message_link {
    color: #c13a33;
}
.bxst-section a {
    transition: all 0.2s ease-in-out;
}
.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-extra:before {
    background: url(/images/icon2.svg) no-repeat;
    background-size: contain;
}
.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-list {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.bxst-prices-table .bxst-prices-table-body .bxst-extra-list-item.success {
    color: #262626;
}
.bxst-prices-table .bxst-prices-table-body .bxst-extra-list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
}
.bxst-prices-table .bxst-prices-table-body .bxst-extra-list-item.success:after {
    content: '';
    display: block;
    margin-left: 5px;
    width: 11px;
    height: 15px;
    background: url(/images/icon-checked.svg) no-repeat;
}
.bxst-prices-table .bxst-prices-table-sidebar-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.bxst-prices-table .bxst-prices-table-sidebar-column-item {
    margin: 18px 25px 0 0;
    box-sizing: border-box;
}
.bx-ui-button.bx-ui-button_primary {
    background-color: #00aeef;
    color: #fff;
}
.bx-ui-button.bx-ui-button_lg {
    padding: 16px 24px;
}
.bxst-section a {
    transition: all 0.2s ease-in-out;
}
.bx-ui-button.bx-ui-button_border, .bx-ui-button.bx-ui-button_primary-border, .bx-ui-button.bx-ui-button_primary-border_dark, .bx-ui-button.bx-ui-button_success-border, .bx-ui-button.bx-ui-button_warning-border, .bx-ui-button.bx-ui-button_danger-border {
    background-color: rgba(0,0,0,0);
    border: 2px solid;
}
.bx-ui-button {
    display: inline-block;
    position: relative;
    padding: 12px 20px;
    border: none;
    border-radius: 30px;
    background-color: #dee2e6;
    color: #262626;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    font-style: inherit;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
}
.bxst-prices-table .bxst-prices-table-row-border:last-child .bxst-prices-table-body {
    border-bottom: 2px solid #dee2e6;
    border-radius: 0 0 8px 8px;
}
.bxst-prices-table .bxst-prices-table-row-border .bxst-prices-table-body {
    border-left: 2px solid #dee2e6;
    border-right: 2px solid #dee2e6;
}
.bxst-prices-table .bxst-prices-table-body {
    width: 100%;
    flex: 1 0 calc(100% - 265px);
    box-sizing: border-box;
}
.bxst-prices-table .bxst-prices-table-sidebar, .bxst-prices-table .bxst-prices-table-body {
    display: flex;
    flex-direction: row;
}
.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy-position {
    padding: 0 18px;
}
.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy {
    flex: 1;
    padding: 18px;
}
.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy .bx-ui-button {
	display: block;
	flex: 1;
	/*padding-left: 10px;*/
	/*padding-right: 10px;*/
	font-weight: bold;
	background-color: #c13a33;
	color: #fff;
	border: 2px solid #fff;
	text-decoration: none;
	border-radius: 6px;
	padding-left: 5px;
   padding-right: 5px;
	font-size: 12px;
}
.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy .bx-ui-button:hover{
	border: 2px solid #C13A33;
	color: #C13A33;
	background: white;
}
.bx-ui-button.bx-ui-button_success_dark {
    background-color: #bdf300;
    color: #262626;
    font-weight: 700;
}
.bx-ui-button.bx-ui-button_lg {
    padding: 16px 24px;
}
.bxst-features-table-section {
    padding-bottom: 100px;
}
.bxst-section-cnt {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.bxst-features-table .bxst-features-table-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 33px 30px 24px;
    background-color: #e9ecef;
    border-radius: 5px;
}
.bxst-features-table .bxst-features-table-title {
	font-size: 24px;
	display: flex;
	align-items: center;
}


.bxst-features-table .bxst-features-table-description {
    font-size: 14px;
}


.bxst-features-table .bxst-features-table-section-section {
    border-bottom: 1px solid #dee2e6;
}
.bxst-features-table .bxst-features-table-section-row {
    display: flex;
    align-items: center;
    padding: 24px 30px 28px 30px;
    box-sizing: border-box;
}
.bxst-features-table .bxst-features-table-section-sidebar_no-restriction {
    max-width: none;
}

.bxst-features-table .bxst-features-table-section-sidebar {
    flex: 1;
    /*max-width: 360px;*/
	 /*max-width: 245px;*/
	max-width: 180px;
}
.bxst-features-table .bxst-features-table-section-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}
.bxst-features-table .bxst-features-table-section-title {
    cursor: pointer;
}

.bxst-features-table .bxst-features-table-title {
    font-size: 24px;
}
.bxst-features-table .bxst-features-table-title, .bxst-features-table .bxst-features-table-description {
    color: #262626;
    font-weight: 400;
    line-height: 1.5;
}
.bxst-features-table .bxst-features-table-title-icon {
    display: inline-block;
    flex: 0 0 10px;
    position: relative;
    width: 10px;
    height: 9px;
    margin: 0 23px 0 7px;
    font-size: 0;
}
.bxst-features-table .bxst-features-table-title-icon:before {
    left: 0;
    transform: rotate(45deg);
}
.bxst-features-table .bxst-features-table-title-icon:before, .bxst-features-table .bxst-features-table-title-icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    background: #c13a33;
    border-radius: 5px;
}
.bxst-features-table .bxst-features-table-title-icon:after {
    right: 0;
    transform: rotate(-45deg);
}

.bxst-features-table .section-hidden .bxst-features-table-title-icon:before {
    transform: rotate(-45deg);
}
.bxst-features-table .bxst-features-table-title-icon:before {
    left: 0;
    transform: rotate(45deg);
}
.bxst-features-table .section-hidden .bxst-features-table-title-icon:after {
    transform: rotate(45deg);
}
.bxst-features-table .bxst-features-table-title-icon:after {
    right: 0;
    transform: rotate(-45deg);
}

.bxst-features-table .bxst-features-table-section-row.subsection-hidden {
    display: none;
}
.bxst-features-table .bxst-features-table-section-subsection {
    padding-left: 30px;
    padding-right: 30px;
    background-color: #e9ecef;
}
.bxst-features-table .bxst-features-table-section-row {
    display: flex;
    align-items: center;
    padding: 24px 30px 28px 30px;
    box-sizing: border-box;
}
.bxst-features-table .bxst-features-table-section-subsection .bxst-features-table-section-sidebar .bxst-features-table-title {
    color: #262626;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}

.bxst-features-table .bxst-prices-table-features-icon.checked {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/images/icon-check.svg) no-repeat;
}
.bxst-prices-table .bxst-prices-table-sidebar-column-item .bx-ui-button {
	text-decoration: none;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	font-weight: bold;
	background-color: #c13a33;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 6px;
}
.bxst-prices-table .bxst-prices-table-sidebar-column-item .bx-ui-button:hover{
	border: 2px solid #C13A33;
	color: #C13A33;
	background: white;
}
.bx-ui-button.bx-ui-button_primary-border {
    color: #00aeef;
}
.bx-ui-button.bx-ui-button_border, .bx-ui-button.bx-ui-button_primary-border, .bx-ui-button.bx-ui-button_primary-border_dark, .bx-ui-button.bx-ui-button_success-border, .bx-ui-button.bx-ui-button_warning-border, .bx-ui-button.bx-ui-button_danger-border {
    background-color: rgba(0,0,0,0);
    border: 2px solid;
}
.bx-ui-button.bx-ui-button_lg {
    padding: 16px 24px;
}
.bx-ui-button.bx-ui-button_primary-border {
    color: #00aeef;
}
.bx-ui-button.bx-ui-button_border, .bx-ui-button.bx-ui-button_primary-border, .bx-ui-button.bx-ui-button_primary-border_dark, .bx-ui-button.bx-ui-button_success-border, .bx-ui-button.bx-ui-button_warning-border, .bx-ui-button.bx-ui-button_danger-border {
    background-color: transparent;
    border: 2px solid;
}
.my-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}
.bxst-features-table .bxst-features-table-section-item {
    display: flex;
    justify-content: center;
    flex: 1;
    font-size: 16px;
    text-align: center;
}
.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users, .bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-value {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-count {
    padding: 5px 10px;
    border: 2px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
}
.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-count.active {
    border: 2px solid #c13a33;
    border-radius: 30px;
}
.bxst-prices-table .bxst-prices-table-arrow-next:before, 
.bxst-prices-table .bxst-prices-table-arrow-prew:before {
    top: 0;
    transform: rotate(45deg);
}
.bxst-prices-table .bxst-prices-table-arrow-next:after, .bxst-prices-table .bxst-prices-table-arrow-prew:after {
    bottom: 0;
    transform: rotate(-45deg);
}
.bxst-prices-table .bxst-prices-table-arrow-next:before, 
.bxst-prices-table .bxst-prices-table-arrow-next:after, 
.bxst-prices-table .bxst-prices-table-arrow-prew:before, 
.bxst-prices-table .bxst-prices-table-arrow-prew:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    background: #dee2e6;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}
.bxst-prices-table-sidebar-inner{
	width: 100%;
}
@media (max-width: 992px){
	.bxst-prices-table .bxst-prices-table-arrow {
		 display: flex;
	}
	.bxst-prices-table:not(.bxst-prices-table-detail) {
		overflow-x: auto;
	}
	.bxst-prices-table .bxst-prices-table-inner {
		padding-top: 20px;
		font-size: 14px;
	}
	.bxst-prices-table-main .bxst-prices-table-sidebar {
		 z-index: 2;
	}
	.bxst-prices-table .bxst-prices-table-sidebar {
		position: -webkit-sticky;
		position: sticky;
		flex: 0;
		min-width: 250px;
		left: 0;
		background: #fff;
		border-right: 2px solid #dee2e6;
		z-index: 2;
	}
	.bxst-prices-table .bxst-prices-table-title {
		font-size: 18px;
	}
	.bxst-prices-table .bxst-prices-table-body {
		width: 100%;
		box-sizing: border-box;
		flex: 1 0 100%;
		z-index: 1;
		border-right: none;
	}
	.bxst-prices-table .bxst-prices-table-row-border:first-child .bxst-prices-table-body, 
	.bxst-prices-table .bxst-prices-table-row-border:last-child .bxst-prices-table-body {
		 border-radius: 0;
		 border-left: none;
	}
	.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-title {
		 font-size: 12px;
	}
	.bxst-prices-table .bxst-prices-table-sidebar+.bxst-prices-table-body {
		 border-left: none;
		 border-right: none;
	}	
	.bxst-features-table-section{
		display: none;
	}
}
.through_price{
	color: gray;
	font-weight: bold;
	text-decoration: line-through;
	font-size: 14px;
}


.lic_price_ch_det{
	display:none;
}

.lic_price_ch_det:nth-child(2){
	display: block;
}
.licenzii_catalog_element .product-item-detail-tab-link:after{
	background: #c13a33;
}
.licenzii_catalog_element .product-item-detail-tab-link{
	color: #c13a33;
}
.licenzii_catalog_element .product-item-detail-pay-block .ya-share2{
	position: absolute;
}
.licenzii_catalog_element .product-item-detail-pay-block .ya-share2__container_size_s {
    font-size: 12px;
    width: max-content;
}
.licenzii_catalog_element .product-item-detail-pay-block .ya-share2 ul{
	padding-left: 0 !important;
}
.licenzii_catalog_element .product-item-detail-properties{
	display: grid;
	overflow: hidden;
	margin: 0;
	max-width: 560px;
	color: #000000;
	font-size: initial;
	justify-items: start;
	align-items: center;
   font-size: 20px;	
}
.licenzii_catalog_element .product-item-detail-properties dt{
	float: initial;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.product-licenzii-tab-link span{
	text-transform: uppercase;
}
.licenzii_catalog_element .product-item-detail-properties dd{
    float: initial;
}
.licenzii_catalog_element .product-item-detail-info-container .btn-form-det{
	margin-top: 20px;
}
.licenzii_catalog_element .product-item-detail-slider-image.active{
	z-index: 1;
}
.licenzii_catalog_element .product-item-detail-info-container-title{
	font-size: 16px;
	font-weight: bold;	
}
.licenzii_catalog_element .product-item-scu-item-text{
	font-size: 14px;
	line-height: normal;
	padding: 4px 2px;
}

.moduli_name{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
}
.moduli_text{
	margin-left: 10px;
}
.detail_name_block{
	font-weight: bold;
	font-size: 16px;
	color: #da3737;
}
.detail_text_block{
	margin-bottom: 20px;
}
.sravnenie_item{
	color: #c13a33;
	text-decoration: none !important;
	font-weight: bold;	
}
.licenzii_catalog_element .product-item-detail-info-container{
	margin-bottom: 10px;
}
.licenzii_catalog_element .product-item-detail-slider-images-container{
	cursor: pointer;
}

.licenzii_catalog_element .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 30px !important;
    width: 30px !important;
    background-size: 20px 20px !important;
}
.licenzii_h2{
	text-align: center !important;
}
#myModalImg .modal-header{
	padding: 0;
	border-bottom: 0;	
}
#myModalImg .modal-dialog{
	width: fit-content;
}
#myModalImg .modal-body {
    position: relative;
    padding: 30px 60px;
}
#myModalImg .modal-header .close {
	margin-top: 0;
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 40px;
	font-weight: normal;
	z-index: 999;
}
#myModalImg .modal-content{
	border-radius: 0;
}
#myModalImg {
	top: 18%;
}
.visible_page{
	background: #c13a33 !important;
}
/********form_detal********/
.link_forms_detal .modal-content{
	max-width: 500px;
	margin: 0 auto;
}
.link_forms_detal .modal-body{
	position: relative;
	padding: 20px 40px;
}
.link_forms_detal .close{
	width: 28px;
	height: 28px;
	border-radius: 100%;
	cursor: pointer;
	z-index: 25;
	background-color: #e09d9a;
	color: white;
	font-size: 22px;
	opacity: 1;
	font-weight: 100;
	font-family: auto;
	margin-top: 0;
}
.link_forms_detal .close:hover{
	background-color: #c03a34;
}
.link_forms_detal .modal-title{
	color: #000;
	letter-spacing: .6px;
	margin-bottom: 0;
	font: 700 24px/33px "Helvetica Neue",Helvetica,Arial,sans-serif;
	word-break: break-word;
	text-align: center;
}
.link_forms_detal input[type="text"]{
	margin-bottom: 20px;
	border-radius: 4px;
	height: 52px;
	width: 100%;
	padding: 0 20px;
	letter-spacing: -0.3px;
	border: 1px solid #cdcdcd;
}
.link_forms_detal textarea{
	margin-bottom: 20px;
	border-radius: 4px;
	height: 104px;
	min-height: 52px;
	width: 100%;
	padding: 0 20px;
	letter-spacing: -0.3px;
	border: 1px solid #cdcdcd;
	padding-top: 20px;
}

.link_forms_detal input[type="text"]:focus, .link_forms_detal textarea:focus{
   background: #fff;
   border-color:#c03a34;
	outline: #c03a34;
}
.link_forms_detal label.form-control-container{
	width: 100%;
	font-size: 11px;
	line-height: normal;
	cursor: pointer;
	font-weight: normal;
	margin-bottom: 20px;
}
.link_forms_detal .form-btn{
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	margin: 0;
	min-height: 52px;
	width: 100%;
	border: 0;
	border-radius: 4px;
	font: 600 15px/22px var(--b24-font-family);
	box-sizing: border-box;
	box-shadow: -1px -1px 1px rgb(0 0 0 / 9%);
	outline: 0;
	cursor: pointer;
	color: white;
	transition: all .2s ease;
	background: #c03a34;
}
.link_forms_detal .form-control-required{
	color: red;	
}
.link_forms_detal .form-btn:hover, .link_forms_detal .form-btn:focus{
	background: #c03a34b3;
}
.link_forms_detal .sales_button{
	text-align: center;
	text-decoration: none;
	margin-top: 20px;
}
.link_forms_detal .license-response{margin: 8px 0;}
.link_forms_detal .license-response p{color: red; margin: 0;}
.link_forms_detal .lic_price{
	margin-top: 5px;
}
@media (min-width: 550px) and (max-width: 767px){
	.link_forms_detal .close{
		display: flex;
		align-items: normal;
		justify-content: center;
	}
}

@media (max-width: 549px){
	.link_forms_detal .close{
		display: flex;
		align-items: normal;
		justify-content: center;
	}
}
.product-item-detail-buy-button.btn-form-link{
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-item-detail-buy-button.btn{
	float: initial !important;
}
.lic_about_date{
    margin-top: 10px;
    font-size: 14px;
    overflow: hidden;
    height: 0px;
}
.polz_count_date{
    border: 1px solid #c13a33;
    border-radius: 4px;
    width: 130px;
    height: 32px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 6px;	
}
.polz_count_date_detal{
    border: 1px solid #c13a33;
    border-radius: 4px;
    width: 130px;
    height: 32px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 6px;	
}
.catalog_licenzii .lic_inner:hover .lic_about_date{
    height: 100%;
    overflow: initial;
}
.moduli_block{
	display: flex;
	flex-wrap: wrap;
	font-size: 20px;
	color: #000;
}
.bx_item_detail_rating .bx_stars_bg{
	z-index: 1;
}
.licenzii_catalog_element .lic_about_date{
	height: 32px;
	margin-bottom: 30px;
}
.licenzii_catalog_element .polz_count_date{
	width: 100%;
}
.licenzii_catalog_element .polz_count_date_detal{
	width: 100%;
}
.big_text_block .bxst-features-table-section-sidebar{
	max-width: 500px;
}
.sale-order-list-container .sale-order-list-button{
	padding: 10px 30px;
	text-transform: uppercase;
	
	border: 2px solid #C13A33;
	box-shadow: 0 2px 8px rgb(0 0 0 / 14%);
	border-radius: 3px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background: #C13A33;
	color: white;	
	transition: background .3s ease 0s;
	width: 150px;
	display: block;
	margin: 0 auto;
	max-width: initial;
	height: auto;
	font: var(--ui-font-weight-bold) 16px/16px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.sale-order-list-container .sale-order-list-button:hover{
	color: #C13A33;
	background: white;
}
.sale-personal-section-index-block.bx-theme-blue {
    background: #c13a33;
    opacity: 1;
}
.block_price_detal_full{
	display: flex;
	align-items: center;	
}
.block_price_detal_text{
	color: #d0021b;
	white-space: nowrap;
	font-weight: var(--ui-font-weight-bold);
	font-size: 26px;
	line-height: 33px;
	transition: font-size 200ms ease;
	margin-right: 10px;	
}
.product-item-detail-price-current{
	font-size: 26px !important;
}

.product-item-scu-item-text-container[value="0"] {
   display: none;
}
.product-item-scu-item-list.polz_count_date{
	margin: 0 0 0 0px;
}
.product-item-scu-item-list.polz_count_date_detal{
	margin: 0 0 0 0px;
}
.basket-item-price-difference{
	background: #c13a33;
	color: #ffffff;	
}
.basket-coupon-block-total-price-difference{
	background: #c13a33;
	color: #ffffff;	
}
.bx-red .basket-item-label-text span, .bx-red .basket-item-label-ring{
    background-color: #c13a33;	
}
.bx-red .product-item-label-text span, .bx-red .product-item-label-ring {
    background-color: #c13a33;
	 display: none;
}
div[data-entity="main-button-container"]{
	margin-top: 10px;
}
.img_basket{
	box-shadow: inset 2px 2px 3px #cecece;
	border: none;
	background: #fff;
	border-radius: 50%;
	width: 39px;
	height: 39px;
	position: relative;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}
.bx-basket.bx-opener{
	display: flex;	
}
.img_basket svg{
	position: absolute;
	top: 7px;
	right: 8px;	
}
.img_basket svg path{
	fill: #c13a33;	
}

.profil_basket{
	display: inline-block;	
}
.bx-basket-block.basket_block_new{
	position: relative;
	padding-bottom: 0;
	padding-left: 0;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}
.quanity_basket{
	position: absolute;
	background: #ffffff;
	border-radius: 50%;
	color: #c13a33;
	width: 15px;
	height: 15px;
	text-align: center;
	right: 3px;
	border: 1px solid;
	top: 4px;
}
.popup-window-buttons .btn {
	padding: 7px 14px;
	text-transform: uppercase;
	background: white !important;
	border: 2px solid #C13A33 !important;
	box-shadow: 0 2px 8px rgb(0 0 0 / 14%);
	border-radius: 3px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #C13A33 !important;
	transition: background .3s ease 0s;	
}
.popup-window-buttons .btn:hover {
    background: #C13A33 !important;
    color: white !important;
}
.product-item-container.hover {
    z-index: 17;
    height: 550px !important;
}

.catalog_licenzii .product-item-container.hover .product-item {
    -webkit-animation: none !important;
}
#myModalImg .modal-body img{
	max-width: 400px;
}
.sections_div_button{
	display: grid;
	margin-top: 2px;
}
.sections_div_button a{
	background: #c13a33;
	border: none;
	outline: none;
	color: white;
	font-size: 22px;
	padding: 8px 15px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.25);
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;	
}
.full_price_block{
	font-size: 24px;
	font-weight: bold;
	color: #d8021b;	
}
.full_price_block_section{
	color: #C13A33;
	font-weight: bold;
	font-size: 14px;
	display: none;
}
.catalog_licenzii .lic_inner:hover .full_price_block_section{
	display: block;
}
.mob_list{
	display: none;
}
@media (max-width: 767px){
	.mob-none{
		display: none;
	}
	.mob_list{
		display: block;
	}	
}

.product-item-container.services_inner.hover{
	max-height: 550px !important;
	height: auto !important;
}
.prop_lic{
	color: #C13A33;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
.text-center{
	text-align: center !important;
}
.article h2.text-center{
	font-size: 20px !important;
}
.basket_svg{
	position: absolute;
	top: 3px;	
}
@media (max-width: 1300px){
	ul.top_control_btns li img {
		width: 30px;
		height: 30px;
	}
	.bx-basket-block.basket_block_new {
		 width: 30px;
		 height: 30px;
	}	
	ul.top_control_btns li img.basket_svg{
		width: 21px;
		height: 21px;
		background: white;
		position: absolute;
		top: 7px;
		left: 4px;		
	}
	.icon-ny img{
		max-width: initial;
		padding: initial;
		font-size: initial;
		margin-top: -2px;
	}
	ul.top_control_btns {
		 padding: 9px 0 8px;
	}
	.img_basket {
		 width: 30px;
		 height: 30px;
	}	
	.img_basket svg {
		 top: 7px;
		 right: 9px;
	}	
	.quanity_basket {
		 width: 15px;
		 height: 15px;
		 right: -2px;
		 top: 0;
	}
	.img_basket svg {
		width:20px;
		height: auto;
	}
}
@media (max-width: 959px){
	.bx-basket-block.basket_block_new {
		width: auto;
		height: auto;
	}	
	.img_basket{
		box-shadow: none;
	}	
	.icon-ny img{
		max-width: 39px;
		padding: 5px;
		font-size: 12px;
		margin-top: -2px;
	}
	.img_basket {
		 width: 39px;
		 height: 37px;
	}
	.img_basket svg {
		 position: absolute;
		 top: 7px;
		 right: 8px;
	}
	.quanity_basket {
		 position: absolute;
		 background: #ffffff;
		 border-radius: 50%;
		 color: #c13a33;
		 width: 15px;
		 height: 15px;
		 text-align: center;
		 right: 3px;
		 border: 1px solid;
		 top: 4px;
	}
	.img_basket svg {
		 width: auto;
		 height: auto;
	}
	.margin-right-10{
		margin-right: 10px;
	}
	.top-white-line button{
		z-index: 999;
	}
}
@media (max-width: 400px){
	.top-white-line button {
		 right: 20px;
	}	
}
.doplist-unstyled{
	display: none;
}
.dopsubsection{
	position: relative;
	min-width: 250px;
}
.doplist-unstyled{
	top: -2px;
	left: 100%;
	padding: 0;
	min-width: 250px;
}
.bx-breadcrumb2 {
    position: relative;
    margin: 20px 0px 0px 0px;
}
.bx-breadcrumb2 .bx-breadcrumb-item {
    float: left;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 10px;
    text-transform: lowercase;
}
.bx-breadcrumb2 .bx-breadcrumb-item a {
    border-bottom: none;
    color: #A81E68;
}
.bx-breadcrumb2 .bx-breadcrumb-item {
    float: left;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 10px;
    text-transform: lowercase;
}
.bx-breadcrumb2 i {
    color: #b5bdc2;
    margin-right: 5px;
}
.bx-breadcrumb2 i {
    color: #b5bdc2;
    margin-right: 5px;
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9";
    font-size: 16px;
}
.pseudo_nav_chain_list {
    position: absolute;
    top: 21px;
    left: 2px;
    z-index: 10000;
    display: none;
    border-radius: 0;
    overflow: hidden;
    background: #fff;
    transition: all .25s ease-out;
}
.pseudo_nav_chain_list a {
    display: block;
    padding: 3px 15px;
    width: auto;
	min-width: 300px;
    font-size: 14px;
    color: #c13a33 !important;
    background: #fff;
    text-transform: lowercase;
}

.bx-breadcrumb2 .bx-breadcrumb-item a {
    border-bottom: none;
    color: #A81E68;
}
.pseudo_nav_chain_list a:nth-child(1) {
    padding-top: 15px;
}
.pseudo_nav_chain_list a:nth-child(1) {
    padding-top: 15px;
}
.list-inline .li_razdel:hover .pseudo_nav_chain_list {
    display: block;
    box-shadow: 0px 1px 13px #999;
}
.li_razdel{
	position: relative;
}
.sale-order-link, .sale-order-history-link{
    color: #c13a33;	
}
.sale-order-list-title-container {
    background: rgb(193 58 51);
}
.sale-order-list-title, .sale-order-list-accomplished-title{
	color: #ffffff;
}
.sale-order-list-shipment-button, .sale-order-list-repeat-link, .sale-order-list-cancel-link, .sale-order-list-about-link, .sale-order-list-change-payment{
	color: #c13a33;
}
.sale-order-list-repeat-link:before{
	background: none;
}
.sale-order-list-cancel-link {
    display: inline-block;
    color: #9b9b9b;
}
.sale-order-payment-change-pp-company-graf-container{
	border: 2px solid #edbec4
}
.sale-order-payment-change-pp-company-smalltitle{
	color: #c13a33;
}
.sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container{
	border-color: #c13a33;
}
.sale-order-list-accomplished-title-container {
    background: #c13a33;
}
.sale-order-list-accomplished-date {
    color: #ffffff;
}
.sale-order-list-accomplished-date-number {
    color: #fff;
}
.sale-order-detail-general {
    border: 1px solid #c13a33;
}
.sale-order-detail-general-head {
    background: #c13a33;
}
.sale-order-detail-about-order-inner-container-repeat-button{
	background: #c13a33;
	border: 2px solid #c13a33;
	height: auto;
	text-decoration: none !important;
	font-size: 16px;
	text-transform: uppercase;
}
.sale-order-detail-about-order-inner-container-repeat-button:hover, 
.sale-order-detail-payment-options-methods-button-element.active-button:hover, 
.sale-order-detail-payment-options-methods-button-element-new-window:hover{
	color: #c13a33;
	background: #ffffff;	
}
.sale-order-detail-payment-options-methods-button-element, .sale-order-detail-payment-options-methods-button-element-new-window{
	background: #c13a33;
	border: 2px solid #c13a33;
	height: auto;
	text-decoration: none !important;
	font-size: 16px;
	text-transform: uppercase;
}
.sale-order-detail-about-order-inner-container-list-item-link{
	color: #c13a33;
}
.sale-order-detail-about-order-inner-container-name-read-less, .sale-order-detail-about-order-inner-container-name-read-more, .sale-order-list-cancel-payment{
	border-bottom: 1px dashed #c13a33;
}
.sale-order-detail-about-order-inner-container-name-read-less:after, .sale-order-detail-hide-link:after{
	content: none;
}
.sale-order-detail-about-order-inner-container-name-read-more:after, .sale-order-detail-payment-options-methods-info-change-link:after, .sale-order-detail-show-link:after {
    content: none;
}
.sale-order-detail-show-link, .sale-order-detail-hide-link, .sale-order-detail-payment-options-methods-info-change-link{
	border-bottom: 1px dashed #c13a33;
}
.sale-order-detail-about-order-inner-container-name-read-less, .sale-order-detail-about-order-inner-container-name-read-more, .sale-order-list-cancel-payment{
	text-decoration: none !important;
}
.sale-order-detail-show-link, .sale-order-detail-hide-link, .sale-order-detail-payment-options-methods-info-change-link{
	text-decoration: none !important;
}
.catalog_licenzii .lic_name{
    text-transform: uppercase;
    outline: none;	
}
.detail_picture{
	object-fit: cover;
	display: block;
	width: 100%;	
}
.zagl_block_marcet_podpiska{
	margin: 10px 0 30px;
	text-align: center;
	display: block;
	width: 100%;
}
a:focus {
    outline: none !important;
    outline-offset: initial !important;
}
.detail_sect h3 {
    font-size: 24px;
    font-family: arial black, arial;
    text-transform: uppercase;
	margin-top: 50px;
}
.consult a:hover,
.consult a:focus{
	color: #da3737;
}
.product-item-container .product-item-info-container[data-entity="quantity-block"]{
	display: none !important;
}
.licenzii_catalog_element h3 {
    margin-bottom: 10px;
    font-weight: var(--ui-font-weight-bold);
    font-size: 18px;
}
.licenzii_catalog_element h2{
	font-size: 20px;
}
.licenzii_catalog_element h1{
    font-size: 26px;	
}
.article p {
    margin-bottom: 10px;
    text-align: justify;
    text-indent: 16px;
}
.form_full_open{
	font-weight: bold;
	text-align: left;
	font-size: 24px;
}

.max_logo {
    font-size: 30px !important;
    display: flex !important;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    line-height: normal !important;
}
.max_logo img {
    width: 35px;
}
@media screen and (max-width: 550px) {
	.max_logo{
		line-height: normal !important;
	}
	.max_logo img{
		width: 35px;	
	}	
}