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

@font-face {
	font-family: 'Lato';
	src: url("../fonts/Lato-Black.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap; }

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

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

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

body {
	font-family: 'Lato', 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: 1200px;
	margin: auto;
	position: relative; }

.s-title {
	font-size: 48px;
	font-family: "RobotoCondensed", sans-serif;
	text-transform: uppercase;
	color: #fff;
	position: relative; }
	.s-title:before {
		content: '';
		width: 3px;
		height: 100%;
		background-color: #4631EC;
		position: absolute;
		left: -20px;
		top: 0; }

/* Header */
.header {
	background-color: #170D65;
	padding: 15px 0; }
	.header-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; }
	.header-mnu li {
		display: inline-block;
		margin-right: 50px; }
		.header-mnu li:last-child {
			margin-right: 0; }
	.header-mnu a {
		opacity: .8;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s; }
		.header-mnu a:hover {
			opacity: 1; }

.mnu {
	background-color: #070328;
	position: fixed;
	top: 82px;
	right: -100%;
	width: 100%;
	height: 100%;
	padding: 30px;
	padding-bottom: 300px;
	text-align: center;
	z-index: 100; }
	.mnu li {
		display: block;
		margin-bottom: 40px; }
		.mnu li:last-child {
			margin-bottom: 0; }
	.mnu a {
		opacity: .8;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s; }
		.mnu a:hover {
			opacity: 1; }
	.mnu-btn {
		width: 30px;
		height: 30px;
		background: url("../img/mnu.svg") no-repeat center;
		cursor: pointer;
		display: none; }
		.mnu-btn.active {
			background: url("../img/close-small.svg") no-repeat center; }

/* Main section */
.main {
	background: url("../img/main-bg.jpg") no-repeat top;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 250px; }
	.main-info {
		width: 600px; }
	.main-title {
		font-family: "RobotoCondensed", sans-serif;
		font-size: 66px;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 30px; }
	.main-desc {
		font-size: 20px;
		color: #D1D1E7;
		line-height: 1.4; }

/* About section */
.about {
	background-color: #110B3F;
	padding: 100px 0; }
	.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: justify;
		-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
						justify-content: space-between; }
	.about-info {
		width: 770px; }
	.about-text {
		font-size: 20px;
		line-height: 1.4;
		color: #DEDEE7;
		margin-bottom: 30px; }
		.about-text:last-of-type {
			margin-bottom: 0; }

