

/* Start:/local/templates/new/components/bitrix/news.detail/print/style.css?17524852106960*/
.right_block ol li:before, .right_block ul li:before {
	display: none !important;
}

.right_block li .fa-li {
	position: relative;
}

.content td p{
    margin-bottom: 0;
    text-align: center;
}

.content table{
    margin-bottom: 15px;
}


.content thead tr:first-of-type {
    background: #ea5e20 !important;
    color: #ffffff;
}

.content thead tr {
    background: rgba(234, 94, 32, 0.7) !important;
    color: #ffffff;
}


.content tbody tr td {
    border-bottom: 0px !important;
    border-left: 1px solid #ea5e20;
}

.content tbody tr td:first-of-type {
	border-left: 0px;
}

.content tbody {
	border: 1px solid #ea5e20 !important;
}

.sl-container {
    width: 100%;
    height: 450px;
    margin: 50px 0 70px 0;
    padding: 0;    
    line-height: 1.5em;
    color: #000;
    position: relative;
}
.swipe {
    position: relative;
    width: 100%;
    height: 450px;
    background: #fff;
    overflow: hidden;
}
.panel {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    padding: 0;
}
.left {
    left: -150%;
}
.right {
    left: 150%;
}
.sl-info {
    position: absolute;
    width: 70%;
    max-width: 600px;
	height: 450px;
    bottom: 0;
    right: 25%;
    pointer-events: none;
}
.inner {
    position: relative;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.sl-info:before {
    content: "";
    position: absolute;
    width: 75%;
    height: 85%;
    top: 0;
    left: 0;
    transform: translate(-12px, -12px);
    background: #ea5e20;
}
.sl-buttons {
    position: absolute;
    bottom: 45%;
    right: 95%;
    pointer-events: all;
}
.sl-buttonsa {
    position: absolute;
    bottom: 45%;
    right: -4%;
    pointer-events: all;
}
.sl-buttons button, .sl-buttonsa button {
    transition: ease .4s;
}
.sl-buttons button svg, .sl-buttonsa button svg {
    margin: 0;	
}

.sl-buttonsa .btn-next {
    width: 70px;
    height: 50px;
    margin-left: 10px;
    border: 2px solid #e85d20;
    outline: none;    
    color: #FFFFFF;
    background: #e85d20;
    box-shadow: 0px 3px 15px 2px rgba(0,0,0,.5);
    cursor: pointer;
}
.sl-buttons .btn-prev {
    width: 70px;
    height: 50px;
    margin-left: 10px;
    border: 2px solid #e85d20;
    outline: none;    
    color: #FFFFFF;
    background: #e85d20;
    box-shadow: 0px 3px 15px 2px rgba(0,0,0,.5);
    cursor: pointer;
}
.sl-buttons button:hover {
    box-shadow: 0px 3px 30px 3px rgba(0,0,0,.5);
}
.sl-buttons button:disabled {
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,.5);
    background: #fdaf8d;
    cursor: default;
}
.sl-buttonsa button:hover {
    box-shadow: 0px 3px 30px 3px rgba(0,0,0,.5);
}
.sl-buttonsa button:disabled {
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,.5);
    background: #fdaf8d;
    cursor: default;
}
.optional {
    width: 80%;
    max-width: 680px;
    margin: 6em auto;
    padding: 2em 3em;
    box-shadow: 
    0 3px 12px rgba(0,0,0,0.16), 
    0 3px 12px rgba(0,0,0,0.23);
}
@media (max-width: 620px) {    
.sl-container { 
    margin: 50px 20px 20px 20px;  
}
    .sl-info {
        position: absolute;
        width: 100%;
        max-width: 100%;
        bottom: 0;
        right: 0;
    }
    .inner {
        padding: .5em 1.5em;
        box-shadow: none;
    }    
.sl-buttonsa {   
    bottom: 50%;
    right: 5%;   
}
.sl-buttons {   
    bottom: 50%;
    right: 95%;   
}
.sl-buttonsa .btn-next {
    width: 40px;
height: 40px;
}
.sl-buttons .btn-prev {
    width: 40px;
height: 40px;
}
.sl-info:before {
    display: none;    
}
.sl-buttons button svg, .sl-buttonsa button svg {
    margin: -2px;
}
}

.faq-block {
   margin: 20px 0;
   width: 100%;
}
.faq-block__item {
   margin-bottom: 20px;
}
.faq-block .faq-block__question {
   cursor: pointer;
   font-size: 16px;
   line-height: 23px;
   position: relative;
   background: #efefef;
   border: 2px solid #efefef;
   border-bottom: none;
   margin: 0;
   padding: 10px 10px 10px 20px;
   box-shadow: 1px 1px 6px 0px #b5b2b2;
}
.fbq_a {
   color: #ea5e20;
}
.fbq {
   color: #636666;
}
.faq-block .fa-chevron-down {
   position: absolute;
   top: 28%;
   right: 4px;
   font-size: 15px;
   -webkit-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: .5s;
   transition: .5s;
   color: #636666;
}
.faq-block .fa-chevron-up {
   position: absolute;
   top: 28%;
   right: 4px;
   font-size: 15px;
   -webkit-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: .5s;
   transition: .5s;
   color: #ea5e20;
}
.fa-chevron-down:before {
   content: "\f078";
}
.faq-block .faq-block__answer.opened {
   display: block;
}
.faq-block .faq-block__answer {
   display: none;
   font-size: 14px;
   background: #fff;
   padding: 10px 10px 0 20px;
   margin-bottom: 15px;
   margin-top: 0;
}
.population.nobg {
	background: transparent;
	margin-top: 0;
}

.btn_box {
    display: flex;
}
.btn_box .orange_btn {
    background-color: #ea5e20;
}
.btn_box .gray_btn {
    background-color: #636666;
}
.btn_box .orange_btn,
.btn_box .gray_btn {
    color: #ffffff;
    font-weight: 600;
    padding: 10px 20px;
    margin-right: 20px;
    border-radius: 5px;
    text-decoration: none;
}
.btn_box .orange_btn:hover {
    background-color: #ec6e37;
}
.btn_box .gray_btn:hover {
    background-color: #777b7b;
}
#hidden .content {
    overflow-y: auto;
    width: 100%;
}

.perelink_blk {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 20px;
}
.perelink_blk-item {
	height: 200px;
	display: block;
	position: relative;
	border: 2px solid #ea5e20;
	margin: 0;
	width: calc(1/4*100% - (1 - 1/4)*30px);
}

@media(max-width: 1199px) {
	.perelink_blk-item {
		width: calc(1/3*100% - (1 - 1/3)*30px);
	}
}

@media(max-width: 767px) {
	.perelink_blk-item {
		width: calc(1/2*100% - (1 - 1/2)*30px);
	}
}

@media(max-width: 576px) {
	.perelink_blk-item {
		width: 100%;
	}
}

.perelink_blk-btn {
	background-color: #ea5e20;
	height: 58px;
	width: 200px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	word-break: break-word;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	padding: 5px;
}
.perelink_blk-item img{
	object-fit: contain;
	display: block;
	width: 100%;
	height: auto;
}
/* End */
/* /local/templates/new/components/bitrix/news.detail/print/style.css?17524852106960 */
