

/* intermodal-hero -------------------------------------------- */
.intermodal-hero {
	padding-top: 100px;
	padding-bottom: 160px;
	background-image: url('../i/bg-intermodal-hero.jpg');
}
.boxtruck-hero {
	padding-top: 100px;
	padding-bottom: 160px;
	background-image: url('../i/bg-boxtruck-hero.jpg');
}
.intermodal-hero .hero-count {
	padding-bottom: 20px;
}
.intermodal-hero .hero-count__item {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 176px;
	padding: 8px;
}
.boxtruck-hero .hero-count__item {
	background: rgba(0, 36, 66, 0.4);
	border: 2px solid rgba(255, 255, 255, 0.6);
	border-radius: 1px;
}
.intermodal-hero .hero-count__number {
	width: 100%;
	font-size: 80px;
}
.intermodal-hero .hero-count__item:nth-child(3) .hero-count__number {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
}
.boxtruck-hero .hero-count__item:nth-child(3) .hero-count__number {
	font-size: 24px;
}
.intermodal-hero .hero-count__title {
	width: 100%;
	margin: 0;
	font-size: 16px;
}

.intermodal-hero__button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 335px;
	min-height: 88px;
	margin: 0 auto;
	border: 2px solid rgba(255, 255, 255, 0.6);
	border-radius: 2px;
	padding: 16px;
	color: #FFF;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
}
.intermodal-hero__button:hover {
	background: #fff;
	color: #002442;
}




.intermodal-about {
	padding-top: 80px;
}
.intermodal-about .about__head::before {
	content: '';
	position: absolute;
	top: -24px;
	left: -24px;
	width: calc(100% + 48px);
	height: calc(100% - 44px);
	border-top: 2px solid #C9C9C9;
	border-left: 2px solid #C9C9C9;
	z-index: -10;
}
.intermodal-about .about__head::after {
	content: '';
	position: absolute;
	top: -24px;
	right: -24px;
	width: 2px;
	height: 59px;
	background: #C9C9C9;
	z-index: -10;
}
.about__desc {
	margin-top: -68px;
	padding-top: 155px;
	padding-bottom: 80px;
}
.boxtruck-about .about__desc {
	padding-top: 104px;
	padding-bottom: 24px;
}

.intermodal-about .about__thumb-wrapper {
	padding-top: 35px;
}
.intermodal-about .about__thumb {
	position: relative;
	z-index: 10;
}
.intermodal-about .about__thumb::before {
	content: '';
	position: absolute;
	bottom: -24px;
	left: -24px;
	width: calc(100% + 48px);
	height: 200px;
	border-left: 2px solid #C9C9C9;
	border-bottom: 2px solid #C9C9C9;
	z-index: -10;
}









.intermodal-lack .lack__wrapper {
	padding: 0 0 30px;
}
.intermodal-lack .lack__desc {
	width: calc(50% - 20px);
}
.intermodal-lack .lack-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.intermodal-lack .lack-item__inside {
	padding: 30px;
}






.rapidly {
	margin-top: 90px;
	background: url('../i/bg-rapidly.jpg') center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 40px;
}
.boxtruck-rapidly {
	background: #002442;
	padding-bottom: 0;
}
.rapidly__slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	background: url('../i/bg-rapidly-slider.jpg') center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.rapidly__slider .slick-list,
.rapidly__slider .slick-track {
	height: 100%;
}
.rapidly-slide {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}
.rapidly-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rapidly-slide__logo {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-left: 32px;
	z-index: 10;
}
.rapidly-slide__logo-inside {
	display: block;
	margin: auto;
	padding-left: 40px;
}
.rapidly-slide__logo-inside img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.rapidly-slide__loadline {
	position: absolute;
	top: calc(50% - 40px);
	left: 40px;
	width: 5px;
	height: 80px;
	background: #fff;
	z-index: 40;
}
.rapidly-slide__loadline span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	background: #062442;
}

