

/* Start:/bitrix/templates/truckings2/components/bitrix/news.list/slider/style.css?17097973721605*/
.head-slide {
	padding-top: 110px;
	min-height: 380px;
	position: relative;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #212121;
}
.slider_header {
    font-weight: bold;
    font-family: var(--prv_font_family);
    font-size: 2em;
	line-height: 1.1;
}
.slider_text_left {
    justify-content: flex-start;
    text-align: left;
}
.slider_text_right {
    justify-content: flex-end;
    text-align: right;
}
.slider_text_center {
    justify-content: center;
    text-align: center;
}
.slider_color_lite {
    color:white;
}
.slider_color_dark {
    color:#212121;
}
.slider_color_site {
    color:var(--prv_color);
}
.slider_description{
	font-size: 1em;
	line-height: 1.5;
	margin:24px 0 55px;
    font-family: var(--prv_font_family);
}
.item_video_block {
    overflow:hidden;
}
.video_background {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
}
.head-slide a.btn.slider_color_lite,
.head-slide a.btn.slider_color_lite:focus{
    color: #fff;
}
.head-slide a.btn.slider_color_dark,
.head-slide a.btn.slider_color_dark:focus{
    color: #212121;
}
@media(max-width: 992px){
    .slider_header{
        margin-top: 50px;
    }
    .head-slide {
        padding-bottom: 50px;
    }
}
@media(min-width: 768px){
    .slider_header{
        font-size: 2.6428571em;
    }
    .slider_description{
        font-size: 1em;
    }
    .head-slide{
        max-height: 633px;
    }
}

/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/news.list/advantages_1/style.css?17097973721288*/
.total_content #advantages.scroll_advantages{
	padding-bottom: 30px;
}

#advantages{
  background-repeat: no-repeat;
  background-size: cover;
}
.advantage-cnt {
    min-height: 60px;
	display: flex;
	align-items: center;
    justify-content:flex-start;
}
.adv-icon-cnt {
	width: 80px;
	margin-right: 20px;
}
.adv-icon-cnt svg path{
  fill: var(--prv_button_bg);
}
.adv-icon-cnt img {
    max-width:100%;
    max-height:100%;
}
.adv-text-cnt {
	text-align: left;
	color: #212121;
    width: 100%;
}
@media (max-width: 991px) {
	.advantage-cnt{
		margin-bottom: 40px;
	}
    .all-advantages .col-*:last-child .advantage-cnt{
        margin-bottom: 0px;
    }
}
@media (max-width: 767px) {
  .total_content #advantages.scroll_advantages{
  	padding-top: 60px 0 30px 0;
  }
  .advantage-cnt {
		display: block;
  }
	.adv-icon-cnt {
		margin-bottom: 8px;
    margin-right: 0px;
    text-align: center;
	}
	#advantages.section_grey{
    padding: 60px 0 20px;
  }
  #advantages .advantage-cnt{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .adv-text-cnt{
    text-align: center;
  }
}

