* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	position: relative;
	/*min-height: 100%;*/
}

html, body {
	height: 100%;
}

body {
	font-family: 'Roboto';
	line-height: 1.4;
	margin-bottom: 496px;
}

h1, h2, h3, h4, h5, h6, .uk-h1, .uk-h2 {
	font-family: 'Roboto';
	margin-bottom: 20px;
	line-height: 1.4;
	font-weight: 500;
}

h1, .h1 {
	font-size: 26px;
}

h2, .uk-h2 {
	font-size: 22px;
	font-weight: 500;
}

h3, .uk-h3 {
	font-size: 20px;
	font-weight: 500;
}

h4, .uk-h4 {
	font-size: 20px;
	font-weight: 500;
}

.lead {
	font-size: 120%;
}

h1 + .lead {
	margin-top: -10px;
}

img {
	max-width: 100%;
}

.justifyfull {
	text-align: justify;
}

.uk-button {
	padding: 0 20px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 900;
}

.uk-button:hover, .uk-button:focus, .uk-button:active, .uk-button.uk-active {
	color: #fff;
	background: #E0121C;
}

.uk-button-grey {
	background: #A9A9A9;
}

.uk-button-grey:hover, .uk-button-grey:focus, .uk-button-grey:active {
	background: #a1a1a1;
}

.uk-button.uk-width-1-1 {
	padding-left: 0;
	padding-right: 0;
}

.grey-polygon .advantages-list .fix-center {
	width: 300px;
    margin: 0 auto;
    display: block;
}

