@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap; }

@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap; }

@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap; }

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

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
	margin: 0; }

a {
	display: inline-block;
	text-decoration: none;
	color: #fff; }
	a:hover, a:focus, a:active {
		text-decoration: none;
		outline: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	line-height: normal; }

ul {
	margin: 0;
	padding: 0; }

input,
button,
textarea,
select {
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
	outline: none; }

img {
	max-width: 100%;
	height: auto;
	vertical-align: top; }

.c-container {
	width: 1170px;
	margin: auto;
	position: relative; }

.s-suptitle {
	padding-left: 50px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	position: relative; }
	.s-suptitle:before {
		content: '';
		width: 40px;
		height: 2px;
		background-color: #00AEEF;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
						transform: translateY(-50%);
		left: 0; }

.s-title {
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 60px; }

/* Main section */
.main {
	background: url("../img/main-bg.jpg") no-repeat top;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 235px; }
	.main-content {
		padding-top: 220px;
		text-align: center; }
	.main-title {
		font-size: 60px;
		font-weight: bold;
		color: #fff;
		line-height: 1.2;
		margin-bottom: 50px; }
	.main-desc {
		display: inline-block;
		width: 970px;
		color: #fff;
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 100px; }
	.main-btn {
		border: 1px solid #00AEEF;
		padding: 3px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s; }
		.main-btn:hover {
			background-color: #39C9FF;
			border-color: #39C9FF; }
			.main-btn:hover span {
				background-color: #39C9FF; }
		.main-btn span {
			display: inline-block;
			background-color: #00AEEF;
			padding: 20px 70px;
			-webkit-transition: .5s;
			-o-transition: .5s;
			transition: .5s; }

.header {
	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; }
	.header-mnu-item {
		display: inline-block;
		margin-right: 40px; }
		.header-mnu-item:last-child {
			margin-right: 0; }
		.header-mnu-item-link {
			font-weight: 500;
			color: #fff;
			-webkit-transition: .5s;
			-o-transition: .5s;
			transition: .5s; }
			.header-mnu-item-link:hover {
				color: #39C9FF; }
	.header-contacts {
		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: end;
		-webkit-justify-content: flex-end;
				-ms-flex-pack: end;
						justify-content: flex-end;
		text-align: right; }
	.header-phone {
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 5px;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s; }
		.header-phone:hover {
			color: #39C9FF; }
	.header-email {
		display: block;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s; }
		.header-email:hover {
			color: #39C9FF; }

.lang {
	margin-left: 30px;
	position: relative; }
	.lang-item {
		cursor: pointer;
		padding-right: 15px;
		position: relative; }
		.lang-item:after {
			content: '';
			width: 10px;
			height: 7px;
			background: url("../img/arrow-bottom.svg") no-repeat center;
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
							transform: translateY(-50%);
			right: 0; }
		.lang-item-drop {
			position: absolute;
			width: 30px;
			left: 0;
			padding-top: 15px;
			display: none; }

.mnu-btn {
	cursor: pointer;
	display: none; }

.mnu-item {
	display: block;
	margin-bottom: 30px; }
	.mnu-item-link {
		font-weight: 500;
		color: #333;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s; }
		.mnu-item-link:hover {
			color: #39C9FF; }

.mnu-top {
	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;
	margin-bottom: 20px; }

.mnu-logo {
	width: 140px; }

.mnu-phone {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s; }
	.mnu-phone:hover {
		color: #39C9FF; }

.mnu-email {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s; }
	.mnu-email:hover {
		color: #39C9FF; }

.mnu-wrapper {
	background-color: #fff;
	width: 250px;
	height: 100%;
	padding: 20px;
	z-index: 1001;
	position: absolute;
	top: 0;
	right: 0; }
	.mnu-wrapper .lang-item:after {
		background: url("../img/arrow-bottom-black.svg") no-repeat center; }

.mnu-drop {
	background-color: rgba(12, 46, 81, 0.8);
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	z-index: 1000; }

.mnu-body {
	position: absolute;
	top: 0;
	left: 0;
	width: 76%;
	height: 100%;
	z-index: 1000; }

/* About section */
.about {
	background-color: #0C2E51;
	padding-top: 90px;
	padding-bottom: 200px; }
	.about-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
				-ms-flex-align: start;
						align-items: flex-start;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center; }
	.about-info {
		margin-left: 65px; }
	.about-suptitle {
		padding-left: 50px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 15px;
		position: relative; }
		.about-suptitle:before {
			content: '';
			width: 40px;
			height: 2px;
			background-color: #00AEEF;
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
							transform: translateY(-50%);
			left: 0; }
	.about-title {
		font-size: 45px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 30px; }
	.about-text {
		font-size: 18px;
		color: #fff;
		line-height: 1.6;
		margin-bottom: 20px; }
		.about-text:last-of-type {
			margin-bottom: 0; }

/* Services section */
.services .c-container {
	width: 1445px; }

.services-wrapper {
	background-color: #fff;
	padding: 80px 130px;
	margin-top: -100px; }

.services-suptitle {
	color: #333; }

.services-title {
	color: #333; }

.services-item {
	width: 370px;
	position: relative;
	overflow: hidden; }
	.services-item:hover .services-item-info {
		bottom: 0; }
	.services-item-img {
		width: 100%; }
	.services-item-name {
		display: inline-block;
		padding-right: 47px;
		font-size: 19px;
		color: #fff;
		font-weight: bold;
		position: absolute;
		bottom: 50px;
		left: 30px; }
		.services-item-name:after {
			content: '';
			width: 27px;
			height: 12px;
			background: url("../img/arrow-right.svg") no-repeat center;
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
							transform: translateY(-50%);
			right: 0; }
		.services-item-name br {
			display: none; }
	.services-item-info {
		position: absolute;
		bottom: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 50px 30px;
		background-color: #216499;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s; }
		.services-item-info-title {
			font-size: 24px;
			font-weight: bold;
			color: #fff;
			margin-bottom: 25px; }
		.services-item-info-text {
			font-size: 16px;
			line-height: 1.6;
			color: #fff;
			padding-right: 15px; }
.services-item-info-text-wrapper {
	height: 450px;
}
.services-item-info-text li {
			display:block;
			padding-left: 15px;
			position: relative;}
.services-item-info-text li:before {
	content: '';
  	width: 5px;
  	height: 5px;
  	background-color: #fff;
  	border-radius: 50%;
  	position: absolute;
  	top: 7px;
  	left: 0;
}
	.services-item-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
						justify-content: space-between; }

/* Fleet section */
.fleet {
	background-color: #216499;
	padding-top: 80px;
	padding-bottom: 50px; }
	.fleet-item {
		width: 370px;
		border: 3px solid #6095BF;
		border-bottom: none;
		padding-top: 30px;
		margin-bottom: 30px; }
		.fleet-item-title {
			font-size: 20px;
			font-weight: bold;
			color: #fff;
			text-transform: uppercase;
			margin-left: 20px; }
			.fleet-item-title span {
				display: block;
				font-size: 18px;
				font-weight: normal;
				margin-top: 5px; }
			.fleet-item-title-wrapper {
				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;
				margin-bottom: 30px; }
		.fleet-item-info {
			padding: 0 25px;
			margin-bottom: 20px;
			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; }
			.fleet-item-info-title {
				font-size: 18px;
				color: #fff; }
			.fleet-item-info-value {
				font-size: 18px;
				font-weight: bold;
				color: #fff; }
				.fleet-item-info-value span {
					font-size: 16px; }
		.fleet-item-btn {
			background-color: #00AEEF;
			width: 101.5%;
			padding: 15px;
			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: center;
			-webkit-justify-content: center;
					-ms-flex-pack: center;
							justify-content: center;
			font-size: 18px;
			font-weight: bold;
			margin-left: -3px;
			-webkit-transition: .5s;
			-o-transition: .5s;
			transition: .5s; }
			.fleet-item-btn img {
				margin-right: 10px; }
			.fleet-item-btn:hover {
				background-color: #39C9FF; }
		.fleet-item-wrapper {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
					-ms-flex-pack: justify;
							justify-content: space-between;
			-webkit-flex-wrap: wrap;
					-ms-flex-wrap: wrap;
							flex-wrap: wrap; }
			.fleet-item-wrapper-title {
				font-size: 30px;
				font-weight: 500;
				color: #fff;
				margin-bottom: 30px;
				margin-bottom: 30px; }
	.fleet-wrapper {
		margin-bottom: 30px; }
		.fleet-wrapper:last-of-type {
			margin-bottom: 0; }

.photo-hidden {
	display: none; }

a[class*='lightcase-icon-'].lightcase-icon-close {
	width: 370px;
	height: 55px;
	background: url("../img/gallery-close.svg") no-repeat center;
	top: 80px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
					transform: translateX(-50%);
	font-size: 0; }

a[class*='lightcase-icon-'].lightcase-icon-next {
	width: 50px;
	height: 50px;
	background: url("../img/gallery-arrow-next.svg") no-repeat center;
	font-size: 0;
	right: 17%; }

a[class*='lightcase-icon-'].lightcase-icon-prev {
	width: 50px;
	height: 50px;
	background: url("../img/gallery-arrow-prev.svg") no-repeat center;
	font-size: 0;
	left: 17%; }

#lightcase-info {
	display: none !important; }

#lightcase-overlay {
	background: rgba(12, 46, 81, 0.8);
	opacity: 1; }

/* Partners section */
.partners {
	padding-top: 80px;
	padding-bottom: 60px; }
	.partners-suptitle {
		color: #333; }
	.partners-title {
		color: #333; }
	.partners-slider {
		margin: 0 -15px; }
	.partners-item {
		background-color: #F2F2F2;
		height: 190px;
		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: center;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center;
		margin: 0 15px;
		margin-bottom: 30px; }

.arrow {
	cursor: pointer;
	z-index: 10;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-90%);
			-ms-transform: translateY(-90%);
					transform: translateY(-90%); }
	.arrow-prev {
		left: -70px; }
	.arrow-next {
		right: -70px; }

/* Contacts section */
.contacts {
	background-color: #0C2E51;
	padding-top: 70px;
	padding-bottom: 140px;
	position: relative; }
	.contacts-item {
		width: 370px;
		padding: 40px 30px;
		text-align: center;
		border: 3px solid #19497A;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s; }
		.contacts-item:hover {
			border-color: #39C9FF; }
		.contacts-item-value {
			margin-top: 35px;
			font-size: 18px;
			color: #fff;
			line-height: 1.6; }
		.contacts-item-wrapper {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
					-ms-flex-pack: justify;
							justify-content: space-between; }

.totop {
	position: fixed;
	bottom: 35px;
	right: 120px;
	z-index: 999;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s; }
	.totop:hover {
		-webkit-transform: scale(1.1);
				-ms-transform: scale(1.1);
						transform: scale(1.1); }

/* Footer */
.footer {
	padding-top: 40px;
	padding-bottom: 30px; }
	.footer-wrapper {
		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; }
	.footer .header-mnu-item-link {
		color: #333; }
		.footer .header-mnu-item-link:hover {
			color: #00AEEF; }
	.footer .header-phone {
		color: #333; }
		.footer .header-phone:hover {
			color: #00AEEF; }
	.footer .header-email {
		color: #333; }
		.footer .header-email:hover {
			color: #00AEEF; }
	.footer .lang-item:after {
		background: url("../img/arrow-bottom-black.svg") no-repeat center; }
	.footer-bottom {
		margin-top: 50px;
		text-align: center; }
	.footer-copyright {
		font-weight: 500;
		color: #333;
		margin-bottom: 10px; }
	.footer-link {
		font-weight: 500;
		color: #00AEEF;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s; }
		.footer-link:hover {
			color: #39C9FF; }

/* Popup */
.popup {
	display: none; }

.terms {
	max-width: 700px;
	margin: auto;
	background-color: #fff;
	padding: 40px;
	padding-right: 20px;
	position: relative; }
	.terms-title {
		font-size: 30px;
		font-weight: bold;
		color: #333;
		margin-bottom: 15px; }
	.terms-text {
		font-size: 18px;
		line-height: 1.6;
		color: #333;
		padding-right: 20px;
		margin-bottom: 20px; }
		.terms-text:last-of-type {
			margin-bottom: 0; }
		.terms-text-wrapper {
			height: 400px; }

.mfp-close-btn-in .mfp-close {
	width: 20px;
	height: 20px;
	background: url("../img/popup-close.svg") no-repeat center;
	top: 20px;
	right: 20px;
	opacity: 1;
	font-size: 0; }

.mfp-bg {
	background: rgba(12, 46, 81, 0.8);
	opacity: 1; }

.scrollbar-inner > .scroll-element .scroll-bar {
	background-color: #39C9FF; }

.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
	opacity: 1; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
	background-color: #39C9FF; }

.scrollbar-inner > .scroll-element .scroll-element_track {
	background-color: #19497A; }

.scrollbar-inner > .scroll-element div {
	width: 3px; }

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
			-ms-transform: scale(0.8);
					transform: scale(0.8); }

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
					transform: scale(1); }

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
			-ms-transform: scale(0.8);
					transform: scale(0.8);
	opacity: 0; }

/* Media(Adaptive) */
@media only screen and (max-width: 1500px) {
	.services .c-container {
		width: 100%;
		padding: 0 20px; }
	.services-item {
		width: 32%; }
		.services-item-info-text {
			font-size: 16px; }
	.services-wrapper {
		padding: 80px; } }

@media only screen and (max-width: 1400px) {
	.arrow-prev {
		left: -20px; }
	.arrow-next {
		right: -20px; }
	.services-item-text-wrapper {
  	height: 380px;
  }
  .services-item-name {
  	font-size: 16px;
    left: 20px;
  }
}

@media only screen and (max-width: 1199px) {
	.c-container {
		width: 100%;
		padding: 0 20px; }
	.header .header-mnu {
		display: none; }
	.header .header-contacts {
		display: none; }
	.mnu-btn {
		display: block; }
	.main {
		padding-bottom: 100px; }
		.main-content {
			padding-top: 100px; }
	.about-info {
		padding-top: 0; }
	.services-wrapper {
		padding: 60px 40px; }
	.services-item-name {
		font-size: 15px;
		left: 15px;
		bottom: 30px; }
	.services-item-info {
		padding: 30px 15px; }
		.services-item-info-title {
			font-size: 20px;
			margin-bottom: 15px; }
		.services-item-info-text {
			font-size: 14px; }
  .services-item-info-text-wrapper {
  	height: 350px;
  }
	.fleet-item {
		width: 48%; }
	a[class*='lightcase-icon-'].lightcase-icon-close {
		top: 30px; }
	a[class*='lightcase-icon-'].lightcase-icon-prev {
		left: 20px; }
	a[class*='lightcase-icon-'].lightcase-icon-next {
		right: 20px; }
	.partners-slider {
		padding: 0 50px; }
	.partners-item {
		padding: 30px; }
	.arrow-prev {
		left: 15px; }
	.arrow-next {
		right: 15px; }
	.contacts {
		padding-bottom: 100px; }
		.contacts-item {
			width: 32%; }
	.totop {
		right: 20px; }
	.footer-wrapper {
		-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
						flex-wrap: wrap; }
	.footer .header-contacts {
		margin-top: 20px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
	.main-title {
		font-size: 46px; }
	.main-desc {
		width: auto;
		margin-bottom: 60px; }
	.main-content {
		padding-top: 80px; }
	.about-wrapper {
		-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
						flex-wrap: wrap; }
	.about-img {
		display: inline-block;
		width: 65%; }
	.about-info {
		width: 100%;
		margin-top: 50px;
		margin-left: 0; }
	.services-item {
		width: 70%;
		margin-bottom: 30px; }
		.services-item:last-of-type {
			margin-bottom: 0; }
		.services-item-wrapper {
			-webkit-box-pack: center;
			-webkit-justify-content: center;
					-ms-flex-pack: center;
							justify-content: center;
			-webkit-flex-wrap: wrap;
					-ms-flex-wrap: wrap;
							flex-wrap: wrap; }
		.services-item-name {
			font-size: 24px; }
		.services-item-info {
			padding: 50px 30px; }
			.services-item-info-title {
				font-size: 24px; }
			.services-item-info-text {
				font-size: 18px; }
  .services-item-info-text-wrapper {
  	height: 500px;
  }
	.footer {
		text-align: center; }
		.footer-wrapper {
			-webkit-box-pack: center;
			-webkit-justify-content: center;
					-ms-flex-pack: center;
							justify-content: center; }
		.footer .header-mnu {
			width: 100%;
			margin-top: 50px; }
		.footer .header-contacts {
			text-align: center; }
		.footer .lang {
			display: none; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
	.main-title {
		font-size: 34px;
		margin-bottom: 30px; }
		.main-title br {
			display: none; }
	.main-desc {
		font-size: 16px; }
	.about {
		padding-top: 50px;
		padding-bottom: 70px; }
		.about-text {
			font-size: 16px; }
	.s-suptitle {
		font-size: 16px; }
	.s-title {
		font-size: 30px;
		margin-bottom: 30px; }
	.services {
		padding: 50px 0; }
		.services-wrapper {
			margin-top: 0;
			padding: 0; }
		.services-item {
			width: 85%; }
  .services-item-info-text-wrapper {
  	height: 420px;
  }
  .services-item-name {
  	font-size: 20px;
  }
	.fleet {
		padding-top: 50px;
		padding-bottom: 20px; }
		.fleet-item {
			width: 100%; }
			.fleet-item-wrapper-title {
				font-size: 24px; }
	.partners {
		padding: 50px 0 20px; }
		.partners-title {
			margin-bottom: 50px; }
		.partners-item {
			height: 170px; }
	.contacts {
		padding: 50px 0; }
		.contacts-title {
			margin-bottom: 50px; }
		.contacts-item {
			width: 100%;
			margin-bottom: 30px; }
			.contacts-item:last-of-type {
				margin-bottom: 0; }
			.contacts-item-wrapper {
				-webkit-flex-wrap: wrap;
						-ms-flex-wrap: wrap;
								flex-wrap: wrap; }
	.totop {
		width: 40px;
		height: 40px;
		bottom: 20px; }
	.footer .header-mnu-item {
		display: block;
		margin-right: 0;
		margin-bottom: 30px; }
		.footer .header-mnu-item:last-child {
			margin-bottom: 0; }
	.footer-copyright {
		line-height: 1.6;
		margin-bottom: 20px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
	.header-logo {
		width: 190px; }
	.main-title {
		font-size: 24px; }
	.main-desc {
		font-size: 14px;
		margin-bottom: 80px; }
	.main-btn {
		font-size: 14px; }
		.main-btn span {
			padding: 15px 80px; }
	.about-img {
		width: 70%; }
	.about-text {
		font-size: 14px; }
	.services-item {
		width: 100%; }
		.services-item-name {
			left: 20px; }
			.services-item-name:after {
				top: auto;
				-webkit-transform: none;
						-ms-transform: none;
								transform: none;
				bottom: 5px; }
			.services-item-name br {
				display: block; }
		.services-item-info {
			padding: 30px 20px; }
			.services-item-info-text {
				font-size: 14px; }
  .services-item-info-text-wrapper {
  	height: 320px;
  }
	.fleet-item-title {
		font-size: 18px;
		margin-left: 15px; }
	.fleet-item-wrapper-title {
		font-size: 20px; }
	.fleet-item-info {
		padding: 0 20px; }
		.fleet-item-info-title {
			font-size: 14px; }
		.fleet-item-info-value {
			font-size: 14px; }
	a[class*='lightcase-icon-'].lightcase-icon-close {
		width: 250px; }
	.partners-item {
		height: 100px; }
		.partners-item img {
			width: 70%; }
		.partners-item-7 img {
			width: 50%; }
	.contacts-item {
		padding: 30px; }
		.contacts-item img {
			width: 45px; }
		.contacts-item-value {
			font-size: 14px;
			margin-top: 20px; }
	.footer {
		padding-top: 30px;
		padding-bottom: 45px; }
		.footer-logo {
			width: 200px; }
		.footer-bottom {
			margin-top: 80px; }
	.terms {
		padding: 30px 20px; }
		.terms-title {
			font-size: 24px; }
		.terms-text {
			font-size: 14px; } }
