

/* 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/css/new-getting.css?17445730024404*/
.new-getting {
    display: -ms-grid;
    display: grid;
    gap: 60px;
    padding-top: 24px;
    padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .new-getting {
        gap: 40px;
    }
}

.new-getting-head-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 485px;
    grid-template-columns: 1fr 485px;
    gap: 80px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

@media screen and (max-width: 1179px) {
    .new-getting-head-block {
        -ms-grid-columns: 1fr 338px;
        grid-template-columns: 1fr 338px;
        gap: 42px;
    }
}

@media screen and (max-width: 767px) {
    .new-getting-head-block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.new-getting-head-block__text-block {
    display: -ms-grid;
    display: grid;
    gap: 11px;
}

.new-getting-head-block__image img {
    width: 100%;
}

.new-getting-spollers__spoller{
    margin-bottom: 20px;
}

.new-getting-spollers__spoller:nth-child(2) .new-getting-spollers__attention {
    margin-top: 9px;
    margin-left: -28px;
}

.new-getting-spollers__head {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-top: 12px;
    gap: 16px;
    border-top: 1px solid #b2b9c1;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .new-getting-spollers__head {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.new-getting-spollers__head._active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.new-getting-spollers__head h2 {
    font-family: "latobold", sans-serif;
    font-size: 24px;
    line-height: 29px;
}

@media screen and (max-width: 1179px) {
    .new-getting-spollers__head h2 {
        font-size: 22px;
        line-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .new-getting-spollers__head h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

.new-getting-spollers__block {
    display: none;
    padding-left: 27px;
    margin-top: 29px;
    padding-bottom: 30px;
}

.new-getting-spollers__block p:first-child {
    margin-left: -28px;
    margin-bottom: 20px;
}

.new-getting-spollers__block ul,
.new-getting-spollers__block ol,
.new-getting-spollers__block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2b3648;
}

.new-getting-spollers__block ol {
    display: -ms-grid;
    display: grid;
    gap: 12px;
}

.new-getting-spollers__block ol li {
    padding-left: 11px;
    margin-left: -10px;
}

.new-getting-spollers__block ol li ul li {
    list-style-type: none !important;
}

.new-getting-spollers__block h3 {
    font-weight: 400;
    color: #1976d3;
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 14px;
}

.new-getting-spollers__block ul {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    padding-left: 17px;
    margin-top: 10px;
    max-width: 750px;
    margin-bottom: 19px;
}

.new-getting-spollers__block ul li {
    position: relative;
}

.new-getting-spollers__block ul li::after {
    content: "";
    position: absolute;
    top: 6px;
    left: -15px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #617087;
}

.new-getting-spollers__attention {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    gap: 20px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 30px;
}

.new-getting-spollers__attention-text {
    display: -ms-grid;
    display: grid;
    gap: 5px;
}

._spoller svg{
    transform: rotate(0);
    transition: .5s;
}

._spoller.active svg{
    transform: rotate(-180deg);
    transition: .5s;
}
/* 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 */


/* Start:/local/templates/rutector/components/bitrix/news.list/poryadok-polucheniya-gruza/style.min.css?1744573003717*/
.departmentWrapper .expandable{display:none;width:100%!important}.departmentWrapper ol{line-height:1.4;padding-left:40px}.departmentWrapper p{padding:0 0 10px;font-size:13px}.departmentWrapper ol li{font-size:13px;line-height:1.4;margin:.6em 0;padding:0}.arrowExpander{font:20px Calibri;color:#136fd2;float:left;padding-left:28px;background:url(/local/templates/rutector/img/arrow-expander.png) left 0 no-repeat;margin-top:15px;line-height:22px;height:22px}.expander.active .arrowExpander{background:url(/local/templates/rutector/img//arrow-expander.png) left -22px no-repeat}.expander{border-bottom:1px solid #b8b8b8;overflow:auto;cursor:pointer;padding:10px 0 2px 0}.expander.active{border-bottom:3px solid #136fd2}
/* End */
/* /local/templates/rutector/css/new-shipping.css?17445730029495 */
/* /local/templates/rutector/css/new-getting.css?17445730024404 */
/* /local/templates/rutector/components/molotok/menu/sidebar_press/style.min.css?1744573004454 */
/* /local/templates/rutector/components/bitrix/news.list/poryadok-polucheniya-gruza/style.min.css?1744573003717 */