.uk-button:active {
	top: 4px;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.uk-button-mini {
	min-height: 30px;
	font-size: 14px;
}

.uk-button-group>.uk-button:first-child, .uk-button-group>div:first-child .uk-button {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.uk-button-group>.uk-button:last-child, .uk-button-group>div:last-child .uk-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.uk-button-group>.uk-button:nth-child(n+2), .uk-button-group>div:nth-child(n+2) .uk-button {
    margin-left: -1px;
}

.uk-container:after {
	clear: both;
	content: '';
	display: table;
}

.uk-container {
	margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.uk-align-center {
	text-align: center;
}

.icon {
	display: inline-block;
	vertical-align: middle;
}

.uk-margin-mini {
	margin-bottom: 10px;
}

.uk-margin-small {
	margin-bottom: 20px;
}

.uk-margin-top {
	margin-top: 30px !important;
}

.uk-margin {
	margin-bottom: 30px;
}

* + .uk-margin {
	margin-top: 30px;
}

.uk-margin-xlarge-bottom {
	margin-bottom: 90px;
}

canvas {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	min-width: 100%;
}

.grey-polygon, .white-polygon {
	position: relative;
	overflow: hidden;
}

.grey-polygon canvas, .about-content canvas {
	min-height: 100%;
	top: 0;
}

.nowrap {
	white-space: nowrap;
}

/* header */

header {
	padding: 20px 0;
}

.logo {
	display: block;
}

body header .logo {
	float: left;
	height: 65px;
    width: 170px;
}

.logo img, .logo svg {
	max-width: 170px;
	width: 100%;
}

.profile-link {
	font-size: 20px;
	text-decoration: underline;
	float: left;
	white-space: nowrap;
}

header .phone {
	margin: 20px 20px 10px 0;
	float: left;
}

.phone div {
	font-size: 26px;
	line-height: 1;
}

.phone span {
	color: #797979;
	font-size: 16px;
}

nav {
	float: right;
	width: 30%;
	position: relative;
}

.navbar-toggle {
	display: block;
	width: 30px;
	float: right;
	height: 24px;
	margin: 14px 0 27px;
	position: relative;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 11;
}

.navbar-toggle span {
	background: #343434;
	height: 4px;
	width: 30px;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;

}
.navbar-toggle.active .bar-first {
	-webkit-transform: rotate(45deg) translateX(7px) translateY(7px);
    -ms-transform: rotate(45deg) translateX(7px) translateY(7px);
    transform: rotate(45deg) translateX(7px) translateY(7px);
}

.navbar-toggle.active span {
	background: #fff;
}

.navbar-toggle.active .bar-middle {
	opacity: 0;
}

.navbar-toggle.active .bar-last {
    -webkit-transform: rotate(-45deg) translateX(7px) translateY(-7px);
    -ms-transform: rotate(-45deg) translateX(7px) translateY(-7px);
    transform: rotate(-45deg) translateX(7px) translateY(-7px);
}
.navbar-toggle .bar-first {
	top: 0;
}

.navbar-toggle .bar-last {
	top: 20px;
}

.navbar-toggle.active span {
	background: #fff;
}

.navbar-close {
	position: absolute;
	height: 30px;
	width: 30px;
	background: url(../img/close.png);
    right: 15px;
    top: 30px;
}

.navbar {
	position: fixed;
	display: none;
	color: #fff;
	width: 100%;
	right: 0;
	top: 0;
	background: #ed1b24;
	padding: 20px 0;
	z-index: 10;
	height: 100%;
	overflow: auto;
}

.navbar-title {
	font-size: 30px;
	font-weight: 500;
	padding: 0 30px;
	margin-bottom: 20px;
}

.navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navbar li {
	list-style: none;
}

.navbar li a {
	color: #fff;
	padding: 10px 30px;
	font-size: 16px;
	display: block;
	text-decoration: none;
}


.navbar li.active a, .navbar li a:hover {
	padding-left: 30px;
	color: #ffd892;
	background: #d21a21;
	text-decoration: none;

}

.navbar hr {
	border: 2px solid #c3161e;
	margin: 15px 20px;
}

section {
	padding: 30px 0;
}

/* banner */

.section-banner {
	text-align: center;
	position: relative;
	padding: 0;
}

.banner-content {
	background: #f4f4f4;
	padding: 20px 0;
}

.section-banner .uk-container {
	text-align: left;
}

.section-banner .h1 {
	font-size: 22px;
	font-weight: bold;
}

.section-banner p {
	font-size: 18px;
	font-weight: 300;
	margin: 0;
}

.mark-block-title {
	font-size: 20px;
	font-weight: 500;
	background: #fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-right: 15px;
}

.mark-list-block {
	margin-top: -14px;
	border: 2px solid #ed1b24;
	border-radius: 5px;
	padding: 34px 20px 20px;
	margin-bottom: 20px;
}

.mark-list {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.mark-list li {
	background: url(../img/mark.png) no-repeat 0 center;
	margin-bottom: 20px;
	padding-left: 35px;
}

.advantages-list {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
}

.advantages-list [class*='uk-width'] {
	margin-bottom: 20px;
	position: relative;
}

.advantages-list .icon {
	margin: 0 auto 10px;
	display: block;
	height: 150px;
}

.icon-calc {
	background: url(../img/icon-calc.png) no-repeat center;
	width: 98px;
}

.icon-user {
	background: url(../img/icon-user.png) no-repeat center;
	width: 133px;
}

.icon-card {
	background: url(../img/icon-card.png) no-repeat right center;
	width: 200px;
}

.advantages-list .icon-card + div span.step-number {
	margin-top: -29px;
}

.icon-support {
	background: url(../img/icon-support.png) no-repeat center;
	width: 200px;
}

.icon-card2 {
	background: url(../img/icon-card2.png) no-repeat center;
	width: 200px;
}

.icon-card3 {
	background: url(../img/icon-card3.png) no-repeat center;
	width: 200px;
}

.icon-monitor {
	background: url(../img/icon-monitor.png) no-repeat center;
	width: 200px;
}

.icon-cool {
	background: url(../img/icon-cool.png) no-repeat center;
	width: 200px;
}

.icon-truck {
	background: url(../img/icon-truck.png) no-repeat center;
	width: 200px;
}

.icon-docs {
	background: url(../img/icon-docs.png) no-repeat center;
	width: 200px;
}

.icon-file {
	background: url(../img/icon-file.png);
	height: 45px;
	margin-right: 15px;
	width: 45px;
	-webkit-background-size: contain;
	background-size: contain;
}

.step-block .icon {
	float: left;
	margin: 15px 15px 15px 0;
}

.step-block small {
	margin: 15px 0;
	font-size: 90%;
	overflow: hidden;
	display: block;
}

.advantages-list-small {
	margin-top: 60px;
	max-width: 1000px;
	font-size: 17px;
	text-align: left;
}

.advantages-list-small [class*='uk-width'] {
	margin-bottom: 60px;
}

.advantages-list-small .uk-width-small-1-2:nth-child(3n+1) .icon:before {
	display: none;
}

.step-number {
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 0 2px #ec1b23;
	box-shadow: 0 0 0 2px #ec1b23;
	color: #fff;
	background: #ec1b23;
	border-radius: 50%;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	width: 38px;
    line-height: 34px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -19px;
}

.advantages-list-small .icon + div {
	padding-left: 75px;
	position: relative;
	max-width: 290px;
	font-size: 15px;
}

.about-block {
	margin-bottom: 50px;
}

.about-block .d-tbl + .d-tbl {
	margin-top: 15px;
}

.about-img {
	display: none;
}

.about-block .title, .step-block .title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	color: #ed1b24;
	margin-bottom: 5px;
}

.about-content {
	position: relative;
	padding: 15px;
	overflow: hidden;
}

.about-block .d-tbl:nth-child(even) canvas {
	transform: rotate(180deg);
}

.step-block {
	margin: 0 auto;
	max-width: 970px;
}

.step-block ul {
	list-style: none;
	margin: 0 0 50px;
	padding: 10px;
}

.step-block li {
	position: relative;
	list-style: none;
	padding: 15px;
	border: 4px solid #fff;
	padding-left: 60px;
}

.step-block li + li {
	margin-top: 10px;
}

.step-block .step-number {
	margin-top: 0;
	top: 15px;
	left: 10px;
}

.mark-title-large {
	text-align: center;
	padding: 0 15px;
	font-size: 15px;
}

/* map */

.map-section {
	border-top: 1px solid #ececec;
	padding: 40px 0 0;
}

.map-section h1 {
	margin-bottom: 20px;
}

.map-block {
	position: relative;
	margin-top: 30px;
}

#map {
	width: 100%;
	height: 400px;
}

.map-filter {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	border: 1px solid #E6E6E6;
	border-left: 0;
	border-bottom: 0;
	border-bottom-right-radius: 5px;
	width: 100%;
	max-width: 500px;
}

.map-filter .accordion {
	margin: 15px -25px 0;
}

.accordion-heading {
	padding: 10px 25px;
	background: #fafafa;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.accordion-group + .accordion-group {
	margin-top: 10px;
}

.map-filter .uk-button-group {
	border-bottom: 1px solid #E6E6E6;
	display: block;
}

.map-filter .uk-button-group .uk-button {
	background: #fafafa;
	font-size: 14px;
	color: #343434;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	padding: 15px;
	text-align: center;
	line-height: 1;
	min-height: 0;
	width: 45%;
	border-right: 1px solid #E6E6E6;
	margin-left: 0;
}

.map-filter .uk-button-group .uk-button:hover, .map-filter .uk-button-group .uk-button:focus, 
.map-filter .uk-button-group .uk-button:active, .map-filter .uk-button-group .uk-button.uk-active {
	background: #f2f2f2;
	top: 0;
}

.close {
	width: 10%;
    height: 44px;
    background: #fafafa;
	position: relative;
	cursor: pointer;
	border: 0;
	padding: 0;
	background-image: url(../img/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 20px;
	background-size: 20px;
}

.close.uk-active {
	background-image: url(../img/arrow-up.svg);
}

.filter-form {
	background: #fff;
	border-bottom: 1px solid #E6E6E6;
}

.filter-form .uk-tab-panel {
	overflow: auto;
	height: 353px;
	padding: 20px 25px;
	display: none;
}

.uk-tab-panel.uk-active {
	display: block;
}

.filter-form input, .filter-form select {
	width: 100%;
	height: 36px !important;
}

#gas-points .uk-form-controls {
	position: relative;
}

#add-gas-point {
	color: #338E37;
	background: url(../img/add-button.svg) no-repeat 0 center;
	-webkit-background-size: 14px;
	background-size: 14px;
	display: inline-block;
	padding-left: 20px;
	margin-top: 15px;
}

.remove-gas-point {
	position: absolute;
	right: 10px;
	opacity: .5;
	height: 14px;
	width: 14px;
	top: 50%;
	margin-top: -7px;
	background: url(../img/delete-button.svg);
	-webkit-background-size: contain;
	background-size: contain;
}

.remove-gas-point:hover, .remove-gas-point:focus, .remove-gas-point:active {
	opacity: 1;
}

.infowindow td, .azs-info table td {
	padding: 3px 10px 3px 0;
	color: #ed1b24;
}

.infowindow td:first-child, .azs-info table td:first-child {
	font-weight: bold;
	color: #333;
}

.azs-info {
	margin-bottom: 20px;
}

dl {
	margin: 0 0 15px;
}

.dl-horizontal dt {
    float: left;
    width: 80px;
    overflow: hidden;
    clear: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 100px;
}

/* footer */

footer {
	position: relative;
	padding: 20px;
	/* color: #fff;
	font-weight: 300;
	padding: 20px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;*/
}

footer .logo img {
	margin-bottom: 20px;
	max-width: 130px;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer li {
	list-style: none;
}

footer li {
	margin-bottom: 5px;
}

footer li a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

footer li a:hover {
	text-decoration: none;
}

.footer-contacts {
	margin-top: 20px;
}

footer .phone span {
	color: #fff;
}

.error-route {
	color: #FB2630;
}

.gas-point-hidden{
    display:none;
}

button.button-disabled, button.button-disabled:hover, button.button-disabled:focus, button.button-disabled:active {
	background: #A9A9A9;
}

.two-column {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

#add-gas-point.button-disabled, #add-gas-point.button-disabled:hover {
	color: #A9A9A9;
	background: url(../img/add-button-grey.svg) no-repeat 0 center;
	background-size: 14px;
	text-decoration: none;
}


@media (min-width: 480px) {
	.navbar li a {
		white-space: nowrap;
	}

	.uk-button {
		padding: 0 40px;
	}

	.logo {
		margin-bottom: 0;
	}

	.profile-link {
		float: right;
		margin-top: 15px;
		margin-right: 20px;
	}

	header .phone {
		float: right;
		margin: 15px 0 0;
		text-align: right;
	}

	.mark-title-large {
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	body {
		margin-bottom: 278px;
	}

	h1, h2, h3, h4, h5, h6, .uk-h1, .uk-h2 {
		margin-bottom: 30px;
	}

	h2, .uk-h2 {
		font-size: 32px;
	}

	h2, .uk-h2 {
		font-size: 28px;
	}

	h3, .uk-h3 {
		font-size: 24px;
	}

	h4, .uk-h4 {
		font-size: 20px;
	}

	header .logo, nav {
		width: auto;
	}

	.navbar-toggle {
		margin-right: 15px;
	}

	.navbar-close {
		top: 15px;
	}

	.navbar {
		position: absolute;
		width: auto;
		height: auto;
	}

	header .phone {
		margin: 10px 30px 0 5px;
	}

	.profile-link {
		margin-top: 11px;
	}

	section {
		padding: 50px 0;
	}
	
	.banner-content {
		background: none;
		color: #fff;
		position: absolute;
		height: 100%;
		left: 0;
		top: 0;
		width: 100%;
		padding: 0;
	}

	.section-banner .h1 {
		font-size: 34px;
	}

	.section-banner p, .mark-block-title {
		font-size: 24px;
	}

	.mark-list-block {
		margin-top: -16px;
	}

	.d-tbl {
		display: table;
		width: 100%;
	}

	.d-tblcell {
		display: table-cell;
		vertical-align: middle;
	}

	.about-img {
		display: table-cell;
		padding-right: 15px;
		width: 215px;
	}

	.about-content + .about-img {
		padding-left: 15px;
		padding-right: 0;
	}

	.step-block ul {
		padding: 30px;
	}

	.step-block li {
		padding: 20px;
		padding-left: 140px;
	}

	.step-block li + li {
		margin-top: 20px;
	}

	.step-block .step-number {
    	font-size: 36px;
	    line-height: 60px;
	    width: 64px;
	    margin-top: -32px;
	    left: 30px;
	    top: 50%;
	}

	.map-filter {
		width: 500px;
	}

	.map-filter .uk-button-group .uk-button {
		padding: 15px;
	}



	.footer-contacts {
		float: right;
		margin-top: 0;
	}
}

@media (min-width: 960px) {

	body {
		margin-bottom: 256px;
	}

	.uk-push-large-0 {
		left: 0;
	}

	.uk-button {
		padding-left: 80px;
		padding-right: 80px;
	}

	header .phone {
		margin-right: 35px;
		margin-left: 30px;
	}

	.section-banner .h1 {
		font-size: 48px;
	}

	.section-banner p {
		font-size: 30px;
	}

	.advantages-list-small .icon:before {
		background: url(../img/icon-arrow.png);
		background-repeat: no-repeat;
		display: block;
		width: 40px;
		height: 37px;
		content: '';
		position: absolute;
		left: 0;
		top: 44px;
	}

	.advantages-list-small .icon {
		margin-bottom: 10px;
	}

	.advantages-list-small .icon:before {
		top: 35px;
	}

	.advantages-list [class*='uk-width']:first-child .icon:before {
		display: none;
	}

	.advantages-list-small {
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	.uk-form-horizontal .uk-form-controls > * {
		width: 100%;
	}

	.map-filter .uk-text-right .uk-button {
		display: inline-block;
		width: 49%;
		padding-left: 20px;
		padding-right: 20px;
		margin: 0;
	}

}

@media (min-width: 980px) {
	
	.section-banner .uk-container {
		width: 980px;
	}
}

@media (min-width: 1220px) {

	body {
		margin-bottom: 230px;
	}

	h1, h2, h3, h4, h5, h6, .uk-h1, .uk-h2 {
		margin-bottom: 40px;
	}

	h1, .uk-h1 {
		font-size: 36px;
	}

	h2, .uk-h2 {
		font-size: 36px;
	}

	.lead {
		font-size: 140%;
	}

	.uk-container {
		max-width: 1200px;
		padding: 0 15px;
	}

	.uk-grid {
		margin-left: -30px;
	}

	.uk-grid > * {
		padding-left: 30px;
	}

	.uk-grid + .uk-grid, .uk-grid-margin {
		margin-top: 50px;
	}

	section {
		padding: 70px 0;
	}

	.section-banner .uk-container {
		width: 1200px;
	}

	.mark-list-block {
		padding: 55px 100px 40px;
	}

	.mark-block-title {
		font-size: 30px;
		line-height: 1;
	}

	.mark-list-block {
		margin-top: -20px;
		font-size: 18px;
	}

	.mark-list-large {
		font-size: 22px;
	}

	.mark-list li {
		margin-bottom: 25px;
	}
	
	.advantages-list-small {
		font-size: 17px;
	}

	.step-block ul {
		margin-bottom: 80px;
	}

	.step-block li {
		padding-right: 80px;
	}

	.section-map .uk-h2 {
		margin-bottom: 50px;
	}

	.about-block, .step-block {
		font-size: 18px;
	}

	.about-block .d-tbl + .d-tbl {
		margin-top: 30px;
	}

	.about-block .title {
		font-size: 32px;
	}

	.step-block .title {
		font-size: 24px;
	}

	.about-img {
		padding-right: 30px;
		width: 370px;
	}

	.about-content + .about-img {
		padding-left: 30px;
	}

	.about-content {
		padding-left: 80px;
		padding-right: 67px;
	}

	#map {
		height: 600px;
	}

	.filter-form .uk-tab-panel {
		height: 553px;
	}

	footer {
		padding: 40px 0;
	}

	.footer-logo {
		width: 13.333333%;
	}

	/*.two-column {
		width: 80%;
		float: left;
	}*/
	
	.two-column:after {
		clear: both;
		content: '';
		display: table;
	}

	/*.two-column li {
		float: left;
		width: 50%;
	} */

	.footer-contacts {
		margin-left: -30px;
	}

	.collapse {  /* Kondrat */
		position: relative;
		height: 0;
		overflow: hidden;
		-webkit-transition: height 0.35s ease;
		-moz-transition: height 0.35s ease;
		-o-transition: height 0.35s ease;
		transition: height 0.35s ease;
	}

	.collapse.in {  /* Kondrat */
		height: auto;
	}
}

@media (max-width: 479px) {

	.map-filter {
		position: static;
	}

	.filter-btn-group {
		width: 100%;
	}

	.map-filter .uk-button-group .uk-button {
		font-size: 10px;
		padding: 17px 10px;
	}

	.filter-form .uk-tab-panel {
		padding: 10px 15px;
	}

	.map-filter .accordion {
		margin-left: -15px;
		margin-right: -15px;
	}

}