

/* Start:/local/css/review/review.css?173535729232974*/
h1 {
	font-weight: 500!important;
	font-size: 32px!important;
	line-height: 130%;
	text-transform:uppercase;
	margin-bottom:14px;
}
.review-category__header .d-flex{
	display:flex;
	align-items:flex-start;
}

.review-category__link {
	background-color: #010101;
	color: #ffffff;
	padding: 0.3rem 1rem;
	border-radius: 50px;
	font-size: 0.8rem;
	transition:all 0.3s linear;
	margin-left: auto;
}
.review-category__link:hover, .review-category__link:active, .review-category__link:focus{
		background-color: #F5F7FA;
}

/*форма*/
.forms {
	background-color: transparent;
	padding:0;
	margin-bottom:32px;
	border-radius:4px;
	overflow:hidden;
	border:none;
}
.review-form{
	background: #F5F7FA;
    border: 1px solid #F5F7FA;
    margin-bottom:32px;
}
.review-form select {
	border: 1px solid #F5F7FA;
	background-color:#ffffff;
	width:100%;
	color: #838b98;
	outline: none;
	padding: 16px;
	font-size:1rem;
	font-family: Geometria, sans-serif;
	border-radius:4px;

}
.review-form input, .review-form select{
height:37px;
  	padding: 8px;
  	  	-webkit-appearance: none;  
}
.review-form input[type=submit]{
    
}
.review-form select{
     padding-right: 10px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 12L16 22L6 12' stroke='%23161616' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-size: 16px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 5px);
}
/*теги*/
.review-tags{
    display: flex;
    justify-content: flex-end;
    margin-right: 30px;
    font-size: 0.9rem;
    color: #838b98;
    }
    .review-tags .form {
        position:relative;
    }
    .review-tags .checkbox {
        position: relative;
        z-index: -1;
        opacity: 0;
    }
    .review-tags .checkbox + label {
        padding: 0 0 0 30px;
        cursor: pointer;;
    }
    .review-tags .checkbox + label:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 20px;
        border-radius: 13px;
        background: #CDD1DA;
        box-shadow: inset 0 2px 3px rgba(0,0,0,.4);
        transition: .2s;
    }
    .review-tags .checkbox + label:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 1px;
        width: 16px;
        height: 16px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0 2px 5px rgba(0,0,0,.4);
        transition: .2s;
    }
    .review-tags .checkbox:checked + label:before {
        background: #92278f;
    }
    .review-tags .checkbox:checked + label:after {
        left: 22px;
    }

    @media(max-width:600px){
        .review-tags{
            padding: 1rem 0;
            justify-content: center;
        }
    }
/* обзоры*/
.review-category__header{
   
	width: 100%;
	background-image: url(/local/img/main/bg.svg);
	background-size: cover;
	background-position: center;
	min-height:400px;
	height:100%;
	color:#ffffff;
	font-weight:300;
	display:flex;
	overflow:hidden;
} 
.review-category__header .inner{
	position:relative;
}

.review-category__header h1 {
	 color:#ffffff;
	font-size: 2rem;
	line-height: 150%;
	font-weight:600;
}
.review-category__header a {
    color:#ffffff;
    border-bottom: 1px solid #ffffff;
    position:relative;
    z-index:5;
}
.review-category__header a:hover {
    color:#6f196c;
    border-bottom: 1px solid #6f196c;
}
.review-category__header-wrapper{
	max-width: 60%;
	margin-bottom:3rem;
}
@media(max-width:1300px){
  .review-category__header-wrapper{
	max-width: 60%;
}
}
.review-category__header .breadcrumble {
	position:absolute;
	bottom:1rem;
	color:#ffffff;
	font-size: 12px;
	font-weight: 400;
}
.review-category__header .breadcrumble a {
	color:#ffffff; 
}
.review {
	background-image:url('/local/css/review/review_bg.jpg');
	background-size: auto 85%;
	background-position:center bottom;
}
.review-grid{
	display:flex;
	flex-wrap:wrap;
	width:calc(100% + 40px);
}
.review-columns{
	width: 100%;

	margin-top: 2rem;
	padding-bottom:100px;
}
.review-column {
    width:33%;
     float: left;
}
.review-card {
	background-color:#ffffff;
	border: 1px solid #A833A8;
	backdrop-filter: blur(10px);
	flex-basis:calc(33% - 30px);
	margin-right:30px;
	margin-bottom:30px;
	border-radius:4px;
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	padding: 16px;
	transition:all 0.3s linear;
}
.review-card.review-card25{
  flex-basis:calc(25% - 30px);
}
.review-columns .review-card {
        width:95%;

    }
@media(max-width:1150px){
 .review-category__header img{
   display:none;
 } 
}
@media(max-width:768px){
.review-column {
    width:50%;
     float: left;
}
}
@media(max-width:600px){
.review-column {
    width:100%;
     float: left;
}
.review-columns .review-card, .review-card.review-card25 {
        width:100%;

    }
}
  .review-card--small {
	background-color:#F5F7FA;
	border: 1px solid #F5F7FA;
	display: inline-block;
	vertical-align: top;
}
.review-card--sitebar {
	width:100%;
	margin-bottom:0.5rem;
	background-color:rgba(255,255,255,0);
	color:#010101;
	border-color:transparent;
	border-bottom-color:#F5F7FA;
	padding:10px;
}
.review-card:hover {
	border: 1px solid #A833A8;
  }
