

/* Start:/local/templates/traiv-new/components/bitrix/breadcrumb/traiv-new/style.css?1768980799291*/
/*h1.crumbs__link{
    color: black;
    font-size: 20px;
    display: inline-block;
}

.crumbs__item.is-active h1 + a{
    cursor: pointer;
    color: #5a85a7;
}

.crumbs__item.is-active h1 + a:before{
    content: " ";
}
.crumbs__item a{
    text-decoration: underline;
}*/
/* End */


/* Start:/local/templates/traiv-new/components/bitrix/news/articles/bitrix/news.detail/detail_news_2021/style.css?17689808004648*/
div.news-detail
{
	word-wrap: break-word;

}
div.news-detail img.detail_picture
{
	float:left;
	margin:2px 8px 6px 1px;
	border-radius: 4px;
	padding:0px;
}
.news-date-time
{
	color:#5a85a7;
    position: absolute;
    background-color: #ffffff;
    padding: 5px;
    right: 32px;
    top: 10px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font: 500 14px/28px 'Gilroy',sans-serif;
opacity:.9;
}

 div.news-detail>div {
/*    margin: 40px 0px 0px 0px; */
} 


.utl-mobile .uptl_container-share{
    position: fixed;
    bottom: 190px !important;
    width: 32px !important;
    right: 0px !important;
    left:unset !important;
    z-index: 999999 !important;
}

.uptolike-buttons.utl-mobile .uptl_container-share .uptl_toolbar ul.horizontal li {
	display: block !important;
}

#__utl-buttons-1.uptolike-buttons.utl-mobile .uptl_container-share .uptl_toolbar ul.horizontal li {
    width: 32px !important;
}

#__utl-buttons-1.uptolike-buttons.utl-mobile .uptl_container-share .uptl_toolbar ul.horizontal li .sn-icon {
    height: 32px !important;
    line-height: 32px !important;
    font-size: 32px !important;
}

.sp-title-black {
	font: 700 24px / 28px 'Gilroy', sans-serif;
	color:#343A40;
	padding: 30px 0px 10px 0px;
}

.leq-item {
  display: block;
  min-height: 300px;
  border:0px green solid;
  position:relative;
  background-color:#ffffff;
  	background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.leq-slider-item {
	display: block;
    border: 0px green solid;
    position: relative;
}

.leq-slider-item-img{
padding: 0px !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
     background-size: unset; 
    background-repeat: no-repeat;
    /* background-position: center; */
    z-index: 50;
}

.leq-slider-item-name{
position: absolute;
    z-index: 100;
    color: var(--th-title-color);
    bottom: 0px;
    left: 0px;
    background-color: #f1f1f1;
    min-height: 110px;
    width: 100%;
    padding: 20px 10px;
    font: 500 16px/24px 'Gilroy',sans-serif;
}

.leq-item::after {
	position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
    transition: background 0.5s;
    z-index: 70;
}

.leq-item:hover:after {
    background: rgba(0,0,0,0.3);
}

@media only screen and (max-width : 576px) {
	.leq-slider-item-img{
		background-size: contain;
		}
}

.import-page-back-blue {
    background: #006ba4;
    color: #fff;
    border-radius: 3px;
}

.import-page-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}

