

/* Start:/local/templates/rutector/css/new-shipping.css?17445730029495*/
.text {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #2b3648;
}

.text-bold {
	font-weight: 700;
}

.head-text {
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #617087;
}

.middle-text {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #1976d3;
}

.text-min {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #2b3648;
}

.new-shipping__head-text {
	margin-bottom: 40px;
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	color: #617087;
}

.new-shipping__head-text h1 {
	margin-bottom: 0px;
	opacity: 1;
}

.new-shipping__main {
	display: -ms-grid;
	display: grid;
}

.new-shipping-header {
	display: -ms-grid;
	display: grid;
	gap: 40px;
}

.new-shipping-header__banner {
	height: 200px;
	background: url(/local/templates/rutector/css/../img/new-shipping/new-shipping-header__banner.jpg) 0 0/100% no-repeat;
}

@media screen and (max-width: 1179px) {
	.new-shipping-header__banner {
		background: url(/local/templates/rutector/css/../img/new-shipping/new-shipping-header__banner2.jpg) 0 0/100% no-repeat;
		height: 246px;
	}
}

@media screen and (max-width: 767px) {
	.new-shipping-header__banner {
		height: 463px;
		background: url(/local/templates/rutector/css/../img/new-shipping/new-shipping-header__banner3.jpg) 50% 0 / contain no-repeat;
	}
}

.new-shipping-header__text-block {
	display: -ms-grid;
	display: grid;
	gap: 11px;
}

.new-shipping-header__link-block {
	display: -ms-grid;
	display: grid;
	gap: 12px;
}

@media screen and (max-width: 1179px) {
	.new-shipping-header__link-block {
		margin-top: -7px;
	}
}

.new-shipping-header__link-block a {
	color: #0054a4;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.new-shipping-services {
	display: -ms-grid;
	display: grid;
	gap: 40px;
	margin-top: 80px;
}

@media screen and (max-width: 1179px) {
	.new-shipping-services {
		gap: 29px;
		margin-top: 60px;
	}
}

.new-shipping-services__text a {
	color: #0054a4;
	text-decoration: underline;
}

.new-shipping-services__columns {
	display: -ms-grid;
	display: grid;
	gap: 20px;
	padding: 0 19px;
}

@media screen and (max-width: 1179px) {
	.new-shipping-services__columns {
		gap: 30px;
		-ms-grid-columns: 1fr auto 1fr;
		grid-template-columns: 1fr auto 1fr;
		min-height: 731px;
		padding: 11px 30px 0px 30px;
		justify-items: center;
	}
}

@media screen and (max-width: 767px) {
	.new-shipping-services__columns {
		-ms-grid-columns: 1fr auto;
		grid-template-columns: 1fr auto;
		gap: 26px;
		padding: 0;
		padding-top: 32px;
		min-height: 974px;
		row-gap: 47px;
	}
}

.new-shipping-services__columns-head {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-webkit-box-align: end;
	-webkit-align-items: end;
	-ms-flex-align: end;
	align-items: end;
}

@media screen and (max-width: 767px) {
	.new-shipping-services__columns-head .new-shipping-services__column:last-child span span:first-child {
		display: none;
	}
}

.new-shipping-services__columns-head .new-shipping-services__column:last-child span span:last-child {
	display: none;
}

@media screen and (max-width: 767px) {
	.new-shipping-services__columns-head .new-shipping-services__column:last-child span span:last-child {
		display: inline;
	}
}

@media screen and (max-width: 1179px) {
	.new-shipping-services__columns-head {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-webkit-box-align: start;
		-webkit-align-items: start;
		-ms-flex-align: start;
		align-items: start;
	}
}

@media screen and (max-width: 767px) {
	.new-shipping-services__columns-head {
		gap: 49px;
	}
}

.new-shipping-services__column {
	display: -ms-grid;
	display: grid;
	gap: 8px;
	max-width: 330px;
}

.new-shipping-services__columns-middle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 124px;
}

@media screen and (max-width: 1179px) {
	.new-shipping-services__columns-middle {
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 58px;
	}
}

@media screen and (max-width: 767px) {
	.new-shipping-services__columns-middle {
		-ms-grid-row: 1;
		grid-row-start: 1;
		grid-row-end: 3;
		-ms-grid-column: 2;
		grid-column-start: 2;
		padding-bottom: 135px;
	}
}