.review-card__header {
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
}
.review-card--small .review-card__header{
	display:flex;
	justify-content:space-between;
	align-items:center;
	color: #838b98;
	position:relative;
}
.review-card--small .review-card__header .denied{
color: #ffffff;
    background: #010101;
    border-radius: 4px;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    padding: 6px 8px 6px 25px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50px' height='50px'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M9 49c-1.1 0-2-.9-2-2V23c0-1.1.9-2 2-2h32c1.1 0 2 .9 2 2v24c0 1.1-.9 2-2 2H9zM36 21c0 0 0-4.9 0-6 0-6.1-4.9-11-11-11-6.1 0-11 4.9-11 11 0 1.1 0 6 0 6'/%3E%3Cpath d='M28,33c0-1.7-1.3-3-3-3c-1.7,0-3,1.3-3,3c0,0.9,0.4,1.7,1,2.2V38c0,1.1,0.9,2,2,2c1.1,0,2-0.9,2-2v-2.8C27.6,34.7,28,33.9,28,33z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:left 5px center;
    background-size: 15px;
}
.review-card--small .review-card__header .review-card__link{
    position: absolute;
    right: 0;
    top: 28px;
    padding: 2px 4px;
    border-radius: 4px;
}
.review-card__new {
	display:block;
	color:#ffffff;
	background-color:#92278f;
	padding: 2px 8px 2px 14px;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 0.11em;
	position: relative;
}
.review-card__new:before{
	content:"•";
	position:absolute;
	left:5px;
	font-size:16px;
	animation: pulse 1500ms linear infinite
}
@keyframes pulse {
	0%{font-size:16px; left:5px;} 
	50%{font-size:4px; left:8px;}
	100%{font-size:16px;left:5px;} 
 }
.review-card__title{
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	margin-top:8px;
	margin-bottom:20px;
	font-size: 16px;
	color: #010101;
	display: block;
}
.review-card--small .review-card__title{
	font-size:16px;
	color:#010101;
	display: block;
}
.review-card--small .review-card__title:hover {
	color:#92278f;
}
.review-card--sitebar .review-card__title{
	font-size:16px;
	font-weight:400;
	margin-bottom:15px;
}
.review-card__content{
	margin-bottom:0.7rem;
	font-size:0.9rem;

}
.review-card .review-card__footer{
	opacity:1;
	transition:all 0.3s linear;
}
.review-card--small .review-card__footer{
	opacity:0;
	transition:all 0.3s linear;
}
.review-card--sitebar .review-card__footer {
	opacity:1;
}
.review-card:hover .review-card__footer{
	opacity:1;
}
.review-card__footer a {
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	padding: 4px 8px;
}
.review-card__link {
	background: rgba(146, 39, 143, 0.1);
	border-radius: 4px;
}
.review-card:hover .review-card__link,
.review-card__link:hover {
    color:#ffffff;
    background: rgba(146, 39, 143, 1);
}
.review-card--small .bctags{
	display:flex;
	flex-direction:column;
}
.review-card--small .bctags a{
	background-image:url('/local/templates/main_new/images/tag.svg');
	background-repeat:no-repeat;
	background-position:left center;
	background-size:12px;
	padding-left:16px;
	color: #838b98;
}
.review-card--small .review-card--small hr{
	box-sizing: content-box;
	height: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 0;
	border-top: 1px solid #d9d5d5;
}
.review-card__more{
	display:block;
	margin-left:auto;
}
/*фильтр по годам*/
.filter-year-wrapper{
	margin-right:-3rem;
	margin-top:2rem;
	 margin-bottom:2rem;
	padding-left: 0.3rem;
	display:flex;
	justify-content:space-between;
}
.filter-year-wrapper .year{
	 flex-grow:1;
	display:flex;
}
.filter-year-wrapper .year:after{
	content:'';
	height: 1px;
	background-color: #838b98;
	flex-grow: 2;
	min-width:50px;
	 margin: auto 1rem;
}
.filter-year-wrapper .year:first-child, .filter-year-wrapper .year:last-child{
	flex-grow:1;
}
.filter-year-wrapper .year:first-child:before{
	 display:none;
}
.filter-year-wrapper .year:last-child:after{
	display:none;
}
 .filter-year-wrapper a {
	font-size:1.8rem;
	color: #838b98;
	padding-bottom: 2px;
	white-space: nowrap;
}
.filter-year-wrapper a.active{
	position:relative;
}

 .filter-year-wrapper a.active, .filter-year-wrapper a:hover, .filter-year-wrapper a:active {
	color: #92278f;
}