.rapidly__box {
	width: 100%;
	max-width: 620px;
}
.boxtruck-rapidly .rapidly__box {
	width: 50%;
	max-width: 100%;
	margin-left: auto;
}
.rapidly__head {
	margin-top: -44px;
	margin-bottom: 78px;
	padding: 72px 80px;
	background: #fff;
	position: relative;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.4;
	text-align: center;
	color: #002442;
}
.boxtruck-rapidly .rapidly__head {
	width: calc(100% + 40px);
	margin-left: -20px;
	padding: 60px 80px;
	margin-bottom: 0;
}
.rapidly__head::before {
	content: '';
	position: absolute;
	top: -24px;
	left: -24px;
	width: calc(100% + 48px);
	height: 68px;
	border-top: 2px solid #C9C9C9;
	border-left: 2px solid #C9C9C9;
	border-right: 2px solid #C9C9C9;
}
.rapidly__info {
	width: 100%;
	max-width: 520px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.6;
	color: #FFF;
}
.boxtruck-rapidly .rapidly__info {
	max-width: 100%;
	padding: 48px 40px 48px 56px;
}









.intermodal-trainer {
	padding-top: 80px;
	padding-bottom: 48px;
	overflow: hidden;
}
.intermodal-trainer .trainer__wrapper {
	align-items: stretch;
	margin-top: 200px;
}
.intermodal-trainer .trainer__info {
	width: calc(100% - 520px);
	max-width: 560px;
	padding: 40px 0;
	position: relative;
	background: #fff;
	z-index: 10;
}
.intermodal-trainer .trainer__info::before {
	content: '';
	position: absolute;
	top: 0;
	left: -200%;
	width: 500%;
	height: 100%;
	background: #fff;
	z-index: -1;
}
.intermodal-trainer .trainer__name {
	padding-bottom: 16px;
	border-bottom: 1px solid #C9C9C9;
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #002442;
}
.intermodal-trainer .trainer__desc {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.6;
	color: #434343;
}
.intermodal-trainer .trainer__photo {
	width: 480px;
	background: transparent;
	box-shadow: none;
	position: relative;
	z-index: 20;
}
.intermodal-trainer .trainer__photo img {
	display: block;
	width: 100%;
	height: calc(100% + 200px);
	margin-top: -200px;
	object-fit: contain;
	object-position: center top;
}



.faq {
	overflow: hidden;
}



.intermodal-team {
	padding-top: 48px;
	padding-bottom: 60px;
}
.boxtruck-team {
	padding-top: 8px;
}
.intermodal-team .team__list,
.boxtruck-team__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	width: calc(100% + 20px);
	margin-left: -10px;
}
.intermodal-team .slick-track {
	display: flex !important;
}
.intermodal-team .slick-slide {
	height: inherit !important;
}
.intermodal-team .team-item {
	width: calc(25% - 20px);
	margin: 0 10px 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
	background: #fff;
	border-radius: 2px;
	position: relative;
}
.intermodal-team .team-item__thumb {
	width: 100%;
	height: 300px;
	max-height: 120%;
}
.intermodal-team .team-item__thumb::before {
	display: none;
}
.intermodal-team .team-item__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.intermodal-team .team-item__info {
	padding: 24px 20px;
}
.intermodal-team .team-item__name {
	width: 100%;
	min-height: 24px;
	padding: 0;
	margin-bottom: 12px;
	background: transparent;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	color: #002442;
}
.intermodal-team .team-item__posit {
	width: 100%;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	color: #434343;
}
.intermodal-team .team-item__desc {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	color: #434343;
}









.intermodal-includes {
	padding-top: 80px;
	padding-bottom: 64px;
	background: #002442;
}
.intermodal-includes .includes__head {
	margin-bottom: 18px;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.05;
	color: #FFF;
	text-align: left;
}
.intermodal-includes .includes__subhead {
	margin-bottom: 32px;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.05;
	color: #B8C2CA;
}
.intermodal-includes .includes__list,
.intermodal-faq .includes__list {
	width: calc(50% - 10px);
}
.intermodal-includes .includes-item {
	border: 1px solid #B8C2CA;
	background-color: transparent;
}
.intermodal-includes .includes-item.active {
	background: #fff;
}
.intermodal-includes .includes-item__head {
	color: #B8C2CA;
}
.intermodal-includes .includes-item.active .includes-item__head {
	color: #002442;
}
.intermodal-includes .includes-item__head::before {
	border-left-color: #B8C2CA;
}
.intermodal-includes .includes-item.active .includes-item__head::before {
	border-left-color: #002442;
}
.intermodal-includes .includes-item__text {
	color: #002442;
}








