

/* 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 */
/* /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 */