.review-category__header{
	position:relative;
}
.review-category__header img {
	position:absolute;
	right:0;
	bottom:0;
	max-height:85%;
}
.review-category__header-wrapper{
	z-index:1;
}
.sitebar{
	background-color:#ffffff;
}
.sitebar-title {
	font-size: 1.17em;
	margin-top: 2rem;
	margin-bottom: 1rem;
	color: #92278f;
	padding-left:10px;
}
.morebtn.show__more{
    column-span:all;
	text-align:center;
	bottom: 0;
	position:absolute;
	left: 0;
    right: 0;
}
@media(max-width:768px){
	.review-grid{
		width:calc(100% + 20px);  
		}
	.review-card, .review-card.review-card25 {
		margin-right:20px;
		flex-basis:calc(50% - 20px); 
} 
	.review-card .review-card__footer{
		opacity:1;
	}

}
@media(max-width:600px){
    .filter-year{
        margin-bottom:1rem;
    }
    .filter-year-wrapper .year:after{
	    min-width:20px;
	}
	.forms{
		padding:16px 16px;
	}
	.review-grid{
	width:100%;  
	}
	.review-card, .review-card.review-card25 {
		flex-basis:100%; 
		margin-right:0;
		margin-bottom:16px;
	}
	.review-columns .review-card{
	    min-width:100%;
	}
	.review-card__title {
		font-size:16px;
	}
	.review-card__footer {
		display:flex;
		flex-direction:column;
		align-items: flex-start;
	}
	.review-card__link {
		margin-bottom:10px;
	}
}
@media(max-width:820px){
    body{
        max-width:100%;
        overflow-x:hidden
    }
    .review-category__header .d-flex {
    flex-direction: column-reverse;
}
	.review-category__header img{
		display:none;
	}
	.review-category__header-wrapper{
		width:100%;
		max-width:100%;
		animation: none;
	}
	.filter-year-wrapper a{
	    font-size:1.3rem
	}
	.filter-year-wrapper a.active{
	    font-size:1.5rem
	}
	

    
}	
.filter-year{
	    max-width:100%;
	    overflow:hidden;
	    position:relative;
	}
.filter-year a.reset {
    width: 25px;
    height: 25px;
    display: block;
}
	.filter-year-wrapper{
	    padding-bottom: 1rem;
	    padding-top: 1rem;
	}
/* Работает в Firefox */
.filter-year-wrapper {
  scrollbar-width: thin;
  scrollbar-color: white #92278f;
}

/* Работает в Chrome, Edge и Safari */
.filter-year-wrapper::-webkit-scrollbar {
  width: 3px;
  height:3px;
}

.filter-year-wrapper::-webkit-scrollbar-track {
  background: white;
}

.filter-year-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(146, 39, 143, 0.1);
  border-radius: 20px;
  border: 1px solid rgba(146, 39, 143, 0.1);
}    


@media(max-width:640px){
	.review-category__header .breadcrumble{
		position:relative;
	}
	.col-lg-10{
	    max-width:100%;
	}
	.review-columns{
	    columns: 200px auto;
	    column-count: 1;
	    margin-top:0;
	}
	.filter-year-wrapper{
        margin-bottom:0;
        margin-right: 30px;
    }
    .filter-year-wrapper{
        margin-right:0;
    }
    .review-form {
        margin-right: 0px;
        margin-bottom:0;
    }
.review-category__header h1 {
    font-size:20px;
}
.review-category__header p {
    font-size:14px;
}
}
/*страница обзора*/
h1.small-title{
	font-size:22px;   
}
h2.small-title{
	font-size:20px;  
	font-weight:500;
}
.stkey-parent{
	position: relative;
	align-items: flex-start; 
	padding-top:2rem;
}
.sticky{
	position: sticky;
	top: 70px;   
}
.artboard {
	position:relative;
	width:209px;
	max-width: 100%;
	background-color:#92278f;
	color:#ffffff;
	margin-left: auto;
	padding:20px;
	font-size:0.9rem;
	margin-bottom:2rem;
	overflow:hidden;
	transition:all 0.3s linear;
}
.artboard.hidden{
	height:0;
	padding:0;
}
.artboard.black {
	background-color:#010101;
}
.artboard a {
	color:#ffffff;
}
.artboard .close {
	position:absolute;
	right:0px;
	top:10px;
}
.fast-menu{
	width: 209px;
	max-width: 100%;
	margin-left:  auto;
	background-color: #f5f7fa;
	padding: 1rem;
}
.fast-menu ul {
	padding: 0;
	font-size: 0.88rem;
	margin-top:1rem;
}
.fast-menu ul li {
	list-style:none;
	margin-bottom:1rem;
}
.fast-menu ul li a{
	color: #010101;
}
.fast-menu__title{
	background-color: #f5f7fa;
	padding: 1rem;
	font-weight:500;
	text-align:right;
	font-size:1.1rem;
	position:relative;
	z-index:2;
	margin-bottom:2rem;
	margin-left:-25px;
}
.fast-menu__title:before {
	content:'';
	display:block;
	top:0;
	bottom:0;
	height:100%;
	position:absolute;
	width: 50px;
	left: -25px;
	background-color:#ffffff;
	transform:rotate(-45deg);
	z-index:0;
}
.fast-menu__title:after{
	position:absolute;
	right:-26px;
	content:'';
	display:block;
	top:0;
	bottom:0;
	position:absolute;
	z-index:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 0 28px 26px;
	border-color: transparent transparent transparent  #f5f7fa;
	}