.intermodal-feedback {
	padding-top: 80px;
	padding-bottom: 80px;
}
.intermodal-feedback .feedback-item {
	display: block;
	margin-bottom: 48px;
}
.intermodal-feedback .feedback-item__thumb-wrapper {
	width: 100%;
	margin-bottom: 16px;
}
.intermodal-feedback .feedback-item__info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.intermodal-feedback .feedback-item__title {
	width: calc(100% - 136px);
	min-height: 24px;
}
.intermodal-feedback .feedback-item__title span {
	display: block;
	font-weight: bold;
}
.intermodal-feedback .feedback-item__date {
	width: 128px;
	padding-top: 4px;
	text-align: right;
}



.feedback-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	margin-bottom: 40px;
	position: relative;
}
.feedback-box__top {
	width: 260px;
	padding: 20px 8px 36px 24px;
	position: relative;
}
.feedback-box__top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #002442;
	border-radius: 2px;
}
.feedback-box__name {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.04;
	color: #002442;
}
.feedback-box__desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color: #434343;
}
.feedback-box__btn {
	position: absolute;
	bottom: 0;
	right: 4px;
	width: 22px;
	height: 18px;
	border: none;
	outline: none;
	background: #7C8C9A;
	-webkit-mask: url('../i/bg-icon-arrow.svg') center no-repeat;
	mask: url('../i/bg-icon-arrow.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.feedback-box__btn--prev {
	right: 32px;
	transform: rotate(-180deg);
}
.feedback-box__btn:hover {
	background: #002442;
}
.feedback-box__slider {
	width: calc(100% - 340px);
	position: relative;
	overflow: hidden;
}
.feedback-box__slider .slick-list,
.feedback-box__slider .slick-track {
	height: 100%;
}
.feedback-box-item {
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.feedback-box-item__link {
	display: block;
	width: 100%;
	text-decoration: none;
}
.feedback-box-item__thumb {
	display: block;
	width: 100%;
}
.feedback-box-item__thumb-inside {
	display: block;
	width: 100%;
	padding-top: 64%;
	position: relative;
}
.feedback-box-item__thumb-inside img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.feedback-box-item__photo,
.feedback-box-item__photo img {
	display: block;
	width: 100%;
	height: auto;
}
.feedback-box-item__bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
	min-height: 128px;
	background: linear-gradient(180.72deg, rgba(0, 36, 66, 0) 94.09%, #002442 43.99%);
	padding: 14px 24px;
	font-size: 16px;
	line-height: 1.6;
	color: #FFF;
	z-index: 20;
}
.feedback-box-item__bottom::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180.72deg, #002442 43.99%, rgba(0, 36, 66, 0) 94.09%);
	transform: rotate(-180deg);
	z-index: -1;
}
.feedback-box-item__title {
	display: block;
	width: 100%;
	font-weight: 700;
}

.feedback-box__link {
	display: block;
	width: 56px;
	min-height: 220px;
	background: #002442;
	border-radius: 2px;
	position: relative;
}
.feedback-box__link-name {
	display: block;
	position: absolute;
	top: 90px;
	right: -26px;
	min-width: 96px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1;
	color: #FFF;
	transform: rotate(90deg);
}
.feedback-box__link::before {
	content: '';
	position: absolute;
	top: 52px;
	left: 14px;
	width: 7px;
	height: 91px;
	background: url('../i/bg-icon-bottom-arrow.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.feedback-box__link-logo {
	position: absolute;
	top: 164px;
	left: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 37px;
	height: 37px;
	transition: all .3s ease;
}
.feedback-box__link:hover .feedback-box__link-logo {
	transform: scale(1.1);
}
.feedback-box__link-logo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}









.intermodal-progress {
	padding-top: 80px;
	padding-bottom: 80px;
}
.intermodal-progress .container {
	align-items: stretch;
}
.intermodal-progress .progress__info {
	width: 500px;
	margin-top: 0;
	background: transparent;
	padding: 0;
	box-shadow: none;
}
.intermodal-progress .progress__head {
	margin-bottom: 80px;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.1;
	color: #fff;
	text-align: left;
}
.intermodal-progress__list {
	padding-bottom: 40px;
	overflow: hidden;
	counter-reset: progress;
}

.intermodal-progress .progress-point {
	width: calc(100% - 72px);
	margin-left: 72px;
	margin-bottom: 24px;
	padding: 40px;
	border: 1px solid #4C657A;
	border-radius: 2px;
}
.intermodal-progress .progress-point__count {
	top: calc(50% - 30px);
	left: -72px;
	color: #4C657A;
}
.intermodal-progress .progress-point.slick-current .progress-point__count {
	color: #fff;
}
.intermodal-progress .progress-point__title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.05;
	color: #4C657A;
}
.intermodal-progress .progress-point.slick-current .progress-point__title {
	color: #fff;
}
.intermodal-progress .progress-point__desc {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.6;
	color: #4C657A;
}
.intermodal-progress .progress-point.slick-current .progress-point__desc {
	color: #fff;
}

