html {
	background: #fafbfc;
}

body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	color: #616E81;
}

textarea {
	resize: none;
}

.calc-input::-webkit-outer-spin-button,
.calc-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.calc-input {
	-moz-appearance: textfield;
}

h1 {
	margin-bottom: 1.5rem;
	font-weight: bold;
	font-size: 52px;
	line-height: 1.3;
	color: #215C65;
}

h2 {
	margin-bottom: 1.5rem;
	font-weight: bold;
	font-size: 34px;
	color: #215C65;
}

h3 {
	font-weight: 500;
	font-size: 20px;
	color: #215C65;
}

h4 {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	color: #215C65;
}

a {
	color: #449BE4;
	text-decoration: none;
	transition: color 0.3s;
}

a:hover {
	color: #21bf86;
	text-decoration: none;
}

a[href^="tel:"],
a[href^="mailto:"] {
	white-space: nowrap;
}

.form-control {
	color: #215C65;
}

.btn-link {
	color: #449BE4;
	text-decoration: none;
	box-shadow: none;
}

.btn-link:hover {
	color: #21bf86;
	text-decoration: none;
}
.btn-link:focus,
.btn-link.focus {
	text-decoration: none;
	box-shadow: none;
}

.border,
.border-left,
.border-right,
.border-top,
.border-bottom {
	border-color: #c2c6ce !important;
}

.border-left.border-dashed {border-left-style: dashed !important;}
.border-right.border-dashed {border-right-style: dashed !important;}
.border-top.border-dashed {border-top-style: dashed !important;}
.border-bottom.border-dashed {border-bottom-style: dashed !important;}

@media (min-width: 992px) {
	.border-lg-left {
		border-left-style: solid;
		border-left-width: 1px;
		border-color: #c2c6ce !important;
	}
	.border-left.border-dashed,
	.border-lg-left.border-dashed {border-left-style: dashed !important;}
	.border-right.border-dashed,
	.border-lg-right.border-dashed {border-right-style: dashed !important;}
	.border-top.border-dashed,
	.border-lg-top.border-dashed {border-top-style: dashed !important;}
	.border-bottom.border-dashed,
	.border-lg-bottom.border-dashed {border-bottom-style: dashed !important;}
	.border-lg-top-0 {border-top: 0!important;}
	.border-lg-right-0 {border-right: 0!important;}
	.border-lg-bottom-0 {border-bottom: 0!important;}
	.border-lg-left-0 {border-left: 0!important;}
}

.material-control + label {
	position: absolute;
	left: 10px;
	top: 0;
	cursor: text;
	transition: all 0.3s;
	user-select: none;
}

.material-control:focus + label,
.material-control:valid + label {
	top: -10px;
	font-size: 12px;
}

.container {
	max-width: 1200px;
}

.btn-light {
	color: #449BE4;
	background-color: #fff;
	border-color: #fff;
}

.btn-light:hover {
	color: #fff;
	background-color: #21bf86;
	border-color: #21bf86;
}

.sidebar-opened {
	overflow: hidden;
}

#wrapper {
	position: relative;
	overflow-x: hidden;
	width: 100%;
}

#header {
	position: relative;
	z-index: 1;
}

.hamburger {
	cursor: pointer;
	font-size: 2em;
	color: #21BF86;
}

.cabinet {
	font-size: 2em;
	color: #21BF86;
}

.cabinet a {
	color: inherit;
}

.nav-bar {
	padding: 30px 0 25px 0;
}

.brand {
	display: block;
	font-weight: bold;
	font-size: 27px;
	color: #21bf86;
}

.slogan {
	display: block;
	font-weight: 300;
	font-size: 12px;
	color: #21bf86;
	letter-spacing: 0.05rem;
}

.contacts .contact {
	position: relative;
	margin: 0 0 6px 30px;
	color: #d3d3d3;
}

.nav-bar .border-bottom {
	border-bottom: 1px solid #bfdbf4;
}

.contacts .contact .icon {
	position: absolute;
	left: -30px;
	top: 3px;
}

.contacts .contact a {
	margin: 0;
}

.languages {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.languages li {
	margin-left: 15px;
}

.languages li:first-child {
	margin-left: 0;
}

.languages .active {
	opacity: 0.2;
	pointer-events: none;
}

.menu {
	background: #21bf86;
}

.menu ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 54px;
}

.menu ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 10px 0;
	height: auto;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.menu li:hover > ul {
	display: block;
}

.menu li {
	display: flex;
	flex: 1 1 auto;
	position: relative;
	border-left: 1px solid #4dcc9e;
}

.menu li li {
	display: block;
	white-space: nowrap;
	border: 0;
}

.menu li:first-child {
	border-left: 0;
}

.menu a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #fff;
	transition: color 0.3s, background-color 0.3s;
}

.menu li li a {
	display: block;
	padding: 10px 20px;
	color: #449be4;
}

.menu li:hover > a,
.menu li.active > a,
.menu a:hover {
	color: #fff;
	background: #449be4;
}

.menu li li a:hover {
	color: #fff;
}

#footer {
	color: #D3D3D3;
	background: #215c65;
}

#footer .nav-bar .border-bottom {
	border-bottom: 1px solid #5a8289 !important;
}