.new-shipping-services__circle {
	width: 90px;
	height: 90px;
	border: 2px solid #e7e8ea;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.new-shipping-services__line {
	background: #e7e8ea;
	height: 2px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

@media screen and (max-width: 1179px) {
	.new-shipping-services__line {
		height: auto;
		width: 2px;
	}
}

.new-shipping-services__columns-bottom {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	justify-items: end;
}

@media screen and (max-width: 767px) {
	.new-shipping-services__columns-bottom .new-shipping-services__column:first-child span span:first-child {
		display: none;
	}
}

.new-shipping-services__columns-bottom .new-shipping-services__column:first-child span span:last-child {
	display: none;
}

@media screen and (max-width: 767px) {
	.new-shipping-services__columns-bottom .new-shipping-services__column:first-child span span:last-child {
		display: inline;
	}
}

@media screen and (max-width: 1179px) {
	.new-shipping-services__columns-bottom {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-webkit-box-align: end;
		-webkit-align-items: end;
		-ms-flex-align: end;
		align-items: end;
	}
	.new-shipping-services__columns-bottom .new-shipping-services__column:first-child {
		padding-bottom: 47px;
	}
}

@media screen and (max-width: 767px) {
	.new-shipping-services__columns-bottom {
		-webkit-box-align: start;
		-webkit-align-items: start;
		-ms-flex-align: start;
		align-items: start;
		align-items: start;
		gap: 105px;
	}
	.new-shipping-services__columns-bottom .new-shipping-services__column:first-child {
		padding-bottom: 0px;
	}
}

.new-shipping-delivery {
	margin-top: 80px;
}

.new-shipping-delivery_delline-head {
	display: -ms-grid;
	display: grid;
	gap: 40px;
}

.new-shipping-delivery__head-text {
	margin-bottom: 40px;
}

.new-shipping-delivery__head {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr auto;
	grid-template-columns: 1fr auto;
	gap: 83px;
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	margin-bottom: 20px;
}

@media screen and (max-width: 1179px) {
	.new-shipping-delivery {
		margin-top: 60px;
	}

	.new-shipping-delivery__head {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 37px;
		margin-bottom: 51px;
	}
	.new-shipping-delivery__head .new-shipping-delivery_delline-head {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.new-shipping-delivery__head {
		gap: 23px;
		margin-bottom: 31px;
	}
}

.new-shipping-delivery__left {
	display: -ms-grid;
	display: grid;
	gap: 40px;
}

.new-shipping-delivery__column {
	display: -ms-grid;
	display: grid;
	gap: 14px;
}

@media screen and (max-width: 767px) {
	.new-shipping-delivery__column {
		gap: 11px;
	}
}

@media screen and (max-width: 1179px) {
	.new-shipping-delivery__right img {
		width: 100%;
	}
}

.new-shipping-delivery__bottom {
	display: -ms-grid;
	display: grid;
	gap: 40px;
}

@media screen and (max-width: 1179px) {
	.new-shipping-delivery__bottom {
		gap: 20px;
	}
}

.new-shipping-delivery__bottom .new-shipping-delivery_delline-head {
	display: none;
}

@media screen and (max-width: 1179px) {
	.new-shipping-delivery__bottom .new-shipping-delivery_delline-head {
		display: block;
	}
}

.new-shipping-delivery__list-wrapper {
	display: -ms-grid;
	display: grid;
	gap: 20px;
}

@media screen and (max-width: 1179px) {
	.new-shipping-delivery__list-wrapper img {
		margin-bottom: -19px;
	}
	.new-shipping-delivery__list-wrapper:last-child {
		padding-top: 19px;
	}
	.new-shipping-delivery__list-wrapper:last-child li::before {
		top: 23%;
	}
}

.new-shipping-delivery__list {
	display: -ms-grid;
	display: grid;
	gap: 10px;
}

.new-shipping-delivery__list li {
	padding-left: 17px;
	position: relative;
}

.new-shipping-delivery__list li::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #617087;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

/* End */


/* Start:/local/templates/rutector/components/molotok/menu/sidebar_press/style.min.css?1744573004454*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:5px 16px;background-color:#eee}ul.left-menu li a{font-weight:400;font-size:14px;color:#105499;display:block;cursor:pointer;text-decoration:none}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover,ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited{color:#c60d2f;font-weight:700}
/* End */
/* /local/templates/rutector/css/new-shipping.css?17445730029495 */
/* /local/templates/rutector/components/molotok/menu/sidebar_press/style.min.css?1744573004454 */
