﻿div#tabs-4 {
	min-height: 600px;
	margin-top: -30px;
}

div.full-width-line {
	position: absolute;
	margin-left: -20px;
	width: calc( 100% + 40px );
	height: 0;
	border-top: 2px solid #DC9F78;
}

.delivery_form {
	position: relative;
	width: 420px;
	top: 20px;
	padding: 28px 30px;
	background: #fff;
	box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.3);
}

.delivery_form >h2 {
	margin: 0 0 25px 0;
}

.delivery_form>input#address {
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0 9px;
	border: 1px solid #D3B872;
	height: 30px;
	font-family: inherit;
	font-size: 13px;
	outline: none;
	box-shadow: none;
	box-sizing: border-box;
}

.delivery_form>input#address:focus {
	box-shadow: 0 0 7px 0 #D3B872;
}

.delivery_form #calculation_result {
	margin-top: 30px;
}

.delivery_form #calculation_result b {
	font-size: 18px;
}

#delivery_route {
	position: absolute;
	width: calc( 100% + 40px);
	margin-left: -20px;
	height: 100%;
}