.title-width-img{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	margin-bottom:1rem;
	font-size:1.2rem;
	position:relative;
}
.title-width-img a {
	position: absolute;
	left: 0;
	width: 100%;
	margin-top: 1rem;
	height: 100%;
}
.title-width-img img {
	margin-right: auto;
	margin-left:50px;
	position:relative;
	z-index:2; 
	position: absolute;
	left: 0;
	top:0;
	bottom:0;
}
.text h3 {
	font-size: 1.2em;
	margin-top: 2rem;
	margin-bottom: 1rem;
	text-transform:none;
}
.text {
	font-size: 0.9rem;
	letter-spacing: 0.01rem;
}
.text ul li {
	list-style:none;
	padding: 0.5rem 0;
	position:relative;
}
.text ul li:before {
	content: "";
	height: 6px;
	width: 6px;
	display: block;
	position: absolute;
	left: -15px;
	top: 1rem;
	background-color: #92278f;
}
.meta-info-new {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0px;
	margin: 10px 0;
	color: #838B98;
	font-size:12px;
	white-space: nowrap;
}
.meta-info-new a {
	color:#838B98;
}
.article__read-wrapper {
	display:flex;

}
.meta-info-new .displaydate, .meta-info-new .bcuser a, .meta-info-new .article__read-wrapper  {
	padding-right:20px;
}
.meta-info-new .article__read-wrapper{
	border-right:none;
}
.meta-info-new .bcuser{
	display:flex;
	flex-wrap:wrap;
}
.article__read-time a {
	margin-left:10px;
	padding-left: 10px;
	padding-right:20px;
	border-left:1px solid #838B98; 
}
.meta-info-new .displaydate{
	display: flex;
	align-items: center;
	line-height: 1px;
	padding-right: 5px;
	margin-right: 3px;
	border-right: 1px solid #838B98;
	margin-bottom: 10px;
}
.meta-info-new .displaydate:before{
	content:"";
	width:14px;
	height:14px;
	background-image:url(/local/templates/main_new/images/date.svg);  
	margin-right:5px;
}
.meta-info-new .bcuser a{
	display: flex;
	align-items: center;
	line-height: 1px;
	padding-right: 5px;

}
.meta-info-new .bcuser a:before{
	content:'';
	background-image: url(/local/templates/main_new/images/user-128.svg);  
	display:inline-block;
	width:18px;
	height:18px;
	margin-right:5px;
	background-size:18px 18px;

}
.meta-info-new .bcuser{
	margin-bottom: 10px;
	align-items:center;
}
.meta-info-new .bcuser:after{
	display:inline-block;
	content:" ";
	width:1px;
	height:14px;
	 border-right:1px solid #838B98;
}
.article__read-wrapper{
	display: flex;
	align-items: center;
	line-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #838B98;
	margin-bottom: 10px;
}
 .meta-info-new .article__read-wrapper:before{
	content:"";
	width:14px;
	height:14px;
   background-image: url(/local/templates/main_new/images/clock.svg);  
	margin-right:5px;
}
.print-wrapper{
	margin-left:auto;
	display:flex;
	align-items:center;
}
.print-wrapper a {
	display:block;
	padding:0 5px;
	color: #92278f;
	cursor:pointer;
}
@media(max-width:820px){
	.meta-info-new{
		flex-wrap: wrap;   
	}
	.print-wrapper{
		margin-left:5px;
		margin-top:10px;
	}
}



/*banner подписка*/
.public-banner a {
color: #000000;
display: block;

background-color:#92278f;
}
.mb-100{
margin-bottom:-100px;
}
#pod {
position:relative}
#sl_1{
margin-top:200px;
overflow:hidden;
position:relative}
#sam__way{
fill:#000000;
stroke: #000000;}
#samolet0 {
offset-path: path('M0,0 C40,240 200,240 240,0');
position: absolute;
animation: distance 4000ms infinite ease-in-out;
}
@keyframes distance {
100% {
offset-distance: 100%;
}
}
.sub-banner {
position:relative;
width:100%;
height:195px;
background-color:#92278F;
}
#sl_2, #sl_3, #sl_4, #sl_5 {
position:absolute;
top:0;
left:0;}

#sl_4 {
z-index:10;
}

