


.home_deal_steps .item {
	position: relative;
	text-align: center;
	padding: 164px 0 0;
}
.home_deal_steps .item:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	top: 0;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.home_deal_steps .item.step_1:before {
	background-image: url('../images/deal_step1.svg');
	height: 133px;
}
.home_deal_steps .item.step_2:before {
	background-image: url('../images/deal_step2.svg');
	height: 138px;
}
.home_deal_steps .item.step_3:before {
	background-image: url('../images/deal_step3.svg');
	height: 162px;
}
.home_deal_steps .item .title {
	font-weight: 600;
	font-size: 19px;
	line-height: 1.2;
	margin: 0 0 10px;
}
.home_deal_steps .item .subtitle {
	font-size: 17px;
	line-height: 1.35;
}
.home_deal_steps .item a.add {
	position: relative;
	display: inline-block;
	padding-right: 42px;
	text-decoration: none;
}
.home_deal_steps .item a.add svg {
	position: absolute;
	display: block;
	height: 30px;
	width: 30px;
	top: 50%;
	right: 0;
	margin-top: -15px;
}

.block_home_last_orders form {
	padding: 38px;
	border-radius: 6px;
	margin: 0 0 44px;
}
.block_home_last_orders form .fields {
	gap: 25px;
}
.block_home_last_orders form .field {
	width: calc((100% - 25px * 4) / 5);
}
.block_home_last_orders form .field .label {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 1em;
}
.block_home_last_orders form .field input, .block_home_last_orders form .field button, .block_home_last_orders form .field .select .title {
	width: 100%;
	height: 52px;
}
.block_home_last_orders form .field input, .block_home_last_orders form .field .select .title {
	padding: 18px;
	font-size: 14px;
	line-height: 1;
	border-color: #D1E8FF;
	font-weight: 400;
}
.block_home_last_orders form .field .select.value-selected .title {
	color: #767676;
}

.block_home_last_orders .block_navigation .block_limit {
	
}
.block_home_last_orders .block_navigation .label {
	margin: 0 12px 0 0;
	line-height: 1.2;
}
.block_home_last_orders .block_navigation .select .title {
	font-size: 14px;
	padding: 9px 31px 9px 12px;
}
.block_home_last_orders .block_navigation .select .title:after {
	right: 11px;
}

.block_home_last_orders .block_navigation .block_pages {
	margin: 0 0 0 24px;
}
.block_home_last_orders .page-numbers {
	font-size: 14px;
	line-height: 1.2;
	margin: 0 2px;
	text-decoration: none;
}
.block_home_last_orders .page-numbers.current {
	color: #B2BEC9;
	padding: 9px 15px;
	border: 1px solid #F85112;
	border-radius: 5px;
}


.block_home_new_order .h2, .block_home_new_order .subtitle {
	max-width: 890px;
	margin: 0 auto 20px;
}
.block_home_new_order .subtitle {
	font-size: 19px;
	font-weight: 500;
}
.block_home_new_order .red_btn_around {
	width: 243px;
}

.home_what_shipment {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.block_home_what_shipment .h2 {
	position: relative;
	z-index: 2;
}
.home_what_shipment:before {
	position: absolute;
	display: block;
	content: '';
	background: url('../images/what_shipment_bg.svg') no-repeat center/contain;
	height: 366px;
	width: 486px;
	top: -35px;
	right: -30px;
	z-index: -1;
}
.home_what_shipment .list_shipment {
	width: 59%;
}
.home_what_shipment .list_shipment .item {
	width: calc((100% - 30px) / 2);
	background: #F1F8FF;
	border: 1px solid #D1E8FF;
	border-radius: 5px;
	font-size: 17px;
	line-height: 1.2;
	padding: 15px;
	text-align: center;
	margin: 0 0 17px;
	text-decoration: none;
	transition: 0.3s all;
}
.home_what_shipment .list_shipment .item:hover {
	background: #1B4875;
	border-color: #1B4875;
	color: #fff;
}

#slider_home_last_reviews {
	margin: 50px 0 0;
}
#slider_home_last_reviews .item {
	padding: 30px;
	background: #F1F8FF;
	border-radius: 10px;
	text-align: left;
}
#slider_home_last_reviews .item .head {
	margin: 0 0 23px;
}
#slider_home_last_reviews .item .image {
	display: block;
	background: #FFFFFF;
	border-radius: 50%;
	margin-right: 22px;
	height: 69px;
	width: 69px;
}
#slider_home_last_reviews .item .title {
	font-weight: 600;
	font-size: 17px;
	line-height: 1.2;
	margin: 0 0 10px;
}
#slider_home_last_reviews .item .count_reviews {
	font-size: 14px;
	line-height: 1.2;
}
.block_home_last_reviews .text_bottom {
	margin: 25px 0 0;
}

