

/* Start:/bitrix/templates/truckings2/components/bitrix/news.list/slider/style.css?17211531081853*/
.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_background{
    display: inline-block;
    background: var(--prv_button_bg);
    border: 5px solid var(--prv_button_bg);
    border-radius: var(--prv_button_radius);
    height: 100px;
}
.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_background{
        height: 200px;
    }
    .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_default/style.css?17471206161159*/
.advantage-cnt{
	padding: 25px;
	border: 1px solid #272F53;
	border-radius: 5px;
	height: 100%;
}
.adv-icon-cnt {

	display: flex;
	margin-bottom: 30px;
}

.adv-icon-cnt svg path{
	fill: var(--prv_btn_color);
}

.adv-icon-cnt img {
    max-width:100%;
	min-height: 90px;
    /*max-height:100%;*/
}
.adv-text-cnt {
	color: #757575;
}
.adv-heading{
	font-size: 1.2857142em;
	font-weight: 600;
	margin-bottom: 9px;
	line-height: 1.22;
	color:#000;
}
.adv-heading.preset-heading-one{
	color:#fff;
}

.all-advantages .col-xs-12:first-child .advantage-cnt{
	margin-left: 72px;
}
@media (max-width: 991px) {
	.all-advantages .col-xs-12:first-child .advantage-cnt{
		margin-left: 0;
	}
	.advantage-cnt{
		text-align: center;
	}
  .all-advantages .col-*:last-child .advantage-cnt{
      margin-bottom: 0px;
  }
	.adv-icon-cnt{
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.total_content #advantages.scroll_advantages {
		padding: 60px 0 30px;
	}
  .adv-icon-cnt,
  .adv-heading{
      margin-bottom: 8px;
  }
}
@media(max-width: 450px){
	.adv-heading{
		font-size: 1em;
	}
	.adv-text-cnt{
		font-size: 0.9em;
	}
	.advantage-cnt {
		padding: 15px;
	}
}

/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/catalog.sections.top/services_custom/style.css?17207047041947*/
.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/main.include/heading/style.css?1715085281922*/
.heading {
  position: relative;
  font-size: 2.1428571em;
  /* padding-bottom: 19px; */
  line-height: 1.066;
  margin-bottom: 26px;
}

.total_content .heading {
  margin-bottom: 40px;
}

.heading.heading_two {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.heading_two::after {
  content: '';
  position: absolute;
  width: 109px;
  height: 5px;
  transform: translate(-50%, 10px);
  background: var(--prv_button_bg);
}
#services .heading_one {
  color: #fff;
}
.calculator .heading_one {
  color: rgb(33, 33, 33);
}

.scroll_avtopark .link-preset-two {
  top: 70px;
}
@media (max-width: 768px) {
  .scroll_avtopark .link-preset-two {
    top: 20px;
  }
}
.heading_three::before {
  content: '';
  width: 30px;
  height: 6px;
  position: absolute;
  top: calc(50% - 3px);
  background-color: var(--prv_color);
}

.heading_three h2 {
  margin-left: 40px;
}
.heading_three {
  margin-bottom: 30px;
}

/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/catalog.sections.top/avtopark/style.css?17150852829886*/
div.scroll_avtopark{
    padding-bottom: 0px;
}

.projects-section__container {
    position: relative;
}

.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;
}

.all_projects {
    margin-bottom: 60px;
}

.projects-section__project-wrapper {
    height: 237px;
    display: block;
    position: relative;
    overflow: hidden;
}

.projects-section__project-background {
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: transform .5s;
}

.projects-section__project-wrapper:hover > .projects-section__project-background {
    transform: scale(1.1);
}

.projects-section__project-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px 24px;
    z-index: 2;
    color: #fff;
    line-height: 20px;
    background-color: rgba(33, 33, 33, 0.6)
}

.projects-section__project-heading-section {
    opacity: .7;
    font-size: 0.7142em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.projects-section__project-heading-name {
    font-size: 1.1428em;
    line-height: 23px;
}
/*avtoparks*/
.avtoparks_cnt{
    margin: auto auto 20px;
    width: max-content;
    display: flex;
    align-items: center;
}
.avtopark {
    font-size: 22px;
    font-weight: 600;
    margin-right: 18px;
    float: left;
}
.old_avtopark{
    color: #757575;
    text-decoration: line-through;
    float: left;
}
@media (max-width: 767px) {
    .avtopark {
        font-size: 20px;
    }
}
.avtopark_callback{
    display: block;
    font-size: 0.8em;
    font-family: var(--prv_font_family);
    text-transform: uppercase;
    color: var(--prv_btn_color);
    padding: 27px;
    text-align: center;
    line-height: 1;
    margin-top: auto;
}
.avtopark_callback:hover,
.avtopark_callback:focus{
    background: var(--prv_interactive_color);
    color: #fff;
    text-decoration: none;
}
.hr{
    height: 1px;
    background-color: #EEF1F4;
}
.owl-stage{
    display: flex;
}
/*goods*/
.goods_avtoparks {
    text-align: left;
    line-height: 16px;
}

.avtopark-note .autopark-goods_row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    line-height: 16px;
}
.item_prop_border_left {

    height: auto;
    border-left: 1px dotted #CCCCCC;
}
.autopark-goods_name_cnt {
    float: left;
}