/* Services section */
.services {
	background-color: #1B1354;
	padding: 130px 0; }
	.services-wrapper {
		position: relative;
		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: justify;
		-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
						justify-content: space-between; }
	.services-slider {
		width: 770px; }
		.services-slider-nav {
			width: 300px;
			height: 300px; }
			.services-slider-nav .slick-list {
				padding-left: 20px;
				margin-left: -20px; }
			.services-slider-nav li {
				display: block;
				font-family: "RobotoCondensed", sans-serif;
				font-size: 30px;
				color: #5A5A79;
				text-transform: uppercase;
				-webkit-transition: .5s;
				-o-transition: .5s;
				transition: .5s;
				position: relative;
				cursor: pointer;
				margin-bottom: 30px; }
				.services-slider-nav li:last-child {
					margin-bottom: 0; }
				.services-slider-nav li:before {
					content: '';
					width: 3px;
					height: 40px;
					background-color: #4631EC;
					position: absolute;
					top: 10px;
					left: -20px;
					display: none; }
				.services-slider-nav li.slick-current {
					font-size: 48px;
					color: #fff; }
					.services-slider-nav li.slick-current:before {
						display: block; }
	.services-item-text {
		font-size: 20px;
		line-height: 1.6;
		color: #DEDEE7;
		margin-bottom: 20px; }
	.services-item-list {
		margin-bottom: 20px;
		margin-left: 30px; }
		.services-item-list li {
			display: block;
			font-size: 20px;
			padding-left: 18px;
			color: #DEDEE7;
			position: relative;
			margin-bottom: 5px; }
			.services-item-list li:last-child {
				margin-bottom: 0; }
			.services-item-list li:before {
				content: '';
				width: 6px;
				height: 6px;
				background-color: #fff;
				position: absolute;
				left: 0;
				top: 12px; }
		.services-item-list-title {
			font-size: 20px;
			font-weight: bold;
			color: #DEDEE7;
			margin-bottom: 5px;
			margin-left: 20px; }
	.services-item-photos {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
						flex-wrap: wrap; }
		.services-item-photos-item {
			margin-bottom: 8px;
			margin-right: 8px;
			position: relative; }
			.services-item-photos-item:before {
				content: '';
				width: 100%;
				height: 100%;
				background: rgba(17, 11, 63, 0.7) url("../img/zoom.svg") no-repeat center;
				position: absolute;
				opacity: 0;
				-webkit-transition: .5s;
				-o-transition: .5s;
				transition: .5s; }
			.services-item-photos-item:hover:before {
				opacity: 1; }

.arrow {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	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;
	z-index: 10;
	opacity: .6;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
	top: 360px; }
	.arrow:hover {
		opacity: 1; }
	.arrow-prev {
		left: -430px;
		-webkit-transform: rotate(-180deg);
				-ms-transform: rotate(-180deg);
						transform: rotate(-180deg); }
	.arrow-next {
		left: -280px; }

.slider__counter {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: -355px;
	top: 365px; }

/* Fleet section */
.fleet {
	background-color: #110B3F;
	padding: 100px 0; }
	.fleet-title {
		margin-bottom: 50px; }
	.fleet-item {
		padding: 40px 0;
		border-bottom: 1px solid #fff; }
		.fleet-item:first-of-type {
			border-top: 1px solid #fff; }
		.fleet-item-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: justify;
			-webkit-justify-content: space-between;
					-ms-flex-pack: justify;
							justify-content: space-between;
			padding-right: 65px; }
		.fleet-item-left {
			width: 175px; }
		.fleet-item-title {
			font-size: 30px;
			font-family: "RobotoCondensed", sans-serif;
			color: #fff;
			text-transform: uppercase;
			margin-bottom: 20px; }
			.fleet-item-title span {
				display: block;
				font-size: 24px;
				color: #9494AC; }
		.fleet-item-photos-btn {
			font-size: 14px;
			font-weight: bold;
			color: #9494AC;
			border: 2px solid #9494AC;
			text-transform: uppercase;
			text-align: center;
			width: 100%;
			padding: 12px;
			-webkit-transition: .5s;
			-o-transition: .5s;
			transition: .5s; }
			.fleet-item-photos-btn:hover {
				background-color: #fff;
				border-color: #fff;
				color: #000; }
		.fleet-item-info {
			width: 700px;
			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-item-info-item {
				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; }
				.fleet-item-info-item:last-of-type {
					margin-bottom: 0; }
				.fleet-item-info-item-wrap {
					width: 270px; }
				.fleet-item-info-item-title {
					font-size: 18px;
					color: #9494AC; }
				.fleet-item-info-item-value {
					font-size: 18px;
					font-weight: 900;
					color: #fff; }
		.fleet-item-photos {
			margin-top: 35px;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex; }
			.fleet-item-photos-wrapper {
				display: none; }
			.fleet-item-photos-item {
				margin-right: 30px;
				overflow: hidden;
				position: relative;
				-webkit-transition: .5s;
				-o-transition: .5s;
				transition: .5s; }
				.fleet-item-photos-item:last-of-type {
					margin-right: 0; }
				.fleet-item-photos-item:before {
					content: '';
					width: 100%;
					height: 100%;
					background: rgba(17, 11, 63, 0.7) url("../img/zoom.svg") no-repeat center;
					position: absolute;
					opacity: 0;
					-webkit-transition: .5s;
					-o-transition: .5s;
					transition: .5s; }
				.fleet-item-photos-item:hover:before {
					opacity: 1; }

a[class*='lightcase-icon-'].lightcase-icon-close {
	width: 40px;
	height: 40px;
	background: url("../img/close.svg") no-repeat center;
	top: 150px;
	right: 375px;
	font-size: 0;
	border: none; }

a[class*='lightcase-icon-'] {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	font-size: 0;
	background: url("../img/arrow.svg") no-repeat center; }

a[class*='lightcase-icon-'].lightcase-icon-prev {
	left: 20%; }

.lightcase-icon-prev {
	-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
					transform: rotate(90deg); }

a[class*='lightcase-icon-'].lightcase-icon-next {
	right: 20%; }

.lightcase-icon-next {
	-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
					transform: rotate(-90deg); }

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

#lightcase-overlay {
	background: rgba(17, 11, 63, 0.9);
	opacity: 1;
	cursor: auto !important; }

/* Partners section */
.partners {
	background-color: #1B1354;
	padding: 100px 0; }
	.partners-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: justify;
		-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
						justify-content: space-between; }
	.partners-item {
		width: 192px;
		height: 100px;
		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;
		border: 1px solid #251D5F; }
		.partners-item-wrapper {
			width: 770px;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-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; }

/* Contacts section */
.contacts {
	background-color: #110B3F;
	padding: 100px 0; }
	.contacts-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: justify;
		-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
						justify-content: space-between; }
	.contacts-info {
		width: 770px; }
	.contacts-address {
		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;
		margin-bottom: 70px; }
		.contacts-address-info {
			margin-left: 30px; }
		.contacts-address-title {
			font-size: 24px;
			font-weight: 900;
			color: #fff;
			margin-bottom: 10px; }
		.contacts-address-value {
			font-size: 24px;
			color: #fff;
			line-height: 1.4; }
	.contacts-email {
		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; }
		.contacts-email-info {
			margin-left: 26px; }
		.contacts-email-title {
			font-size: 24px;
			font-weight: 900;
			color: #fff;
			margin-bottom: 10px; }
		.contacts-email-value {
			font-size: 24px;
			color: #fff;
			line-height: 1.4; }

/* Footer */
.footer {
	background-color: #1B1354;
	padding: 40px 0; }
	.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-copyright {
		color: #9494AC;
		opacity: .8; }
	.footer-mnu li {
		display: inline-block;
		margin-right: 50px; }
		.footer-mnu li:last-child {
			margin-right: 0; }
	.footer-mnu a {
		opacity: .8;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s; }
		.footer-mnu a:hover {
			opacity: 1; }

/* Terms page */
.terms {
	background-color: #110B3F;
	padding: 80px 0 170px; }
	.terms-title {
		font-size: 48px;
		font-family: "RobotoCondensed", sans-serif;
		text-transform: uppercase;
		color: #fff;
		margin-bottom: 40px; }
	.terms-subtitle {
		font-size: 36px;
		font-family: "RobotoCondensed", sans-serif;
		text-transform: uppercase;
		color: #fff;
		margin-bottom: 40px; }
	.terms-text {
		font-size: 18px;
		line-height: 1.6;
		color: #fff;
		margin-bottom: 40px; }
	.terms-btn {
		margin-top: 30px;
		width: 100%;
		text-align: center;
		padding: 15px 15px 17px;
		background-color: #2B1AB2;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s; }
		.terms-btn:hover {
			background-color: #fff;
			color: #000; }

/* Media(Adaptive) */
@media only screen and (max-width: 1700px) {
	a[class*='lightcase-icon-'].lightcase-icon-close {
		top: 50px;
		right: 50px; }
	a[class*='lightcase-icon-'].lightcase-icon-prev {
		left: 50px; }
	a[class*='lightcase-icon-'].lightcase-icon-next {
		right: 50px; } }

@media only screen and (max-width: 1250px) {
	.c-container {
		width: 100%;
		padding: 0 20px; }
	.main {
		background-position: right;
		text-align: center; }
		.main-info {
			width: 700px;
			display: inline-block; }
	.s-title {
		padding-left: 20px;
		margin-bottom: 30px; }
		.s-title:before {
			left: 0; }
	.about-wrapper {
		display: block; }
	.about-info {
		width: 100%; }
	.partners-wrapper {
		display: block; }
	.partners-item-wrapper {
		width: 100%; }
	.contacts-wrapper {
		display: block; }
	.contacts-title {
		margin-bottom: 90px; }
	.contacts-info {
		width: 100%; }
	.footer {
		padding-bottom: 10px; }
		.footer-wrapper {
			-webkit-box-align: start;
			-webkit-align-items: flex-start;
					-ms-flex-align: start;
							align-items: flex-start; }
		.footer-mnu {
			width: 600px;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-wrap: wrap;
					-ms-flex-wrap: wrap;
							flex-wrap: wrap; }
			.footer-mnu li {
				width: 33%;
				margin-right: 0;
				margin-bottom: 30px; }
	.services {
		padding: 100px 0; }
		.services-wrapper {
			display: block; }
		.services-slider {
			width: 100%; }
			.services-slider-nav .slick-list {
				padding-left: 0;
				margin-left: 0; }
			.services-slider-nav li {
				font-size: 24px;
				padding-left: 20px; }
				.services-slider-nav li:before {
					left: 0; }
				.services-slider-nav li.slick-current {
					font-size: 36px; }
	.slider__counter {
		display: none; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
	.main {
		background-position: top;
		padding: 100px 0; }
		.main-info {
			width: 500px; }
		.main-title {
			font-size: 48px; }
	.s-title {
		font-size: 36px; }
	.about {
		padding: 80px 0; }
		.about-text {
			font-size: 16px; }
	.fleet {
		padding: 80px 0; }
		.fleet-item-info {
			width: 270px;
			display: block; }
			.fleet-item-info-item-wrap {
				margin-bottom: 20px; }
				.fleet-item-info-item-wrap:last-of-type {
					margin-bottom: 0; }
		.fleet-item-photos-item {
			margin-right: 8px; }
	.partners {
		padding: 80px 0; }
		.partners-item {
			width: 180px;
			height: 90px; }
	.contacts {
		padding: 80px 0; }
	.footer-mnu {
		width: 380px; }
		.footer-mnu li {
			width: 50%; }
	.services {
		padding: 80px 0; }
		.services-slider-nav li:before {
			top: 6px;
			height: 30px; }
		.services-item-photos-item {
			width: 23%; }
	a[class*='lightcase-icon-'].lightcase-icon-prev {
		left: 10px; }
	a[class*='lightcase-icon-'].lightcase-icon-next {
		right: 10px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
	.header-mnu {
		display: none; }
	.mnu-btn {
		display: block; }
	.main {
		padding-bottom: 120px; }
		.main-info {
			width: auto; }
		.main-title {
			font-size: 40px; }
	.fleet-item {
		padding-top: 30px;
		padding-bottom: 20px; }
		.fleet-item-left {
			width: 100%; }
		.fleet-item-wrapper {
			display: block;
			padding-right: 0; }
		.fleet-item-info {
			width: 100%;
			margin-top: 20px; }
			.fleet-item-info-item-wrap {
				width: 100%; }
		.fleet-item-photos {
			-webkit-flex-wrap: wrap;
					-ms-flex-wrap: wrap;
							flex-wrap: wrap;
			-webkit-box-pack: justify;
			-webkit-justify-content: space-between;
					-ms-flex-pack: justify;
							justify-content: space-between; }
			.fleet-item-photos-btn {
				width: 175px; }
			.fleet-item-photos-item {
				width: 48%;
				margin-right: 0;
				margin-bottom: 15px; }
	.partners-item {
		width: 110px;
		height: 80px; }
		.partners-item img {
			width: 70%; }
	.contacts-title {
		margin-bottom: 50px; }
	.footer {
		text-align: center;
		padding-bottom: 20px; }
		.footer-wrapper {
			display: block; }
		.footer-mnu {
			display: -webkit-inline-box;
			display: -webkit-inline-flex;
			display: -ms-inline-flexbox;
			display: inline-flex; }
		.footer-copyright {
			margin-bottom: 30px; }
	a[class*='lightcase-icon-'].lightcase-icon-close {
		width: 30px;
		height: 30px;
		top: 25px;
		right: 15px;
		background: url("../img/close-small.svg") no-repeat center; }
	#lightcase-content {
		padding: 0 15px; }
	a[class*='lightcase-icon-'].lightcase-icon-prev {
		left: 30px; }
	a[class*='lightcase-icon-'].lightcase-icon-next {
		right: 30px; }
	.terms {
		padding-top: 50px;
		padding-bottom: 100px; }
		.terms-title {
			font-size: 30px;
			margin-bottom: 30px; }
		.terms-subtitle {
			font-size: 24px;
			margin-bottom: 20px; }
		.terms-text {
			font-size: 16px;
			margin-bottom: 20px; }
	.services {
		padding: 50px 0; }
		.services-slider-nav {
			width: 100%;
			height: 240px; }
			.services-slider-nav li {
				line-height: 1; }
				.services-slider-nav li:before {
					height: 100%;
					top: 0; }
		.services-item-photos-item {
			width: 31%; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
	.c-container {
		padding: 0 15px; }
	.main-title {
		font-size: 30px; }
	.s-title {
		font-size: 30px; }
	.about {
		padding: 50px 0; }
	.fleet {
		padding: 50px 0; }
		.fleet-item-title {
			font-size: 24px; }
	.partners {
		padding: 50px 0; }
		.partners-item {
			width: 95px;
			height: 50px; }
	.contacts {
		padding: 50px 0; }
		.contacts-address {
			margin-bottom: 30px; }
			.contacts-address-title {
				font-size: 18px; }
			.contacts-address-value {
				font-size: 18px; }
		.contacts-email-title {
			font-size: 18px; }
		.contacts-email-value {
			font-size: 18px; }
	.footer {
		padding-bottom: 50px; }
		.footer-mnu {
			width: 100%;
			display: block; }
			.footer-mnu li {
				width: 100%; }
				.footer-mnu li:last-child {
					margin-bottom: 0; }
	.services-slider-nav {
		height: 210px; }
		.services-slider-nav li {
			padding-left: 15px;
			font-size: 18px; }
			.services-slider-nav li.slick-current {
				font-size: 30px; }
	.services-item-text {
		font-size: 16px; }
	.services-item-list {
		margin-left: 15px; }
		.services-item-list li {
			font-size: 16px; }
		.services-item-list-title {
			margin-left: 0; }
	.services-item-photos-item {
		width: 47%; } }