.import-page-back-blue p {
    color: rgba(255,255,255,0.95);
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.btn-group-blue-100 {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.btn-white-border {
    display: inline-block;
    width: 80%;
    border: 2px solid rgba(255,255,255,0.9);
    background: transparent;
    padding: 12px 20px;
    border-radius: 6px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: 0.25s ease-in-out;
}

.btn-white-border span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-white-border i {
    font-size: 18px;
    color: #fff;
}

.btn-white-border:hover {
    background: rgba(255,255,255,0.15);
    color: #fff !important;
    text-decoration: none;
}

.cta-circle-icon {
    position: relative;
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex: 0 0 86px;
}

.cta-circle-icon::before {
    content: "\f128";
    font-family: "FontAwesome";
    font-size: 34px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cta-circle-icon::after {
    content: "";
    position: absolute;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cta-header-line {
    display:flex;
    align-items:center;
    gap:25px;
    justify-content:center;
    margin-bottom:25px;
}

@media (max-width: 768px) {
    .import-page-title {
        text-align: center;
        font-size: 26px;
    }

    .import-page-back-blue p {
        text-align: center;
    }

    .btn-white-border {
        margin-bottom: 15px;
    }
}

/* End */


/* Start:/local/components/DM/goods-block/templates/.default/style.css?17689808011087*/
/* NEW ITEMS STYLE 2020 YOYO */


.new-item{
    border: 2px ridge gray;
    padding: 4.5%;
    height: 22.5em!important;
    margin: 0.4em;
}


.new-item__title{
    height: 6.5em !important;
    overflow: auto;
    text-align: center;
    font-size: small;
}

.new-item img {
    margin: 0 25%;
}

.slickdiv{
   /* display: inline-block!important;*/
    /*align-items: center;*/
    padding: 0 2% !important;
}

.slickdiv .slick-list{
padding-top:20px;
padding-bottom:50px;
}

.slickdiv .slick-arrow {
	width:40px;
	height:40px;
}

.slickdiv .fa-angle-right, .fa-angle-left{
    font-size: 4em!important;
    cursor: pointer;
}
.slickdiv i.fa.fa-angle-left {
    position: absolute;
    top: 40%;
    left: 0%;
    z-index: 1;
    vertical-align: middle;
}
.slickdiv i.fa.fa-angle-right {
    position: absolute;
    top: 40%;
    right: 0%;
    z-index: 1;
    vertical-align: middle;
}
@media (max-width:768px) {
    .new-item img {
        margin: 0 10%;
    }

    .new-item {
        height: 24em !important;
    }
}
/* End */


/* Start:/local/templates/traiv-new/components/bitrix/system.pagenavigation/visual-2021/style.min.css?17689808004435*/
.bx_pagination_bottom {/*vertical-align: baseline;*/}
.bx_pagination_bottom{
	/*color: #8d8d8d;
	font-size:11px;*/
}

.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	/*float: right;
	text-align: right;*/
	font: 500 16px/28px 'Gilroy',sans-serif;
	color:#343a40;
	text-transform: uppercase;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/traiv-new/components/bitrix/system.pagenavigation/visual-2021/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	min-width: 28px;
	color: #8d8d8d;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	min-width: 28px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	font: 500 13px/28px 'Gilroy',sans-serif;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border-radius: 50%;
	background: #dbecf4;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1);
	background-image: linear-gradient(to bottom, #0098d2, #0084c5, #0070b6, #005da6, #004995);
	font: 500 13px/28px 'Gilroy',sans-serif;
	color:#ffffff;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/traiv-new/components/bitrix/news.list/posts_news_list_2021/style.css?1768980799949*/
.traiv-news-list-main-page-news .preview-item {
    background: #fff;
    padding: 0;
}
.traiv-news-list-main-page-news .preview-item .image {
    height: 190px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.traiv-news-list-main-page-news .preview-item .description {
    border-left: 1px solid #e1e7eb;
    border-right: 1px solid #e1e7eb;
    border-bottom: 1px solid #e1e7eb;
    padding: 15px 13px;
    height: 13em;
}
.traiv-news-list-main-page-news .preview-item .description .date {
    color: #9e9e9e;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 5px;
}
.traiv-news-list-main-page-news .preview-item .description h4 {
    height: auto;
}
.traiv-news-list-main-page-news .preview-item .description .text {
    height: 90px;
    overflow: hidden;
}

.traiv-news-list-main-page-news .u-align-right {
    margin-top: 15px;
}
/* End */
/* /local/templates/traiv-new/components/bitrix/breadcrumb/traiv-new/style.css?1768980799291 */
/* /local/templates/traiv-new/components/bitrix/news/articles/bitrix/news.detail/detail_news_2021/style.css?17689808004648 */
/* /local/components/DM/goods-block/templates/.default/style.css?17689808011087 */
/* /local/templates/traiv-new/components/bitrix/system.pagenavigation/visual-2021/style.min.css?17689808004435 */
/* /local/templates/traiv-new/components/bitrix/news.list/posts_news_list_2021/style.css?1768980799949 */