#footer .menu {
	border-top: 1px solid #4d7d84;
	background: transparent;
}

#footer .menu ul ul {
	top: auto;
	bottom: 100%;
}

#footer .menu li {
	border-left-color: #4d7d84;
}

.banner {
	position: relative;
	margin: 0 0 65px 0;
	height: 650px; /*30.07.2021 - 800px*/
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100%; /*30.07.2021 - cover*/
	font-size: 25px;
}

.track-package {
	position: relative;
	margin: 0 auto 90px auto;
	max-width: 1460px;
	background: #f2f7f5;
	border: 1px solid #e5e7e6;
	border-radius: 4px;
}

.how-it-works {
	margin-bottom: 60px;
}

.how-col {
	position: relative;
	padding: 55px 15px 35px 15px;
	height: 100%;
	text-align: center;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, rgba(33, 191, 134, 0.05), rgba(33, 191, 134, 0.05)), #FFFFFF;
	box-shadow: 0px 9px 46px rgba(42, 5, 89, 0.1);
	border-radius: 5px;
}

.how-it-works .number {
	position: absolute;
	left: 10px;
	top: -15px;
	font-weight: bold;
	font-size: 75px;
	opacity: 0.2;
	color: #D3D3D3;
}

.how-it-works .icon {
	position: absolute;
	left: 50%;
	top: -33px;
	margin: 0 0 0 -33px;
	width: 66px;
	height: 66px;
	background: #21bf86;
	border-radius: 50%;
}

.tariffs {
	position: relative;
	margin-bottom: 100px;
	background: linear-gradient(95.13deg, #449BE4 7.77%, #34A9BB 50.6%, #21BF86 92.19%);
}

.tariffs:before {
	content: '';
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	opacity: 0.3;
	border: 1px dashed #fff;
	border-radius: 26px;
}

.tariffs:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 22px;
	bottom: 22px;
	opacity: 0.3;
	border-left: 1px dashed #fff;
}

.custom-list {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.custom-list li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
}

.custom-list img {
	position: absolute;
	left: 0;
	top: 3px;
}

.advantages {
	margin-bottom: 55px;
}

.advantage {
	display: flex;
	min-height: 110px;
	height: 100%;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, rgba(33, 191, 134, 0.05), rgba(33, 191, 134, 0.05)), #FFFFFF;
	border: 1px solid rgba(211, 211, 211, 0.43);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.advantage .icon {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 100px;
	background: linear-gradient(180deg, #21BF86 0%, #31DA9D 100%), #21BF86;
	border-radius: 4px 0px 0px 4px;
}

.schedule {
	padding: 70px 0;
	background: url('../images/schedule-bg.jpg') 50% 50% no-repeat;
	background-size: cover;
}

.schedule table th {
	color: #9293A6;
}

.schedule table thead th {
	border-bottom-width: 1px;
}

.schedule table tbody {
	color: #215C65;
}

.calculate {
	padding: 70px 0;
	background: #fafbfc;
}

.estimated-cost {
	color: #21BF86;
	font-weight: bold;
	font-size: 34px;
}

#sidebar {
	display: none;
	position: fixed;
	z-index: 2;
	left: -80%;
	top: 0;
	width: 80%;
	height: 100%;
	transition: left 0.3s;
}

.sidebar-opened #sidebar {
	left: 0;
}

.sidebar-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s;
}

.sidebar-opened .sidebar-overlay {
	opacity: 0.5;
	pointer-events: auto;
}

.sidebar-content {
	position: relative;
	overflow-x: hidden;
	padding: 15px;
	width: 100%;
	height: 100%;
	background: #fff;
}

.sidebar-close {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 2rem;
	height: 2rem;
	font-size: 1rem;
	line-height: 1rem;
}

.sidebar-menu {
	margin: 0 -15px 20px -15px;
}

.sidebar-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
	background: #21bf86;
}

.sidebar-menu li {
	padding: 10px 15px;
	border-top: 1px solid #4dcc9e;
}

.sidebar-menu li:first-child {
	border-top: 0;
}

.sidebar-menu a {
	color: #fff;
}

@media (max-width: 991px) {
	h1 {
		font-size: 40px;
	}
	#header {
		height: 60px;
	}
	.nav-bar {
		position: fixed;
		left: 0;
		top: 0;
		padding: 0;
		width: 100%;
		height: 60px;
		background: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}
	.logo img {
		max-width: 40px;
	}
	.brand {
		margin-bottom: -5px;
		font-size: 25px;
	}
	.slogan {
		font-size: 11px;
	}
	.menu {
		display: none;
	}
	#sidebar {
		display: block;
	}
	#footer {
		display: none;
	}
	.banner {
		align-items: center;
		height: auto;
		min-height: calc(100vh - 60px);
	}
	.banner:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		opacity: 0.5;
	}
	.tariffs:after {
		display: none;
	}
}

.custom-radio {
	position: absolute;
	left: 0;
	top: 2px;
}

.outline-none {
	outline: none !important;
}

#volume-weight-title {
	cursor: pointer;
	color: #449BE4;
	border-bottom: 1px dashed currentColor;
}

#volume-weight-title:hover {
	color: #21bf86;
}