.goods_name_cnt > span.goods_name {
    padding-right: 10px;
    display: table-caption;
    min-width: 68px;
}

.goods_avtopark {
    float: right;

    text-align: right;
}

.goods_avtopark_block {
    padding-left: 10px;
}

/*owl style*/
.owl-projects .owl_btn-right a,
.owl-projects .owl_btn-right a:focus,
.owl-projects .owl_btn-left a,
.owl-projects .owl_btn-left a:focus {
    border: none;
    font-size: 32px;
    padding: 0;
}

.owl-projects .owl-prev {
    left: -48px;
}

.owl-projects .owl-next {
    right: -48px;
}

.owl-projects .owl-next,
.owl-projects .owl-prev {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 24px;
    padding: 0px;
    margin: 0px;
    background: none !important;
    outline: none !important;
}

.owl-projects .owl-dots {
    position: relative;
    margin-bottom: -11px;
    bottom: auto !important;
}

.owl-projects .owl-next a .carousel-arrow,
.owl-projects .owl-prev a .carousel-arrow {
    fill: #757575;
}

.owl-projects .owl-next:not(.disabled):hover .carousel-arrow,
.owl-projects .owl-prev:not(.disabled):hover .carousel-arrow {
    fill: var(--prv_btn_color);
}

.nav.projects-section__tabs-list {
    margin-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
}

.projects-section__tabs-list > li {
    margin-right: 6px;
}

.projects-section__tabs-list > li > a {
    padding: 9px 26px;
    font-size: 1em;
    color: #212121;
    display: block;
    text-decoration: none;
    position: relative;
}

.projects-section__tabs-list > li > a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent;
    z-index: 2;
}

.projects-section__tabs-list > li:hover > a:after,
.projects-section__tabs-list > li > a.active:after {
    background: var(--prv_interactive_color);
}

.projects-section__tabs-list > li > a.active {
    color: var(--prv_btn_color);
}

.projects-section__tabs-list > li > a:hover {
    text-decoration: none;
    opacity: 1;
    color: var(--prv_btn_color);
}

.projects-section__dropdown-tabs-wrapper {
    padding-bottom: 25px;
}

.projects-section__list-group {
    margin-bottom: 0px;
}

.projects-section__list-group-item {
    padding: 15px 25px 15px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}

.projects-section__list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.projects-section__list-group-item.active {
    text-shadow: none;
    border: 1px solid #eff1f5;
    border-left-color: var(--prv_color);
    background: #fff;
    color: #212121;
}

.projects-section__list-group-item.active:hover,
.projects-section__list-group-item.active:focus {
    text-shadow: none;
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color: #eff1f5;
    border-left-color: var(--prv_color);
    background-image: none;
}

.autopark-section__dropdown-tab-panel {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 55px 15px 25px;
    border: 1px solid #eff1f5;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #212121;
    background: #fff;
}

.autopark-section__dropdown-tab-panel:hover,
.autopark-section__dropdown-tab-panel:focus {
    text-decoration: none;
    color: #212121;
}

.autopark-section__dropdown-tab-panel:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin: -2px 0 0;
    border-bottom: 3px solid #212121;
    border-top: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.autopark-section__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.projects-section__tab-panel-nav {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .projects-section__container {
        padding-bottom: 40px;
    }
}


.avtopark_list_owl .item {
    height: 100%;
}

.avtopark-cnt {

    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: .2s;
    height: 100%;
    /*margin-bottom: 80px;*/
}

.avtopark-cnt:hover {
    /*box-shadow: 0 0 32px #ccc;
    transition: .5s;
    z-index: 99;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;*/
}

.avtopark_img {
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    width: auto;
}

.avtopark-period {
    font-size: 20px;
    margin-top: 26px;
    height: 50px;
    padding: 0 18px;
    text-align: center;
    font-weight: bold;

}