.intermodal-progress__slider {
	width: calc(100% - 564px);
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.progress__slider-item {
	float: left;
	background: #FFF;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
	border-radius: 2px;
	padding: 40px;
}
.progress__slider-head {
	padding-bottom: 20px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	color: #002442;
}
.progress__slider-desc {
	margin-bottom: 24px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.6;
	color: #434343;
}
.progress__slider-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: calc(100% + 12px);
	margin-left: -6px;
	padding-bottom: 12px;
	position: relative;
}
.progress__slider-box {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: calc(33.3% - 12px);
	min-height: 150px;
	margin: 0 6px 12px;
	border: 1px solid #DDD;
	border-radius: 2px;
	padding: 8px;
}
.progress__slider-box-name {
	display: block;
	width: 100%;
	font-weight: 700;
	font-size: 60px;
	line-height: 1.1;
	text-align: center;
	color: #002442;
}
.progress__slider-box--bonuse .progress__slider-box-name {
	margin-bottom: 10px;
	font-size: 30px;
}
.boxtruck-progress .progress__slider-box--bonuse .progress__slider-box-name {
	font-size: 24px;
}
.progress__slider-box-title {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1;
	text-align: center;
	color: #434343;
}
.progress__slider-text {
	min-height: 176px;
	padding-bottom: 24px;
}
.boxtruck-progress .progress__slider-text {
	min-height: 74px;
	padding-bottom: 16px;
	font-size: 32px;
}
.progress__slider-cost {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	color: #002442;
}
.progress__slider-cost-title {
	padding-bottom: 8px;
}
.progress__slider-cost-price {
	padding-bottom: 8px;
	font-size: 60px;
}
.progress__slider-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	padding-top: 20px;
}
.progress__slider-button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-width: 192px;
	background: #002442;
	border: 2px solid #002442;
	border-radius: 2px;
	padding: 20px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
}
.progress__slider-button:hover {
	background: #fff;
	color: #002442;
}











.intermodal-bottom {
	padding-top: 220px;
	padding-bottom: 136px;
	background-image: url('../i/bg-intermodal-bottom.jpg');
}
.boxtruck-bottom {
	background-image: url('../i/bg-boxtruck-bottom.jpg');
}
.intermodal-bottom .bottom__head {
	max-width: 1040px;
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 64px;
	line-height: 1.05;
}
.intermodal-bottom .bottom__desc {
	max-width: 560px;
	margin: 0 auto 56px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
	color: #FFF;
	text-align: center;
}







.footer--intermodal {
	padding-top: 48px;
	padding-bottom: 28px;
}
.footer--intermodal .footer__top {
	padding-bottom: 40px;
	border-bottom: 1px solid #DDD;
}
.footer--intermodal .footer-nav {
	padding-top: 32px;
	margin-bottom: 32px;
}

.footer__contact {
	width: 100%;
	max-width: 240px;
}
a.footer__tel {
	display: block;
	margin-bottom: 24px !important;
	padding-left: 34px;
	position: relative;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: #002442;
}
.footer__tel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	background: url('../i/bg-icon-footer-tel.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.footer-social {
	max-width: 240px;
}
.footer-social__head {
	display: block;
	width: 100%;
	margin-bottom: 24px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.1;
	text-align: right;
	color: #002442;
}

.footer--intermodal .footer__copy {
	width: 100%;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.1;
	color: #CBCBCB;
	text-align: center;
}
.footer--intermodal .footer__copy a {
	color: #CBCBCB;
}