.b-st0{fill:#92278F;}
.b-st1{fill:#FFFFFF;}
.b-st2{fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;stroke-dasharray:6,4;}
.b-st3{fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;}
.b-st4{fill:#FDFCFD;}
.b-st5{fill:#CBAABA;}
.b-st6{fill:#B872B6;}
.b-st7{fill:#CE9ECC;}
.b-st8{fill:#FFFFFF;stroke:#000000;stroke-width:0.8913;stroke-miterlimit:10;}
.b-st9{fill:#FFFFFF;stroke:#000000;stroke-width:1.2035;stroke-miterlimit:10;}
.b-st10{fill:none;stroke:#000000;stroke-width:0.6017;stroke-miterlimit:10;}
.b-st11{fill:none;stroke:#000000;stroke-width:1.2035;stroke-miterlimit:10;}
.b-st12{fill:#FFFFFF;stroke:#FFFFFF;stroke-width:0.2971;stroke-miterlimit:10;}
.b-st13{stroke:#FFFFFF;stroke-width:0.4012;stroke-miterlimit:10;}
.b-st14{fill:none;stroke:#FFFFFF;stroke-width:0.8175;stroke-miterlimit:10;}
.b-st15{fill:none;stroke:#000000;stroke-width:0.7867;stroke-miterlimit:10;}
.b-st16{fill:none;stroke:#000000;stroke-width:1.5734;stroke-miterlimit:10;}
.b-st17{fill:#FFFFFF;stroke:#000000;stroke-width:0.5942;stroke-miterlimit:10;}
.b-st18{fill:#C9E6EB;}
.b-st3 {
fill: transparent;
transition: all 0.5s linear;}
.b-st3:hover {
fill:#a833a8;
transition: all 0.5s linear;
cursor:pointer;
}
#sl_5 {
z-index:0;
}
#oreol:hover .right1{
animation: distance 1000ms infinite ease-in-out;

}
#oreol:hover .left1{
animation: distance1 1000ms infinite ease-in-out;;
}
#oreol:hover .right2{
animation: distance2 1000ms infinite ease-in-out;

}
#oreol:hover .left2{
animation: distance3 1000ms infinite ease-in-out;;
}
#oreol:hover .pob-st1{

}

@keyframes distance {
0% {
transform: translate(0px, 0px)
opacity:1
}
50% {
transform: translate(5px, 2px)
}
100% {
transform: translate(0px, 0px)
opacity:0;
}
}
@keyframes distance1 {
0% {
transform: translate(0px, 0px)
}
50% {
transform: translate(-5px, -2px)
}
100% {
transform: translate(0px, 0px)
}
}
@keyframes distance2 {
0% {
transform: translate(0px, 0px)
}
50% {
transform: translate(2px, 1px)
}
100% {
transform: translate(0px, 0px)
}
}
@keyframes distance3 {
0% {
transform: translate(0px, 0px)
}
50% {
transform: translate(-4px, -2px)
}
100% {
transform: translate(0px, 0px)
}
}
@keyframes distance4 {
0% {
transform: translate(0px, 40px);
opacity:0
}
25% {
transform: translate(0px, 10px);
opacity:0
}
50% {
transform: translate(0px, 0px);
opacity:1;
}
100% {
transform: translate(0px, 0px);
opacity:1;
}
}
.samolet1{

transform-origin: 78.683372px 127.80949px;
}
.samolet2{
animation: samolet2 8s  infinite linear;
transform-origin: 211.21741px 68.853119px;
}

#sam-way1 {
stroke-dasharray: 450;
stroke-dashoffset:450;
animation: dash 8s infinite linear;

}
#sam-way2 {

stroke-dashoffset:50;


}

@keyframes dash {
93% {
opacity:1;
}
100% {
stroke-dashoffset: 0;
opacity:0;
}
}
@keyframes dash1 {
20% {
stroke-dashoffset: 50;
}
63% {
opacity:1;
stroke-dashoffset: 0;
}
93% {
stroke-dashoffset: 0;
opacity:1;
}
100% {
stroke-dashoffset: 0;
opacity:0;
}
}
@keyframes samolet1 {

0% {
transform: translate(-150px, 40px) rotate(-10deg) scale(0.2);

}
20% {
transform: translate(-50px, 40px) rotate(-10deg) scale(0.4);

}

100% {
transform: translate(0px, 0px)scale(1);

}
}
@keyframes samolet2 {
0% {
transform: translate(-130px, 100px) rotate(-10deg)scale(0.4);

}
10% {
transform: translate(-80px, 80px)rotate(40deg)scale(0.4) ;

}
30% {
transform: translate(-60px, 160px) rotate(80deg)scale(0.5);

}
40% {
transform: translate(20px, 120px)rotate(-50deg)scale(0.6);
}
60% {
transform: translate(-50px, 70px)rotate(-120deg)scale(0.7);
}
70% {
transform: translate(-60px, 40px)rotate(-0deg)scale(0.8);
}
80% {
transform: rotate(-0deg)scale(0.9);
}
100% {
transform: translate(0px, 0px)scale(1);

}
}
#mail {



}
#mail path {
animation: mail 4000ms  infinite  linear;
transform-origin:  69.682304px 211.06462px;
}
@keyframes mail {

0% {
transform: rotate(0deg);

}
20% {
 transform: rotate(-3deg);

}

100% {
transform: rotate(0deg);

}
}
/*похожие материалы*/

.other-news{padding-top:3rem; padding-bottom:4rem;}
.other-news.gradient{background: url(/local/css/review/gradient1.png);    background-position: center; background-repeat: no-repeat; background-size: contain;}
.news-list {margin-bottom:1rem;display:flex; flex-wrap:wrap; padding:0;}
.news-list li {width:50%; list-style:none; margin-bottom:1rem;}
.news-list li:nth-child(odd) .news-list_wrapper{  margin-right:2rem; height:100%;}
.news-list li.news-list__item{width:33%;}
.news-list li.news-list__item .news-list_wrapper{ margin-right:2rem; }
.thdate{white-space: nowrap; margin-right:15px;     color: #838b98; font-size: 0.8rem;}
.news-list li a {font-size: 0.9rem; font-weight: 500;}
.news-list_wrapper hr{margin-top: 0.5em;margin-bottom: 0.5em;}
.show__more{text-align:right;}
@media(max-width:820px){
	.news-list li.news-list__item{width:50%;}
	.news-list li.news-list__item .news-list_wrapper{ margin-right:0.5rem; }
}
@media(max-width:600px){
	.other-news.gradient{background-image:none;}
	.col-md-3{order:1}
	.col-md-9{order:2}
	h1.small-title {font-size: 18px;}
	.artboard, .fast-menu {
		margin-right:auto;
	}
	.fast-menu {display:none;}
	.sticky{position:relative; top:0;}
	.news-list li, .news-list li.news-list__item{width:100%;}
	.review-category__header .d-flex {flex-direction: column-reverse;}
}



@media(max-width:380px){
	.article__read-wrapper{
		padding-left:0;
	}
	.print-wrapper {
margin-left: 0px;
margin-top: 1px;
}

}

#preloader {
background: rgba(255,255,255,.7);
z-index: 9999;
display:none;
}
#preloader, #preloader .preloader_wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#preloader .preloader_wrapper {
text-align: center;
z-index: 999;
margin: auto;
width: 200px;
height: 200px;
display: flex;
flex-direction: column;
color: #838b98;
align-items: center;
}
.review-card__header{
display:flex;
justify-content:space-between;
align-items:center;
}
.review-card__label, .review-card__data {
    margin-bottom: 16px;    
}
.review-card__label {
font-weight: 300;
font-size: 12px;
line-height: 130%;
color: #838B98;
padding:4px 8px;
border-radius:4px;
background: #F5F7FA;

}
.review-card__header--alt {
border-bottom: 1px dashed #E8E9EC;
}
.cubmenu-wrapper {
    width:100%;
    overflow:hidden;
}
.cubmenu {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:16px 16px  22px 16px;
    word-break: keep-all;
    overflow:auto;
}
.select-wrapper {
    padding: 16px 20px;
}
.cubmenu a {
    display:block;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    padding:6px 12px;
    color:#677182;
    white-space: nowrap;
}
.cubmenu a.active {
    border-bottom:1px solid #92278f;
    color:#92278f;
}
.review-form .item {
    margin-bottom:0;
    padding:0;
    border-bottom:0;
}
.review-form .kn-tags .review-card__link.kn-tag-item{
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    padding: 4px 8px;
    color: #92278f;
    margin-right:0;
    margin-bottom:4px;
}
.review-form .kn-tags .review-card__link.kn-tag-item:hover{
 color:#FFFFFF;   
}
.review-form .kn-tags .review-card__link.kn-tag-item.active{
 color:#FFFFFF;
 background: #92278f;
}
#button-clear {
    flex:0 0 auto;
    margin-top:20px;
}
.not-full #normalize-selectized {
    min-width:100%;
}
.kn-tags-wrapper {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
     padding:0 12px 16px;
     
}
.reset-filter {
color: #838B98;
fonf-size: 14px;
cursor:pointer;
}
.btn.btn--alt {
background-color:transparent;   
color:#92278F;
border:1px solid #92278F;
    padding: 12px 50px;
    margin-top: 2rem;
}
.selectize-input>*, .selectize-dropdown [data-selectable].option {
    font-size:14px;
}
@media(max-width:600px){
.select-wrapper .col-md-3 {
    order:3;
    margin-top:1rem;
}
.kn-tags-wrapper {
    flex-direction:column;
}
.reset-filter {
    margin-top:12px;
}
.col-md-12 {
    width:100%;
}
.selectize-input {
    padding:6px 16px;
}
.select-wrapper {
    padding: 10px 0px;
}
.selectize-input input {
    position:absolute;
}
.selectize-input .item {
    vertical-align: baseline;
    display: inline-block;
    zoom: 1;
    font-size: 12px;
    padding-right: 16px;
}
.selectize-dropdown [data-selectable].option {
    padding: 6px;
    font-size: 12px;
    border-bottom: 1px solid #cbd2de;
}
.selectize-input {
    min-height:56px;
    font-size:12px
}
.review-form .review-card__link {
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
}
.review-form .kn-tags {
    padding: 0;
}
.cubmenu {
    padding:0;
    padding-bottom:10px;
}
.review-form {
    margin-bottom:10px;
}
}
/*journal*/
     .stkey-parent {
         padding-top:0;
     }
     .stkey-parent h4 {
         padding-bottom:2rem;
     }
     .d-flex {
         display:flex;
         flex-wrap:wrap;
     }
    .journal-card {
        width: calc(25% - 2rem);
        margin:0 2rem 3rem 0;
        padding-left:4px;
    }
    .journal-card__content a{
        font-weight:500;
        color:#010101;
    }
    .journal-card__content span {
        font-size:12px;
        font-weight: 400;
        display:block;
        color:#838B98;
    }
    a.link--alt {
    padding-right:15px;
    margin-right:5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33333 1.16667C1.33333 0.798477 1.63181 0.5 2 0.5L7.33333 0.5C7.70152 0.5 8 0.798477 8 1.16667V6.5C8 6.86819 7.70152 7.16667 7.33333 7.16667C6.96514 7.16667 6.66667 6.86819 6.66667 6.5V2.77614L1.13807 8.30474C0.877722 8.56509 0.455612 8.56509 0.195262 8.30474C-0.0650874 8.04439 -0.0650874 7.62228 0.195262 7.36193L5.72386 1.83333L2 1.83333C1.63181 1.83333 1.33333 1.53486 1.33333 1.16667Z' fill='%23A833A8'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:center right;
} 
        .title-list  {
          width:100%; 
        }

    .tabs{margin-top:1em;margin-bottom:1em;width:100%;overflow:clip}.tabs__links{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin:0 0 30px;padding:0;list-style:none;color:#838b98}.tabs__links .dropdown-menu ul::-webkit-scrollbar-track{background:#f5f7fa}.tabs__links .dropdown-menu ul::-webkit-scrollbar-thumb{background-color:#92278f}.tabs__links:after{content:'';display:none;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:1px;background-color:transparent}.no-js .tabs__links{display:none}.tabs__link-wrap{position:relative;margin:0 .3em .3em 0;border-bottom:3px solid transparent;-webkit-transition:.3s linear;transition:.3s linear}.tabs__link-wrap--active{color:#92278f;border-bottom:3px solid #92278f}.tabs__link{display:block;padding:5px 20px;color:currentColor;text-decoration:none;white-space:nowrap}.tabs__link:hover{color:#92278f}.tabs__link:focus{color:#6f196c}.tabs__content-wrapper{display:block;padding:0}.js .tabs__content-item{height:0;overflow:clip}.tabs__content-item>:last-child{margin-bottom:0}.js .tabs__content-item--active{height:auto}.section-news .btn{background-color:#92278f;color:#fff;margin-top:0;-webkit-transition:background-color .3s linear;transition:background-color .3s linear}.section-news .btn:hover{background-color:#6f196c}
.text ul li.tabs__link-wrap:before{
   display:none;
}
@media(max-width:768px){
        .order1 {
            order:1;
            position:relative;
            top:0;
        }
        .order2 {
            order:2;
        }

    } 

@media(max-width:769px){
   .journal-card {
       width: calc(33% - 2rem);
   } 
}
@media(max-width:600px){
   .journal-card {
       width: calc(50% - 1rem);
       margin: 0 1rem 2rem 0;
   } 
   .tabs__links {
    flex-direction: column;
    align-items: flex-start;   
   }
   .tabs__link-wrap {
       border-radius:4px;
     border: 1px solid #838B98;
     margin-bottom:1rem;
   }
   .tabs__link-wrap--active {
     border: 1px solid #92278f;
      background: #92278f;
   }
   .tabs__link-wrap--active .tabs__link {
       color:#ffffff;
   }
   .tabs__link {
       font-size:12px;
   }
}
h2.journal-title {
    font-size: 1.2em;
    display: inline-block;
}
.show__more {
    width:100%;
    text-align:center;
}
.review-card--video {
     padding: 0;  
 }
.video-detail {
  position: relative;
  padding-bottom: 56.25%; /* Р·Р°РґР°С‘С‚ РІС‹СЃРѕС‚Сѓ РєРѕРЅС‚РµР№РЅРµСЂР° РґР»СЏ 16:9 (РµСЃР»Рё 4:3 вЂ” РїРѕСЃС‚Р°РІСЊС‚Рµ 75%) */
  height: 0;
  overflow: hidden;
}
.video-detail iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.review-card--video .review-card__header {
    position:absolute;     visibility: hidden;
}
                                .review-card--video{
                                padding: 16px;
                                }
                                .review-card--video a {
    display: block;
    position: relative;
}
                                .review-card--video a:before {
                                    position:absolute;
                                    content:"";
                                    width:30px;
                                    height:30px;
                                    z-index:5;
                                    background-color:#bdc3cc;
                                     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='16' viewBox='0 0 24 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_1406_602)'%3E%3Cpath d='M19 7.26795C20.3333 8.03775 20.3333 9.96225 19 10.7321L7 17.6603C5.66667 18.4301 4 17.4678 4 15.9282L4 2.0718C4 0.532196 5.66667 -0.430055 7 0.339746L19 7.26795Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_1406_602' x='0' y='0.0687866' width='24' height='25.8624' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1406_602'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1406_602' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
                                    background-repeat:no-repeat;
                                    background-position:top 70% center;
                                    border-radius: 2px;
                                    right: 16px;
                                    bottom: 16px;
                                    transition:all 0.3s linear;
                                }
                                .review-card--video:hover a:before {
                                   background-color:#838B98;
                                   box-shadow: 0px 0px 8px rgb(0, 0, 0, 0.7);
                                }
/* End */


/* Start:/local/templates/.default/components/bitrix/news/events_archive/style.css?16929479943846*/
.text-right{
    text-align:right;
}
    .event-form {
        display:flex; 
        background-color:transparent;
        border: 0px;
        align-items:flex-start;
        justify-content:space-between;
    }
    .event-form--alt {
       align-items:center;  
    }
    .event-form select {
    border: 1px solid #cfd4dc;
    }
    .event-form__wrapper  form {
        margin-bottom:1rem;
    }
    @media (min-width: 1200px) {
        .calendarblock {
            padding-left: 13px;
            padding-right: 13px;
        }
    }
    .mothncaption {
        width:100%;
    }
    .calblock {
    position: relative;
    overflow: hidden;
    height: 355px;
    margin-bottom: 20px;
    background-color: #f5f7fa;
    padding: 20px;
    transition-duration: .2s;
    -webkit-transition-property: all;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    width: 295px;

    }
    .calblock:last-child {
        margin-right:auto;
    }
    .calblock:hover {
    background-color:#f2eaf2;
    }
    .calblock:hover, .calblock:hover a, .calblockempty, .left-mobile-menu a {
    color: #272c3e;
    }
    .calendarblock .typeblock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    }
    .calendarblock .typeblock span {
    text-transform: none;
    font-size: 12px;
    color: #272c3e;
    font-weight: 600;
    }
    .calendarblock .typeblock:hover span {
        color:#ffffff;
    }
    .onlineblock {
    text-align: right;
    left: 18px;
    bottom: 15px;
    position: absolute;
}
    .onlineblock div {
        font-size: 14px;
    }
    .calphoto {
    width: 100%;
    margin-top: 20px;
}
.calblock .calcaption {
    font-size: 15px;
    padding-top: 20px;
        margin-bottom: 20px;
    text-align: left;
    line-height:150%;
    text-transform: uppercase;
    font-family: Geometria;
    font-weight: 300;
}
.caldate{
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    font-size: 12px;
    width: 83px;
    bottom: 15px;
    right: 8px;
}
.caldate div {
    font-size: 24px;
}
.event-arhive {
padding: 1rem 0;
}
.event-arhive__meta {
    display:flex;
    color: #838b98;
    font-size:12px;
    margin:0.5rem 0;
}
.event-arhive__meta div {
    margin-right:10px;
}
.event-arhive__meta .review-card__link {
color:#92278f;
margin-left:20px;
}
.review-card__link:hover {
    color:#ffffff;
    cursor: pointer;
}
.event-year {
    display:flex;
    flex-wrap:wrap;
}
.event-year p {
    margin-right:15px;
    margin-bottom: 0;
}
.event-year a {
    margin-right:15px;
} 
.review-form__search {
                    border: 1px solid #F5F7FA;
                    background-color: #fff;
                    width: 100%;
                    color: #838b98;
                    outline: none;
                    padding: 16px;
                    font-size: 1rem;
                    font-family: Geometria, sans-serif;
                    border-radius: 4px;
                    }
                    .review-form__submit {padding: 18px;    width: 100%;background-color: #92278f; color: #fff; background-repeat: no-repeat; background-position: left 3.5rem center; cursor: pointer;min-width:200px;     border:0px}
                    .review-form .col-xl-3 {
                      padding-left:5px; padding-right:5px; 
                          margin: 10px 0;
                    }
                    .event-arhive .link {
                        color:#272c3e;
                    }
                    

.kn-tags {
    margin: 20px 0 10px 10px;
}
.kn-tags .kn-tag-item {
    color: #636363;
    display: inline-block;
    margin-right: 24px;
    font-size: 14px;
        color: #838b98;
}
.forms.review-form.review-form--alt {
    padding:0 20px;
}
/* End */


/* Start:/local/components/pepelyaev/news.detail/templates/events_archive/style.css?1692947990425*/
.typeblock.event-close {display: block; margin-bottom: 35px;}

div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.reg-reg {
	font-size:24px;
}
.reg-reg a {font-weight:bold;}
input[type=radio], select {
	margin-bottom:14px;
}
@media (min-width:500px) {
	.row .col-md-6 {
		width:50%;
		padding:0;
		float:left;
		box-sizing:border-box;
	}
	.row {
		clear:both;
	}
}
/* End */
/* /local/css/review/review.css?173535729232974 */
/* /local/templates/.default/components/bitrix/news/events_archive/style.css?16929479943846 */
/* /local/components/pepelyaev/news.detail/templates/events_archive/style.css?1692947990425 */