.block_popular_shipment_regions_often .region {
	width: calc(100% / 6);
	margin: 0 0 15px;
	font-weight: 500;
}
.block_popular_shipment_regions_often .region a {
	color: #1B4875;
}
.block_home_popular .region a {
	text-decoration: none;
}
.block_home_popular .region a:hover {
	text-decoration: underline;
	color: inherit;
}
.block_popular_shipment_regions_often .region a:hover {
	text-decoration: underline;
}
.block_home_popular .ccenter > .h4 {
	margin: 44px 0 30px;
}

.block_popular_shipment_regions .region {
	width: calc(100% / 4);
	margin: 0 0 10px;
}

.form_mobile_suggest {
	padding: 18px;
	display: none;
}
.form_mobile_suggest .form {
	position: relative;
}
.form_mobile_suggest .h4 {
	text-align: center;
}
#form_mobile_suggest_input {
	font-size: 10px;
	line-height: 1.2;
	padding: 13px 50px 13px 13px;
	background: #FFFFFF;
	border: 1px solid #D1E8FF;
	border-radius: 3px;
	width: 100%;
	color: #152D45;
}
.form_mobile_suggest span.search {
	display: block;
	height: 100%;
	width: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/lupa.svg') no-repeat center;
}




@media (max-width: 1199px) {
	
	
	.home_deal_steps .item {
		padding: 110px 0 0;
	}
	.home_deal_steps .item.step_1:before {
		height: 99px;
	}
	.home_deal_steps .item.step_2:before {
		height: 99px;
	}
	.home_deal_steps .item.step_3:before {
		background-image: url('../images/deal_step3.svg');
		height: 113px;
	}
	.home_deal_steps .item .title {
		font-size: 17px;
	}
	.home_deal_steps .item .subtitle {
		font-size: 14px;
	}
	.block_home_last_orders form .fields {
		gap: 20px;
	}
	.block_home_last_orders form .field {
		width: calc((100% - 20px * 2) / 3);
	}
}/* @media (max-width: 1199px) */



@media (max-width: 1023px) {
	.block_home_last_orders .block_navigation .block_limit, .block_home_last_orders .block_navigation .block_pages {
		flex-direction: column;
		align-items: start;
	}
	.block_home_last_orders .block_navigation .label {
		margin-bottom: 9px;
	}
	.block_home_last_orders .block_navigation .block_pages nav {
		height: 37px;
		display: flex;
		align-items: center;
	}
	.home_what_shipment:before {
		width: 206px;
		height: 158px;
		background: url('../images/what_shipment_bg_medium.svg') no-repeat center/contain;
		top: unset;
		bottom: 0;
		right: -15px;
	}
	.home_what_shipment .list_shipment {
		width: calc(100% - 206px);
	}
	

	.block_popular_shipment_regions .region {
		width: calc(100% / 3);
	}
}/* @media (max-width: 1023px) */


@media (max-width: 767px) {
	
	.home_deal_steps .item .title, .home_deal_steps .item .subtitle {
		font-size: 12px;
	}
	.home_deal_steps .item a.add {
		padding-right: 25px;
    }
	.home_deal_steps .item a.add svg {
		height: 18px;
		width: 18px;
		margin-top: -9px;
	}
	.block_home_last_orders form {
		padding: 36px 16px;
		margin: 0 -15px 27px;
		border-radius: 0;
	}
	.block_home_last_orders form .fields {
		gap: 15px;
	}
	.block_home_last_orders form .field {
		width: calc((100% - 15px) / 2);
	}
	.block_home_last_orders .field_button .label {
		display: none;
	}
	#result_search_last_orders > .position_top > div.subscribe,
	#result_search_last_orders > .position_bottom > div.block_navigation {
		display: none;
	}
	#result_search_last_orders .block_limit div.select, #result_search_last_orders .block_limit div.select .options {
		width: 100%;
	}
	.home_what_shipment .list_shipment .item {
		margin: 0 0 12px;
		width: calc((100% - 20px) / 2);
		font-size: 12px;
	}
	#slider_home_last_reviews {
		margin: 30px 0 0;
	}
	#slider_home_last_reviews .item {
		padding: 22px;
	}
	#slider_home_last_reviews .item .image {
		height: 48px;
		width: 48px;
		margin-right: 16px;
	}
	#slider_home_last_reviews .item .title {
		font-size: 12px;
		margin: 0 0 6px;
	}
	#slider_home_last_reviews .item .count_reviews {
		font-size: 10px;
	}
	#slider_home_last_reviews .item .text {
		font-size: 11px;
	}
	#slider_home_last_reviews .item .head {
		margin: 0 0 15px;
	}
	.block_home_popular .region {
		font-size: 11px;
		margin: 0 0 12px;
	}
	.block_popular_shipment_regions_often .region {
		width: calc(100% / 4);
	}
}/* @media (max-width: 767px) */



