

/* Start:/bitrix/templates/.default/components/bitrix/catalog/Catalog_sinner3d/style.css?164986273822985*/
.catalog_filter_left {
	float:left;
	width:18.7%;
}
.wrap_section {
	width:80%;
	float:right;
	clear:right;
}
.width_200px {
	width:200px;
}
.width_250px {
	width:250px;
}
.top_plash {
	background:#f1f2f5;
	border:1px solid #ebebec;
	border-radius:5px;
	overflow:hidden;
	height:40px;
	margin-bottom:15px;
}
.top_plash .title_text {	
	font-size:12px;
	color:#444648;
	text-shadow:1px 1px 1px #fff;
	line-height: 40px;
}
.top_plash .value_sort {
	list-style:none;
	margin:0;
	padding:0;
	margin-top:7px;
	margin-left:29px;
}
.top_plash .value_sort li {
	float:left;
}
.top_plash .value_sort li.active {
	background:#444648;
	border-radius:3px;
}
.top_plash .value_sort li.active .arrow_down {
	display: inline-block;	
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 7px solid #fff;
	position:absolute;
	left:9px;
	top:10px;
}
.top_plash .value_sort li.active .arrow_up {
	display: inline-block;	
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 7px solid #fff;
	position:absolute;
	left:9px;
	top:10px;
	margin-right:5px;
}
.top_plash .value_sort li a {
	display:block;
	color: #444648;
	text-shadow: 1px 1px 1px #fff;
	font-size:12px;
	padding: 5px 10px 5px 24px;
	text-decoration:none;
	position:relative;
}
.top_plash .value_sort li.active a {
	color:#fff;
	text-shadow:none;
	
}

.top_plash .sort_plash {
	padding-left:13px;
	margin-right: 20%;
}
.view_catalog {
	overflow:hidden;
	margin-right:18px;
}
.view_catalog a {
	float:left;
	width:20px;
	height:18px;
	background:url(/bitrix/templates/.default/components/bitrix/catalog/Catalog_sinner3d/images/sprite_sort.png) no-repeat;
	display:block;
	margin-right:12px;
	margin-top:12px;
}
.view_catalog  .title_text {
	margin-right:18px;
}
.view_catalog a.table {
	background-position:-20px 0;	
}
.view_catalog a.table_active {
	background-position:-20px -18px;
}
.view_catalog a.pic_list {
	background-position:0 0;
}
.view_catalog a.pic_list_active {
	background-position:0 -18px;
}
.view_catalog a.cells {
	background-position:-40px 0;
}
.view_catalog a.cells_active {
	background-position:-40px -18px;
}
@media (max-width:959px){
	.catalog_filter_left {
		display:none;
	}
	.wrap_section {
		width:100%;
		float:none;
	}
}
.full_size {
	width:100%;
}
.catalog_filter_top {
	width:100%;
	background:#eee;
	color:#5a5a5a;
	font-family:Arial,sans-serif;
	text-transform:uppercase;
	font-size:14px;
	height:35px;
	margin-bottom:20px;
	position:relative;
	z-index:20;
}
.wrap_section .search_model {
	float:left;
	padding-left:16px;
	margin-top:10px;
	
}
.wrap_section .sort {
	float:left;
	margin-top: 5px;
	padding-left:15%;
}
.wrap_section .view_catalog {
	float:left;
	margin-left:25%;
	margin-top:10px;
}
.wrap_section .view_catalog a{
	display:inline-block;
	width:17px;
	height:15px;
	background-image:url(/bitrix/templates/.default/components/bitrix/catalog/Catalog_sinner3d/images/sprite_sort.png);
}
.wrap_section .view_catalog a.cells {
	background-position:top right;
}
.wrap_section .view_catalog a.cells_active {
	background-position:bottom right;
}
.wrap_section .view_catalog a.list {
	background-position:top left;
}
.wrap_section .view_catalog a.list_active {
	background-position:bottom left;
}
.wrap_section .view_catalog .line_view{
	display:inline-block;
	height:15px;
	background:#b1b1b1;
	margin:0 7px 0 8px;
	width:1px;
}
.wrap_section .sort .sort_dropdown {
	border-radius:0 0 3px 3px;
	display: none;
	position: absolute;
	width: 163px;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #d5d5d5;
	background: #fff;
	border-top: 0;	
	top:25px;	
}
.wrap_section .sort .sort_dropdown li {
	padding-left:15px;
	border-bottom: 1px solid #eee;
	padding-top: 3px;
	padding-bottom: 3px;
}
.wrap_section .sort .sort_dropdown li:last-child {
	border-bottom:0;
}
.wrap_section .sort .sort_dropdown a {
	color:#5a5a5a;
	text-decoration:none;
}
.wrap_section .sort .sort_dropdown li:hover a{
	text-decoration:underline;
	color:#cf9f33;
}
.wrap_section .sort .active_sort {
	position:relative;
	cursor:pointer;
	display:inline-block;
	margin-left:9px;
	height:24px;
	width:148px;	
}
.wrap_section .sort .active_sort_bg {	
	position:relative;
	border:1px solid #d5d5d5;
	z-index:10;
	height:24px;
	width:148px;
	line-height: 25px;
	border-radius:3px;	
	padding-left:15px;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 1%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 1%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}
.wrap_section .sort .active_sort span.arrow_sort{
	width: 9px;
	position: absolute;
	right: 9px;
	height: 24px;
	background: url(/bitrix/templates/.default/components/bitrix/catalog/Catalog_sinner3d/images/arrow_sort.png) no-repeat;
	display: inline-block;
}
.wrap_section .sort .active_sort:hover .sort_dropdown{
	display:block;
}
.catalog_filter_top .count_filter {
	float:right;
	margin-right:25px;
	margin-top:10px;
}
.catalog_filter_top .count_filter span.title {
	padding-right:5px;
}
.catalog_filter_top .count_filter a {
	text-decoration:none;
	color:#5a5a5a;
	padding:5px;
}
.catalog_filter_top .count_filter a.active, .catalog_filter_top .count_filter a:hover{
	text-decoration:underline;
}
@media all and (max-width:1230px){
	.title_text {
		display:none;
	}
	.top_plash .value_sort {
		margin-left:5px;
	}
	.top_plash .sort_plash {
		margin-right: 7%;
		padding-left:0;
	}
}
@media all and (max-width:900px){
	.top_plash .sort_plash {
		margin-right: 2%;
		padding-left:0;
	}
}
@media all and (max-width:645px){
	.top_plash .sort_plash {
		margin-right: 0%;
		padding-left:0;
	}
}
/*bitrix*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}	
}
@media (max-width:768px){
	#ajax_compare {
		display:none;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}
}
.b24-web-form-popup-btn-2 {
	    border-radius: 4px;

    background: linear-gradient(180deg, #e0e0e0, #e0e0e0);
border-top:1px solid rgba(42,48,60,.19);
border-left:1px solid rgba(42,48,60,.19);
border-right:1px solid rgba(42,48,60,.19);   
border-bottom:1px solid rgba(42,48,60,.19);
    display: block;
   
    font-size: 14px;
    padding: 5px;
    text-align: center;
	cursor: pointer;}
	
	.b24-web-form-popup-btn-8 {
     background: linear-gradient(to bottom, #3390da 0%,#06559c 99%);
	border-radius: 4px;
    background-color: #3592dc; 
border-bottom:1px solid #031d3f; 
    display: block; 
    color: #fff !important;
    font-size: 14px;
    padding: 5px;
    text-align: center;
	cursor: pointer;}
.buttons-right .b24-web-form-popup-btn-6, .ui-tabs .b24-web-form-popup-btn-6{
	border-radius: 4px;
		background: linear-gradient(180deg, #e0e0e0, #e0e0e0);
		border-top:1px solid rgba(42,48,60,.19);
		border-left:1px solid rgba(42,48,60,.19);
		border-right:1px solid rgba(42,48,60,.19);   
		border-bottom:1px solid rgba(42,48,60,.19);
		display: block;
		font-size: 14px;
		padding: 5px;
		text-align: center;
		cursor: pointer;
		color: inherit;
}



.b24-web-form-popup-btn-2:hover{ background: linear-gradient(0deg, #ffffff, #ffffff);}
.b24-web-form-popup-btn-8:hover {    background: linear-gradient(to bottom, #3592dc 0%,#1668b3 100%);}
.b24-web-form-popup-btn-6:hover {    background: linear-gradient(0deg, #ffffff, #ffffff);
		color: inherit;}

.content .answer3:last-child {margin-bottom:0px; }
/*раскрывающаеся вкладка */
.FAQ_SPOLLER 
.content {
    box-shadow: 0 0px 5px 0 rgba(42, 48, 60, 0.5) inset;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 15px;
	
}
.FAQ_SPOLLER label {
        background-color: #fff;
    background-clip: border-box;
    border: 1px solid #2174b8;
    border-radius: .25rem;
    padding: 10px 15px 10px 10px;
	display: block;
	box-shadow: 0 0px 5px 0 #2174b8;
}
.FAQ_SPOLLER label .fa{
	margin-right: 5px;
    border-right: 1px solid #666;
    padding-right: 10px;
    padding-left: 3px;
    font-size: 16px;
}