.avtopark-period p {
    line-height: 1.3 !important;
    font-size: 22px;
}

.avtopark-note {
    padding: 18px 18px 6px 18px;

    color: #757575;
    text-align: left;
    line-height: 2;
}

.avtopark-note ul {
    padding-inline-start: 18px;

}

.avtopark_list_avtopark {
    color: #212121;
    font-weight: bold;
    font-size: 22px;
    padding: 18px 18px;
}

.avtopark_list_btn {
    padding: 0 18px;
}

.avtopark_list_btn a {

    display: block;
    /*border-top: 1px solid #DFDFDF;*/
    padding: 10px 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: .8rem;
}

.avtopark-cnt:hover .avtopark_list_btn {
   /* background: var(--prv_btn_hover);**/
    text-decoration: none;
    border: none !important;
    opacity: .9;
}

.avtopark-cnt:hover .avtopark_list_btn a {

    text-decoration: none;
    /*color: #fff;
    border-top: 1px solid var(--prv_btn_hover);*/
    transition: transform 0s;
    opacity: unset;

}


.service-detail__avtopark-list {
    overflow: auto;
    max-width: 100%;
    margin-bottom: 30px;
}

.service-detail__avtopark-list > table {
    width: 100%;
}

.service-detail__avtopark-list thead > tr {
    background: var(--prv_color_bg);
}

.service-detail__avtopark-list thead > tr > th {
    color: #fff;
}

.service-detail__avtopark-list > table td, .service-detail__avtopark-list > table th {
    font-size: 1em;
    height: 60px;
    vertical-align: middle;
    padding: 0 20px;
    color: #212121;
    font-weight: normal;
}

@media (min-width: 768px) {
    .service-detail__avtopark-list > table td, .service-detail__avtopark-list > table th {
        font-size: 1.1328em;
        padding: 20px 40px 20px 30px;
    }
}

.service-detail__avtopark-list tbody > tr:nth-child(2n) {
    background-color: #F5F7FF;
}

.service-detail__avtopark-list > table td:nth-child(n+3), .service-detail__avtopark-list > table td:nth-child(1) {
    font-weight: bold;
}

.service-detail__avtopark-list_title sup {
    text-transform: uppercase;
    font-size: .6em;

}

.service-detail__avtopark-list_title {
    font-size: 1.857em;
    margin: 32px 0;
}

@media(max-width: 560px){
  .scroll_avtopark .all_services_link{
    text-align: right;
  }
}

/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/system.pagenavigation/round/style.css?17150852812433*/
.bx-pagination {
	margin: 35px 0 70px;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #212121;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        font-weight: bold;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #212121;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	line-height: 28px;
	color: #C5C5C5;
        font-size: 1.2857em;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #C5C5C5;
	line-height: 28px;
        font-size: 1.2857em;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: var(--prv_btn_color);
}

.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: var(--prv_button_bg);
	color: #fff;
}

/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/news/promotion-index/bitrix/news.list/page_stocks_default/style.css?17150852811739*/
.page-footer.main-page__section{
  padding-top: 0px;
}
.promotions-promotion{
    /* margin-bottom: 100px; */
    margin-bottom: 0;
}
.promotions-promotion>.container{
    position: relative;
}

.sect_promotion_cnt{
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 306px;
    padding:93px 50px 111px 50px;
    position: relative;
    transition: .5s;
}
.sect_promotion_cnt:hover{
    box-shadow: 0 0 32px #777;
    transition: .5s;
}
.sect_promotion_cnt * {
    position:relative;
    z-index:2;
}
.sect_promotion_bg {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.3);
    z-index:0;
}
.sect_promotion_block {
    margin-top:30px;
}
.sect_promotion_block:nth-child(1) {
    margin-top:0px;
}
@media (min-width: 992px) {
    .sect_promotion_block:nth-child(2) {
        margin-top:0px;
    }
}
.sect_promotion_heading{
    font-size: 1.5714285em;
    line-height: 1.4;
    color: #fff;
    font-weight:600;
}
.sect_promotion_btn {
    position:absolute;
    bottom:70px;
    left:50px;
    color: #fff!important;
}
.sect_promotion_dates{
    color: #fff;
    font-size: 1.1428em;
    line-height: 1.375;
    margin-top: 6px;
    margin-bottom: 10px;
}
.sect_promotion_discount{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    color: #fff;
    background-color: var(--prv_color);
    border-radius: 100%;
    font-size: 1.2857em;
    text-align: center;
}
@media(max-width:767px){
    .sect_promotion_btn {
        left: 20px;
    }
    .sect_promotion_cnt{
        padding:93px 20px 111px 20px;
    }
}