@media (max-width: 576px) {
	
	.block_home_deal_steps.blue_bg {
		padding: 0;
		background: transparent;
	}
	.block_home_deal_steps .home_deal_steps {
		flex-direction: column;
	}
	.block_home_deal_steps .home_deal_steps .item {
		padding: 0 0 0 75px;
		text-align: left;
	}
	.block_home_deal_steps .home_deal_steps .item + .item {
		margin-top: 25px;
	}
	.block_home_deal_steps .home_deal_steps .item:before {
		height: 100%;
		width: 60px;
	}
	.block_home_deal_steps .subtitle br {
		display: none;
	}
	.block_home_what_shipment .h2 {
		margin: 0 0 67px;
	}
	.block_home_what_shipment .home_what_shipment {
		overflow: unset;
	}
	.home_what_shipment:before {
		width: 250px;
		height: 52px;
		background: url('../images/what_shipment_bg_small.svg') no-repeat center/contain;
		top: -85px;
		bottom: unset;
		right: 0px;
	}
	.home_what_shipment .list_shipment {
		width: 100%;
	}
	.home_what_shipment .list_shipment .item {
		padding: 12px;
	}
}/* @media (max-width: 576px) */


@media (max-width: 479px) {
	.block_home_last_orders form .field.field_button {
		width: 100%;
	}
	.block_home_last_orders form .field input, .block_home_last_orders form .field button, .block_home_last_orders form .field .select .title {
		height: 38px;
		padding: 13px;
	}
	.block_home_last_orders form .field input, .block_home_last_orders form .field .select .title {
		font-size: 10px;
	}
	.block_home_last_orders form .field button {
		font-size: 12px;
		padding: 11px;
	}
	.block_home_last_orders form .field .label {
		font-size: 11px;
	}
	
	.block_home_popular .region {
		width: calc(100% / 2);
	}
	
	.block_home_popular .h4 {
		position: relative;
		padding: 0 30px 0 0;
	}
	.block_home_popular .toggler {
		position: absolute;
		padding: 10px 0;
		background: url('../images/arrow_bottom_17_9_blue.svg') no-repeat center/contain;
		height: 29px;
		width: 17px;
		right: 0;
		top: 50%;
		margin-top: -15px;
		cursor: pointer;
		transition: 300ms all;
	}
	.block_popular_shipment_regions_often, .block_popular_shipment_regions {
		display: none;
	}
	.h4.open + .block_popular_shipment_regions_often, .h4.open + .block_popular_shipment_regions {
		display: flex;
	}
	.block_home_popular .h4.open .toggler {
		transform: scaleY(-1);
	}
	.block_home_popular .h4 {
		margin: 20px 0;
	}
	.form_mobile_suggest {
		display: block;
	}
	
	.last_orders_filter, .last_orders_filter .block_navigation {
		flex-direction: column;
	}
	.block_home_last_orders .block_navigation .block_limit, .block_home_last_orders .block_navigation .block_pages {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin: 10px 0 0;
	}
	.block_home_last_orders .block_navigation .label {
		margin-bottom: 0;
	}
	.last_orders_filter.position_bottom {
		margin-top: 15px;
	}
}/* @media (max-width: 479px) */




@media (max-width: 360px) {
	.home_what_shipment .list_shipment .item {
		width: 100%;
	}
}/* @media (max-width: 360px) */


.section_forma_tender__close{
	display: none;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 555;
	background-color: transparent;
	border: none;
	font-size: 65px;
	color: #F85112;

	height: auto;
	width: auto;
	padding: 0;
	line-height: 30px;
}

.section_forma_tender.modal{
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	padding: 50px;
	box-shadow: 1px 2px 3px #ccc;
	z-index: 9999;
}
.section_forma_tender.modal .section_forma_tender__close{
	display: block;
}









#ui-datepicker-div{
	z-index: 999999;
}


.section_forma_tender.modal{
	width: 100%;
	max-width: 90%;
	box-sizing: border-box;
	max-height: calc(100% - 90px);
	overflow: auto;
	margin: 0 !important;
}
@media (max-width: 640px){
	.section_forma_tender.modal{
		padding: 50px 5px;
	}
}