@media screen and (max-width:1300px) {

	.rapidly-slide__logo {
		padding: 40px;
	}
	.boxtruck-rapidly .rapidly__head {
		width: calc(100% + 30px);
	}
	.boxtruck-rapidly .rapidly__head::before {
		display: none;
	}

}


@media screen and (max-width:1200px) {

	.intermodal-progress .progress__info {
		width: 400px;
	}
	.intermodal-progress .progress-point {
		padding: 32px;
	}
	.intermodal-progress .progress-point__title {
		font-size: 28px;
	}
	.intermodal-progress .progress-point__desc {
		font-weight: normal;
		font-size: 16px;
	}

	.intermodal-progress__slider {
		width: calc(100% - 420px);
	}
	.progress__slider-item {
		padding: 24px;
	}


	.feedback-box__top {
		width: 200px;
		padding: 8px 8px 24px 16px;
	}
	.feedback-box__name {
		margin-bottom: 16px;
		font-size: 24px;
	}
	.feedback-box__desc {
		font-size: 14px;
		line-height: 1.3;
	}
	.feedback-box__link {
		min-height: 180px;
	}
	.feedback-box__link::before {
		top: 18px;
	}
	.feedback-box__link-name {
		top: 56px;
	}
	.feedback-box__link-logo {
		top: 128px;
	}



}