/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/news.list/slider-photogallery/style.css?17186871401605*/
.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/emails/style.css?1715085281150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/truckings2/components/bitrix/news.list/reviews_main_default/style.css?17150852814044*/
.reviews-section__container {
    position: relative;
}
.reviews-section__person{
    margin-bottom: 30px;
    display:flex;
    align-items:center;
}
.reviews-section .stars_cnt{
    width:150px;
}
.reviews-section .star{
    height: 18px;
    width: 18px;
    margin-left: 8px;
    display: inline-block;
}
.reviews-section .star .star_icon{
    fill: #E1E1E1;
}
.reviews-section .star.active .star_icon{
    fill: #EFCE4A;
}
.reviews-section__person-photo{
    height: 94px;
    width: 94px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 42px;
    border-radius: 100%;
}
.reviews-section__person-block {
    width: calc(100% - 136px);
}
.reviews-section__person-name-container {
    display:flex;
    align-items:center;
}
.reviews-section__person-name-block{
    width: calc(100% - 150px);
}
.reviews-section__person-position{
    font-size: 0.8571em;
    text-transform: uppercase;
    color: #757575;
    margin-bottom: 4px;
}
.reviews-section__person-name{
    font-size: 1.7142em;
    font-weight: 600;
}
.reviews-section .review-text{
    color: #757575;
    font-size: 1em;
}
.reviews-section .review_more{
    font-size: 1.1428em;
}
.reviews-section .review_more,
.reviews-section .review_more:hover,
.reviews-section .review_more:focus{
    color: var(--prv_btn_color);
}
.reviews-section .review_rating_value {
    display: none !important;
}

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

.morelink.review_more{
    margin-top: 16px;
    text-decoration: none!important;
}
.reviews-file{
    margin-top: 20px;
}
.reviews-file__title{
    font-weight: 600;
    font-size: 1.2857em;
    padding-right: 20px;
    margin-bottom: 30px;
    display: block;
}
/* files */
.reviews-file__list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.reviews-file__files-item{
    display: flex;
    align-items: center;
    width: 180px;
    margin: 0 32px 20px 0;
    overflow: hidden;
}
.reviews-file__files-image-block{
    margin-right: 9px;
    height: 31.25px;
    width: 25px;
}

.reviews-file__files-item-link{
    font-size: 1.2857em;
}

.reviews-file__files-item-link,
.reviews-file__files-item-link:focus,
.reviews-file__files-item-link:hover,
.reviews-file__files-item-link:active,
.reviews-file__files-item-link:active:hover,
.reviews-file__files-item-link:active:focus{
    color: #212121;
}
@media (max-width: 991px) {
    .reviews-section__person-name-container {
        display:block;
    }
    .reviews-section__person-name-block {
        width:100%;
    }
    .reviews-section .stars_cnt {
        padding-top:10px;
    }
    .reviews-section .star {
        margin-left: 0px;
        margin-right: 8px;
    }
}
@media(max-width: 767px){
    .reviews-section .review-text,
    .reviews-file__title,
    .reviews-file__files-item-link{
        font-size: 1em;
    }
}
@media (max-width: 500px) {
    .reviews-section__person{
        display:block;
    }
    .reviews-section__person-block {
        width:100%;
    }
    .reviews-section__person-photo{
        margin-bottom:10px;
    }
}

/* End */
/* /bitrix/templates/truckings2/components/bitrix/news.list/slider/style.css?17211531081853 */
/* /bitrix/templates/truckings2/components/bitrix/news.list/advantages_default/style.css?17471206161159 */
/* /bitrix/templates/truckings2/components/bitrix/catalog.sections.top/services_custom/style.css?17207047041947 */
/* /bitrix/templates/truckings2/components/bitrix/main.include/heading/style.css?1715085281922 */
/* /bitrix/templates/truckings2/components/bitrix/catalog.sections.top/avtopark/style.css?17150852829886 */
/* /bitrix/templates/truckings2/components/bitrix/system.pagenavigation/round/style.css?17150852812433 */
/* /bitrix/templates/truckings2/components/bitrix/news/promotion-index/bitrix/news.list/page_stocks_default/style.css?17150852811739 */
/* /bitrix/templates/truckings2/components/bitrix/news.list/slider-photogallery/style.css?17186871401605 */
/* /bitrix/templates/truckings2/components/bitrix/news.list/emails/style.css?1715085281150 */
/* /bitrix/templates/truckings2/components/bitrix/news.list/reviews_main_default/style.css?17150852814044 */