.show,
.hide {
    border-bottom: 1px dashed;
    cursor: pointer;
}
.spoiler-trigger,.spoiler-trigger:hover
	{
    text-decoration: none;
    color: #000000;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    padding: 4px 7px;
    border: 1px solid #bbbbbb;
    border-bottom-color: #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.5), 0 0 2px rgba(255,255,255,.15) inset, 0 1px 0 rgba(255,255,255,.15) inset;
    background: #cfd1cf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#cfd1cf));
    background-image: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: -webkit-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: -o-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f5f5f5, #e5e5e5);
    background-image: linear-gradient(top, #f5f5f5, #e5e5e5);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#f5f5f5', endColorstr='#cfd1cf');
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;

}
.spoiler-trigger.active{
	/*background-image: */
}
.spoiler-trigger>span{
	border-bottom: 1px dashed #337AB7;
	padding:0 3px;
}
.spoiler-trigger:hover>span{
	border-bottom-style: solid;
}
.spoiler-block{
	
    display: none;
    margin-top: 20px;
    padding: 30px;
    border: 1px dashed #000;

}
.hide,
.content {
    display: none;
}

.spoiler_controler {
    display: none;
}

.spoiler_controler:checked + label .show {
    display: none;
}

.spoiler_controler:checked + label .hide {
    display: inline;
}
.spoiler_controler:checked ~ .content {
    display: block;
}




.workarea_wrap h1.header_grey {font-weight: bold;}

.enjoy-kar img {
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
}
.ui-tabs-panel { padding-left:10px; padding-right:10px;}
.full_name
{
        font-weight: normal;
    margin-bottom: 20px;
    /* padding-bottom: 15px; */
    display: block;
    padding-top: 5px;
    border-top: 2px solid #337AB7;
}
h3.full_name
{
        font-weight: normal;
    margin-bottom: 20px;
    /* padding-bottom: 15px; */
    display: block;
    padding-top: 5px;
    font-size: 20px;
    border-top: none;
}
.element_view{display: block;
    max-width: 100%;
    overflow: hidden;
    border-radius: 3px;
	margin-bottom: 10px;}
	.element_view img {
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
}
.element_view:hover {
    -webkit-box-shadow: 0px 5px 7px 0 rgba(110,127,134,.44);
    box-shadow: 0px 5px 7px 0 rgba(110,127,134,.44);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}
/*оформление вопрос ответ*/
.question {
		font-weight: bold;
		margin-left: 50px;
		-webkit-box-shadow: -2px 0 5px -5px rgba(0, 0, 0, 0.57), -9px 0 12px -8px rgba(0, 0, 0, 0.33);
		box-shadow: -2px 0 5px -5px rgba(0, 0, 0, 0.57), -9px 0 12px -8px rgba(0, 0, 0, 0.33);
	}
	
	.answer {
		margin-right: 50px;
		-webkit-box-shadow: 2px 0 5px -5px rgba(0, 0, 0, 0.57), 9px 0 12px -8px rgba(0, 0, 0, 0.33);
		box-shadow: 2px 0 5px -5px rgba(0, 0, 0, 0.57), 9px 0 12px -8px rgba(0, 0, 0, 0.33);
	}
	
	.question,
	.answer {
		padding: 10px;
		display: block;
		position: relative;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	
	.question:after {
		content: "\f128";
		font-family: Font Awesome 5 Free;
		font-weight: normal;
		font-style: normal;
		text-decoration: inherit;
		position: absolute;
		left: -30px;
		top: 35%;
		font-size: xx-large;
	}
	
	.answer:before {
		content: "\f12a";
		font-family: Font Awesome 5 Free;
		font-weight: normal;
		font-style: normal;
		text-decoration: inherit;
		position: absolute;
		right: -30px;
		top: 35%;
		font-size: xx-large;
	}
	
	
	
	.questions, .answers {
		margin-left: 50px;		
		padding: 10px;
		display: block;
		position: relative;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	.questions {
		font-weight: bold;
		-webkit-box-shadow: -2px 0 5px -5px rgba(0, 0, 0, 0.57), -9px 0 12px -8px rgba(0, 0, 0, 0.33);
		box-shadow: -2px 0 5px -5px rgba(0, 0, 0, 0.57), -9px 0 12px -8px rgba(0, 0, 0, 0.33);
	}
	
	.questions:after {
		content: "\f128";
		font-family: Font Awesome 5 Free;
		font-weight: normal;
		font-style: normal;
		text-decoration: inherit;
		position: absolute;
		left: -30px;
		top: 35%;
		font-size: xx-large;
	}
	
	.answers {
		   box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.27);
    margin-left: 50px;
    border-radius: 3px;
    margin-top: 10px;
	}
	.answers:before {
	    display: block;
    content: "";
    margin-top: -17px;
    margin-left: 35px;
    width: 14px;
    height: 14px;
    background-color: #fafafa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    /* border-top: 0; */}
	
	.question2 {border-left:2px solid #E87D7D; margin-bottom: 10px;font-weight: bold;}
	.answer2 {border-left:2px solid #5C83AC;}
	.question2, .answer2  {
		
		margin-left: 50px;		
		padding: 5px 10px;
		display: block;
		position: relative;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	
	.question2:after {
		color:#E87D7D;
		content: "\f128";
		font-family: Font Awesome 5 Free;
		font-weight: normal;
		font-style: normal;
		text-decoration: inherit;
		position: absolute;
		left: -30px;
		top: 35%;
		font-size: xx-large;
	}
	
	.answer2:before {color:#5C83AC;
		content: "\f12a";
		font-family: Font Awesome 5 Free;
		font-weight: normal;
		font-style: normal;
		text-decoration: inherit;
		position: absolute;
		left: -30px;
		top: 35%;
		font-size: xx-large;
	}
	
	.question3 {
		font-weight: bold;}
		
	
	.answer3, .question3  {
		font-size:14px;
		margin-left: 50px;
		-webkit-box-shadow: -2px 0 5px -5px rgba(0, 0, 0, 0.57), -9px 0 12px -8px rgba(0, 0, 0, 0.33);
		box-shadow: -2px 0 5px -5px rgba(0, 0, 0, 0.57), -9px 0 12px -8px rgba(0, 0, 0, 0.33);
	}
	
	
	.question3,
	.answer3 {
		padding: 10px;
		display: block;
		position: relative;
		-webkit-border-radius: 0;
		border-radius: 0;
		
	}.answer3 {
	margin-bottom:30px;}

	.question3 .fa-question {
		color:#E87D7D;
		left: -30px;
		top: 35%;
		    font-size: 25px;position: absolute;
	}
	
	.answer3 .fa-exclamation {
		color:#5C83AC;		
		position: absolute; 
		left: -25px;
		top: 35%;
		    font-size: 25px;
	}
.item_description h2 {overflow: hidden; display: block;  position: relative; border-bottom: 1px solid #337AB7; font-weight: bold;
    padding: 10px 0;}
	.dannyh_1C .row {margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;}
.event {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 20px;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #0199d9;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,0.3) ;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.3) ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
     display: block;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;    
        font-size: 16px;
    margin-bottom: -10px;
}
.event p{    margin-bottom: 0;}
.event a{color:#FFF;}
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}

.bg-gradient2 {
background: #C9D6FF;
background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF); 
background: linear-gradient(to right, #E2E2E2, #C9D6FF);
} 
ul li {
  margin-bottom:1rem;
}
.pricing-divider {
border-radius: 5px;
background: #C64545;
padding: 0.5em 0 3em;
position: relative; 
}
.red b {
  color:#C64545
}
.pricing-divider b {
  color:#C64545
}


.grey .pricing-divider{
background: #626262; 
}
.grey b{
  color:#626262
}

.black .pricing-divider{
	background: #363636}
.black b{
  color:#363636
}

.orange .pricing-divider{
background: #FF5700; 
}
.orange b{
  color:#FF5700
}

.blue .pricing-divider{
background: #2D5772; 
}
.blue b {
  color:#2D5772
}

.green .pricing-divider {
background: #1AA85C; 
}
.green b {
  color:#1AA85C
}



.pricing-divider-img {
	position: absolute;	
	left: 0;
	width: 100%;
	height: 80px;
}
.deco-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.btn-custom  {
  background:#C64545; color:#fff; border-radius:20px
}

.img-float {
  width:50px; position:absolute;top:-3.5rem;right:1rem
}

.princing-item {
	text-align: center;
	margin-bottom:15px;
  transition: all 150ms ease-out;
}
.princing-item:hover {
  transform: scale(1.05);
}
.princing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.princing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}
.display-2 {
    font-size: 2rem !important;  
}
.card-body{border-radius: 0 0 5px 5px;}
.pricing-divider .text-light{font-size: 2em;
    text-decoration: blink;}
	
.list-unstyled  li {
    margin-bottom: 0.5rem;
}
.list-unstyled  li b{
    font-size:14px;
}
.list-unstyled { font-size:12px;}

.table-product2 {font-size:12px; margin-left:5px; margin-right:5px;}
.table-product2 tr,.table-first tr{ height:30px;border-bottom: 1px solid #8080803b;}
.table-first { font-size:12px;}
.fs-2em { font-size:1.5em; font-weight:bold;}
.fs-2em span {text-decoration: line-through;
    font-size: 0.7em;
    color: #666;}
.table-product2 tr { text-align:center;}
.flex-container {
display: -webkit-flex; 
-webkit-flex-wrap: wrap;
display: flex;
flex-wrap: no-wrap;
margin-bottom:20px;
}
.flex-container table {
  flex-grow: 1;
}
.table-first-element{    background: rgba(128,128,128,.23);
    border-radius: 3px;}
	
.flex-container table tr .btn-normal { margin:5px;}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.element/landing_free_sinner3d/style.css?175222623541743*/
.sec-background-gray{
	background-color: #ededed;
}

/*СТИЛИ ДЛЯ ТАРИФОВ. ПОТОМ ПЕРЕНСТИ И УДАЛИТЬ ЛИШНИЕ и ВЫКЛЮЧИТЬ !IMPORTANT*/
.catalog_list{
	border-bottom: 1px solid #8b8b8b;
}
div.catalog_list:last-child{
	border-bottom: none !important;
}
.group-tariff .name_product a{
	color: white !important;
}
.show, .hide{
	border-bottom: none !important;
}
.min_img .bg{
	padding: 40px !important;
	background-color: lightgray;
}
li.min_img {
	list-style: none !important;
}
/*СТИЛИ ДЛЯ ТАРИФОВ. ПОТОМ ПЕРЕНСТИ И УДАЛИТЬ ЛИШНИЕ и ВЫКЛЮЧИТЬ !IMPORTANT*/

.item_description h2, .item_description span.h2, .item_description h3{
	margin-top: 30px;
}

.btn-check-head, .btn-call1-head{
	background-color: white;
	color: #112046 !important;
	height: 26px;
	padding: 0 0.75rem !important;
	vertical-align: unset !important;
}
.btn-check-head {
	margin-right: 5px;
}
@media screen and (max-width:1400px) {
	.spn-btn-callb-head	{
		display: none;
	}	
}
@media screen and (max-width:590px) {
	.btn-check-head	{
		display: none !important;
	}	
}

.list_tarif_e{
	min-height: 70px;
}

.name_el_wrap, .price_el_wrap, .enjoy-kar{
	align-content: center;
}

.breadcrumb-navigation {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.vstavka-top-test, .vstavka-top, .logo-i-anons, .dop-h2, .full_name_wrap, .group-tariff, .advantages-c, .svvo-reestr, .versii-mod, .main-description {
	padding-left: 8px;
	padding-right: 8px;
}

.svvo-reestr-title{
	font-size: 32px;
	color: white !important;
}

.prop-svvo-reestr{
	border: 5px solid #343a40;
}

h1.header_grey{
	display: none;
}
.bg-dark-ms h1{
	font-size: 35px !important;
	color: white !important;
	text-align: justify;
}
.bg-dark-ms {
	padding: 10px 25px;
	background-color: #112046;
}
.anons-top{
	padding: 0 25px;
	text-align: justify;
}
.h1-and-anons ul li{
	margin-bottom: 0;
}
.h1-and-anons p, .h1-and-anons ul{
	margin-bottom: 0.5rem;
}
.dop-h2{
	padding: 5px 8px;
}
.dop-h2 h2{
	font-weight: normal;
	font-size: 16pt;
	border-bottom: none;
}
.vstavka-top-free-test{
	font-size: 14px;
}
.logo-i-anons{
	border-bottom-right-radius: 70px;
	border-bottom-left-radius: 70px;
	background-color: white;
}
.full_name_wrap{
    border-top: 1px solid black;
}
.full_name_new{
	font-weight: normal;
    margin-bottom: 20px;
    display: block;
    padding-top: 20px;
    font-size: 20px;
}
.block-last-update{
	background-color: #112046;
	color: white;
	padding: 15px;
}
.block-last-update p{
	margin-bottom: 0px;
	font-size: 1.1rem;;
}
.btn-go2history-ver{
	background-color: white;
	color: black;
	border-radius: unset !important;
}
.group-tariff{
	border: 1px solid black;
	border-radius: 0;
}
.tarif-btn button{
	background-color: white;
    border: 1px solid black;
    border-radius: 0;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-size: 1.15rem;
}
.tarif-btn button:not(:last-child){
	margin-right: 15px;
}
.tarif-btn button:hover, .tarif-btn button:active, .tarif-btn button:focus, .tarif-btn button[aria-expanded = 'true']{
	background-color: #000;
	color: white;
}
.tarifi-group input[type=checkbox] {
	position: relative;
	cursor: pointer;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
}
.input-trf[type=checkbox]{
	width: 45px;
	height: 45px;
}
.input-trf[type=checkbox]:before {
	content: "";
	display: block;
	position: absolute;
	width: 45px;
	height: 45px;
	border: 1px solid black;
	background-color: white;
	cursor: pointer;
}
.input-trf[type=checkbox]:checked:after {
	content: url(/images/icons/check-solid.svg);
	display: block;
	width: 35px;
	height: 35px;
	position: relative;
	cursor: pointer;
	margin: 3px 0 0 3px;
}
.price-tarif-group{
	font-size: 22px;
	font-weight: bold;
}

.btn-tarif-podr{
	border-radius: 0;
	margin-bottom: 25px;
}

.collapse-tarif-all, #desc-tarifi-all{
	padding-left: 5px;
}

.free-perenos{
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
}
.free-perenos-title{
	font-size: 32px;
	color: white !important;
}
.prop-free-perenos {
	border: 5px solid #343a40;
}
.btn-free-perenos{
	border: 2px solid #112046;
	color: white;
	background-color: #112046;
	margin-left: 5px;
	padding: 15px 30px;
	font-size: 1.25rem;
	line-height: 1.5rem;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-fixed-header-md{
	display: none;
	position: fixed;
	justify-content: center;
	z-index: 10001;
}
.btn-add2cart-fixed, .btn-buy1click-fixed{
	padding: 0.3rem 10px;
	font-size: 1.2rem;
	cursor: pointer;
	line-height: 1.5rem;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-add2cart-fixed{
	background-color: white;
	color: #112046;
	border: 2px solid #112046;
}
.btn-buy1click-fixed{
	background-color: #112046;
	color: white !important;
	border: 2px solid #112046;
}
.btn-add2cart-fixed, .btn-buy1click-fixed{
	width: 48%;
}
.btn-buy1click-fixed:hover{
	background-color: white;
	color: #112046 !important;
}
.btn-add2cart-fixed:hover{
	background-color: #112046;
	color: white !important;
}

@media screen and (min-width:2250px) {
	.btn-fixed-header-md{
		flex-direction: row !important;
	}
	.btn-add2cart-fixed{
		margin-right: 10px;
		margin-bottom: 0 !important;
	}
}

@media screen and (min-width:1700px) {
	.btn-fixed-header-md{
		display: flex !important;
		flex-direction: column;
		width: auto;
		top: 210px;
		left: 40px;
	}
	.btn-fixed-header-1{
		top: 100px !important;
	}
	.btn-add2cart-fixed, .btn-buy1click-fixed{
		width: 100%;
		/*writing-mode: vertical-lr;
    	letter-spacing: 2px;
		font-weight: bold;*/
	}
	.btn-add2cart-fixed{
		margin-bottom: 10px;
	}
	a.btn-check-head, a.btn-call1-head{
		display: none;
	}
}

.btn-add2cart, .btn-orange{
	background-color: #112046;
	color: white;
    border-radius: 0 !important;
}

.btn-add2cart{
	display: block;
}
.btn-cart-quick-buy .btn-buyfiz{
	display: inline-flex;
	align-items: center;
}

.fbox-wrap {
	border: 5px solid #112046;
}
.fbox-wrap .fancybox-inner{
	overflow: auto !important;
}
.modal-buy1cl-title{
	text-align: center;
	font-size: 36px;
	color: #112046;
}
#modal-buy-one-click{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 100%;
	justify-content: space-evenly;
}
.row-modal-buy1cl{
	flex-direction: row;
	align-items: center;
	display: flex;
	justify-content: space-evenly;
	height: auto;
}
.row-modal-buy1cl .d-flex{
	flex-direction: column;
	align-items: center;
	padding: 10px 15px 0 15px;
	border: 3px solid #112046;
	background-color: lightgrey;
}
.row-modal-buy1cl .d-flex span{
	text-decoration: underline;
	font-weight: bold;
	color: #5e5e5e;
}
.row-modal-buy1cl .d-flex span:hover{
	color: #212529;
}
.row-modal-buy1cl .d-flex span, .row-modal-buy1cl .d-flex img{
	cursor: pointer;
}
.row-modal-buy1cl .d-flex img{
	padding: 15px;
}
@media screen and (max-width:576px) {
	.svvo-reestr-title{
		font-size: 24px;
	}
	.row-modal-buy1cl .d-flex{
		padding-left: 5px;
		padding-right: 5px;
		max-width: 49%;
	}
	.modal-buy1cl-title{
		font-size: 26px;
	}
	.row-modal-buy1cl .d-flex span{
		font-size: 0.7rem;
	}
}

.pochemu-ms-prod ul {
	border: 3px solid #112046;
	border-radius: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
}
.btn-pochemu-ms {
	border: 2px solid #112046 !important;
    background-color: #112046;
    color: white;
    border-radius: 0 !important;
    padding: 0.75rem 1.5rem !important;
    font-size: 1.25rem !important;
    text-transform: uppercase;
    display: block !important;
    text-align: center !important;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out !important;
}

.list4b-new-2024 li{
	font-size: 32px !important;
	padding-left: 64px !important;
}
.list4b-new-2024 li:after{
	width: 60px !important;
	height: 60px !important;
}
.list4b-new-2024 .cik:before{
	line-height: 46px !important;
	width: 60px !important;
	font-size: 30px !important;
}
.list4b-btnliketext{
	border: 0px;
	padding: 0px 0px;
	text-decoration: none;
	color: #1d6eb1;
	background: none;
}
.advantages-btn{
	border: 2px solid #112046 !important;
	background-color: #112046;
    color: white;
    border-radius: 0 !important;
	padding: 0.75rem 1.5rem !important;
    font-size: 1.25rem !important;
	text-transform: uppercase;
    display: block !important;
	margin: 0 auto;
    text-align: center !important;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}
.advantages-btn:hover{
	background-color: white;
    color: #112046;
}

.video-demo-play{
	position: relative;
}
.video-demo-play .play-video-youtube{
	max-width: 96px;
	position: absolute;
	top: 38%;
	left: 45%;
	border-radius: 28px;
	padding: 12px;
	opacity: 0;
	animation: ani-play 2s linear;
	animation-iteration-count: infinite;
}
@keyframes ani-play {
	0% {opacity: 0;}
	100% {opacity: 0.75;}
}
.flex-video {
	position: relative;
	padding-top: 56.25%;
}
.flex-video iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	border: none;
}

.accordion-versii{
	color: white;
	cursor: pointer;
	display: block;
	padding: 15px;
	font-size: 18pt;
}
.accordion-body-versii{
	border: 5px solid #343a40;
	padding: 10px;
	display: block;
	visibility: visible;
}
.accord-versii{
	height: 400px;
    overflow-y: scroll;
}
.accordion-versii::before{
	margin: auto 50px auto 0;
	content: "";
	background: url(/images/icons/chevron-up-solid-white.svg);
	width: 25px;
	height: 25px;
	/*position: absolute;
	right: 70px;
	top: 20px;*/
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.active-accordion-versii::before{
	margin: auto 50px auto 0;
	content: "";
	background: url(/images/icons/chevron-down-solid-white.svg);
	width: 25px;
	height: 25px;
	/*position: absolute;
	right: 70px;
	top: 20px;*/
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
}

/*faqs*/
.faq_block .title {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 25px;
	color: black;
}
.faq_block .one_faq {
	margin-bottom:30px;
}
.faq_block .title_question_faq {	
	font-size: 13px;
	font-weight: bold;
	color: black;
	margin-right: 10px;
}
.faq_block .question_faq {			
	color: black;
}
.faq_block .arrow_faq {	
	width: 31px;
	height: 16px;	
	background: url(/images/ugol.png) no-repeat;
	margin-left: 7px;
	margin-top:2px;
}
.faq_block .answer_faq {
	padding: 20px;
	background: #f1f2f5;
	margin: 22px 0;
	position: relative;
	border-radius: 12px;
	margin:0;
	font-size: 13px;
	color:#636363;
}
.send_question {
	display:block;
	font-weight:bold;
	text-decoration:none;	
	font-family: Arial,sans-serif;
	height: 36px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	margin-top: 20px;
	border-left: 1px solid #1280c3;
	border-right: 1px solid #167aa7;
	border-top: 1px solid #23b9f9;
	border-bottom: 1px solid #044680;
	background: #1b8fc0;
	background: -moz-linear-gradient(top, #1b8fc0 0%, #05539a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b8fc0), color-stop(100%,#05539a));
	background: -webkit-linear-gradient(top, #1b8fc0 0%,#05539a 100%);
	background: -o-linear-gradient(top, #1b8fc0 0%,#05539a 100%);
	background: -ms-linear-gradient(top, #1b8fc0 0%,#05539a 100%);
	background: linear-gradient(to bottom, #1b8fc0 0%,#05539a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b8fc0', endColorstr='#05539a',GradientType=0 );
	max-width:196px;
	text-align:center;
	border-radius: 3px;
	cursor:pointer;
}
.send_question:hover {
	color:#fff;
	background: #1b8fc0;
	background: -moz-linear-gradient(top, #1b8fc0 0%, #0781b2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b8fc0), color-stop(100%,#0781b2));
	background: -webkit-linear-gradient(top, #1b8fc0 0%,#0781b2 100%);
	background: -o-linear-gradient(top, #1b8fc0 0%,#0781b2 100%);
	background: -ms-linear-gradient(top, #1b8fc0 0%,#0781b2 100%);
	background: linear-gradient(to bottom, #1b8fc0 0%,#0781b2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b8fc0', endColorstr='#0781b2',GradientType=0 );
}

.vopros-faq, .otvet-faq{
	padding: 0 10px;
	display: block;
	position: relative;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-left: 50px;
}
span.question-faq{
	font-weight: bold;
}
.otvet-faq .fa-exclamation{
	color: #5C83AC;
	position: absolute;
	left: -25px;
	top: 40%;
	font-size: 30px;
}
.vopros-faq .fa-question{
	color: #E87D7D;
	left: -30px;
	top: 0;
	font-size: 25px;
	position: absolute;
}


.left-side-content{
	margin-top: 30px;
	margin-right: 15px;
}
.soderzhanie{
	box-shadow: 0 0px 5px 0 rgba(42, 48, 60, 0.5);
    -webkit-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -moz-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -o-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	border-radius: 2px;
}
.soderzhanie ol.left-content{
	margin: 10px 0 0 1em;
	padding: 5px;
}

.soderzhanie ol.left-content li{
	margin: 0;
	padding: 0;
	font-size: 0.8rem;
}
.soderzhanie ol.left-content li::marker{
	color: #FFC107;
	font-weight: bold;
}
.table-content{
	padding: 5px !important;
	font-size: 0.85rem;
}
.table-content li{
	margin-bottom: 0 !important;
	padding: 0 !important;
}

.slider_more_photo .slide{
	padding: 30px;
	background-color: lightgray;
}
.slider-mph-next, .slider-mph-prev{
	background-color: lightgray;
	text-align: center;
}
.slider-mph-next{
	margin-top: 10px;
}
.slider-mph-prev{
	margin-bottom: 10px;
}
.slider-mph-prev a{
	content: "";
	background: url(/images/icons/chevron-up-solid.svg);
	width: 100%;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;

}
.slider-mph-next a{
	content: "";
	background: url(/images/icons/chevron-down-solid.svg);
	width: 100%;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
}

.hiden{display:none;
	visibility:hidden;}

.item_buttons_counter_block .one_click_buy {
	display:block;
	width:100%;
	text-align:center;
	color:#444648;
	text-decoration:none;
}
.item_buttons_counter_block .one_click_buy span{
	border-bottom:1px dotted #444648;
}
.item_buttons_counter_block .one_click_buy span:hover {
	color: #1363a8;
	border-bottom:1px dotted #1363a8;
}
/* Item SET */

.bx_rb .header_grey{
	font-size:21px;
	color:#444648;
	font-weight:normal;
	margin-bottom:15px;
}
.bx_rb .item_description .bx_item_description {
	font-size:12px;
	color:#444648;
	margin-bottom:30px;
}
.left_aside {
	width:77%;
	float:left;
}
.right_aside {
	float:right;
	width:18%;
}

#tabs-5 ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}
#tabs-5 ul li {
    padding: 7px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    border-left: 10px solid #b7b7b7;
    transition: 0.3s all linear;
    box-shadow: 0 0px 5px 0 rgb(42 48 60 / 50%);
    -webkit-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
#tabs-5 ul li:nth-child(2n) {
    border-color: #e9e9e9;
}

.left_value {
	float:left;	
	/*border-bottom:1px solid #fff;*/
}

@media (max-width:800px) {
	.right_aside {
		display:none;
	}
	.left_aside {
		width:100%;
	}
}

/*Vstavka-top. begin*/
.vstavka-top table{
    width: 100%;
} 
.vstavka-top table td{
    text-align: center;
    vertical-align: middle;
    width: 33%;
}
.vstavka-top img.vstavka-top-img-20{
    width: 20%;
}
a.decoration-none{
    text-decoration: none;
}
.img-5-star{
    max-width: 50%;
}
/*Vstavka-top. end*/

/*Vstavka-end. start*/
.leftimg {
    float: left;
    /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0;
    /* Отступы вокруг картинки */
}

.rightimg {
    float: right;
    /* Выравнивание по правому краю  */
    margin: 7px 0 7px 7px;
    /* Отступы вокруг картинки */
}
/*Vstavka-end. end*/

div.view-list {
	width: 100%;	
}
div.view-header {
	height: 20px;
	text-align: center;	
	margin-bottom:10px;
}
div.view-item {
	text-align: center;
	margin-bottom: 10px;
}
.view-list .img_see {
	width:58px;
	float:left;
	text-align:center;
}
.view-list .right_see {
	float: right;
	width: 60%;
}
.view-list .one_see {
	margin-bottom:15px;
}
.view-list .header_grey {
	margin-bottom: 15px;
}
.view-list .price_see {
	font-size:14px;
	font-weight:bold;
}
.view-list .name_see {
	height:36px;
	overflow:hidden;
}

#tabs-3 .enjoy-kar img{ width:100%;}

/*новые стили*/
@charset "utf-8";
/* CSS Document */


/*detail_img*/
.img_block .big_img {
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 100%;
	background: #fff;
	text-align: center;
}
.img_block .big_img .bx_bigimages_aligner {
	display: block;
    position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
.img_block .big_img .bx_bigimages_aligner img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	text-align: center;
}

.img_block  .slide {
	position: relative;	
	margin: 0;
	width: 100%;
	max-width:306px;
	margin: 0 auto;
	margin-top:5px;
}
.img_block  ul.img_slider {
	list-style:none;
	margin:0;
	padding:0;	
	white-space: nowrap;
}
.img_block  ul.img_slider li {
	width: 33.33%;	
	position: relative;
	display: block;
	float: left;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.img_block  .cnt {
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 4px;
	left: 2px;
	display: block;
	overflow: hidden;
	border: 1px solid #dfdfdf;
	background: #fff;
	border-radius: 2px;
}
.img_block  .cnt.active {
	border: 1px solid #006cc0;
}
.img_block  .cnt .cnt_item {
	position: absolute;
	top: 6%;
	right: 6%;
	bottom: 6%;
	left: 6%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center;
}/**/

.img_block  .nbs-flexisel-container {
   position:relative;   
	margin:0 auto;	
}
.img_block  .nbs-flexisel-ul {
	position:relative;
	width:9999px;
	margin:0px;
	padding:0px;
	list-style-type:none;   
	text-align:center;  
}

.img_block  .nbs-flexisel-inner {
   overflow:hidden; 
}

.img_block  .nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
}
.img_block  .nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}

/*вкладки*/
.catalog_border #tabs .ui-tabs-nav {
	width:100%;
	list-style:none;
	padding:0;
	margin-bottom:20px;	    
	position: absolute;
    top: -41px;
    margin-left: -15px;
}
@media (max-width:1024px) {
	.catalog_border #tabs .ui-tabs-nav{
		width:100%;
		list-style:none;
		padding:0;
		margin-bottom:20px;	    
		position:relative;
		top: 0px;
		margin-left: 0px;
	}
	.catalog_border #tabs .ui-tabs-nav li  {
	   width: 50%; border-radius: 3px !important;
	}
}

.catalog_border #tabs .ui-tabs-nav:before,
.catalog_border #tabs .ui-tabs-nav:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.catalog_border #tabs .ui-tabs-nav li:first-child {
	border-left: 1px solid #ccc9c9;
	}
.catalog_border #tabs .ui-tabs-nav li {
	float:left;
	padding:0;
	outline:0;
	border-top: 1px solid  rgba(42,48,60,.19);
    border-right: 1px solid rgba(42,48,60,.19);
    border-radius: 3px 3px 0 0; 
    box-shadow: 0px -1px 3px 0px rgba(42,48,60,.19) inset;
    margin-left: 0px;
}
.catalog_border #tabs .ui-tabs-nav li.ui-tabs-active {
	border-radius: 3px 3px 0px 0px;box-shadow: 0 0px 5px 0 rgba(42, 48, 60, 0.5);
	border-left: 1px solid #06559c;
	color: #fff;
	background: #3390da;
	background: -moz-linear-gradient(top, #3390da 0%, #06559c 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3390da), color-stop(99%,#06559c));
	background: -webkit-linear-gradient(top, #3390da 0%,#06559c 99%);
	background: -o-linear-gradient(top, #3390da 0%,#06559c 99%);
	background: -ms-linear-gradient(top, #3390da 0%,#06559c 99%);
	background: linear-gradient(to bottom, #3390da 0%,#06559c 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3390da', endColorstr='#06559c',GradientType=0 );
}
.catalog_border #tabs .ui-tabs-nav li.ui-tabs-active a,
.catalog_border #tabs .ui-tabs-nav li.ui-tabs-active a:hover {
	color:#fff;
	border-bottom:0;
	outline:0;
}
.catalog_border #tabs .ui-tabs-nav li a {
	color:#444648;
	font-size:14px;
	text-decoration:none;
	    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
}
.catalog_border #tabs .ui-tabs-nav li a:hover {
	color:#1d6eb1;	 
}


.ui-state-default {
    background-color: #e0e0e0;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjEwMCUiIHgyPSIwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNkMWQxZDEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjUxIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%,color-stop(0, #e2e2e2),color-stop(0.51, #d1d1d1),color-stop(1, #fefefe));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(bottom,#e2e2e2 0%,#d1d1d1 51%,#fefefe 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to top,#e2e2e2 0%,#d1d1d1 51%,#fefefe 100%);
    background-image: -ms-repeating-linear-gradient(bottom,#e2e2e2 0%,#d1d1d1 51%,#fefefe 100%);font-weight:bold;
}
 
/* IE8- CSS hack */
@media \0screen\,screen\9 {
    .ui-state-default {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefefe",endColorstr="#ffe2e2e2",GradientType=0);
    }
}

.accordion{ 
    cursor: pointer;
	background-color: #fff;
    background-clip: border-box;
    border: 1px solid #2174b8;
    border-radius: .25rem;
    padding: 10px 15px 10px 10px;
    display: block;
   /* box-shadow: 0 0px 5px 0 #2174b8;*/
	margin-bottom: 3px;
}

.accordion-body{
    box-shadow: 0 0px 5px 0 rgba(42, 48, 60, 0.5) inset;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 20px;
}

.accordion-grey {
    background: #ECF0F4 !important;
    color: black !important;
    border-color: #D7D8DA !important;
}

/*оформление таблиц */
.bx_item_description table tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.bx_item_description table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.bx_item_description table td, .bx_item_description table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.bx_item_description .accordion-body h4{text-align: center;
    border-bottom: 1px solid #337AB7;
    margin-bottom: 0px;    padding-bottom: 5px;}

.accordion-before-sm:before{
    font-size: inherit !important;
}

.accordion:before {
    content: "\002D";
    font-weight: bold;
    font-family: 'FontAwesome';
    text-align: center;
    font-size: 25px;
	color: #2174b8;
    margin-right: 10px;
    color:#fff;
    margin-left: 5px;
    border-right: 1px solid #FFF;
    padding-right: 10px;
    padding-left: 3px;
}

.accordion-grey:before {
    color: black !important;
    border-right-color: black !important;
}

.accordion{margin-top: 15px;border-radius: 5px; color:#fff;
    background: #2476b8;
    background: -moz-linear-gradient(top, #2476b8 0%, #004e96 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2476b8), color-stop(100%,#004e96));
    background: -webkit-linear-gradient(top, #2476b8 0%,#004e96 100%);
    background: -o-linear-gradient(top, #2476b8 0%,#004e96 100%);
    background: -ms-linear-gradient(top, #2476b8 0%,#004e96 100%);
    background: linear-gradient(to bottom, #2476b8 0%,#004e96 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2476b8', endColorstr='#004e96',GradientType=0 );}
.active-accordion{
    margin-bottom: 15px;
    margin-top: 15px;
}
.active-accordion:before { content: ' \002B'; font-weight: bold; font-size:25px;}

.accordion-body {display: block; visibility: visible;}
.padding-img-20 { padding: 20px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.bx_item_description h2, .bx_item_description p, .bx_item_description ul, .bx_item_description ol, span.h2 {
     text-align: justify;
}
.bx_item_description ol {
margin-left: 0;
list-style: none;
counter-reset: li;
    margin: 10px 0;
    padding-left: 0px;

}
.bx_item_description ol li {
position: relative;
margin-bottom: 1.5em;
border:1px solid #337AB7; 
padding: 0.6em;
border-radius: 4px;
background: #FEFEFE;
color: #231F20;
-webkit-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -moz-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -o-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
.bx_item_description ol li:before {
position: absolute;
top: -0.7em;
padding-left: 0.4em;
padding-right: 0.4em;
font-size: 16px;
color: #ff8300;
background: #FEFEFE;
border-radius: 50%;
counter-increment: li;
content: counter(li);
}

.bx_item_description>ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;   
}
.bx_item_description>ul>li {
	padding: 7px 20px;
	margin-bottom: 10px;
	border-radius: 2px;
	border-left: 3px solid #1d6eb1;
	border-top: 1px solid #1d6eb1;
	border-right: 1px solid #1d6eb1;
	border-bottom: 1px solid #1d6eb1;
	transition: 0.3s all linear;
	box-shadow: 0 0px 5px 0 rgba(42, 48, 60, 0.5);
    -webkit-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -moz-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
    -o-transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
.bx_item_description>ul>li:nth-child(2n){border-color: #1d6eb1;}
.bx_item_description>ul>li:hover,.bx_item_description ol li:hover {
	-webkit-box-shadow: 0px 5px 7px 0 rgba(110,127,134,.44);
    box-shadow: 0px 5px 7px 0 rgba(110,127,134,.44);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;}


.bx_item_description ul.ul-classic-sq{
	list-style-type: square;
}
.bx_item_description ul.ul-classic-sq li{
	margin-bottom: 0;
}
.bx_item_description2 ul li {
	padding:5px;
	padding-left:20px;
}
.bx_item_description2 ul li:before{
	content: "+";
	font-weight:bold;
    margin-left: -15px;
    padding-right: 5px;
    width: 42px;
    text-align: center;
    font-size: 17px;
    color: #337AB7;    
}


.reitingto {text-align: center;
    margin-top: 0px !important; 
    margin-bottom: 15px;}
.hidden{ display: none; visibility: visible;}

@media (min-width: 768px) {
	.rtj-buttons-right-content.rtj-fixed, .left-side-content.rtj-fixed  {
		position: fixed;
		z-index: 9999;
		top: 0;
	}
}
.rtj-top-h{
	top: 220px !important;
}
.rtj-buttons-right-content.rtj-fixed {
	display: none;
}

.text_fast_payment{
	font: 14px "OpenSans-Regular",sans-serif;
    color: #616161;
	text-align: justify;
}

.preview-block__btn {
    max-width: 350px;
    margin-top: 35px;
}
 
.custom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 45px;
    padding-top: 2px;
    border: none;
    border-bottom: 2px solid #beb038;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    vertical-align: center;
    text-align: center;
   /* text-transform: uppercase; */
    cursor: pointer;
    overflow: hidden;
    background: #f3d429;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}
.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, #ffffff 50%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,#ffffff 50%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,#ffffff 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}

.moment {
	font-size: 12px;
	text-align: center;
}

.bold_text {
	font-weight: bold;
}
.margin-payment {
	margin-top: 10px;
	margin-bottom: 1px;
}

.exitblock {    
    display:none;    
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:100000;
}    
.exitblock .fon {
    background: #F6FCFF;
    opacity:.8;
    position:fixed;
    width:100%;
    height:100%;
}
.exitblock .modaltext {
    box-sizing: border-box;  
    padding:20px 40px;
    border: 2px solid #AEAEAE;
    background: #F6FCFF;
    position:fixed;
    top:80px;
    left:50%;
    margin-left:-30%;
    width:40%;
    box-shadow: 0 4px 10px 2px rgba(0,0,0,0.5);
}        
.closeblock {
    cursor:pointer;
    position: fixed;
    line-height:60px;
    font-size:82px;
    transform: rotate(45deg);
    text-align:center;
    top:20px;
    right:30px;
    color: #337AB7;    
}
.closeblock:hover {
    color: #000;    
}

.btnliketext {
    border: 0px; /* Рамка 
    display: inline-block;*/
    padding: 0px 0px; /* Поля */
    text-decoration: none; /* Убираем подчёркивание */
    font-size: 1em;
    font-weight: bold;
    color: #1d6eb1;
    background: none;
}

a.btnliketext {
    border: 0px; /* Рамка */
    display: inline-block;
    padding: 0px 0px; /* Поля */
    text-decoration: underline; /* Убираем подчёркивание */
    font-size: 1em;
    font-weight: bold;
    color: #1d6eb1;
    background: none;
}

.btnliketext:hover {
    border: 0px; /* Рамка */
    text-decoration: underline; /* Убираем подчёркивание */
    color: #6c757d;
    cursor: pointer;
   }
   
.fancybox-nav {
	width: 50%
}
.fancybox-nav span {
	 visibility: visible !important;
}

table.white_space_normal td{
    white-space: normal !important;
}

/*Tablica tarifov BEGIN*/
.padding-rl-5px {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.pricingTable{
    text-align: center;
    background: #9aa2b7;
    padding-top: 5px;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 5px;
}
.pricingTable > .pricingTable-header{
    color:#fff;
    background: #273238;
    position: relative;
    height: 270px;
    transition: all 0.5s ease 0s;
    border-radius: 5px;
}
.pricingTable:hover .pricingTable-header{
    height: 230px;
    transition: all 0.5s ease 0s;
}
.pricingTable-header > .heading{
    display: block;
    padding: 20px 5px;
}
.heading > h3{
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.15em;
    border-bottom: 1px solid;
}
.pricingTable .heading > span{
    margin-bottom: 15px;
    display: block;
    font-size: 0.85em;
}
.pricingTable-header > .price-value{
    display: block;
    font-size: 60px;
    line-height: 60px;
}
.pricingTable-header > .price-value > .mo{
    font-size: 14px;
    display: block;
    line-height: 0px;
    text-transform: uppercase;
}
.pricingTable-header > .price-value > .currency{
    font-size: 24px;
    margin-right: 4px;
    position: relative;
    bottom:30px;
}
.pricingTable > .pricingContent{
    color:#fff
}
.pricingTable > .pricingContent > ul{
    list-style: none;
    padding: 0;
    text-align: center;
}
.pricingTable > .pricingContent > ul > li{
    padding: 15px 7px;
    border-bottom: 1px solid #fff;
    border-left: none;
    box-shadow: none;
    -webkit-transition: none;
    border-radius: 0;
    min-height: 102px;
}
.pricingTable > .pricingContent > ul > li:last-child{
    border: 0px none;
}
.pricingTable-sign-up{
    padding: 30px 0;
}
.pricingTable-sign-up > .btn-block{
    width: 80%;
    margin: 0 auto;
    background: #273238;
    border:2px solid #fff;
    color:#fff;
    padding: 15px 12px;
    text-transform: uppercase;
    font-size: 18px;
}
.pricingTable-sign-up > .btn-block:hover{
    opacity: 0.9;
}
.orange b, .blue b {
    color: #fff;
}
.pink{
    background: #636977;
}
.pink .pricingTable-header:after{
    border-bottom-color: #ed687c;
}
.orange{
    background: #48526a;
}
.green-t{
    background: #1c2c52;
}
.yellow-t{
    background: #112046;
}
.orange .pricingTable-header:after{
    border-bottom-color: #e67e22;
}
.blue{
	background: #253767;
}
.blue .pricingTable-header:after{
    border-bottom-color: #3498db;
}

@media screen and (max-width: 1400px){
    .pricingTable > .pricingTable-header{
        height: 220px;
    }
    .pricingTable > .pricingTable-header:after{
        border-left: 215px solid transparent;
    }
	.slider_more_photo .slide {
		padding: 10px;
	}
}

@media screen and (max-width: 990px){
    .pricingTable{
        margin-bottom: 20px;
    }

    .pricingTable > .pricingTable-header:after{
        border-left: 349px solid transparent;
    }
	.slider_more_photo .slide {
		padding: 5px;
	}
}
@media screen and (max-width: 768px){
    .pricingTable > .pricingTable-header{
        height: 150px;
    }
}
@media screen and (max-width: 480px){
    .pricingTable{
        overflow: hidden;
    }

    .pricingTable > .pricingTable-header:after {
        border-left: 459px solid rgba(0, 0, 0, 0);
    }
}
/*Tablica tarifov END*/



/*Для блока "нам доверяют" лого компаний 22.03.2021 */
/* НАЧАЛО */

.wrap_for_nam_doveryaut {
  cursor: pointer;
}

.wrap_for_img {
  display: inline-block;
  width: 19% !important; 
  height: auto;
  padding: 10px; 
  vertical-align: middle;
  margin-bottom: 10px;
}

.wrap_for_img img {
    /* width: 100%; */
    /* height: auto; */
    max-height: 90px;
    /* display: block; */
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

@media only screen and (max-width: 540px) {
  .wrap_for_img {
    text-align: center;
    width: 47% !important;
    height: auto;
    margin: 0 1%;
  }
  /*.wrap_for_img img {
    width: 100%;
    height: auto;
  }*/
  .wrap_for_img_clear {
    clear: both;
  }
  img.buttons-right-img {
    width: auto !important;
  }
}
/*Для блока "нам доверяют" лого компаний 22.03.2021 */ 
/*КОНЕЦ */

/* Таб стоимость тариф ПРО. Что входит в комлект. НАЧАЛО 12.05.2021*/
.tab-price-perenos-pro {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.tab-price-perenos-pro input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab-price-perenos-pro label {
  position: relative;
  display: inline;
  padding: 0 0 0 0;
  /*font-weight: bold;
  line-height: 3;*/
  cursor: pointer;
  color: #0056b3;
  text-decoration: underline;
}
.tab-content-price-perenos-pro {
  max-height: 0;
  overflow: hidden;
  padding-right: 5px;
  width: 100%;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.tab-content-price-perenos-pro {
  color: black;
}
.tab-content-price-perenos-pro p {
  margin-top: 0;
  margin-bottom: 0;
}
.tab-content-price-perenos-pro ul {
  margin-top: 0;
}
.tab-content-price-perenos-pro label {
  display: block;
  text-align: right;
  text-decoration: none;
  font-weight: bold;
  color: black;
}
.tab-content-price-perenos-pro li {
  margin-bottom: 0px;
}
/* :checked */
.tab-price-perenos-pro input:checked ~ .tab-content-price-perenos-pro {
	max-height: 100vh;
	border: 2px solid #0056b3;
	border-radius: 10px;
	overflow-y: auto;
}
/* Icon */
.tab-price-perenos-pro label::after {
  position: relative;
  display: inline;
  width: 3em;
  /*height: 3em;
  line-height: 3;*/
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.tab-price-perenos-pro input[type=checkbox] + label::after {
  content: "";
}
.tab-price-perenos-pro input[type=radio] + label::after {
  content: "\25BC";
}

/* Таб стоимость тариф ПРО. Что входит в комлект. КОНЕЦ 12.05.2021 */

.tarif-btn button[aria-expanded = 'true']{
	pointer-events: none;
}

.btn-callback, .btn-buy1click, .btn-table-tarif{
	padding: 0.6rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5rem;
	display: inline-block;
    font-weight: 400;
	text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-buy1click {
	border: 2px solid #112046;
}
.btn-table-tarif{
	border: 2px solid #112046;
	color: white;
	background-color: #112046;
	margin-left: 5px;
	padding: 15px 30px;
}
.btn-callback {
	background-color: white;
	color: #112046;
	border: 2px solid #112046;
}
.btn-table-tarif:hover{
	background-color: white;
	color: #112046;
	text-decoration: none;
}
.btn-buy1click:hover{
	background-color: white;
	color: #112046 !important;
}
.btn-callback:hover{
	background-color: #112046;
	color: white;
}

@media screen and (min-width:579px) {
	.btn-buy1click, .btn-callback{
		width: 45%
	}
	.btn-callback{
		float: right;
	}
}

@media only screen and (max-width: 540px) {
    .tab-content-price-perenos-pro {
        font-size: 0.7rem;
    }
}


@media screen and (min-width:1400px){
    .img-5-star{
        max-width: 66%;
    }
	.dop-img-sl .bx-wrapper, .dop-img-sl .bx-viewport {
		height: 550px !important;
	}
}
@media screen and (max-width:992px) {
	.anons-top{
		padding: 0px;
	}
	.h1-and-anons{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media only screen and (max-width: 768px) {
	.btn-cart-quick-buy button, .btn-cart-quick-buy .btn-buyfiz{
		display: flex;
		justify-content: center;
		margin: 15px auto;
		width: 80%;
	}
	.price_el_wrap{
		text-align: center;
	}
}

@media only screen and (max-width: 578px) {
	.anons-btn button{
		display: block;
		margin: 15px auto;
		width: 80%;
	}
	.input-trf[type=checkbox]{
		width: 20px;
		height: 20px;
	}
	.input-trf[type=checkbox]:before {
		width: 20px;
		height: 20px;
		/*top: 3px;
		left: unset;*/
	}
	.input-trf[type=checkbox]:checked:after {
		width: 18px;
		height: 18px;
		margin: 1px 0 0 1px;
	}
	.enjoy-kar, .name_el_wrap {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media only screen and (max-width: 400px) {
	.anons-btn button{
		display: block;
		margin: 15px auto;
		width: 100%;
	}
	.btn-cart-quick-buy button, .btn-cart-quick-buy .btn-buyfiz{
		display: flex;
		justify-content: center;
		margin: 15px auto;
		width: 100%;
	}
	.btn-add2cart-fixed, .btn-buy1click-fixed{
		font-size: 14px;
		line-height: 1rem;
		padding-left: 5px;
		padding-right: 5px;
		width: 45%;
	}
	/*.btn-fixed-header-md{
		max-width: 100%;
	}*/
	.advantages-get-doc .advantages-btn{
		max-width: 100%;
		width: 100%;
		font-size: 16px !important;
	}
}
/*@media only screen and (max-width: 360px){
	.btn-fixed-header-md{
		width: 90%;
		max-width: 90%;
	}
}*/
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section/landing_sinner/style.css?1718859686664*/
.ui-tabs-panel {
    padding-left:10px; padding-right:10px;
}

.tab-content-price-perenos-pro .container:first-child {
    padding: 10px 15px 5px;
}
.tab-content-price-perenos-pro .container {
    padding: 5px 15px 5px;
}
.tab-content-price-perenos-pro .container:last-child {
    padding: 5px 15px 15px;
}
.tab-content-price-perenos-pro hr {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
span.tab-cpp{
	padding-left: 20px;
}

/*tooltip стили*/
.my-tooltip-class, .my-tooltip-class ul, .my-tooltip-class span, .my-tooltip-class ul li, .my-tooltip-class p{
	font-size: 14px;
}

.icon-rocket{
    width: 22px;
    height: auto;
    margin-right: 5px;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog/Catalog_sinner3d/style.css?164986273822985 */
/* /bitrix/templates/.default/components/bitrix/catalog.element/landing_free_sinner3d/style.css?175222623541743 */
/* /bitrix/templates/.default/components/bitrix/catalog.section/landing_sinner/style.css?1718859686664 */