@media screen and (max-width:900px) {

	.intermodal-team .team-item {
		width: calc(33% - 20px);
	}


	.intermodal-includes .includes__list,
	.intermodal-faq .includes__list {
		width: 100%;
	}


	.rapidly__box {
		max-width: 540px;
	}
	.rapidly__head {
		margin-top: -32px;
		margin-bottom: 48px;
		padding: 56px 40px;
	}
	.boxtruck-rapidly .rapidly__head {
		padding: 48px 40px;
	}
	.rapidly__head::before {
		height: 56px;
	}


	.intermodal-trainer .trainer__wrapper {
		margin-top: 48px;
	}
	.intermodal-trainer .trainer__info {
		width: 100%;
	}
	.intermodal-trainer .trainer__photo {
		order: -1;
		margin: 0 auto;
	}
	.intermodal-trainer .trainer__photo img {
		display: block;
		width: 100%;
		height: calc(100% + 20px);
		margin-top: -20px;
	}


	.feedback-box__top {
		display: none;
	}
	.feedback-box__slider {
		width: calc(100% - 80px);
	}


	.intermodal-progress .progress__info,
	.intermodal-progress__slider {
		width: 100%;
	}


	.intermodal-bottom {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.intermodal-bottom .bottom__head {
		margin-bottom: 32px;
		font-size: 40px;
	}

}


@media screen and (max-width:750px) {

	.intermodal-hero .hero-count__number {
		font-size: 72px;
	}


	.boxtruck-rapidly .rapidly__head {
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
	}


	.boxtruck-rapidly {
		margin-top: 8px;
	}
	.boxtruck-rapidly .rapidly__box {
		width: 100%;
	}
	.rapidly-slide__loadline {
		top: 80px;
	}
	.rapidly__slider {
		position: relative;
		width: 100%;
		height: 320px;
	}
	.boxtruck-rapidly .rapidly__info {
		padding: 16px 0;
	}


	.intermodal-lack .lack__desc {
		width: 100%;
	}

}



@media screen and (max-width:600px) {

	.intermodal-team .team-item {
		width: calc(50% - 20px);
	}


	.intermodal-about .about__head::before {
		top: -8px;
		left: -8px;
		width: calc(100% + 16px);
		height: calc(100% - 16px);
	}
	.intermodal-about .about__thumb::before {
		bottom: -8px;
		left: -8px;
		width: calc(100% + 16px);
	}


	.rapidly__head,
	.boxtruck-rapidly .rapidly__head {
		padding: 32px;
	}
	.rapidly__head::before {
		top: -8px;
		left: -8px;
		width: calc(100% + 16px);
	}
	.rapidly__slider {
		height: 240px;
	}


}





@media screen and (max-width:450px) {

	.intermodal-hero {
		margin-top: 72px;
		padding-top: 48px;
		padding-bottom: 56px;
		-webkit-background-size: 100% 215px;
		background-size: 100% 215px;
		background-position: top center;
	}
	.intermodal-hero .hero__desc {
		max-width: 300px;
		min-height: 20px;
		margin: 0 auto 28px;
	}
	.intermodal-hero .hero-count__item {
		flex-direction: row;
		max-width: 240px;
		min-height: 104px;
		padding: 24px 32px;
	}
	.intermodal-hero .hero-count__number {
		width: 50%;
		padding-right: 8px;
		font-size: 60px;
		text-align: center;
	}
	.intermodal-hero .hero-count__title {
		width: 50%;
		max-width: 100%;
		padding-left: 8px;
		text-align: center;
	}
	.intermodal-hero .hero-count__item:nth-child(3) .hero-count__number,
	.intermodal-hero .hero-count__item:nth-child(3) .hero-count__title {
		width: 100%;
		padding: 0;
	}
	.intermodal-hero .hero-count__item:nth-child(3) .hero-count__number {
		font-size: 32px;
	}
	.intermodal-hero__button {
		max-width: 264px;
		min-height: 60px;
	}


	.intermodal-about {
		padding-top: 40px;
	}
	.intermodal-about .about__head {
		font-weight: 700;
		font-size: 20px;
		line-height: 1.4;
		text-align: center;
		color: #002442;
	}
	.intermodal-about .about__head::before,
	.intermodal-about .about__thumb::before {
		display: none;
	}
	.intermodal-about .about__thumb-wrapper {
		position: absolute;
		top: 70px;
		height: 300px;
		padding-top: 0;
	}
	.intermodal-about .about__thumb {
		height: 300px;
		position: relative;
	}
	.intermodal-about .about__desc {
		margin-top: 264px;
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.intermodal-about .about__desc > *:last-child {
		margin-bottom: 0;
	}


	.intermodal-lack {
		padding-top: 24px;
		padding-bottom: 40px;
	}
	.intermodal-lack .lack__head {
		margin-bottom: 8px;
	}
	.intermodal-lack .lack-number__count {
		font-size: 36px;
		font-weight: bold;
	}
	.intermodal-lack .lack-number__title {
		font-size: 16px;
	}
	.intermodal-lack .lack-item {
		margin-bottom: 16px;
	}
	.intermodal-lack .lack-item__inside {
		padding: 32px 16px;
	}
	.intermodal-lack .lack__bottom {
		margin-top: 0;
		padding-top: 8px;
	}
	.intermodal-lack .lack__more {
		font-size: 18px;
	}


	.rapidly {
		margin-top: 56px;
		padding-bottom: 260px;
		background-image: url('../i/bg-rapidly-mob.jpg');
		background-position: center bottom;
	}
	.boxtruck-rapidly {
		background: #002442;
		padding-bottom: 80px;
	}
	.rapidly__head {
		margin-top: 0;
		margin-bottom: 24px;
		padding: 24px 48px;
		font-size: 20px;
	}
	.boxtruck-rapidly .rapidly__head {
		padding: 24px 48px;
	}
	.rapidly__head::before {
		display: none;
	}
	.rapidly__info {
		font-size: 14px;
		font-weight: normal;
	}
	.boxtruck-rapidly .rapidly__info {
		padding: 24px 8px 8px;
		font-size: 16px;
	}
	.rapidly-slide__loadline {
		top: 40px;
	}
	.rapidly__slider {
		height: 160px;
	}


	.intermodal-trainer {
		display: block;
		padding-top: 40px;
		padding-bottom: 8px;
	}
	.intermodal-trainer .trainer__wrapper {
		margin-top: 0;
	}
	.intermodal-trainer .trainer__info {
		padding: 24px 0;
	}
	.intermodal-trainer .trainer__name {
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-size: 18px;
	}
	.intermodal-trainer .trainer__desc {
		font-weight: normal;
		font-size: 16px;
		line-height: 1.3;
	}



	.intermodal-team {
		padding-top: 16px;
		padding-bottom: 24px;
	}
	.intermodal-team .team-item--hide {
		display: none;
	}
	.intermodal-team .team__list {
		display: block;
	}
	.intermodal-team .team__list .slick-list {
		padding-right: 40px;
	}
	.intermodal-team .team-item {
		float: left;
	}
	.intermodal-team .team-item__thumb {
		height: 184px;
	}
	.intermodal-team .team-item__info {
		min-height: 192px;
		padding: 16px 4px 8px;
	}
	.intermodal-team .team-item__name {
		margin-bottom: 8px;
		font-weight: 700;
		font-size: 12px;
		line-height: 1.1;
	}
	.intermodal-team .team-item__posit {
		font-weight: 700;
		font-size: 10px;
		line-height: 1.6;
	}
	.intermodal-team .team-item__desc {
		font-size: 10px;
		line-height: 1.6;
	}


	.intermodal-includes {
		padding-top: 40px;
		padding-bottom: 24px;
	}
	.intermodal-includes .includes__head {
		margin-bottom: 12px;
		font-size: 20px;
	}
	.intermodal-includes .includes__subhead {
		margin-bottom: 24px;
		font-size: 16px;
	}


	.intermodal-feedback {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.intermodal-feedback .feedback-item {
		margin-bottom: 24px;
	}
	.boxtruck-feedback .feedback-item {
		max-width: 280px;
		margin: 0 auto 24px;
	}
	.boxtruck-feedback .feedback-item__thumb {
		padding-top: 56%;
	}
	.intermodal-feedback .feedback-item__title {
		width: calc(100% - 84px);
	}
	.intermodal-feedback .feedback-item__date {
		width: 80px;
		font-size: 12px;
	}

	.feedback-box__slider {
		width: 100%;
	}
	.feedback-box-item {
		margin: 0;
	}
	.feedback-box__link {
		width: 100%;
		min-height: 56px;
		margin-top: 8px;
	}
	.feedback-box__link-name {
		top: 16px;
		right: inherit;
		left: 16px;
		transform: rotate(0);
	}
	.feedback-box__link::before {
		top: -4px;
		left: 58px;
		transform: rotate(-90deg);
	}
	.feedback-box__link-logo {
		top: 10px;
		left: inherit;
		right: 16px;
	}



	.intermodal-progress {
		margin-top: 0;
		padding-top: 40px;
		padding-bottom: 40px;
		margin-bottom: 20px;
	}
	.intermodal-progress .progress__info {
		margin-bottom: 0;
	}
	.intermodal-progress .progress__head {
		margin-bottom: 24px;
		font-size: 20px;
		text-align: center;
	}
	.intermodal-progress__list {
		padding-bottom: 8px;
	}
	.intermodal-progress .progress-point {
		width: 100% !important;
		margin-left: 0;
		margin-bottom: 16px;
	}
	.intermodal-progress .progress-point__count {
		display: none;
	}
	.intermodal-progress .progress-point__title {
		font-size: 18px;
	}
	.intermodal-progress .progress-point__desc {
		font-size: 14px;
	}

	.progress__slider-head {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 16px;
		font-size: 20px;
	}
	.progress__slider-desc {
		margin-bottom: 16px;
		font-weight: normal;
		font-size: 16px;
	}
	.progress__slider-box-name {
		font-size: 40px;
	}
	.boxtruck-progress .progress__slider-box {
		min-height: 88px;
	}
	.progress__slider-box--bonuse .progress__slider-box-name {
		margin-bottom: 2px;
		font-size: 18px;
	}
	.boxtruck-progress .progress__slider-box--bonuse .progress__slider-box-name {
		font-size: 14px;
	}
	.progress__slider-box-title {
		font-size: 14px;
	}
	.boxtruck-progress .progress__slider-text,
	.progress__slider-text {
		font-size: 16px;
	}
	.progress__slider-cost {
		font-size: 20px;
	}
	.progress__slider-cost-price {
		font-size: 40px;
	}
	.progress__slider-bottom {
		justify-content: center;
	}


	.intermodal-bottom {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.intermodal-bottom .bottom__head {
		margin-bottom: 24px;
		font-size: 24px;
	}
	.intermodal-bottom .bottom__desc {
		margin-bottom: 24px;
		font-size: 16px;
	}


	.footer--intermodal .footer__top {
		padding-bottom: 0;
		border-bottom: none;
	}
	.footer__logo {
		flex-grow: inherit;
		width: 100px;
		height: 60px;
	}
	.footer__contact {
		width: calc(100% - 160px);
	}
	.footer__contact a {
		font-size: 12px;
	}
	a.footer__tel {
		margin-bottom: 16px;
		padding-left: 24px;
		font-weight: 400;
		font-size: 14px;
		line-height: 16px;
	}
	a.footer__tel::before {
		width: 16px;
		height: 16px;
	}
	.footer-social__head {
		display: none;
	}



}