/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/catalog.sections.top/services_default/style.css?17097973721947*/
.preset-services-two .all_services_link{
  top: 70px;
}
@media(max-width:768px){
  .preset-services-two .all_services_link {
      top: 20px;
  }
}
#services>.container{
    position: relative;
}
.sect_service_cnt{
    /*border: 1px solid #EEF1F4;*/
    background-color: #fff;
    display:flex;
    align-items:center;
    border-radius: 5px;
}
.sect_service_cnt:hover{
    box-shadow: 0 0 32px #ccc;
    transition: .5s;
}
.sect_service_block {
    margin-top:30px;
}
.sect_service_block:hover {
    z-index: 1;
}
.sect_service_block:first-child {
    margin-top:0px;
}
@media (min-width: 1200px) {
    .sect_service_block:nth-child(2) {
        margin-top:0px;
    }
}
.sect_service_img{
    width: 226px;
    min-height: 226px;
    margin-right: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-self:stretch;
    flex-grow: 0;
    flex-shrink: 0;
    display:block;
    cursor: pointer;
}
.sect_service_list{
    padding: 26px 26px 26px 0px;
    width: calc(100% - 266px);
    flex-grow: 5;
    flex-shrink: 5;
}
.sect_service_list>ul{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.sect_service_cnt a:focus{
    text-decoration: none;
}
.sect_service_cnt a:hover{
    color: var(--prv_btn_color);
}

.sect_service_link{
    font-size: 1.35714285em;
    margin-bottom: 8px;
    display: block;
}
.sect_service_link,
.sect_service_link:focus{
    color: #212121;
}
.sect_service_list ul a{
    color: #757575;
    display: block;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .sect_service_img{
        margin-right: 20px;
    }
    .sect_service_list{
        padding: 16px 16px 16px 0px;
    }
}
@media (max-width: 576px) {
    .sect_service_cnt{
        display:block;
    }
    .sect_service_img{
        width:100%;
        margin-right:0px;
    }
    .sect_service_list{
        width:100%;
        padding: 26px 26px 26px 26px;
    }
}

/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/news.list/news_3/style.css?17097973722853*/
 .scroll_news .link-preset-two{
  top: 70px;
}
@media(max-width: 768px){
  .scroll_news .link-preset-two{
     top: 20px;
  }
}
.scroll_news .owl-theme .owl-nav.disabled+.owl-dots {
	bottom: -35px;
}
.carousel-news-mobile{
	display: none;
}
.news-item{
	display: block;
	text-decoration: none;
	margin-top: 30px;
        color: #212121;
        position: relative;
}
.news-item:hover {
    box-shadow: 0 0 32px #ccc;
    transition: .5s;
    color: #212121;
}
.news-item:hover,
.news-item:focus{
	text-decoration: none;
        color: #212121;
}
.news-item__img{
	height: 158px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
        position: relative;
        display: block;
}
.news-item__body{
	padding: 27px 20px 40px;
	position: relative;
	min-height: 180px;
	background-color: #fff;
	border: 1px solid #EEF1F4;
        z-index: 2;
}
.news_section{
	color: #212121;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.2857em;
}
.news-item__preview-text{
    color: #707070;
    margin-top: 10px;
}
.news-item__name > a,
.news-item__name > a:focus{
    font-size: 1.4285em;
    color: #212121;
}
.news-item__date{
	color: #707070;
	font-size: 0.8571em;
	text-transform: lowercase;
}
.news-item__bottom{
    position: absolute;
    bottom: 16px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-item__likes-comments{
    display: flex;
}
.news-item__comments,
.news-item__comments:hover,
.news-item__comments:focus,
.news-item__comments:active{
    color: #707070;
    text-decoration: none;
    z-index: 8;
}

.news-item__comments > span,
.news-item__likes{
    color: #707070;
    font-size: 0.8571em;
    position: relative;
    display: block;
}
.news-item__likes{
    margin-left: 19px;
    cursor: pointer;
    position: relative;
    z-index: 8;
}
.news-item__comments .fas,
.news-item__likes > .fas{
    color: #C5C5C5;
    margin-left: 6px;
}
.news-item__comments:hover > span,
.news-item__comments:hover > span > .fas,
.news-item__likes:hover,
.news-item__likes:hover > .fas{
    color: var(--prv_btn_color);
}

@media(max-width: 767px){
	.news-item-first .news-item__body{
		width: 100%;
	}
	.news-item__body{
		min-height: 140px;
	}
	.carousel-news-mobile{
		display: block;
	}
	.carousel-news{
		display: none!important;
	}
	.news-item__preview {
		border-left: 1px solid #EEF1F4;
	}
}
@media(min-width: 768px){
	.news-item-first{
		height: 338px;
		position: relative;
	}
	.news-item-first .news-item__img{
		height: 100%;
	}
	.news-item-first .news-item__body{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 50%;
	}
        .news-item__body{
            height: calc(100% - 158px);
        }
}
@media(min-width: 992px){
	.news-item-first .news-item__body{
		max-width: 262px;
	}
}

/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/news.list/team_rectangle/style.css?17097973724929*/
.block_details_link{
    font-size: 12px;
    text-transform: uppercase;
    z-index: 1;
    display:block;
    margin-bottom:17px;
}
@media (min-width: 560px) {
    .block_details_link{
        position: absolute;
        right: 15px;
        margin-bottom:0px;
        top: 32px;
    }
}
.block_details_link:hover{
    color: #999;
}
.block_details_link:focus,
.block_details_link:hover{
    text-decoration: none;
}
.total_content #team .heading{
    margin-bottom: 33px;
}
.worker-grid-rectangle_section{
    border-top: 1px solid #EEF1F4;
    padding-top: 38px;
}
.worker-grid-rectangle__block{
    border: 1px solid #EEF1F4;
    margin-bottom: 20px;
    transition: all 0.3s linear;
}
.worker-grid-rectangle__block-inside{
    padding: 0 9px;
    position: relative;
}
.worker-grid-rectangle__block-link{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.worker-grid-rectangle__block-inner{
    padding: 39px 0 30px;
    border-bottom: 1px solid #EEF1F4;
}
.worker-grid-rectangle__block:hover{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}
.worker-grid-rectangle__header{
    padding-bottom: 15px;
}
.worker-grid-rectangle__picture{
    width: 100%;
}
.worker-grid-rectangle__image{
    margin: 0 auto;
}
.worker-grid-rectangle__info{
    padding: 0 5px 0 15px;
}
.worker-grid-rectangle__info-block-title{
    margin: 0;
    text-transform: uppercase;
    font-size: 0.7142em;
    line-height: 1.7em;
}
.worker-grid-rectangle__info-block-value{
    margin: 0;
    line-height: 1.7em;
    font-weight: bold;
    font-size: 0.8571em;
}
h5.worker-grid-rectangle__info-block-value {
    font-size: 1.2857em;
}
.worker-grid-rectangle__info > *{
    margin-bottom: 10px;
}
.worker-grid-rectangle__description{
    padding-top: 9px;
    line-height: 25px;
    color: #757575;
    font-weight: 600;
    margin-bottom: 0;
}
.worker-grid-rectangle__info-block-inline{
    display: inline-block;
    margin-bottom: 8px;
}
.worker-grid-rectangle__info-block-inline{
    margin-right: 15px;
}
.worker-grid-rectangle__info-block-value.name{
    font-weight: bold;
    text-transform: uppercase;
}
.worker-grid-rectangle_info-block-grey{
    background-color: #EEF1F4;
    padding: 12px 31px;
}
.worker-grid-rectangle__image{
    margin-bottom: 36px;
}
.worker-grid-rectangle__image > div{
    border-radius: 100%;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    width: 190px;
        height: 190px;
    margin: 0 auto;
}
p.worker-grid-rectangle__section-description{
    margin-bottom: 50px;
}
.worker-grid-rectangle__btn-more-block{
    font-size: 12px;
    font-family: var(--prv_font_family);
    text-transform: uppercase;
    color: var(--prv_btn_color);
    padding: 27px;
    text-align: center;
    line-height: 1;
    display: block;
    text-align: center;
}
.worker-grid-rectangle__btn-more-block:hover,
.worker-grid-rectangle__btn-more-block:focus {
    background: var(--prv_interactive_color);
    color: #fff;
    text-decoration: none;
}
.worker-grid-rectangle__block{
    margin: 10px;
}
@media(min-width: 576px){
    .worker-grid-rectangle__block{
        text-align: left;
    }
    .worker-grid-rectangle__image > div{
        max-width: 150px;
        max-height: 150px;
    }
    .worker-grid-rectangle__info{
        padding: 0 5px 0 20px;
    }
}
@media(min-width:768px){
    .worker-grid-rectangle__block{
        margin: 10px;
    }
    .worker-grid-rectangle__description{
        margin-bottom: 0;
    }
        .worker-grid-rectangle__outside{
            position: relative;
            width: 100%;
            margin-bottom: 20px;
        }
        .worker-grid-rectangle__outside:hover .worker-grid-rectangle__block{
            margin: 0;
            padding: 10px;
        }
}
@media(min-width: 992px){
    .worker-grid-rectangle__image > div{
        max-width: 130px;
        max-height: 130px;
    }
}

/*owl style*/
#team_owl .owl_btn-right a,
#team_owl .owl_btn-right a:focus,
#team_owl .owl_btn-left a,
#team_owl .owl_btn-left a:focus{
    border: none;
    font-size: 32px;
    padding: 0;
}
#team_owl .owl-prev{
    left: -48px;
}
#team_owl .owl-next{
    right: -48px;
}
#team_owl .owl-next,
#team_owl .owl-prev{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none!important;
    outline: none!important;
}
#team_owl .owl-dots{
    bottom: auto;
}
#team_owl .owl-next a .carousel-arrow,
#team_owl .owl-prev a .carousel-arrow{
    fill: #757575;
}
#team_owl .owl-next:not(.disabled):hover .carousel-arrow,
#team_owl .owl-prev:not(.disabled):hover .carousel-arrow{
    fill: var(--prv_btn_color);
}
#team_owl .owl-stage{
    padding: 15px 0;
}
@media(min-width: 560px){
    #team .block_details_link{
        top: 32px;
    }
}
@media(max-width:768px){
  .scroll_team .all_services_link {
      top: 0px;
  }
}

/* End */
/* /bitrix/templates/truckings2/components/bitrix/news.list/slider/style.css?17097973721605 */
/* /bitrix/templates/truckings2/components/bitrix/news.list/advantages_1/style.css?17097973721288 */
/* /bitrix/templates/truckings2/components/bitrix/catalog.sections.top/services_default/style.css?17097973721947 */
/* /bitrix/templates/truckings2/components/bitrix/news.list/news_3/style.css?17097973722853 */
/* /bitrix/templates/truckings2/components/bitrix/news.list/team_rectangle/style.css?17097973724929 */
